

.push-labels {
    padding-left: 5px;
}

::-webkit-scrollbar {
    width: 15px;
    background-color: #F5F5F7;
}


::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}

    .table-striped tbody tr:nth-of-type(odd):hover {
        background-color: rgba(0,0,0,.2);
    }

.table-striped tbody tr:nth-of-type(even):hover {
    background-color: rgba(0,0,0,.2);
}
/* CSS Document */

.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 998; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #A3CEDC; /* Black*/
    /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

.tooltip-primary ~ .tooltip > .tooltip-inner {
    background-color: blue;
}

.tooltip-primary ~ .tooltip > .tooltip-arrow {
    border-bottom-color: blue;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.nav-side-menu {
    overflow-x: hidden;
    /*Menu Font*/
    font-family: Helvetica;
    /*Menu Font*/
    font-size: 12px;
    font-weight: 200;
    /*This is the menu color*/
    background-color: #f5f5f7 !important;
    position: fixed;
    width: 260px;
    height: 100%;
    /*Text Color - Quick Actions*/
    color: #000000;
    bottom: 0px;
}

    .nav-side-menu .brand {
        background-color: #A3CEDC;
        line-height: 50px;
        display: block;
        text-align: center;
        font-size: 14px;
    }

    .nav-side-menu .toggle-btn {
        display: none;
    }

    .nav-side-menu ul,
    .nav-side-menu li {
        list-style: none;
        padding: 0px;
        margin: 0px;
        line-height: 35px;
        cursor: pointer;
        /*    
    .collapsed{
       .arrow:before{
                 font-family: FontAwesome;
                 content: "\f053";
                 display: inline-block;
                 padding-left:10px;
                 padding-right: 10px;
                 vertical-align: middle;
                 float:right;
            }
     }
*/
    }

.custom-control-label::after {
    top: 10px;
}

.custom-control-label::before {
    top: 10px;
}

.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    float: right;
}

.nav-side-menu ul .active,
.nav-side-menu li .active {
    border-left: 3px solid #003475;
    background-color: #4f5b69;
}

.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
    color: #03475;
}

    .nav-side-menu ul .sub-menu li.active a,
    .nav-side-menu li .sub-menu li.active a {
        color: #fff;
    }

.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
    /*Background color for second level*/
    background-color: #fff;
    color: #003475;
    border: none;
    line-height: 28px;
    /*Border between second level menu items*/
    border-bottom: 1px solid #ababab;
    margin-left: 0px;
}

    .nav-side-menu ul .sub-menu li:hover,
    .nav-side-menu li .sub-menu li:hover,
    .nav-side.menu li .sub-menu li a:hover {
        /*This is the menu hover color for the second level*/
        background-color: #dadada;
        /*Color of the arrows on the second level when hovered*/
        color: #0068d6;
    }



    .nav-side-menu ul .sub-menu li:before,
    .nav-side-menu li .sub-menu li:before {
        display: inline-block;
        padding-left: 10px;
        padding-right: 10px;
        vertical-align: middle;
    }

.nav-side-menu li {
    padding-left: 0px;
    /*Border color to left of first level items*/
    border-left: 3px solid #f5f5f7;
    /*First level menu item borders*/
    border-bottom: 1px solid #BABABA;
}

    .nav-side-menu li a {
        text-decoration: none;
        /*Menu Text Color*/
        color: #000000;
    }

        .nav-side-menu li a i {
            /*Menu Text Padding*/
            padding-left: 10px;
            width: 20px;
            padding-right: 20px;
        }

    .nav-side-menu li:hover {
        /*Border on left of highlighed choices, first level*/
        border-left: 5px solid #0068d6;
        /*Background color for hover on top level*/
        background-color: #d0d0d0;
        color: #000;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        transition: all 1s ease;
    }

