/*body
{
	font-family:verdana;
	font-size:15px;
	margin:0;
	background:white;
}*/



@import url('../Content/fontawesome/css/font-awesome.min.css');

body
{
	font-family:Arial,Helvetica,sans-serif; /*updated by kunal as used in IPM , previous value was - Verdana*/
	font-size:75%;
	margin:0;
	background:white;
}
html
{
    margin: 0;
    padding: 0;	
}
ul, li, form, p, h1, h2, h3, h4, h5 ,h6
{
	margin:0;
}
.clearfix:after
{
	content:" ";
	clear:both;
	visibility:hidden;
	display:block;
	height:0px;
}
.clsLgn_bg
{
	background:transparent url('../images/lgn_bg.jpg') no-repeat fixed center top;
}
.clsBg_wht
{
	background:white;
}
.clsMiddle
{
	margin-bottom:150px;
}
.clsLgn_page_pad
{
	padding:8% 20px;
}
.clsPad_top20
{
	padding-top:20px;
}
.clsPad_top25
{
	padding-top:25px;
}
.clsPad_bot20
{
	padding-bottom:20px;
}

.clsPad_top10
{
	padding-top:5px;
}
.clsPad_bot10
{
	padding-bottom:5px;
}
.clsPad_in10
{
	padding:5px;

}
.clsPad_in20
{
	padding:20px;
    background-color: #d9ecf5;/*lightyellow; DHL  #d9ecf5*/
}
.clsPad_Left100
{
	padding-left:100px;
}
.clsTxt_wht
{
	color:white;
}
.clsTxt_blc
{
	color:#171717;
}
.clsTxt_gry
{
	color:#747474;
}
.clsBx_shadw
{
	box-shadow: 0 0px 3px 1px rgba(0, 0, 0, 0.3)
}

.clsCrd_shadw
{
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3)
}
.clsTlt_headr
{
	/*background:#343a40;*/
     background:#dcdcdc;
     

}
.bg-light {
    background-color: #f0f3f6 !important;
	border-bottom:1px solid #cfd3d9;
}

.card-header.edt_card_hed {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    /*background-color: rgba(40,46,52,.90);*/
    background-color:#4682B4;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.card.edt_card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border:0px;
    border-radius: .25rem;
}
.bg-dark.edt_nav_bg {
    /*background-color: #fc0 !important;*/

    /*set by Kunal*/
    background-color: #d9ecf5!important; 
}


.modal-header.edt_mdl_hedr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    background: #fc0 !important;   /*Yogesh For DHL*/ 
}
.modal-content.edt_mdl_cont {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border:0px;
    border-radius: .3rem;
    outline: 0;
    
}


.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    font-weight: bold;
	box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.4)
}




div#background_branding_container {
    height: 100%;
    left: 0;
    opacity: 1;
    overflow: hidden;
    position: fixed;
    top: 0;
    transition: opacity 1s ease 0s;
    width: 100%;
    z-index: 0;
}
#login_panel {
    border-left: 1px solid #fff;
}
.login_panel {
    background: #ffffff none repeat scroll 0 0;
    float: right;
    height: 100%;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: fixed;
    right: 0;
    width: 500px;
    z-index: 1;
}


@media(max-width:480px) {
.login_panel {
    background: #ffffff none repeat scroll 0 0;
    float: right;
    height: 100%;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: fixed;
    right: 0;
    width: 380px;
    z-index: 1;
}
}
@media(max-width:320px) {
.login_panel {
    background: #ffffff none repeat scroll 0 0;
    float: right;
    height: 100%;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: fixed;
    right: 0;
    width:290px;
    z-index: 1;
}
}


.clsBg_trans_blc
{
	/*background-color: rgba(4, 13, 59, 0.8);*/
    background:#f0f8ff;
}


