/* CSS Document */

/*FONTS----------------------------------------------------------------------------------------------------*/

@font-face {
    font-family: 'Neo Sans';
    src: url('../fonts/NeoSansPro-Regular.eot');
    src: url('../fonts/NeoSansPro-Regular.eot?#iefix') format('embedded-opentype'), 
            url('../fonts/NeoSansPro-Regular.woff') format('woff'), 
            url('../fonts/NeoSansPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*GENERAL----------------------------------------------------------------------------------------------------*/

body {
    font-family: Neo Sans, 'Calibri', sans-serif;
    color: #130c0e;
    font-size: 14px;
}

h1 {
    font-size: 24px;
    color: #130c0e;
    /*text-transform: uppercase;*/
    margin: 0 0 1em;
}

.bloc-tabs h1 {
    margin: 0.5em 0;
}

h2 {
    color: #ffc700;
    text-transform: uppercase;
    font-size: 19px;
    margin: 0 0 0.5em;
}

h3 {
    color: #130c0e;
    font-size:15px;
    font-weight: bold;
    text-transform: uppercase;
}

h3 a {
    color: #130c0e!important;
}

.modal h3 a {
    color: #21b6d7!important;
    text-decoration: none;
}

h4 {
    text-transform: uppercase;
    font-size: 15px;
}

.container-fluid#content {
    margin-top: 30px;
}

.bloc {
    border: solid 1px #ccc;
    background-color: #f8f8f8;
    padding: 30px 25px 25px;
}

.bloc ul {
    padding-left: 20px;
    margin-left: 0;
}

.details {
    background-color: #898586;
    padding: 10px;
    color: #fff;
}

.row-list > div {
    margin-bottom: 1em;
}

/*TABS----------------------------------------------------------------------------------------------------*/

.bloc-tabs {
    border: solid 1px #ccc;
    border-top: none;
    padding: 20px;
    margin-bottom: 20px;
}

.nav-tabs {
    border: solid 1px #ccc!important;
    border-width: 0 0 1px 1px!important;
    cursor: pointer;
}

.nav-tabs a {
    border-radius: 0!important;
    border-color: #ccc!important;
    border-width: 1px 1px 1px 0!important;
    background-color: #f8f8f8;
    color: #898586!important;
    font-size: 13px;
}

.nav-tabs a:hover {
    background-color: #e8e8e8;
}

.nav-tabs a.active  {
    background-color: #fff;
    border-bottom-color: #fff!important;
    color: #130c0e!important;
}


/*LINKS----------------------------------------------------------------------------------------------------*/

a,
a:hover,
a:visited,
a:focus {
    color: #21b6d7;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


/*BUTTONS----------------------------------------------------------------------------------------------------*/

.btn {
    border-radius: 0;
}

.btn-primary {
    background-color: #21b6d7!important;
    border-color: #21b6d7!important;
    color: #fff!important;
}

.btn-success {
    background-color: #339900!important;
    border-color: #339900!important;
    color: #fff!important;
}

.btn-danger {
    background-color: #cc0000!important;
    border-color: #cc0000!important;
    color: #fff!important;
}

.btn-light {
    background-color: #c5c3c4!important;
    border-color: #c5c3c4!important;
    color: #fff!important;
}

.btn-info {
    background-color: #fff!important;
    border-color: #ddd!important;
    color: #130c0e!important;
    font-size: 14px;
    padding: 8px 15px;
}

.alert {		
    padding: 0.5em 1em!important;		
}		
.alert-danger {		
    color: #CC0000!important;		
    border-color: #CC0000!important;		
}		
.alert-success {		
    background-color: #cce5bf!important;		
    border-color: #339900!important;		
    color: #339900!important;		
}		
.alert-info {		
    color: #21b6d7!important;		
    border-color: #21b6d7!important;		
    background-color: #d3f0f7!important;		
}		
.alert-warning {		
    background-color: #fff4cc;		
    color: #ffa800!important;		
    border-color: #ffc700!important;		
}		

/*ICONS----------------------------------------------------------------------------------------------------*/

.icon {
    background: none;
    font-size: 15px;
}

.icon-bkg-yellow {
    background-color: #ffc700;
}

.icon-bkg-black {
    background-color: #130c0e;
    color: #fff;
}

.icon-bkg-grey {
    background-color: #d0cecf;
    color: #fff;
}

.icon-bkg-blue {
    background-color: #21b6d7;
    color: #fff;
}

.icon-bkg-green {
    background-color: #339900;
    color: #fff;
}

.icon-bkg-red {
    background-color: #CC0000;
    color: #fff;
}


.icon-green {
    color: #339900;
}

.icon-size-0 {
    font-size: 21px!important;
    padding-top: 3px!important;
    border-radius: 39px;
    width: 39px!important;
    height: 39px!important;
}

.icon-size-1 {
    font-size: 16px!important;
    padding-top: 2px!important;
    border-radius: 29px;
    width: 29px!important;
    height: 29px!important;
}

.icon-size-2 {
    font-size: 10px!important;
    padding-top: 2px!important;
    border-radius: 20px;
    width: 20px!important;
    height: 20px!important;
}

.icon {
    text-align: center!important;
    display: inline-block;
}

.badge {
    background-color: #ffc700;
    position: relative;
    top: -10px;
    left: -5px;
}

.fa-file-export {
    font-size: 14px;
    position: relative;
    top: -1px;
    left: 2px;
}

.fa-globe-americas {
    font-size: 1.2em;
    position: relative;
    top: 4px;
}

.fa-book {
    position: relative;
    top: 2px;
}

h2 .icon {
    position: relative;
    top: -2px;
    color: #130c0e;
}

.icon-size-2 .fa-bars {
    padding-top: 1px;
}

.icon-size-2 .fa-times {
    padding-top: 2px;
    font-size: 0.95em;
}

.icon-size-2 .fa-pen {
    font-size: 0.95em;
}

.icon-size-2 .fa-file {
    font-size: 1.1em;
}

.icon-size-1 .fa-angle-double-left,		
.icon-size-1 .fa-angle-double-right {		
    font-size: 0.9em;		
}

.icon-size-2 .fa-download,
.icon-size-2 .fa-info {
    font-size: 1em;
}

.fa-sync-alt {
    position: relative;
    top: 0.05em;
}

.fa-table {
    font-size: 0.85em;
    position: relative;
    top: -1px;
}

td a .fas,
td a .far {
    font-size: 1.3em;
}

/*HEADER----------------------------------------------------------------------------------------------------*/

#header {
    padding-top: 15px;
    padding-bottom: 15px;
}

#header a,
#header a:hover,
#header a:visited,
#header a:focus {
    color: #130c0e;
}

