body{
    background-color: #D3D3D3;
}
img{
    max-width: 100%;
}
textarea{
    max-width: 100%;
    resize: none;
}
::-webkit-scrollbar {
  width:7px;
}

::-webkit-scrollbar-track {
	background: #fff;

}
::-webkit-scrollbar-corner,::-webkit-resizer   {

	background: #ccc;
}

::-webkit-scrollbar-thumb {
	background: #D3D3D3;
	border-radius: 3px;
}

.login-background{
    background: rgba(196,196,196,1);
    background: -moz-linear-gradient(top, rgba(196,196,196,1) 0%, rgba(196,196,196,0.89) 22%, rgba(189,189,189,0.79) 42%, rgba(49,138,227,0.51) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(196,196,196,1)), color-stop(22%, rgba(196,196,196,0.89)), color-stop(42%, rgba(189,189,189,0.79)), color-stop(100%, rgba(49,138,227,0.51)));
    background: -webkit-linear-gradient(top, rgba(196,196,196,1) 0%, rgba(196,196,196,0.89) 22%, rgba(189,189,189,0.79) 42%, rgba(49,138,227,0.51) 100%);
    background: -o-linear-gradient(top, rgba(196,196,196,1) 0%, rgba(196,196,196,0.89) 22%, rgba(189,189,189,0.79) 42%, rgba(49,138,227,0.51) 100%);
    background: -ms-linear-gradient(top, rgba(196,196,196,1) 0%, rgba(196,196,196,0.89) 22%, rgba(189,189,189,0.79) 42%, rgba(49,138,227,0.51) 100%);
    background: linear-gradient(to bottom, rgba(196,196,196,1) 0%, rgba(196,196,196,0.89) 22%, rgba(189,189,189,0.79) 42%, rgba(49,138,227,0.51) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4c4c4', endColorstr='#318ae3', GradientType=0 );
    z-index: 10;
    position: absolute;
    height: 100vh;
    width: 100%;
}
.login{
  background-color: #fff;
  margin-left: 37%;
  margin-right: 37%;
  margin-top: 10%;
  padding: 15px;
  border-radius: 8px;
  -webkit-box-shadow: 0px -2px 14px 0px rgba(110,110,112,1);
  -moz-box-shadow: 0px -2px 14px 0px rgba(110,110,112,1);
  box-shadow: 0px -2px 14px 0px rgba(110,110,112,1);
}
.login h3{
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.login .panel-body{

}
.login #loginbtn{
  float:right;
  background-color: #E6E6E6;
}
.navbar-default{

  background-color: #d3d3d3;
  color: #000;
}
.panel-default .panel-heading{
    background-color: #d3d3d3;
}
.panel-bottom-margin{
  margin-bottom: 10px;
}
.fa-user{
  font-size: 20px;
}

/*left-menu*/
.left-menu{
  min-height: 87.6vh;
  background-color: #D3D3D3;
  margin-top: -20px;
  margin-bottom: -18px;

}
.left-menu .panel-collapse{
    background-color: #bcbcbc;
    margin-left: 50px;
}

.left-menu .in{
    background-color: #bcbcbc;
    margin-bottom: 0;

}
.left-menu .panel{
    border: 0;
    background-color: #D3D3D3;
}
.left-menu ul li:first-child {
   border-top: none;
}
.left-menu ul li {
  list-style-type: none;
  padding:5px;
  margin-left: -40px;
  border-top: 1px solid  #F4F4F4;
}
.left-menu ul li.active{
    font-weight: bold;
}
.left-menu ul li:hover {
    background-color: #f2f2f2;

}
#right_padding .form-group{
    padding-right: 20px !important;
}
#show-menu{
  display: none;
}
.left-menu a{
    color: #242424;
}
/*end left-menu*/

/*alerts */
.alert {
  border-radius: 3px;
}
.alert h4 {
  font-weight: 600;
}
.alert .icon {
  margin-right: 10px;
}
.alert .close {
  color: #000;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.alert .close:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.alert a {
  color: #fff;
  text-decoration: underline;
}

.alert-danger{
  border-color: #d73925;
}

.alert-danger
{
  color: #fff !important;
}

.alert-danger
{
  background-color: #dd4b39 !important;
}

.alert-danger-modal{
    color: #761c19;
}
/*end alerts */
.page-head{
  border-bottom: solid #F4F4F4 1px;
  margin-left: -30px;
  margin-bottom: 12px;
}
.page-head h3 {
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 5px;
  margin-left: 30px;
  color: inherit;
}
#button{
    float: right;
  text-decoration: none;
  color: #514848;
  background-color:  #d3d3d3;
  text-align: center;
  letter-spacing: .5px;
  font-weight: bold;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  transition: all .3s ease-out;
}
#button:hover{
  color: #000;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

