/* CUSTOM CSS file */

body
{
    font-size:14px !important;
}

.login-logo .logo-img{
	    float: left;
    width: 75px;
    /* margin-bottom: 2px; */
    /* margin-right: 10px; */
    padding: 3px;
    background: #F7F7F7;
    border-radius: 4px;
}


.table{
    font-size:14px !important;
}
.logo-img {
       float: left;
    padding-left: 20px;
    /* width: 65px; */
    margin-right: 10px;
}


.page-sec-title-col{
	padding-top: 8px;
}

.page-sec-title{
	font-weight: 700;
	font-size: 15px;
}

.page-opt-sec{
	margin: 20px 0px;
}

#page-url{
	margin-top: 5px;
	    color: #969696;
}

.page-sec-row .panel{
    margin-bottom: 0px;
}

.page-sec-row .panel-heading{
	background: #1E4771;
}



.page-tree{
	margin-top: 7px;
}

.page-opt-toggle{
	float: right;
}

.page-sec{
	padding:15px 20px;
	border-radius: 2px;
}

.page-sec-row{
	margin-bottom: 10px;
}

.page-name-sec{
	background: #5CA6B7;
	color: #fff;
	font-size: 21px;
    font-weight: 100;
    overflow: hidden;
}


.page-content-sec{
	background: #C3B395;
	color: #fff;
	font-size: 21px;
    font-weight: 100;
}

.page-file-sec{
	background: #765A88;
	color: #fff;
	font-size: 21px;
    font-weight: 100;
    overflow: hidden;
}

.page-comments-sec{
	background: #797BA9;
	color: #fff;
	font-size: 21px;
    font-weight: 100;
    overflow: hidden;
}

.page-sum-name{
	font-size: 30px;
    font-weight: 100;
    padding-bottom: 10px;
}

.page-sum{
	background: #FFFEF6;
	border-radius: 3px;
	-webkit-box-shadow: 0px 3px 12px -1px rgba(0,0,0,0.31);
	-moz-box-shadow: 0px 3px 12px -1px rgba(0,0,0,0.31);
	box-shadow: 0px 3px 12px -1px rgba(0,0,0,0.31);
}

.page-sum-heading{
	font-size: 20px;
	font-weight: 700;
	color: #7d7d7d;
}

.content-fill{
	line-height: 2.3;
    clear: both;
}


#fileupload .alert-danger{
	display: none;
}


