﻿
/* .colorWhite
{
    color: white;
} */
a,
a:hover,
a:focus {
    color: #26A69A;
    ;
    text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
body, html {
    height: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(rgb(104, 145, 162));
}

.card-container.card {
    max-width: 350px;
    background-color:rgb(224, 241, 247);
    padding: 40px 40px;
}


.card {
    background-color: #F7F7F7;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 0px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

.form-signin #email_id,
.form-signin #passwrd {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}

.footer {
	background:rgb(224, 241, 247);
	height: auto;
	padding-bottom: 40px;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #DDDDDD;
}
.footer-bottom {
	background: rgb(224, 241, 247);
	border-top: 1px solid #DDDDDD;
    padding-top: 10px;
    position: absolute;
    width: 100%;
    bottom: 0px;

}
.footer-bottom p.pull-left {
    padding-top: 6px;
    text-align: center;
}
.footer-bottom .pull-right {
	padding-top: 6px;
}
a,
a:hover,
a:focus {
    color: #fff;
    ;
    text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

h1,
h2 {
    margin-top: 10px;
    font-size: 38px;
    font-weight: 100;
    color: #555;
    line-height: 50px;
}

/* h3 {
    font-size: 22px;
    font-weight: 300;
    color: #555;
    line-height: 30px;
} */

::-moz-selection {
    background: #26A69A;
    ;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #1789c3;
    ;
    color: #fff;
    text-shadow: none;
}

.btn-link-1 {
    display: inline-block;
    height: 50px;
    margin: 0 5px;
    padding: 16px 20px 0 20px;
    background: #26A69A;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.btn-link-1:hover,
.btn-link-1:focus,
.btn-link-1:active {
    outline: 0;
    opacity: 0.6;
    color: #fff;
}

.btn-link-2 {
    display: inline-block;
    height: 50px;
    margin: 0 5px;
    padding: 15px 20px 0 20px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.btn-link-2:hover,
.btn-link-2:focus,
.btn-link-2:active,
.btn-link-2:active:focus {
    outline: 0;
    opacity: 0.6;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
}


/***** Top content *****/

.form-box {
    padding-top: 40px;
    font-family: 'Roboto', sans-serif !important;
}

.form-top {
    overflow: hidden;
    padding: 0 25px 15px 25px;
    background: #26A69A;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    text-align: left;
    color: #fff;
    transition: opacity .3s ease-in-out;
}

.form-top h3 {
    color: #fff;
}

.form-bottom {
    padding: 25px 25px 30px 25px;
    background: #eee;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    text-align: left;
    transition: all .4s ease-in-out;
}

.form-bottom:hover {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

form .form-bottom button.btn {
    min-width: 105px;
}

/* form .form-bottom .input-error {
    border-color: #d03e3e;
    color: #d03e3e;
} */

form.registration-form fieldset {
    display: none;
}
.leaveInfo .table-bordered thead tr th, .leaveInfo .table-bordered tbody tr td{
border-color: #ecf0f5;
}
.leaveInfo .table-bordered tfoot tr th{
    border-bottom: 1px solid #ecf0f5;
    /* border-left: 1px solid #333;
    border-right: 1px solid #333; */
}
.leaveInfo .table thead:first-child tr:first-child th{
    border:1px solid #ecf0f5;
}
/* .leaveInfo .table tfoot:first-child tr:first-child th{
    border:0px solid #333;
} */
.leaveInfo thead tr{
    background-color: #1789c3;
    color:#fff;
}
/* .leaveInfo tfoot tr{
    background-color: #014c5d;
    color:#fff;
} */


/*****************************************                       Jayesh Here Css                           *******************************/
.sidebar {
  overflow: inherit !important;
  padding-bottom: 0px;
}
.sidebar .slimScrollBar {
  display: none;
}
.content .registration-form {
  width: 90%;
  margin: 0px auto;
}
  .content .registration-form form-group input  {
    padding: 5px;
  }

  .content .registration-form h3 {
    margin: 0px 0px 20px 0px;
    font-size: 20px;
    font-weight: 300;
    color: #333;
    text-align: center;
    position: relative;
  }
  .content .registration-form h3:after {
    content: '';
    width: 50px;
    display: block;
    right:0;
    left:0;
    height:2px;
    background:#56baed;
    position:absolute;
    margin: 5px auto 0px auto;
  }
  .content .registration-form label{
    display:block;
  }

  .add_width_select {
    width: 87%;
    display: inline-block;
  }
.add_width_add_btn{
  margin-left:5px;
}
.content .registration-form .form-group .radio-inline {
  display: inline-block;
}
.content .registration-form .form-group .radio-inline input{
  margin-top:4px !important;
}

.wrapper{position:inherit !important;}

.right_menu .dropdown-menu{right:0px; left:auto; background-color: #1a2226;}

.right_menu button.btn {
    background-color: #1789c3;
    border-radius: 0px;
}
.right_menu button.btn:hover, .right_menu button.btn:focus{
    background-color: #fff;
    opacity: 1;
    color: #1a2226;
}
.right_menu .btn-group.open{
    background-color: #fff;
    opacity: 1;
    color: #1a2226;
}
.right_menu .dropdown-menu li a{
    color: #fff !important;
}
.right_menu .btn-primary.active, .right_menu .btn-primary:active, .right_menu .open>.dropdown-toggle.btn-primary{
    background-color: #fff;
    opacity: 1;
    color: #1a2226;
}
.right_menu .dropdown-menu>li>a:focus, .right_menu .dropdown-menu>li>a:hover{
    background-color: #56baed;
}
.name-p{
    padding-top: 10px;
}
.edit_icon{
    color: #56baed;
    cursor: pointer;
    margin: 0 auto;
    display: table;
    font-size: 20px;
   
}
/* .pagination>.active>a{

    background-color:  #333;
    border-color:  #fff;
    color: #fff;

}
.pagination>.active>a:hover{
    background-color: #1789c3;
 border-color: #fff;
 cursor: pointer;
}
.pagination>li{
    cursor: pointer;
} */
.modal {
    text-align: center;
    padding: 0!important;
  }

  .modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
  }

  .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
  }
  .content form .input-group .input-group-addon {
    border-radius: 0;
    border-color: #56baed;
    background-color:#56baed;
    color: #fff;
}
  .content form input,  .content form select,  .content form textarea{
      border: 1px solid #c5cdd8 ;
  }
  .content form input:focus,  .content form select:focus,  .content form textarea:focus{
    border: 1px solid  #56baed;
}
.content form .btn{
    background:none;
    padding: 6px 25px;
    color: #56baed;
    line-height:inherit;
    font-weight: 500;
    border-radius: 3px;
    border:2px solid #56baed;
    margin: 0px 10px;
}
.content form .btn:hover, .content form .btn:focus{
    background: #56baed;
    color: #fff;
    opacity: 1;
    font-weight: 500;
}
.content form button .fa-plus{
    background: none;

}
.aadPopup_plus{
    background:none;
    border:2px solid #56baed;
    color: #56baed;
    padding: 5px 5px;
    border-radius: 3px;
}
.aadPopup_plus:hover, .aadPopup_plus:focus{
    border:2px solid #56baed;
    color: #fff;
    background:#56baed;
    outline: none;
}
.modal-header .close:focus{
    outline: none;
}

#purchaseOrder input[type=file] {
    display:none;
    margin:10px;
    }
    #purchaseOrder input[type=file] + label {
    display:inline-block;
    margin:20px;
    padding: 4px 32px;
    background-color: #FFFFFF;
    border:solid 1px #666F77;
    border-radius: 6px;
    color:#666F77;
    }
    #purchaseOrder input[type=file]:active + label {
    background-image: none;
    background-color:#2D6C7A;
    color:#FFFFFF;
    }
.right_menu .btn-group button{
    padding: 11px 15px;
    box-shadow: none;
    border: 0px;
    font-size: 20px;
}
.right_menu .btn-group.open .dropdown-toggle{

    box-shadow: none;

}
.input_filetype .form-control {
    display:block;
    width:100%;
    float: left;

}
.input_filetype .input-group{
    width: 100%;
}
.input_files.btn{
    display: table-cell;

}
.input_filetype .input-group-btn {
    display: inline-block;
    width: auto;
    position: relative;
    z-index: 9;
}
.input_filetype .btn.input_files{
    background: none;
    opacity: 0;
    border: 0px;
    width: 100%;
    display: block;
    position: absolute;
}
.input_filetype .btn.input_files:hover{
    opacity: 0;
}
.holidaylist_btn{
    position: relative;
    display: inline-block;
}
.holidaylist_btn button{
    border: 1px solid #333;
    padding: 0px 15px 0px 15px;
    display: inline-block;
    color: #333;
    background:none;
    width: 175px;
    height: 45px;
    position: relative;
    overflow: hidden;
    font-size: 15px;
    outline: none;
    -moz-transition:all 300ms ease-in-out;
		-webkit-transition:all 300ms ease-in-out;
		transition:all 300ms ease-in-out;

}
.holidaylist_btn button .icon{
    position: absolute;
    background: #333;
    color: #fff;
    height: 45px;
    width: 30px;
    line-height: 45px;
    font-size: 18px;
    display: block;
    left: -30px;
    top: 0px;
    outline: none;
    -moz-transition:all 300ms ease-in-out;
		-webkit-transition:all 300ms ease-in-out;
		transition:all 300ms ease-in-out;
}
.holidaylist_btn button:hover, .holidaylist_btn button:focus{
    padding: 0px 15px 0px 40px;
    background: #56baed;
    box-shadow: none;
    outline: none;
}
.holidaylist_btn button:hover .icon, .holidaylist_btn button:focus .icon{
    left: 0px;
}
.side_search .box-tools{
    position:relative;
    overflow: hidden;
}
.side_search .input_search{
    height: 45px;
    width: 100%;
    padding-right: 50px;
    border: 0px;
    -moz-transition:all 300ms ease-in-out;
    -webkit-transition:all 300ms ease-in-out;
    transition:all 300ms ease-in-out;
}

.side_search .search_button{
    position: absolute;
    z-index: 999;
    top: 0px;
    color: #fff;
    right: 0px;
    height: 45px;
    border: 0px;
    border-radius: 0px;
    box-shadow: none;
    background:#333;
    display: block;
    width: 45px;
    -moz-transition:all 300ms ease-in-out;
    -webkit-transition:all 300ms ease-in-out;
    transition:all 300ms ease-in-out;
}
.side_search .search_button:hover, .side_search .search_button:focus{
    background:#2e7746;
    border-radius: 50%;
}
.holiday_list_s{
    width: 97%;
    margin: 0px auto;
    text-align: center;
}
.holiday_list_s th{
    text-align: center;
}

/* .login_background{
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    padding: 15px;

background: #f2be82;
background: -moz-radial-gradient(center, ellipse cover, #f2be82 0%, #2ab1d3 100%);
background: -webkit-radial-gradient(center, ellipse cover, #f2be82 0%,#2ab1d3 100%);
background: radial-gradient(ellipse at center, #f2be82 0%,#2ab1d3 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2be82', endColorstr='#2ab1d3',GradientType=1 );
}
.login_bx{
    background: rgba(255,225,255,0.10);
    width: 45%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    min-height: 385;
    max-height: 385px;
    border-radius: 20px;
    box-shadow: 0px 0px 25px rgba(0,0,0,0.05);
}
.logo-bg{
    width:50%;
    background: #fff;
    margin: auto;
    display: block;
    position: absolute;
    top: -25px;
    right: 0;
    left: 0;
    padding: 15px;
    text-align: center;
}
.logo-bg img{
    width: 75%;
    margin: 0px auto;
}
.logo-bg:after{
    width: 0;
    height: 0;
    border-bottom: 25px solid #eaeaea;
    border-left: 25px solid transparent;
    display: block;
    position: absolute;
    content: '';
    top: 0px;
    left: -25px;

}
.logo-bg:before{
    width: 0;
    height: 0;
    border-bottom: 25px solid #eaeaea;
	border-right: 25px solid transparent;
    display: block;
    position: absolute;
    content: '';
    top: 0px;
    right: -25px;

}
.login_inputs{
    width: 100%;
    padding:100px 0px 15px 0px;
    background:#383838;
    border-radius:20px 20px 0px 0px ;
    display: block;
    box-shadow:0px 0px 25px rgba(0,0,0,0.10);
}
.login_inputs h1{
    text-align: center;
    padding:0px 10px;
    display: block;
    color: #000;
    font-size: 24px;
    font-weight: 500;
}
.login_inputs .from_w{
    width: 75%;
    margin:5px auto;
}
.login_inputs .from_w input{

    border:0px ;
    background:rgba(255,225,255,0.20);
    height: 45px;
    color: #fff;
    font-size: 18px;
}
.login_inputs .from_w input:hover, .login_inputs .from_w input:focus{
     background: rgba(255,225,255,0.20);
     color: #fff;


}
.login_inputs .from_w button{
    background: none;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin: 0px auto;
    display: block;
    border:2px solid #fff;
    padding: 6px 30px;
    -moz-transition:all 300ms ease-in-out;
    -webkit-transition:all 300ms ease-in-out;
    transition:all 300ms ease-in-out;

}
.login_inputs .from_w button:hover, .login_inputs .from_w button:focus{
    color: #fff;
    background: #2381c3;
    border:2px solid #2381c3;
}
.login_inputs .from_w .forgot-password{
    color: #2381c3;
    display: table;
    font-size: 16px;
    margin: 10px auto;
}
.login_inputs .from_w input:-webkit-autofill,
.login_inputs .from_w input:-webkit-autofill:hover,
.login_inputs .from_w input:-webkit-autofill:focus,
.login_inputs .from_w input:-webkit-autofill:active {
      transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff !important;
}
.login_bx p{
    text-align: center;
    margin-top: 20px;
    font-weight: 600;
} */
.login_bg{
    background-color: #56baed;
    position: absolute !important;
    width: 100%;
    min-height: 100%;
}
.new_login{
    position: absolute !important;

}
.new_login  {

    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 100%;
    padding: 20px;
  }
  #formContent {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background: #000;
    padding: 30px;
    width: 90%;
    max-width: 450px;
    position: relative;
    padding: 0px;
    -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    text-align: center;
  }
  #formFooter {
    background-color: #f6f6f6;
    border-top: 1px solid #dce8f1;
    padding: 25px;
    text-align: center;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
  }




  .new_login input[type=button], .new_login input[type=submit], .new_login input[type=reset]  {
    background-color: #56baed;
    border: none;
    color: white;
    padding: 15px 80px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
    box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin: 5px 20px 10px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .new_login input[type=button]:hover, .new_login input[type=submit]:hover, .new_login input[type=reset]:hover  {
    background-color: #39ace7;
  }

  .new_login input[type=button]:active, .new_login input[type=submit]:active, .new_login input[type=reset]:active  {
    -moz-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }

  .new_login input[type=text], .new_login input[type=password], .input_forgot input[type=text] {
    background-color: #f6f6f6;
    border: none;
    color: #0d0d0d;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 5px;
    width: 85%;
    border-top: 2px solid #f6f6f6;
    border-left: 2px solid #f6f6f6;
    border-bottom: 2px solid #f6f6f6;
    border-right: 2px solid #f6f6f6;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
  }

  .new_login input[type=text]:focus, .new_login input[type=password]:focus, .input_forgot input[type=text]:focus  {
    background-color: #fff;
    border-top: 2px solid #f6f6f6;
    border-left: 2px solid #f6f6f6;
    border-bottom: 2px solid #5fbae9;
    border-right: 2px solid #f6f6f6;
    box-shadow: none;
    outline: none;
  }

  .new_login input[type=text]:placeholder, .new_login input[type=password]:placeholder, .input_forgot input[type=text]:placeholder  {
    color: #cccccc;
  }
  .fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }

  @-webkit-keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }

  @keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }

  /* Simple CSS3 Fade-in Animation */
  @-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  @-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  @keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

  .fadeIn {
    opacity:0;
    -webkit-animation:fadeIn ease-in 1;
    -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;

    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;

    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    animation-duration:1s;
  }

  .fadeIn.first {
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }

  .fadeIn.second {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    animation-delay: 0.6s;
  }

  .fadeIn.third {
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    animation-delay: 0.8s;
  }

  .fadeIn.fourth {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
  }
  .logo_login img{
      display:table;
      margin: 25px auto;
  }
  .logo_login h2{
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    display:inline-block;
    margin: 20px 8px 10px 8px;
    color: #5fbae9;
  }
  .forgot_password{
    display: block;
    margin-bottom: 20px;
  }
  .modal .modal_forget_password{
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background: #fff;
    padding: 30px;
    width: 90%;
    max-width: 450px;
    position: relative;
    padding: 0px;
    -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    text-align: center;
  }
  .modal .modal_forget_password .modal-content{
      background: none;

  }
  .modal .modal_forget_password h1{
      font-size: 18px;
      color: #1789c3;
      font-weight: 700;
  }
  .modal .modal_forget_password  .box_forgot{
      border:0px;
      box-shadow: none;
      margin-bottom: 0px;
  }