#header .nav {
    position: relative;
    top: 5px;
}

#header .nav-item span {
    display: inline-block;
}

#header #user span.icon {
    position: relative;
    top: -12px;
}

#header #user span.icon-txt {
    position: relative;
    top: -5px;
    font-size: 13px;
    line-height: 16px;
    margin-left: 5px;
}

#header #user span.icon-txt strong {
    font-size: 15px;
}

#header #user img {
    display: inline-block;
    max-width: 150px;
    height: auto;
    position: relative;
    top: -15px;
    margin-right: 5px;
}

#header .btn {
    background: none!important;
    border: none!important;
}

#header #emails span.icon {
    cursor: pointer;
}

/*@media (max-width: 576px) {
    #header .justify-content-end {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
}*/

/*NAVBAR----------------------------------------------------------------------------------------------------*/

.navbar {
    background-color: #ffc700;
    padding: 0;
}

.navbar-toggler-icon {
    position: relative;
    top: 5px;
}

.navbar .nav-item {
    margin-right: 10px;
    padding: 5px;
}

.navbar a {
    color: #130c0e;
}

.navbar .nav-item:hover {
    background-color: #130c0e;
}

.navbar .nav-item:hover a {
    color: #fff;
}

.nav-link.active {
    font-weight: bold;
}

