.avatarUser{
	  margin-top: 10px;
}
.img-circle-pro{
	height:19px;
	width:30px;
	border-radius:20px;
}

.header-login{
	background:#feda00 !important;
}
.body-login-custom{
	background-color:#05a9cf !important;
}
.custom-footer-login{
	background:#feda00 !important;
}
.btn-login-custom{
	background-color:#05a9cf !important;
}
.logo-admin{
	height: 34px;
	margin-top: -5px;
}
.custom-navbar-fixed-top {
  background-color: #f2ce18 !important;
  background-image:none;
  border:none;
  box-shadow: 0px 5px 1px 0px rgba(0,0,0,0.75);
}

.min-height-contain{
	min-height:500px;
	padding-top: 81px;
}
.form-control {
    padding-right: 30px;
}

.form-control + .glyphicon {
    position: absolute;
    right: 0;
    padding: 8px 27px;
}
/*get multi select css*/
.demo-section {
	width: 350px;
	min-height: 140px;
}
.demo-section h2 {
	font-weight: normal;
}
.demo-section label {
	display: inline-block;
	margin: 15px 0 5px 0;
}
.demo-section select {
	width: 350px;
}
#get {
	float: right;
	margin: 25px auto 0;
}
.thumbImg{
	height:70px;
	width:70px;
}
.loading-image{
	color:red;
	text-align:center;
	font-weight:bold;
	font-size:18px;
}

.zipBox{
    -moz-box-shadow: 0 0 2px black;
    -webkit-box-shadow: 0 0 2px black;
    box-shadow: 0 0 2px black;
    padding-top: 20px;
	padding-left: 84px;
	margin-bottom: 10px;
}

.zipBox .alert {
	margin-top:10px;
}
/*sb-admin css*/
.navbar-top-links .dropdown-messages, .navbar-top-links .dropdown-tasks, .navbar-top-links .dropdown-alerts {
  width: 310px;
  min-width: 0;
}
@media (min-width: 768px)
.navbar-top-links .dropdown-messages, .navbar-top-links .dropdown-tasks, .navbar-top-links .dropdown-alerts {
  margin-left: auto;
}
.navbar-top-links .dropdown-menu li a div {
  white-space: normal;
}
.navbar-top-links .dropdown-menu li a {
  padding: 3px 20px;
  min-height: 0;
}
.navbar-top-links li a {
  padding: 15px;
  min-height: 50px;
}
.navbar-top-links .dropdown-menu li {
  display: block;
}
.displayNone{
	display:none;
}
.box .chat .item > img.offline {
    border: 2px solid #f56954;
}
.box .chat {
    padding: 5px 20px 5px 10px;
}
.box .chat .item::before, .box .chat .item::after {
    content: " ";
    display: table;
}
.box .chat .item::after {
    clear: both;
}
.box .chat .item > img.offline {
    border: 2px solid #f56954;
}
.box .chat .item > img {
    border: 2px solid transparent;
    /*border-radius: 50% !important;*/
    height: 40px;
    width: 40px;
}
.box .chat .item > .message {
    margin-left: 55px;
    margin-top: -40px;
}
.box .chat .item > .message > .name {
    display: block;
    font-weight: 600;
}
.TrackNo {
    float: left;
    font-size: 21px;
    width: 50%;
    margin-top: 8px;
}
.modal-header-added {
    padding-bottom: 44px;
}
.custom-head-modal {
    color: #f2ce18;
    float: left;
    font-size: 23px;
    width: 113px;
}
.popover .arrow {
	top: 69.7764%;
	left:105.5%;
}
div.popover.my-custom-class{
    max-width: 650px;
    min-width: 650px;
}
.thanksMessage{
	border: 1px solid #fff;
    color: green;
    font-size: 21px;
    font-style: unset;
    font-weight: bold;
    padding: 10px;
    border-radius: 14px;
}

.box-body.chat.notes-box {
    max-height: 400px;
    overflow-y: auto;
    border-bottom: 1px none none;
    margin-bottom: 12px;
}
.btnConfirmInv{
	font-size: 13px;
	padding: 1px 4px;
}