.new_login input:-webkit-autofill,
.new_login input:-webkit-autofill:hover,
.new_login input:-webkit-autofill:focus,
.new_login input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #333 !important;
}
.forframat span{
    color: red;
    text-align: right;
    font-size: 16px;
    padding: 5px 0px;
    display: block;
}
.skin-blue .main-header .navbar, .skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
    background-color: #56baed;
}
.skin-blue .sidebar a{
    color: #fff;
    font-weight: 600;
    background:#1789c3;
    margin-bottom: 1px;


}
.skin-blue .sidebar-menu>li:hover>a, .skin-blue .sidebar-menu>li.active>a, .skin-blue .sidebar-menu>li.menu-open>a{
background: #56baed;
-moz-transition:all 300ms ease-in-out;
		-webkit-transition:all 300ms ease-in-out;
		transition:all 300ms ease-in-out;
}
.skin-blue .sidebar-menu>li>.treeview-menu{
    background:#1789c3;
}
.skin-blue .sidebar-menu .treeview .treeview-menu {
    background: #fff;
    padding-top:0px !important;
    padding-bottom: 0px !important;
}
.skin-blue .sidebar-menu .treeview .treeview-menu li a{
    background: #fff;
    color: #000000;
    margin-bottom: 1px;
    padding: 10px;
    -moz-transition:all 300ms ease-in-out;
		-webkit-transition:all 300ms ease-in-out;
		transition:all 300ms ease-in-out;

}
.skin-blue .sidebar-menu  .treeview .treeview-menu li a:hover{
    background: #f1f1f1;
    color: #000;
    margin-bottom: 1px;
    padding: 10px;

}
.small-box{
    min-height: 128px;
}
.small-box .inner{
    min-height: 115px;
}
.main-footer {
    background: #fff;
    padding: 1px;
    color: #444;
    border-top: 1px solid #d2d6de;
}
.main-footer a{
    color: #000;
}
.main-footer p{
    margin: 10px 0px;
}
.side_ic{
    text-align: center;
}
.side_ic .edit_icon{
    display: inline-block;
    font-size: 14px;
    height: 25px;
    width: 25px;
    border: 1px solid #1789c3;
    line-height: 24px;
    text-align: center;
    -moz-transition:all 300ms ease-in-out;
		-webkit-transition:all 300ms ease-in-out;
		transition:all 300ms ease-in-out;
}
.side_ic .edit_icon:hover, .side_ic .edit_icon:focus{
    background:#1789c3;
    color: #fff;
}
.profile_edit{
    float: right;
    padding-right: 15px;
    min-height: 50px;
}
.profile_edit .image{
    width: 40px;
    height: 40px;
    margin: 5px 10px 0px 0px;
    display:inline-block;
    overflow: hidden;
    border-radius: 6px;

}
.profile_edit  .info{
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    vertical-align: middle;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.50);
}
.profile_edit_bt{
    float: right;
}
.forgot_btn_submit{
    background-color: #56baed;
    border: none;
    color: white;
    padding: 15px 80px;
    text-align: center;
    text-decoration: none;
    display: table;
    text-transform: uppercase;
    font-size: 13px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
    box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin:10px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.forgot_btn_submit:hover, .forgot_btn_submit:focus{
    background-color: #39ace7;
}
.dashbord_bg{
    min-height: 130px;
}  
.dashbord_box{
    border-radius: 5px;
    padding: 5px 15px 5px 15px;
    background: #fff;
    margin: 20px 0px;
    /* box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.30); */
    position: relative;
    -moz-transition:all 300ms ease-in-out;
    -webkit-transition:all 300ms ease-in-out;
    transition:all 300ms ease-in-out;
    min-height: 130px;
}
.dashbord_box:hover{
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.30); 
    padding: 5px 15px 5px 15px;
}
.dashbord_box .icon{
    width: 50px;
    height: 50px;
    background: #1789c3;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    font-size: 24px;
    line-height: 50px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.30);
    position: absolute;
    top:-10px;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.30);

}
.dashbord_box .box_for{
    width: 100%;
    padding-left: 25%;
    display: block;
    float: right;
    text-align: right;
}
.dashbord_box .box_for p{
    font-size: 16px;
    font-weight: 600;
    color: #b4b4b4;
    margin: 0px 0px 0px 0px;
}
.dashbord_box .box_for h3{
    margin: 0px 20px 0px 0px;
    font-size: 40px;
    font-weight: 600;
    color: #1789c3;
    /* text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.30); */
}
.dashbord_box  .button_box{
display: block;
float: left;
width: 100%;
/* background:#f1f1f1; */
position: absolute;
height: 30px;
text-align: center;
opacity: 1;
-moz-transition:all 300ms ease-in-out;
-webkit-transition:all 300ms ease-in-out;
transition:all 300ms ease-in-out;
margin-top: 15px;
bottom: 10px;
left: 0px;
}
/* .dashbord_box:hover  .button_box{
    bottom:5px;
    opacity: 1;
} */
.dashbord_box  .button_box .btc{
    width: 95px;
    margin: 0px 5px;
    height: 30px;
    color: #1789c3;
    border: 1px solid #1789c3;
    display: inline-block;
    border-radius:3px;
    background: none;
    font-weight: 500;
    line-height: 28px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    -moz-transition:all 300ms ease-in-out;
		-webkit-transition:all 300ms ease-in-out;
        transition:all 300ms ease-in-out;
        padding: 0px;
}
.dashbord_box  .button_box .btc i{
    background: #333;
    color: #fff;
    font-size: 18px;
    height: 30px;
    width: 25px;
    line-height: 30px;
    position: absolute;
    left: -31px;
    top: 0px;
    -moz-transition:all 300ms ease-in-out;
		-webkit-transition:all 300ms ease-in-out;
		transition:all 300ms ease-in-out;
}
.dashbord_box  .button_box .btc:hover i{
    left: -0px;
}

