/* Minification failed. Returning unminified contents.
(489,1): run-time error CSS1019: Unexpected token, found '}'
 */

/*#region fieldset and legend*/
legend.BdlRblPanel-border {
    font-size: 1.05em !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
    margin-bottom: 0px !important;
}
/*legend{margin-bottom:0px!important;}*/

fieldset.BdlRblPanel-border {
    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;
    height: 40px;
}

fieldset {
    border: 1px groove #ddd !important;
     padding-top: 3px!important;
    border-radius: 5px;
}
/*#endregion*/

/*#region menu submenu*/
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #cccccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #555;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }
/*#endregion menu submenu*/

/*#region Radio Button*/
/* The container */
.bdl-rb-panel {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
    /* Hide the browser's default radio button */
    .bdl-rb-panel input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }
/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}
/* On mouse-over, add a grey background color */
.bdl-rb-panel:hover input ~ .checkmark {
    background-color: #ccc;
}
/* When the radio button is checked, add a blue background */
.bdl-rb-panel input:checked ~ .checkmark {
    background-color: #2196F3;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the indicator (dot/circle) when checked */
.bdl-rb-panel input:checked ~ .checkmark:after {
    display: block;
}
/* Style the indicator (dot/circle) */
.bdl-rb-panel .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}



input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #007aff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

/*#endregion*/
.rkmd-form {
    margin-top: 2% !important;
}

.backgroung-white {
    background-color: white !important;
}

/*#region General*/
/*.bdl-body{ background: url(Image/baadalbackground.PNG) repeat!important; }*/
.bdl-body {
    background-color: #f8f8ff !important;
}

.gap {
    margin-top: 2%;
}

.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.marginTOPgap {
    margin-top: 5%;
}

.noPaddingTop {
    padding-top: 0px !important;
}

.noPaddingRight {
    padding-right: 0px !important;
}

.noPaddingLeft {
    padding-left: 0px !important;
}

.noPaddingBottom {
    padding-bottom: 0px !important;
}

.noPadding {
    padding: 0px !important;
}

.topMargin {
    margin-top: 2.1%;
}

.floatRight {
    float: right;
}

.floatLeft {
    float: left;
}

.verticalAlign-middle {
    vertical-align: middle;
}

.textAlign-center {
    text-align: center;
}

.imageHeight {
    height: 100%;
    width: auto;
}

.siteUser-Heading {
    width: 50%;
    font-family: metropolis-light, sans-serif;
    font-size: 1.8rem;
    line-height: 1.421;
    margin-top: 2.4rem;
    position: relative;
}

.imageLeftSide {
    width: 50%;
}

.BdlHide {
    display: none !important;
}

.bdl-tilt:hover {
    transition: 0.70s;
    -webkit-transition: 0.70s;
    -moz-transition: 0.70s;
    -ms-transition: 0.70s;
    -o-transition: 0.70s;
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
}
/*#endregion*/

/*#region Grid look and feel*/
.BdlTextRight {
    text-align: right !important;
}

.BdlTextLeft {
    text-align: left !important;
}

.BdlTextCenter {
    text-align: center !important;
}

.bdl-auto-overflow-x {
    overflow-x: auto;
}

.bdl-x-overflow-scroll {
    overflow-x: scroll;
}

.bdl-auto-overflow-y {
    overflow-y: auto;
}

.bdl-y-overflow-scroll {
    overflow-y: scroll;
}

.bdl-webGrid-grabber {
    cursor: grab,-o-grab,-moz-grab,-webkit-grab;
}

