﻿/*
    Added a class for Typeahead No results found error box with the name "dropdown-menu-err",
    Added Styles for Modal pop-up,
    Added Styles for Calender select pop-up
*/


@font-face {
    font-family: 'VistraSans';
    src: url('../fonts/VistraSans-Regular.otf');
    src: url('../fonts/VistraSans-Regular.otf?#iefix') format('embedded-opentype'), 
        url('../fonts/VistraSans-Regular.woff') format('woff'), 
}

@font-face {
    font-family: 'VistraSans-Light';
    src: url('../fonts/VistraSans-Light.otf');
    src: url('../fonts/VistraSans-Light.otf?#iefix') format('embedded-opentype'), 
        url('../fonts/VistraSans-Light.woff') format('woff'), 
}

@font-face {
    font-family: 'VistraSans-Bold';
    src: url('../fonts/VistraSans-Bold.otf');
    src: url('../fonts/VistraSans-Bold.otf?#iefix') format('embedded-opentype'), 
        url('../fonts/VistraSans-Bold.woff') format('woff'), 
}


body {
    font-size: 14px;
    /*font-family: "VistraSans";*/
    font-style: normal;
    font-weight: 400;
    min-width: 1000px;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    width: 100%;
}

.hsp-container {
    min-width: 1000px;
    min-height: 100%;
    height: auto !important;
    margin: 0px auto;
    background-color: #FFF;
    display: block;
    position: absolute;
}

.min-width1000 {
    min-width: 1000px;
}

.hsp-container .hsp-header {
    background-color: #FFF;
    height: 60px;
    box-shadow: 0px 1px 2px #53575a;
    font-family: VistraSans;
    font-size: 13px;
}

.row-fluid {
    /*min-height: 100%;
    height: auto !important;*/
    height: 100%;
}

.no-decoration {
    text-decoration: none;
}

.no-decoration-on-hover:hover {
    text-decoration: none;
}

.error-text {
    color: red;
}

.header-logo-wrapper {
    margin: 17.5px 15px;
    float: left;
    width: 33%;
}

.asterisk:after {
    content: ' *';
    color: #ff0000;
}

.pos-inherit {
    position: inherit;
}

.grid-cell-action-icon {
    position: absolute;
    float: right;
    right: 5px;
}

.typeahead ul.dropdown-menu {
    max-height: 250px;
    overflow-y: auto;
}

label[for="typeahead"] {
    pointer-events: none;
}

.display-block {
    display: block;
}

.width100c {
    width: 100%;
}

.width84c {
    width: 84%;
}

.width70c {
    width: 70%;
}

.width70cent {
    width: 70% !important;
}

.width50c {
    width: 50%;
}

.width25c {
    width: 25%;
}

.width33c {
    width: 33.33%;
}

.pointer {
    cursor: pointer;
}

.pad3 {
    padding: 3px;
}

.leftm10 {
    margin-left: 10px;
}

.leftm5 {
    margin-left: 5px;
}

.botm10 {
    margin-bottom: 10px;
}

.rightm10 {
    margin-right: 10px;
}

.header-logo {
    display: inline-block;
    float: left;
}

.header-wrapper {
    margin: 0px 15px auto;
    height: 100%;
    line-height: 25px;
}

.header-text {
    color: rgb(111, 131, 177);
    font-weight: 600;
    font-size: 38px;
    padding-top: 12px;
    margin-left: -3px !important;
}

a {
  color: #53575a;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #0909B7;
  text-decoration: underline;
}

.botm40 {
    margin-bottom: 40px;
}

.float-left {
    float: left;
}

.pull-right {
    float: right;
}

.clear {
    clear: both;
}

.loading-spinner {
    text-align: center;
    vertical-align: middle;
}

.loading-spinner-wrap {
    position: relative;
    left: 50%;
    width: 110px;
}

.loading-spinner-popup {
    vertical-align: middle;
    text-align: center;
    border: 1px solid #aab1b9;
    padding: 16px;
    z-index: 8000;
    position: absolute;
    margin: 0 auto 0 auto;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 8px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 3px 0px #a1a1a1;
    box-shadow: 1px 1px 3px 0px #a1a1a1;
    -webkit-animation: 0.5s fade-it-in;
    animation: 0.5s fade-it-in;
}

.hsp-footer {
    font-size: 11px;
    color: #6E6E6E;
    width: 100%;
    background-color: #FFF;
    border-top: 1px solid #CACED3;
    bottom: 10px;
    height: 30px;
    position: absolute;
}

.hsp-footer-inner {
    padding: 8px 20px 0px 16px;
    font-size: 10px;
}