.dropdown-menu {
    font-size: 13px;
    border-radius: 0;
}

.navbar .dropdown-menu {
    margin-top: -1px;
}

.dropdown-menu a {
    color: #130c0e!important;
    padding: 5px 15px;
}

@media (max-width: 576px) {
    .navbar .dropdown-menu {
        display: block!important;
        background: none!important;
        border: none!important;
    }
    .navbar .nav-item:hover {
        background: none!important;
    }
    .navbar .nav-item:hover a {
        color: inherit!important;
    }
    .navbar .nav-item > a {
        font-weight: bold;
    }
    .navbar a.dropdown-item:hover {
        background-color: #130c0e;
        color: #fff!important;
    }
    .navbar .nav-item {
        margin-left: 15px;
    }
}

/*LIST GROUP ----------------------------------------------------------------------------------------------------*/
.list-group a {
    color: #130c0e;
    text-decoration: none;
}

.list-group li:hover {
    background-color: #f2f2f2;
}

.list-group .active {
    background-color: #130c0e !important;
    border-color: #130c0e !important;
}

.list-group .active a {
    color: #fff;
}

.list-group-flush {
    max-height: 300px;
    overflow-y: scroll;
}

.img-chart {
    max-height: 240px;
    width: auto;
}

/*NEWS----------------------------------------------------------------------------------------------------*/

#aside {
    font-size: 0.9em;
}

#news {
    position: relative;
    background-color: #f8f8f8;
    border: solid 1px #ccc;
    padding: 25px;
    margin-bottom: 15px;
}

#news .new {
    position: absolute;
    top: -1px;
    right: -1px;
    z-index: 9;
    width: 50px;
    height: 50px;
    background-image: url(../img/new.png);
}

.calendar {
    width: 35px!important;
    text-align: center;
    margin-bottom: 7px;
    margin-right: 10px;
}

.calendar .D {
    background-image: url(../img/calendar-top.png);
    background-position: top;
    padding: 10px 0 2px;
    line-height: 1em;
    font-weight: bold;
}

.calendar .M {
    background-image: url(../img/calendar-bottom.png);
    background-position: bottom;
    color: #fff;
    font-size: 11px;
    padding-bottom: 2px;
}

#news .title a {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #ffc700;
    padding-right: 20px;
    line-height: 1.2em;
    margin-top: 7px;
    margin-bottom: 10px;
}

a.news-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.news-content {
    padding-left: 60px;
}

#news .content a {
    text-decoration: underline;
}

#aside .more {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 23px;
    position: relative;
    top: -5px;
}

#aside h2 a{
    color: #ffc700;
    text-transform: uppercase;
    font-size: 19px;
    margin: 0 0 0.5em;
}

#news hr:last-child{display:none}
.news-content h3{
    display: inline-block;
}

/*LIBRARY----------------------------------------------------------------------------------------------------*/

#library {
    background-color: #ffc700;
    padding: 1px 0px 1px 15px;
}

#library ul {
    padding: 0;
    margin-bottom:0rem;
}

#library li {
    display: block;
    margin: 5px 0;
}

#library a {
    display: block;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
    color: #130c0e;
}

#library a {
    background-image: url(../img/arrow-links.png);
}
/*STEPS----------------------------------------------------------------------------------------------------*/

.steps-bloc {
    padding-left: 0!important;
    margin-left: -25px!important;
}

.steps {
    padding-right: 20px;
    counter-reset: step;
}

@media (min-width: 1200px) {
    .steps {
        text-align: right;
    }

    .text-left .steps {
        text-align: left;
    }
}