.clsCol_overlay
{
	/*background: linear-gradient(-45deg, #1a2146 0%, #0a144a 100%);*/
    background: linear-gradient(-45deg, #f0f8ff 0%, #f0f8ff 100%);
	opacity: 0.80;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
}


.dropdown-item.clsEdt_dd_itm {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #2e353b;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    background-color: rgba(0, 0, 0, 0);
    border-top: 1px solid #d4d4d4;
}

.dropdown-item.clsEdt_dd_itm:focus, .dropdown-item:hover {
    color:white;
    text-decoration: none;
    background-color: #222222;
}

.clsBorder_bottom
{
	border-bottom:4px solid #4682B4;
	padding:20px 0px;
    margin-bottom:10px;
}
   /* css added by bhagyashree */
 .wd20 {
        width: 20px;
    }

    .wd200 {
        width: 200px
    }

.wd150 {
    width: 150px
}
    .iffyTip {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
   
    }
    .tooltip-inner {
        max-width: 500px;
        padding: 3px 8px;
        color: #ffffff;
        text-align: left;
        text-decoration: none;
        background-color: #000000;
        border-radius: 4px;
    }


    /* styles for validation helpers */
.field-validation-error {
    color: red;
    font-size: 11px;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 0.5px solid red;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: red;
}

.validation-summary-valid {
    display: none;
}
 /* styles for validation helpers */
a:hover {
 cursor:pointer;
}

.btn
{
    cursor:pointer;
}
.loader
{
    margin: 0px; padding: 0px; position: fixed; right: 0px;
    top: 0px; width: 100%; height: 100%; background-color: #666666; z-index: 30001;
    opacity: .8; filter: alpha(opacity=70);
}

   /* css added by bhagyashree */

   /*Ovloaded classes to change the theme as requested*/

   .text-white
{
    color:#171717 !important;
}
   .clsFooter
   {
       /*background-color:#fc0;*/

        /*set by Kunal*/
    background-color: #d9ecf5!important; 
   }
   .lblFont{
       font-weight:bold;
   }
   .ui-tabs.a
   {
       color:#fff!important;
   }
     /*Ovloaded classes to change the theme as requested*/

     /*Added by Mahesh 25-09-2021*/
  .lblFontText{
       font-weight:bold;
       font-size:18px;
       font-family:Calibri;
   }

   .lblCancel {  
  color: red;
   }

    .lblFontQuotation{
       font-weight:bold;
       font-size:15px;
       font-family:Calibri;
   }

    .lblApproved {  
  color: green;
   }

    .lblRejected {  
  color: red;
   }


    .modal-content.edt_mdl_cont{
        top:90px;
    }
.btn{
    padding:2px 8px;
    border-radius: 5px;
    border-color: #93c8df;
    color: #003f59;
    background-color: #daecf4;
    background-position: 50% 50%;
    background-image: url(textures/highlight.png);
    background-image: none,linear-gradient(to bottom,rgba(255,255,255,.4) 0,rgba(255,255,255,0) 100%);
    line-height:none;
}
.btn:hover {
    color: #003f59;
    border-color: #8bc4dd;
    background-color: #55c5f3;
}
 .custom-control-input:checked ~ .custom-control-indicator {
    color: #fff;
    background-color: #55c5f3;
}
span.custom-control-description {
    padding-top: 3px;
}
.btn-dark{
    border-color: #93c8df;
    color: #003f59;
    background-color: #daecf4;
    padding:4px 8px;
    border-radius: 5px;
}
.modal-title{
   color: #003f59;
}
.modal-header.edt_mdl_hedr{
    border-color: #93c8df;
    color: #003f59;
    background-color: #daecf4;
}
.modal-content .btn-dark:hover{
    color: #003f59;
    border-color: #8bc4dd;
    background-color: #55c5f3;
}
.btn:active{
    color: #fff;
    background-color: #126183;
    border-color: #126183;
}

.btn-dark:not([disabled]):not(.disabled).active, .btn-dark:not([disabled]):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
    color: #003f59;
    border-color: #8bc4dd;
    background-color: #55c5f3;
}
@media (min-width: 576px){
    .modal-dialog {
    margin: 48px auto;
}
}

