@charset "utf-8";
/* CSS Document */
.myscrollbox{
	overflow-y: scroll; 
	width: auto; 
	height: 400px;	
}

.myscrollbox::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.myscrollbox::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
}
 
/* Handle */
.myscrollbox::-webkit-scrollbar-thumb {
    background: #c1c1c1; 
    border-radius: 10px;
}

/* Handle on hover */
.myscrollbox::-webkit-scrollbar-thumb:hover {
    background: grey; 
}

.datetime{
    background-color: #262626 !important;
    color: white;
	height: 60px;
	text-align: center;
	margin-bottom: 15px !important;
}

.time-clock{
	padding: 0px 5px 0px 0px;
}

.time-div{
	font-size: 36px;
    font-weight: 600;
	width:50%;
	float:left;
	margin:0 auto;
}

.date-div{
	width:50%;
	float:right;
	margin:0 auto;
	font-size: 20px;
    border-left: 1px solid;
    border-left-style: dashed;
	height: 100%;
}

.right-sidebar-fixed{     
	position: fixed;
    min-height: 400px;
    border-radius: 5px;
    margin-top: 20px;
    padding: 0px;
    display: block;
    width: 24%; 
    margin: 15px -20px;
	padding-right: 0px !important;
    padding-left: 0px !important;
}

.main-header{
	position: fixed !important;
    width: 100%;
}

.main-sidebar{
	position:fixed !important;
}

.content-wrapper{
	padding-top:  50px;	
}