.steps li {
    display: inline-block;
    border: solid 1px #ccc;
    border-width: 1px 0;
    padding: 8px 20px 8px 30px;
    position: relative;
    margin-left: -5px;
}

.steps-bloc-2 .steps li {
    padding: 8px 30px 8px 30px;
}

.steps li:before {
    display: inline-block;
    content: counter(step);
    counter-increment: step;
    background-color: #130c0e;
    border-radius: 21px;
    width: 21px;
    height: 21px;
    color: #fff;
    margin-right: 5px;
    text-align: center;
}

.steps-bloc-2 .steps li:before {		
    position: relative;		
    top: -6px;		
}

.steps li:first-child {
    padding-left: 20px;
    border-width: 1px 0 1px 1px;
    padding-right:22px;
}

.steps li.active {
    background-color: #e8e8e8;
}

.steps a {
    color: #130c0e;
}

.steps-bloc-2 .steps a {		
    display: inline-block;		
}		
.steps-bloc-2 .steps a small {		
   display: block;		
   margin-top: -5px;		
}

.steps li span {
    position: absolute;
    top: 4px;
    right: -13px;
    display: block!important;
    width: 30px!important;
    height: 30px!important;
    border: solid 1px #ccc;
    border-radius: 5px;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
}

.steps-bloc-2 .steps li span {
    width: 39px !important;
    height: 39px !important;
    top: 5px;
    right: -18px;
}

.steps li.active span {
    background-color: #e8e8e8;
}

.steps li.off {
    cursor:not-allowed;
    color: #867f7f;
}

.steps li.off:before {
    background-color: #867f7f;
}

a[disabled]{ pointer-events: none;} /* to disable onclientclick event for linkbutton */

/*FORMS----------------------------------------------------------------------------------------------------*/

.form-control {
    border-radius: 0;
    font-size: 14px;
    box-shadow: none!important;
}

table:not(.form-check) input[type="checkbox"] {
    position: relative;
    top: 2px;
}

.bootstrap-select.bs-container {
    border: solid 1px #ff0000;
}

table.form-check td {
    padding-right: 40px!important;
}

.form-text-alert {
    font-size: 0.9em;
    color: #CC0000 !important;
}