.pad15 {
    padding: 15px;
}

.main-content {
    margin-top: 28px;
}

.main-content input {
    font-size: 14px;
}

.main-content label {
    font-size: 14px;
    font-weight: 600;
}

.sizef14 {
    font-size: 14px;
}

.topm4 {
    margin-top: 4px;
}

.topm15 {
    margin-top: 15px;
}

.topm20 {
    margin-top: 20px;
}

.rightm20 {
    margin-right: 20px;
}

.leftm4 {
    margin-left: 4px;
}

button {
    font-size: 12px;
    border-radius: 2px;
    padding: 6px 12px 6px 12px;
    background-color: #0909B7;
    color: #fff;
    border: 1px solid #0909B7;
    background-image: none;
    text-shadow: none;
    box-shadow: none;
    color: #fff;
}

button:hover {
    border: 1px solid #001A5B;
    background-color: #001A5B;
    color: #fff;
}

    button.disabled {
        background-color: #AAA;
        border: 1px solid #AAA;
    }

/* To remove the alternative background feature of ui-grid*/
.ui-grid-row:nth-child(even) .ui-grid-cell {
    background-color: white;
}

.ui-grid-header-cell {
    background-color: #c3c6ca;
    color: #000;
    border-right: 0px;
}

.border0imp {
    border: 0 !important;
}

.border0 {
    border: 0;
}

.border0imp .ui-grid-cell-contents {
    border-bottom: 0 !important;
}

.gridStyle {
    border-top: 1px solid #ccc;
    border-radius: 8px;
    overflow:hidden;
    border-bottom: 2px solid #caced3;
    width: 100%;
    min-height: 200px;
    font-size: 11px;
    margin-top: 2px;
}

.ui-grid-canvas {
    border-bottom: 1px solid #CACED3;
}

.ui-grid-grid-footer {
    border-top: 1px solid #CACED3;
    background-color: #eee;
}

.border0 .ui-grid-cell-contents {
    border-bottom: 0 !important;
}

.filter-input-search {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-repeat: no-repeat;
    background-image: url("../images/icon-grey-mag-glass.png");
    background-position: 6px 14px;
    padding: 0px 1px 0px 22px;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
    height: 36px;
    margin-left: 0px;
    margin-top: -2px;
    border: 1px solid #8C8787;
    border-radius: 4px;
    font-size: 12px;
}

input, select, option, textarea {
    font-size: 12px;
    font-family: "VistraSans";
    font-style: normal;
    font-weight: 400;
    padding-left: 4px;
    padding-right: 4px;
}

.margin-left-zero {
    margin-left: 0 !important;
}

.ui-grid-cell, .ui-grid-cell-contents {
    border-bottom: 1px solid #ccc;
    border-bottom: 1px solid #caced3;
}

.global-filter .display-filter-wrap, .subsidiary-filter .display-filter-wrap {
    padding: 0;
    margin-right: 12px;
}


.display-filter-wrap .display-title, .display-filter-wrap .action-main-title {
    font-size: 14px;
    font-weight: bold;
    padding: 12px 12px 6px 0;
}

.display-filter-wrap {
    padding: 10px 16px 5px 16px;
}

    .display-filter-wrap .btn {
        border: 1px solid #9ba8ae;
    }

.display-filter-wrap {
    padding: 0;
}

    .display-filter-wrap input {
        font-weight: normal;
    }

.inline {
    display: inline;
}

.inline-block {
    display: inline-block;
}

input[type="radio"].mr10, input[type="checkbox"].mr10 {
    margin-right: 10px;
}

.margin15 {
    margin: 15px;
}

.margin10 {
    margin: 10px;
}

.drop {
    border: 2px dashed #999;
    border-radius: 5px;
    padding: 15px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 20px 0px 30px 3%;
    display: inline-block;
    width: 90%;
    background-color: #e8e8e8;
}

.topm2 {
    margin-top: 2px;
}

.topm10 {
    margin-top: 10px;
}

.topm40 {
    margin-top: 40px;
}

.leftm15 {
    margin-left: 15px;
}

.main-content-1 {
    border-right: 1px solid transparent;
}

/* Content: display filter wrapper --------------------------------------------*/
.display-wrap {
    background-color: #f2f2f2;
    background-color: #f0f1f3;
    margin: 0px 16px 0px 16px;
    border: 1px solid #ccc;
    border: 1px solid #caced3;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 20px;
    padding-bottom: 12px;
}

.display-filter-wrap .display-title, .display-filter-wrap .action-main-title {
    font-size: 14px;
    font-weight: bold;
    padding: 12px 12px 6px 0;
}

