@charset "utf-8";





@font-face {
    font-family: 'Poppins Light';
    src: url('fonts/Poppins Light.eot');
    src: url('fonts/Poppins Light.eot?#iefix') format('embedded-opentype'), url('fonts/Poppins Light.woff2') format('woff2'), url('fonts/Poppins Light.woff') format('woff'), url('fonts/Poppins Light.svg#Poppins Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2212;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins Regular.eot');
    src: url('fonts/Poppins Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Poppins Regular.woff2') format('woff2'), url('fonts/Poppins Regular.woff') format('woff'), url('fonts/Poppins Regular.svg#Poppins Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2212;
}


@font-face {
    font-family: 'Poppins SemiBold';
    src: url('fonts/Poppins SemiBold.eot');
    src: url('fonts/Poppins SemiBold.eot?#iefix') format('embedded-opentype'), url('fonts/Poppins SemiBold.woff2') format('woff2'), url('fonts/Poppins SemiBold.woff') format('woff'), url('fonts/Poppins SemiBold.svg#Poppins SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2212;
}



@font-face {
    font-family: 'Poppins Medium';
    src: url('fonts/Poppins Medium.eot');
    src: url('fonts/Poppins Medium.eot?#iefix') format('embedded-opentype'), url('fonts/Poppins Medium.woff2') format('woff2'), url('fonts/Poppins Medium.woff') format('woff'), url('fonts/Poppins Medium.svg#Poppins Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2212;
}



@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins Bold.eot');
    src: url('fonts/Poppins Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Poppins Bold.woff2') format('woff2'), url('fonts/Poppins Bold.woff') format('woff'), url('fonts/Poppins Bold.svg#Poppins Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2212;
}


/********* Reset CSS *********/
*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a {
    text-decoration: underline;
    color: #1d2732;
    transition: all 0.3s ease 0ms;
    -webkit-transition: all 0.3s ease 0ms;
}
    /*a:focus {outline:thin dotted}*/
    a:hover,
    a:active {
        outline: 0;
    }

    a:hover {
        text-decoration: none;
        color: #283467;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

b,
strong,
dt,
th {
    font-weight: bold;
}

em,
i {
    font-style: italic;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dd,
table,
fieldset,
address {
    margin: 0;
    padding: 0;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

figure {
    margin: 0;
}

legend {
    white-space: normal;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    empty-cells: show;
    border: none;
}

    table table {
        margin: 0
    }

th,
td {
    border: none;
    padding: 8px 10px
}

caption,
th,
td {
    font-weight: normal;
}
/********* Form fields *********/

button,
input,
select,
textarea {
    margin: 0;
    vertical-align: baseline;
    background-color: transparent;
    border: none;
}

    button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"] {
        cursor: pointer;
    }

    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
        margin: 0 5px 0 0;
    }

    input[type="checkbox"] {
        -webkit-appearance: checkbox;
    }

    input[type="radio"] {
        -webkit-appearance: radio
    }

    input[type="submit"],
    input[type="button"],
    input[type="reset"],
    button,
    .button {
        line-height: 20px;
        padding: 4px 10px;
        display: inline-block;
        text-decoration: none;
        border: 0 none;
        margin: 0;
        outline: 0 none;
    }

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
    height: 100px;
    max-width: 100%;
    min-width: 100%;
    max-height: 500px;
    min-height: 90px;
}

fieldset {
    border: 0 none;
    margin: 0;
    padding: 0
}

label {
    display: inline-block;
    /* padding-bottom: 10px; */
    font-weight: normal;
}
/********* Clear floats *********/

.cf:before,
.cf:after,
.container:before,
.container:after,
.row:before,
.row:after,
ul:before,
ul:after,
.boxs:before,
.boxs:after,
.radioList:after,
.radioList:before {
    content: " ";
    display: table
}

.cf:after,
.container:after,
.row:after,
ul:after,
.boxs:after,
.radioList:after {
    clear: both
}
/********* Common Classes *********/
body,
html {
    height: 100%;
    width: 100%;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 10px 0;
    padding: 0
}

body,
button,
input,
select,
textarea {
    color: #171717;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 1em;
}

body {
    background-color: #fff;
    line-height: 1.5;
    overflow-x:hidden;
}

h1 {
    font-size: 2.308em;
}

h2 {
    font-size: 1.6em;
}

h3 {
    font-size: 1.3em;
}

h4 {
    font-size: 1.2em;
}

h5 {
    font-size: 1.2em;
}

h6 {
    font-size: 1.06em;
}

ul {
    padding: 0 0 0 15px;
}

ol {
    padding: 0 0 0 20px
}

    ul ul,
    ol ol {
        margin: 10px 0
    }

ul.bulletText {
    list-style: none;
    padding: 0;
}

    ul.bulletText li {
        background: url(../images/right-arrow.gif) no-repeat left 7px;
        padding: 2px 0 2px 15px;
    }

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dd,
table,
fieldset,
address {
    margin: 0 0 25px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="url"],
input[type="password"],
input[type="search"],
select,
textarea {
    height: 40px;
    border: 1px solid #c8c8c8;
    border-radius: 6px;
    font-size: 14px;
    line-height: 26px;
    padding: 3px 10px;
    width: 100%;
    color: #838d94;
}

input[type="submit"],
input[type="button"],
input[type="reset"],
button,
.button {
    background-color: #066597;
    color: #fff;
    border: 1px solid #78a51e;
    border-radius: 0;
}

    input[type="submit"]:hover,
    input[type="button"]:hover,
    input[type="reset"]:hover,
    button:hover,
    .button:hover {
        color: #fff;
        background-color: #444;
    }

    input[type="submit"].cancelBtn,
    input[type="button"].cancelBtn,
    input[type="reset"].cancelBtn {
        background-color: #888;
    }

.alignLeft {
    float: left
}

.alignRight {
    float: right;
}

.displayNone,
.hasJS noscript,
.hideThis {
    display: none !important;
    visibility: hidden
}

.jsRequired {
    display: none;
}

.noJS .jsRequired {
    display: block;
    background-color: #C00;
    color: #fff;
    width: 100%;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    border: 0 none;
}

.mrgAuto {
    margin-right: auto;
    margin-left: auto;
}

.mrgT25 {
    margin-top: 25px;
}

.mrgT20 {
    margin-top: 20px;
}

.mrgL20 {
    margin-left: 20px;
}

.mrgR20 {
    margin-right: 20px;
}

.mrgB20 {
    margin-bottom: 20px;
}

.mrgT10 {
    margin-top: 10px;
}

.mrgL10 {
    margin-left: 10px;
}

.mrgR10 {
    margin-right: 10px;
}

.mrgB10 {
    margin-bottom: 10px;
}

.padL20 {
    padding-left: 20px;
}

.padR20 {
    padding-right: 20px;
}

.padB20 {
    padding-bottom: 20px;
}

.padT20 {
    padding-top: 20px;
}

.padL15 {
    padding-left: 15px;
}

.padR15 {
    padding-right: 15px;
}

.padB15 {
    padding-bottom: 15px;
}

.padT15 {
    padding-top: 15px;
}

.padL10 {
    padding-left: 10px;
}

.padR10 {
    padding-right: 10px;
}

.padB10 {
    padding-bottom: 10px;
}

.padT10 {
    padding-top: 10px;
}

.padTB10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.padTB15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.padTB20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.pad10 {
    padding: 10px;
}

.pad15 {
    padding: 15px;
}

.pad20 {
    padding: 20px;
}

.pad25 {
    padding: 25px;
}

.pad30 {
    padding: 30px;
}

.width100p {
    width: 100%;
}

.width90p {
    width: 90%;
}

.width80p {
    width: 80%;
}

.width70p {
    width: 70%;
}

.width60p {
    width: 60%;
}

.width50p {
    width: 50%;
}

.width40p {
    width: 40%;
}

.width30p {
    width: 30%;
}

.width20p {
    width: 20%;
}

.width10p {
    width: 10%;
}

.fileSize {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
}

.extIcon {
    vertical-align: middle;
    margin-left: 3px;
}

.rsIcon {
    display: inline-block;
    margin-right: 2px;
    height: 11px;
    text-indent: -999px;
    overflow: hidden;
    width: 11px;
    background: url(../../images/rupee.png) left top no-repeat;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.longWord,
.wordBreak {
    word-wrap: break-word;
}
/********** Image Formating & Alignment **********/

.imgLeft {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.imgRight {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

.imgCenter {
    float: none;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.imgBorder {
    border: 1px solid #ccc;
    padding: 5px
}

.rounded {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.shadow {
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    padding: 4px;
}
/********** Alignment **********/

.left {
    text-align: left !important
}

.right {
    text-align: right !important
}

.center {
    text-align: center !important
}

.justify {
    text-align: justify !important
}
/********** Error/Alert Messages **********/

.message {
    padding: 10px 38px 10px 10px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    position: relative;
}

    .message.success {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .message.success a {
            color: #2b542c;
        }

    .message.error {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .message.error a {
            color: #843534;
        }
/********** Responsive Tab **********/

.resTab {
    position: relative;
    border: 1px solid #00c5ad;
}

    .resTab .tabNav {
        margin: 0;
        padding: 0;
        list-style: none
    }

        .resTab .tabNav li {
            display: inline-block;
            margin: 0;
            position: relative;
            background-color: #00c5ad;
        }

            .resTab .tabNav li a {
                display: inline-block;
                padding: 10px 12px;
                text-decoration: none;
                font-size: 14px;
                font-weight: bold;
                color: #fff;
            }

        .resTab .tabNav .r-tabs-state-active a {
            color: #00c5ad;
            text-shadow: none;
            background-color: white;
        }

    .resTab .tabContent {
        padding: 15px;
        display: none;
    }

    .resTab .r-tabs-panel.r-tabs-state-active {
        display: block;
    }

    .resTab .r-tabs-accordion-title {
        display: none;
    }

    .resTab .tabNav .r-tabs-state-disabled {
        opacity: 0.5;
    }

    .resTab .r-tabs-accordion-title .r-tabs-anchor {
        display: block;
        padding: 10px;
        background-color: #00c5ad;
        color: #fff;
        font-weight: bold;
        text-decoration: none;
    }

    .resTab .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
        background-color: #fff;
        color: #00c5ad;
        text-shadow: none;
    }

    .resTab .r-tabs-accordion-title.r-tabs-state-disabled {
        opacity: 0.5;
    }

.noJS .resTab .tabContainer {
    height: 150px;
    overflow: hidden
}

.noJS .resTab .tabContent {
    display: block;
    height: 150px
}
/********** Table **********/

.tableOut {
    overflow-y: hidden;
    overflow-x: auto
}

table,
.tableData {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    empty-cells: show;
    border: none; /* border-right: 1px solid #cfd8dc;
  border-left: 1px solid #cfd8dc;
  border-bottom: 1px solid #cfd8dc; */
}


    table th,
    .tableData th {
        border-bottom: 2px solid #2a7ca67d !important;
        font-weight: bold;
        color: #34495e;
    }


    table table,
    .tableData table {
        margin: 0
    }

    th,
    td,
    .tableData th,
    .tableData td {
        border: none;
        padding: 12px 10px;
        border-bottom: 0 none;
        border-bottom: 1px solid #cfd8dc;
        text-align: left;
    }

        .tableData th:last-child,
        .tableData td:last-child {
            border-right: 0 none;
        }
/* table tr:nth-child(odd) td,
.tableRowOdd {
  background-color: #f9f8f8;
} */

caption,
th,
td {
    font-weight: normal;
    background: #fff
}

th,
.tableData th { /* background: #0E2753; */
    color: #000;
}

.tableScroll {
    overflow-y: hidden;
    overflow-x: auto
}

.tableData th:last-child, .tableData td:last-child {
    border-right: 0 none;
}
/* ******** Grid : 12 Coloum and Boxs ******** */

.example div div,
.example .boxs li {
    border: 1px solid #eee;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px
}

.row {
    margin: 0 -15px 20px -15px;
}

.cols1,
.cols2,
.cols3,
.cols4,
.cols5,
.cols6,
.cols7,
.cols8,
.cols9,
.cols10,
.cols11,
.cols12 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.cols12 {
    width: 100%
}

.cols11 {
    width: 91.66666667%
}

.cols10 {
    width: 83.33333333%
}

.cols9 {
    width: 75%
}

.cols8 {
    width: 66.66666667%
}

.cols7 {
    width: 58.33333333%
}

.cols6 {
    width: 50%
}

.cols5 {
    width: 41.66666667%
}

.cols4 {
    width: 33.33333333%
}

.cols3 {
    width: 25%
}

.cols2 {
    width: 16.66666667%
}

.cols1 {
    width: 8.33%
}

.boxs {
    list-style: none;
    padding: 0;
    margin: 0;
}

.boxs2 {
    margin-left: -2%;
}

.boxs3 {
    margin-left: -2%;
}

.boxs4 {
    margin-left: -2%;
}

.boxs5 {
    margin-left: -2%;
}

.boxs6 {
    margin-left: -2%;
}

.boxs > li,
.boxs > div {
    float: left;
    min-height: 1px;
    margin-left: 30px;
}

.boxs2 > li,
.boxs2 > div {
    width: 48%;
    margin-left: 2%;
}

.boxs3 > li,
.boxs3 > div {
    width: 31%;
    margin-left: 2%;
}

.boxs4 > li,
.boxs4 > div {
    width: 23%;
    margin-left: 2%;
}

.boxs5 > li,
.boxs5 > div {
    width: 18%;
    margin-left: 2%;
}

.boxs6 > li,
.boxs6 > div {
    width: 14.6%;
    margin-left: 2%;
}

.boxBorder {
    padding: 5px;
    border: 1px solid #ccc;
}
/********* Navigation *********/
.mainNavigation {
    margin: 0;
    position: relative;
    background: #066597;
    clear: both;
    z-index: 10
}

.toggleMenu {
    display: none;
    padding: 15px;
    text-decoration: none
}

    .toggleMenu .mobileMenu {
        font-size: 1.250em;
        color: #fff;
    }

    .toggleMenu .iconBar {
        float: right;
        width: 25px;
        height: 25px;
        background: url(../images/mobile-menu.png) no-repeat center center;
    }

#nav, #nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    #nav li {
        float: left;
        margin: 0;
        padding: 0;
        position: relative;
        display: inline
    }

        #nav li a {
            padding: 5px 15px;
            line-height: 36px;
            color: #fff;
            font-size: 1em;
            display: inline-block;
            text-decoration: none
        }

    #nav ul {
        width: 300px;
        top: 100%;
        padding: 0;
        left: 0;
        position: absolute;
    }

.hasJS #nav ul {
    opacity: 0;
    transition: opacity 400ms linear;
    -webkit-transition: opacity 400ms linear;
}

#nav ul li {
    float: left;
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
}

    #nav ul li a {
        display: block;
        background-color: #066597;
        font-size: 1em;
        line-height: 24px;
        color: #fff;
        border: none;
        border-top: 1px solid #024669;
        padding: 5px 15px 5px 15px;
        text-align: left;
    }

#nav ul ul {
    top: 0;
    left: 300px
}

#nav ul a:hover, .noJS #nav ul a:focus, #nav ul a.selected {
    color: #7fb6e9
}

#nav ul, #nav :hover ul ul, #nav .hover ul ul, #nav .focus ul ul {
    margin-left: -9999px
}

    #nav li:hover > ul, #nav li.hover > ul, #nav li.focus > ul, #nav a:focus + ul, #nav ul ul, .noJS #nav .hover a:focus, .noJS #nav .focus a:focus {
        margin-left: 0
    }

#nav > li > a:hover, #nav > li.hover > a, #nav > li.focus > a, #nav > .highlight > a {
    background-color: #024669;
    color: #fff;
}

#nav li ul li a:hover, #nav li ul li > a.selected, #nav ul a:hover, .noJS #nav ul a:focus, #nav ul a.selected, #nav ul > .highlight > a {
    background-color: #024669;
    color: #fff;
}

#nav ul li.focus > a {
    background-color: #e9e9e9;
    color: #060613;
    display: block;
}

#nav .menuIcon {
    display: none;
    position: absolute;
    right: 5px;
    top: 20px;
    width: 9px;
    height: 9px;
}

#nav li .menuIcon {
    background: url(../images/down-arrow.gif) no-repeat right center;
    z-index: 10
}

#nav li li .menuIcon {
    display: block;
    background: url(../images/right-arrow.gif) no-repeat right center;
    top: 13px;
    right: 10px;
    z-index: 11
}

#nav li li li .menuIcon {
    z-index: 12
}