.webGrid .cut-off td {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.setright {
    text-align: right !important;
}

.setLeft {
    text-align: left !important;
}

.bdl-child-grid {
    overflow-x: scroll;
    min-width: 100%;
    box-shadow: 2px 1px 1px 2px #bbb9b9;
}

.bdl-child-table tr td {
    padding: 0px !important;
}
/*#endregion*/

/*#region Control classes*/
.bdl-form-control {
    height: 35px !important;
    font-size: 12px !important;
}

.BdlNormalTextBox {
    height: 35px !important;
    font-size: 12px !important;
    margin: 0px 0px;
}

.BdlMandatory {
    background-color: #FFE0C0 !important;
    font-size: 12px !important;
}

.BdlCalculation {
    background-color: #C0FFC0 !important;
    color: #000000 !important;
    font-family: Trebuchet MS;
    font-size: 14.75px !important;
}

.BdlReadOnly {
    background-color: #c9c6ff !IMPORTANT;
}
/*#endregion*/
/*#region TABLE*/
.BdlTable {
}

    .BdlTable th {
        text-align: center !important;
        background: #337ab7;
        color: #fff;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    }

.bdl-child-table th {
    text-align: center !important;
    background: #337ab7 !important;
    color: #fff;
    font-weight: lighter;
    font-family: open sans;
}

.bdl-table-pager > td {
    padding-top: 10px;
}

    .bdl-table-pager > td > a {
        color: white !important;
        text-decoration: none;
        background: steelblue;
        border-radius: 3px;
        padding: 5px 10px;
    }

        .bdl-table-pager > td > a:hover {
        }

.webGrid tfoot {
    background: white !important;
    text-align: left !important;
    color: #0000FF !important;
    text-decoration: none !important;
}

    .webGrid tfoot a:hover {
        color: steelblue !important;
        font-weight: bold;
        text-decoration: none !important;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border: 1px solid steelblue;
        background-color: transparent;
    }

.webGrid td a:hover {
   color: #0000FF; 
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
}
/*#endregion*/

/*#region Buton*/

/*gray button*/
.bdl-btn-gray {
    outline: none;
    height: 30px;
    text-align: center;
    width: 100px;
    border-radius: 40px;
    background: #fff;
    border: 2px solid #686868;
    color: #686868;
    letter-spacing: 1px;
    text-shadow: 0;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

    .bdl-btn-gray:hover {
        color: white;
        background: #686868;
    }

    .bdl-btn-gray:active {
        letter-spacing: 2px;
    }

/*blue button*/
.bdl-btn-blue {
    width: auto;
    min-width: 100px;
    height: 30px;
    border: none;
    outline: none;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: bold;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    margin: 1% 0%;
}

.waves-effect {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1;
}

.nominwidth {
    min-width: 0px !important;
}

.btn-SiteUser {
    border-color: #4285F4;
    /*background-color: #246998!important;*/
    color: #efefef;
    width: 50%;
    letter-spacing: 5px;
    font-weight: 600;
    border: none !important;
}

    .btn-SiteUser:hover {
        background-color: #5a95f5 !important;
        font-weight: 600;
        color: #efefef !important;
        box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    }

}
/*#endregion*/

/*#region general classes*/

/*#endregion*/

/*#region SPLIT*/
.split {
    height: 100%;
    width: 50%;
    position: fixed;
}

.left {
    left: 0;
    background-color: #F9F9F9;
}

.right {
    right: 0;
    background-color: #F9F9F9;
}

.LeftPad {
    padding-left: 0px;
}

/*#endregion */

/*#region FOOTER*/
footer { /*position:fixed;bottom:0;left:0;background-color:gray;width:100%;*/
    width: 100%;
    display: inline-block;
    margin: 0px 0;
    height: 35px;
    background: #2d588e;
    position: fixed;
    bottom: 0px;
    left: 0px;
}

    footer .copyRight {
        width: 20%;
        float: left; /*background-color:chocolate;*/
        line-height: 30px;
    }

        footer .copyRight p {
            padding-left: 10%;
            color: bisque;
            font-size: 12px;
            line-height: 35px;
            text-transform: capitalize;
            letter-spacing: 2px;
        }

    footer .poweredBy {
        width: 50%;
        float: right;
    }

        footer .poweredBy p {
            padding-right: 10%;
            color: white;
            font-size: 12px;
            line-height: 35px;
            text-transform: capitalize;
            letter-spacing: 2px;
            float: right;
        }

            footer .poweredBy p a:hover {
                text-decoration: none;
                color: powderblue;
            }

    footer .alllinks {
        width: 50%; /*float:right;*/
        background-color: #363d46;
    }

        footer .alllinks a {
            float: left;
            color: white;
            text-align: center;
            line-height: 34px;
            text-decoration: none;
        }
/*#endregion */

/*#region FOOTER-LINKS*/
.link1 {
    width: 10%;
    background-color: #2d588e;
}

    .link1:hover {
        background-color: #5b86bd;
    }

.link2 {
    background-color: #2d588e;
    width: 10%;
}

    .link2:hover {
        background-color: #5b86bd; /*width:10%;*/
    }

.link3 {
    background-color: #2d588e;
    width: 10%;
}

    .link3:hover {
        background-color: #5b86bd; /*width:10%;*/
    }
/*.link4{  background-color:gray; width:20%; }
.link4:hover{  background-color:#5b86bd; width:20%; }
.link5{  background-color:gray; width:20%; }
.link5:hover{  background-color:darkslategrey; width:20%; }*/

/*#endregion */

/*#region navBar*/
/*.navbarCustom{ background-color:#333;color:white;top:0;position:fixed;left:0;width:100%; }
.navbarCustom ul li{ display:inline;text-decoration:none; }
.navbarCustom  a{ font-size:16px;color:#999999;padding: 14px 16px;text-decoration:none; }
.navbarCustom a:hover{ font-size:16px;color:#ffffff;text-decoration:none; }*/
/*#endregion */

/*#region Login Band*/
.navband {
    line-height: 20px; /*border-bottom: solid 5px #363d46;*/
    background: #efefef;
    /*background: linear-gradient(white, #f1f1f1);*/ border-radius: 8px;
    border: none !important;
    box-shadow: 0px 4px darkgrey;
}

.loginBandFix {
    height: 12%;
    min-height: 12%;
}

.logIn {
    float: right;
}

.setLogo { /*margin-top:10px;*/
    width: 35%;
    padding: 5px 5px;
}

.logInLabel {
    margin: 5px 0 3px 0;
}

.loginTextbox { /*border-color: #1d2a5b;*/
    border: 1px solid gray !important;
    height: 26px !important;
    margin-top: 10px;
    border-radius: 0px !important;
}

.btnLogin {
    height: 26px;
    margin-top: 10px;
    border-radius: 2px; /*font-size: 12px;*/
    font-size: 15px !important;
    padding: 1px 15px !important;
    border-color: #4285F4;
    /*background-color: #246998!important;*/
    color: #efefef;
    letter-spacing: 5px;
    font-weight: 600;
    border: none !important;
}

    .btnLogin:hover {
        background-color: #5a95f5 !important;
    }
/*#endregion */

/*#region Set Page*/
.set-Body-background {
    background: #e7f1fd url('images/detailpane_grid.png') repeat;
}

.bdl-panel-heading {
    font-weight: 500;
    color: white !important;
    background: /*#686868*/ #337ab7 !important;
    border-color: #ddd !important;
    font-size: 15px;
    min-height: 35px;
}

.SetBody {
    height: 81%;
    min-height: 81%; /* background: linear-gradient(white, #D3D8E8); 
              background: linear-gradient(white, #f1f1f1); */
    background-color: #efefef;
}

.leftBody { /*height: 100%;*/
}

.rightBody { /*height: 100%;*/
}

.SetFooter {
    height: 2%;
    min-height: 2%
}
/*#endregion*/

/*#region menu design color-profile _Layout page*/

.setLogoLayout { /*margin-top:10px;*/
    height: 50px !important;
    width: auto;
    padding: 5px 5px;
}

.bdlNav {
    border-bottom: solid 5px darkgrey;
    background-color: #247BA0 !important;
    border-radius: 8px;
}

    .bdlNav > ul > li > a {
        color: black !important;
        letter-spacing: 1.2px;
        font-size: 12px !important;
    }

#myNavbar > ul > li > a {
    color: black !important;
    letter-spacing: 1.2px;
    font-size: 12px !important;
}
/*.bdlNav >li >a{ color:black!important; letter-spacing:1.2px;  }*/
.bdlNav > .navbar-nav > li > a {
    color: #9d9d9d !important;
    letter-spacing: 1.2px;
}

.dropdown-menu > li > a {
    color: #9d9d9d !important;
}

.dropdown-menu > form > input > li > a {
    color: #9d9d9d !important;
}
.profile-dropdown {
    left: -100% !important;
}
/*.bdlNav li a:active{ background-color:black!important; }*/
.bdlNav li a:hover {
    color: black !important; /*background-color: transparent;*/
    background-color: #f8f9fc !important;
    font-weight: 500;
    /*background-color:#1f6682!important;*/ /*font-weight: 600!important*/
}

.bdlNav form input li a:hover {
    color: black !important; /*background-color: transparent;*/
    background-color: #f8f9fc !important;
    font-weight: 500;
    /*background-color:#1f6682!important;*/ /*font-weight: 600!important*/
}

.dropdownBackgrount { /*background-color: #247BA0!important;*/
    background-color: #fff !important;
    font-size: 12px !important;
}

    .dropdownBackgrount li a:hover a:active a:focus {
        color: #efefef !important;
    }

.forgotFont {
    font-size: 12px;
    color: black;
}
/*.dropdown-menu {right: 0!important;left:auto!important}*/
/*#endregion*/

/*#region ICON-BUTTONS*/
.fa {
    padding: 20px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
}

    .fa:hover {
        opacity: 0.7;
    }

.fa-facebook {
    background: #3B5998;
    color: white;
}

.fa-twitter {
    background: #55ACEE;
    color: white;
}

.fa-google {
    background: #dd4b39;
    color: white;
}

.fa-linkedin {
    background: #007bb5;
    color: white;
}

.fa-youtube {
    background: #bb0000;
    color: white;
}

.fa-skype {
    background: #00aff0;
    color: white;
}
/*#endregion */

/*#region datepicker and horizontal scroll*/
.BdlScrollHorizontal {
    overflow: auto;
}

.datepicker {
    width: 90% !important;
    display: inline !important;
    margin-right: 3px;
}

.ui-widget.ui-widget-content {
    min-width: 22em !important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #337ab7 !important;
    background: #337ab7 !important;
    color: white !important;
}
/*#endregion */

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #2d396b;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: /*#d7e8f3!important;*/ #f8f9fc !important;
    color: black !important;
    border-radius: 1px !important;
}

li a:hover {
    text-decoration: none !important;
    color: #efefef !important;
}

li a {
    text-decoration: none !important;
    color: #9d9d9d !important;
}

.bdl-custom-logOut {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: white !important;
}

.nav > li > a:focus, .nav > li > a:hover {
    color: black !important;
}