.display-filter-wrap {
    padding: 10px 16px 5px 16px;
}

    .display-filter-wrap .btn {
        border: 1px solid #9ba8ae;
    }

.display-filter-wrap {
    padding: 0;
}

    .display-filter-wrap input {
        font-weight: normal;
    }

.display-filter-left {
    float: left;
    /*padding: 6px 4px 6px 10px; */
}

.display-filter-right {
    float: right;
    border-top: 0px;
    border-left: 1px solid #ccc;
    border-left: 1px solid #caced3;
    border-right: 0px;
    border-bottom: 1px solid #ccc;
    border-bottom: 1px solid #caced3;
    padding: 6px;
    background-color: #fff;
    position: relative;
    -moz-border-bottom-left-radius: 8px; /* Firefox */
    -webkit-border-bottom-left-radius: 8px; /* Safari & Chrome */
    -khtml-border-bottom-left-radius: 8px; /* Linux browsers */
    border-bottom-left-radius: 8px;
    top: -17px;
    left: 17px;
    z-index: 3;
}

    .display-filter-right .download-button {
        position: relative;
        top: -5px;
        left: 5px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        padding: 2px 10px;
        font-size: 11px;
        border-image: none;
        -webkit-appearance: none;
        border: none;
        display: inline-block;
        *display: inline;
        padding: 4px 12px;
        margin-bottom: 0;
        *margin-left: .3em;
        color: #fff;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-color: #599dbe;
        *zoom: 1;
    }

.filter-row {
    margin-bottom: 0px;
}

.filter-row-smaller {
    width: 350px;
}

.filter-view {
    margin: 12px 0 12px 0;
}

.display-filter-wrap label {
    font-size: 11px;
    font-weight: bold;
}

.display-filter-wrap input, .display-filter-wrap select {
    font-size: 11px;
    margin-right: 12px;
}

.display-filter-wrap input, .display-filter-wrap select {
    border: 1px solid #aeaeae;
    border: 1px solid #aab1b9;
}

.display-filter-wrap {
}

.hsp-container {
    min-width: 1100px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto;
    background-color: #fff;
    display: block;
    position: absolute;
}

.hsp-container .display-filter-wrap .dropdown-toggle, .hsp-container .display-filter-wrap .form-control {
    font-family: "VistraSans";
    border: 1px solid #aeaeae;
    border: 1px solid #aab1b9;
    padding: 1px 8px 1px 8px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
    -moz-border-bottom-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -khtml-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-top-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -khtml-border-top-left-radius: 0;
    border-top-left-radius: 0;
    filter: none;
    background: none;
    text-align: left;
    background-image: none;
    height: 26px; /* forces height to match search box for FF and IE */
    background-color: #fff;
}

.hsp-container .display-filter-wrap .dropdown-toggle, .dropdown-toggle, .dropdown-toggle {
    width: 170px;
}

.hsp-container .header-wrapper .dropdown-toggle {
    width: auto;
    padding-top: 4px;
    padding-right: 0;
}

.hsp-container .header-wrapper .dropdown-toggle:hover,
.hsp-container .header-wrapper .dropdown-toggle:focus {
    background: transparent;
}

.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, 
.nav>li.dropdown.open.active>a:hover, .nav>li.dropdown.open.active>a:focus {
    background: transparent;
    border: 0;
}

.hsp-container .header-wrapper .dropdown ul.dropdown-menu {
    border-radius: 4px;
    box-shadow: none;
    margin-top: 8px;
}

.hsp-container .header-wrapper .dropdown ul.dropdown-menu li a {
    padding: 4px 10px;
    color: #53575a;
    font-size: 13px;
    font-family: VistraSans;
}

.hsp-container .header-wrapper .dropdown ul.dropdown-menu li:hover a {
    color: #fff;
    background: #0081c2;
}

.hsp-container .display-filter-wrap .form-control {
    padding-left: 5px;
    padding-right: 5px;
    color: #000;
    padding-top: 1px;
    height: 24px;
}

.hsp-container .display-filter-wrap .dropdown-toggle .caret-hsp, .customer-title-right .dropdown-toggle .caret-hsp, .dropdown-toggle .caret-hsp {
    background-image: url("../images/icon-toggle-drop-down.png");
    width: 9px;
    height: 7px;
    background-repeat: no-repeat;
    margin: 5px 1px 0 0px;
    float: right;
    background-color: transparent;
}

.hsp-container .display-filter-wrap .dropdown-toggle .caret-reset,
.content-title-right .dropdown-toggle .caret-reset,
.customer-title-right .dropdown-toggle .caret-reset, .dropdown-toggle .caret-reset {
    background-image: url("../images/icon-reset-filter.png");
    width: 12px;
    height: 12px;
    margin: 4px 0 0 0;
    float: right;
}