.timeline .timeline-body {
    margin-left: 11%;
    margin-right: 0%;
        background: #E2E2E2;
    position: relative;
    padding: 2px 20px 0px 20px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.timeline .timeline-icon {
    left: 0%;
    position: absolute;
    width: 7%;
    text-align: center;
    top: 5px;
}

.timeline:before{
    left: 4%;
    margin-left: -6.5px;
    width: 3px;
    background: #737373;

}

.timeline .timeline-time{
	display: none;
}

.timeline .timeline-icon a{
        border: 2px solid #737373;
}

.timeline img{
	border-radius: 100%;
}

.timeline .timeline-body:before{
	    border-right-color: #E2E2E2;
}

.timeline-header+.timeline-content{
	margin-top: 10px;
}

.timeline-header{
        margin-top: 10px;
	    padding-bottom: 0px;
    border-bottom: none;
    line-height: 6px;
}

.input-group{

}


.pulish-page{
	margin-top: 20px;
}

.page-sum-para{
	font-size: 15px;
}

.page-sum-file ul{
	margin-bottom: 0px;
}

.page-sum-file{
	background: #F1EFE0;
    padding: 9px 20px;
    border-radius: 3px;
    margin-bottom: 20px;
}

.form-page .form-control{
	margin-bottom: 20px !important;

}

.navbar-brand{
    padding: 0 !important
}

.tab-button{
    background: transparent;
    border: none;
    width: 100%;
    text-align: left;
    padding: 15px;
    line-height:30px;
}

.bwizard-steps li{
    padding:0px;
}

.bwizard-steps .active {
    color: #fff;
    background: #00acac;
}

.save-sub-btn{
    display:inline-block;
}

/*.row>[class*=col-] {
    padding: 10px 10px !important;
}*/

.user-type-name{
 margin-top: 7px;
 font-size: 16px;
}

.page-user{
 margin-bottom: 20px;
}



.sidebar .nav>li>a{
	color: #fff;
}

.sidebar .sub-menu>li>a{
	color: #fff;
	font-weight: 400;
}

.sidebar .sub-menu>li.active>a, .sidebar .sub-menu>li.active>a:focus, .sidebar .sub-menu>li.active>a:hover, .sidebar .sub-menu>li>a:focus, .sidebar .sub-menu>li>a:hover{
	color: #61FFFF;
	font-weight: 600;
}

.nav>li{
	font-weight: 400;
	font-size: 13px;
}

.sidebar, .sidebar-bg{
	background: #0D0D0E;
}

.sidebar .sub-menu{
	background: #171A1D;
}

.bwizard-steps .label{
	font-weight: 400;
	font-size: 26px;
	height: 30px!important;
	width: 30px!important;
	line-height: 30px!important;
}

.bwizard-steps li a
{
    line-height: 30px;
}

.breadcrumb > li{
     line-height: 28px;
    font-size: 13px;
    font-weight: 500;
}

.panel-title
{
    font-size:13px;
    font-weight:600;
}

.breadcrumb > li + li:before
{
        color: #000;
    content: ">\00a0";
}

.top-options .m-r-5
{
    margin-left: 5px!important;
    margin-right: 0px !important;
}

.admin-options{
	background: #CFD6DE;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 5px 10px;
}

.content{
	padding: 20px 25px;
	 position:relative;
}

.btn-one{
	background: #3D7F9E  !important;
	border: none;
}

.btn-two{
	background: #31A791 !important;
	border: none;
}

.btn-three{
	background: #BF8181 !important;
	border: none;
}

.btn-four{
	background: #037777 !important;
	border: none;
}

.sub-menu-top{

}

.site-map>li{
	background: #F1F9F7;
	margin-bottom: 5px;
	padding: 2px 2px 10px 2px;
}

.site-map>li>a{
	font-size: 24px;
	font-weight: 200;
	margin: 10px;
}

.site-map a{
	color: #65716E !important;
}

.site-map>li>a>.fa{
	background: #00ACAC;
    padding: 10px;
    border-radius: 50px;
    color: #fff;
}

.uploaded-files li{
	background: #E8E6D6;
    line-height: 35px;
    margin: 1px 0px;
    overflow: hidden;

}

.file-up-title{
	margin-bottom: 10px !important;
	line-height: 33px;
	margin-bottom: 0px !important;
}

.uploaded-files span{
	float: right;

}

.uploaded-files .btn{
	background: none;
	border: none;
	    color: #6D6C61;
}

.uploaded-files .btn:hover{
	background: none;

}

.add-files{
	overflow: hidden;
	margin-bottom: 5px;
}

p {

  a {
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    padding: 5px 10px;
    margin: 0 5px;
    background-color: darken($file-upload-color, 2);
    @include transition(all 0.2s ease-in);
    &:hover {
      background-color: darken($file-upload-color, 5);
    }
  }
}

.custom-file-upload-hidden {
    display: none;
    visibility: hidden;
    position: absolute;
    left: -9999px;
}
.custom-file-upload {
    display: block;
    width: auto;
    font-size: 16px;
    margin-top: 5px;
    //border: 1px solid #ccc;
    label {
        display: block;
        margin-bottom: 5px;
    }
}

.file-upload-wrapper {
    position: relative;
    margin-bottom: 5px;
    //border: 1px solid #ccc;
    overflow: hidden;
}
.file-upload-input {
    width: $file-upload-size;
    color: #000;
    width: 80%;
    font-size: 16px;
    padding: 7px 17px;
    border: none;

    background: #CECBBF;
    background-color: $file-upload-color;
    @include transition(all 0.2s ease-in);
    /* IE 9 Fix */
    &:hover, &:focus {
        background-color: darken($file-upload-color, 5);
        outline: none;

    }
}
.file-upload-button {
    cursor: pointer;
    display: inline-block;
    color: #52514D;
    width: 20%;
    font-size: 14px;

    padding: 8px 20px;
    border: none;
    background: #CECBBF;
    margin-left: -1px;
    background-color: darken($file-upload-color, 10);
    float: left; /* IE 9 Fix */
    text-align: left;
    @include transition(all 0.2s ease-in);
    &:hover {
        background-color: darken($file-upload-color, 20);
    }
}

.btn-upload-files{
    width: 20%;
    border-radius: 0px;
    line-height: 19px;
    position: absolute;
    padding: 6px;
    background: #DAD8D2;
    color:#A09C9C;
}

.slimScrollBar, .slimScrollRail{
	    position: absolute;
    top: 130px;
    opacity: 1 !important;
    display: block;
    border-radius: 16px;
    z-index: 99;
    right: 1px;
    height: 482.994px;
    background: rgb(139, 175, 175) !important;
        width: 8px !important;
}

.sidebar, .sidebar-bg{
	background: #2D353C;
    width: 250px;
}


.modal-add-item .modal-footer{
    padding: 10px 15px;
    border-top: none;
}

.modal-add-item .modal-header{
    border-bottom: none;
}

.modal-dialog{
    margin: 90px auto;

}

.modal-add-item .m-r-5{
    margin-right: 0px !important;
}

.modal-add-item{
    line-height: 22px;
}

.q-options{
    font-size: 17px;
}

.q-options a:hover{
    text-decoration: none;
    color: #737373;
}

.q-options a{
    color: #A9A9A9;
    margin: 0 5px;
}

.well{
    overflow: hidden;
    position: relative;
    background: #f1f1f1;
    border: none;
    padding: 10px 10px 0px 10px;
    margin-bottom: 10px;
    border: 1px solid #e2e2e2;
}

.well-inside{

}

.add-question-sec{
    background: #E2E2E2;
    overflow: hidden;
    border-radius: 4px;
    padding: 10px;
}

.add-question-sec label{
    margin-top: 8px;
}

th{
    font-size: 14px;
}

.page-title{
    float: left;
}

.page-title h4{
    margin-top: 0px;
}

.error-message{
        color: #DE9E8A;
    font-size: 40px;
    font-weight: 900;
}

.error-desc span{
    font-size: 16px;
    color: #FFF;
}

.site-map-options{
    background: #E1E8E6;
    margin: 0 5px;
    padding: 0 5px;
    border-radius: 3px;
}

.btn-white{
    background: #dadada  !important;
    border-color: #dadada;
}


.showhim{
    position: relative;
    width: 20%;
}

.showme{
    display: none;
    position: absolute;
    top: 0;
    right: 0;
}
.showhim:hover .showme{
    display : block;
}

.view-profile input{
    width: 100%;
}

.form-options label{
    text-align: left !important;
}

.modal-body{
    overflow: hidden;

}

.file-detail-popup{
    width: 60%;
}

.user-title{
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 20px;
}

.form-row{
    overflow: hidden;
    margin-bottom: 10px;
}

.form-row label{
    font-weight: 400;
    line-height: 26px;
}

.form-sec h4{
    font-size: 15px;
    font-weight: 600;
}

.form-sec{
    overflow: hidden;
}

.panel-heading-btn .fa{
    line-height: 15px;
}

.display-label label{
    color: #848484;
}

.user-title span{
    font-size: 12px;
        background: #fff;
    padding: 4px 8px;
    border-radius: 20px;
}

/*.panel-inverse>.panel-heading{
        background: #7e1974;
}*/



.form-hr {
    border-top: 1px solid #ddd;
}

.form-hr-bl {
    border-top: 1px solid #0f61b4;
}

.form-filter-hr{
    border-top: 2px solid #0f61b4;
}

.form-group{
    overflow: hidden;
}

.user-details .form-group{
    margin-bottom: 0px;
}

.user-details .control-label{
    font-weight: 600;
}

.class-table-action{
    white-space: nowrap;
}

.invoice-company{
    font-size: 14px !important;
}

.req-title{
    font-size: 18px;
}

.delivery-add{
    background: #e8e8e8;
}


.label-view{
    font-weight: 600;

}

.select-client-sec .control-label{
    padding-left: 0 !important;
}

.page-header{
    font-weight: 300;
}

.control-label{
    padding-top: 9px;
}


.modal-add-item .modal-header{
    background: #ccc;
}

@media screen and (min-width: 768px) {
    .footer{
        margin: 0 25px 0 275px;
    }


}

@media screen and (max-width: 1080px) {
    .panel-body{

    }
}

.label-New1 {
    background: #efa467;
}

.label-CourierNotAssigned {
    background: #f98425;
}

.label-NotAcceptedJob {
    background: #ff480e;
}

.label-CourierAssigned {
    background: #1cb20c;
}

.label-AcceptedJob {
    background: #127108;
}

.label-NotDeliveredReceived {
    background: #f9592c;
}

.label-vanloaded {
    background: #5d4370;
}

.label-vanaccepted {
    background: #c892ef;
}

.label-delNotAcceptedByCourier {
    background: #ef0404;
}
.label-approved {
    background: #1edc97;
}

.label-recived {
    background: #842bc5;
}

.label-delivered {
    background: #019334;
}

.label-racked {
    background: #06255e;
}

.label-canceled {
    background: #f72f02;
}
.label-Retrived {
    background: #eac91e;
}

.label-prepared{
        background: #ffa70e;
}

.login .login-header{
  padding: 0;
}

th{
    background: #ced5d6;
}


.datepicker.dropdown-menu{

    z-index: 10000000 !important;
}

.datepicker.dropdown-menu th{
    background: #fff;
}
.table-responsive{
    position: relative;
}
.table-loading{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(241, 241, 241, 0.62);
    z-index: 1;
}


.table-loading img{
    width: 20px;
    position: absolute;
    right: 0;
    margin: 5px;
}

.resetPassword-header{
    color: #ccc;
    margin-top:0px;
}

.label-cancelled {
    background: #6D4C41;
}

.label-readyToDispose{
    background: #e76da1;
}

.label-disposed{
    background:#31789d;
}

.homeTable th{
    background: inherit;
}

#tableLoader{
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #E6E8EC;
    z-index: 1020;
}

#data-table td {
    white-space: inherit;
}

table.dataTable.table-striped.DTFC_Cloned tbody tr:nth-of-type(odd) {
    background-color: #F3F3F3;
}

table.dataTable.table-striped.DTFC_Cloned tbody tr:nth-of-type(even) {
    background-color: white;
}

.label.label-green {
    background: #32a932;
}