.dashbord_box  .button_box .btc:hover, .dashbord_box  .button_box .btc:focus{
    outline: none;
    background: #1789c3;
    color: #fff;
    padding: 0px 0px 0px 15px;
}

.dashbord_bg .yellow{
    background: #f39c12;
}
.dashbord_bg .box_for .yellow_text{
    color: #f39c12;
}

.dashbord_bg .red{
    background: #dd4b39;
}
.dashbord_bg .box_for .red_text{
    color: #dd4b39;
}


.dashbord_bg .mispunch{
    background: #068796;
}
.dashbord_bg .box_for .mispunch_text{
    color: #068796;
}

.dashbord_bg .royalblue{
    background: royalblue;
}
.dashbord_bg .box_for .royalblue_text{
    color: royalblue;
}

.dashbord_bg .cadetblue{
    background: cadetblue;
}
.dashbord_bg .box_for .cadetblue_text{
    color: cadetblue;
}

.dashbord_bg .lightBlue{
    background: #8fdae3;
}
.dashbord_bg .box_for .lightBlue_text{
    color: #8fdae3;
}

.dashbord_bg .sienna{
    background: sienna;
}
.dashbord_bg .box_for .sienna_text{
    color: sienna;
}
.dashbord_bg .sky{
    background: #00c0ef;
}
.dashbord_bg .box_for .sky_text{
    color: #00c0ef;
}
.dashbord_bg .green{
    background: #00a65a;
}
.dashbord_bg .box_for .green_text{
    color: #00a65a;
}
.template_cs .cke_chrome{
    border: 0px;

}
.template_cs .cke_inner{
    background: none;
    padding: 0px;
}
.template_cs .cke_toolgroup , .template_cs iframe{
    border:1px solid #e6e6e6;
}
.template_cs .cke_chrome{
    padding: 0px;
}
#div1 {
  /*background-color: red;*/
  transform: translateY(33%);
  display: inline-block;
  
}
#date {
    border-right:2px solid #fff; 
}
#time, #date {
    color: #fff;
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  display: inline-block;
  padding: 0px 5px;
}
/* .view_selery_slip{
    
} */
.view_selery_slip{
    position: relative;
    display:table;
    margin: 0px auto;
}
.view_selery_slip button{
    border: 1px solid #333;
    padding: 0px 15px 0px 15px;
    display: inline-block;
    color: #333;
    background:none;
    width: 170px;
    height: 30px;
    position: relative;
    overflow: hidden;
    font-size: 15px;
    outline: none;
    -moz-transition:all 300ms ease-in-out;
		-webkit-transition:all 300ms ease-in-out;
		transition:all 300ms ease-in-out;

}
.view_selery_slip button .icon{
    position: absolute;
    background: #333;
    color: #fff;
    height: 28px;
    width: 30px;
    line-height: 33px;
    font-size: 15px;
    display: block;
    left: -30px;
    top: 0px;
    outline: none;
    -moz-transition:all 300ms ease-in-out;
		-webkit-transition:all 300ms ease-in-out;
		transition:all 300ms ease-in-out;
}
.view_selery_slip button:hover, .view_selery_slip button:focus{
    padding: 0px 15px 0px 40px;
    background: #56baed;
    box-shadow: none;
    outline: none;
}
.view_selery_slip button:hover .icon, .view_selery_slip button:focus .icon{
    left: 0px;
} 
.form-control[disabled]{
    border-color:rgba(0, 0, 0, 0.10);
}
fieldset.scheduler-border {
    border: 1px groove #56baed  !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}

    legend.scheduler-border {
        font-size: 1.2em !important;
        font-weight: bold !important;
        text-align: left !important;
        width:auto;
        padding:5px 20px;
        border-bottom:none;
    }
    .dashLegend{
        color: #1789c3;
    }
    .dashAlert{
    color: #31708f;
    /* background-color: #d9edf7; */
    border-color: #bce8f1;
    }
    .dashAlert a{
        text-decoration:none !important;
    }



    #myImg {
        border-radius: 0px;
        cursor: pointer;
        transition: 0.3s;
    }
    
    #myImg:hover {opacity: 0.7;}
    
    /* The Modal (background) */
    .modal .profileModal{
        display: none; 
        position: fixed; 
        z-index: 1;
        padding-top: 100px; 
        left: 0;
        top: 0;
        width: 100%; 
        height: 100%; 
        overflow: auto; 
        background-color: rgb(0,0,0); 
        background-color: rgba(0,0,0,0.9); 
    }
    
    /* Modal Content (image) */
    .modal .profileModal-content {
        margin: auto;
        display: block;
        width: 80%;
        max-width: 700px;
    }
    
    /* Caption of Modal Image */
    /* #caption {
        margin: auto;
        display: block;
        width: 80%;
        max-width: 700px;
        text-align: center;
        color: #ccc;
        padding: 10px 0;
        height: 150px;
    } */
    
    /* Add Animation */
    .modal .profileModal-content, #caption {    
        -webkit-animation-name: zoom;
        -webkit-animation-duration: 0.6s;
        animation-name: zoom;
        animation-duration: 0.6s;
    }
    
    @-webkit-keyframes zoom {
        from {-webkit-transform:scale(0)} 
        to {-webkit-transform:scale(1)}
    }
    
    @keyframes zoom {
        from {transform:scale(0)} 
        to {transform:scale(1)}
    }
    
    /* The Close Button */
    /* .close {
        position: absolute;
        top: 15px;
        right: 35px;
        color: #f1f1f1;
        font-size: 40px;
        font-weight: bold;
        transition: 0.3s;
    }
    
    .close:hover,
    .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }
     */
    /* 100% Image Width on Smaller Screens */
    @media only screen and (max-width: 700px){
        .modal .profileModal-content {
            width: 100%;
        }
    }


    .change_images{
        border: 0;
        position:relative;
        background: #2f3c43;
        color: #e0e234;
        border-color: #485156;
        padding: 5px 10px;
    }

    #crop_images{

        width: 200px;
        height: 200px;
        /* background: #00a65a; */
        display: none;
        margin: auto;
        position: absolute;
        z-index: 99999;
        top: 0px;
        right: 0;
        left: 0;
        bottom: 0;
    }
    .imageBox
{
    position: relative;
    height: 200px; 
    /* width: 200px; */
     border:1px solid #aaa;
    background: #fff;
    overflow: hidden;
    background-repeat: no-repeat;
    cursor:move;
    opacity: 0;
}