/*+++++++++==========LOGIN PAGE===========++++++++++++=*/
body {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 75%;
    margin: 0;
    background: #f8fcfe;
    background:#fff;
}
.login-body-section .clsMiddle {
    margin-bottom: 0px;
}
.login-body-section{
    overflow:hidden;
}
.dhl-logo-section {
    float: right;
    width: 20%;
    position: relative;
}
img.dhl-logo {
    position: absolute;
    left: 0;
    z-index: 999;
    padding: 30px;
}
.login_page .clsLgn_page_pad {
    padding: 0px;
}
.login_page .bg-dark{
    box-shadow:none;
}
.login-container.login_page {
    /*background:url('../images/dhl-bg.png');
    background-image: url('../images/dhl-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 100vh;
    width: 100%;*/
}
/*.login_page .signup-form-block{
    overflow: hidden;
    margin-top: 0%;
    background-color: #d9ecf5;
    border: none;
    position: relative;
    padding: 20px;
    width: 100%;
    max-width: 416px;
    border-radius: 7px;
    z-index: 999;
    opacity: 1;
}*/
.login_page .signup-form-block{
    align-items: center;
    justify-content: center;
    /* height: 100vh; */
    float: right;
    position: absolute;
    right: 33%;
    top: 17%;
    width: 30%;
}
.login_page .signup-form-block .form-control{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #a3d0e4;
}
.signup-form-block .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    background-color: #fff!important;
    color: #00435e;
    border-radius: 10px;
}
.login_page .card-header.text-white{
    /*color:#ffffff!important;*/
    background-color:transparent;
}
.login_page .text-white {
    color: #00435e!important;
    font-weight: bold;
}
.title-login{
    background-color:transparent;
}
.login_page .clsCol_overlay{
    opacity:1;
}
.dgsl-logo-section {
    text-align: center;
    margin-top:10px;
}
.dgsl-logo {
    margin-top: 10px;
    width: 55%;
}
b {
    color: #00435e!important;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
    color: #00435e;
    font-weight: bold;
}
.pad-0{
    padding:0px;
}
.bg-dark h4.text-white.text-center {
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
}
/*++++++++++++======MENU SECTIOn=======++++++++++++*/