.nobgnobrd {
    border: 0px none transparent !important;
    background-color: transparent;
    padding: 0px;
    vertical-align: top;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    top: -2px;
    width: 20%;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.upload-file {
    width: 79%;
    border: solid 1px #ccc;
    background-color: #fff;
    padding: 8px 10px;
}

@media (max-width: 1200px) {
    .fileUpload {
        width: 24%;
    }

    .upload-file {
        width: 74%;
    }
}

@media (max-width: 992px) {
    .fileUpload {
        width: 34%;
    }

    .upload-file {
        width: 64%;
    }
}

@media (max-width: 768px) {
    .fileUpload {
        width: auto;
    }

    .upload-file {
        width: 100%;
    }
}

.input-group-nobkg .input-group-text {
    background: none;
    border: none;
}

/*TABLES----------------------------------------------------------------------------------------------------*/

.table {
    color: #130c0e;
    margin: 0;
}

.table th, 
.gridHeader {
    background-color: #ffc700 !important;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 0.9em;
    border-top: none!important;
    border-bottom: none!important;
    border-right: solid 1px #fff!important;
    vertical-align: top!important;
}

.table-borderless th {
    background: none!important;
    border: none!important;
    padding-left: 0;
    border-bottom: solid 1px #ccc!important;
}

.table th.active {
    background-color: #130c0e!important;
    color: #fff;
}

table th a {
    color: #130c0e!important;
}

.sort {
    display: none;
    cursor: pointer;
}

.sort {
    display: block;
    width: 12px;
    height: 17px;
    float: right;
    margin-top: 2px;
    margin-right: 10px;
    background-image: url(../img/icon-sort.png);
}

.sort.desc {
    transform: rotate(180deg);
}

.table td {
    border: none!important;
    border-right: solid 1px #fff!important;
    font-size: 13px;
    vertical-align: middle!important;
    font-weight: normal;
}

table td a {
    color: #130c0e!important;
}

.table-borderless td {
    border: none!important;
    padding-left: 0;
}

.table-line {
    border-bottom: solid 1px #130c0e;
}

.table-line th {
    background: none;
    text-transform: none;
    border-top: solid 1px #130c0e!important;
    font-weight: bold;
    font-size: 13px;
}

.table-line td {
    border-top: solid 1px #130c0e!important;
}

td.bars {
    position: absolute;
    width: 68px;
    text-align: center;
}

td.bars a[data-toggle="dropdown"] {
    padding: 5px;  
}

td.bars .dropdown-menu {
    /* top: 18px;
    left: 15px;
       */
}

label span.red {
    color: #cc0000;
}

.table-responsive .table{
    width:99.6%;
    margin: 0 auto;
}

.table-responsive{
    -ms-overflow-style:auto !important;
}

/* custom pager style */
.pager {
    margin: 20px 0;
}

.pager select,
.pager input {
    display: inline-block;
}

.pager .fas {
    color: #fff!important;
    font-size: 14px;
    position: relative;
    top: 1px;
}

.pager a:hover{text-decoration:none;}

.pager td{
    font-size:14px;
}

    _:-ms-lang(x), .pager td {
        padding-bottom: 15px;
    }

/* Default pager style */
.defaultPager {
    margin: 20px 0;
}

tr.defaultPager {
    background: none!important;
}

tr.defaultPager td {
    padding: 0;
    margin: 0;
}

tr.defaultPager table {
    /*margin-bottom: 15px!important;*/
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}

tr.defaultPager table td {
    border: solid 1px #ccc!important;
}

tr.defaultPager a,
tr.defaultPager span {
    display: block;
    background: #fff!important;
    padding: 5px 10px!important;
    text-decoration: none;
    margin-right: 0px!important;
}

tr.defaultPager a:hover {
    background: #f8f8f8!important;
}

tr.defaultPager span {
    background: #130c0e !important;
    color: #fff;
}

tr.gridPager a,
tr.gridPager span {
    display: inline-block;
    background: #fff !important;
    padding: 5px 10px !important;
    text-decoration: none;
    margin-right: 0px !important;
    border: solid 1px #ccc !important;
}

tr.gridPager a:hover {
    background: #f8f8f8 !important;
}

tr.gridPager span {
    background: #130c0e !important;
    color: #fff;
}

td.icons a {
    display: inline-block;
    margin-right: 10px;
}

tr.collapse_table td table td {		
    background: #fff!important;		
    border-color: #eaeaea!important;		
}		
tr.collapse_table td table th {		
    background: #130c0e!important;		
    color: #fff!important;		
}		
tr[data-level="2"] > td:first-child {		
    padding-left: 35px;		
}		
tr[data-level="3"] > td:first-child {		
    padding-left: 60px;		
}		
tr[data-level="4"] > td:first-child {		
    padding-left: 90px;		
}		
.tree-node i {		
    cursor: pointer!important;		
    margin-right: 5px;   		
}

.tree-node-view a:hover{
    cursor:pointer;
}
/*POPUP----------------------------------------------------------------------------------------------------*/

#popup-header {
    background-color: #ffc700;
    border: none;
    padding: 25px;
    margin-bottom: 20px;
}

#popup-header .close {
    width: 26px;
    height: 26px;
    background-image: url(../img/button-close.png);
    opacity: 1;
    background-repeat: no-repeat;
    margin: 0;
}

#popup-header .close span {
    display: none;
}

.popup-title {
    font-size: 24px;
    /*font-weight: bold;*/
    text-transform: uppercase;
    line-height: 1.05em;
    text-align: left!important;
    margin-bottom:0!important;
}