#nav li .menuIcon.active {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.noJS #nav ul a:focus {
    width: 200px;
}

    .noJS #nav ul a:focus, .noJS #nav ul a:focus + ul {
        margin-left: 9999px
    }

.noJS #nav ul a:active {
    margin-left: 0
}

.hasJS .menuPart #nav a:focus + ul, .hasJS .menuPart #nav li.focus > ul, .hasJS .menuPart #nav li.hover > ul, .hasJS .menuPart #nav li:hover > ul, .hasJS .menuPart #nav ul ul {
    opacity: 1;
}

/*********  Accordion ******** */

.accordion {
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
}

    .accordion a {
        color: #fff;
        text-decoration: none;
    }

.leftSidebarNav .accordion {
    background-color: #066597;
}

.accordion .accTriggerDisabled,
.accordion .accTrigger {
    background: url(../images/plus.png) left 5px no-repeat;
    padding-left: 20px;
    cursor: pointer;
    font-weight: bold;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 10px 15px;
    font-weight: 500;
}

.noJS .accordion .accTrigger {
    background: none;
    padding-left: 0;
    color: #fff;
}

.accordion .accTrigger {
    position: relative;
}

    .accordion .accTrigger .mdi {
        position: absolute;
        right: 20px;
        font-size: 20px;
        top: 50%;
        transform: translateY(-50%);
    }

    .accordion .accTrigger.active .mdi-chevron-down:before {
        content: "\F143";
    }

    .accordion .accTrigger a {
        display: block;
        text-decoration: none;
        outline: 0;
        color: #fff;
    }

    .accordion .accTrigger.active {
    }

    .accordion .accTrigger.active {
        background: url(../images/minus.png) left 5px no-repeat !important;
    }

.accordDetail {
    padding: 10px 15px 10px 40px;
    display: none;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    line-height: 1.5;
}

.noJS .accordDetail {
    display: block;
    padding: 10px 0
}




.accordListMenu {
    margin: -10px -15px;
    padding: 0;
    list-style: none;
}

    .accordListMenu li:last-child a {
        border: 0;
    }

    .accordListMenu a {
        text-decoration: none;
        color: #fff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        padding: 10px 15px 10px 25px;
        display: flex;
        position: relative;
    }

        .accordListMenu a:after {
            content: "";
            position: absolute;
            left: 5px;
            top: 50%;
            transform: translateY(-50%);
            width: 10px;
            height: 10px;
            background-color: #fff;
            border-radius: 50%;
        }

        .accordListMenu a:hover:before {
            content: "";
            position: absolute;
            right: -10px;
            top: 50%;
            transform: translateY(-50%);
            width: 0;
            height: 0;
            display: flex;
            border-top: 6px solid transparent;
            border-left: 10px solid #5bffc2;
            border-bottom: 6px solid transparent;
        }

        .accordListMenu a:hover {
            background-color: #5bffc2 !important;
        }

/*----Date Picker----*/
.ui-datepicker,
.eventCalOut,
.calendarIcon {
    background-color: #2f3b4c;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

    .ui-datepicker th,
    .ui-state-highlight {
        background-color: #444444;
    }

    .ui-state-active,
    .ui-datepicker tbody a:hover {
        background-color: #1fc386;
        color: #fff !important;
    }

.ui-datepicker-prev span,
.ui-datepicker-next span {
}

.ui-datepicker {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.ui-datepicker {
    width: 21em;
    padding: 0;
    display: none;
    border: 0 none;
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: .35em 0;
        background: #066597;
        border: 0 none;
        border-radius: 3px 3px 0 0;
        -webkit-border-radius: 3px 3px 0 0;
    }

    .ui-datepicker .ui-datepicker-prev,
    .ui-datepicker .ui-datepicker-next {
        position: absolute;
        top: 7px;
        width: 1.8em;
        height: 1.8em;
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 2px;
        color: #fff;
    }

    .ui-datepicker .ui-datepicker-next {
        right: 2px;
        color: #fff;
    }

        .ui-datepicker .ui-datepicker-prev span,
        .ui-datepicker .ui-datepicker-next span {
            display: block;
            position: absolute;
            left: 50%;
            margin-left: -12px;
            top: 50%;
            transform: translateY(-50%);
            background: none;
            position: relative;
            text-indent: -9999px;
        }

            .ui-datepicker .ui-datepicker-prev span:before {
                content: "\f050";
                position: absolute;
                font-size: 22px;
                color: #fff;
                left: 0;
                top: 50%;
                margin-top: -18px;
                font-family: "Material Design Icons";
                text-indent: 0;
                font-weight: normal;
            }

            .ui-datepicker .ui-datepicker-next span:before {
                content: "\f057";
                position: absolute;
                font-size: 22px;
                color: #fff;
                right: 0;
                top: 50%;
                margin-top: -18px;
                font-family: "Material Design Icons";
                text-indent: 0;
                font-weight: normal;
            }

        .ui-datepicker .ui-datepicker-next:hover span:before,
        .ui-datepicker .ui-datepicker-prev:hover span:before {
            color: #bababa;
        }

    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center;
    }

        .ui-datepicker .ui-datepicker-title select {
            font-size: 13px;
            margin: 5px 1%;
            height: 25px;
            background-color: #fff;
            padding: 0;
        }

    .ui-datepicker select.ui-datepicker-month-year {
        width: 100%;
    }

    .ui-datepicker select.ui-datepicker-month,
    .ui-datepicker select.ui-datepicker-year {
        width: 48%;
    }

    .ui-datepicker table {
        width: 100%;
        font-size: .9em;
        border-collapse: collapse;
        margin: 0 0 .4em;
        border: 0 none;
    }

    .ui-datepicker th {
        padding: 0;
        text-align: center;
        font-weight: 600;
        border: 0;
        width: 32px;
        height: 36px;
        line-height: 36px !important;
        vertical-align: middle;
        font-size: 13px;
    }

        .ui-datepicker th span {
            text-transform: none;
            font-weight: 600;
        }

    .ui-datepicker td {
        border: 0;
        padding: 1px;
        background-color: transparent;
    }

    .ui-datepicker tr:nth-child(2n+1) td, .ui-datepicker-calendar .tableRowOdd {
        background-color: transparent;
    }

    .ui-datepicker td span,
    .ui-datepicker td a {
        display: block;
        padding: 0;
        text-align: right;
        text-decoration: none;
        width: 32px;
        height: 32px;
        line-height: 32px !important;
        vertical-align: middle;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        border: 0 none;
        font-size: 13px;
    }

    .ui-datepicker .ui-datepicker-buttonpane {
        background-image: none;
        margin: .7em 0 0 0;
        padding: 0 .2em;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
        overflow: hidden;
    }

        .ui-datepicker .ui-datepicker-buttonpane button {
            float: right;
            margin: .5em .2em .4em;
            cursor: pointer;
            padding: .2em .6em .3em .6em;
            width: auto;
            overflow: visible;
        }

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: none;
    border: 0 none;
}

.ui-datepicker-today a.ui-state-default.ui-state-highlight {
    color: #066597;
    font-weight: 600;
}
/*----Date Picker----*/
.eventCalOut {
    position: absolute;
    width: 222px;
    right: -222px;
    float: right;
    top: 70px;
    z-index: 22;
}

.calendarIcon {
    width: 50px;
    height: 52px;
    position: absolute;
    left: -50px;
}

    .calendarIcon span {
        background-position: -113px -27px;
        width: 29px;
        height: 29px;
        margin: 10px;
    }

.calendarOut {
    padding: 5px;
}

    .calendarOut .ui-datepicker {
        width: 100%;
    }

    .calendarOut .button {
        background-color: #2979ca;
        color: #fff;
        display: block;
        text-align: center;
        -webkit-border-radius: 3px 3px 3px 3px;
        border-radius: 3px 3px 3px 3px;
    }

        .calendarOut .button:hover {
            background-color: #173C84;
        }

.ui-datepicker tbody a {
    color: #444444;
}

.ui-datepicker-title {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
}

.ui-datepicker th {
    text-transform: uppercase;
    font-weight: normal;
    color: #fff;
}

.ui-datepicker-prev,
.ui-datepicker-next {
    width: 25px;
    font-size: 16px;
    height: 25px;
    display: inline-block;
    margin: 0;
    cursor: pointer;
    color: #fff;
}

    .ui-datepicker-prev span {
        background-position: -147px -27px;
        overflow: hidden;
        width: 25px;
        height: 25px;
        position: static;
        margin: 5px 0 0;
    }

    .ui-datepicker-next span {
        background-position: -175px -27px;
        overflow: hidden;
        width: 25px;
        height: 25px;
        position: static;
        margin: 5px 0 0;
    }

.ui-datepicker td span,
.ui-datepicker td a {
    text-align: center;
    line-height: 20px;
}

.ui-datepicker-trigger {
    display: none;
    width: 30px;
    height: 30px;
    margin: 8px 0 0 15px;
    vertical-align: top;
    overflow: hidden;
    background: transparent !important;
    padding: 0;
    margin: 0;
    position: absolute;
    right: -45px;
    top: 7px;
}

.calIcon {
    background-position: -205px -107px;
    width: 30px;
    height: 30px;
    display: block;
    vertical-align: top;
}
/*==========================================================================================================================*/
/*================================================ Main CSS Theme Start ====================================================*/
/*==========================================================================================================================*/

/********** Layout **********/
#wrapper {
    position: absolute;
    min-height: 100%;
    background: #f5f7fa;
    width: 100%;
}

.container {
    margin: 0 auto;
    width: 100%;
    max-width: 1170px;
}

#content {
}

.content {
}

.sidebar {
}

.fullWidth {
}
/********** Header **********/
#header {
    background: #ffffff;
    width: 100%;
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0 10px;
    box-shadow: 0 9px 9px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0 9px 9px rgba(206, 206, 206, 0.10);
    z-index: 1;
    vertical-align: top;
    z-index: 12;
}

.logoSection {
    float: left;
    padding: 10px 0 0 0;
    text-align: left;
}

.topLinksAndSearch {
    padding: 10px 0;
    display: flex;
    justify-content: end;
}

    .topLinksAndSearch #accessControl input {
        color: #333;
    }

    .topLinksAndSearch .searchAndMenubar {
        float: left;
        padding: 26px 0;
    }

    .topLinksAndSearch .userTopLinks {
        float: left;
        padding: 20px 0 0;
        margin-left: 10px;
    }

    .topLinksAndSearch ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        align-content: center;
        justify-content: end;
        flex-wrap: wrap;
    }

    .topLinksAndSearch li {
        display: flex;
        justify-content: end;
        align-items: center;
        font-size: 26px;
        color: #b0bec5;
        position: relative;
        padding: 0 20px;
    }

        /*.topLinksAndSearch li:nth-child(1):before {
            display: none;
        }

        .topLinksAndSearch li:before {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 1px;
            height: 30px;
            background-color: #ccc;
        }*/

        .topLinksAndSearch li a {
            color: #333;
            float: left;
            text-align: center;
            line-height: 45px;
        }

            .topLinksAndSearch li a .fa {
                font-size: 22px;
            }

            .topLinksAndSearch li a:hover {
                color: #0E2753;
            }

            .topLinksAndSearch li a.active {
                color: #57bdde;
            }

.roundCount {
    background: #00bfe9;
    position: absolute;
    height: 18px;
    width: 18px;
    text-align: center;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    line-height: 18px;
    vertical-align: middle;
    right: -8px;
    bottom: -2px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

    .roundCount.blue {
        background: #00bfe9;
    }

    .roundCount.red {
        background: #e03329;
    }

.searchIcon.closed,
.searchIcon:hover {
    color: #57bdde;
}

.menuToggle.active {
    color: #00bfe9;
}

.dropPopup {
    display: none;
    width: 300px;
    background: #444444;
    padding: 10px;
    position: absolute;
    top: 53px;
    right: -20px;
    margin-right: -10px;
    border: 0 none;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
}

    .dropPopup ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .dropPopup li {
        font-size: 13px;
        color: #fff;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #717171;
        margin-right: 0;
        position: relative;
    }

.messagePopup li {
    padding-left: 30px;
}

.dropPopup.messagePopup li:before {
    content: "\f1f0";
    font-family: "Material Design Icons";
    font-size: 21px;
    position: absolute;
    left: 0;
    top: 18px;
    margin-top: 0;
    background-color: transparent;
}

.dropPopup li a {
    color: #fff;
    text-decoration: none;
}

    .dropPopup li a:hover {
        opacity: 0.7;
        color: #fff;
    }

.dropPopup li span {
    display: block;
}

    .dropPopup li span.dropPopupTitle {
        font-weight: 600;
        margin-bottom: 5px;
    }

    .dropPopup li span.dropPopupText {
        line-height: 16px;
        margin-bottom: 10px;
    }

    .dropPopup li span.dropPopupDate {
        font-size: 12px;
    }

.dropPopup li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0 none;
}

.dropPopup .viewAll {
    display: block;
    background: #0E2753;
    border-radius: 3px;
    -webkit-border-radius: 5px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    margin-top: 15px;
}

    .dropPopup .viewAll:hover {
        color: #fff;
        background: #000;
    }

.dropPopup::before {
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid #444444;
    position: absolute;
    z-index: 111;
    right: 30px;
    top: -12px;
    width: 0;
    height: 0;
}
/*********serachFeild**********/
.searchFiled {
    display: none;
    width: 500px;
    position: absolute;
    right: 100%;
    top: -8px;
    margin-right: 10px;
}

    .searchFiled input[type="text"] {
        height: 42px;
        border: 1px solid #939393;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        font-size: 14px;
        padding-right: 50px;
    }

    .searchFiled input[type="submit"] {
        border: 0 none;
        position: absolute;
        right: 1px;
        top: 1px;
        height: 40px;
        border-radius: 0px;
        -webkit-border-radius: 0px;
    }
/********** Main Container **********/
#mainContainer {
    width: 100%;
    height: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    background: #f5f7fa;
}

.leftSidebarNav {
    width: 314px;
    height: 100%;
    left: 0;
    top: 0;
    background: #066597;
    position: absolute;
    z-index: 1;
    padding: 100px 0 0 0;
}

    .leftSidebarNav.menuCollepase {
        overflow: inherit;
        background: #444444;
    }

.contentContainer {
    padding: 0px 15px 120px 15px;
    margin-left: 0 !Important;
    height: 100%;
    min-height: 100%;
}

.userInformation {
    padding: 7px 0px;
    float: right;
}