.datepicker table tr td.active{
	background-image: linear-gradient(to bottom,#9E9E9E,#607D8B) !important;
}

.datepicker-inline td:hover{
	background-color: #e4e4e4 !important;
}


.move-left{
	margin-left:2px !important;
}

.move-left-drop{
	margin-left:5px !important;
}

.logo-div{
	background-color: #ffffff;
    padding-left: 0px !important;
    min-height: 100px;
}

.client-logo{
	height:100px;
	float: left;
}

.client-wrapper{
	padding-top:0px;
}

.client-tagline{
	float: left;
    padding: 13px 0px 0px 20px;	
	font-weight: bold;
    color: #3c8dbc;
}

.client-color{
	background-color: #dd4b39 !important;
}

.client-progress{
	height:10px !important; 
	background: rgb(236, 240, 245) !important;
}

.client-progress-bar{
	width: 50% !important; 
	background: #3c8dbc !important;
}

.client-progress-bar-completed{
	width: 100% !important; 
	background: #00a65a !important;
}

.zero-margin{
	margin:0;
}

.inner-module{
	border-bottom: 1px solid #f4f4f4;
    padding: 5px 5px 5px 5px;
}
/************* css start ******************/
.backbtn
{
    margin-left:  10px;
}

.datatbl-input
{
    width: 100% !important;
    padding: 5px !important;
}
.btn-circle {
    /*line-height: 15px !important;*/
    width: 30px;
    height: 30px;
    border-radius: 50% !important;
    margin-right: 5px;
    padding: 5px 8px !important;
    border: 1px solid #3c8dbc  !important;
	color: #3c8dbc ;
}

.btn-circle:hover {
    /*line-height: 15px !important;*/
    width: 30px;
    height: 30px;
    border-radius: 50% !important;
    margin-right: 5px;
    padding: 5px 8px !important;
    border: 1px solid #000 !important;
    background-color: #000 !important;
    color:#fff !important;
}

.field-disable
{
    display: none !important;
}


.password-field
{
    cursor: not-allowed;
    background-color: #eee !important;
    opacity: 1;
}

/*below css use for disable data table search field */
.dataTables_filter{ display: none; }

.multiple-delete-btn{
    margin-left: 10px;
}



/*below css use for  data table pagination color */

 .pagination>.active>a,.pagination>.active>span:hover {
    background-color: #3c8dbc !important;
    border-color: #3c8dbc !important;
}



/*below css use for confiromation box button */
.alertify-dialog {
    padding: 16px !important;
}

.alertify {
    position: fixed;
    z-index: 99999;
    top: 87px !important;
    left: 50%;
    width: 550px;
    margin-left: -275px;
    opacity: 1;
}

.alertify {
    background: #ecf0f5 !important;
    border: 10px solid #333;
    border: 2px solid #3c8dbc !important;
    border-radius: 8px;
    box-shadow: 0 3px 3px rgba(0,0,0,.3);
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.alertify-button {
    border-radius: 2px !important;
    padding: 4px 15px !important;
    
}
.alertify-button, .alertify-button:hover, .alertify-button:active, .alertify-button:visited {
   
    margin-left: 20px !important;
}

.alertify-button-cancel, .alertify-button-cancel:hover, .alertify-button-cancel:focus {
    background-color: #3c8dbc !important;
    border: 1px solid #3c8dbc !important;
}

.alertify-button {
    font-weight: unset !important;
    background-image: none !important;
}

.alertify-button-ok, .alertify-button-ok:hover, .alertify-button-ok:focus {
    background-color: #3c8dbc !important;
    border-color: #3c8dbc !important;
}

.alertify {
    width: 326px !important;
}


/* form button*/
.deletebtncolor
{ 
    background-color: #337ab7 !important;
    border-color: #337ab7 !important;
}

.sucessbtncolor
{ 
    background-color: #00a65a !important;
    border-color: #00a65a !important;
}


/*user login header*/
.skin-blue .main-header .navbar {
    background-color: #3c8dbc !important;
}

.mycontent {
    min-height: 180px !important;
}

.client-header{
   margin: auto !important;
}

.client-dashboard
{
    min-height: inherit !important;
    padding-left: 0px;
    padding-right: 0px;
    background-color: #fff;
    border: 1px solid #d2d6de;
}

.clienttemp-footer{
   margin: auto !important;
   border: 1px solid #d2d6de;
}


 below css usr for image 
.selectedimg{
    width: 10%;
    margin-bottom: 5px;
}

.browseimg{
    display: none;
    margin-bottom: 5px;    
}

.imgproperty{
    margin-bottom: 5px;
    width: 60px;
}

.browseimg-display{
    display: block;
    
}

.sortingdisabled {
   /* cursor: pointer !important;;
    position: inherit !important;*/
    width: 6% !important;
}

 #selectfile{
    display: none;
  }

.text_center{
    text-align: center;
}

.message_status
  {
    color: #fff;
    background-color: #dd4b39;
    padding: 2px 12px;
    font-size: 12px;
    border-radius: 4px;
  }

.nav-tabs-custom>.nav-tabs>li.active {
    border-top-color: #3c8dbc !important;
}

@media  (min-width:320px) and (max-width:425px) {

    .tblscroll {
        overflow-x: scroll;
        padding-left: 0px;
        padding-right: 0px;
    }

    /* data table show entry*/
    .dataTables_wrapper div.dataTables_length
    
    {
        text-align: left !important;
    }

    .sortingdisabled {
       /* cursor: pointer !important;;
        position: inherit !important;*/
        width: 8% !important;
    }


}

@media  (min-width:426px) and (max-width:768px) {

    .tblscroll {
        overflow-x: scroll;
        padding-left: 0px;
        padding-right: 0px;
    }

    .sortingdisabled {
   /* cursor: pointer !important;;
    position: inherit !important;*/
    width: 8% !important;
}

}
/* css end*/
	

@media only screen and (max-width: 768px) {
	
    .right-sidebar-fixed {
        position: relative;
        min-height: 400px;
        border-radius: 5px;
        margin-top: 20px;
        padding: 0px;
        display: block;
        width: 100%;
        margin: 0;
    }
	
	.logo-div{
    	padding-left: 0px;
	}
	
	.client-tagline {
		float: left;
		padding: 10px 0px 0px 0px;
		font-size: 19px;
		width: 71% !important;
	}
	
	.client-report{
		overflow-x:  scroll;
	}
   
	.custom-padding{
		padding-top:50px;
	}
}

@media  (min-width:992px) and (max-width: 1199px){

    .right-sidebar-fixed {
		margin: 0px;
		position: relative;
		width: 99.5%;
	}

}	


.balert-smsg
{
    text-align: center;
    font-size: 18px;
}

/* new css */
.dropzone-wrapper {
    border: 2px dashed #91b0b3;
    color: #3c8dbc;
    position: relative;
    height: 150px;
}

.dropzone {
    position: absolute;
    outline: none !important;
    width: 100%;
    height: 150px;
    cursor: pointer;
    opacity: 0;
}

.dropzone-desc {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    width: 40%;
    top: 50px;
    font-size: 16px;
}

.dropzone-wrapper:hover {
    background: #e0ebf1;
}