.popup-title-2 {
    color: #fff;
}

#popup-body {
    padding: 25px;
}

.smallModal {
    width: 600px;
}

/*TOOLTIPS----------------------------------------------------------------------------------------------------*/
.tooltip .tooltip-inner {
    background-color: #130c0e;
    max-width: 100%;
    width: inherit;
    padding: 10px;
}

a[data-toggle="tooltip"] {
    /*
    position: relative;
    top: 5px;
    */
}

a[data-toggle="tooltip"] i {
    margin-top: 2px;
}

@media (min-width: 795px) {
    /*a[data-toggle="tooltip"] {
        left: -15px;
    }*/
}

td.icons a[data-toggle="tooltip"] {
    top: 0 !important;
    left: 0 !important;
}
/*FOOTER----------------------------------------------------------------------------------------------------*/

#footer-navigation {
    margin-top: 80px;
    background-color: #898586;
    color: #fff;
    font-size: 12px;
    padding: 20px;
}

#footer-navigation a {
    color: #fff;
}

#footer-navigation ul {
    margin: 0;
    padding: 0;
}

#footer-navigation li {
    list-style: none;
}

#footer-navigation p {
    margin-bottom: 0.5em;
    font-size: 1.1em;
}

#footer {
    background-color: #130c0e;
    color: #fff;
    font-size: 12px;
    padding: 23px 20px 10px;
}

#footer a {
    color: #fff;
}

#powered-by-intertek img {
    position: relative;
    top: -2px;
}

#footer > .row > div {
    text-align: center;
}

@media (min-width: 768px) {
    #footer #copyright {
        text-align: right;
    }
    #footer #nav-footer {
        text-align: center;
    }
    #footer #powered-by-intertek {
        text-align: left;
    }
}

.form-check input[type="checkbox"],.form-check input[type="radio"]{
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem;
}

.form-check label{
    margin-bottom: 0;
}

.trBottomBorder {
    border-bottom: 8px solid transparent;
}

input[type="image"]{
    vertical-align: middle;
    border-style: none;
}

.noletterspacing {
    letter-spacing: 0px;
}

.dashboardTD{
    padding:0px !important;
    background-color: #ffc700 !important;
}

.dashboardLibrary tr:first-child>td.dashboardTD {
    padding-top:15px !important;
}

.dashboardLibrary tr:last-child>td.dashboardTD {
    padding-bottom:15px !important;
}

.dashboardLibrary{
    margin-bottom: 15px !important;
}

.linkColor{
    color: #21b6d7 !important;
}

.modalBackground {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}

.btn:disabled{
    cursor:not-allowed;
}

.clear {
    clear: both;
}