#right{
    text-align: right;
}

.grayline{
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    height: 4px;
    background-color: #D3D3D3;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
.loginerr{
  color: #fc0000;
  text-align: center;
}
@media (max-width: 1199px) and (min-width: 768px){
    .left-menu .panel-collapse{
        margin-left: 0px;
    }
    .login{
      margin-left: 25%;
      margin-right: 25%;
    }
}
@media screen and (max-width: 767px){
  .login{
    margin-left: 15%;
    margin-right: 15%;
  }

  #show-menu{
    display: block;
  }

}
@media screen and (max-width: 450px){
  .login{
    margin-top: 5%;
    margin-left: 3%;
    margin-right: 3%;
  }

}
.right-content{
    min-height: 87.5vh;
    margin-top: -20px;
    padding-top: 20px;
    background-color: #fff;
}
.foot{
    background-color: #fff;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.foot hr{
margin:0;
}
#red_state{
     color: darkred;
 }
#red_zip{
    color: darkred;
}
.form-red{
    color: red;
    font-weight: bold;
}
.dataTables_filter{
    float: right;
}
.index{
    min-height: 87.6vh;
}
.white{
    background-color: #fff;
}



/*messages*/
.message::before,
.message::after{
    content: "";
    display: table;
    clear: both;
}
.message{
    height: 62vh;
    overflow: scroll;
    overflow-x: hidden;
}
/*left message*/
.left-message-padding{
    padding-right: 20%;
}
.left-message{
  width: 100%;
  margin-top: 15px;
  margin-bottom: 10px;
}
.left-message-img{
    border-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    float: left;
    width: 40px;
    height: 40px;
}
.left-message .end-header{
    height: 20px;
}
.left-message .pull-right{
    color: #999;
    font-size: 12px;
}
.left-message .pull-left{
    font-size: 12px;
    font-weight: bold;
}
/*left message bubble*/
.message-left
{   margin-left: 55px;
    position: relative;
    padding: 7px;
    background: #EDEAEA;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.message-left:after
{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 5px 10px 5px 0;
    border-color: transparent  #EDEAEA;
    display: block;
    width: 0;
    z-index: 1;
    left: -10px;
    top: 9px;
}

/*end left message*/

/*right message*/
.right-message-padding{
    padding-left: 20%;
    padding-right: 1%;
}
.right-message{
    width: 100%;
    margin-top: 15px;
    margin-bottom: 10px;
}
.right-message-img{
    border-radius: 50%;
    float: right;
    width: 40px;
    height: 40px;
}
.right-message .end-header{
    height: 20px;
}
.right-message .pull-right{
    font-size: 12px;
    font-weight: bold;
}
.right-message .pull-left{
    color: #999;
    font-size: 12px;
}
/*right message bubble*/
.message-right
{
    margin-bottom: 20px;
    margin-right: 55px;
    position: relative;
    padding: 7px;
    background: #b3cccc;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;

}

.message-right:after
{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent #b3cccc;
    display: block;
    width: 0;
    z-index: 1;
    right: -10px;
    top: 9px;
}


/*end messages*/
/*loader*/
.loader {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 20;
    width: 150px;
    height: 150px;
    background: url("../images/loader.svg") no-repeat;

}
.loader_back{
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

/*end loader*/

/*password recovery*/
.recovery_form {
    margin-left: auto;
    margin-right: auto;
    width: 35%;
    margin-top: 10%;
}
@media screen and (max-width: 768px){
    .recovery_form {
        width: 50%;
    }

}

@media screen and (max-width: 640px){
    .recovery_form{
        width: 65%;
    }
}
/*end password recovery*/
.notification{
    display:block;
    background:#bc6b6b;
    text-align:center;
    color:#FFF;
    font-size:10px;
    font-weight:bold;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    width:14px;
    height: 18px;
    z-index:1;
    margin:-25px 1px 0px 67px;
    position:absolute;
    padding-bottom: 1px;
}
/*tree*/
.hideitem{
    display: none;
}
.hidecategory{
    display: none;
}
.items{
    margin-left: 35px;
    margin-bottom: 20px;
    background-color: #f4f4f4;
}
.itemsscroll{
    height: 82vh;
    overflow: auto;
    overflow-x: hidden;

}
.itemspaper{
    overflow: auto;
    height: 80vh;
    border: 1px solid #eee;
}

.items-picture-modal:target:before {
    display: block;
}
.items-picture-modal:target .modal2-dialog {
    top: 20%;
}
.items-picture-modal-dialog {
    border: #eee solid 1px;
    border-radius: 5px;
    margin-left: 100px;
    margin-top: -100px;
    position: fixed;
    left: 35%;
    top: 30%;
    z-index: 11;
    width: 400px;
    text-align: center;
}
.items-table{
    margin-left: 35px;
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 8px;
}
.items-table tr td{
    padding: 8px;
}

.items-table tr td:first-child{
    padding: 0px;
}
.category-table{
    background-color: #ececec;
    margin-top: 4px;
    margin-bottom: 4px;
}
.category-table tr td{
    padding: 8px;
}
.category-table tr td img{
    max-width: 100%;
}
.category-table tr td:nth-child(2){
    padding: 0px;
}
.category-table tr td:first-child{
    background-color: #fff;
}
/*end tree*/
/*job file upload*/
.jobFileUploadAddmore{
    position: absolute;
    height: 34px;
    width: 20px;
    padding: 7px 5px 5px 5px;
    background-color: #00a65a;
    right: 0;
    bottom: 0px;
    border-radius: 0px 4px 4px 0px;
    color: white;
}
.jobFileUploadAddmore:hover{
    color: white;
}
.jobFileUploadRemoveField{
    position: absolute;
    height: 34px;
    width: 20px;
    padding: 7px 5px 5px 5px;
    background-color: #ac2925;
    right: 0;
    bottom: 0px;
    border-radius: 0px 4px 4px 0px;
    color: white;
}
.jobFileUploadRemoveField:hover{
    color: white;
}
.jobFileUploadFile{
    color: transparent;
    cursor: pointer;
}

.jobFileUploadAllowed{
    position: absolute;
    cursor: auto;
    font-weight: bold;
    width: 43%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 0.7;
    bottom: 7px;
    left: 120px;
}
.progress { position:relative; width:400px; border: 1px solid #ddd; padding: 1px; border-radius: 3px; margin: auto;}
.bar { background-color: #B4F5B4; width:0%; height:20px; border-radius: 3px; }
.percent { position:absolute; display:inline-block; top:0; left:48%; }
/*end job Fileupload*/
.redBold{
    font-weight: bold;
    color: red;
}
.greenBold{
    font-weight: bold;
    color: green;
}
/*tabs*/
.cust-tabs{
    /*border-bottom: 1px solid #ddd;*/
    margin-bottom: 0px;
}
.cust-tabs  li{
    border-radius: 7px 7px 0 0;
    border: 1px solid #ddd;
    border-bottom: 0;
    list-style-type: none;
    display: inline-block;
    padding: 10px 11px 10px 11px;

}
.cust-tabs  li:first-child{
    margin-left: -40px;
}
.cust-tabs  li:hover{
   cursor: pointer;
    background-color: #ddd;
}
.cust-tabs li.active{
    border: 3px solid #ddd;
    background-color: #FBF9FC;
    border-bottom: 3px solid #FBF9FC;
    margin-bottom: -2px;
}
.cust-tabs li.active a{
    color: black;
}
.cust-tabs li.active:hover{
    background-color: #fff;
}

.tabs-table{
    border: 3px solid #ddd;
    background-color: #FBF9FC;
}

.index-notifications{
    background-color: #cc0000;
    padding: 4px 0 4px 0;
    width: 35px;
    text-align: center;
    color: white;
    border-radius: 5px;
    font-size: 14px;
    float: right;
    margin-right: 3px;
    font-weight: bold;
}

/*tooltips*/
.index-tooltip + .tooltip > .tooltip-inner {
    background-color: #FBF9FC;
    color: #333333;
    border: 1px solid #ddd;
    padding: 7px;
    font-size: 13px;
}
/* Tooltip on top */
.index-tooltip + .tooltip.top > .tooltip-arrow {
    border-top: 5px solid  #ddd;
}
/* Tooltip on bottom */
.index-tooltip + .tooltip.bottom > .tooltip-arrow {
    border-bottom: 5px solid  #ddd;
}
/* Tooltip on left */
.index-tooltip + .tooltip.left > .tooltip-arrow {
    border-left: 5px solid  #ddd;
}
/* Tooltip on right */
.index-tooltip + .tooltip.right > .tooltip-arrow {
    border-right: 5px solid  #ddd;
}
/*close modal*/
.close-windows{
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    background-color: #DDD;
    border-radius: 0px 5px 0px 0px;
    padding: 2px 12px 2px 12px;
    margin-top: -15px;
    margin-right: -15px;
}
.close-windows:hover{
    color: #fff;
    background-color: darkred;
    -webkit-transition: background-color 600ms linear;
    -ms-transition: background-color 600ms linear;
    transition: background-color 600ms linear;

}

@media screen and (max-width: 768px){
    .overflow{
        overflow-x: auto;
    }

}
.search_input_data_table{
    float: right;
    margin-top: -33px;
}
.search_input_data_table input[type=search]{
    height: 25px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    margin-left: 5px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}