.customer-title-right .dropdown-toggle, .dropdown-toggle {
    padding: 3px 12px;
    font-size: 11px;
    margin-bottom: 0;
    top: -3px;
}

    .customer-title-right .dropdown-toggle .caret-hsp, .dropdown-toggle .caret-hsp {
        margin-left: 12px;
    }

.display-disclaimer, .action-disclaimer {
    margin: 14px 16px 14px 16px;
    font-size: 10px;
}

    .display-disclaimer p {
        line-height: 15px;
        margin-bottom: 2px;
    }

.filter-row .filter-button-label {
    font-size: 14px;
    font-weight: normal;
    margin-top: 3px;
}

.display-filter-wrap .btn-group {
    margin-right: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .display-filter-wrap .btn-group .btn-grad {
        margin: 0;
    }

        .display-filter-wrap .btn-group .btn-grad:hover {
        }

.btn-grad:hover,
.btn-grad:focus,
.btn-grad:active,
.btn-grad.active {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dceef7', endColorstr='#c9dae1'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#dceef7), to(#c9dae1)); /* for webkit browsers */
    background: -moz-linear-gradient(top, #dceef7, #c9dae1); /* for firefox 3.6+ */
}

.display-filter-wrap .btn {
    padding: 3px 12px;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../bootstrap/fonts/glyphicons-halflings-regular.woff);
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-triangle-bottom:before {
    content: "\e114";
    font-size: 16px;
    margin-top: 14px;
    margin-left: -100px;
}

.watermark {
    position: absolute;
    top : 80px;
    opacity: 0.25;
    font-size: 3em;
    width: 100%;
    text-align: center;
    z-index: 1000;
}

.bold {
    font-size: 20px;
    font-weight: 600;
}

.bold-font {
    font-weight: bold;
}

.grey-bcknd {
    background-color: rgb(238, 238, 238);
}

/* Styles for PDF Viewer*/
.pdf-container {
    border: 1px solid #d5d5d5;
    border-radius: 8px;
    overflow: hidden;
    background-color: #4C4848;
    color: #ffffff;
    margin-top: 2px;
}

.pdf-inner-container {
    min-height: 300px;
    width:100%;
    overflow: auto;
    text-align: center;
}

.pdf-footer {
    height: 25px;
    background-color: #EEE;
    padding-top: 5px;
    color: #000000;
    text-align: center;
}

.pdf-selectBox-style {
    background: transparent !important;
    width: 268px !important;
    padding-top: 4px !important;
    padding-left: 5px !important;
    padding-right: 45px !important;
    font-size: 14px !important;
    line-height: 2 !important;
    border: 0 !important;
    border-radius: 0 !important;
    height: 34px !important;
    -webkit-appearance: none !important;
    color: #ffffff !important;
}

.pdf-select select option {
    color: #000000;
}

.pdf-select {
    width: 240px;
    overflow: hidden;
    background: url("../images/pdf-viewer/icon-karet-down-white.png") no-repeat right #4C4848;
    background-position-y: 12px;  
}

.pdf-selectBox-header {    
    height: 35px;
}

.pdf-toolbar {
    background-color: #696464;
    box-shadow: inset 0px 0px 13px -2px #000;
    height:35px;
    padding-left: 10px;
}

.pdf-toolbar-btn {
    background-color: transparent;
    border: 0px;
    padding: 0px;
}

.pdf-toolbar-btn:active {
    background-color: #4C4848;
}

.pdf-toolbar-btn:focus {
    outline: 0px;
}

.pdf-toolbar-btn img {
    height: 20px;
    margin-top: -4px;    
}

.pdf-toolbar-btn img.nav-arrow {
    width: 12px;
    height: 15px;
}

.pdf-toolbar .current-page {
    color: #ffffff;
    text-align: right;
    width: 30px;
    background-color: #999999;
    height: 18px;
    padding: 0px;
    margin-top: 9px;
    margin-bottom: 8px;
}

.pdf-toolbar .divider {
    width:4px;
}

.pdf-toolbar .divider img {
    width: 10px;
    height: 20px;
}

.leftm10 {
    margin-left: 10px;
}

.leftm38C {
    margin-left: 38%;
}

.pdf-toolbar .zoom-ctrl {
    border: 1px solid #424242;
    padding: 3px;
}

.pdf-expanded-view {
    position: absolute !important;
    width: 80.3% !important;
    z-index: 1000 !important;
    min-width: 1100px;
}

.pdf-expanded-view .pdf-inner-container{
    min-height: 500px;
}

.pdf-watermark {
    opacity: 0.25;
    font-size: 3em;
    width: 100%;
    text-align: center;
    z-index: 1000;
    margin-top: 20px;
}

.pdf-toolbar-disabler {
    opacity: 0.5;
    margin-top: -35px;
}

.pdf-toolbar span, .pdf-toolbar button {
    vertical-align: middle;
}
/* End of styles for Pdf viewer */

.rightm5 {
    margin-right: 5px;
}

.dropdown-menu {
    padding: 2px 0;
    left: -20px;
}

.dropdown-menu-err {
    position: absolute;
    z-index: 1500;
    float: left;
    min-width: 160px;
    padding: 5px 5px;
    margin: 2px 0 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    color: rgb(251, 10, 10);
    font-size: 12px;
}

.placeholder-color {
    color: #999 !important;
}

.modal-alert.modal.in {
    left: 50%;
    top: 40%;
    width: 25%;
    min-width: 600px;
}

.modal-dialog {
    min-width: 450px;
}

.modal-dialog .modal-body{
    padding: 15px;
}

/* Start of styles for Calender pop-up */

.global-filter .dropdown-menu-li, .date-picker {
    padding-right: 20px;
    width: 200px;
}

.date-pick-wrap > ul {
    padding: 10px;
}

    .date-pick-wrap > ul li:last-child {
        padding: 0;
        padding-top: 6px !important; /* todo: remove need for ! */
    }

        .date-pick-wrap > ul li:last-child button {
            margin: 0;
        }

            .date-pick-wrap > ul li:last-child button:hover {
                color: #000;
            }

        .date-pick-wrap > ul li:last-child button, .date-pick-wrap > ul li:last-child .btn-info:focus {
            -webkit-appearance: none;
            background-image: none;
            color: #fff;
        }

        .date-pick-wrap > ul li:last-child .btn-group {
            padding: 0;
        }

        .date-pick-wrap > ul li:last-child .btn-info, .date-pick-wrap > ul li:last-child .btn-danger, .date-pick-wrap > ul li:last-child .btn-success, .date-pick-wrap > ul li:last-child .btn-default {
            background-color: #599dbe;
            background-color: #82b0e1;
        }

            .date-pick-wrap > ul li:last-child .btn-info:active {
            }

            .date-pick-wrap > ul li:last-child .btn-info.disabled, .date-pick-wrap > ul li:last-child .btn-info[disabled] {
                /*background-color: #ccc;*/
            }

.date-pick-wrap .dropdown-menu table {
    font-size: 11px;
    color: #000;
}

    .date-pick-wrap .dropdown-menu table thead {
    }

.main-content .date-pick-wrap .dropdown-menu table th, .main-content .date-pick-wrap .dropdown-menu table td {
    padding: 2px;
}

.main-content .date-pick-wrap .dropdown-menu table thead tr th {
    background-color: #fff;
    font-size: 12px;
}

.main-content .date-pick-wrap .dropdown-menu table thead tr:first-child th {
    padding-bottom: 6px;
}

.date-pick-wrap .dropdown-menu table tr {
    border: none;
}

    .date-pick-wrap .dropdown-menu table tr td {
    }

.date-pick-wrap .dropdown-menu table th button {
    font-size: 12px;
}

.date-pick-wrap .dropdown-menu table button {
    border: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    background-color: #fff;
    background-image: none;
    background-repeat: no-repeat;
    filter: none;
    padding: 2px;
}

.date-pick-wrap .btn-info {
    color: #000;
}

    .date-pick-wrap .btn-info:hover, .date-pick-wrap .btn-info:focus, .date-pick-wrap .btn-info:active, .date-pick-wrap .btn-info.active,
    .date-pick-wrap .btn:hover, .date-pick-wrap .btn:focus, .date-pick-wrap .btn:active, .date-pick-wrap .btn.active {
        color: #599dbe;
        color: #82b0e1;
    }

    .date-pick-wrap .btn-info.disabled, .date-pick-wrap .btn-info[disabled],
    .date-pick-wrap .btn.disabled, .date-pick-wrap .btn[disabled] {
        color: #c3c3c3;
    }

.date-pick-wrap .dropdown-menu table thead tr th:first-child button, .date-pick-wrap .dropdown-menu table thead tr th:last-child button {
    font-size: 11px;
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    margin: 0 0 0 0;
    background-color: transparent;
    background-position: 6px 4px;
    padding: 10px;
}

.date-pick-wrap .dropdown-menu table thead tr th:first-child button {
    background-image: url("../images/icon-toggle-drop-down.png");
    transform: rotate(90deg);
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Opera, Chrome, and Safari */
}

.date-pick-wrap .dropdown-menu table thead tr th:last-child button {
    background-image: url("../images/icon-toggle-drop-down.png");
    transform: rotate(270deg);
    -ms-transform: rotate(270deg); /* IE 9 */
    -webkit-transform: rotate(270deg); /* Opera, Chrome, and Safari */
}

.date-pick-wrap input {
    padding: 2px 6px;
}

.display-filter-wrap .filter-row .filter-active {
    border: 1px solid rgba(82, 168, 236, 0.8);
    border: 1px solid #4266b0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(142, 163, 208, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(142, 163, 208, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(142, 163, 208, 0.6);
}
/* End of styles for Calender pop-up */

/*  Start of Styles for Modal pop-up */
.modal-header {
    background-color: #fff;
    border-bottom : 1px solid #e4e4e4;
    border-radius: 8px 8px 0px 0px;
}
/* End of Styles for Modal pop-up */

/* Start of styles for replacement of Bootstrap */
.set1 {
    width: 8.289%;
    display: inline-block;
    float: left;
}

.set2 {
    width: 16.589%;
    display: inline-block;
    float: left;
}

.set3 {
    width: 24.89%;
    display: inline-block;
    float: left;
}

.set4 {
    width: 33.289%;
    display: inline-block;
    float: left;
}

.set5 {
    width: 41.589%;
    display: inline-block;
    float: left;
}

.set6 {
    width: 49.89%;
    display: inline-block;
    float: left;
}

.set7 {
    width: 58.289%;
    display: inline-block;
    float: left;
}

.set8 {
    width: 66.589%;
    display: inline-block;
    float: left;
}

.set9 {
    width: 74.89%;
    display: inline-block;
    float: left;
}

.set10 {
    width: 83.289%;
    display: inline-block;
    float: left;
}

.set11 {
    width: 91.589%;
    display: inline-block;
    float: left;
}

.set12 {
    width: 100%;
    display: inline-block;
    float: left;
}
/* End of styles for replacement of Bootstrap */

a.select-div div {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 94%;
    overflow: hidden;
}

.select-div {
    padding: 8px 1px 0px 15px;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    min-height: 38px;
    margin-left: 0px;
    margin-top: 0px;
    border: 1px solid #8C8787;
    border-radius: 4px;
    font-size: 14px;
    width: 100%;
    display: inline-block;
    cursor: pointer;
    background-color: #fff;
    color: #333;
    background: url("../images/icon-toggle-drop-down.png") no-repeat right #FFF; 
    background-position: right 10px center;
}

    a.select-div:focus {
        box-shadow: 0px 0px 1px 1px rgba(25, 120, 239, 0.68);
        text-decoration: none;
        color: #333;
    }

    a.select-div:hover {
        text-decoration: none;
        color: #333;
    }

    a.select-div.select-disabled {
        background-color: #EEE;
        color: #999;
    }

    a.select-div.select-disabled:focus, a.select-div.select-disabled:hover {
        box-shadow: 0px 0px 0px 0px rgba(25, 120, 239, 0.68);
        cursor: not-allowed;
        outline: 0;
        text-decoration: none;
    }

a.select-div .select-placeholder {
    color: #999;
}

ul.select-dropdown {
    position: absolute;
    max-height: 300px;
    border: 1px solid #999;
    border-radius: 4px;
    min-width: 180px;
    list-style: none;
    background-color: #fff;
    overflow-y: auto;
    margin-top: 12px;
    margin-left: -16px;
    box-shadow: 0px 0px 0px 0px rgba(25, 120, 239, 0.68);
    padding-top:5px;
    padding-bottom: 5px;
    z-index: 100;
}

    ul.select-dropdown li {
        padding: 5px;
        cursor: pointer;
        padding-right: 20px;
        white-space: nowrap;
    }
    
        ul.select-dropdown li.active-selection {
            background-color: #357EBD;
            color: #FFF;
        }

    ul.select-dropdown.none-found li {
        cursor: default;
        color: red;
    }

.organisationLogo {
    /*height: 20px;
    width: 40px;*/
}

.middleHeader {
    width: 30%;
    text-align: center;
    float: left;
}

.iconAlign {
    font-size: 20px;
    margin-right: 10px;
    margin-left: 10px;
    line-height: 66px;
    vertical-align: super;
}

.helpIcon {
    color: #53575A;
    font-size: 24px;
    margin-right: 15px;
    margin-left: 10px;
    line-height: 60px;
    display:block;
    margin-top:5px;
}

.header-link {
    color: #53575A;
}

.usernameEllipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    float: right;
    margin-left:5px;
    margin-top:17px;
    white-space: nowrap;
    max-width: 130px;
    line-height: 28px;
}

_:-ms-fullscreen, :root .usernameEllipsis {
    line-height: 30px;
}

.header-link:hover,
.helpIcon:hover {
    color: #0909B7;
}

.appNameStyle {
    font-family: VistraSans-Bold;
    font-size: 18px;
    color: #53575a;
}

.iconMenuAlign {
    font-size: 20px;
    color: #53575a;
    margin-right: 8px;
    line-height: 53px;
}

_:-ms-fullscreen, :root .iconMenuAlign {
    line-height: 55px;
    margin-right: 10px;
}

.iconMenuAlign:hover {
    color: #0909B7;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-submenu:hover>a, .dropdown-submenu:focus>a {
    color: #fff;
}

.dropdown-menu {
    display: none;
}

.dropdown:hover .dropdown-menu {
    display: block;
}


button.cancelLast,.cancelLast button {
   color: #2A2A2A !important;
   border: 1px solid #e2e2e2 !important;
   background-color: #fff !important;
   background-image: none !important;
   outline: none !important;
}

button.cancelLast:hover,.cancelLast button:hover{
    color: #0909B7 !important;
    text-decoration: none;
    border: 1px solid #e2e2e2 !important;
    background-color: #fff !important;
    background-image: none !important;
    outline: none !important;
}

button.submitLast,.submitLast button {
    border: 1px solid #0909B7 !important;
    background-color: #0909B7 !important;	
    background-image: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    color: #fff !important;
    outline: none !important;
}

button.submitLast:hover,.submitLast button:hover {
    border: 1px solid #001A5B !important;
    background-color: #001A5B !important;
    color: #fff !important;
    outline: none !important;
}


    .submitLast.disabled,.cancelLast.disabled {
        pointer-events: none;
        cursor: default;
        background-image: none;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        filter: alpha(opacity=45);
        -moz-opacity: 0.45;
        opacity: 0.45;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none !important;
        background: #ccc !important;
        border: 1px solid #999 !important;
        color: #999 !important;
    }

    .submitLast[disabled],.cancelLast[disabled] {
        pointer-events: none;
        cursor: default;
        background-image: none;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        filter: alpha(opacity=45);
        -moz-opacity: 0.45;
        opacity: 0.45;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none !important;
        background: #ccc !important;
        border: 1px solid #999 !important;
        color: #999 !important;
    }

    .modal-header .modal-title h3 {
        font-size: 21px;
    }

    .upload-progress{
        margin-left: 30px;
        margin-right: 35px;
    }

    .upload-progress.progress-striped .progress-bar {
        background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));
        background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
        background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
        background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
        background-size: 40px 40px;
    }
    .upload-progress .progress-bar {
        float: left;
        width: 0;
        height: 100%;
        font-size: 12px;
        color: #fff;
        text-align: center;
        /*background-color: #428bca;*/
        background-color: #5cb85c;
        -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
        box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
        -webkit-transition: width .6s ease;
        transition: width .6s ease;
    }

    /*----------- New Sidebar Style Begins -----------*/