.imageBox .thumbBox
{
    position: absolute;
    width: 100px;
    height: 100px;
    box-sizing: border-box;
    border: 1px solid rgb(102, 102, 102);
    box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
    background: none repeat scroll 0% 0% transparent;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: block;
}

.imageBox .spinner
{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    line-height: 400px;
    background: rgba(0,0,0,0.7);
}
.image_size{
    height: 200px;
    margin: 0 auto;
    display: table;
    width: 200px;
}
.dashboardPopupPunchTable .pagination{
margin: 0px;
}
.skin-blue .main-header .logo{
    background-color: #000 !important;
}
.skin-blue .sidebar-menu>li.active>a{
    border-left: 5px solid #1789c3;
    border-top: 5px solid #1789c3;
    border-bottom: 5px solid #1789c3;
    /* border-left-color:#1789c3 !important; */
}
.skin-blue .content-header {
    background: #f4f4f2 !important;
}
.skin-blue .main-header .navbar .sidebar-toggle:hover {
    background-color: #1789c3  !important;
    /* border-left: 5px solid #1789c3 !important; */
}
.content-wrapper {
    
    background-color: #dde8f5 !important;
   
}
.content-header {
    position: relative;
    padding: 0px 15px 0 15px;
}
/* .content-wrapper{
    min-height: var(--top-position) !important;
    
} 
:root {
    --top-position: 854px !important; 
       
} */
.dtData .dataTables_wrapper .dataTables_paginate .paginate_button{
    padding: 0px;
}
.dtData .pagination{
    margin: 0px;
}
.dtData .dataTables_wrapper .dataTables_paginate .paginate_button.disabled{
    border: 1px solid #333 !important;
    background: none;
    color: #333 !important;
} 
.dtData .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, 
.dtData .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{
    border: 1px solid #333 !important;
    background: #333 !important;
    color: #fff !important;

}
.dtData .pagination>.active>a, 
.dtData .pagination>.active>a:focus, 
.dtData .pagination>.active>a:hover, 
.dtData .pagination>.active>span, 
.dtData .pagination>.active>span:focus, 
.dtData .pagination>.active>span:hover
{
    background-color: #1789c3;
    color: #fff;
    border: 1px solid #1789c3 !important;
    border-color:none;
}
.dtData .pagination>li>a{
    border:0px;
    margin-left: 0px;
}
.dtData .pagination>li>a:focus, 
.dtData .pagination>li>a:hover, 
.dtData .pagination>li>span:focus, 
.dtData .pagination>li>span:hover{
    background-color: #1789c3;
    color: #fff;
    border: 0px;
    border-color:inherit !important;

}
.dtData .dataTables_wrapper .dataTables_paginate .paginate_button:hover, 
.dtData .dataTables_wrapper .dataTables_paginate .paginate_button
{

    border: 0px;
    border-color:inherit !important;
    background: none;
}
.toast-close-button{
    right: -5px !important;
    top: -10px !important;
}
.dtData .dataTables_wrapper .dataTables_paginate .paginate_button{
    margin: 3px 5px;
    border: 1px solid #1789c3 !important;
    padding: 3px 9px;
}
.dtData .dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    color: #fff !important;
    border: 1px solid #1789c3 !important;
    background: #1789c3 !important;
}