.panel-small {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.titleCheckbox{
    font-weight: bold;
    margin-top:10px;
}

.subCheckbox{
    margin-top:10px;
    margin-bottom: 15px;
}

.subCheckbox td>label>b
{
    background-color: transparent !important;
    font-size: 85%;
    font-weight: 400;
    font-style: italic;
    margin-left: 15px;
}

.subCheckbox label{
    margin-bottom: 0.25rem;
}

.setWidth td
{
    width:480px !important;
}

/* Reports Iframe */
iframe {
    overflow-x: hidden;
    overflow-y: hidden;
    max-width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    width: 100%;
}

/* UI-MultiSelect */
.ui-multiselect {
    height: calc(2.25rem + 2px);
    background-color: #fff !important;
    width: 100% !important;
    box-sizing: content-box;
    padding: 0;
}

.toolTipDiv span{
    margin: 10px auto auto -12px;
    cursor: pointer!important;
}

.ui-icon-triangle-2-n-s {
    margin-top: 0.25em;
}

.ui-corner-all {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.ui-state-active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}

.ui-state-active .ui-icon {
    background-image: url(../img/ui-icons_444444_256x240.png);
}

.ui-widget input {
    padding: 3px;
    margin-right: 0.5em;
}

.ui-multiselect-checkboxes li {
    font-size: 1em;
}

.sectionDiv {
    border-bottom: 1px solid #c0c0c0;
}

.ui-multiselect-header span.ui-icon { top: 2px; margin-right: 2px; }
.ui-multiselect span { padding: 0 0 0 10px; }
.ui-multiselect-header li.ui-multiselect-close { margin-top: 2px; }
.ui-multiselect-checkboxes li span { color: #130c0e; }

.downloadBtn{
    margin-top: 5px;
    margin-right: 10px;
}

.validator{
    position:absolute;
}

.selectedValuesStyle {
    font-size: 12px;
    color: #2198d7;
}

.redText {
    color: #cc0000 !important;
}

.greenText {
    color: #339900 !important;
}

small {
    font-size: 85%;
}

.listTable td {
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    border: 1px solid rgba(0,0,0,.125)!important;
    background-color: #fff;
    display:block;
    font-size:14px;
}
.listTable tr:nth-child(2) > td
{
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.listTable tr:last-child > td
{
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.linkButtonDiv a:hover{
    text-decoration:none;
}

_:-ms-lang(x), .modal-content {
    display:block;
}

_:-ms-lang(x), .dialogSize-1 {
    width: 660px;
}

_:-ms-lang(x), .dialogSize-2 {
    width: 800px;
}

@media (max-width: 768px) {

    _:-ms-lang(x), .dialogSize-1 {
        width: 450px;
    }

    _:-ms-lang(x), .dialogSize-2 {
        width: 500px;
    }
}

.table-caphistory tbody tr:nth-of-type(even) {
    background-color: rgba(0,0,0,.05);
}

/* CSS USED IN CODE --------------------------------------------------------------------*/
.HideControl{
    display:none;
}

.hide{
    display:none;
}

.reddiv {
    background-color: #CC0000;
}

.capbkg td{
    background-color: #84c166!important;
}

.tdFontBold td{
    font-weight:bold !important;
}

.tdFontNormal td{
    font-weight:normal !important;
}

/* EXPORT TO EXCEL ---------------------------------------------------------------------*/
.grd {
    font-size: 10px;
    color: navy;
    font-family: Verdana;
    border-collapse: collapse;
    padding: 0 3px 3px 3px;
}

.background_odd {
    background-color: #E9E9E9;
}

.background_even {
    background-color: #DBDBDB;
}

.GrdHeader {
    padding: 0px 2px 2px 2px;
    font-weight: bold;
    font-size: 10px;
    color: red;
    font-family: Verdana;
    border-collapse: collapse;
    background-color: #418AB7;
    height: 20px;
}

/* Progress Bar -------------------------------------------------------------------------- */
.progressModal {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
    left:0;
}

.progressModalCenter {
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 190px;
    background-color: lightgray;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
    text-align: center;
}

.progressModalCenter img {
    height: 60px;
    width: 60px;
}

.progressModalCenter p {
    font-size: 12px;
    font-weight: bold;
    color: black;
}

/* Multi Select -------------------------------------------------------------------------- */

.textgrey {
    color: #777;
}

.Selector {
    cursor: pointer;
}

.MultiSelectCheckBoxContainer {
    position: absolute;
    z-index: 100000;
    height: 180px;
    overflow: auto;
}

.MultiSelect {
    position: relative;
    display: block;
}

.bloc-Tnc {
    border: solid 1px #ccc;
    padding: 30px 40px;
    color: #666666;
    font-family: Arial;
    text-align:justify;
    font-size: 11pt;
}

.bloc-Tnc a{
    color: #666666;
}

.lineHR{
    border-bottom: 2px solid #c3c3c3;
}

.tnc-header-footer{
    text-align:center;
    font-weight:bold;
    font-size:14px;
    font-family:Arial;
}

.bloc-Tnc.termsofuse{
    overflow-y:scroll;
    height:400px;
}