.navbar-dark .navbar-nav .nav-link {
    color: #00435e!important;
}
.navbar-dark .navbar-nav .nav-link:hover{
    color:#55c5f3!important;
}
/*++++++++DATE PICKER++++++++*/
.ui-datepicker th {
    padding: 0.4em 0.4em;
    text-align: center;
    font-weight: bold;
    border: 1px solid #bbdceb!important;
    background: #4682B4!important;
    color: white;
}
/*+++++++++====== BUTTON SECTION ======++++++=*/
.btn-secondary{
    color: #003f59;
    border-color: #77c9eb;
    background-color: #7bd2f6;
}
    .btn-secondary:active {
        color: #fff;
        border-color: #126183;
        background-color: #126183;
    }
    .btn-secondary:hover{
    color: #003f59;
    border-color: #8bc4dd;
    background-color: #55c5f3;
    }
    .btn-dark:not([disabled]):not(.disabled).active, .btn-dark:not([disabled]):not(.disabled):active, .show > .btn-dark.dropdown-toggle{
            box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 50%)!important;
    }
 .btn-dark:hover{
    /*color: #003f59;*/
    border-color: #8bc4dd;
    background-color: #55c5f3;
    }
 button:focus{
     outline:none;
 }
 .btn-dark.focus, .btn-dark:focus{
      box-shadow: none;
 }
 .btn-dark {
    border: 1px solid #93c8df;
    color: #003f59!important;
    background-color: #daecf4;
    padding: 4px 8px;
    border-radius: 5px;
}
 .btn-secondary:not([disabled]):not(.disabled).active, .btn-secondary:not([disabled]):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #55c5f3;
    border-color: #003f59;
    box-shadow: none;
    border: 1px solid #15aced;
}
 .btn-dark.disabled, .btn-dark:disabled {
    border-color: #4596e5;
    background-color: #a2cef9;
    opacity: 1;
}
 .btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #8bc4dd;
    background-color: #55c5f3;
    /* border-color: #005cbf; */
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 50%);
}
/*+++++++++=======FORGOT Password ======++++++=*/
.forgot_page{}
.form-control{
    display: block;
    width: 100%;
    height: 34px!important;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #a3d0e4;
    box-shadow:none!important;
}
.text-white{
        color: #00435e!important;

}
.clsPad_in20 {
    padding: 20px;
    background-color: #fff;
}
.clsBorder_bottom {
    border-bottom: 2px solid #82cdf8;
    padding: 20px 0px;
    margin-bottom: 15px;
}
/**MODEL SECTION**/
.modal-header.edt_mdl_hedr{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-color: #a3d0e4;
    color: #00435e;
    background-color: #d9ecf5!important;
    background-image: linear-gradient(rgba(255,255,255,.25),rgba(255,255,255,0));
    padding: 8px 12px;
    min-height: 16px;
    border-width: 0 0 1px;
}
.modal-content{
    border-color: #bbdceb!important;
    color: #003f59!important;
    background-color: #e4f1f7!important;
    box-shadow: 1px 1px 7px 1px rgb(0 0 0 / 12%);
}
.modal-header .close {
    padding: 0px;
    margin: 0;
    margin-top: 5px;
    opacity:0.8;
}
/*========TABS SECTION========*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
     border: 1px solid #4596e5!important;
     border-bottom:none;
    /*font-weight: normal;
    border: 1px solid #4596e5!important;
    color: white;
            background: #a2cef9!important;

    */

}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus{
    background-color:#55c5f3!important;
}
/**===========ADMIN DASHBOARD===========**/
.header-title-section, .clsTlt_headr{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-color: #a3d0e4;
    color: #00435e;
    /*background-color: #d9ecf5!important;*/
    background-color:transparent!important;
    background-image: linear-gradient(rgba(255,255,255,.25),rgba(255,255,255,0));
    margin-top:1px;
}
.content-wrapper-section {
    border-radius: 4px;
    border-color: #bbdceb;
    color: #003f59;
    background-color: #fff;
    box-shadow: 1px 1px 7px 1px rgb(0 0 0 / 12%);
    border: 2px solid #bbdceb;
    margin: 0px;
}
.content-wrapper-section .col-md-3{
    max-width:20%;
}
.content-wrapper-section .card-body {
    /*background-color: #deeef6;*/
}
/*======Page All=======*/
.container-wrapper{
    max-width: 1220px /*1170px*/;
    width: 100%;
    margin: 0 auto;
    box-shadow: -1px -1px 23px #aeaeae;
    -webkit-box-shadow: -1px -1px 23px #aeaeae;
    -moz-box-shadow: -1px -1px 23px #aeaeae;
    border-radius:15px;
}
/*=======HEADER SECTION=======*/
.clsHeader {
}
.clsMenubar .bg-dark.edt_nav_bg {
    background-color: #fc0 !important;
    background-color: #d9ecf5!important;
    border-radius: 10px;
    -webkit-border-radius: 10px 10px 0 0;
    border-top: 5px solid #b6ddfa;
    /*box-shadow: -1px -1px 23px #97caef;*/
    box-shadow:0px 0px 0px #97caef;
}
/*.clsTlt_headr h4.text-white.text-center:after {
    content: "";
    position: absolute;
    height: 5px;
    border-top: 3px solid #a3d6f1;
    top: 12px;
    width: 125px;
    padding: 18px;
}
.clsTlt_headr h4.text-white.text-center:before {
    content: "";
    position: absolute;
    height: 5px;
    border-top: 3px solid #a3d6f1;
    top: 12px;
    width: 125px;
    padding: 18px;
    left:380px;
}*/
a.dropdown-item.clsEdt_dd_itm:first-child {
    border-top: none;
}
.page-title {
    border-bottom: 2px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 4px;
    margin-bottom: 5px;
    position: relative;
    z-index: 1;
    text-align:left!important;
    font-size:20px!important;
    font-weight:bold;
}
.page-title:after {
    content: "";
    background-color: #9ddbfe;
    width: 40px;
    height: 4px;
    border-radius: 0px;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0px;
}
/*======Tables======*/
table.dataTable tbody th, table.dataTable tbody td {
    padding: 2px 10px!important;
    vertical-align: middle;
}
.table-striped tbody tr:hover {
    background-color: #7ad2f7;
    background-image: none;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #e6f2f8;
}
.table tbody tr:hover{
    background-color: #c4e5f3;
       background-color: #7ad2f7;
    background-image: url(textures/highlight.png);
    background-image: none,linear-gradient(to bottom,rgba(255,255,255,.4) 0,rgba(255,255,255,0) 100%);
    background-position: 50% 50%;
}
.table tbody tr td, .table thead tr th{
    white-space:nowrap;
}
th.sorting {
    white-space: nowrap;
}
.table-bordered td, .table-bordered th {
    border-color: #bbdceb;
    border-style: solid;
    border-width: 0 0 1px 1px;
}
table.dataTable thead th, table.dataTable thead td {
    padding: 10px 10px;
}
.clsPad_in20 {
    padding: 20px;
    /*background-color: #d9ecf5;*/
}