.userImgWrap {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.userImg {
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    overflow: hidden;
    border: 1px solid #7e7e7e;
}

    .userImg img {
        height: 100%;
        width: 100%;
        display: inline-block;
        vertical-align: top;
    }

.userDetail {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: 8px;
}

    .userDetail p {
        color: #333;
    }

    .userDetail .dropPopup {
        width: 195px;
        right: 0;
    }

        .userDetail .dropPopup.messagePopup li {
            width: 100%;
            padding-left: 0;
            font-size: 14px;
        }

            .userDetail .dropPopup.messagePopup li .fa {
                font-size: 16px;
                vertical-align: top;
                margin-right: 5px;
            }

            .userDetail .dropPopup.messagePopup li::before {
                display: none;
            }

    .userDetail .openDrpPopup {
        font-size: 14px;
        color: #434343;
        text-decoration: none;
        margin-bottom: 5px;
        display: block;
        font-family: 'Poppins', sans-serif;
    }

        .userDetail .openDrpPopup .fa.fa-angle-down {
            font-size: 19px;
            color: #ba1a3b;
            vertical-align: top;
            line-height: 14px;
        }

    .userDetail .division {
        display: block;
        color: #434343;
        font-size: 14px;
    }

    .userDetail h4,
    .userDetail p {
        color: #848484;
        margin: 0;
        padding: 0;
    }

    .userDetail h4 {
        font-size: 16px;
    }

    .userDetail p {
        font-size: 13px;
        margin-bottom: 0;
    }

        .userDetail p span {
            display: block;
            font-size: 15px;
            color: #b0bec5;
            margin-top: 5px;
        }

.activeIcon {
    position: absolute;
    right: -4px;
    border: 5px solid #2f3b4c;
    background: #78a51e;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    bottom: 4px;
}
/********** navigation **********/
.navigation {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

    .navigation ul {
        margin: 0;
        padding: 0 0 10px;
        list-style: none;
        position: relative;
    }
    /*.navigation ul:before{background:#555f72; width:254px; position:absolute; content:""; bottom:0; left:50%; margin-left:-127px; height:1px;}*/
    .navigation li {
        font-size: 17px;
        color: #b0bec5;
        margin-bottom: 0;
        border-bottom: 1px solid #444f8e;
    }

        .navigation li a {
            color: #fff;
            text-decoration: none;
            padding: 10px 15px;
            display: block;
            position: relative;
        }
        /*.navigation li a:after, .navigation li a:before {content:" ";display:table}
.navigation li a:after{clear:both}*/
        /*.navigation li a:hover:before, .navigation li a:before{width:4px; height:100%; position:absolute; left:0; top:0; content:""; background:#4f8b9e; opacity:0;  transition: all 0.8s ease 0ms; -webkit-transition: all 0.8s ease 0ms;}*/
        /*.navigation li a:hover, .navigation li.active {background:#111820;}*/
        /*.navigation li a:hover:before, .navigation li.active a.activeLink.selectLink:before, .navigation li.active a:before{opacity:1;}*/
        .navigation li.active .nav-second-level li a:hover:before {
            opacity: 1;
        }

.menuText {
    font-size: 16px;
    margin-left: 0;
}

.navigation li a i {
    font-size: 20px;
    float: left;
}

.navigation li .menuText {
    display: inline-block;
    width: 85%;
    line-height: 18px;
}

.menuCollepase .userInformation {
    padding: 20px 5px;
}

    .menuCollepase .userInformation .userDetail {
        display: none;
    }

.menuCollepase .menu li .menuText {
    display: none;
}

.menuCollepase .menu li:hover .menuText {
    display: block;
    margin-left: 0;
    padding: 8px 10px 8px;
    height: 47px;
    text-align: left;
    position: absolute;
    left: 70px;
    top: 0;
    width: 250px;
    font-size: 15px;
    line-height: 15px;
    background: #b61234;
    opacity: 0; /*transform: translateX(-150px); -webkit-transform: translateX(-150px);  -webkit-transition-duration: 0.3s;  transition-duration: 0.3s;  -webkit-transition-property: transform opacity;  transition-property: transform opacity; -webkit-transition-timing-function: ease-out;  transition-timing-function: ease-out;*/
    z-index: -2;
    border-bottom: 1px solid #1d242f;
}

.menuCollepase .navigation ul::before {
    width: 70px;
    margin-left: -35px;
}

.menuCollepase .userImg {
    width: 60px;
    height: 60px;
    line-height: 62px;
}

.menuCollepase .navigation li a {
    padding: 10px;
    text-align: center;
}

.menuCollepase .navigation li a {
    padding: 10px;
    text-align: left;
}

.menuCollepase .navigation li ul.nav-second-level li a {
    padding: 5px 0;
}

    .menuCollepase .navigation li ul.nav-second-level li a .mdi-chevron-double-right {
        left: 9px;
    }

.menuCollepase .navigation li a .leftIcon {
    left: 11px;
}
/*.menuCollepase .navigation ul{padding-bottom:0;}*/
/********** Contentpart  commonBox Style**********/
.columnBoxWrap {
    margin: 0 -10px;
    padding: 0;
}

.columnBox1,
.columnBox2,
.columnBox3,
.columnBox4.columnBox4,
.columnBox5,
.columnBox6,
.columnBox7,
.columnBox8,
.columnBox9,
.columnBox10,
.columnBox11,
.columnBox12 {
    float: left;
    padding: 0 10px;
    margin-bottom: 20px;
}

.columnBox1 {
    width: 8.33%;
}

.columnBox2 {
    width: 16.33%;
}

.columnBox3 {
    width: 33.33%;
}

.columnBox4 {
    width: 25%;
}

.columnBox5 {
    width: 20%;
}

.columnBox6 {
    width: 50%;
}

.columnBox7 {
    width: 58.33%;
}

.columnBox8 {
    width: 66.66%;
}

.columnBox9 {
    width: 75%;
}

.columnBox10 {
    width: 83.33%;
}

.columnBox11 {
    width: 91.66%;
}

.columnBox12 {
    width: 100%;
}

.whiteBg {
    background: #fff;
}

.countContent {
    height: 94px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
}

.boxShadow {
    box-shadow: 1px 1px 15px 2px rgb(0 0 0 / 10%);
    border-radius: 20px;
}

.padLeftIcon {
    padding-left: 85px;
}

.leftIcon {
    position: absolute;
    height: 45px;
    left: 5px;
    top: 50%;
    margin-top: -23px;
    width: 45px;
    text-align: center;
    color: #fff;
    padding: 0;
    background: url("../images/left-dashboardIcon.png") no-repeat 0 0;
    filter: brightness(0) invert(1);
}

.leftIcons {
    margin-right: 5px;
    position: relative;
    top: -2px;
}

.leftIcon.observerIcon {
    background-position: 0 -45px;
}

.leftIcon.alumniIcon {
    background-position: 0 -90px;
}

.leftIcon.vendorIcon {
    background-position: 0 -135px;
}

.leftIcon.patientIcon {
    background-position: 0 -180px;
}

.leftIcon.recruitmentIcon {
    background-position: 0 -225px;
}

.leftIcon.managementIcon {
    background-position: 0 -270px;
}

.navigation li > a {
    padding: 10px 15px;
    position: relative;
}

.navigation ul li ul li a {
    position: relative;
}

    .navigation ul li ul li a:before {
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #fff;
        left: 0;
        top: 40%;
    }

.navigation li > a .mdi {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.countContent p {
    font-size: 18px;
    text-align: left;
    color: #2f3b4c;
    text-transform: uppercase;
    max-width: 147px;
}

.orange .leftIcon {
    background: #ff8761;
}

.orange.countContent p {
    color: #ff8761;
}

.lightBlue .leftIcon {
    background: #57bdde;
}

.lightBlue.countContent p {
    color: #57bdde;
}

.lightLavedar .leftIcon {
    background: #b198dc;
}

.lightLavedar.countContent p {
    color: #b198dc;
}

.lightGreen .leftIcon {
    background: #6dc7be;
}

.lightGreen.countContent p {
    color: #6dc7be;
}

.countContent .count {
    display: block;
    color: #2f3b4c;
}

.commonBox {
    padding: 15px;
    position: relative;
}

/******************commonForm ********************/
.adminForm {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .adminForm ul {
        margin: 0 -5px;
        padding: 0;
        list-style: none;
    }

    .adminForm li {
        width: 100%;
        float: left;
    }

        .adminForm li .feildCol {
            width: 50%;
            float: left;
            margin-bottom: 20px;
            padding: 0 10px;
        }

            .adminForm li .feildCol.fullWidth {
                width: 100%;
            }

    .adminForm .customSelect,
    .adminForm select,
    .adminForm select.customSelect,
    .adminForm .datepicker,
    .adminForm input[type="text"] {
        color: #2f3b4c;
        font-size: 13px;
        border: 1px solid #dee7ed;
        height: 38px;
        width: 100%;
        text-align: left;
    }
/*.adminForm .datepicker{background:url(../images/calender-icon-admin.png) right center no-repeat;}*/
.datepicker {
    background: url(../images/calender-icon-admin.png) right center no-repeat #fff !important;
}
/***************************contentPart**********/
h2.boxTitle {
    font-size: 1.5em; /*color:#2f3b4c;*/
    color: #238195;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: left;
    margin-top: 10px;
}

    h2.boxTitle.calendarBg {
        background: url(../images/calendar-icon-bg.png) right center no-repeat;
    }

.chartArea {
    text-align: center;
}

    .chartArea .commonBox {
        height: 413px;
    }

.amcharts-chart-div a {
    display: none !important;
}

.chartArea img {
    max-width: 100%;
    height: auto;
}

.rightTopFeilds {
    width: 251px;
    position: absolute;
    right: 15px;
    top: 15px;
}

    .rightTopFeilds.adminForm .feildCol {
        padding: 0 5px;
    }

    .rightTopFeilds.adminForm ul {
        margin: 0 -5px;
    }

.sectorWiseFeild {
    margin-top: -10px;
}

    .sectorWiseFeild.adminForm .feildCol {
        margin-bottom: 15px;
    }
/***************************recentlyUpdate*********************/
.recentlyUpdate {
    width: 100%;
}

.recentlyUpdateBox h2 {
    background: #6dc7be;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
}

.updateListing {
    padding: 20px 30px;
}

    .updateListing ul {
        margin: 0 0 15px;
        padding: 0;
        list-style: none;
    }

    .updateListing li {
        position: relative;
        padding-left: 25px;
        margin-bottom: 12px;
        color: #2f3b4c;
        font-size: 13px;
        line-height: 1;
    }

        .updateListing li:before {
            content: "\f054";
            position: absolute;
            top: 50%;
            font-size: 18px;
            margin-top: -9px;
            font-family: "Material Design Icons";
            left: 0;
            color: #737373;
        }

        .updateListing li a {
            color: #2f3b4c;
            text-decoration: none;
        }

            .updateListing li a:hover {
                color: #e65a15;
            }

    .updateListing .viewAllLink {
        color: #2f3b4c;
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;
    }

        .updateListing .viewAllLink:hover {
            color: #e65a15;
        }
/***************************topSearhcPanel*********************/
.boxSearchPanel {
    padding: 0;
    margin: 0 0 20px;
    list-style: none;
    position: relative;
}

.adminForm .sixColFeild li .feildCol {
    padding: 0px 5px 10px 5px;
    margin: 0;
    list-style: none;
    width: 16.66%;
}

.adminForm .fifthColFeild li .feildCol {
    padding: 0 5px;
    margin: 0;
    list-style: none;
    width: 20%;
}

.adminForm .forthColFeild li .feildCol {
    padding: 0 5px;
    margin: 0;
    list-style: none;
    width: 25%;
}

.adminForm .threeColFeild li .feildCol {
    padding: 0 5px;
    margin: 0;
    list-style: none;
    width: 33.33%;
}

.adminForm .twoColFeild li .feildCol {
    padding: 0 5px;
    margin: 0;
    list-style: none;
    width: 50%;
}

.adminForm .singleColFeild li .feildCol {
    padding: 0 5px;
    margin: 0;
    list-style: none;
    width: 100%;
}

.boxSearchPanel {
    position: relative;
}

.serchPanelFeild {
    padding-right: 102px;
}

/*.searchBtnCol{position:absolute; right:0; top:0;}*/
.boxSearchPanel ::-webkit-input-placeholder {
    color: #2f3b4c;
}

.boxSearchPanel :-moz-placeholder {
    color: #2f3b4c;
    opacity: 1;
}

.boxSearchPanel ::-moz-placeholder {
    color: #2f3b4c;
    opacity: 1;
}

.boxSearchPanel :-ms-input-placeholder {
    color: #2f3b4c;
}

.searchBtnCol input {
    background: #8d919b;
    font-size: 15px;
    border: 0 none;
    padding: 4px 15px;
    height: 43px;
    color: #fff;
    width: 100%;
    border-radius: 6px;
}

    .searchBtnCol input:hover {
        background-color: #444444;
        color: #fff;
    }

.textRight {
    text-align: right;
}

.approved {
    color: #03953f;
}

.pending {
    color: #c85c1a;
}

.process {
    color: #0072bc;
}

.reportIcon {
    white-space: nowrap;
    text-align: center;
    font-size: 19px;
    color: #585858;
}

    .reportIcon a {
        color: #585858;
        display: inline-block;
    }

        .reportIcon a:hover {
            color: #57bdde;
        }

.btnRow input,
.btnRow a.button {
    background: #78a51e;
    font-size: 15px;
    border: 0 none;
    padding: 4px 10px;
    height: 28px;
    line-height: 18px;
    margin-left: 10px;
    border-radius: 25px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
}

.btnRow a.button {
    line-height: 20px;
}

    .btnRow a.button:hover {
        background: #444;
    }

.rightBtn {
    text-align: right;
}
/***********************gridIcons******************/
.gridIcons {
    display: block;
    text-align: center;
    white-space: nowrap;
}

.bigIcon {
    font-size: 24px;
}

.greenIcon {
    color: #2bad81;
}

    .greenIcon:hover {
        color: #097c55;
    }

.orangeIcon {
    color: #ff8761;
}

    .orangeIcon:hover {
        color: #e05528;
    }
/***********************popupGrid******************/
.popupContentScroll .tableData th {
    font-weight: 600;
    font-size: 14px;
    text-align: left;
}

.textCenter {
    text-align: center !important;
}

.popupContentScroll .tableData th,
.popupContentScroll .tableData td {
    padding: 10px 12px;
    border-bottom: 1px solid #dee7ed;
    vertical-align: middle;
    line-height: 18px;
}

.popupContentScroll table tr:nth-child(odd) td, .popupContentScroll .tableRowOdd {
    background-color: #fff;
}

.popupContentScroll .tableData tr:last-child th,
.popupContentScroll .tableData tr:last-child td {
    border-bottom: 0 none;
}

.tableData.srNo tr td:first-child {
    width: 70px;
    text-align: center;
    vertical-align: top;
}

.popupContentScroll .tableData.blueHead th {
    background: #00bfe9;
}
/***********************popupStagetabs******************/
.legends {
    margin: 0 0 20px;
    text-align: right;
}

    .legends ul {
        display: inline-block;
        list-style: none;
        margin: 0 10px 0 0;
        padding: 0;
    }

    .legends li {
        margin-left: 30px;
        font-size: 14px;
        color: #747474;
        display: inline-block;
        text-transform: uppercase;
        font-weight: 600;
    }

        .legends li:first-child {
            margin-left: 0;
        }

        .legends li span {
            padding-left: 28px;
            position: relative;
        }

            .legends li span:before {
                position: absolute;
                content: "";
                width: 13px;
                height: 13px;
                left: 0;
                top: 50%;
                margin-top: -7px;
            }

            .legends li span.stageFinished:before {
                background: #ff8761;
            }

            .legends li span.remainingStage:before {
                background: #dcdcdc;
            }

.gridTopBtn {
    background: #ffffff;
    border: 1px solid #d7d7d7;
    padding: 5px 10px;
    color: #747474;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    float: right;
    margin-top: -8px;
}

    .gridTopBtn:hover {
        background: #ff8761;
        color: #fff;
        border: 1px solid #ff8761;
    }

    .gridTopBtn i {
        color: #ff8761;
        font-size: 20px;
        font-weight: 700;
        display: inline-block;
        vertical-align: middle;
    }

    .gridTopBtn:hover i {
        color: #fff;
    }

    .gridTopBtn span {
        display: inline-block;
        vertical-align: middle;
    }

.tableData th span {
    display: block;
    font-weight: 400;
    font-size: 13px;
}

.gridIcons .commonIcon {
    color: #585858;
    font-size: 18px;
}
/*********************************footer*******************************/
#footer {
    padding: 20px 15px 0;
    background-color: #e5e5e5;
    color: #646464;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
}

    #footer p {
        font-size: 14px;
        margin-bottom: 0;
        line-height: 18px;
    }

    #footer.on {
        padding-left: 110px;
    }

.mainDashboard #footer {
    padding-left: 0 !important;
    text-align: center;
}