#companyLogo{
    width:33%;
}

.sidebar-icon-wrap{
    float:left;
}

.sidebar-icon-wrap .launch-icon{
    padding: 0;
    margin-right: 20px;
}

#sidebar {
    min-width: 320px;
    max-width: 320px;
    background: #FFF;
    color: #53575a;
    transition: all 0.3s;
    position: fixed;
    top: 0px;
    left: 0;
    bottom: 41px;
    bottom:0;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    /*height:100vh;*/
    overflow: hidden;
    z-index:4;
    transition: transform 0.4s ease;
    font-family: "VistraSans";
}

/*#sidebar.closed {
  margin-left: -342px;
}*/

 #sidebar.closed {
    transform: translateX(-320px); /* Move sidebar off-screen */
    transition: transform 0.4s ease;
}

.search-highlight {
    background-color: #E4F4FF;
}


#sidebarCollapse{
    font-size:20px;
    background: none;
    box-shadow: none;
    cursor: pointer;
}

#sidebarCollapse i{
    color:#53575a;
    font-size:20px;
}

.left-icon-list {
    float: left;
    width: 66px;
    background: #001A5B;
    height: 100%;
    padding: 0;
    list-style: none;
    margin: 0;
}

.left-icon-list > li{
    text-align: center;
    width: 100%;
    margin: 30px 0 30px 0;
}