.map-canvas {
  width:573px;
  height:400px;
}
/*Custom ALert Box*/
#modalContainer {
    background-color:rgba(0, 0, 0, 0.3);
    position:absolute;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index:10000;
    background-image:url(tp.png); /* required by MSIE to prevent actions on lower z-index elements */
}

#alertBox {
    position:relative;
    width:300px;
    min-height:100px;
    margin-top:113px;
    border:1px solid #666;
    background-color:#fff;
    background-repeat:no-repeat;
    background-position:20px 30px;
}

#modalContainer > #alertBox {
    position:fixed;
}

#alertBox h1 {
     background-color: #3073bb;
    border-bottom: 1px solid #000;
    color: #fff;
    font: bold 0.9em verdana,arial;
    margin: 0;
    padding: 10px;
}

#alertBox p {
    font: 13px verdana,arial;
    height: auto;
    margin-left: 11px;
    padding: 5px;
}

#alertBox #closeBtn {
    display:block;
    position:relative;
    margin:5px auto;
    padding:7px;
    border:0 none;
    width:70px;
    font:0.7em verdana,arial;
    text-transform:uppercase;
    text-align:center;
    color:#FFF;
    background-color:#357EBD;
    border-radius: 3px;
    text-decoration:none;
}

/*Custom ALert Box*/
.datepicker{
	z-index: 1060;
}
/*Dialog Overlay*/
#dialog-overlay {

	/* set it to fill the whil screen */
	width:100%; 
	height:100%;
	
	/* transparency for different browsers */
	filter:alpha(opacity=50); 
	-moz-opacity:0.5; 
	-khtml-opacity: 0.5; 
	opacity: 0.5; 
	background:#000; 

	/* make sure it appear behind the dialog box but above everything else */
	position:absolute; 
	top:0; left:0; 
	z-index:3000; 

	/* hide it by default */
	display:none;
}


#dialog-box {
	
	/* css3 drop shadow */
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	
	/* css3 border radius */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	
	background:#eee;
	/* styling of the dialog box, i have a fixed dimension for this demo */ 
	width:328px; 
	
	/* make sure it has the highest z-index */
	position:absolute; 
	z-index:5000; 

	/* hide it by default */
	display:none;
	border-radius: 10px;
    margin-top: 80px;
}

#dialog-box .dialog-content {
	/* style the content */
	text-align:left; 
	padding:10px; 
	margin:13px;
	color:#666; 
	font-family:arial;
	font-size:13px; 
}

a.button {
	/* styles for button */
	margin:10px auto 0 auto;
	text-align:center;
	background-color: #e33100;
	display: block;
	width: 64px;
	border-radius: 5px;
	padding: 11px 9px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	
	/* css3 implementation :) */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	
}

a.button:hover {
	background-color: #c33100;	
}

/* extra styling */
#dialog-box .dialog-content p {
	font-weight:700; margin:0;
}

#dialog-box .dialog-content ul {
	margin:10px 0 10px 20px; 
	padding:0; 
	height:50px;
}


/*Dialog Overlay*/

.repairBox{
	text-align:center;
}
.repairBtn{
	
}
/*For Modal Popup in Create Estimate */
#submitModalBox .modal-dialog,#submitInvoiceModalBox .modal-dialog {
    width: 24%;
}
#submitModalBox .modal-content, #submitInvoiceModalBox .modal-content{
    background-color: #eee;
}
#submitModalBox .modal-body,#submitInvoiceModalBox .modal-body {
    padding-top: 39px;
}
#submitModalBox .modal-footer, #submitInvoiceModalBox .modal-footer {
    text-align: center;
}

.multipleImg{
	width:50px;
	float:left;
	text-align:center;
	margin-right:2px;
}
.imgPortContainer,.deleteImage{
	width:48px;
	float:left;

}
.deleteImage{
	color:red;
}
.centerAlign{
	text-align:center;
}
.custom-modal-h3{
	margin-top:0;
	color:#3c8dbc;
	font-weight:bold;
	font-size:21px;
}