.footerMenu {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .footerMenu li {
        padding: 0;
        margin:5px;
        position: relative;
    }

        /*.footerMenu li:before {
            content: "";
            position: absolute;
            left: 0px;
            top: 0px;
            height: 100%;
            width: 1px;
            background-color: #ccc;
        }*/

        .footerMenu li:first-child:before {
            display: none
        }

        .footerMenu li a {
            color: #333;
            text-decoration: none;
        }

            .footerMenu li a:hover {
                color: #066597 !important;
            }
/********** Form Page **********/
.formList .box {
    padding-bottom: 15px;
}

.formList {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .formList li {
        margin: 0;
    }

    .required,
    .formList .error {
        color: #C00;
        padding-right: 5px;
    }

    .formList .error {
        display: block;
        font-size: 12px;
        position: absolute;
        background: #C00;
        color: #fff;
        padding: 7px 15px;
        right: 0;
        top: 115%;
        z-index: 1;
        display: none
    }

        .formList .error:after {
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 10px 8px 10px;
            border-color: transparent transparent #C00 transparent;
            content: '';
            right: 10px;
            margin-left: -15px;
            top: -7px;
            position: absolute
        }

    .formList .textBoxOut {
        margin-bottom: 5px;
        position: relative
    }

    .formList textarea {
        min-height: 120px;
    }

.textBoxOut textarea,
.textBoxOut input {
    background: #fff;
}

.formList label,
.formList .label {
    color: #333;
    display: inline-block;
    font-weight: normal;
    padding-top: 7px;
    padding-right: 5px;
    color: #000;
}

.radioList input {
    float: left;
    margin: 5px;
    clear: left;
}

.radioList label,
.radioList .label {
    float: left;
    color: #555;
}

.note {
    font-size: 12px;
    font-style: italic;
    padding: 5px 0 0;
}

.captcha {
    position: relative;
}

    .captcha .captchaImg {
        border: 1px solid #d7d7d7;
        float: left;
        max-height: 33px;
    }

    .captcha .refreshCaptcha {
        float: left;
        margin: 5px 0 0 10px;
    }

.formList .title {
    font-size: 15px;
    font-weight: 700;
    color: #1A8E75;
    display: block
}

.buttonOut .button {
    margin-right: 15px;
}

.formList input[type="file"] {
    border: 1px solid #d0d0d0;
    height: 37px;
    width: 100%;
}

.formList .uploadBtn {
    color: #fff;
    background: #78a51e;
    height: 37px;
    padding: 10px 17px;
    border: 1px solid #78a51e;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 4px;
    cursor: pointer
}

    .formList .uploadBtn:hover {
        background: #444
    }

.formList .cols1,
.formList .cols2,
.formList .cols3,
.formList .cols4,
.formList .cols5,
.formList .cols6,
.formList .cols7,
.formList .cols8,
.formList .cols9,
.formList .cols10,
.formList .cols11,
.formList .cols12 {
    padding-left: 0
}

.padR0 {
    padding-right: 0 !important
}

.declarationCheck {
    width: 45px;
    float: left;
    position: relative;
    z-index: 1
}

.declarationDetails {
    width: 100%;
    margin-left: -45px;
    padding-left: 45px;
    float: left
}

.userPhoto {
    width: 107px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

    .userPhoto a {
        position: absolute;
        width: 100%;
        background: rgba(0, 0, 0, 0.8);
        color: #fff;
        text-align: center;
        left: 0;
        bottom: -100%;
        padding: 5px 0;
        text-decoration: none;
        transition: 300ms all
    }

    .userPhoto:hover a {
        bottom: 0
    }
/********** Registration Form page **********/
.regisFormBlock { /*margin-top: 17px;*/
    margin-top: 0;
    overflow: hidden
}

.regisForm {
    position: relative
}

    .regisForm h3 {
        font-size: 28px;
        margin-bottom: 13px;
        padding-bottom: 5px;
        font-family: 'Poppins', sans-serif;
        border-bottom: 1px solid #d0d0d0;
    }

    .regisForm h4 {
        font-size: 20px;
        margin-bottom: 25px;
        font-family: 'Poppins', sans-serif;
        color: #044e6b;
    }

    .regisForm h5 {
        font-size: 17px;
        margin-bottom: 25px;
        font-family: 'Poppins', sans-serif;
        color: #044e6b;
        border-bottom: 1px solid #d0d0d0;
        margin-bottom: 15px;
        padding-bottom: 10px;
    }

.regisFiedSectionLeft {
    width: 170px;
    float: left;
    margin-top: 30px;
}

.regiFieldNumber {
    text-align: center;
    position: relative;
    margin-bottom: 9px;
    padding-bottom: 20px;
}

    .regiFieldNumber::after {
        background: #cfcfcf;
        bottom: 0;
        content: "";
        height: 15px;
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        width: 1px;
    }

    .regiFieldNumber a {
        outline: 0 none;
        text-decoration: none;
        color: #444444;
        font-size: 16px;
        display: block;
    }

    .regiFieldNumber span {
        background: #ffffff;
        border: 3px solid #919191;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        display: block;
        height: 40px;
        line-height: 34px;
        text-align: center;
        width: 40px;
        margin: 0 auto 7px;
        font-size: 1.090em;
        font-family: 'Poppins', sans-serif;
    }

    .regiFieldNumber:last-child::after {
        display: none
    }

.regisFiedSectionRight {
    float: right;
    margin-left: -170px;
    padding-left: 180px;
    width: 100%;
}

.regiFormSection {
    padding: 0 40px 25px 40px;
}

.regiFormBlock {
    background: #fafafa;
    border-bottom: 2px solid #78a51e;
    padding: 2%;
    margin-bottom: 30px;
    position: relative
}

    .regiFormBlock h2 {
        color: #1f1f1f;
        font-size: 1.510em;
        margin-bottom: 5px;
        width: 100%;
        float: left;
        margin-top: 24px;
    }

.boxs > h3,
.boxs > h4 {
    border-bottom: 1px solid #dddddd;
    font-size: 16px;
    font-weight: bold;
    margin-left: 22px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.boxs > h4 {
    font-size: 14px;
}

.regiField .customSelectInner {
    font-style: italic;
}

.regiField .customSelect {
    background-color: #fbfbfb;
    height: 39px;
    border: 1px solid #d0d0d0;
    color: #737373;
    font-size: 0.871em;
    width: 100%;
    background: url("../images/selectDnArrow.png") no-repeat 96% center !important;
}

.calIcon {
    background: url(../images/cal.png) no-repeat Center Center;
    color: #757575;
}

.stick {
    position: fixed;
    top: 0px;
}

#sticker {
    max-width: 170px;
    width: 100%;
}

#regField1 a span {
    border-color: #5b912d;
    color: #5b912d
}

#regField2 a span {
    border-color: #dc4b89;
    color: #dc4b89
}

#regField3 a span {
    border-color: #edb220;
    color: #edb220
}

#regField4 a span {
    border-color: #00aeb3;
    color: #00aeb3
}

#regField5 a span {
    border-color: #e68523;
    color: #e68523
}

#regField6 a span {
    border-color: #dd5143;
    color: #dd5143
}

#regField7 a span {
    border-color: #8d6cab;
    color: #8d6cab
}

#regField8 a span {
    border-color: #00a0dc;
    color: #00a0dc
}

#regField9 a span {
    border-color: #86888a;
    color: #86888a
}

#regField1 a:hover span,
#regField1 a.active span {
    background: #5b912d;
}

#regField2 a:hover span,
#regField2 a.active span {
    background: #dc4b89;
}

#regField3 a:hover span,
#regField3 a.active span {
    background: #edb220;
}

#regField4 a:hover span,
#regField4 a.active span {
    background: #00aeb3;
}

#regField5 a:hover span,
#regField5 a.active span {
    background: #e68523;
}

#regField6 a:hover span,
#regField6 a.active span {
    background: #dd5143;
}

#regField7 a:hover span,
#regField7 a.active span {
    background: #8d6cab;
}

#regField8 a:hover span,
#regField8 a.active span {
    background: #00a0dc;
}

#regField9 a:hover span,
#regField9 a.active span {
    background: #86888a;
}

.regiFieldNumber a:hover span,
.regiFieldNumber a.active span {
    color: #fff !important;
}

.green {
    color: #5b912d;
}

.pink {
    color: #dc4b89
}

.yellow {
    color: #edb220
}

.irisBlue {
    color: #00aeb3
}

.darkOrange {
    color: #e68523
}

.darkPink {
    color: #dd5143
}

.violet {
    color: #8d6cab
}

.skyBlue {
    color: #00a0dc
}

.grey {
    color: #86888a
}
/********** Custom Checkbox / Radiobox ***********/
.cuctom-checkbox label,
.cuctom-radiobox label {
    display: inline-block;
    margin-left: 5px; /*vertical-align:top;*/
    cursor: pointer;
}

.cuctom-checkbox,
.cuctom-radiobox {
    padding-top: 5px;
}

h5 .cuctom-checkbox label {
    font-size: 14px;
    padding-bottom: 0;
    color: #383838;
    padding-top: 3px;
}

h5 .note {
    color: #666;
    font-size: 14px;
}

.formList .cuctom-checkbox label {
    padding-bottom: 3px;
    margin-left: 3px;
    padding-right: 0;
}

.formList .boxs2.fullCheckbox {
}

    .formList .boxs2.fullCheckbox .box {
        width: 100%;
        margin-left: 0px;
    }

    .formList .boxs2.fullCheckbox .icheckbox_square {
        float: left;
        margin-right: -20px;
    }

    .formList .boxs2.fullCheckbox .cuctom-checkbox label {
        padding-left: 26px;
        line-height: 17px;
    }
/* jQuery iCheck plugin Square skin, black-------------------------------------------- */
.icheckbox_square,
.iradio_square {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    background: url(../images/square.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square {
    background-position: 0 0;
}

    .icheckbox_square.hover {
        background-position: -24px 0;
    }

    .icheckbox_square.checked {
        background-position: -48px 0;
    }

    .icheckbox_square.disabled {
        background-position: -72px 0;
        cursor: default;
    }

    .icheckbox_square.checked.disabled {
        background-position: -96px 0;
    }

.iradio_square {
    background-position: -120px 0;
}

    .iradio_square.hover {
        background-position: -144px 0;
    }

    .iradio_square.checked {
        background-position: -168px 0;
    }

    .iradio_square.disabled {
        background-position: -192px 0;
        cursor: default;
    }

    .iradio_square.checked.disabled {
        background-position: -216px 0;
    }

div.dataTables_length label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
}

div.dataTables_length select {
    width: 75px;
    display: inline-block;
}

div.dataTables_filter {
    text-align: right;
}

    div.dataTables_filter label {
        font-weight: normal;
        white-space: nowrap;
        text-align: left;
    }

    div.dataTables_filter input {
        margin-left: 0.5em;
        display: inline-block;
        width: auto;
    }

div.dataTables_info {
    padding-top: 8px;
    white-space: nowrap;
}

div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
}

    div.dataTables_paginate ul.pagination {
        margin: 2px 0;
        white-space: nowrap;
    }

@media screen and (max-width: 767px) {
    div.dataTables_wrapper > div.row > div, div.dataTables_length, div.dataTables_filter, div.dataTables_info, div.dataTables_paginate {
        text-align: center;
    }

    div.DTTT {
        margin-bottom: 0.5em;
    }
}

table.dataTable td,
table.dataTable th {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

table.dataTable {
    clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
}

    table.dataTable thead .sorting,
    table.dataTable thead .sorting_asc,
    table.dataTable thead .sorting_desc,
    table.dataTable thead .sorting_asc_disabled,
    table.dataTable thead .sorting_desc_disabled {
        cursor: pointer;
        position: relative;
    }

        table.dataTable thead .sorting:after,
        table.dataTable thead .sorting_asc:after,
        table.dataTable thead .sorting_desc:after {
            position: absolute;
            top: 12px;
            right: 8px;
            display: block;
            font-family: "Material Design Icons";
            opacity: 0.5;
            font-size: 20px;
        }

        table.dataTable thead .sorting:after {
            content: "\f4e2"; /* sort */
        }

        table.dataTable thead .sorting_asc:after {
            font-family: "FontAwesome";
            content: "\f176"; /* sort-by-attributes */
            font-size: 1em;
            font-weight: bold;
        }

        table.dataTable thead .sorting_desc:after {
            font-family: "FontAwesome";
            content: "\f175"; /* sort-by-attributes-alt */
            font-size: 1em;
            font-weight: bold;
        }

div.dataTables_scrollBody table.dataTable thead .sorting:after,
div.dataTables_scrollBody table.dataTable thead .sorting_asc:after,
div.dataTables_scrollBody table.dataTable thead .sorting_desc:after {
    display: none;
}

table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    color: #eee;
}

table.dataTable thead > tr > th {
    padding-right: 30px;
}


.dataTables_scrollHeadInner {
    width: 100% !important;
}


table.dataTable th:active {
    outline: none;
}
/* Condensed */
table.dataTable.table-condensed thead > tr > th {
    padding-right: 20px;
}

table.dataTable.table-condensed thead .sorting:after,
table.dataTable.table-condensed thead .sorting_asc:after,
table.dataTable.table-condensed thead .sorting_desc:after {
    top: 6px;
    right: 6px;
}
/* Scrolling */
div.dataTables_scrollHead table {
    margin-bottom: 0 !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

    div.dataTables_scrollHead table thead tr:last-child th:first-child,
    div.dataTables_scrollHead table thead tr:last-child td:first-child {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

div.dataTables_scrollBody table {
    border-top: none;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

div.dataTables_scrollBody tbody tr:first-child th,
div.dataTables_scrollBody tbody tr:first-child td {
    border-top: none;
}

div.dataTables_scrollFoot table {
    margin-top: 0 !important;
    border-top: none;
}
/* Frustratingly the border-collapse:collapse used by Bootstrap makes the column
   width calculations when using scrolling impossible to align columns. We have
   to use separate
 */
table.table-bordered.dataTable {
    border-collapse: separate !important;
}

table.table-bordered thead th,
table.table-bordered thead td {
    border-left-width: 0;
    border-top-width: 0;
}

table.table-bordered tbody th,
table.table-bordered tbody td {
    border-left-width: 0;
    border-bottom-width: 0;
}

table.table-bordered tfoot th,
table.table-bordered tfoot td {
    border-left-width: 0;
    border-bottom-width: 0;
}

table.table-bordered th:last-child,
table.table-bordered td:last-child {
    border-right-width: 0;
}

div.dataTables_scrollHead table.table-bordered {
    border-bottom-width: 0;
}
/*
 * TableTools styles
 */
.table.dataTable tbody tr.active td,
.table.dataTable tbody tr.active th {
    background-color: #08C;
    color: white;
}

.table.dataTable tbody tr.active:hover td,
.table.dataTable tbody tr.active:hover th {
    background-color: #0075b0 !important;
}

.table.dataTable tbody tr.active th > a,
.table.dataTable tbody tr.active td > a {
    color: white;
}

.table-striped.dataTable tbody tr.active:nth-child(odd) td, .table-striped.dataTable tbody tr.active:nth-child(odd) th {
    background-color: #017ebc;
}

table.DTTT_selectable tbody tr {
    cursor: pointer;
}

div.DTTT .btn:hover {
    text-decoration: none !important;
}

ul.DTTT_dropdown.dropdown-menu {
    z-index: 2003;
}

    ul.DTTT_dropdown.dropdown-menu a {
        color: #333 !important; /* needed only when demo_page.css is included */
    }

    ul.DTTT_dropdown.dropdown-menu li {
        position: relative;
    }

        ul.DTTT_dropdown.dropdown-menu li:hover a {
            background-color: #0088cc;
            color: white !important;
        }

div.DTTT_collection_background {
    z-index: 2002;
}
/* TableTools information display */
div.DTTT_print_info {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 150px;
    margin-left: -200px;
    margin-top: -75px;
    text-align: center;
    color: #333;
    padding: 10px 30px;
    opacity: 0.95;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
}

    div.DTTT_print_info h6 {
        font-weight: normal;
        font-size: 28px;
        line-height: 28px;
        margin: 1em;
    }

    div.DTTT_print_info p {
        font-size: 14px;
        line-height: 20px;
    }

div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 60px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 1.2em;
    background-color: white;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}
/*
 * FixedColumns styles
 */
div.DTFC_LeftHeadWrapper table,
div.DTFC_LeftFootWrapper table,
div.DTFC_RightHeadWrapper table,
div.DTFC_RightFootWrapper table,
table.DTFC_Cloned tr.even {
    background-color: white;
    margin-bottom: 0;
}

div.DTFC_RightHeadWrapper table,
div.DTFC_LeftHeadWrapper table {
    border-bottom: none !important;
    margin-bottom: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

    div.DTFC_RightHeadWrapper table thead tr:last-child th:first-child,
    div.DTFC_RightHeadWrapper table thead tr:last-child td:first-child,
    div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child,
    div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child {
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

div.DTFC_RightBodyWrapper table,
div.DTFC_LeftBodyWrapper table {
    border-top: none;
    margin: 0 !important;
}

div.DTFC_RightBodyWrapper tbody tr:first-child th,
div.DTFC_RightBodyWrapper tbody tr:first-child td,
div.DTFC_LeftBodyWrapper tbody tr:first-child th,
div.DTFC_LeftBodyWrapper tbody tr:first-child td {
    border-top: none;
}

div.DTFC_RightFootWrapper table,
div.DTFC_LeftFootWrapper table {
    border-top: none;
    margin-top: 0 !important;
}

div.DTFC_LeftBodyWrapper table.dataTable thead .sorting:after,
div.DTFC_LeftBodyWrapper table.dataTable thead .sorting_asc:after,
div.DTFC_LeftBodyWrapper table.dataTable thead .sorting_desc:after,
div.DTFC_RightBodyWrapper table.dataTable thead .sorting:after,
div.DTFC_RightBodyWrapper table.dataTable thead .sorting_asc:after,
div.DTFC_RightBodyWrapper table.dataTable thead .sorting_desc:after {
    display: none;
}
/*
 * FixedHeader styles
 */
div.FixedHeader_Cloned table {
    margin: 0 !important
}

.pagination li {
    display: inline-block;
}

    .pagination li a {
        background-color: #eeeeee;
        color: #000000;
        margin-left: 5px;
        float: left;
        padding: 2px 15px;
        text-align: center;
        text-decoration: none;
    }

        .pagination li a:hover,
        .pagination li.active a {
            background-color: #fff;
            text-align: center;
            border-color: #1fc386;
            color: #1fc386;
        }

div.dataTables_length select {
    display: inline-block;
    width: 75px;
    margin-left: 5px;
    vertical-align: middle;
}

div.dataTables_length span.customSelect {
    display: inline-block !important;
    margin: 0 5px;
    vertical-align: middle;
}

.box-body .row .col-sm-12 {
    overflow-x: auto;
    overflow-y: hidden;
}

    .box-body .row .col-sm-12 table.dataTable {
        width: 1600px;
    }

.action {
    width: 8% !important;
}

.srNo {
    width: 40px !important;
}



/*.forDataTable .searchBtnCol { position: absolute; right: 20px; top: 20px; }*/

.box-body .row .col-sm-12 table.confirmationContract {
    width: 2200px;
}

.box-body .row .col-sm-12 table.pageShipment {
    width: 100%;
}

.boxSearchPanel .searchDroPopup {
    display: inline-block;
    position: relative;
    width: auto;
}

.searchDroPopup .openDrpPopup input {
    width: 250px;
}

.searchDroPopup > h3 {
    font-size: 14px;
    margin-bottom: 10px;
    display: none;
}

a.openDrpPopup i {
    position: relative;
    right: 0px;
    top: 0px;
}

.searchDroPopup .openDrpPopup {
    color: #000000;
    font-size: 22px;
    position: relative;
    width: 250px;
}

.searchDroPopup .dropPopup::before {
    left: 10px;
    right: inherit;
}

.searchDroPopup .dropPopup {
    margin-right: 0;
    padding: 15px;
    width: 100%;
    z-index: 3;
    top: 53px;
}

    .searchDroPopup .dropPopup .searchBtnCol {
        margin-top: 20px;
    }

    .searchDroPopup .dropPopup .serchPanelFeild {
        padding-right: 0;
    }

#byTradeConfirm .adminPopupInner {
    height: auto;
}

#byTradeConfirm .popupContentScroll {
    color: #000000;
    font-size: 22px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    text-align: center;
}

#messageBox .adminPopupInner {
    height: auto;
}

#messageBox .popupContentScroll {
    color: #000000;
    font-size: 22px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    text-align: center;
}