.left-icon-list .left-menu-btn-icon {
    font-size: 20px;
    color: #fff;
    background: none;
    border: none;
    position: relative;
    margin:0;
    padding:0;
}

.left-icon-list > li.active .left-menu-btn-icon::after{
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff;
  position: absolute;
  right: -21px;
  top: 6px;
}

.left-icon-list > li:hover .left-menu-btn-icon::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff;
  position: absolute;
}

.leftIconMenu .left-menu-btn-icon img{
  filter: opacity(0.50);
}

.leftIconMenu.active .left-menu-btn-icon img{
 filter: opacity(1) brightness(200%);
}

.right-menu-list {
    float: left;
    width: 214px;
    padding: 0 20px;
    position: absolute;
    left: 66px;
    top: 0;
}

.right-menu-list .wrap{
  height: calc(100vh - 150px);
  overflow-y: auto;
}

.right-menu-list .wrap > li{padding: 10px; text-align: left;margin: 8px 10px 0 0 ; }

.right-menu-list .wrap > li a{
    border-radius: 3px;
    max-width: 141px;
    vertical-align: middle;
    white-space: nowrap;
	letter-spacing: 0.5px;
}

.right-menu-list .wrap > li .external-icon {
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-left: 2px;
}

.right-menu-list .wrap > li > p {
    overflow: hidden;
    display: inline-block;
    width: 77%;
    margin: 0;
    vertical-align: middle;
}