.paymentList{
	width:100%;
	margin-bottom:10px;
}

.paymentList thead {
    border-bottom: 1px solid #e5e5e5;
}
.paymentList thead tr th,.paymentList td {
    padding-bottom: 5px;
}
.floatRight{
	float:right;
}
.paddingClass{
	padding:10px 0 10px 0px;
}
.control-label-custom{
	font-size:18px;
}

.toolBootstrap{
	color:red;
	font-weight:bold;
	padding-right:7px;
	cursor:pointer;
}

.bs-example div.tooltip {
	min-width: 510px !important;
	width:510px;
}
.bs-example div.tooltip-inner {
	min-width: 500px !important;
	width:500px;
    text-align: left;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 6px;
    font-size: 14px;
    padding:10px;
}
/*Upload Button CSS*/
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file1, .btn-file2{
	width:81px !important;
	
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.totalAmo .payTd{
	border-top:1px solid #e5e5e5;
	padding-top:10px;
}

a:hover,a:focus{
	text-decoration:none;
}
.avatarIcon {
    text-align: center;
}
.avatarIcon > img {
    border-radius: 93px;
    height:120px;
    width:120px;
}
.avatarDiv{
    margin-left:20px;   
    margin-top: 20px;
}

.required-text{
    color: red;
    float: left;
    padding: 10px;
    text-align: center;
    width: 90%;   
    display: none;
    font-weight: bold;
    margin-left:20px;
    
}
.required-text:hover {
    -webkit-transform: translate(3em,0);
    -moz-transform: translate(3em,0);
    -o-transform: translate(3em,0);
    -ms-transform: translate(3em,0);
    transform: translate(3em,0);
  }
#rtnotify-notification {
    left: 50% !important; 
    right: 40% !important; 
    top: 50% !important;
    margin-top: -100px !important;
    margin-left: -200px !important;
}
.login-button:hover,.login-button:active,.login-button:focus{
    background-position: 0 center;
    padding:9px 12px 9px 12px;
    min-height: 0;
    background-image: linear-gradient(to bottom, #428bca 0px, #2d6ca2 100%);
    background: #CF4647 !important;
    font-weight: 700;
}
.navbar-right li .login-button{
    margin:10px;
}
.login-button{
    background-position: 0 center;
    color: #f2ce18 !important;
    font-weight: bold;
    min-height: 0 !important;
    padding: 6px 25px !important;
    text-decoration: none;
}
/*for right navbar css*/
.navbar-nav > .user-menu > .dropdown-menu::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #ffffff;
    border-image: none;
    border-style: solid;
    border-width: 10px;
    bottom: 100%;
    content: " ";
    height: 0;
    margin-left: -10px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    width: 0;
}
.navbar-nav > .user-menu > .dropdown-menu {
    border-radius: 0;
    border-top-width: 0;
    padding: 1px 0 0;
    width: 280px;
}
.open > .dropdown-menu {
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-name: fadeAnimation;
    animation-timing-function: ease;
}
.dropdown-menu {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    z-index: 2300;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
    background: #3c8dbc none repeat scroll 0 0;
    height: 175px;
    padding: 10px;
    text-align: center;
}
.custom-bg-light-yellow {
    background-color: #f2ce18 !important;
}
.bg-light-blue {
    background-color: #3c8dbc !important;
}
.bg-red, .bg-yellow, .bg-aqua, .bg-blue, .bg-light-blue, .bg-green, .bg-navy, .bg-teal, .bg-olive, .bg-lime, .bg-orange, .bg-fuchsia, .bg-purple, .bg-maroon, .bg-black {
    color: #f9f9f9 !important;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
    border: 8px solid rgba(255, 255, 255, 0.2);
    height: 90px;
    width: 90px;
    z-index: 5;
}
.custom-img-circle-yellow {
    border: 3px solid #05a9ce !important;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    margin-top: 10px;
    text-shadow: 2px 2px 3px #333333;
    z-index: 5;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
    text-align: center;
}
.bg-red, .bg-yellow, .bg-aqua, .bg-blue, .bg-light-blue, .bg-green, .bg-navy, .bg-teal, .bg-olive, .bg-lime, .bg-orange, .bg-fuchsia, .bg-purple, .bg-maroon, .bg-black {
    color: #f9f9f9 !important;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p > small {
    display: block;
    font-size: 10px;
    margin-top: 5px;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-footer::before, .navbar-nav > .user-menu > .dropdown-menu > li.user-footer::after {
    content: " ";
    display: table;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-footer::after {
    clear: both;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-footer::before, .navbar-nav > .user-menu > .dropdown-menu > li.user-footer::after {
    content: " ";
    display: table;
}
.btn.btn-default.btn-flat {
    border-bottom-color: #d9dadc;
}
.btn.btn-flat {
    border-radius: 0;
    border-width: 1px;
    box-shadow: none;
}
.custom-nav-blue li a{
    color:#3879B7 !important;
    /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;*/
}
/*For right navigation in V/c view */
.custom-bg-light-yellow{
	background-color:#f2ce18 !important;
}
.custom-user-footer {
    background: #05a9ce none repeat scroll 0 0 !important;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-footer {
    background-color: #f9f9f9;
    padding: 10px;
}
.v-cmenu a.dropdown-toggle{
    background-color: #F2CE18 !important;   
}
.v-cmenu a.dropdown-toggle:focus, .v-cmenu a.dropdown-toggle:active, .v-cmenu a.dropdown-toggle:hover {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0 !important;
    color: #f6f6f6 !important;
}
.v-cmenu .dropdown-menu li a {
    padding: 5px;
    background-color: #fafafa;
    font-size: 10px;
}
.v-cmenu .dropdown-menu li a:hover {
    background-color: #fafafa;
    color: #666666;
    font-size: 10px;
}
.custom-navbar-fixed-top .navbar-right a.dropdown-toggle {
    line-height: normal;
    padding-bottom: 0;
    padding-top: 10px;
}
.set-pass{
    float:left;
    margin-left: 7px;
}
.custom-nav-blue li.active a {
    background-image:none !important;
    background-color: #05A9CE !important;
    color:#fafafa !important;
}
.custom-nav-blue li a:hover{
    background-color: #05A9CE !important;
    color:#fafafa !important;
}
.back-to-home{
    
}
.post-companyname{
    color: #0085a1;
    display: inline-block;
    font-size: 22px;
    font-style: italic;
    font-weight: bold;
    padding: 5px;
    text-align:center;
}

.content-error p span, .logo h1 a {
    color: #e54040;
}
.content-error p {
    color: #666;
    font-family: "Century Gothic";
    font-size: 2em;
    text-align: center;
}
.content-error p {
    margin: 18px 0 45px;
}
.content-error a.back-home {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #666666 0%, #666666 100%) repeat scroll 0 0;
    border-radius: 1em;
    color: #fff;
    font-family: "Century Gothic";
    padding: 15px 20px;
}
.content-error {
    text-align: center;
     /*background: rgba(0, 0, 0, 0) url("/img/bg1.png") repeat scroll 0 0;*/
}
.label-signup{
       
}
.check-service{
    width:20px;
    float: left;
}
.label-service{
    color:black !important;;   
}
.small-arrow
{
    vertical-align:middle; 
    font-weight: bold;
}

.sub-head{
    color: black;
    padding-left: 26px;
}
.serviceRow{
    background-color: #fafafa;
    border: 1px solid gray;
    padding-top: 5px;  
}

#allServices .modal-header ,#selectZipcode .modal-header{
    border-bottom: medium none !important;   
}
.signup-label{
    color:#FEDA00;   
}

.margin-div {
    height: 28px;
}
.bannerdivImage{
    background-image :url("/img/s.jpg");   
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
}

/*Landing page css */
.hero-section::before {
    background-color: #202e29;
    content: "";
    height: 100%;
    opacity: 0.58;
    position: absolute;
    width: 100%;
}
.hero-section {
    background: rgba(0, 0, 0, 0) url("/img/s.jpg") no-repeat scroll center center / cover ;
    color: white;
    height: 700px;
    position: relative;
    width: 100%;
}

.hero-section .container {
    position: relative;
    top: 42%;
    transform: translate(0px, -40%);
}
.hero-section {
    color: white;
}
.hero-content, .hero-content .btn {
    color: white;
}
.hero-form input, .hero-form select {
    width: 340px;
}
.hero-form input, .hero-form button, .hero-form select {
    border: 0 none;
    line-height: 17px;
    padding: 10px 10px;
    color:dimgrey;
}
.centerH1{
    text-align: center;   
}
.middle-left-text{
    padding-bottom: 8px;
    width: 70%;  
}
.belowTagDiv{
    color: #7da6f4;
    float: right;
    font-weight: bold;
    padding-top: 82px;
}
.belowTagDiv a{
    color: #7da6f4;
}
.btn-landing-form{
    margin-top: -3px;
    padding: 8px;
}
.btn-company-pro{
	margin-top:8px;
}
.btn-company-pro .btn-info{
	border-radius: 5px 0 0 5px;
}
.btn-company-pro .dropdown-toggle{
	border-radius: 0 5px 5px 0;
}
.custom-sub-nav-profile.nav-tabs {
    background: #31b0d5 none repeat scroll 0 0;
}
.custom-sub-nav-profile.nav-tabs > li >a{
	border-radius: 0 4px 0 0;
    color: #fff;
    border:1px solid #fff;
}
.custom-sub-nav-profile.nav-tabs > li >a:hover, .custom-sub-nav-profile.nav-tabs > li >a:active,.custom-sub-nav-profile > li.active > a, .custom-sub-nav-profile > li.active > a:hover, .custom-sub-nav-profile > li.active > a:focus{
	background-color: #f2ce18;
	color:#fff; 
 }

.nav.nav-tabs.custom-sub-nav-profile {
    padding: 1px;
}

/*Landing page css */
/*Added css for box */

.box-cust {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 3px;
    border-top: 2px solid #c1c1c1;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}
.box-cust.box-primary {
    border-top-color: #3c8dbc;
}

.box-cust .box-header {
    border-bottom: 0 solid #f4f4f4;
    border-radius: 3px 3px 0 0;
    color: #444;
    position: relative;
}
.box-cust .box-header > .fa, .box-cust .box-header > .glyphicon, .box-cust .box-header > .ion, .box-cust .box-header .box-title {
    cursor: default;
    display: inline-block;
    float: left;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    padding: 16px 10px 5px 10px;
}
.box-cust .box-body {
    border-radius: 0 0 3px 3px;
    padding: 10px;
}
.certified-img {
    margin-bottom: 16px;
    text-align: center;
}
.input-box {
    margin-right: 10px;
    margin-top: 10px;
    padding: 3px;
    width:30%;
}
.logo_doc{
	height:24px;
	cursor: pointer !important;
}

.spanrequired {
    color: red;
}
.disableLink{
	/*pointer-events: none;*/
    cursor: default;
}
.w9-doc-div{
	float:left;
	width:25%;
	margin-top:5px;
}
.rowDocForm{
	width:100%;
	float:left
}
.p-x-y-10{
	padding:10px 10px 19px 8px;
	border-bottom:1px solid #EEEEEE;
}
.file-col{
	width:10%;
	float:left;
	margin-bottom: 10px;
    margin-top: 5px;
}
.view-all{
	color:#4789e2;
	font-weight:bold;
	vertical-align: bottom;
}
.btn-comp{
	border-radius:4px;
}
.complete-div{
	padding-top:10px;
	padding-left:20px;
	
}
.del-links{
	color:red;
}
.submitCompanyDocs{
	margin-top:10px;
}
.getValidatedErrors {
    border: 3px solid red;
    color: red;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

.getValidatedErrors, .getValidatedErrors:hover {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
