@import url(https://fonts.googleapis.com/css?family=Roboto);

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background-color: #f7f8fa;
    color: #4d4d4d;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 0;
}

*:before, *:after {
    box-sizing: border-box;
}

/*.pull-left {
    float: left !important;
}*/

.pull-right {
    float: right !important;
}

a {
    color: #000;
    text-decoration: none;
}

    a:hover {
        color: #e6e7e8;
    }

.req {
    color: red;
}

.header {
    background-color: #0066cc;
    height: auto;        
    border-bottom: 1px solid #d1d1d1;   
    position:relative;
    overflow:hidden;
    z-index:1;
}

    .header:before, .header:after {
        content: " ";
        display: table;
    }

    .header:after {
        clear: both;
    }

.logo .logo-image {
    /*background: url("logo.png") no-repeat center center;
    background-color: transparent !important;
    border: 0 !important;
    color: transparent !important;*/
    height: 60px;
    /*padding: 5px 5px;*/
    /*text-shadow: none !important;*/
    width: 60px;
    padding: 0 0 0 5px;
}

    .logo .logo-image img {
        width: 58px;
        height: auto;
    }

.master-logo {
    background:#fff;
    width:100%;
}
.master-logo img {
    margin:auto;
}

.logo .logo-text {
    color: #fff;
    font-size: 18px;
    line-height: 60px;
    margin-left: 10px;
}

.login-user {
    font-size: 13px;
    line-height: 60px;
    margin-right: 50px;    
}

    .login-user .image {
        background: url("../images/user.png") no-repeat center center;
        border: 0 !important;
        height: 60px;
        padding: 5px 5px;
        width: 30px;
        float:left;
    }

    .login-user .text {
        color: #fff;
        line-height: 60px;
    }

    .login-user .logout {
        padding: 0 10px;
        line-height: 60px;
        
    }

.logout a {
    color: #fff;
    padding: 5px;
    background-color: darkgrey;
    border-radius: 8px;
    
}

#page-container {
    /*overflow: hidden;*/
    /*background: #0066cc;*/
}

.master {
    overflow-x: hidden;
}

.master .navbar, .master .navbar-default, .master .navbar-collapse {padding:0; margin:0;
}

#page-leftbar {
    /*background: #E0DDDD;*/
     background-color: #0066cc;
    box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, 0.1);
    /*float: left;*/
    min-height: 750px;
    position: relative;
    white-space: nowrap;
    padding:0 !important;
    /*width: 250px;*/
}

#page-content {
    background: #f7f8fa;
    box-shadow: -1px 0 0 0 rgba(0, 0, 0, 0.1);
    /*margin-left: 250px;*/
    min-height: 750px;
    padding-bottom: 30px;
    padding:0 !important;
}