@keyframes slideInOut {
    0% { transform: translateX(0%); }
    50% { transform: translateX(-45%); }
    100% { transform: translateX(0%); }
}

.right-menu-list .wrap > li:hover a.slide {
    animation: slideInOut 4s ease-in-out forwards; /* Slide text to the left */
}

.right-menu-list .wrap > li img{
    width:20px;
    margin-right:10px;
    font-size: 10px;
}

#sidebar a,
#sidebar a:hover,
#sidebar a:focus {
  color: inherit;
}


#sidebar .sidebar-header {
  padding: 20px;
  background: #fff;
}

#sidebar ul.components {
  text-align: left;
  padding-top: 27px;
  background: #fff;
  margin-left:0;
}

.right-menu-list > p {
    color: #53575a;
    padding: 10px 0;
    margin-bottom:5px;
    font-size: 16px;
}

.right-menu-list #searchMenuInput {
    width: 214px;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    height: 40px;
    box-sizing: border-box;
    background: url("../images/menu-icons/search.svg") no-repeat 13px 10px transparent;
    padding-left: 39px;
    background-size: 17px 17px;
    box-shadow: none;
}




.right-menu-list .wrap > li {
  border-radius: 3px;
  //background:#97e3ff;
}

.right-menu-list .wrap > li a {
  font-size: 13px;
  display: inline-block;
}