.dtData .dataTables_wrapper .dataTables_paginate .paginate_button.current{
    border: 1px solid #1789c3 !important;
    background: #1789c3 !important;
    color: #fff !important;
}

.dtData  .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    border: 1px solid #1789c3 !important;
    background: inherit !important;
    
}

.dtData .dataTables_filter input,
.dtData .dataTables_length select{
    padding: .375rem .75rem;
    font-size: 14px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    height: 30px;
    outline: none;

}
.dtData .dataTables_filter input:focus,
.dtData .dataTables_filter input:hover,
.dtData .dataTables_length select:focus,
.pagdtDatae_cs .dataTables_length select:hover{
    outline: none;
    box-shadow: none;
    border: 1px solid #1789c3;
}
.leaveInfo .table-bordered tbody tr td p{
    white-space: nowrap; 
    width:180px; 
    overflow: hidden;
    text-overflow: ellipsis; 
    
}
.content form input:-webkit-autofill,
.content form input:-webkit-autofill:hover, 
.content form input:-webkit-autofill:focus,
.content form select:-webkit-autofill,
.content form select:-webkit-autofill:hover, 
.content form select:-webkit-autofill:focus,
.content form textarea:-webkit-autofill,
.content form textarea:-webkit-autofill:hover, 
.content form textarea:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px #535c62 inset !important;
  transition: background-color 5000s ease-in-out 0s !important;

}
.table-responsive {
    overflow-x: inherit;
  }