#messageBox .btnRow .closePopup,
#byTradeConfirm .btnRow .closePopup {
    font-size: inherit;
    position: relative;
    right: 0;
    top: 0;
}

#messageBox .btnRow,
#byTradeConfirm .btnRow {
    margin-bottom: 0;
    margin-top: 20px;
}

.confirmBtn:hover {
    background-color: #444444;
    color: #ffffff;
}

.confirmBtn {
    border: 0 none;
    display: inline-block;
    line-height: 20px;
    margin: 0;
    outline: 0 none;
    padding: 6px 14px;
    text-decoration: none;
    cursor: pointer;
    background-color: #78a51e;
    border: 1px solid #78a51e;
    color: #ffffff;
    border-radius: 25px;
}

.box-body,
.gridScroll {
    overflow-x: auto;
    overflow-y: hidden;
}

.infoList {
    background: #fafafa;
    border: 1px solid #e1e1e1;
    padding: 10px;
    line-height: 24px;
    margin-bottom: 20px;
}

    .infoList strong {
        font-weight: normal;
        font-size: 15px;
        color: #000;
    }

.iconSet {
    font-size: 1.5em;
}

.resetBtn {
    background: #444 !important;
    border-color: #444 !important;
}

    .resetBtn:hover {
        background: #222 !important;
    }

.multiSelect {
    min-height: 200px;
}

.customSelect.multiSelect {
    display: none !important;
}

.box-body > h3,
.gridScroll > h3 {
    font-size: 16px;
    font-weight: 600;
}

.itemBlockMain {
    display: block;
    margin-bottom: 10px;
    width: 100%;
}

.itemBlock {
    float: left;
    margin-bottom: 20px;
    width: 33%;
}

    .itemBlock > span {
        display: block;
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 5px;
    }

.itemBlock2 {
    float: left;
    margin-bottom: 0;
    width: 25%;
}

    .itemBlock2 > span {
        display: block;
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 5px;
    }

.regiFormBlock > h3 {
    font-size: 16px;
    font-weight: 600;
}

.btnRow {
    margin-bottom: 30px;
}

h3.insideTitle {
    font-size: 18px;
    color: #2f3b4c;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: left;
    margin-top: 10px;
}

.iconLink {
    font-size: 1em;
    margin: 10px 0;
}

#sidebar {
    width: 320px;
    min-height: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
}

.menu-animate .navbar-static-side,
.menu-animate #container {
    transition: 0.20s all linear;
}

.navbar-static-side ul li {
    border: none;
}

    .navbar-static-side ul li.active a {
        outline: none;
    }

    .navbar-static-side ul li a {
        min-height: inherit;
        line-height: 21px;
    }

        .navbar-static-side ul li a:hover {
            color: #11aef4;
        }

        .navbar-static-side ul li a .mdi-chevron-double-right {
            position: absolute;
            left: 15px;
            top: 11px;
        }

    .navbar-static-side ul li h3 {
        font-size: 0.9em;
        padding-left: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 0;
        color: #48a6ba;
    }

    .navbar-static-side ul li a span.menu-title {
        margin-left: 10px;
    }

    .navbar-static-side ul li a i {
        font-size: 16px;
    }

    .navbar-static-side ul li a:hover {
        transition: 0.2s all ease-in-out;
        outline: none;
    }

    .navbar-static-side ul li a .badge,
    .navbar-static-side ul li a .label {
        float: right;
        margin-right: 10px;
    }

    .navbar-static-side ul li a.menu-title {
        margin-left: 10px;
    }

    .navbar-static-side ul li .nav-second-level li {
        border-bottom: 1px solid;
    }

        .navbar-static-side ul li .nav-second-level li:last-child {
            border-bottom: 0 none;
        }

        .navbar-static-side ul li .nav-second-level li a {
            padding: 15px 15px 15px 40px;
            color: #efefef;
        }

            .navbar-static-side ul li .nav-second-level li a span.submenu-title {
                margin-left: 10px;
            }

    .navbar-static-side ul li.sidebar-heading {
        padding: 5px 15px;
    }

        .navbar-static-side ul li.sidebar-heading h4 {
            font-family: 'open_sansregular';
            font-size: 18px;
            font-weight: bold;
        }

    .navbar-static-side ul li.user-panel {
        padding: 15px;
        height: 85px;
        transition: 0.2s all ease-in-out;
    }

        .navbar-static-side ul li.user-panel .thumb {
            position: absolute;
            left: 0;
            top: 0;
            border: 5px solid rgba(255, 255, 255, 0.1);
            border-radius: 50%;
            overflow: hidden;
        }

            .navbar-static-side ul li.user-panel .thumb img {
                width: 45px;
                height: 45px;
            }

        .navbar-static-side ul li.user-panel .info {
            padding: 5px 5px 5px 65px;
            color: #ffffff;
        }

            .navbar-static-side ul li.user-panel .info p {
                margin-bottom: 5px;
                font-size: 18px;
                text-transform: uppercase;
            }

            .navbar-static-side ul li.user-panel .info .websiteName {
                font-size: 13px;
                color: #dcdcdc;
            }

            .navbar-static-side ul li.user-panel .info a i {
                font-size: 13px;
                color: #ccc;
                margin-right: 7px;
            }

            .navbar-static-side ul li.user-panel .info a:hover,
            .navbar-static-side ul li.user-panel .info a:focus {
                background-color: transparent;
            }

        .navbar-static-side ul li.user-panel ul li {
            border-bottom: 0;
        }

.sidebar-user-info {
    padding: 15px;
}

.userPanel {
    position: relative;
}

.arrow {
    position: absolute;
    top: 15px;
    right: 10px;
}

.fa.arrow:before {
    content: "\f104";
}

.active > a > .fa.arrow:before {
    content: "\f107";
}

.leftSidebarNav ul li ul.hide {
    display: none;
}

.leftSidebarNav ul li ul.show {
    display: block;
}

.navigation ul:before {
    background-color: #2f3b4c;
}

.navbar-static-side ul li,
.navbar-static-side ul li .nav-second-level li {
    border-bottom-color: #202d3b;
}

    .navbar-static-side ul li .nav-second-level li.active a,
    .navbar-static-side ul li .nav-second-level li:hover a,
    .navbar-static-side ul li .nav-second-level li:focus a,
    .navbar-static-side ul li .nav-second-level li a.activeLink {
        color: #f2b604;
    }

    .navbar-static-side ul li .nav-second-level li a,
    .navbar-static-side ul li .nav-second-level {
        background: #083e55;
    }

    .navbar-static-side ul li.sidebar-heading h4 {
        color: #11a4e6;
    }

    .navbar-static-side ul li.user-panel .info a:hover i,
    .navbar-static-side ul li.user-panel .info a:focus i {
        color: #e9662c;
    }

.navigation ul li ul {
    padding-bottom: 0;
}

    .navigation ul li ul:before {
        background: #212935
    }

.menuCollepase .menu li {
    position: relative;
}

    .menuCollepase .menu li:hover ul {
        display: block;
        opacity: 1;
        left: 70px;
        position: absolute;
        top: 46px;
        width: 250px;
        margin: 0;
    }
    /*.menuCollepase .menu li.nav-hover ul.nav-second-level a{ text-align:left; color:#b0bec5;}*/
    .menuCollepase .menu li.nav-hover .menuText,
    .menuCollepase .menu li.nav-hover ul.nav-second-level:hover .menuText {
        position: absolute;
        left: 70px;
        top: 0;
        border-bottom: 1px solid #1d242f;
    }

    .menuCollepase .menu li.nav-hover .menuText {
        opacity: 1;
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }
    /*.navbar-static-side ul li a:hover, .navbar-static-side ul li a.selectLink, .menuCollepase .navbar-static-side ul li a.activeLink.selectLink{ color:#000000; }*/
    .menuCollepase .menu li.nav-hover ul.nav-second-level a:hover,
    .menuCollepase .navbar-static-side ul li a.activeLink.selectLink {
        color: #000;
    }

.menuCollepase .navigation li.nav-hover a:before {
    opacity: 1;
}

.navigation ul li ul {
    margin-left: 0px;
    width: 100%;
    padding: 10px;
}

.menuCollepase .nav-second-level.show {
    display: none;
}

.menuCollepase .arrow {
    display: none;
}

.mdi-chevron-right {
    float: right;
    margin-top: 3px;
}

.arrow:before {
    content: "\F415"
}

.active > a > .arrow:before {
    content: "\F374"
}

.iconLink {
    font-size: 1em;
    margin: 10px 0;
}

.navigation ul li ul li {
    padding-left: 10px;
    font-size: 15px;
    position: relative;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .formList .uploadBtn {
        padding: 10px 25px 4px;
    }

    .formList input[type="file"] {
        padding-top: 8px;
    }
}

.amountRow td {
    border-top: 1px solid #cfd8dc;
}

.disabledInput {
    background: #f1f1f1 !important;
    border: 1px solid #fefefe !important;
}

select.hasCustomSelect { /* border: 1px solid #c8c8c8; */
    font-size: 14px;
    height: 43px !important;
    line-height: 41px;
    width: 100%;
    color: #838d94;
}

.customSelect,
.customSelectInner {
    border: 0;
    border-radius: 0;
    font-size: 14px;
    height: 43px !important;
    line-height: 41px;
    overflow: hidden;
    padding: 0;
    width: 100%;
    color: #838d94;
}

.customSelect {
    background-color: #fff;
    /* background-image: url("../images/selectDnArrow.png"); */
    background-position: 96% center;
    background-repeat: no-repeat;
    border: 1px solid #d0d0d0;
    color: #444;
    cursor: pointer;
    height: 44px;
    border-radius: 6px;
    padding: 0 10px;
}

.formList .uploadBtn,
.formList li .fullCheckbox label {
    width: auto;
    float: none;
}

.formList .uploadBtn {
    padding: 6px 17px;
    height: 27px;
}

.formList input[type="file"] {
    height: 27px;
}

.customSelect.select2 {
    display: none !important;
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    height: 43px !important;
    line-height: 41px;
    border-radius: 6px !important;
    padding: 3px 10px;
}

.customSelectOuter {
    margin: 0px 0 0 0;
}

.newTwoColsec h3 {
    margin: 0;
    font-size: 12px;
    color: #000;
    font-weight: bold;
    padding: 10px 0;
}

.newTwoColsec .row {
    width: 100%;
}

.newTwoColsec .bgBlue {
    padding: 0 10px;
}

.bgBlue {
    background-color: #c8d4e9;
    color: #000;
}

.newTwoColsec .bgBlue1 {
    padding:0 10px;
}

.bgBlue1 {
    background-color: #c8d4e9;
    color: #000;
}


.newTwoColsec label {
    font-size:12px;
    font-weight: bold;
    padding: 0px;
}
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    zoom: 1;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}
/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
    position: fixed !important;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    z-index: 1;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px;
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    width: auto;
    overflow: hidden;
}

    .ui-dialog .ui-dialog-titlebar {
        padding: .4em 1em;
        position: relative;
    }

    .ui-dialog .ui-dialog-title {
        float: left;
        margin: .1em 16px .1em 0;
    }

    .ui-dialog .ui-dialog-titlebar-close {
        position: absolute;
        right: .3em;
        top: 50%;
        width: 19px;
        margin: -10px 0 0 0;
        padding: 1px;
        height: 18px;
    }

        .ui-dialog .ui-dialog-titlebar-close span {
            display: block;
            margin: 1px;
        }

        .ui-dialog .ui-dialog-titlebar-close:hover,
        .ui-dialog .ui-dialog-titlebar-close:focus {
            padding: 0;
        }

    .ui-dialog .ui-dialog-content {
        position: relative;
        border: 0;
        padding: .5em 1em;
        background: none;
        overflow: auto;
        zoom: 1;
    }

    .ui-dialog .ui-dialog-buttonpane {
        text-align: left;
        border-width: 1px 0 0 0;
        background-image: none;
        margin: .5em 0 0 0;
        padding: .3em 1em .5em .4em;
    }

        .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
            float: right;
        }

        .ui-dialog .ui-dialog-buttonpane button {
            margin: .5em .4em .5em 0;
            cursor: pointer;
        }

    .ui-dialog .ui-resizable-se {
        width: 14px;
        height: 14px;
        right: 3px;
        bottom: 3px;
    }

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}
/* Component containers
----------------------------------*/
.ui-widget {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.1em;
}

    .ui-widget .ui-widget {
        font-size: 1em;
    }

    .ui-widget input,
    .ui-widget select,
    .ui-widget textarea,
    .ui-widget button {
        font-family: Verdana, Arial, sans-serif;
        font-size: 1em;
    }

.ui-widget-content {
    border: 1px solid #d1d1d1;
    background: #ffffff;
    color: #222222;
    z-index: 2
}

    .ui-widget-content a {
        color: #222222;
    }

.ui-dialog-titlebar.ui-dialog-titlebar {
    background: #5a7e12;
    color: #fff;
    font-weight: bold;
}

.ui-widget-header a {
    color: #222222;
}

.ui-button-icon-only.ui-dialog-titlebar-close {
    background: #e6e6e6 url(../images/close-icon.png) center center no-repeat;
}

.ui-widget-overlay {
    background: url('../images/fancybox_overlay.png');
}

.ui-widget-overlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
/* new login */

.newLogin {
}

.newLoginLogo {
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 30px 0 20px;
}

.newLoginWrap {
    background: url(../images/admin-login-bg.jpg) top left no-repeat;
    background-size: cover;
    width: 100%;
    height: 742px;
    padding-top: 100px;
}

.copyright {
    text-align: center;
    padding: 20px 0;
    color: #222;
}

.newLoginBox {
    width: 410px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 6px;
    box-shadow: 0px 0px 4px 2px #000;
}

.newLoginTitle {
    color: #fff;
    padding: 20px 30px 25px;
    background: #2f4659;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 24px;
    font-family: 'open_sansregular';
    font-weight: 700;
}

.newLoginInner {
    padding: 30px;
}