@media (max-width: 767px) {
    .nav-side-menu {
        position: relative;
        width: 100%;
        margin-bottom: 10px;
    }

        .nav-side-menu .toggle-btn {
            display: block;
            cursor: pointer;
            position: absolute;
            right: 10px;
            top: 10px;
            z-index: 10 !important;
            padding: 3px;
            background-color: #A3CEDC;
            color: #000;
            width: 40px;
            text-align: center;
        }

    .brand {
        text-align: left !important;
        font-size: 22px;
        padding-left: 20px;
        line-height: 50px !important;
    }
}

@media (min-width: 767px) {
    .nav-side-menu .menu-list .menu-content {
        display: block;
    }

    #main {
        width: calc(100% - 250px);
        float: right;
        right: 0;
    }
}

body {
    margin: 0px;
    padding: 0px;
}

#demo-2 input[type=search] {
    width: 15px;
    padding-left: 10px;
    color: transparent;
    cursor: pointer;
}

    #demo-2 input[type=search]:hover {
        background-color: #fff;
    }

    #demo-2 input[type=search]:focus {
        width: 130px;
        padding-left: 32px;
        color: #000;
        background-color: #fff;
        cursor: auto;
    }

#demo-2 input:-moz-placeholder {
    color: transparent;
}

#demo-2 input::-webkit-input-placeholder {
    color: transparent;
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
    display: none;
}