.mispunchError{
    color: #dd4b39;
}
.switch {
    position: relative;
    display: inline-block;
    width: 49px;
    height: 24px;
    vertical-align: middle;
    margin:5px;
  }
  .switch_check{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 28px;
  }

  .switch input {display:none;}
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #525c62;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 4px;
    bottom: 5px;
    background-color: #56baed;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #2f3c43;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2f3c43;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

  .mis_pinches_list{
      list-style: none;
      margin: 0px;
      padding: 0px;
      float: left;
      display: block;
      width: 100%;
  }
  .mis_pinches_list li{
      display: inline-block;
      padding: 5px;
      float: left;
  }
  .mis_pinches_list li label{
      position: relative;
      padding: 0px 6px 0px 0px;
  }
  .mis_pinches_list li label:after{
      display: block;
      content: ',';
      color: #fff;
      position: absolute;
      right: 0;
      bottom: 0;
  }
  .mis_pinches_list li:last-child label:after{
    display:none;
  }
  .content form .btn.search_bb{
   margin:24px 0px 0px 0px;
}
.switch_bx{
    float: right;
}
.jayesh.table{
    background: #56baed !important;
    width: 100%;
    margin: auto;
    text-align: center;
}
.jayesh thead tr td{
    width: 46.98%;
    background: none !important;
}