#sidebar_new {
    /*margin: 70px 0 0 0;*/
    padding-left: 0 !important;
    white-space: normal;
    line-height: 0;
}

    #sidebar_new > img {
        height: auto;
        border-right: 1px solid #ccc;
    }

    #sidebar_new i {
        color: #3f444c;
        display: inline-block;
        margin-left: 1px;
        margin-right: 8px;
        min-width: 15px;
        text-align: center;
    }

    #sidebar_new .divider {
        background-color: #d2d3d6;
        box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, 0.1);
        height: 1px;
        margin: 10px 0px;
        overflow: hidden;
        width: 100%;
    }

        #sidebar_new .divider:hover {
            background-color: #d2d3d6;
        }

    #sidebar_new a {
        text-decoration: none;
    }

    #sidebar_new > ul {
        list-style: none;
        padding: 5px 0;
    }

    #sidebar_new ul {
        padding-left: 0 !important;
    }

        #sidebar_new ul, #sidebar_new ul li a {
            background: #6AB0F7;
            box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, 0.1);
            color: rgba(63, 68, 76, 0.7);
        }

    #sidebar_new li.active i, #sidebar_new li.active a:hover i {
        color: #ffffff;
    }

    #sidebar_new li a {
        border-bottom: 1px solid #5E86D6;
        color: #fff;
        display: block;
        padding: 0 10px;
        position: relative;
        min-height: 40px;
        line-height: 40px;
        font-size: 15px;
    }

    #sidebar_new a:hover {
        /*background: url("sidebar_new-hover-bg.png") repeat-y;*/
        background-color: #F7F8FA;
        box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, 0.1);
        color: #000;
    }

        #sidebar_new a:hover i {
            color: #3f444c;
        }

    #sidebar_new > li.active > a {
        background: #0066CC;
        box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, 0.1);
        color: #fff;
    }

        #sidebar_new > li.active > a:after {
            border-color: transparent #f7f8fa transparent transparent;
            border-style: solid;
            border-width: 9px 9px 9px 0;
            content: "";
            height: 0px;
            margin-top: -9px;
            position: absolute;
            right: 0px;
            top: 50%;
            width: 0px;
        }

    #sidebar_new ul li a {
        padding: 0px 10px 5px 37px;
        font-size: 14px;
    }

    #sidebar_new ul li.active:not(.open) > a {
        color: #3f444c;
        font-weight: 100;
        /*background-color: #6AB0F7;*/
        background: url("../images/Submenu-bg.png") repeat;
        font-weight: bold;
    }

    #sidebar_new li ul {
        display: none;
    }

    #sidebar_new ul ul {
        padding: 0;
    }

    #sidebar_new li li li a {
        padding-left: 60px;
    }

    #sidebar_new ul ul ul li a {
        padding-left: 80px;
    }

    #sidebar_new ul ul ul ul li a {
        padding-left: 100px;
    }

.collapse-leftbar #sidebar_new > li.hasChild:hover > ul {
    display: block !important;
}

.collapse-leftbar #sidebar_new > li > ul {
    display: none !important;
}

.collapse-leftbar #sidebar_new li:hover > ul.acc-menu {
    visibility: visible !important;
}

#sidebar_new li.hasChild > a {
    position: relative;
}

    #sidebar_new li.hasChild > a:before, #sidebar_new li.hasChild > a:after {
        content: " ";
        display: table;
    }

    #sidebar_new li.hasChild > a:after {
        clear: both;
    }

    #sidebar_new li.hasChild > a:before, #sidebar_new li.hasChild > a:after {
        content: " ";
        display: table;
    }

    #sidebar_new li.hasChild > a:after {
        clear: both;
    }

    #sidebar_new li.hasChild > a:before, #sidebar_new li.hasChild.open > a:before {
        /*content: ">";*/
        filter: alpha(opacity=50);
        opacity: 0.9;
    }

#sidebar_new li.hasChild.open > a:before {
    /*content: "<";*/
    filter: alpha(opacity=50);
    opacity: 0.5;
}

#sidebar_new li.hasChild > a:before, #sidebar_new li.hasChild.open > a:before {
    display: inline-block;
    float: right;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    padding-right: 0px;
    text-align: right;
    text-decoration: inherit;
}

#sidebar_new li.hasChild li.hasChild a:before {
    top: 5px;
}

.footer {
    width: 100%;
    min-height: 50px;
    padding: 10px 0;
    background-color: #E8E6E6;
    border-top: 1px solid #92C2F3;
}

    .footer p {
        text-align: center;
        line-height: 30px;
        font-size: 12px;
    }

body.collapse-leftbar #sidebar_new > li.hasChild.open > a:before {
    content: "";
}

body.collapse-leftbar #sidebar_new > li.hasChild > a:before {
    content: "";
}

body.collapse-leftbar #sidebar_new > li.hasChild:hover > a:before {
    content: "\f107";
}

/*#page-leftbar {
    width: 250px;
}*/


#page-content {
    /*margin-left: 250px;*/
}

#wrap {
    /*overflow: hidden;*/
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}

.fa-home:before {
    content: url("../images/icons/Home.png");
}

.fa-emp:before {
    content: url("../images/icons/AddUser.png");
}

.fa-cus:before {
    content: url("../images/icons/Subscription.png");
}

.fa-tasks:before {
    content: url("../images/icons/Payment.png");
}

.fa-exp:before {
    content: url("../images/icons/Expense.png");
}

.fa-reports:before {
    content: url("../images/icons/Reports.png");
}






