@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap');
/*html {
	overflow-x:hidden;
}*/
body {
	font-family: 'Open Sans', sans-serif;
	overflow-x:hidden;
	font-weight:400;
	background:#75a460;
}
a {
	text-decoration:none!important;
 -moz-transition: all .3s ease-in-out;
 -webkit-transition: all .3s ease-in-out;
 transition: all .3s ease-in-out;
}
a:hover {
	text-decoration:none!important;
}
ul li{list-style-type:none;}
.fl {
	float:left;
}
.fr {
	float:right!important;
	width:27%!important;
}
.maindiv {
	float:left;
	width:100%;
	position:relative;
	height:100vh;
}
.greenbg {
	background:url(../img/leftbg.jpg) repeat-x #75a460;
	height:100%;
	width:10%;
	left:0px;
	top:0px;
	position:absolute;
	min-height:950px;

}
.header {
	width:100%;
	float:left;
}
.toprightnav {width:100%; float:left; margin-top:55px;position: absolute;top: 3%;right: 7%;}
.toprightnav ul{padding:0px; float:right;}
.toprightnav ul li{float:left; margin-left: 10px;}
.toprightnav ul li a{
	float:left; 
	background:#363636; 
	color:#FFFFFF; 
	padding: 7px 30px; 
	border-radius: 4px; 
	font-size:16px; 
	min-width:160px; 
	text-align:center;
}
.toprightnav ul li a:hover{float:left; background:#75a460; color:#FFFFFF;}
.toprightnav ul li a.activss{float:left; background:#75a460; color:#FFFFFF;}

.rightcontent {
	width:90%;
	right:0px;
	top:0px;
	position:absolute;
	background:#fff url(../img/rightcontent-bg.png) no-repeat right top;
	padding: 10px 80px 30px 80px;
}
.logo {
	float:left;
	width:100%;
	padding-bottom:45px;
}
.right-bottom-content {
	float:left;
	width:100%;
}
.right-bottom-content h1 {
	color:#75a460;
	font-size:25px;
	font-weight:300;
	margin:0 0 20px 0px;
}
.contentform label {
	font-weight:400;
	color:#080808;
	font-size:14px;
	margin-bottom:10px;
}
.contentform .form-control {
	font-size:14px;
	padding:0px 10px;
	color:#080808;
	height:40px;
	border:solid 1px #c4c4c4;
	background:none;
	border-radius:3px;
	box-shadow:inset 0 3px 7px rgba(0, 0, 0, .0);
}
.floorplanimgs h1 {position: relative; width: 100%; margin-top: 20px;}
.getscopetitle{
	margin-top:0px !important;
}
.scope_type{
	margin-bottom:25px;
}
.scope_type a{
	padding:10px 20px;
    /* color: #FFFFFF; */
    font-size: 15px;
	text-align: center;
	font-weight:bold;
	cursor: pointer;
}
.scope_type a.active{
	border-bottom:2px solid #75a460;
}
.floorplanimgs span{float: left;}
.addimgs {
	color:#75a460;
	font-size:20px;
	border:solid 2px #75a460;
	border-radius:50%;
	width:45px;
	height:45px;
	line-height:42px;
	text-align:center;
	display:inline-block;
	position:absolute;
	right:-22px;
	top:-5px;
}
.addimgs:hover {
	background:#75a460;
	color:#fff;
}
.floorplanimgbox {
	margin-top:5px;
	position:relative;
	float:left;
	margin-bottom: 30px;
	width:100%;
}
.floorplanimgbox-img {
	border:solid 1px #c4c4c4;
	text-align:center;
	padding:10px;
	border-radius:3px;	
    width: 100%;
}
.floorplanimgbox-img img {
	max-width:100%;
	min-height:100%;
}
.floorplanimgbox p {
	color:#080808;
	font-size:14px;
	margin:15px 0 0 0px;
}
.closeimgs {
	color:#6b747b;
	font-size:20px;
	border:solid 2px #6b747b;
	border-radius:50%;
	width:45px;
	height:45px;
	line-height:42px;
	text-align:center;
	display:inline-block;
	position:absolute;
	right:-22px;
	bottom:-15px;
	background:#fff;
}
.closeimgs:hover {
	background:#fe0101;
	color:#fff;
	border:solid 2px #fe0101;
}
.footer {
	float:left;
	width:100%;
	margin:60px 0 40px 0px;
	position:relative;
	border-bottom:solid 1px #d8d8d8;
}
.footer span {
	position:relative;
	top:9px;
	background:#fff;
	color:#828282;
	font-size:12px;
	padding-right:30px;
}
/*==================== ############ =====================*/


.nav-tabs, .nav-tabs > li > a, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	border: none;
	margin-right:5px;
}
.nav-tabs > li {
	display:inline-block;
	float:none;
	min-width: 13.9%;
	text-align: center;
	margin-top:10px;
}
.nav-tabs > li > a, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	background:#363636;
	color:#FFFFFF;
	padding: 13px 5px;
	border-radius: 4px;
}
.nav-tabs > li > a:hover, nav-tabs > li.active > a:hover {
	background:#75a360;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff;
    background-color: #75a460!important;
}
	
.clintinfo {
	width:100%;
	float:left;
}
.clintinfo p{
	width:100%;
	line-height:25px;
	float:left;
}

.page2-floorplan {
	width:100%;
	float:left;
	margin-top:15px;
}
.duplicatfloorplan {
	width:270px;
	margin-right: 15px;
}
.duplicatfloorplan h1 {
	position:relative;
}
.addimgs {
	color:#75a460;
	font-size:20px;
	border:solid 2px #75a460;
	border-radius:50%;
	width:45px;
	height:45px;
	line-height:42px;
	text-align:center;
	display:inline-block;
	position:absolute;
	right:-22px;
	top:-5px;
}
.addimgs:hover {
	background:#75a460;
	color:#fff;
}
.logopad{padding:0px;}

.chck {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  font-weight:400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color:#080808;
  border-radius:4px;
  line-height: 22px;
}

/* Hide the browser's default checkbox */
.chck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 18px;
  width: 18px;
  background: none!important;
  border: solid 1px #363636;
    border-radius:4px;

}

/* On mouse-over, add a grey background color */
.chck:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.chck input:checked ~ .checkmark {
  background: none!important;
  border: solid 1px #363636;

}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.chck input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.chck .checkmark:after {
  left: 6px;
  top: 3px;
  width: 4px;
  height: 8px;
  border: solid #363636;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.tabinnrbox {
    border: solid 1px #c4c4c4;
    padding: 10px 0px;
    border-radius: 3px;
	float:left;
	width:100%;
	margin: 10px 0px 0px 0px;
}

/*==================== ############ =====================*/