.thead-dark label {
    display: inline-block;
    margin-bottom: 0;
    color: #fff;
    font-weight: bold;
}
/*===============View Sum=============*/
.table td, .table th {
    padding: 5px 10px;
}
/*=======EmployeeProjectMapping/Edit=====*/
table.editorRows {
    min-height: 220px;
    overflow: auto;
    height: 220px;
    display: inline-block;
    width: 90%;
}


/*==========paginate=========*/


.dataTables_wrapper .dataTables_paginate{
    background-image: url(textures/highlight.png);
    background-image: none,linear-gradient(to bottom,rgba(255,255,255,.4) 0,rgba(255,255,255,0) 100%);
    border-color: #bbdceb!important;
    color: #00435e;
    background-color: #d9ecf5!important;
    background-position: 50% 50%;
    padding:3px 9px!important;
    border:none!important;
 }
.dataTables_wrapper .dataTables_paginate .paginate_button{
    color: #003f59!important;
    border:1px solid #bbdceb!important;
}
.card {
     background-image: none,linear-gradient(to bottom,rgba(255,255,255,.4) 0,rgba(255,255,255,0) 100%);
    border-color: #bbdceb!important;
    color: #00435e;
    background-color: #d9ecf5!important;
}
.card-body{
    background-color: #e8f3f9;
}
.dataTables_wrapper .dataTables_paginate a.paginate_button.disabled:active
{    color:#fff!important;
}
.dataTables_paginate .paginate_button.disabled:active{
}
/**=======FOOTER SECTION=======**/
.clsFooter {
    background-image: url(textures/highlight.png);
    background-image: none,linear-gradient(to bottom,rgba(255,255,255,.4) 0,rgba(255,255,255,0) 100%);
    background-position: 50% 50%;
    background-color: #d9ecf5;
    width: 100%;
    height: 43px;
    bottom: 0;
    border-top: 1px solid #a3d0e4;
    overflow: hidden;
    position: relative;
    border-bottom-width: 5px;
    border-radius: 0 0 15px 15px;
    -webkit-border-radius: 0 0 15px 15px;
    -o-border-radius: 0 0 15px 15px;
    -moz-border-radius: 0 0 15px 15px;
    -ms-border-radius: 0 0 15px 15px;
    margin-top: 1px;
    z-index:1;
}
.clsFooter p{
    margin-top:10px;
}
.clsFooter.fixed-bottom p small{
    color: #00435e!important;
    font-weight: bold;
}
input[type="search"] {
    border: 1px solid #5cc1f3;
}
.container {
    max-width: 1230px;
    padding: 0px!important;
}
.clsMiddle {
    margin-bottom: 10px;
}
.clsPad_in20 {
    padding: 20px;
}
/*=====FORM SECTION=====*/
.form-row .form-group.col-md-4{
    max-width:20%!important;

}