/*controls styles definition*/
#textbox_div {
    margin: 20px 0;
}

.textbox-normal {
    /*border-top: solid 1px #8e8e8e;
    border-right: solid 1px #d1d1d1;
    border-left: solid 1px #d1d1d1;
    border-bottom: solid 1px #e4e4e4;*/
    border-top: solid 1px #8e8e8e;
    border-right: solid 1px #8e8e8e;
    border-left: solid 1px #8e8e8e;
    border-bottom: solid 1px #8e8e8e;
    height: 20px;
    width: 220px;
    padding: 10px 5px;
    margin-bottom: 10px;
}

.textbox-required {
    /*border-top: solid 1px #8e8e8e;
    border-right: solid 1px #d1d1d1;
    border-left: solid 1px #d1d1d1;
    border-bottom: solid 1px #e4e4e4;*/
    background-color:yellow;
    border-top: solid 1px #8e8e8e;
    border-right: solid 1px #8e8e8e;
    border-left: solid 1px #8e8e8e;
    border-bottom: solid 1px #8e8e8e;
    height: 20px;
    width: 220px;
    padding: 10px 5px;
    margin-bottom: 10px;
}

.select-normal {
    border-top: solid 1px #8e8e8e;
    border-right: solid 1px #8e8e8e;
    border-left: solid 1px #8e8e8e;
    border-bottom: solid 1px #8e8e8e;
    height: 25px;
    width: 220px;
    padding: 0px 5px;
    margin-bottom: 10px;
}

.select-required {
    background-color:yellow;
    border-top: solid 1px #8e8e8e;
    border-right: solid 1px #8e8e8e;
    border-left: solid 1px #8e8e8e;
    border-bottom: solid 1px #8e8e8e;
    height: 25px;
    width: 220px;
    padding: 0px 5px;
    margin-bottom: 10px;
}