.customerleft{width:100%; float:left;}
.customerleft h2{color: #75a460; font-size: 25px; font-weight: 300; margin: 15px 0px;}
.customerleft p{color: #75a460;}
.floorimgmap{width:100%; position:relative; float:left;}
.floorimgmap img{width:100%; position:relative; float:left;}
.floornametxt{width:100%; position:absolute; bottom:-60px; left:-15px; float:left;}

.closebtn {
	color:#6b747b;
	font-size:20px;
	border:solid 2px #6b747b;
	border-radius:50%;
	width:45px;
	height:45px;
	line-height:42px;
	text-align:center;
	display:inline-block;
	position:absolute;
	right:-50px;
	bottom:10px;
	background:#fff;
}
.closebtn:hover {
	background:#75a460;
	color:#fff;
	border:solid 2px #75a460;
}

.testright{width:100%; float:left;}
.testright h2{color: #75a460; font-size: 25px; font-weight: 300; margin: 15px 0px;}
.customerleft p{color: #75a460;}
/*page 4*/

.count {
	width:35%;
}
.idplat {
	width:330px;
	float:left;
}
.mrgtop {
	margin-top:5px;
}
.scrollbar {
	float: left;
	height: 251px;
	width: 88%;
	overflow-y: scroll;
	margin-bottom: 25px;
}



/*
 *  STYLE 4
 */

#style-4::-webkit-scrollbar-track {
 background-color: #F5F5F5;
}
 #style-4::-webkit-scrollbar {
 width: 6px;
 background-color: #F5F5F5;
}
 #style-4::-webkit-scrollbar-thumb {
 background-color: #75a460;
}


.intrinsptn {
	width:100%;
	float:left;
}
.intrinsptn h2 {
	color:#c12020;
	font-size:20px;
}
.tstin {
	width:83px;
	float:left;
	margin:0;
}
.tstin label {
	color:#c12020;
}
.tstin .checkmark {
	border-color:#c12020;
}
.tstin .chck input:checked ~ .checkmark {
border-color:#c12020;
}
.tstin .chck .checkmark:after {
	border-color:#c12020;
}
.panel ul {
	margin:0;
	padding:0;
}
.panel ul li {
	list-style:none;
}
.panel ul li a {
	text-decoration:none;
	color:#000000;
	background:#eee;
	display:block;
	padding:4px 10px;
	margin-bottom:2px;
	width:80%;
}
.panel ul li a:hover {
	background:#CCCCCC;
}
.lfttxtfild {
	width:81%;
}
.accordion {
	background-color: #363636;
	color: #fff;
	cursor: pointer;
	padding: 7px 10px;
	width: 80%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
	border-radius:4px;
}
.panel {
	width:100%;
	max-height: 0;
  	overflow: hidden;
  	transition: max-height 0.2s ease-out;
	border:none;
	box-shadow:none;
	margin-bottom:5px;
}

.intrmid {
	width:113px;
	float:left;
	margin-right:10px;
}
.divdr {
	width:100%;
	float:left;
}
.actype {
	width:149px;
	display:inline-block;
	padding-bottom:20px;
}

.actype button.accordion:after { 
	left: 25px;
}
.actype .panel ul li a {
	width:91%;
	padding: 4px 10px 4px 0;
	background:none;
}
.actype .panel ul li:after {
	left:0;
}
.actype .accordion {
	width:85%;
	padding:3px;
	text-align:center;
}
.acrtrn { 
	width:145px;
}
.acrtrn label { 
	width:100%;
	float:left;
}
.acpressure {
    width: 66px;
    float: left;
    margin-right: 6px;
}

.idplat2 {width:185px; margin-right:27px; margin-bottom:40px;}
.idplat3 {width:180px;}
.idplat4 {width:155px; margin-right:27px; margin-bottom:40px;}
.closeimgs2 {bottom:-21px;}
.h_scrollbar {height:382px; }
.l_scrollbar {height:382px; width:98%; }
.roomadd {width:110px;}


.lftaccordion {
	background-color: #363636;
	color: #fff;
	cursor: pointer;
	padding: 7px 10px;
	width: 80%;
	border: none;
	text-align: left;
	font-size: 14px;
	border-radius:4px;
}
.lftpanel {
	width:100%;
	margin-bottom:5px;
}

.lftpanel ul {
	margin:0;
	padding:0;
}
.lftpanel ul li {
	list-style:none;
}
.lftpanel ul li a {
	text-decoration:none;
	color:#000000;
	background:#eee;
	display:block;
	padding:4px 10px;
	margin-bottom:2px;
	width:80%;
}
.lftpanel ul li a:hover { 
	background:#CCCCCC;
}

ul.itmname {margin:0; padding:0;}
ul.itmname li {display:inline-block; border-right:1px solid #75a460; padding:0 12px; height:10px; line-height:10px;}
ul.itmname li:last-child{border:none;}
ul.itmname li:first-child{padding-left:0;}
ul.itmname li a {color:#75a460;}
ul.itmname li a:hover {color:#333333;}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td 
{padding:0 8px 0 0; border:none;}
.lftinfo {width:400px; float:left;}
.rtsocial {width:160px; float:right; margin-top:82px;}
.rtsocial ul li {display:inline-block; margin-left:3px;}
.rtsocial ul li a {color:#000000;}
.rtsocial ul li a .fa {font-size:18px;}


/**/
.valuebox{width:150px; margin-right:15px; float:left;}
.valuebox label{width:150px; font-size:15px; color:#080808; font-weight:normal; float:left;}
.valueinput{width:100%; border:solid 1px #c4c4c4; padding:8px 10px; color:#666; float:left; outline:none; border-radius:3px; margin:5px 0px;}
.textareainput{width:100%; border:solid 1px #c4c4c4; padding:8px 10px; color:#666; float:left; outline:none; border-radius:3px; margin:5px 0px; margin:50px 0px 20px; height:300px;}

.tabmatterdiv{width:100%; padding:20px 0px; float:left;}
.tabmenutop{width:100%; float:left;position: relative;z-index:1}
.tabmenutop ul{width:100%; text-align:center; display:inline-block; padding:0px;}
.tabmenutop ul li{display:inline-block; border-right:solid 1px #000; text-align:center; line-height: 14px;}
.tabmenutop ul li:last-child{border-right:none;}
.tabmenutop ul li a{display:inline-block; text-align:center; font-size:20px; color:#363636; padding:0px 15px;}
.tabmenutop ul li a.actss{color:#75a460;}
.tabmenutop ul li a:hover{color:#75a460;}

.colectiontop{width:100%; float:left;}
.colectchck{width:50%; margin-bottom:10px; float:left;}
.colectchck h2{color: #75a460; font-size: 25px; font-weight: 300; margin: 15px 0px;}
.colectchck p{color: #75a460;}

.tempstrip{width:100%; float:left;}
.tempinput{padding:0px; margin:0px 15px 0px 0px;}
.tempstrip label {margin-bottom: 10px; font-weight:600!important;}
.tempstrip .form-control {font-size: 14px; padding: 0px 10px; color: #080808; height: 40px; border: solid 1px #c4c4c4; background: none; border-radius: 3px; box-shadow: inset 0 3px 7px rgba(0, 0, 0, .0);}

.ventaltionstrip{width:100%; margin-bottom:10px; float:left;}
.ventaltionstrip h2{color: #75a460; font-size: 25px; font-weight: 300; margin: 15px 0px;}
.ventaltionstrip label {margin-bottom: 10px; font-weight:normal!important;}
.ventaltionstrip .form-control {font-size: 14px; padding: 0px 10px; color: #080808; height: 40px; border: solid 1px #c4c4c4; background: none; border-radius: 3px; box-shadow: inset 0 3px 7px rgba(0, 0, 0, .0);}

.rightparts{width:100%; margin-top:25px; float:left;}
.rightparts02{width:42%; margin-top:25px; float:left;}
.workstypes{width:100%; float:left;}
.workstypes .panel-heading .accordion-toggle:after {
	content: "\2212";
    float: right;
    font-size: 16px;
    color: #fff;
    padding: 0px 3px 0px 4px;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    border: solid 1px #fff;
    border-radius: 50px;    
}
.workstypes .panel-heading .accordion-toggle.collapsed:after {
    content:"\2b";
}
.workstypes .panel-default>.panel-heading {color: #fff; font-size:16px; background:#75a460; padding: 10px 10px 10px; margin:0px; border-radius:3px;}
.workstypes .panel-default>.panel-heading+.panel-collapse>.panel-body {border-top: none; margin-bottom: 0px; padding:0px;}
.workstypes .panel-default {border:none; border-radius:0px !important;}
.workstypes .panel-group .panel {margin:1px 0px!important; border-radius: 0px !important; border-bottom:solid 1px #f0f0f0!important; box-shadow: none !important; background:#f8f8f8;}
.workstypes .panel-title {font-size:16px!important; color:#fff!important;}

.workstypes .panel {width: 100%; max-height:inherit!important; overflow:inherit!important; transition:inherit!important; border: none; box-shadow: none; margin-bottom: 5px;}
.workstypes .panel ul li a {color: #363636; font-size: 10px; border: solid 1px #6b747b; border-radius: 50%; width: 20px; height: 20px; padding-top: 1px; text-align: center;    display: inline-block; float: right; padding:1px 0px!important;}
.workstypes .panel ul li a:hover {background:#CCCCCC;}


.workslinks{width:100%; float:left;}
.workslinks ul{width:100%; padding:0px; margin:0px; float:left;}
.workslinks ul li{width:100%; font-size:14px; color:#080808; float: left; padding: 4px 8px;min-height: 50px;}
.leftarr{color:#363636; margin-right:10px;}

.rightclosebtn {color:#363636; font-size:10px; border:solid 1px #6b747b; border-radius:50%; width:20px; height:20px; padding-top:1px; text-align:center; display:inline-block; float: right;}
a.rightclosebtn:focus, a.rightclosebtn:hover{color:#363636!important;}


.gellaryinfo{width:100%; float:left;}
.gellaryinfo h1 {color: #75a460; font-size: 25px; font-weight: 300; margin: 0 0 20px 0px; position:relative;}
.gelladd {color: #75a460; font-size: 20px; border: solid 2px #75a460; border-radius: 50%; width: 45px; height: 45px; line-height: 42px; text-align: center; display: inline-block;}

.gellshow{width:100%; float:left;}
.gellscrollbar {
	float: left;
	height: 520px;
	width: 98%;
	overflow-y: scroll;
	margin-bottom: 25px;
	overflow-x: hidden;
	padding-right:5%;
}
.gelpadss{margin-top:10px;}

/*191119*/

.form-control:focus { 
	border:solid 1px #ccc;
    outline: none;
    -webkit-box-shadow:none;
    box-shadow: none;
}


.inputfilebox{float:right;}
.inputfilebox .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.inputfile + label {
    max-width: 100%;
    height:50px;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.inputfile-6 + label {
    color: #d3394c;
}

.inputfile-6 + label {
    border:none;
    background-color: #fff;
	border-radius:5px;
	width:100%;
    padding: 0;
	margin:0px;
}


.inputfile-6 + label span {
    height:50px;
	padding:0px 15px;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
	line-height:50px;
	color:#000;
}

.inputfile-6 + label strong {
    height: 100%;
	font-size:14px;
	line-height:50px;
    color: #fff;
    background:url(../img/plusicon.png) center top no-repeat;
	height:40px;
	width:40px;
    display: inline-block;
	float:right;
	font-weight:400;
	position: absolute;
    right: 0px;
}

.inputfile-6:focus + label strong,
.inputfile-6.has-focus + label strong,
.inputfile-6 + label:hover strong {
    background:url(../img/hoverplusicon.png) center top no-repeat;
	height:40px;
	width:40px;
}

.floorplanimgs{width:100%; float:left;}
.floorplanimgs label{color: #75a460; font-size: 25px; font-weight: 300; float: left;}

.duplicatfloorplan label{color: #75a460; font-size: 25px; font-weight: 300;}
.angaryboxss{width:100%; padding:15px 0px 0px; float:left;}
.photoidhead{width:100%; float:left;}

.padhead{margin:20px 0px 0px!important;}


.chckinputs {
  float:left;
}

.chckinputs label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
  color:#080808;
  font-size:14px;
  
}

.chckinputs label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  top:-2px;
  margin-left: -20px;
  border: 1px solid #363636;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.chckinputs label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 1px;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #363636;
}

.chckinputs input[type="checkbox"] {
  opacity: 0;
  z-index: 1;
}

.chckinputs input[type="checkbox"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.chckinputs input[type="checkbox"]:checked + label::after {
  font-family: 'FontAwesome';
  content: "\f00c";
}

.chckinputs input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}

.chckinputs input[type="checkbox"]:disabled + label::before {
  background-color: #363636;
  cursor: not-allowed;
}


.kitchwid {width: 145px; float: left; margin-right: 10px;}
.kidmid{margin: 31px 0px 0px 0px;}
.kidleft{padding-left:15px;}

.actype .lftpanel ul li:after{display:none!important;}
.closeactyle{color: #333;float: right; border: 1px solid #333; border-radius: 50%; height: 17px; width: 17px;  text-align: center; line-height: 15px; font-weight:normal; font-size:10px;}
.editstyls{color: #333; float: right; font-size:16px; padding: 3px 0px 0px 0px;}
.padtxss{padding:0px;}
.acpressure label {font-weight: normal;}
.kitleft{width:100%; float:left;}
.kitmidss{width:58%; padding: 0px 5px 0px 0px; float:left;}

.kitleft .lftpanel ul li a {padding:8px 10px!important; font-weight:bold!important; margin-bottom:2px;	width:80%; float: left;}

.kitlefttop{width:100%; float:left;}
.kitlefttop h2{font-size:18px; margin: 5px 0px 10px; color:#c12020;}
.padroms{margin: 10px 0px 15px;}

.actype .lftaccordion {font-size: 13px;}
.savebtns{float:right; background: #363636; color: #FFFFFF; padding: 7px 30px; border-radius: 4px; font-size: 16px; margin:40px 0px 10px;}
.savebtns:hover{background: #75a460; color: #FFFFFF;}
.savebtns:focus{color: #FFFFFF;}


/*21119*/

.categoriestable{width:100%; float:left;}
.categoriestable table{width:100%; float:left;}
.categoriestable table tbody tr th {background: #75a460; padding:10px; text-align: left; color: #fff; font-weight: 600;}
.categoriestable table tr:nth-child(even) {background: #efefef; text-align: left; color: #363636; font-weight: 600;}
.categoriestable table tr:nth-child(odd) {background: #fbfbfb; text-align: left; color: #363636; font-weight: 600;}
.categoriestable table tr td {padding: 10px 10px; font-weight: 500;}

.deletess{background: #363636; color: #fff; width: 25px; height: 25px; text-align: center; border-radius: 50%; font-size: 12px; padding-top: 7px; margin: 0px 2px; cursor:pointer;}
.deletess:hover{background: #75a460; color: #fff;}
.edits{background: #363636; color: #fff; width: 25px; height: 25px; text-align: center; border-radius: 50%; font-size: 12px; padding-top: 7px; margin: 0px 2px; cursor:pointer;}
.edits:hover{background: #75a460; color: #fff;}
.addcat{float: left; background: #363636; color: #FFFFFF; padding: 7px 30px; border-radius: 4px; font-size: 16px; margin:0px 0px 10px;}
.addcat:hover{background: #75a460; color: #FFFFFF; float:left;}


.addcatemid{width:50%; margin:0px auto; display:table;}
.addscopemid{width:100%; margin:0px auto; }
.addmidbox{width:100%; float:left;}
.addmidbox label{font-weight: 600; color: #363636; width: 25%; float: left; padding-top: 8px; text-align:right; padding-right:25px;}
.addmidbox select{font-size: 14px; padding: 0px 10px;  color: #080808; height: 40px;  border: solid 1px #c4c4c4;  background: none;  border-radius: 3px; box-shadow: inset 0 3px 7px rgba(0, 0, 0, .0); outline:none; width: 22%; margin: 0px 15px 10px 0px; float: left;}


.addmidbox p{width:100%; float:left;}
.cattxt{font-weight: 600; color: #363636; width: 25%; float: left; padding-top: 8px; text-align:right; padding-right:25px;}
.catinput{font-size: 14px; padding: 0px 10px;  color: #080808; height: 40px;  border: solid 1px #c4c4c4;  background: none;  border-radius: 3px; box-shadow: inset 0 3px 7px rgba(0, 0, 0, .0); outline:none; width: 50%; float: left;}
.catebtns {background: #363636; color: #FFFFFF; padding: 9px 30px; border-radius: 4px; font-size: 16px; margin: 0px 0px 10px 10px; border: none; width:18%;}
.catebtns:hover {background: #75a460; color: #FFFFFF;}
.cattxt02{font-weight: 600; color: #363636; width: 28%; float: left; padding-top: 8px; text-align:right; padding-right:20px;}

.catinput02{font-size: 14px; padding: 0px 10px;  color: #080808; height: 40px;  border: solid 1px #c4c4c4;  background: none;  border-radius: 3px; box-shadow: inset 0 3px 7px rgba(0, 0, 0, .0); outline:none; width: 72%; margin-bottom:10px; float: left;}

.catinput03{font-size: 14px; padding: 0px 10px;  color: #080808; height: 40px;  border: solid 1px #c4c4c4;  background: none;  border-radius: 3px; box-shadow: inset 0 3px 7px rgba(0, 0, 0, .0); outline:none; width: 20%; float: left;}

.catinput04{font-size: 14px; padding: 0px 10px;  color: #080808; height: 40px;  border: solid 1px #c4c4c4;  background: none;  border-radius: 3px; box-shadow: inset 0 3px 7px rgba(0, 0, 0, .0); outline:none; width: 31%; float: left; margin: 0px 15px;}

.catinput05{font-size: 14px; padding: 0px 10px;  color: #080808; height: 40px;  border: solid 1px #c4c4c4;  background: none;  border-radius: 3px; box-shadow: inset 0 3px 7px rgba(0, 0, 0, .0); outline:none; width: 15%; float: left;}

.selectuser{font-size: 14px; padding: 0px 10px;  color: #080808; height: 40px;  border: solid 1px #c4c4c4;  background: none;  border-radius: 3px; box-shadow: inset 0 3px 7px rgba(0, 0, 0, .0); outline:none; width: 72%!important; margin-bottom:10px; float: left;}

.catebtns02 {background: #363636; color: #FFFFFF; padding: 7px 30px; border-radius: 4px; font-size: 16px; margin: 15px 15px 10px 10px; border: none; float:right;}
.catebtns02:hover {background: #75a460; color: #FFFFFF;}

.error-message {
    float: right;
    width: 100%;
    font-size: 12px;
    color: #ff0000;
    margin: -7px 0px 15px;
    text-align: right;
    padding-right: 17px;
}

.addscopemid .fileinput{
	border: 1px solid #ccc;
	height: 34px;
	width:100%;
}
/*251119*/

/*Top Menu*/

.topmenudiv{width: 100%; padding: 0px 0px 5px; float: left;}
.topmenudiv ul{width: 100%; text-align: right; padding: 0px;}
.topmenudiv ul li{display: inline-block; border-radius: 0px; border-right: solid 1px #d5d5d5;}
.topmenudiv ul li:last-child{border-right:none;}
.topmenudiv ul li a{color: #363636; padding: 0px 15px; font-size: 14px; border-radius: 0px;}
.topmenudiv ul li a:hover {color: #75a460;}
.topmenudiv ul li a.activss {color: #75a460;}

.top-navbar {
	overflow: hidden;
	width:100%;
}

.top-navbar a {
	float: right;
	font-size: 15px;
	color: #363636;
	text-align: center;
	padding: 7px 16px;
	text-decoration: none;
}

.top-navbar .dropdown {
	float: right;
	overflow: hidden;
	position: unset;
}

.top-navbar .dropdown .dropbtn {
	font-size: 15px;  
	border: none;
	outline: none;
	color: #363636;
	padding: 7px 16px;
	background-color: inherit;
	font-family: inherit;
	margin: 0;
}

.top-navbar a:hover, .top-navbar .dropdown:hover .dropbtn {
	background-color: #75a460;
	color:white;
}

.top-navbar .dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

.top-navbar .dropdown-content a {
	float: none;
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.top-navbar .dropdown-content a:hover {
	background-color: #ddd;
}

.top-navbar .dropdown:hover .dropdown-content {
	display: block;
}



.pad11{padding:0px 0px 0px 15px;}
.pad011{padding:0px 15px 0px 0px;}
.ritemdiscription{width:100%; padding:10px 0px 0px 20px; float:left;}
.ritemdiscription p{width:100%;  padding: 0px; font-size:14px; color:#666; line-height:22px; float:left;}

.rightsubheads{background-color: #363636; color: #fff; cursor: pointer; padding: 7px 10px; width: 100%; border: none; text-align: left; font-size: 14px; border-radius: 4px; float:left!important; line-height:26px;}
.rightorw{width: 100%; font-size: 14px; color: #080808; border-bottom: solid 1px #d5d5d5; float: left; padding: 10px 13px 10px 17px;}
.subplusc {color: #75a460!important; border: 1px solid #75a460!important;  border-radius: 50%!important; height: 25px!important; width: 25px!important; text-align: center!important; line-height: 23px!important; cursor: pointer!important; display: inline-block!important; font-weight: normal!important; font-size: 10px!important;}
.rightclospad{margin-right:-1px!important;}

.rightsubtxt {float: right;}
.txtnumberss {float: left; padding-right: 10px;}
.rightformsinfo{width: 100%; padding:25px 20px; float:left; background:#f5f5f5; margin: 15px 0px 0px;}
.rightformsinfo label{font-size: 14px; color: #080808; font-weight:normal!important; padding: 10px 0px 0px; width:100%; float:left;}


.sidesavebtn {float:right; background: #363636; color: #FFFFFF; padding: 7px 30px; border-radius: 4px; font-size: 16px; margin:20px 0px 10px; border:none;}
.sidesavebtn:hover {background: #75a460; color: #FFFFFF;}
.padmaterils{margin:20px 0px 10px!important; float:left;}

.rightmatericon { color: #363636!important; font-size: 10px; border-radius: 50%; width: 20px; height: 20px; padding-top: 5px; text-align: center; display: inline-block; float: right; background: #fff; position: relative; left: 0px;}

.upladinput{float: left!important; width: 80%!important; margin: 6px 0px 0px;}
.uppad{padding:0px!important; height: 45px!important;}
.inwids{width:82%!important; float:left;}
.closeadinput{color: #363636; font-size: 10px; border: solid 1px #6b747b; border-radius: 50%; width: 20px; height: 20px;  padding-top: 1px; text-align: center; display: inline-block; float: right; padding: 1px 0px!important; margin: 40px 10px 0px 0px;}

.ritemdiscription {padding:10px 20px;}
.pads0s{padding: 0px 15px 0px 0px;}


.setcimgheading{color: #75a460; font-size: 25px; font-weight: 300; margin: 0 0 20px 0px; position:relative;}
.setcimgheading span{padding:0px  0px 0px!important; float:left;}
.imgaadd {width:150px!important;}




/*290120*/

.topbtnss{background: #363636; color: #FFFFFF; padding: 7px 30px; border-radius: 4px; font-size: 16px; border:none;}
.topbtnss:hover {background: #75a460; color: #FFFFFF;}
.canbtns{background: #363636; color: #FFFFFF; padding: 7px 15px; border-radius: 4px; font-size: 16px; margin-right: 10px; border: none;}
.canbtns:hover {background: #75a460; color: #FFFFFF;}
.caninput{border: solid 1px #d5d5d5; padding: 7px 5px; margin-right: 7px; border-radius: 4px;}
.cansave{background: #363636; color: #FFFFFF; padding: 7px 15px; border-radius: 4px; font-size: 16px; border:none; margin-right: 10px;}
.cansave:hover {background: #75a460; color: #FFFFFF;}
.imagenameshow{width: auto!important;}


.dragebtnsss{width: 100%; margin-bottom: 15px;}

 @media only screen and (max-width: 900px) {
.greenbg {
display:none;
}
.rightcontent {
padding:30px;
width:100%;
}
}


@media only screen and (min-width: 1201px) and (max-width: 1280px) {

/*290120*/
#take_snapshots1 {display: none;}
#take_snapshots2 {display: none;}
}

@media only screen and (min-width: 960px) and (max-width: 1200px) {
.nav-tabs > li > a, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {padding: 10px 10px;}

.ventaltionstrip label {font-size: 10px;}
.closeimgs {bottom: 0px;}
.kitleft {width: 100%;}
.kitmidss{width: 100%;}

.nav-tabs > li {width: auto!important;}

/**/
.rightparts02 {width: 100%;margin-top: 25px;}

.addcatemid {width: 80%;}

/*290120*/

#take_snapshots1 {display: none;}
#take_snapshots2 {display: none;}

}
@media only screen and (min-width: 768px) and (max-width: 1159px) {
	.logo{text-align:center;}
	.toprightnav {margin-top: 10px; position:inherit;}
	.toprightnav ul {float: none; display: inline-block; width: 100%; text-align: center;}
	.toprightnav ul li {display: inline-block; margin-left: 10px; float:none;}
	.topmenudiv {padding: 0px 0px 25px;}
	.nav-tabs > li > a, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {padding: 10px 6px;}

	/*191119*/
	.scrollbar {width: 100%;}
	.colectchck {padding: 0px 15px;}
	.tempinput {padding: 0px 15px; margin: 0px 0px 15px 0px;}
	.ventaltionstrip h2 {padding: 0px 15px;}
	.rightparts {padding: 0px 15px;}
	.nav-tabs > li {
		float: none;
		width: auto!important;
		text-align: center;	
	}


	/*251119*/
	.topmenudiv ul {text-align: center!important;}
	.pad011 {padding: 0px 15px;}

	.lftaccordion {width: 90%;}
	.kitleft .lftpanel ul li a {width: 90%;}
	.kitmidss {width: 100%; padding: 10px 5px 0px 0px; float: left;}
	.intrmid {width: 31%; float: left; margin-right: 10px;}
	.kitchwid {width: 31%;}
	.actype {width: 31%;}
	.acrtrn {width: 100%;}
	.acpressure {width: 100%; float: left; margin-bottom: 15px;}
	.rightparts02 {width: 100%; float: left;}

	/*261119*/

	.lftpanel ul li a {width: 90%;}
	.toprightnav {top: 8%; right: 6%;}
	.padmaterils {margin: 10px 0px 10px!important; clear: both!important; width: 100%; float: left;}
	.field_wrapper{width:100%; float:left;}

	/*251219*/
	.categoriestable {overflow: scroll;}
	.categoriestable table {width: 800px;  float: left;}

	.addcatemid {width: 90%; margin: 0px auto; display: table;}
	.catebtns02 {margin: 15px 20px 10px 10px;}


	/*290120*/

	#take_snapshots1 {display: none;}
	#take_snapshots2 {display: none;}
	.idplat {width: 285px; margin-right: 50px;}
	.imagenameshow {margin: 3px 0px!important;}

}
@media only screen and (min-width: 600px) and (max-width: 767px) {
.logo {text-align:center;}
.toprightnav {margin-top: 10px; position:inherit;}
.toprightnav ul {float: none; display: inline-block; width: 100%; text-align: center;}
.toprightnav ul li {display: inline-block; margin-left: 10px; float:none;}
.fr {width: 100%!important; float: left!important; margin: 25px 0px 15px;}

.nav-tabs > li {display: inline-block; float: none; width: 100%; margin: 2px 0px; text-align: center;}

/**/
.tempinput {padding: 0px; margin: 0px 0px 15px 0px;}
.kitleft {width: 100%;}
.kitmidss{width: 100%;}
.lftpanel ul li:after { left: -70px;}

/*251119*/
.topmenudiv ul {text-align: center!important;}
.topmenudiv ul li {margin: 10px 0px;}

/*251119*/
.pad011 {padding: 0px 15px;}

.lftaccordion {width: 90%;}
.kitleft .lftpanel ul li a {width: 90%;}
.kitmidss {width: 100%; padding: 10px 5px 0px 0px; float: left;}
.intrmid {width: 31%; float: left; margin-right: 10px;}
.kitchwid {width: 48%; padding: 0px;}
.actype {width: 31%;}
.acrtrn {width: 100%;}
.acpressure {width: 100%; float: left; margin-bottom: 15px;}
.rightparts02 {width: 100%; float: left;}
.intrmid{width: 100%;}

/*261119*/
.padmaterils {margin: 10px 0px 10px!important; clear: both!important; width: 100%; float: left;}
.lftpanel ul li a {width: 90%;}
.upladinput {margin: 6px 0px 25px!important;}
.field_wrapper{width:100%; float:left;}

/*251219*/
.categoriestable {overflow: scroll;}
.categoriestable table {width: 800px;  float: left;}

.addcatemid {width: 100%; margin: 0px auto; display: table;}
.addmidbox select {margin: 0px 10px 10px 0px;}
.catebtns02 {margin: 15px 14px 10px 10px;}
/*290120*/

.canbtns {padding: 10px 15px; margin: 3px 0px; border: none; width: 100%;}
.cansave {padding: 10px 15px; float: left; margin: 3px 0px; width: 100%; text-align: center;}
.caninput {padding: 7px 5px; margin: 3px 0px; width: 100%; text-align: center; outline: none;}

#take_snapshots1 {display: none;}
#take_snapshots2 {display: none;}
.idplat {width: 40%; float: left; margin-right: 40px;}
.imagenameshow {width: 100%!important; margin: 3px 0px!important;}
.indorboxx{float:left; width:100%;}
}
@media only screen and (min-width: 480px) and (max-width: 599px) {
.logo {text-align:center;}
.toprightnav {margin-top: 10px; position:inherit;}
.toprightnav ul {float: none; display: inline-block; width: 100%; text-align: center;}
.toprightnav ul li {display: inline-block; margin-left:0px; float: none; width: 100%;}
.toprightnav ul li a {font-size: 16px; width: 100%;}
.fr {width: 100%!important; float: left!important; margin: 25px 0px 15px;}
.duplicatfloorplan {width: 96%; margin-right: 0px; text-align:left;}


/*191119*/
.floorplanimgs label {font-size: 20px;}
.duplicatfloorplan label{font-size: 20px;}
.duplicatfloorplan {width: 100%; margin: 30px 0px 0px;}

.nav-tabs > li {display: inline-block; float: none; width: 100%; margin: 2px 0px; text-align: center;}
.nav-tabs, .nav-tabs > li > a, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {margin-right:0px;}
.padmob{padding:0px;}
.count {width: 100%;}
.scrollbar {width: 100%;}
.colectchck {width: 100%; margin-bottom: 10px; float: left;}
.tempinput {padding: 0px; margin: 0px 0px 15px 0px;}

.kitleft {width: 100%;}
.kitmidss{width: 100%;}
.lftpanel ul li:after { left: -48px;}
.intrmid {width: 100%; float: left; margin-right: 0px;}
.kidleft {padding-left: 0px; width: 100%; float: left;}
.kidmid {margin: 10px 0px 0px 0px; width: 100%;}
.actype {width: 100%;}
.acpressure {width: 100%; float: left; margin-right: 0px; margin-bottom: 10px;}
.savebtns{width:100%; text-align:center;}

/*251119*/
.topmenudiv ul {text-align: center!important;}
.topmenudiv ul li {margin: 10px 0px;}

/*251119*/
.topmenudiv ul {text-align: center;}
.pad011 {padding: 0px 15px;}


/*261119*/
.rightparts02 {width: 100%;}
.padmaterils {margin: 10px 0px 10px!important; clear: both!important; width: 100%; float: left;}
.lftpanel ul li a {width: 80%;}
.upladinput {margin: 6px 0px 25px!important;}
.ritemdiscription {padding: 10px 0px;}
.field_wrapper{width:100%; float:left;}

/*251219*/
.categoriestable {overflow: scroll;}
.categoriestable table {width: 800px; height:300px; float: left;}

.addmidbox label {width: 100%; float: left; padding-top: 8px; text-align:left; padding: 0px;}
.catinput02 {width: 100%; margin-bottom: 15px;}
.addmidbox select {width: 100%; margin: 0px 0px 15px 0px; float: left;}
.selectuser{width:100%!important; float:left;}
.catebtns02 {margin: 15px 0px; float:left; width: 100%;}
.addcatemid { width: 100%;}

.catinput {width: 100%; float: left;}
.catebtns {margin: 15px 0px; width: 100%;}

/*290120*/

.canbtns {padding: 10px 15px; margin: 3px 0px; border: none; width: 100%;}
.cansave {padding: 10px 15px; float: left; margin: 3px 0px; width: 100%; text-align: center;}
.caninput {padding: 7px 5px; margin: 3px 0px; width: 100%; text-align: center; outline: none;}
.topbtnss {width: 100%; margin: 3px 0px;}

#take_snapshots1 {display: none;}
#take_snapshots2 {display: none;}
.idplat {width: 100%; float: left; margin-right: 0px;}
.imagenameshow {width: 100%!important; margin: 3px 0px!important;}
.indorboxx{float:left; width:100%;}
}


@media only screen and (max-width: 479px) {
.logo {text-align:center;}
.toprightnav {margin-top: 10px; position:inherit; right:0px; padding:0px 15px;}
.toprightnav ul {float: none; display: inline-block; width: 100%; text-align: center;}
.toprightnav ul li {display: inline-block; margin-left: 0px; float: none; width: 100%;}
.toprightnav ul li a {font-size: 16px; width: 100%;}
.fr {width: 100%!important; float: left!important; margin: 25px 0px 15px;}

.nav-tabs > li {display: inline-block; float: none; width: 100%; margin: 2px 0px; text-align: center;}
.nav-tabs, .nav-tabs > li > a, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {margin-right:0px;}
.addimgs {font-size: 12px; width: 25px; height: 25px; line-height: 22px; right: 22px; top: -5px;}
.right-bottom-content h1 {font-size: 20px; font-weight: 300; margin: 15px 0 25px 0px; float:left; width:100%;}
.closebtn {font-size: 15px; width: 25px; height: 25px; line-height: 19px; right: -43px; bottom: 17px; background: #fff;}
.padmob{padding:0px;}
.valuebox {width: 100%; margin-right: 0px; float: left;}
.customerleft h2 {font-size: 20px;}
.indorboxx{float:left; width:100%;}


/*191119*/
.floorplanimgs label {font-size: 20px; float: left;}
.duplicatfloorplan label{font-size: 20px;}
.duplicatfloorplan {width:100%; margin: 30px 0px 0px; text-align:left;}
.count {width: 100%;}
.scrollbar {width: 100%;}
.idplat {width: 100%;}
.colectchck {width: 100%; margin-bottom: 10px; float: left;}
.tempinput {padding: 0px; margin: 0px 0px 15px 0px;}
.ventaltionstrip h2 {font-size: 20px;}
.tabmenutop ul li a {font-size: 15px; padding: 0px 10px;}
.workstypes .panel-title {font-size: 13px!important;}
.workslinks ul li {font-size: 12px;}

.kitleft {width: 100%;}
.kitmidss{width: 100%;}
.lftpanel ul li:after { left: -17px;}
.intrmid {width: 100%; float: left; margin-right: 0px;}
.kidleft {padding-left: 0px; width: 100%; float: left;}
.kidmid {margin: 10px 0px 0px 0px; width: 100%;}
.actype {width: 100%;}
.acpressure {width: 100%; float: left; margin-right: 0px; margin-bottom: 10px;}
.savebtns{width:100%; text-align:center;}
.lftpanel ul li {
	list-style:none;
	float: left;
    width: 100%;
}


/*251119*/
.topmenudiv ul {text-align: center!important;}
.topmenudiv ul li {margin: 10px 0px;}
.topmenudiv ul li a {color: #363636; padding: 0px 6px; font-size: 12px; border-radius: 0px;}

/*261119*/
.rightparts02 {width: 100%;}
.pad011 {padding: 0px 15px;}
.padmaterils {margin: 10px 0px 10px!important; clear: both!important; width: 100%; float: left;}
.upladinput {margin: 6px 0px 25px!important; width: 72%!important;}
.ritemdiscription {padding: 10px 0px;}
.field_wrapper{width:100%; float:left;}

/*251219*/
.categoriestable {overflow: scroll;}
.categoriestable table {width: 600px; height:300px; float: left;}

.addmidbox label {width: 100%; float: left; padding-top: 8px; text-align:left; padding: 0px;}
.catinput02 {width: 100%; margin-bottom: 15px;}
.addmidbox select {width: 100%; margin: 0px 0px 15px 0px; float: left;}
.selectuser{width:100%!important; float:left;}
.catebtns02 {margin: 15px 0px; float:left; width: 100%;}
.addcatemid { width: 100%;}

.catinput {width: 100%; float: left;}
.catebtns {margin: 15px 0px; width: 100%;}

/*290120*/

.canbtns {padding: 10px 15px; margin: 3px 0px; border: none; width: 100%;}
.cansave {padding: 10px 15px; float: left; margin: 3px 0px; width: 100%; text-align: center;}
.caninput {padding: 7px 5px; margin: 3px 0px; width: 100%; text-align: center; outline: none;}
.topbtnss {width: 100%; margin: 3px 0px;}

#take_snapshots1 {display: none;}
#take_snapshots2 {display: none;}
.idplat {width: 100%; float: left; margin-right: 0px;}
.imagenameshow {width: 100%!important; margin: 3px 0px!important;}




}



.rightparts .collapse {display: block;}

.rightparts .workstypes .panel-heading .accordion-toggle::after {display: none;}

.rightaddbtn {
color: #363636;
font-size: 10px;
border: solid 1px #6b747b;
border-radius: 50%;
width: 20px;
height: 20px;
padding-top: 3px;
text-align: center;
display: inline-block;
float: right;
background:#515151;
position: relative;
left: -8px;
}

.heading_data{
	background: #75a460;
}



/*201119*/

.leftsidelist{width:80%; float:left;}
.leftsidelist .panel-default>.panel-heading {color: #fff; font-size:16px; background:#363636; padding: 10px 10px 10px; margin:0px 0px 3px; border-radius:3px; width:100%; float: left;}
.leftsidelist .panel-default>.panel-heading+.panel-collapse>.panel-body {border-top: none; margin-bottom: 0px; padding:0px;}
.leftsidelist .panel-default {border:none; border-radius:0px !important;}
.leftsidelist .panel-group .panel {margin:1px 0px!important; border-radius: 0px !important; border-bottom:solid 1px #f0f0f0!important; box-shadow: none !important; background:#f8f8f8;}
.leftsidelist .panel-title {font-size:16px!important; color:#fff!important; width:100%!important; float:left;}

.leftsidelist .panel {width: 100%; max-height:inherit!important; overflow:inherit!important; transition:inherit!important; border: none; box-shadow: none; margin-bottom: 5px;}
.leftsidelist .panel ul li a {width:100%; float:left; font-size:15px; color:#080808; background: none; border: none; text-align: left; font-weight: 600; padding: 0px;}
.leftsidelist .panel ul li a:hover, .leftsidelist .panel ul li a:foucs {background:none; color:#080808}
.leftsidelist .panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {color: inherit; width: 100%; float: left;}

.padprg{padding-bottom:15px;}
.progressright{float:right; padding-right: 42px; padding-top:10px;}
.progressright ul{padding:0px; float:left;}
.progressright ul li{border-right:solid 1px #000; text-align:center; line-height: 14px; float:left;}
.progressright ul li:last-child{border-right:none;}
.progressright ul li a{font-size:20px; color:#363636; padding:0px 15px;}
.progressright ul li a.actss{color:#75a460;}
.progressright ul li a:hover{color:#75a460;}

.savebtns{float:right; background: #363636; color: #FFFFFF; padding: 7px 30px; border-radius: 4px; font-size: 16px; margin:40px 0px 10px;}
.savebtns:hover{background: #75a460; color: #FFFFFF;}
.savebtns:focus{color: #FFFFFF;}




.roomsinfocc{width:100%; padding-bottom:15px; float:left;}
.pluscircel{color: #75a460; border: 1px solid #75a460; border-radius: 50%; height: 25px; width: 25px; text-align: center; line-height: 23px; cursor: pointer; display: inline-block; font-weight: normal; font-size: 10px;}
.closecricel{color: #75a460; border: 1px solid #75a460; border-radius: 50%; height: 25px; width: 25px; text-align: center; line-height: 23px; cursor: pointer; display: inline-block; font-weight: normal; font-size: 10px; margin:5px 0px 8px 5px;}

.lftpanel label{font-weight:normal;}
.lefroomad{width:100%; position:relative; float:left;}
.roompadss{position: absolute; top: 24px; right: -27px;}
.ctrpad{margin: 0px 0px 15px; width: 99%;}

.loading {
  position: fixed;
  z-index: 999999999;
  height: 2em;
  width: 2em;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}


.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
}


.loading:not(:required) {
  / hide "loading..." text /
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/ Animation /

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#drag{
	position: relative;
	z-index: 999;
	margin: 0px;
	padding: 0px;
	float: left;
}


#drag li {
	margin: 0px!important;
	padding: 0px!important;
	
}

.tool.ui-draggable {
    z-index: 99999;
}

#toolbar{width: 100%; margin: 15px 0px 10px; float: left;}
#toolbar ul{width: 100%; padding: 0px; margin:0px; float: left;}
#toolbar ul li{width: 125px; padding: 0px 5px; margin:0px; float: left;}
.imagemap{width:100%; text-align: center; padding: 10px 0px 0px; float: left; }
.addretext{width:100%; font-size: 14px; color: #333; text-align: center; padding: 5px 0px; float: left; }



@media only screen and (max-width: 500px) {
#myCanvas{width:100%!important;}
#mySunCanvas{width:100%!important;}
.dataTable .btn-primary{width:75px; margin:2px 0px;}
}

h1.header-title{
	margin: 0;
    font-weight: bold;
	font-size: 20px;
	color:black;
}
.margin-right-10{
	margin-right:10px !important;
}

.lead-reporting .leads-section{
	margin-top:20px;
}
.lead-reporting .leads-section .lead-area{
	padding:15px;
	border:1px solid #ddd;
	margin-bottom:15px;
	border-radius: 10px;
    box-shadow: 5px 5px 3px #ddd;
}
.lead-reporting .filters .filter-section{
	margin-top:10px;
}

.lead-reporting .leads-section .lead-area .title{
	font-size:22px;
	font-weight:900;
	color: #75a460 !important;
	margin:0px;
	margin-bottom:20px;
	margin-left:20px;
}
.lead-reporting .leads-section .lead-area .input-item{
    margin-bottom:10px;
    width:100%;
}
.lead-reporting .leads-section .lead-area .input-item:last-child{
    margin-bottom:0px;
}
.lead-reporting .leads-section .lead-area .input-item .heading{
	font-size:12.5px;
	font-weight: bold;
}
.lead-reporting .leads-section .lead-area .input-item .body{
    border:1px solid #ddd;
    padding:5px;
    border-radius:2px;
    /* min-height:18px; */
}

.lead-reporting .leads-section .lead-area .item-title{
    margin-bottom:8px;
}
.lead-reporting .leads-section .lead-area .item-title p{
    height: 25px;
	border-bottom: 1px solid #75a460;
	margin:0;
}
.lead-reporting .leads-section .lead-area .item-title > div{
    margin-top: -23px;
}
.lead-reporting .leads-section .lead-area .item-title > div span{
    margin-top: -30px;
    background: white;
    padding: 0px 5px;
    font-size: 18px;
    color: #75a460;
    font-weight: bold;
}
.lead-reporting .leads-section .lead-area .cover-image{
	max-width: 100%;
	max-height:150px;
}
.lead-reporting .leads-section .lead-area .floor-image{
	max-width: 100%;
	max-height:100px;
}

.lead-reporting .leads-section .no-result{
	font-weight: bold;
	font-style: italic;
}

.margin-top-10{
    margin-top:10px !important;
}
.margin-top-15{
    margin-top:15px !important;
}
.margin-top-20{
    margin-top:20px !important;
}
.margin-bottom-10{
    margin-bottom:10px !important;
}
.font-bold{
	font-weight:bold !important;
}
.pagination-container{
	min-height:20px;
	margin:10px 0px;
	display: flex;
	display: -webkit-flex;
	justify-content: flex-end;
}
.pagination{
	margin:0px;
	/* float:right; */
}
.pagination ul{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	padding:0px;
	margin:0px;
	justify-content: flex-end;
}
.pagination ul > li {
    /* float: left; */
    padding: 4px 0px;
    line-height: 20px;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-left-width: 0;
    color: #999999;
    cursor: default;
    background-color: transparent;
}
.pagination ul > li a{
	padding:4px 12px;
	/* font-weight: bold; */
}
.pagination ul > li.active{
	background: #5b94c7;
	color:white !important;
}
.pagination ul > li.active a{
	color:white !important;
}
.pagination ul > li.disabled{
	background: #ddd;
	
}
.pagination ul > li.disabled a{
	color:#aaa;
}
.pagination ul > li:first-child {
    border-left-width: 1px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
}
.pagination ul > li:last-child {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
}

.comments-section{
	padding:0px 10px;
}
.comments-section h2{
	color: #75a460;
    font-size: 20px;
    font-weight: 300;
    margin: 0px 0px 15px 0px;
}
.group-title{
	color: #75a460;
    font-size: 25px;
    font-weight: 300;
	margin: 15px 0px 5px 0px;
	float: left;
    width: 100%;
}

#reportingModal .title{
	color:#75a460;
	font-size:17px;
	/* font-weight:bold; */
}

.categories{
	margin:10px 0px;
	height: 200px;
    overflow: auto;
    border: 1px solid #ccc;
    padding: 10px;
}

.categories ul{
	
}

.categories ul li{
	margin-left:20px;
	cursor: pointer;
}

.categories ul li:hover{
	color: #6ad;
}

.categories ul li.active{
	color: #0075ff;
    font-weight: bold;
}

.material-section{
	padding:10px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	border-radius:4px;
}

.inventory .inventory-table{
	width:100%;
	min-width:700px;
	margin:0 auto;
	overflow: auto;
}
.inventory .inventory-table th{
	padding:5px 10px;
}
.inventory .inventory-table tr td{
	padding:5px;
}

.inventory .inventory-table tr.cat-tr{
	color: #689056;
	font-weight:bold;
	font-size: 16px;
}

.inventory .inventory-table tr.unit-tr{
	color:#0875fd;
	font-weight:bold;
}
.inventory .inventory-table tr.unit-tr td{
	border-bottom: 1px solid #ccc;
}
.item-title{
	font-weight:bold;
}
.typical_images_area,.before_images_area,.after_images_area{
	display: flex;
	flex-wrap: wrap;
}
.typical_images_area img,
.before_images_area img,
.after_images_area img
{
	max-width: 50px;
	max-height: 50px;
	margin-right:5px;
}

.pointer-cursor{
	cursor: pointer !important;
}

.inventory-area{
	display: flex;
	display: -webkit-flex;
	margin-top:20px;
	flex-wrap: wrap;
}
.inventory-item{
	width:300px;
	padding:15px;
	border:1px solid #ddd;
	margin:10px;
	border-radius: 10px;
    box-shadow: 5px 5px 3px #ddd;
}
.inventory-item p{
	font-size:15px;
}
.inventory-item .bold{
	font-weight: bold;
}
.inventory-item .item-header{
	color: #75a460
}