.jayesh  thead tr td{
    float: left;
}


.jayesh thead tr td{
    border-color: #1789c3 !important;
    border: 0px;
}
.jayesh.table-fixed tbody td {
    float: left;
    width: 47.3%;
    border-color:  #1789c3 !important;
}

 .table-fixed {
    width: 100%;
    background-color: #f3f3f3;
  }
 .table-fixed tbody {
    min-height: 100px;
    max-height: 150px;
    overflow-y: auto;
    width: 100%;
  }
   .table-fixed thead, 
    .table-fixed tbody, 
   .table-fixed tr, 
   .table-fixed td,
   .table-fixed th {
    display: block;
  }
   .table-fixed tbody td {
    float: left;
  }
   .table-fixed thead tr th {
    float: left;
  }
  .error-template 
  {
      padding: 40px 15px;
      padding-top: 150px;
      text-align: center;
      /* background-image: url("../img/err.png"); */
  }
  .error-template h1
  {
      font-size: 70px;
      color:#1789c3;
  }
  .error-template h2
  {
      font-size: 50px;
      color:#1789c3;
  }
  .error-details
  {
      color: #1789c3;
  }
.error-actions 
{
    margin-top:15px;
    margin-bottom:15px;
}
.error-actions .btn 
{
     margin-right:10px; 
}
.JD .JD1{
    width: 100% !important;
}
.main-header .logo .logo-lg img {
    margin: auto;
}
.switchBTN{
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 15px;
}
.onoffswitch2 {
    position: relative; width: 90px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}

.onoffswitch2-checkbox {
    display: none;
}

.onoffswitch2-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 5px;
}

.onoffswitch2-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}

.onoffswitch2-inner:before, .onoffswitch2-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.onoffswitch2-inner:before {
    /* content: "SEP"; */
    padding-left: 10px;
    background-color: #2FCCFF; color: #FFFFFF;
}

.onoffswitch2-inner:after {
    /* content: "AUG"; */
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}

.onoffswitch2-switch {
    display: block; width: 18px; margin: 0px;
    background: #FFFFFF;
    border: 2px solid #999999; border-radius: 5px;
    position: absolute; top: 0; bottom: 0; right: 68px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
    background-image: -moz-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    background-image: -webkit-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    background-image: linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
}

.onoffswitch2-checkbox:checked + .onoffswitch2-label .onoffswitch2-inner {
    margin-left: 0;
}

.onoffswitch2-checkbox:checked + .onoffswitch2-label .onoffswitch2-switch {
    right: 0px; 
}