.btn-save {
    border-left: 0px solid #3A4C7D;
    border-right: 0px solid #3A4C7D;
    border-top: 0px solid #3A4C7D;
    border-bottom: 0px solid #3A4C7D;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0px;
    font-size: 15px;
    font-family: arial, helvetica, sans-serif;
    padding: 9px 25px;
    text-decoration: none;
    display: inline-block;
    /* text-shadow: -1px -1px 0 rgba(0,0,0,0.3); */
    font-weight: bold;
    color: #FFFFFF;
    background-color: #49c0f0;
    /* background-image: linear-gradient(to bottom, #49c0f0, #2CAFE3); */
}
.btn-report {
    border-left: 0px solid #3A4C7D;
    border-right: 0px solid #3A4C7D;
    border-top: 0px solid #3A4C7D;
    border-bottom: 0px solid #3A4C7D;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0px;
    font-size: 15px;
    font-family: arial, helvetica, sans-serif;
    padding: 9px 25px;
    text-decoration: none;
    display: inline-block;
    /* text-shadow: -1px -1px 0 rgba(0,0,0,0.3); */
    font-weight: bold;
    color: #FFFFFF;
    background-color: #36780F;
    width:300px;
    /* background-image: linear-gradient(to bottom, #49c0f0, #2CAFE3); */
}

    .btn-save:hover {
        border-left: 0px solid #3A4C7D;
        border-right: 0px solid #3A4C7D;
        border-top: 0px solid #3A4C7D;
        border-bottom: 2px solid #3A4C7D;
        background-color: #1ab0ec;
        background-image: linear-gradient(to bottom, #1ab0ec, #1a92c2);
    }

.btn-submit {
    border-left: 0px solid #3A4C7D;
    border-right: 0px solid #3A4C7D;
    border-top: 0px solid #3A4C7D;
    border-bottom: 2px solid #3A4C7D;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    font-family: arial, helvetica, sans-serif;
    padding: 7px 10px;
    text-decoration: none;
    display: inline-block;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    font-weight: bold;
    color: #FFFFFF;
    background-color: #4ba614;
    background-image: linear-gradient(to bottom, #4ba614, #008c00);
}

    .btn-submit:hover {
        border-left: 0px solid #3A4C7D;
        border-right: 0px solid #3A4C7D;
        border-top: 0px solid #3A4C7D;
        border-bottom: 2px solid #3A4C7D;
        background-color: #36780f;
        background-image: linear-gradient(to bottom, #36780f, #005900);
    }

.btn-create {
    border-left: 0px solid #3A4C7D;
    border-right: 0px solid #3A4C7D;
    border-top: 0px solid #3A4C7D;
    border-bottom: 2px solid #3A4C7D;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    font-family: arial, helvetica, sans-serif;
    padding: 7px 10px;
    text-decoration: none;
    display: inline-block;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    font-weight: bold;
    color: #FFFFFF;
    background-color: #CEDCE7;
    background-image: linear-gradient(to bottom, #CEDCE7, #596a72);
}

    .btn-create:hover {
        border-left: 0px solid #3A4C7D;
        border-right: 0px solid #3A4C7D;
        border-top: 0px solid #3A4C7D;
        border-bottom: 2px solid #3A4C7D;
        background-color: #acc4d6;
        background-image: linear-gradient(to bottom, #acc4d6, #434f55);
    }

.btn-delete {
    border-left: 0px solid #3A4C7D;
    border-right: 0px solid #3A4C7D;
    border-top: 0px solid #3A4C7D;
    border-bottom: 0px solid #3A4C7D;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0px;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    padding: 9px 25px;
    text-decoration: none;
    display: inline-block;
    /* text-shadow: -1px -1px 0 rgba(0,0,0,0.3); */
    font-weight: bold;
    color: #FFFFFF;
    background-color: #E60F0F;
    /* background-image: linear-gradient(to bottom, #f62b2b, #d20202); */
}

    .btn-delete:hover {
        border-left: 0px solid #3A4C7D;
        border-right: 0px solid #3A4C7D;
        border-top: 0px solid #3A4C7D;
        border-bottom: 2px solid #3A4C7D;
        background-color: #e40a0a;
        background-image: linear-gradient(to bottom, #e40a0a, #9f0202);
    }

.btn-search {
    font-size: 20px;
}

.btn-export {
    padding: 5px;
    background-color: #49C0F0;
    height: 28px;
    color: white;
    font-weight: bold;
    border: 1px solid #06C;
}

.GridReportColumns {
    width: 100%;
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
    font-family: Calibri;
    color: #474747;
    
    height: 500px;
    overflow-y: scroll;
    display:block;
}

.Grid {
    width: 100%;
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
    font-family: Calibri;
    color: #474747;
}

    .Grid td {
        padding: 5px;
        border: solid 1px #c1c1c1;
        /*min-width: 120px;
        width: auto;*/
    }

    .Grid th {
        padding: 15px;
        color: #fff;
        background: #6534ff url(Images/grid-header.png) repeat-x top;
        border-left: solid 1px #c1c1c1;
        font-size: 0.9em;
        text-align: left;
        /*min-width: 120px;
        width: auto;*/
        line-height: 0px;
    }

    .Grid .alt {
        background: #fcfcfc url(Images/grid-alt.png) repeat-x top;
    }

    .Grid .pgr {
        background: #363670 url(Images/grid-pgr.png) repeat-x top;
    }

        .Grid .pgr table {
            margin: 3px 0;
        }

        .Grid .pgr td {
            border-width: 0;
            padding: 0 6px;
            border-left: solid 1px #666;
            font-weight: bold;
            color: #fff;
            line-height: 12px;
        }

        .Grid .pgr a {
            color: Gray;
            text-decoration: none;
        }

            .Grid .pgr a:hover {
                color: #000;
                text-decoration: none;
            }


/*Login Styles*/

.login {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    min-height:800px;
    background: url("../images/login-bg.jpg") no-repeat;
    background-position: 100% 100%;
    display: block;
    background-color: #ccc;
    background-size: cover;
}

.login-container {
    margin-top: 0px;
    width: 100%;
    height: auto;
    min-height: 750px;
}

.login-page .login-form {
    border: 1px solid #ccc;
    margin-top: 30px;
    overflow: hidden;
    padding: 20px;
}


.login table td {
    padding: 8px 5px;
}

.login-header {
    font-size: 20px;
}

.login-button {
    width: 50%;
    height: 30px;
    margin: auto;
    text-align: center;
    background-color: cornflowerblue;
    border: 1px solid #000;
    color: white;
    font-size: 15px;
    font-weight: bold;
}

.login .login-form {
    max-width:400px;
}

.login-page .footer {
    position:fixed;
    left:0;
    right:0;
    bottom:0;
}


.logo1 {
    margin-top:20px;
    margin-bottom: 25px;
}

    .logo1 img {
        max-width: 100%;
        height: auto;
    }

.login-main-content {
    margin: 0 auto;
    width: 50%;
}
/*Login Styles End*/

/*Modal Popup Window*/

.modalBackground {
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.modalPopup {
    background-color: #FFFFFF;
    /*width: 300px;*/
    border: 4px solid #e40a0a;
    border-radius: 5px;
    padding: 10px 50px;
}

    .modalPopup .header {
        background-color: #2FBDF1;
        height: 30px;
        color: White;
        line-height: 30px;
        text-align: center;
        font-weight: bold;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
    }

    .modalPopup .body {
        min-height: 50px;
        line-height: 30px;
        text-align: center;
        font-weight: bold;
    }

    .modalPopup .footer {
        padding: 6px;
    }

    .modalPopup .yes, .modalPopup .no {
        height: 23px;
        color: White;      
        line-height: 23px;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
        border-radius: 4px;
        margin: 10px 0 0 0;
    }

.modalPopupSuccess {
    background-color: #FFFFFF;
    /* width: 300px; */
    border: 2px solid #4ba614;
    border-radius: 5px;
    padding: 10px 10px 10px 20px;
}

    .modalPopupSuccess .header {
        height: 30px;
        display: block;
        text-align: left;
        background-color: white;
        padding: 5px 0 10px 0;
        border: 0;
        color: green;
    }

    .modalPopupSuccess .body {
        min-height: 50px;
        line-height: 30px;
        text-align: center;
        font-weight: bold;
    }

    .modalPopupSuccess .footer {
        padding: 6px;
    }

    .modalPopupSuccess .yes, .modalPopupSuccess .no {
        height: 23px;
        color: White;
        line-height: 23px;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
        border-radius: 4px;
        margin: 10px 0 0 0;
    }


.modalPopupError {
    background-color: #FFFFFF;
    /* width: 300px; */
    border: 2px solid #e40a0a;
    border-radius: 5px;
    padding: 10px 10px 10px 20px;
}

    .modalPopupError .header {
        height: 30px;
        display: block;
        text-align: left;
        background-color: white;
        padding: 5px 0 10px 0;
        border: 0;
        color: red;
    }

    .modalPopupError .body {
        min-height: 50px;
        line-height: 30px;
        text-align: center;
        font-weight: bold;
    }

    .modalPopupError .footer {
        padding: 6px;
    }

    .modalPopupError .yes, .modalPopupError .no {
        height: 23px;
        color: White;
        line-height: 23px;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
        border-radius: 4px;
        margin: 10px 0 0 0;
    }

.link-save {
    width: 30%;
    height: 30px;
    margin-top: 18px;
    display: block;
    border: 1px solid #000;
    padding: 6px;
    line-height: 15px;
    text-align: center;
    background-color: #49c0f0;
    width: 30%;
}

.link-cancel {
    width: 30%;
    height: 30px;
    margin-top: 18px;
    display: block;
    border: 1px solid #000;
    padding: 6px;
    line-height: 15px;
    text-align: center;
    background-color: #e40a0a;
    width: 30%;
}

.SessionTimeout
{
    position:fixed;
    top: 65%;
    left: 50%;
    width:30em;
    height:6em;
    margin-top: -9em; /*set to a negative number 1/2 of your height*/
    margin-left: -15em; /*set to a negative number 1/2 of your width*/
    border: 1px solid #ccc;
    /*background-color: yellowgreen;*/

     color: #fff;
    padding: 5px;
    background-color: darkorange;
        
    z-index:1;
}

.RadioConfig {   
    color:gray;
    font-weight:100;
}
.radioboxlist radioboxlistStyle
{
font-size:x-large;
padding-right: 20px;
}
.radioboxlist label {
color: #3E3928;
background-color:#E8E5D4;
padding-left: 6px;
padding-right: 16px;
padding-top: 2px;
padding-bottom: 2px;
border: 1px solid #AAAAAA;
white-space: nowrap;
clear: left;
margin-right: 10px;
margin-left: 10px;
}
.radioboxlist label:hover
{
color: #CC3300;
background: #D1CFC2;
}
input:checked + label {
color: #CC3300;
background: #D1CFC2;
}

/*.scrollDiv {
    min-width: 100%;
    display: block;
    overflow-x: auto;
}*/

@media (min-width: 992px) {
    .cust-sub-btn {
        text-align:left !important;
    }

}
@media only screen and (max-width: 767px) {
    #page-leftbar {min-height: 100%;}
    #page-heading h1 {font-size:22px;}
    .logout a { display:block; margin-bottom:10px; text-align: center;}
    .login-page .col-xs-1, 
    .login-page .col-xs-10,
    .login-page .col-xs-11, 
    .login-page .col-xs-12, 
    .login-page .col-xs-2, 
    .login-page .col-xs-3, 
    .login-page .col-xs-4, 
    .login-page .col-xs-5, 
    .login-page .col-xs-6, 
    .login-page .col-xs-7, 
    .login-page .col-xs-8, 
    .login-page .col-xs-9 {
        float:none;
    }

    .logo .logo-text {
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    margin-left: 10px;
}
  .login-user .text {
    color: #fff;
    line-height: 20px;
    margin-bottom: 10px;
}

    .login-user .image {
        background: rgba(0, 0, 0, 0) url("../images/user.png") no-repeat scroll center center;
        border: 0 none !important;
        float: left;
        height: 20px;
        margin-bottom: 10px;
        padding: 5px;
        width: 30px;
    }     
    
   .page-heading .lbl {
        float: left !important;
        font-size: 20px !important;
        font-weight: 300;
        line-height: 20px !important;
        margin: 0;
        padding: 5px 5px 5px 5px  !important;
        height: 35px !important;
    }
}
@media only screen and (min-width: 768px) {
    #page-container .md-fix{padding-right:0;}
    #page-container .md-fix1{padding-left:0;}
}

@media only screen and (max-width: 980px) {
    .login-user .logout {
        padding: 0 10px;
        line-height: 60px;
        float:left !important;
    }
}

.textboxbackcolor {
    background-color:yellow !important;
}



/*#wrap {
    overflow: hidden;
}

    #wrap > .container_content {
        padding: 20px;
    }

#page-heading .breadcrumb {
    background: transparent;
    line-height: 0.75;
    padding: 20px 20px 0px 20px;
}

#page-heading {
    background: #f7f8fa;
    border-bottom: 1px solid #ccc;
}

    #page-heading:before, #page-heading:after {
        content: " ";
        display: table;
    }

    #page-heading:after {
        clear: both;
    }

    #page-heading:before, #page-heading:after {
        content: " ";
        display: table;
    }

    #page-heading:after {
        clear: both;
    }

    #page-heading .lbl {
        float: left;
        font-size: 34px;
        font-weight: 300;
        line-height: 51px;
        margin: 0;
        padding: 20px 20px 20px 20px;
        height: 89px;
    }*/

.wrap {
    overflow: hidden;
}

    .wrap > .container_content {
        padding: 20px;
    }

.page-heading .breadcrumb {
    background: transparent;
    line-height: 0.75;
    padding: 20px 20px 0px 20px;
}

.page-heading {
    background: #f7f8fa;
    border-bottom: 1px solid #ccc;
}

    .page-heading:before, .page-heading:after {
        content: " ";
        display: table;
    }

    .page-heading:after {
        clear: both;
    }

    .page-heading:before, .page-heading:after {
        content: " ";
        display: table;
    }

    .page-heading:after {
        clear: both;
    }

    .page-heading .lbl {
        float: left;
        font-size: 34px;
        font-weight: 300;
        line-height: 51px;
        margin: 0;
        padding: 20px 20px 20px 20px;
        height: 89px;
    }
    .ICollectCheckBox input[type="checkbox"] 
{ 
    margin-right: 5px; 
}