.newLoginUser,
.newLoginPass,
.newLoginCaptcha {
    margin-bottom: 25px;
    position: relative;
}

    .newLoginUser:before,
    .newLoginPass:before,
    .newLoginCaptcha:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 50px;
        height: 52px;
        z-index: 1;
        -webkit-border-top-left-radius: 2px;
        -webkit-border-bottom-left-radius: 2px;
        -moz-border-radius-topleft: 2px;
        -moz-border-radius-bottomleft: 2px;
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
    }

    .newLoginUser:after {
        left: 50px;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(20, 160, 133, 0);
        border-left-color: #14a085;
        border-width: 6px;
        margin-top: -6px;
    }

    .newLoginPass:after {
        left: 50px;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(229, 126, 37, 0);
        border-left-color: #e57e25;
        border-width: 6px;
        margin-top: -6px;
    }

    .newLoginCaptcha:after {
        left: 50px;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 80, 35, 0);
        border-left-color: #ff5023;
        border-width: 6px;
        margin-top: -6px;
    }

    .newLoginUser:before {
        content: " ";
        background: #14a085 url(../images/login-icons.png) center center no-repeat;
    }

    .newLoginPass:before {
        content: " ";
        background: #e57e25 url(../images/password-icon.png) center center no-repeat;
    }

    .newLoginCaptcha:before {
        content: " ";
        background: #ff5023;
    }

    .newLoginUser input[type="text"],
    .newLoginPass input[type="password"] {
        width: 100%;
        border: 1px solid #aeaeae;
        border-radius: 2px;
        height: 52px;
        padding-left: 70px;
        font-size: 18px;
        font-weight: 400;
        color: #808080;
    }

    .newLoginCaptcha input[type="text"] {
        width: 50%;
        border: 1px solid #aeaeae;
        border-radius: 2px;
        height: 52px;
        padding-left: 70px;
        font-size: 18px;
        color: #808080;
    }

.newLoginBtn {
    width: 100%;
    background: #91ac37;
    color: #fff;
    text-align: center;
    font-family: 'open_sansregular';
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px !important;
    border-radius: 4px !important;
    padding: 10px 0;
    height: 52px;
}

.forgotPass {
    color: #444444;
    font-size: 14px;
    text-align: center;
    padding: 20px 0 0;
}

.rememberMe {
    padding-bottom: 15px;
    color: #444;
}

.captchaHolder {
    float: right;
    width: 45%;
    border: 1px solid #aeaeae;
    height: 52px;
    border-radius: 2px;
}

.captchaRefresh {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
    width: 50px;
    height: 50px;
    text-align: center;
    padding-top: 15px;
}
/*-----------------------*/
.mainDashboard {
    margin-left: 0 !important;
    background: url("../images/dashboardBg.jpg") no-repeat center top;
    background-size: auto auto;
    background-size: cover;
    padding: 80px 0;
}

.dashBox {
    margin: 0 -13px;
}

    .dashBox .leftBx {
        float: left;
        width: 75%;
    }

    .dashBox .rightBx {
        float: left;
        width: 25%;
    }

.dashBxOuter {
    float: left;
    width: 33.33%;
    padding: 10px 13px;
}

.rightBx .dashBxOuter {
    width: 100%;
}

.dashCnt {
    display: inline-block;
    width: 100%;
    padding: 20px 15px 10px;
    background: #636363;
    vertical-align: top;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.10);
    border-radius: 5px;
    min-height: 200px;
    position: relative;
}

.deshHead {
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 5px;
    line-height: 21px;
    color: #fff;
    padding-right: 50px;
    min-height: 50px;
}

.dashCnt ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .dashCnt ul li {
        background: url("../images/listAro.png") no-repeat left 5px;
        font-size: 15px;
        color: #fff;
        line-height: 21px;
        padding-left: 15px;
        margin: 3px 0;
        float: left;
        clear: both;
        transition: all 0.3s ease 0ms;
        -webkit-transition: all 0.3s ease 0ms;
    }

        .dashCnt ul li a {
            text-decoration: none;
            color: #fff;
        }

            .dashCnt ul li a:hover {
                color: #000;
            }

        .dashCnt ul li:hover {
            background: url("../images/listAroWob.png") no-repeat 5px 5px;
            padding-left: 20px;
        }

.rightBx .dashCnt {
    min-height: 420px;
}

.dashCnt::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 80px;
    width: 80px;
    background: url("../images/dashboardIcon.png") no-repeat 0 0;
}

.bx2 .dashCnt::before {
    background-position: -80px 0
}

.bx3 .dashCnt::before {
    background-position: -160px 0
}

.bx4 .dashCnt::before {
    background-position: -240px 0
}

.bx5 .dashCnt::before {
    background-position: -320px 0
}

.bx6 .dashCnt::before {
    background-position: -400px 0
}

.bx7 .dashCnt::before {
    background-position: -480px 0
}