input[type=search] {
    background: #ededed url(https://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center;
    border: solid 1px #ccc;
    padding: 9px 10px 9px 32px;
    width: 55px;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

    input[type=search]:focus {
        width: 130px;
        background-color: #fff;
        border-color: #66CC75;
        -webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
        -moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
        box-shadow: 0 0 5px rgba(109,207,246,.5);
    }


input:-moz-placeholder {
    color: #999;
}

input::-webkit-input-placeholder {
    color: #999;
}

body {
    margin: 0px;
    padding: 0px;
    background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #101010;
}

a {
    color: #101010;
    text-decoration: none;
}

    a:hover {
        color: #101010;
        text-decoration: underline;
    }

img {
    border: none;
    cursor: pointer;
}

    img a, img a:hover {
        border: none;
        padding: 0px;
        margin: 0px;
    }

.logoTab {
    height: 100px;
    vertical-align: middle;
    text-align: left;
}

.logo {
    padding: 0px 0px 0px 30px;
}

.topLinks {
    text-align: right;
    padding-right: 7px;
    color: #4b4b4b;
    font-size: 11px;
}

.toplinksIcon {
    vertical-align: middle;
    text-align: center;
    width: 60px;
}

.toplinksText {
    vertical-align: middle;
    text-align: center;
    width: 60px;
    padding-top: 5px;
    color: #4b4b4b;
}

    .toplinksText a {
        color: #4b4b4b;
        text-decoration: none;
    }

        .toplinksText a:hover {
            color: #4b4b4b;
            text-decoration: underline;
        }

.menuBG {
    background-image: url(Images/menuBG.jpg);
    background-repeat: repeat-x;
    height: 25px;
    color: #fff;
}

.headBG {
    background-image: url(Images/titleBG.jpg);
    background-repeat: repeat-x;
    height: 26px;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    color: #0f0f0f;
}

.sideMenu {
    background-color: #e0e0f0;
    width: 211px;
}

.spacer {
    width: 5px;
    height: 5px;
}

.bodyBG {
    background-color: #0000f0;
    padding: 20px;
}
.bodyBGMob {
	background-color: #f0f0f0;
	padding: 20px;
}
.copyRight {
    background-color: #FFFFFF;
    height: 25px;
    text-align: right;
    padding-right: 10px;
    color: #454545;
    font-size: 11px;
}

.messageBG1 {
    background-color: #6c757d;
    background-repeat: no-repeat;
    height: 30px;
    width: 6px;
    text-align: left;
}

.messageBGHead {
    background-color: #6c757d;
    background-repeat: no-repeat;
    height: 30px;
    width: 99px;
    text-align: left;
}

.messageBG {
    background-color: #6c757d;
    background-repeat: repeat-x;
    height: 30px;
    text-align: left;
    color: #fff;
}

.messageBottomBG {
    background-color: #6c757d;
    background-repeat: repeat-x;
    height: 30px;
    text-align: left;
}

.messageBottomBGMob {
	background-color: #5481E6;
	background-repeat: repeat-x;
	height: 30px;
	text-align: left;
}
.messageBG2 {
    background-color: #6c757d;
    background-repeat: no-repeat;
    height: 30px;
    width: 11px;
}

.noteBGHead {
    background-image: url(Images/notesHead.png);
    background-repeat: no-repeat;
    height: 30px;
    width: 84px;
    text-align: left;
}

.lastBGHead {
    background-image: url(Images/lastHead.png);
    background-repeat: no-repeat;
    height: 30px;
    width: 135px;
    text-align: left;
}

.recentHead {
    background-image: url(Images/RecentFiles.png);
    background-repeat: no-repeat;
    height: 30px;
    width: 135px;
    text-align: left;
}

.inprogressHead {
    background-image: url(Images/inprogress.png);
    background-repeat: no-repeat;
    height: 30px;
    width: 135px;
    text-align: left;
}

.myWorkFlowBGHead {
    background-image: url(Images/workflow.png);
    background-repeat: no-repeat;
    height: 30px;
    width: 122px;
    text-align: left;
}

.workFlowBGHead {
    background-image: url(Images/workflow.png);
    background-repeat: no-repeat;
    height: 30px;
    width: 122px;
    text-align: left;
}

.recentBGHead {
    background-image: url(Images/RecentFiles.png);
    background-repeat: no-repeat;
    height: 30px;
    width: 122px;
    text-align: left;
}

.messageBG3 {
    background-image: url(Images/messageHeadBFirst.png);
    background-repeat: no-repeat;
    height: 30px;
    width: 7px;
}

.messageBG4 {
    background-image: url(Images/messageHeadBlast.png);
    background-repeat: no-repeat;
    height: 30px;
    width: 6px;
}

.gridHead {
    background-image: url(Images/gridHead.png);
    background-repeat: repeat-x;
    height: 29px;
    text-align: left;
    padding-left: 10px;
}

.gridText1 {
    background-color: #ffffff;
    text-align: left;
    padding: 5px;
    padding-left: 10px;
    font-size: 11px;
    height: 22px;
    color: #424242;
}

.gridText2 {
    background-color: #e3f1fd;
    text-align: left;
    padding: 5px;
    padding-left: 10px;
    font-size: 11px;
    height: 22px;
    color: #424242;
}



.menu_list {
    width: 211px;
    min-height: 450px;
    height: auto !important;
    height: 450px;
}

.menu_head1 {
    padding: 0px;
    margin: 0px;
    cursor: pointer;
    position: relative;
    background-image: url(Images/menu1.png);
    height: 31px;
    background-repeat: no-repeat;
}

.menu_head2 {
    padding: 0px;
    margin: 0px;
    cursor: pointer;
    position: relative;
    background-image: url(Images/menu2.png);
    height: 31px;
    background-repeat: no-repeat;
}

.menu_head3 {
    padding: 0px;
    margin: 0px;
    cursor: pointer;
    position: relative;
    background-image: url(Images/menu3.png);
    height: 31px;
    background-repeat: no-repeat;
}

.menu_head4 {
    padding: 0px;
    margin: 0px;
    cursor: pointer;
    position: relative;
    background-image: url(Images/menu4.png);
    height: 31px;
    background-repeat: no-repeat;
}

.menu_head5 {
    padding: 0px;
    margin: 0px;
    cursor: pointer;
    position: relative;
    background-image: url(Images/menu5.png);
    height: 31px;
    background-repeat: no-repeat;
}

.menu_head6 {
    padding: 0px;
    margin: 0px;
    cursor: pointer;
    position: relative;
    background-image: url(Images/menu6.png);
    height: 31px;
    background-repeat: no-repeat;
}

.menu_head7 {
    padding: 0px;
    margin: 0px;
    cursor: pointer;
    position: relative;
    background-image: url(Images/menu7.png);
    height: 31px;
    background-repeat: no-repeat;
}

.menu_head8 {
    padding: 0px;
    margin: 0px;
    cursor: pointer;
    position: relative;
    background-image: url(Images/menu8.png);
    height: 31px;
    background-repeat: no-repeat;
}

.menu_body {
    display: none;
}

    .menu_body a {
        display: block;
        color: #101010;
        background-color: #fcfcfc;
        font-weight: bold;
        text-decoration: none;
        height: 22px;
        border-top: 1px solid #b3b3b3;
        padding: 7px 0px 10px 20px;
        font-size: 11px;
    }

        .menu_body a:hover {
            color: #101010;
            text-decoration: none;
            background-color: #d6d6d6;
        }

    .menu_body .current {
        color: #101010;
        text-decoration: none;
        background-color: #d6d6d6;
    }

.textBoxSearch {
    width: 200px;
    border: 1px solid #fefefe;
    background-color: #fefefe;
}

.mandatory {
    color: #FF3300;
}

.textBox {
    border: 1px solid #b3b3b3;
    background-color: #fefefe;
}

.button {
    border: 1px solid #003475;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: arial, helvetica, sans-serif;
    padding: 3px 3px 3px 3px;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    font-weight: normal;
    text-align: center;
    color: #FFFFFF;
    background-color: #5d8ef8;
    cursor: pointer;
    width: 70px;
    background-image: linear-gradient(top, #5d8ef8, #466BC4);
}

    .button:hover {
        border: 1px solid #0a4fe5;
        background-color: #2c6cf6;
        cursor: pointer;
        width: 70px;
        background-image: linear-gradient(top, #2c6cf6, #3455a3);
    }

#question {
    font-size: 12px;
    width: 300px !important;
    height: 60px !important;
    padding: 10px 0 0 10px;
}

    #question img {
        float: left;
        margin-right: 20px;
    }

    #question span {
        float: left;
        margin: 20px 0 0 10px;
    }