/************************************************* new css color *****************************/
/* .new_login, .login_bg {
    position: absolute !important;
    background: #2f3c43;
}
.skin-blue .main-header .navbar, .skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side{
    background-color: #2f3c43;
}
.content-wrapper{
    background: #242e34 !important;

}
.dashbord_box{
    background-color: #2f3c43;
}
.dashbord_box .box_for p{
    color: #fff;
}
.dashbord_box .button_box .btc{
    background: #242e34;
    color: #fff;
    border-color: #242e34; 
}
.dashbord_box .button_box .btc:hover, .dashbord_box .button_box .btc:focus{
    background: #2f3c43;

}
.skin-blue .sidebar a{
    background: #2f3c43;
}
.skin-blue .sidebar-menu>li:hover>a, .skin-blue .sidebar-menu>li.active>a, .skin-blue .sidebar-menu>li.menu-open>a{
    background: #242e34;
}
.skin-blue .sidebar-menu>li.active>a{
    border-left: 5px solid #242e34;
    border-top: 5px solid #242e34;

}
.right_menu button.btn{
    background: #242e34;

}
fieldset.scheduler-border{
    border:0px groove #2f3c43 !important;
    background: #2f3c43;
}
.dashLegend{
    color: #fff;
    padding: 7px 10px;
    background: #2f3c43;
}
.main-footer{
    background: #485156;
    border-top: 1px solid #242e34;
}
.main-footer p{
    color: #fff;
}
.main-footer p a{
    color: #f1f1f1;
}
.holidaylist_btn button{
    border: 1px solid #525c62 ;
    background: #525c62;
    color: #fff;
}
a, a:hover, a:focus{
    outline: none;  
}
.holidaylist_btn button:hover, .holidaylist_btn button:focus{
    background: #2f3c43;
    outline: none;
    border-color: #242e34;
}
.leaveInfo thead tr{
    background: #242e34;
} */
/* .leaveInfo tbody{
    text-align: center;
} */
/* .new_login input[type=text]:focus, .new_login input[type=password]:focus, .input_forgot input[type=text]:focus  {
    background-color: #fff;
    border-top: 2px solid #f6f6f6;
    border-left: 2px solid #f6f6f6;
    border-bottom: 2px solid #2f3c43;
    border-right: 2px solid #f6f6f6;
    box-shadow: none;
    outline: none;
  }
  .new_login input[type=button], .new_login input[type=submit], .new_login input[type=reset]  {
    background-color:#2f3c43;
    box-shadow: 0 10px 30px 0 rgba(47,60,67,0.4)
  }
  .new_login input[type=button]:hover, .new_login input[type=submit]:hover, .new_login input[type=reset]:hover  {
    background-color: #2f3c43;
    outline: none;
  }
 .btn-primary:hover, .btn-primary:active, .btn-primary.hover{
    background-color: #2f3c43 !important;
    border-color: #525c62!important;
  }
  .table-striped>tbody>tr:nth-of-type(odd){
      background-color:#525c62;
      color: #fff; 
  }
  .table-striped>tbody>tr:nth-of-type(even){
    background-color:#485156;
    color: #fff; 
}
  .skin-blue .sidebar-menu .treeview .treeview-menu{
    background-color:#1f272c;

  }
  .skin-blue .sidebar-menu .treeview .treeview-menu li a {
    background-color:#1f272c;
  }
  .skin-blue .content-header{
    background-color:#525c62 !important;
    color:#fff;
  }
  .content-header>h1{
    color:#fff !important;
    font-weight: 400;
  }
  
  .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate{
    color:#fff !important;
  }
  .table-bordered, .leaveInfo .table thead:first-child tr:first-child th{
    border-color: #2f3c43 !important;
    
  }
  .table-bordered>tbody>tr>td{
    border-color: #2f3c43 !important;
  }
  .side_ic .edit_icon {
      color:#e0e234; 
    border: 1px solid #e0e234;
  }
  .side_ic .edit_icon:hover, .side_ic .edit_icon:focus {
    background: #e0e234;
    color:#2f3c43; 
    border: 1px solid #e0e234;
}
.dtData .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: 1px solid #e0e234 !important;
    background: #e0e234 !important;
    color: #2f3c43 !important;
}
.dtData .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    border: 1px solid #2f3c43 !important;
    background: #2f3c43;
    color: #f1f1f1 !important;
}
.dtData .dataTables_wrapper .dataTables_paginate .paginate_button{
    border: 1px solid #2f3c43 !important;
    color: #f1f1f1 !important;
}
.dtData .dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    border: 1px solid #e0e234 !important;
    background: #e0e234 !important;
    color: #2f3c43 !important;
}
.dtData .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    border: 1px solid #e0e234 !important;
    background: #e0e234 !important;
    color: #2f3c43 !important;
}
.dtData .dataTables_filter input, .dtData .dataTables_length select{
    border: 1px solid #2f3c43 ;
    background: #535c62;
    color: #fff;
}
.dtData .dataTables_filter input:focus,
.dtData .dataTables_filter input:hover,
.dtData .dataTables_length select:focus,
.pagdtDatae_cs .dataTables_length select:hover{
    outline: none;
    box-shadow: none;
    border: 1px solid #2f3c43 ;
    background: #293237;
    color: #fff;
    
}
.right_menu button.btn, .skin-blue .main-header .navbar .sidebar-toggle {
    background: #485156;
    color: #e0e234  ;
}
.right_menu button.btn:hover, .right_menu button.btn:focus,
.skin-blue .main-header .navbar .sidebar-toggle:hover,
.skin-blue .main-header .navbar .sidebar-toggle:focus
{
    background-color: #e0e234 !important ;
    color: #485156  ;
}
.sidebar-menu>li>a>.fa, .treeview-menu>li>a>.fa{
    color: #e0e234  ;
}
.dashbord_box .button_box .btc i, .holidaylist_btn button .icon {
    color: #e0e234;
    background: #485156;
}
.modal-content{
    border-radius: 10px;
    background-color: #485156  ;
} 
.modal-title{
    color: #fff;
}
.close, .text_color1, .close:focus, .close:hover{
    color: #e0e234  ;
    opacity: 1;  
}
.modal-header{
    border-bottom-color:#2f3c43 ;
}
.content .registration-form h3, .content .registration-form label{
    color: #fff;
}
.content .registration-form h3:after{
    background: #e0e234;

}
.content form input,  .content form select,  .content form textarea{
    border: 1px solid #2f3c43 ;
    background: #535c62;
    color: #fff;
}
.content form input:focus,  .content form select:focus,  .content form textarea:focus{
    outline: none;
    box-shadow: none;
    border: 1px solid #2f3c43 ;
    background: #293237;
    color: #fff;
}
.aadPopup_plus{
    border-color: #e0e234  ;
    color: #e0e234  ; 
}
.aadPopup_plus:hover, .aadPopup_plus:focus{
    background: #e0e234 !important;
    border-color: #e0e234  !important;
    color: #2f3c43;
}
.content form .btn{
    background: #2f3c43;
    color: #e0e234; 
    border-color: #485156;

}
.content form .btn:hover, .content form .btn:focus{
    background: #242e34;
    color: #fff; 

}
.content form .input-group .input-group-addon{
    background: #485156;
    color: #e0e234;
    border-color:#485156; 
}
.form-group.has-error .help-block{
    color: #e0e234;
}
.form-group.has-error .form-control, .form-group.has-error .input-group-addon{
    border-color: #e0e234;
}
.dropdown-menu>li>a>.fa{
    color: #e0e234;
}
.right_menu .dropdown-menu {
    right: 0px;
    left: auto;
    background-color: #1f272c;
    border-color:#242e34;
}
.right_menu .dropdown-menu>li>a:focus, .right_menu .dropdown-menu>li>a:hover{
    background: #2f3c43; 
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
    background-color: #2f3c43;
    opacity: 0.30;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
    outline: none;
}
.forgot_btn_submit{
    background-color: #2f3c43;
    outline: none;
    box-shadow: 0 10px 30px 0 rgba(47,60,67,0.4);
}
.forgot_btn_submit:hover, .forgot_btn_submit:focus{
    background-color: #2f3c43;
    outline: none;    
}
.modal .modal_forget_password .modal-content, .modal .modal_forget_password .box_forgot{
    background: #485156;
}
.modal_forget_password .panel-body p{
    color: #fff;

}
.modal .modal_forget_password h1{
    color: #fff;
}
.modal_forget_password .modal-header {
    border-bottom-color: #2f3c43;
}
.dashAlert{
    color: #ffffff;
   
    border-color: #bce8f1;
    } */
/* end color css */
i.fa.fa-download::before {
    color: #1789c3 !important;
}