.bx1 .dashCnt {
    background: rgba(91, 164, 223, 1);
    background: -moz-linear-gradient(45deg, rgba(91, 164, 223, 1) 0%, rgba(25, 130, 216, 1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(91, 164, 223, 1)), color-stop(100%, rgba(25, 130, 216, 1)));
    background: -webkit-linear-gradient(45deg, rgba(91, 164, 223, 1) 0%, rgba(25, 130, 216, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(91, 164, 223, 1) 0%, rgba(25, 130, 216, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(91, 164, 223, 1) 0%, rgba(25, 130, 216, 1) 100%);
    background: linear-gradient(45deg, rgba(91, 164, 223, 1) 0%, rgba(25, 130, 216, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5ba4df', endColorstr='#1982d8', GradientType=1);
}

.bx2 .dashCnt {
    background: rgba(79, 191, 133, 1);
    background: -moz-linear-gradient(45deg, rgba(79, 191, 133, 1) 0%, rgba(59, 176, 117, 1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(79, 191, 133, 1)), color-stop(100%, rgba(59, 176, 117, 1)));
    background: -webkit-linear-gradient(45deg, rgba(79, 191, 133, 1) 0%, rgba(59, 176, 117, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(79, 191, 133, 1) 0%, rgba(59, 176, 117, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(79, 191, 133, 1) 0%, rgba(59, 176, 117, 1) 100%);
    background: linear-gradient(45deg, rgba(79, 191, 133, 1) 0%, rgba(59, 176, 117, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4fbf85', endColorstr='#3bb075', GradientType=1);
}

.bx3 .dashCnt {
    background: rgba(233, 136, 199, 1);
    background: -moz-linear-gradient(45deg, rgba(233, 136, 199, 1) 0%, rgba(195, 86, 157, 1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(233, 136, 199, 1)), color-stop(100%, rgba(195, 86, 157, 1)));
    background: -webkit-linear-gradient(45deg, rgba(233, 136, 199, 1) 0%, rgba(195, 86, 157, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(233, 136, 199, 1) 0%, rgba(195, 86, 157, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(233, 136, 199, 1) 0%, rgba(195, 86, 157, 1) 100%);
    background: linear-gradient(45deg, rgba(233, 136, 199, 1) 0%, rgba(195, 86, 157, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e988c7', endColorstr='#c3569d', GradientType=1);
}

.bx4 .dashCnt {
    background: rgba(231, 166, 14, 1);
    background: -moz-linear-gradient(45deg, rgba(231, 166, 14, 1) 0%, rgba(230, 116, 16, 1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(231, 166, 14, 1)), color-stop(100%, rgba(230, 116, 16, 1)));
    background: -webkit-linear-gradient(45deg, rgba(231, 166, 14, 1) 0%, rgba(230, 116, 16, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(231, 166, 14, 1) 0%, rgba(230, 116, 16, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(231, 166, 14, 1) 0%, rgba(230, 116, 16, 1) 100%);
    background: linear-gradient(45deg, rgba(231, 166, 14, 1) 0%, rgba(230, 116, 16, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7a60e', endColorstr='#e67410', GradientType=1);
}

.bx5 .dashCnt {
    background: rgba(15, 173, 184, 1);
    background: -moz-linear-gradient(45deg, rgba(15, 173, 184, 1) 0%, rgba(37, 48, 150, 1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(15, 173, 184, 1)), color-stop(100%, rgba(37, 48, 150, 1)));
    background: -webkit-linear-gradient(45deg, rgba(15, 173, 184, 1) 0%, rgba(37, 48, 150, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(15, 173, 184, 1) 0%, rgba(37, 48, 150, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(15, 173, 184, 1) 0%, rgba(37, 48, 150, 1) 100%);
    background: linear-gradient(45deg, rgba(15, 173, 184, 1) 0%, rgba(37, 48, 150, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0fadb8', endColorstr='#253096', GradientType=1);
}

.bx6 .dashCnt {
    background: rgba(95, 153, 254, 1);
    background: -moz-linear-gradient(45deg, rgba(95, 153, 254, 1) 0%, rgba(66, 95, 198, 1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(95, 153, 254, 1)), color-stop(100%, rgba(66, 95, 198, 1)));
    background: -webkit-linear-gradient(45deg, rgba(95, 153, 254, 1) 0%, rgba(66, 95, 198, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(95, 153, 254, 1) 0%, rgba(66, 95, 198, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(95, 153, 254, 1) 0%, rgba(66, 95, 198, 1) 100%);
    background: linear-gradient(45deg, rgba(95, 153, 254, 1) 0%, rgba(66, 95, 198, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5f99fe', endColorstr='#425fc6', GradientType=1);
}

.bx7 .dashCnt {
    background: rgba(190, 215, 48, 1);
    background: -moz-linear-gradient(45deg, rgba(190, 215, 48, 1) 0%, rgba(118, 178, 34, 1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(190, 215, 48, 1)), color-stop(100%, rgba(118, 178, 34, 1)));
    background: -webkit-linear-gradient(45deg, rgba(190, 215, 48, 1) 0%, rgba(118, 178, 34, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(190, 215, 48, 1) 0%, rgba(118, 178, 34, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(190, 215, 48, 1) 0%, rgba(118, 178, 34, 1) 100%);
    background: linear-gradient(45deg, rgba(190, 215, 48, 1) 0%, rgba(118, 178, 34, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bed730', endColorstr='#76b222', GradientType=1);
}

.navBtn {
    position: absolute;
    left: 314px;
    height: 40px;
    width: 40px;
    transition: all 0.3s ease 0ms;
    -webkit-transition: all 0.3s ease 0ms;
}

    .navBtn.active {
        left: 70px;
    }

    .navBtn .menuToggle {
        display: inline-block;
        width: 100%;
        height: 100%;
        font-size: 24px;
        text-align: center;
        color: #fff;
        background: #8f102a;
        padding: 8px 0;
    }

.addNew {
    display: inline-block;
    vertical-align: top;
    height: 49px;
    padding: 16px 20px;
    text-decoration: none;
    background: #0E2753;
    color: #fff;
    font-size: 15px;
}

    .addNew:hover {
        background: #444444;
        color: #fff;
    }

.whiteBox {
    padding: 30px;
}

.whiteBox-heading {
    color: #066597;
    position: relative;
}

    .whiteBox-heading h3 {
        font-weight: 600;
    }

    .whiteBox-heading:after {
        content: '';
        position: absolute;
        width: 80px;
        border-radius: 30px;
        height: 3px;
        background-color: #1fc386;
        bottom: -10px;
        left: 0;
    }

.topFilter {
    margin-top: 50px;
}

    .topFilter ul {
        padding: 0px;
        margin: 0;
        list-style: none;
    }

    .topFilter .feildCol {
        float: left;
        padding: 0 10px;
    }

.from-celender {
}

.to-celender {
}

.topFilter .feildCol.dateFrom label {
    float: left;
    padding: 0;
    line-height: 44px;
}

.topFilter .feildCol.dateFrom input {
    float: right;
    width: 75%;
}

.topFilter .feildCol.dateTo label {
    float: left;
    padding: 0;
    line-height: 44px;
}

.topFilter .feildCol.dateTo input {
    float: right;
    width: 85%;
}

.Filter-option {
    padding: 0;
}

.iconGroup {
    min-width: 60px;
    display: block;
}

    .iconGroup a {
        margin: 0 5px;
        color: #737373;
        font-size: 17px;
    }

        .iconGroup a:hover {
            color: #0E2753;
        }




.pagination,
.pagenation {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
    display: flex;
    justify-content: end;
}

.showResult {
    float: left;
    color: #171717;
    line-height: 21px;
}


.pagination li,
.pagenation li {
    padding: 0 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.pagenation .prevBtn,
.pagenation .nextBtn {
    width: auto !important;
    border: 0 !important;
    height: auto !important;
}

.pagenation li .fa {
    margin: 0 5px;
}



.pagination li a,
.pagenation li a {
    color: #98a0a6;
    text-decoration: none;
    vertical-align: top;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    border-radius: 6px;
}

.pagination .next a,
.pagination .previous a {
    width: auto;
    border: 0px;
}


.pagenation .active a,
.pagination li a:hover,
.pagenation li a:hover,
.pagenation li.active a,
.pagenation li.active span {
    color: #1fc386;
}

.pagenation li:last-child {
    border-right: 0;
}

.pagenation li .fa {
    font-size: 18px;
    font-weight: 700;
}


.pagenation li a {
    width: 30px !important;
    height: 30px !important;
    display: inline-flex;
    border: 1px solid #fff;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
}


    .pagenation li .active,
    .pagenation li a:hover {
        border-color: #1fc386;
        color: #1fc386;
    }

.pagenation .prevBtn a,
.pagenation .nextBtn a {
    width: auto !important;
    height: auto !important;
    border: 0;
}

.divider {
    height: 1px;
    width: 100%;
    background-color: #ccc;
    display: inline-block;
    vertical-align: top;
}

.regFormOuter {
    margin: 0;
    background: #fff;
    min-height: 530px;
    box-shadow: 0 0px 5px 2px #e7e7e7;
    padding: 20px;
    border-radius: 6px;
    overflow: hidden;
}

.regForm .row {
    margin: 0 -15px 0 -15px
}

.subTitle {
    width: 100%;
    padding-bottom: 20px;
    font-size: 22px;
    color: #434343;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    border-bottom: 1px solid #e6e7e9;
}

.regForm .resetBtn {
    border-radius: 0;
    padding: 8px 25px
}

.regForm .btn-primary {
    border-radius: 0;
    padding: 8px 25px;
    background: #f7a041;
    color: #fff;
    text-decoration: none;
    box-shadow: 2px 2px 2px #d1d1d1;
    display: inline-block;
    transition: all 0.3s;
    background: -moz-linear-gradient(left, #1671da 0%, #4a54d3 100%);
    background: -webkit-linear-gradient(left, #1671da 0%, #4a54d3 100%);
    background: linear-gradient(to right, #1671da 0%, #4a54d3 100%);
    vertical-align: middle;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    text-align: center;
}

    .regForm .btn-primary:hover {
        background: #0E2753;
    }

.topLinksAndSearch li li a,
.dropPopup li a {
    border-radius: inherit !important;
    height: inherit !important;
    width: inherit !important;
    border: none !important;
    text-align: left;
    line-height: inherit
}

.dropPopup .viewAll {
    width: 100% !important;
    height: auto !important;
    padding: 0;
}

.resolved {
    color: #0c892f
}

.assigned {
    color: #e75d11
}

.close .fa-close {
    color: #ff4545;
}
/*login page*/
.loginPage:before {
    width: 60%;
    background-image: url(../images/login-bg-main.jpg);
    left: 0;
}

.loginPage:after {
    width: 40%;
    background-image: url(../images/login-bg-right.jpg);
    right: 0;
}

.loginPage:before,
.loginPage:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
}

.loginPageInfo {
    position: relative;
    z-index: 1;
}
/*access control*/
.fontResizeInfo {
    margin-right: 10px;
    position: relative;
    padding-right: 10px;
}

    .fontResizeInfo:before {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        width: 1px;
        height: 30px;
        background-color: rgba(255, 255, 255, .5);
        transform: translateY(-50%);
    }

#accessControl {
    display: flex;
}

    #accessControl input {
        float: left;
        height: 19px;
        background: none;
        border: none;
        padding: 0;
        width: 22px;
        color: #fff;
        border: 0px;
    }

    #accessControl .contrastChanger.normal {
        background-image: url(../images/a-light.gif);
        background-size: 15px 15px;
        background-position: 2px 0px;
    }

    #accessControl .contrastChanger.wob {
        background-image: url(../images/a-dark.gif);
        background-size: 15px;
        background-position: 1px 0px;
    }

    #accessControl .contrastChanger {
        width: 17px;
        width: 17px;
        background-repeat: no-repeat;
        overflow: hidden;
        text-indent: -9999px;
        text-transform: capitalize;
        margin: 5px 0 0 0;
    }

.loginForm {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    max-width: 600px;
    width: 100%;
    float: right;
}

    .loginForm .btn {
        width: 100%;
    }

    .loginForm .fa {
        font-size: 20px;
        color: #333;
    }

.loginFormBottom {
    border-top: 1px solid #ccc;
    margin: 30px 0 0 !important;
    Display: flex;
    padding-top: 20px;
}

    .loginFormBottom p {
        margin-bottom: 0;
    }

.loginFooter {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}
/*common css start here*/

.heading2 {
    font-size: 36px;
}

.heading1 {
    color: #066597;
    font-size: 2em;
}

.bold {
    font-weight: 700;
}

.inputIcon {
    position: relative;
}

    .inputIcon .fa {
        position: absolute;
        right: 10px;
        top: 11px;
    }

.link1 {
    color: #2A7CA6;
    transition: all 0.3s;
    text-decoration: underline;
}

    .link1:hover {
        color: #000;
        text-decoration: none;
    }

.btn {
    background-color: #ccc;
    color: #FFFFFF;
    font-size: 20px;
    text-decoration: none;
    border-radius: 8px;
    display: inline-flex;
    padding: 10px 15px;
    justify-content: center;
}

    .btn:hover {
        background-color: #000;
        color: #fff;
    }

.btnGreen {
    background-color: #5bffc2;
}

.primaryBtn {
    width: auto !important;
    line-height: 16px !important;
}

    .primaryBtn .fa {
        margin: 0 10px 0 0;
    }

.relative {
    position: relative;
}



/*header*/
.search {
    position: relative;
    max-width: 300px;
    width: 100%;
}

    .search input {
        border: 1px solid #CCCCCC;
        border-radius: 20px;
        width: 100%;
        padding: 0 20px;
    }

    .search button {
        color: #333;
        background: transparent;
        border: 0;
        position: absolute;
        right: 0px;
        top: 50%;
        transform: translateY(-50%);
        line-height: 20px;
    }

    .search .fa {
        font-size: 20px;
        margin-right: 5px;
    }

.btn {
    background-color: #066597;
    height: 40px;
    width: 40px;
    font-size: 16px;
    line-height: 20px;
}

    .btn:hover {
        background-color: #1fc386;
    }
/*listing page*/
.dateIconWrap {
    position: relative;
}

    .dateIconWrap .fa {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }

.srNumTd {
    width: 60px;
}

.nameOfprojectsTd {
    width: 20%;
}

.corporationTd {
    width: 25%;
}

.fileNoTd {
    width: 10%;
}

.statusOfSupramaTd {
    width: 20%;
}

.currentStatusofSupramaTd {
    width: 25%;
}

.actionsTd {
    width: 60px;
}

.fa-eye {
    color: #1fc386;
}

table .fa-trash,
.fa-pencil-square-o {
    color: #3884ac;
}

.greenCol {
    color: #1fc386;
}

.top-section-content h3 {
    margin: 0;
    font-size: 14px;
    color: #848484
}

.top-section-content span {
    font-weight: bold;
    font-size: 14px;
}

.top-section-content {
    margin: 10px 0;
    line-height: 35px;
}

.top-section {
    position: relative;
}
/*
    .top-section:AFTER {
        content: '';
        position: absolute;
        width: 1145px;
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: #d7d7d7;
    }
*/
.information-tittle {
    margin: 0 0px;
    position: relative
}

    .information-tittle h2 {
        font-size: 24px;
        font-weight: 500;
        color: #066597;
    }

        .information-tittle h2:after {
            content: '';
            position: absolute;
            width: 100px;
            height: 2px;
            background-color: #1fc386;
            bottom: -20px;
            left: 0
        }

.cost-para {
    margin: 10px 0 -10px 0;
    font-weight: bold;
}

.cost-para-1 {
    margin: 10px 0 -10px 0;
    font-weight: bold;
}

.formBtn {
    border-radius: 6px;
    border: 0px;
    padding: 0px 20px !Important;
    font-size: 20px;
    transition: all 0.3s;
    color: #fff;
    text-decoration: none;
    height: 50px !important;
    line-height: 50px !important;
    display: flex;
}

    .formBtn:hover {
        background-color: #999;
        color: #fff;
    }

.greenBg {
    background: #1fc386;
}

.blueBg {
    background: #066597;
}

.greyBg {
    background-color: #333;
}

.row.project-name-section {
    padding: 0px 15px 15px;
    border-bottom: 2px solid #bebebe;
}

.search-result h3 {
    font-size: 20px;
    font-weight: bold;
}

.dateFrom label {
    padding: 10px 0;
}

.regiterFormHeader {
    margin: 0 -15px;
    border-radius: 10px;
}

.dashGreenHeader h2 {
    color: #0E2753;
    padding-left: 0;
    margin: 0 0 0 0;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    line-height: 49px;
}

.tblWidthAuto {
    width: 100% !important;
}

.custom-checkbox {
    display: flex;
    align-items: center;
}

    .custom-checkbox label {
        padding: 0px;
    }


.sideBarBtn {
    position: absolute;
    left: 0;
    top: 100px;
    width: 30px;
    height: 30px;
    background-color: #066597;
    color: #fff;
    border-radius: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    cursor: pointer;
    transition: all 0.3s;
}

.leftSidebarNav.closed {
    width: 0 !important;
    transition: all 0.5s;
    visibility: hidden;
    opacity: 0;
}

    .leftSidebarNav.closed .accordion {
        display: none
    }

.leftSidebarNav.active {
    width: 324px !important;
    visibility: visible;
    display: block !important;
    opacity: 1;
    animation-name: leftSidebarNav;
    animation-iteration-count: infinite;
    transition: all 0.5s;
}

.leftSidebarNav .accordDetail {
    /*   max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;*/
}

@keyframes leftSidebarNav {
    from {
        width: 0;
    }

    to {
        width: 324px !important;
    }
}


.leftSidebarNav.active .accordion {
    display: block;
}

.sideBarBtn.active {
    left: 324px;
}



    .sideBarBtn.active .fa-chevron-right:before {
        content: "\f00d";
    }

.contentContainer.opened {
    margin-left: 324px !important;
}

.loaderCommon {
    z-index: 100;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.overlay {
    z-index: 99;
    background: rgba(0,0,0,0.5);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.project-name-section .col-lg-6 label, .project-name-section .col-md-auto label {
    padding-top: 10px;
    font-size:0.93em;
}

.newTwoColsec .disabled {
    background: #ddd;
    color: #000;
    font-weight:bold;
    font-size:12px;
    border: 1px solid #ccc;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.newTwoColsec input:read-only {
    background: #ddd !important;
    color: #000 !important;
    margin-bottom: 10px;
}

.newTwoColsec:disabled {
    background: #ddd !important;
    color: #000 !important;
}

.innerTitle h3 {
    margin-bottom: 20px;
}

.text-danger {
    font-size: 14px;
}

.table-bordered > :not(caption) > * > * {
    border-bottom: 1px solid #ebebeb !important;
}

.customSelectOuter {
    width: auto;
}

.supermaGrid {
    border-top: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1;
}

    .supermaGrid th, .supermaGrid td {
        border-bottom: 1px solid #d1d1d1;
        border-right: 1px solid #d1d1d1 !important;
        font-size: 12px;
        padding: 3px;
        vertical-align: top;
    }

        .supermaGrid td select, .supermaGrid td input[type="text"] {
            padding: 5px;
            height: 35px;
            line-height: 35px;
            font-size: 12px;
        }

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
}

.uploadBtn {
    border: 2px solid gray;
    color: gray;
    background-color: white;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: bold;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.newTwoColsec input:read-only::placeholder {
    color: #000 !important;
}

.smoke-base {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
}

.smoke-base.smoke-visible {
    opacity: 1;
    visibility: visible;
}

.smokebg {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.smoke-base .dialog {
    position: absolute;
}

.dialog-prompt {
    margin-top: 15px;
    text-align: center;
}

.dialog-buttons {
    margin: 20px 0 5px 0
}

.smoke {
    text-align: center;
    font-size: 18px;
    line-height: 150%;
}

.dialog-buttons button {
    display: inline-block;
    vertical-align: baseline;
    cursor: pointer;
    font-style: normal;
    text-decoration: none;
    border: 0;
    outline: 0;
    margin: 0 5px;
    -webkit-background-clip: padding-box;
    font-size: 13px;
    line-height: 13px;
    font-weight: normal;
    padding: 9px 12px;
}

.dialog-prompt input {
    margin: 0;
    border: 0;
    font-family: sans-serif;
    outline: none;
    border: 1px solid #aaa;
    width: 75%;
    display: inline-block;
    background-color: transparent;
    font-size: 16px;
    padding: 8px;
}

.smoke-base {
    background: rgba(0, 0, 0, .6);
    z-index: 99999 !important;
}

.smoke-base .dialog {
    top: 40%;
    max-width: 700px;
    width: 100%;
    left: 50%;
    margin-left: -350px;
}

.smoke-base .dialog-inner {
    padding: 15px;
    color: #202020;
}

.smoke {
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 8px #666;
}

.dialog-buttons button:hover {
    background-color: #666;
    color: #fff;
}
.select2req {
    width:200px;
}
.w300px { width:300px!important
}
table .fa-trash {
    color: #dd0000;
}
.iframeWrap {
    width:100%; height:1600px;
}

/*************Back to Top*************/
#backtotop {
    position: fixed;
    right: -150px;
    bottom: 65px;
    padding: 5px;
    background-color: #066597;
    color: #fff;
    border-radius: 5px 0 0 5px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: 350ms ease;
    transition: 350ms ease;
    z-index: 4;
    overflow: hidden;
}

    #backtotop .fa {
        font-size: 20px;
        margin-right: 3px;
        animation: bounce 2s infinite;
        -webkit-animation: bounce 2s infinite;
    }

    #backtotop.active {
        right: 0;
    }

    #backtotop:hover {
        background-color: #024669;
    }

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-5px);
    }

    60% {
        transform: translateY(-5px);
    }
}

.noBrLabel br {
    display:none!important;
}
.filterBlock {
    position:relative;
    padding-top:30px;
}
.showBlock {
    position: absolute;
    right: 0;
    top: 0;
}
    .showBlock .fa {
        font-size: 24px;
        color: #066597;
    }
    .showBlock.active .fa-chevron-down:before {
        content: "\f077"!important;
        font-family: FontAwesome!important;
    }

    .filterBlock .showBlockWrap {
        display: none;
    }
/* hight contrast */
body .wob {
    background: #000;
    color: #fff;
}
.wob button, .wob input, .wob select, .wob textarea, .wob label {
    color:#fff;
}
.wob #header {
    background: #111;
}
.wob #mainContainer {
    background:#222;
}
.wob .dashGreenHeader h2, .wob .whiteBox-heading, .wob .table th, .wob .tableData th {
    color: #80ff00;
}
.wob .regFormOuter {
    background: #333;
    box-shadow: 0 0px 5px 2px #111;
}
.wob .topLinksAndSearch #accessControl input {
    color:#fff;
}
.wob .mainNavigation {
    background:#444;
}
.wob #footer {
    background:#333;
    color:#f1f1f1;
}
.wob .footerMenu li a, .wob #nav li a {
    color: #ffff00;
}
.wob #nav > li > a:hover, .wob #nav > li.hover > a, .wob #nav > li.focus > a, .wob #nav > .highlight > a {
 background:#222;
}
.wob #nav ul li a {
    background:#444;
}
.wob #nav li ul li a:hover, .wob #nav li ul li > a.selected, .wob #nav ul a:hover, .wob #nav ul a.selected, .wob #nav ul > .highlight > a {
    background: #222;
}
.wob #nav ul li a {
    border-color: #333;
}
.wob .table {
    --bs-table-color:#fff;
}
    .wob .table th, .wob .tableData th {
     border-bottom: 2px solid #666 !important
    }
.wob table .fa-trash, .wob .fa-pencil-square-o {
    color:#ffff00;
}
.wob .btn {
    background: #ffff00; color:#000;
}
.wob div.dataTables_length select, .wob div.dataTables_filter input, .wob .customSelect {
    background: #000;
    border-color: #444;
    color: #fff;
}
.wob .bgBlue, .wob .bgBlue1 {
    background: #444;
}
.wob .logoSection a img {
    display:none;
}
.wob .logoSection a {
    background:url(../images/wob-logo.png) left top no-repeat;
    width:274px; height:56px;
    display:inline-block;
    background-size:cover;
}
.wob .customSelectInner {
    color:#fff;
}
.wob .select2-container--default .select2-selection--single {
    background: #000;
    border-color: #444;
}
.wob .select2-container--default .select2-selection--single .select2-selection__rendered {
    color:#fff;
}
.wob .select2-dropdown {
    background: #000;
    color:#fff;
}
.wob .select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #444;
}
.wob .newTwoColsec h3 {
    color:#fff;
}
.wob .innerTitle h3 {
    color: #d2ff77;
}
.wob .greyBg {
    background:#666;
}
.wob .form-control {
    background:#000;
    border-color:#444;
    color:#fff;
}
.wob caption, .wob th, .wob td {
    background:#111;
}
.wob th, .wob td, .wob .tableData th, .wob .tableData td, .wob .row.project-name-section {
    border-color: #444;
}
.wob .divider {
    background:#444;
}
.wob select {
    background:#000;
}
.wob .select2-container--default .select2-results__option--selected {
    background:#666;
}
.wob .table-bordered > :not(caption) > * > * {
    border-bottom: 1px solid #444 !important;
}
.wob .page-link.disabled, .wob .disabled > .page-link {
    background-color:#747474;
	color:#999;
}
.wob .pagination li a:hover, .wob .pagination li.active a {
    background:#000; color:#80ff00;
}
.wob div.dataTables_info, .wob .userDetail h4, .wob .userDetail p {
    color: #fff;
}
.wob .pagination li a{
	background:#000;
	color:#fff;
}
    .wob .pagination li a:hover {
        background: #ffff00;
        color: #000;
    }
.wob .loginForm {
    background:#111;
    color:#fff;
}
.wob .heading1 {
    color: #80ff00;
}
.wob .link1 {
    color:#ffff00;
}
.wob.loginPage:before, .wob.loginPage:after {
    filter:grayscale(1);
}
.wob .loginForm input[type="text"], .wob .loginForm input[type="password"], .wob .loginForm input[type="text"]:-internal-autofill-selected {
    background: #000;
    border-color: #444;
}
.wob .loginForm .fa {
    color:#fff;
}
.wob .btn:hover {
    background:#80ff00;
}
.wob .page-link {
    border-color:#666;
}
.wob .datepicker {
    background-color:#000!important;
}
.wob button {
    background-color:#ffff00;
    color:#000;
}
.wob a {
    color:#ffff00;
}
.wob .tableData td {
    color:#fff;
}
.wob .supermaGrid, .wob .supermaGrid td, .wob .supermaGrid th, .wob .ui-widget-content, .wob input[type="text"] {
    border-color: #444 !important;
}
.wob #backtotop {
    background:#ffff00;
    color:#000;
}
.wob select {
    border-color:#444;
}
.wob .ui-datepicker tr:nth-child(2n+1) td, .wob .ui-datepicker-calendar .tableRowOdd, .wob .ui-widget-content {
    background-color: #000;
}
.wob .ui-datepicker tbody a {
    color:#d1d1d1;
}
.wob .ui-datepicker-today a.ui-state-default.ui-state-highlight {
    color: #80ff00;
}
.wob .ui-state-active, .wob .ui-datepicker tbody a:hover {
    background-color: #80ff00;
    color:#000!important;
}
.wob .ui-datepicker .ui-datepicker-header {
    background-color:#444;
}
.wob table th, .wob .tableData th {
    border-bottom: 2px solid #444!important
}
.wob .datepicker {
    background: url(../images/wob-calender-icon-admin.png) right center no-repeat!important;
}

.borderBot1px {    border-bottom: 1px solid #000;}
.borderLeft1px { border-left:1px solid #000;
}
.thikLeftBdr .row { border-left:3px solid #000!important;
}

    .thikLeftBdr .row .row {
     border:0px!Important;}



.MultiCheckBox {
    border: 1px solid #e2e2e2;
    padding: 5px;
    border-radius: 4px;
    cursor: pointer;
}

    .MultiCheckBox .k-icon {
        font-size: 15px;
        float: right;
        font-weight: bolder;
        margin-top: -7px;
        height: 10px;
        width: 14px;
        color: #787878;
    }

.MultiCheckBoxDetail {
    display: none;
    position: absolute;
    border: 1px solid #e2e2e2;
    overflow-y: hidden;
}

.MultiCheckBoxDetailBody {
    overflow-y: scroll;
}

.MultiCheckBoxDetail .cont {
    clear: both;
    overflow: hidden;
    padding: 2px;
}

    .MultiCheckBoxDetail .cont:hover {
        background-color: #cfcfcf;
    }

.MultiCheckBoxDetailBody > div > div {
    float: left;
}

.MultiCheckBoxDetail > div > div:nth-child(1) {
}

.MultiCheckBoxDetailHeader {
    overflow: hidden;
    position: relative;
    height: 28px;
    background-color: #3d3d3d;
}

    .MultiCheckBoxDetailHeader > input {
        position: absolute;
        top: 4px;
        left: 3px;
    }

    .MultiCheckBoxDetailHeader > div {
        position: absolute;
        top: 5px;
        left: 24px;
        color: #fff;
    }
.customSelectOuter .btn-group {
    width: 100%;
    text-align: left;
 }
.customSelectOuter .multiselect {
    text-align: left;
    background: #fff;
    color: #222;
    border: 1px solid #c8c8c8;
}
.customSelectOuter .btn-group .multiselect-selected-text {
    display: inline-block;
    width:100%;
}
.dropdown-toggle::after {
    position:absolute;
    right:15px;
    top:18px;
}
.multiselect-container > li > a > label {
    padding: 3px 20px 3px 15px!important;
}
.multiselect-container {
    max-height:250px;
    overflow-y:scroll;
    overflow-x:hidden;
}

.newTwoColsec .disabled {
    border:1px solid #000;
}
.newTwoColsec .borderBot1px {
    border:1px solid #000;
}

.newTwoColsec input[type="text"] {
    border: 1px solid #000;
}
.newTwoColsec select {
    border: 1px solid #000;
}
.project-name-section .col-md-auto label, .project-name-section .col-md-auto select {
    font-size: 0.8em;
}
.project-name-section .customSelectOuter .multiselect {
    font-size:12px;
}
.project-name-section .select2req {
    width:160px!important;
}
.project-name-section .col-md-auto label {
    width: auto;
    padding-top: 0;
}
#Stimer {
    font-size:14px;
}



/********* Mobile Nav *********/
.mobileNav {
    z-index:9999;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    background: #195c9f;
    overflow: auto;
 
}
    .mobileNav  .navigationText {
        display: none;
    }
.activeMobNav .mobileNav {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.mobileNav #navMob {
    display: block !important;
    margin-top: 100px;
    position: static;
    background: #195c9f;
}

.mobileNav {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}
    /*.activeMobNav #wrapper {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}*/
    .mobileNav .close {
        position: absolute;
        right: 0;
        top: 0;
        width: 60px;
        height: 60px;
        
        cursor: pointer;
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        font-size: 24px;
        color: #fff;
        display: flex;
        justify-content: center;
        align-content: center;
        padding: 12px 0;
    }

.mobileNav .navigationText {
    position: absolute;
    left: 40px;
    top: 25px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.mobileNav .logoText {
    z-index: -1;
    width: 100%;
    position: absolute;
    bottom: 0;
    margin-bottom: 15px;
    height: 74px;
}

    .mobileNav .logoText .logoIcon {
        background-position: 0 -225px;
        margin: 0 auto;
        height: 74px;
        width: 234px;
        display: block;
    }

.mobileNav .menuClose {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 50px;
    height: 50px;
  
    cursor: pointer;
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}

.activeMobNav .mobileNav .menuClose {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.menuBar {
    display: none;
}

#navMob {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    padding: 0;
}

    .toggleMenu, #navMob .menuIcon {
        display: none;
    }

.toggleMenu {
    width: 60px;
    height: 38px;
}

    .toggleMenu .iconBar {
        text-indent: -9999px;
        display: block;
        background: url(../images/mobile-menu.png) no-repeat center center;
        width: 100%;
        height: 19px;
    }

    .toggleMenu .menuTitle {
        display: none;
    }

    .toggleMenu:hover {
        text-decoration: none;
    }

#navMob li {
    float: none;
    display: block;
    border: none;
}

    #navMob li a {
        border-bottom: 1px solid rgb(14, 62, 87);
        transition: all 0s ease 0ms;
        -webkit-transition: all 0s ease 0ms;
        text-decoration: none;
    }

    #navMob li.parent {
        position: relative;
    }

    #navMob li .menuIcon, #navMob li li .menuIcon {
        width: 60px;
        height: 57px;
        line-height:57px;
        background-color: #0f415b;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        cursor: pointer;
        color: #fff;
        font-size: 30px;
        text-align: center;
        
        font-style: normal;
    }

#navMob > li > .menuIcon {
    background-position: center 30px;
}

#navMob li li .menuIcon, #navMob li li .menuIcon.active {
    z-index: 2;
    background-color: #522272;
}

#navMob li li li .menuIcon {
    z-index: 2;
    display: none;
}

#navMob li li .menuIcon.active {
    background-color: #522272;
}

#navMob li > a:hover, #navMob li.hover > a, #navMob li ul li a:hover, #navMob li ul li > a.selected, #navMob ul a:hover, .noJS #navMob ul a:focus, #navMob ul a.selected, #navMob > li > a:hover, #navMob > li.hover > a, #navMob > li.focus > a {
    background-color: #434343;
    color: #fff;
}

#navMob ul {
    width: 100%;
    display: none;
    position: static;
    transition: none;
    -webkit-transition: none;
}

.hasJS #navMob ul {
    opacity: 1;
}