/*Slider Section*/
.carousel {
	position: relative
}
.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}
.carousel-inner>.item {
	position: relative;
	display: none;
	-webkit-transition: .6s ease-in-out left;
	-o-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
	line-height: 1
}

@media all and (transform-3d), (-webkit-transform-3d) {
.carousel-inner>.item {
	-webkit-transition: -webkit-transform .6s ease-in-out;
	-o-transition: -o-transform .6s ease-in-out;
	transition: transform .6s ease-in-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000;
	perspective: 1000
}
.carousel-inner>.item.active.right, .carousel-inner>.item.next {
	left: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}
.carousel-inner>.item.active.left, .carousel-inner>.item.prev {
	left: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}
.carousel-inner>.item.active, .carousel-inner>.item.next.left, .carousel-inner>.item.prev.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
}
.carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev {
	display: block
}
.carousel-inner>.active {
	left: 0
}
.carousel-inner>.next, .carousel-inner>.prev {
	position: absolute;
	top: 0;
	width: 100%
}
.carousel-inner>.next {
	left: 100%
}
.carousel-inner>.prev {
	left: -100%
}
.carousel-inner>.next.left, .carousel-inner>.prev.right {
	left: 0
}
.carousel-inner>.active.left {
	left: -100%
}
.carousel-inner>.active.right {
	left: 100%
}
.carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	filter: alpha(opacity=50);
	opacity: .5
}
.carousel-control.left {
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,.5) 0, rgba(0,0,0,.0001) 100%);
	background-image: -o-linear-gradient(left, rgba(0,0,0,.5) 0, rgba(0,0,0,.0001) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,.5)), to(rgba(0,0,0,.0001)));
	background-image: linear-gradient(to right, rgba(0,0,0,.5) 0, rgba(0,0,0,.0001) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	background-repeat: repeat-x
}
.carousel-control.right {
	right: 0;
	left: auto;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,.0001) 0, rgba(0,0,0,.5) 100%);
	background-image: -o-linear-gradient(left, rgba(0,0,0,.0001) 0, rgba(0,0,0,.5) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,.0001)), to(rgba(0,0,0,.5)));
	background-image: linear-gradient(to right, rgba(0,0,0,.0001) 0, rgba(0,0,0,.5) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	background-repeat: repeat-x
}
.carousel-control:focus, .carousel-control:hover {
	color: #fff;
	text-decoration: none;
	filter: alpha(opacity=90);
	outline: 0;
	opacity: .9
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	left: 50%;
	margin-left: -10px
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	right: 50%;
	margin-right: -10px
}
.carousel-control .icon-next, .carousel-control .icon-prev {
	width: 20px;
	height: 20px;
	margin-top: -10px;
	font-family: serif;
	line-height: 1
}
.carousel-control .icon-prev:before {
	content: '\2039'
}
.carousel-control .icon-next:before {
	content: '\203a'
}
.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none
}
.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: rgba(0,0,0,0);
	border: 1px solid #fff;
	border-radius: 10px
}
.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #fff
}
.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6)
}
.carousel-caption .btn {
	text-shadow: none
}

@media screen and (min-width:768px) {
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
	width: 30px;
	height: 30px;
	margin-top: -15px;
	font-size: 30px
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	margin-left: -15px
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	margin-right: -15px
}
.carousel-caption {
	right: 20%;
	left: 20%;
	padding-bottom: 30px
}
.carousel-indicators {
	bottom: 20px
}
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    height: 625px;
    width:100%;
}
/**=========Dashboard========**/
.card-footer.text-muted p.text-white{

}
.card-footer.text-muted b i{
    color:#0656f5!important;
}