.formTabBG1 {
	background-color: #5481E6;
	height: 30px;
	width: 6px;
}

.formTabBG2 {
	background-color: #5481E6;
	height: 30px;
	width: 6px;
}

.formTabBG {
	background-color: #5481E6;
	height: 30px;
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-size: 14px;
	vertical-align: middle;
	text-align: center;
}

.formText {
    color: #313131;
    font-size: 12px;
    text-align: left;
    vertical-align: middle;
}

.formTextArea {
    border: 1px solid #aeaeae;
    background-color: #fff;
    width: 200px;
    padding-left: 5px;
    color: #313131;
    font-size: 12px;
}

.formTextBox {
    border: 1px solid #aeaeae;
    background-color: #fff;
    width: 200px;
    padding-left: 5px;
    color: #313131;
    font-size: 12px;
    height: 17px;
}

.formTextSelect {
    border: 1px solid #aeaeae;
    background-color: #fff;
    width: 207px;
    padding-left: 5px;
    color: #313131;
    font-size: 12px;
    height: 22px;
}

.formTextFile {
    border: 1px solid #aeaeae;
    background-color: #fff;
    width: 207px;
    color: #313131;
    height: 20px;
}

.gridTabHead {
    background-image: url(Images/gridTabBG.png);
    height: 30px;
    background-repeat: repeat-x;
    color: #fff;
    font-size: 12px;
    vertical-align: middle;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}

.gridTabHeadRepeat {
    /*background-image: url(Images/gridTabBG.png);     background-repeat: repeat;*/
    color: #fff;
    background-color: #74a2f7;
    font-size: 12px;
    vertical-align: top;
    text-align: left;
    padding: 5px 10px 5px 10px;
}