.right-menu-list .wrap > li a:hover{
    text-decoration:none;
}

.right-menu-list .wrap > li a i{
  padding-right: 10px;
}

.right-menu-list .wrap > li:hover {
  color: #000000;
  background: #eeeeee;
  background:#E4F4FF;
  text-decoration:none;
  /* text-align: left; */
}

.right-menu-list .wrap > li.active {
  color: #000000;
  background: #97e3ff;
} 

a[data-toggle="collapse"] {
  position: relative;
}

a[aria-expanded="false"]::before,
a[aria-expanded="true"]::before {
  content: '\e259';
  display: block;
  position: absolute;
  right: 20px;
  font-family: 'Glyphicons Halflings';
  font-size: 0.6em;
}

a[aria-expanded="true"]::before {
  content: '\e260';
}

.right-menu-list {
    display: none;
  }
  
  /* Show the active menu item */
 .right-menu-list.active {
    display: block;
  } 
  
  /* .first-menu .right-menu-list{
    display: block;
  } */

 .left-menu-btn-icon > img{
  font-size:10px;
}
  
.left-menu-btn-icon:hover + .right-menu-list,
.right-menu-list:hover {
    display: block;
}  

.leftIconMenu.active .right-menu-list{
  display: block;
}

.backdrop.sidebar-backdrop-hide{
    display: none;
}

.backdrop{
    position:fixed;
    left:0;
    right:0;
    top:0;
    bottom:41px;
    bottom:0;
    width:100%;
    height:auto;
    background-color: rgba(0, 0, 0, 0.3);
    z-index:3
}

body.sidebar-open{
    overflow:hidden;
}

.right-menu-list .wrap::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}

.right-menu-list .wrap::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #DFE9EB;
}

.right-menu-list .wrap::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #53575A;
  background-color:#999;
  background-color:#888;
  background-color: #878898;
}

/*----------- New Sidebar Style Ends -----------*/