.form-control:disabled {
    background-color: #e6eafc;
    opacity: 1;
}
th.sorting {
    white-space: nowrap;
}
.bg-dark {
    background-color: #fff!important;
    box-shadow: 3px 3px 9px #047bf8;
    box-shadow:1px 1px 4px #047bf8;
    margin-bottom: 14px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active{
    color: #fff;
background: linear-gradient(to bottom, #13688c 0%, #13688c 100%)!important;
    box-shadow:none!important;
}
/*=======DropDown Menu======*/
.dropdown-item.clsEdt_dd_itm:focus, .dropdown-item:hover {
    color: white;
    text-decoration: none;
    background-color: #69ccf4;
}
.element-page-title{
  font-size:18px;
}
/*========REPORTS=========*/
h5.text-white.text-center {
    padding: 15px;
}
#chart_wrap{
     margin-bottom: 10px!important;
}
/*=========fixed-row-header Section=======*/
.fixed-row-header {
    /* background: red; */
    width: 100%;
    margin-top: 10px;
    overflow-y: scroll;
    min-height: 50px;
    max-height: 350px;
    padding-right: 10px;
    overflow-y: auto;
}
/*======SCROLL BAR=======*/
/* width */
::-webkit-scrollbar {
  width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #e6eafc;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #79caea;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #55c5f3;
}
/*+++++++++Success+++++++++*/
.alert-success {
    width: 96.5%;
    margin:0 auto;
}
/*=======View Summary========*/
.modal-content table{
    border-color: #bbdceb;
    border-style: solid;
    border-width: 1px;
}
.modal-content table tr th{
    border-color: #bbdceb;
    border-style: solid;
}
/*=======Dashboard Summary========*/
.box-block-content .card.clsCrd_shadw.clsBg_trans_blc {
    height: 310px;
}
.box-block-content a.btn-dark {
    font-weight: 700;
}
/*========File Upload=======*/
  
	  div.file-upload-block {
    /*background: -moz-linear-gradient(top, #7abcff 0%, #60abf8 44%, #4096ee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7abcff), color-stop(44%,#60abf8), color-stop(100%,#4096ee));
    background: -webkit-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%);
    background: -o-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%);
    background: linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 );*/
    display: inline;
    /*position: absolute;*/
    cursor: pointer;
    position:relative;
    left: 0px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    text-align: center;
    padding-top: 5px;
    border: 1px solid #93c8df;
    background-color: #daecf4;
    padding: 7px 8px 7px 7px;
    border-radius: 5px;
    background-position: 50% 50%;
    background-image: url(textures/highlight.png);
    background-image: none,linear-gradient(to bottom,rgba(255,255,255,.4) 0,rgba(255,255,255,0) 100%);
}

div.file-upload-block:before {
    content: "\f0c6";
    position: absolute;
    left: 0px;
    font-size: 19px;
    width: auto;
    right: 0;
    top: 0px;
    text-align: center;
    font-family: FontAwesome;
    font-weight: normal;
    cursor: pointer;
}

.setprofile-upload .file-upload-block input {
    height: 28px;
}
div.file-upload-block input {
    position: relative;
    width: 30px;
    display: inline;
    cursor: pointer;
    opacity: 0;
    margin-bottom:5px;
}
.file-upload-block i.fa.fa-paperclip {
    color: #003f59;
    font-weight: bold;
    font-size:16px;
}

  /*===========Login Page Video block ===========*/
.video-block {
    position: absolute;
    top: 17%;
    width: 58%;
    border: 1px solid #a3d0e4;
    padding: 0px;
}
.video-block video {
    width: 100%;
    height: 430px;
    object-fit: fill;
}
.login_page .signup-form-block {
    align-items: center;
    justify-content: center;
    float: right;
    position: absolute;
    right: 5%;
    top: 17%;
    width: 30%;
}
/* simple css-based tooltip */
.tooltip {
    background-color:#000;
    border:1px solid #fff;
    padding:10px 15px;
    width:200px;
    display:none;
    color:#fff;
    text-align:left;
    font-size:12px;
 
    /* outline radius for mozilla/firefox only */
    -moz-box-shadow:0 0 10px #000;
    -webkit-box-shadow:0 0 10px #000;
}
.dataTables_scrollBody{
    max-height: 54vh!important;
    height: 180px!important;
}
.dataTables_scroll{
}