#navMob > li:hover > ul, #navMob li li:hover > ul, #navMob li li li:hover > ul {
    display: none;
}

#navMob ul, #navMob *:hover ul ul, #navMob .hover ul ul, #navMob .focus ul ul {
    margin-left: 0;
}

#navMob li a {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    line-height: 40px;
    color: #fff;
}

#navMob li ul li a {
    padding: 7px 55px 7px 20px;
    display: block;
    line-height: 21px;
   
    color: #fff;
    border: none;
    font-size: 16px;
}

#navMob > li.MenuLi1 > ul > li > a, .headerScroll #navMob > li.MenuLi1 > ul > li > a, .headerScroll #navMob > li > ul > li > a {
    padding: 8px 60px 8px 20px;
    font-size: 16px;
    line-height: 21px;
}

#navMob li ul li ul li a {
    padding-left: 38px;
    background-position: 20px 12px
}

#navMob li ul li ul li ul li a {
    padding-left: 60px;
    background-position: 45px center
}

#navMob > li > a:hover, #navMob > li.hover > a, #navMob > li.focus > a, #navMob > .highlight > a {
    background-color: #000;
    color: #fff;
}

#navMob li ul li a:hover, #navMob li ul li > a.selected, #navMob ul a:hover, .noJS #navMob ul a:focus, #navMob ul a.selected, #navMob ul > .highlight > a, #navMob > li.MenuLi1 > ul > li:hover > a, #navMob > li > ul > li > a:hover, #navMob > li > ul > li.current > a:hover, #navMob > li > ul > li:hover > a {
    background-color: #1d739f;
    color: #fff;
}

#navMob .linkIcon, #navMob .linkIconHover, #navMob > li.MenuLi1 > ul > li > a:before {
    display: none !important;
}

#navMob .menuFirstNode {
    display: block;
}

#navMob li.current ul {
    display: none;
}

#navMob li li ul {
    position: static;
    width: 100%;
    background: none;
    visibility: visible;
    border: 0;
    box-shadow: 0 0 0 #000;
    opacity: 1;
    padding: 0;
    transition: all 0s ease 0s;
}

#navMob li.megaMenu ul {
    padding: 0;
}

    #navMob li.megaMenu ul li {
        border: 0;
        float: none;
        height: auto;
        line-height: inherit;
        width: 100%;
        padding: 0;
    }

#navMob li > a {
    font-size: 20px;
    font-weight: 300;
    padding: 8px 15px;
    margin-left: 0;
}

#navMob li ul {
    background: #024669;
    box-shadow: -7px 0 7px rgba(0, 0, 0, 0.4) inset;
    position: relative;
    padding: 15px 0;
    margin: 0;
}

    #navMob li ul:after {
        height: 100%;
        width: 60px;
        position: absolute;
        right: 0;
        top: 0;
        content: "";
        background-color: rgba(0,0,0,0.5);
        z-index: 1;
        display: block;
    }

.mainNavigation #nav li.MenuLiLast ul {
    left: auto;
    right: 0;
}

    .mainNavigation #nav li.MenuLiLast ul::before {
        left: auto;
        right: 14px;
    }

.mainNavigation {
    background: #195c9f;
}

.toggleMenu {
    display: none;
    padding: 15px;
    text-decoration: none
}

    .toggleMenu .mobileMenu {
        font-size: 1.250em;
        color: #fff;
    }

    .toggleMenu .iconBar {
        float: right;
        width: 25px;
        height: 25px;
        background: url(../images/mobile-menu.png) no-repeat center center;
    }

#nav, #nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

    #nav li {
        margin: 0;
        padding: 0;
        position: relative;
        display: inline
    }

        #nav li a {
            padding: 5px 15px;
            line-height: 30px;
            color: #fff;
            display: inline-block;
            text-decoration: none;
            position: relative;
        }

        #nav li:first-child:before {
            display: none;
        }

        #nav li:first-child a:before {
            display: none;
        }

        #nav li li a:before {
            display: none;
        }

    #nav ul {
        width: 300px;
        top: 20px;
        padding: 0;
        left: 0;
        position: absolute;
        z-index: 2;
    }


    #nav li li a:after {
        display: none;
    }

.hasJS #nav ul {
    opacity: 0;
    transition: opacity 400ms linear;
    -webkit-transition: opacity 400ms linear;
}

#nav ul li:first-child {
    padding-top: 20px;
}

#nav ul li li:first-child {
    padding-top: 0px;
}

#nav ul li {
    float: left;
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
}

    #nav ul li a {
        display: block;
        background-color: #195c9f;
        font-size: 1em;
        line-height: 24px;
        color: #fff;
        border: none;
        border-top: 1px solid rgba(255,255,255,0.2);
        padding: 5px 15px 5px 15px;
        text-align: left;
    }

#nav li a {
    position: relative;
}

#nav .subM {
    position: relative;
}

    #nav .subM a:before {
        width: 0;
        content: "";
        height: 2px;
        background-color: #ff8522;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translate(-50%,0);
        transition: all 0.3s;
    }

    #nav .subM:hover a:before {
        width: 100%;
    }

#nav li a {
    position: relative;
}

#nav li.subM:hover a:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    bottom: -7px;
    width: 20px;
    height: 20px;
    z-index: 999;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #ff8522;
}


#nav ul ul {
    top: 0;
    left: 300px
}
/*#nav a:hover, .noJS #nav a:focus, #nav ul .hover > a, #nav ul .focus > a { color:#fff }*/
#nav ul a:hover, .noJS #nav ul a:focus, #nav ul a.selected {
    color: #000
}

#nav ul, #nav :hover ul ul, #nav .hover ul ul, #nav .focus ul ul {
    margin-left: -9999px
}

    #nav li:hover > ul, #nav li.hover > ul, #nav li.focus > ul, #nav a:focus + ul, #nav ul ul, .noJS #nav .hover a:focus, .noJS #nav .focus a:focus {
        margin-left: 0
    }

#nav > li > a:hover, #nav > li.hover > a, #nav > li.focus > a, #nav > .highlight > a {
    background-color: #024669;
    color: #fff;
}

#nav li ul li a:hover, #nav li ul li > a.selected, #nav ul a:hover, .noJS #nav ul a:focus, #nav ul a.selected, #nav ul > .highlight > a {
    background-color: #024669;
    color: #fff;
}

#nav ul li.focus > a {
    background-color: #e9e9e9;
    color: #060613;
    display: block;
}

#nav .menuIcon {
    display: none;
    position: absolute;
    right: 5px;
    top: 20px;
    width: 9px;
    height: 9px;
}

#nav li .menuIcon {
    background: url(../images/down-arrow.gif) no-repeat right center;
    z-index: 10
}

#nav li li .menuIcon {
    display: block;
    background: url(../images/right-arrow.gif) no-repeat right center;
    top: 13px;
    right: 10px;
    z-index: 11
}

#nav li li li .menuIcon {
    z-index: 12
}

#nav li .menuIcon.active {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.noJS #nav ul a:focus {
    width: 200px;
}

    .noJS #nav ul a:focus, .noJS #nav ul a:focus + ul {
        margin-left: 9999px
    }

.noJS #nav ul a:active {
    margin-left: 0
}

.hasJS .menuPart #nav a:focus + ul, .hasJS .menuPart #nav li.focus > ul, .hasJS .menuPart #nav li.hover > ul, .hasJS .menuPart #nav li:hover > ul, .hasJS .menuPart #nav ul ul {
    opacity: 1;
}

@media (max-width:1199px) {


    /*student corner*/
    .student-corner {
        margin-bottom: 30px;
    }

    .student .student-corner, .student .university {
        height: 430px;
    }
    /*footer*/
    .footer p {
        margin-bottom: 10px;
    }

    .footerRight {
        text-align: left;
    }


    /*navigation*/
    #nav > li > a:hover, #nav > li.hover > a, #nav > li.focus > a, #nav > .highlight > a {
        background-color: #024669;
        color: #fff;
    }
    #nav li a {
        padding: 0 5px;
    }

    #nav ul {
        display: block !important;
    }

    .toggleMenu {
        padding: 7px 15px;
    }

    #nav {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        background: #073e74;
    }

        #nav ul {
            background: #305d93;
        }

        .toggleMenu, #nav .menuIcon, .mobileNav, #navMob li .menuIcon, #navMob li li .menuIcon {
            display: block;
        }

        #nav li {
            float: none;
            display: block;
            border: none;
        }

            #nav li a {
                border-top: 1px solid #002d63
            }

            #nav li.parent {
                position: relative;
            }

            #nav li .menuIcon, #nav li li .menuIcon {
                width: 46px;
                height: auto;
                background-color: #002d63;
                background-color: rgba(0, 45, 99, 0.5);
                background-image: url(../images/down-arrow.gif);
                background-repeat: no-repeat;
                background-position: center 15px;
                position: absolute;
                right: 0;
                top: 0;
                bottom: 0;
                cursor: pointer;
            }

                #nav li .menuIcon.active, #nav li li .menuIcon.active {
                    background-color: #002d63;
                    background-color: rgba(1, 36, 78, 0.5);
                }

        #nav > li > a:hover, #nav > li.hover > a, #nav > li.focus > a, #nav > .highlight > a {
            background-color: #024669!important;
            color: #fff!important;
        }

        #nav ul {
            width: 100%;
            display: none;
            position: static;
            transition: none;
            -webkit-transition: none;
        }

    .hasJS #nav ul {
        opacity: 1;
    }

    #nav li ul li, #nav ul a {
        width: 100%
    }

    #nav > li:hover > ul, #nav li li:hover > ul, #nav li li li:hover > ul {
        display: none;
    }

    #nav ul, #nav *:hover ul ul, #nav .hover ul ul, #nav .focus ul ul {
        margin-left: 0;
    }

    #nav li a {
        padding-left: 15px;
        padding-right: 15px;
        display: block;
        line-height: 30px;
        font-size: 14px;
    }

    #nav li ul li a {
        padding: 7px 55px 7px 25px;
        display: block;
        line-height: 21px;
        background: url(../images/right-arrow.gif) no-repeat 15px 15px;
        color: #fff;
        border: none
    }

    #nav li ul li ul li a {
        padding-left: 45px;
        background-position: 33px center
    }

    #nav li ul li ul li ul li a {
        padding-left: 60px;
        background-position: 45px center
    }

    #nav > li > a:hover, #nav > li.hover > a, #nav > li.focus > a, #nav > .highlight > a {
        background-color: #305d93;
        color: #fff;
    }

    #nav li ul li a:hover, #nav li ul li > a.selected, #nav ul a:hover, .noJS #nav ul a:focus, #nav ul a.selected, #nav ul > .highlight > a {
        background-color: #305d93;
        color: #fff;
    }

    .mobileMenu {
        text-indent: -9999px;
        font-size: 0;
    }

    .toggleMenu {
        background: #024669;
        display: flex;
        justify-content: center;
    }

    .mainNavigation #nav {
        display: none !important;
    }
}
.mobileNav.active {
    transform: translateX(0 );
}

.activeMobNav {
    background-color: #fff;
    line-height: 1.5;
    overflow-x: hidden;
    position: fixed;
    height: 100%;
    width: 100%;
}

.toggleMenu .mobileMenu {
 display:none;}
.menuIcon.active .fa-angle-down::before {
    content: "\f106";
}
@media (max-width:640px) {
    #navMob li > a {
     font-size:16px;}
    .mobileNav #navMob {
     margin-top:80px;}
}