.gridTabPaging {
    color: #fff;
    background-color: #74a2f7;
    font-size: 12px;
    vertical-align: top;
    text-align: left;
    padding: 5px 10px 5px 10px;
}

.gridTabText1 {
    background-color: #ffffff;
    text-align: left;
    padding: 5px;
    padding-left: 10px;
    font-size: 12px;
    color: #424242;
    height: 15px;
    vertical-align: middle;
}

.gridTabText2 {
    background-color: #e3f1fd;
    text-align: left;
    padding: 5px;
    padding-left: 10px;
    font-size: 12px;
    color: #424242;
    height: 15px;
    vertical-align: middle;
}

.gridTabBorder {
    border-right: 1px solid #d1dae3;
}

.popupMessage {
    position: absolute;
    z-index: 1111;
}
.popupTd1Mob {
	background-color: #5481E6;
	height: 31px;
	width: 5px;
	background-repeat: no-repeat;
}

.popupTd2Mob {
	background-color: #5481E6;
	height: 31px;
	width: 6px;
	background-repeat: no-repeat;
}

.popupTdHeaderMob {
	background-color: #5481E6;
	height: 31px;
	background-repeat: repeat-x;
	color: #fff;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	position: relative;
}
	.popupTdHeaderMob img {
		position: absolute;
		top: 4px;
		right: 0px;
	}

.popupTd1 {
    background-color: #6c757d;
    height: 31px;
    width: 5px;
    background-repeat: no-repeat;
}

.popupTd2 {
    background-color: #6c757d;
    height: 31px;
    width: 6px;
    background-repeat: no-repeat;
}

.popupTdHeader {
	background-color: #6c757d;
	height: 31px;
	background-repeat: repeat-x;
	color: #fff;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	position: relative;
}

    .popupTdHeader img {
        position: absolute;
        top: 4px;
        right: 0px;
    }

.popupTdBody {
	background-color: #fff;
	font-size: 12px;
	color: #313131;
	padding: 20px;
}

.popupTdBodyMob {
	background-color: #e3f1fd;
	font-size: 12px;
	color: #313131;
	padding: 20px;
}

.popupButton {
    border: none;
    cursor: pointer;
}

.gridPaging {
    background-color: #b9bbbe;
}

    .gridPaging a {
        text-decoration: none;
        color: #fff;
    }

        .gridPaging a:hover {
            text-decoration: underline;
            color: #fff;
            font-weight: bold;
            font-size: 14px;
        }

.acqdocBGHead {
    background-image: url(Images/acquire_docs_head.png);
    background-repeat: no-repeat;
    height: 30px;
    width: 165px;
    text-align: left;
}

.checkoutBGHead {
    background-image: url(Images/checked_docs_head.png);
    background-repeat: no-repeat;
    height: 30px;
    width: 195px;
    text-align: left;
}

.searchBGHead {
    background-image: url(Images/search_head.png);
    background-repeat: no-repeat;
    height: 30px;
    width: 160px;
    text-align: left;
}

.context-menu {
    display: none;
    position: absolute;
    z-index: 10;
    padding: 12px 0;
    width: 240px;
    background-color: #fff;
    border: solid 1px #dfdfdf;
    box-shadow: 1px 1px 2px #cfcfcf;
}

.context-menu--active {
    display: block;
}

.context-menu__items {
    list-style: none;
    margin: 0;
    padding: 0;
}

.context-menu__item {
    display: block;
    margin-bottom: 4px;
}

    .context-menu__item:last-child {
        margin-bottom: 0;
    }

.context-menu__link {
    display: block;
    padding: 4px 12px;
    color: #0066aa;
    text-decoration: none;
}

    .context-menu__link:hover {
        color: #fff;
        background-color: #0066aa;
    }
