﻿* {
    margin: 0px;
    font-family: Calibri;
    font-size: 12px;
    color: #001631;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Calibri;
    color: #4A4A4A;
    text-align: center;
}

h3 {
    font-size: 15px;
}

table {
    border-collapse: collapse;
    width: 100%;
    font-size: 13px;
}

    table th {
        padding: 10px;
        color: #040942;
    }

h1 {
    font-size: 18px;
}

h2 {
    font-size: 16px;
    color: #3E596D;
    text-align: center;
    font-weight: normal;
}

/*body {
    background: #ececec;
}*/

body {
    background: url('/Content/diagonal.png');
    /*background: rgb(231, 235, 239);
    background: -moz-linear-gradient(top, rgba(231, 235, 239, 1) 0%, rgba(239, 242, 244, 1) 15%, rgba(250, 251, 252, 1) 50%, rgba(232, 236, 239, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(231, 235, 239, 1) 0%, rgba(239, 242, 244, 1) 15%, rgba(250, 251, 252, 1) 50%, rgba(232, 236, 239, 1) 100%);
    background: -o-linear-gradient(top, rgba(231, 235, 239, 1) 0%, rgba(239, 242, 244, 1) 15%, rgba(250, 251, 252, 1) 50%, rgba(232, 236, 239, 1) 100%);
    background: -ms-linear-gradient(top, rgba(231, 235, 239, 1) 0%, rgba(239, 242, 244, 1) 15%, rgba(250, 251, 252, 1) 50%, rgba(232, 236, 239, 1) 100%);
    background: linear-gradient(to bottom, rgba(231, 235, 239, 1) 0%, rgba(239, 242, 244, 1) 15%, rgba(250, 251, 252, 1) 50%, rgba(232, 236, 239, 1) 100%);*/
}


div#page {
    width: 98%;
    margin: auto;
    min-width: 1200px;
    max-width: 1600px;
    overflow: hidden;
}

div#runLine {
    /*background: #FFFFFF;*/
    padding: 3px;
    color: #C58A00;
    height: 50px;
    margin: -15px;
}


/*div#topmenu {
    width: 100%;
    height: 80px;
    background: #73B7E8;
}*/

#topmenu ul {
    list-style: none;
    color: white;
    display: flex;
    margin: 0px;
    padding: 0px;
    margin-top: -35px;
    margin-bottom: 15px;
    font-family: calibri;
    padding: 0px;
    justify-content: center;
}

#topmenu a {
    padding: 0px 15px;
    color: #fff;
    text-decoration: none;
    margin: 10px;
}

div#mainContent {
    display: flex;
    margin-top: 5px;
    position: relative;
}

div#left {
    width: 320px;
    padding: 10px;
    padding-left: 0px;
    padding-top: 0px;
}

.module h3 {
    font-size: 15px;
    padding: 7px;
    background: #558AB1;
    color: #fff;
    font-family: calibri;
    font-weight: normal;
    text-transform: uppercase;
}

.module li {
    list-style-image: url("/Content/themes/blue/images/li.png");
}

div#left > .module:first-child {
    background: #73B7E8;
}

.module {
    background: #FFFFFF;
    border-top: 5px solid #558AB1;
    border-bottom: 5px solid #558AB1;
    margin: 15px 0px;
}

    .module h4 a {
        color: #fff;
    }

        .module h4 a:hover {
            text-shadow: 0px 0px 1px white;
        }

    .module h4 {
        padding: 5px 15px 5px 15px;
        color: #fff;
        font-weight: normal;
        font-size: 14px;
        background: #73B7E8;
    }

    .module p {
        margin: 7px;
        text-align: justify;
        color: #777777;
    }

    .module img {
        width: 100%;
        margin-top: 5px;
    }

    .module li a {
        text-decoration: none;
        color: #FFFFFF;
        padding: 5px;
        display: block;
        border-bottom: 1px solid #FFFFFF;
        width: 85%;
        font-size: 13px;
    }

    .module ul li:last-child a {
        border: none;
    }

    .module ul {
        padding-left: 25px;
    }

div#center {
    width: 100%;
    background: #fff;
    padding: 10px;
}

.bottom {
    display: flex;
    flex-wrap: wrap;
}

#center .module {
    width: 50%;
    border: none;
    padding: 5px;
    box-sizing: border-box;
}

    #center .module h3 {
        background: none;
        font-size: 14px;
        color: #4287D0;
        text-transform: initial;
        padding: 0px 5px;
    }

    #center .module img {
        float: left;
        width: 30%;
        margin: 5px;
    }

ul#mini-tabs-ul {
    display: flex;
    padding: 0px;
}

    ul#mini-tabs-ul li {
        display: block;
        padding: 5px 20px;
        border-radius: 5px 5px 0px 0px;
        cursor: pointer;
        width: 33%;
        text-align: center;
    }

        ul#mini-tabs-ul li:hover {
            background: #73B7E8;
        }

        ul#mini-tabs-ul li.active {
            background: #73B7E8;
            color: white;
        }

/*.hideable {
    padding-top: 10px;
}*/

.hideable table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #A2B6C9;
}

/*.hideable table tr:first-child {
            background: #a2b6c9;
        }*/

table tr:first-child {
    background: #73B7E8;
}

.hideable table td {
    padding: 0px 2px;
}

.hideable table tr {
    border-bottom: 1px solid #A2B6C9;
}

div#footer {
    background: #73B7E8;
    text-align: center;
    color: white;
    margin-top: 20px;
}

div#copyright {
    background: #ECECEC;
    text-align: center;
    font-size: 11px;
    padding-top: 15px;
    padding-bottom: 5px;
    color: #8C8C8C;
}

div#footer img {
    vertical-align: middle;
}

#footer h3 {
    font-weight: normal;
    font-size: 18px;
    color: #fff;
}

#footer-img img {
    width: 70px;
    margin: 10px;
}

#footer p {
    width: 90%;
    margin: auto;
    font-size: 12px;
    padding: 30px 0px;
    color: #717171;
    text-align: justify;
}

.bottom h3, #bottom-tables h3, .bottom h2, #bottom-tables h2 {
    width: 100%;
    font-weight: normal;
    margin-bottom: 10px;
}

.bottom .module {
    margin: 0px;
    background: none;
}

    .bottom .module p {
        margin: 5px;
        font-size: 14px;
    }

.module a {
    text-decoration: none;
    color: #73B7E8;
}

div.readmore {
    width: 100%;
    text-align: right;
    padding-right: 50px;
    margin: 16px 0px;
}


.readmore a {
    background: #558AB1;
    color: white;
    text-decoration: none;
    padding: 2px 15px;
}

a.readmore:hover {
    color: #fff;
    background: #95CFF9;
}

.readmore a:hover {
    background: #73B7E8;
    color: #fff;
}

div#left .module:first-child {
    margin: 0px;
}

.news h3 {
    color: #505050;
    font-size: 16px;
}

div#mainContent > div:nth-child(2) {
    width: 100%;
    padding: 15px;
    padding-top: 15px;
    /*background: white;*/
}

div#center {
    outline: 1px solid rgb(231, 235, 239);
    background: rgb(231, 235, 239);
    background: -moz-linear-gradient(top, rgba(231, 235, 239, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 75%, rgba(232, 236, 239, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(231, 235, 239, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 75%, rgba(232, 236, 239, 1) 100%);
    background: -o-linear-gradient(top, rgba(231, 235, 239, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 75%, rgba(232, 236, 239, 1) 100%);
    background: -ms-linear-gradient(top, rgba(231, 235, 239, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 75%, rgba(232, 236, 239, 1) 100%);
    background: linear-gradient(to bottom, rgba(231, 235, 239, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 75%, rgba(232, 236, 239, 1) 100%);
    -moz-box-shadow: 0 0 10px rgb(231, 235, 239);
    -webkit-box-shadow: 0 0 10px rgb(231, 235, 239);
    box-shadow: 0 0 10px rgb(231, 235, 239);
}

p.createdDate {
    font-size: 11px;
    font-weight: normal;
}

#Allnews > div {
    padding: 5px;
    margin: 2px;
    background: rgb(206, 215, 222);
    overflow: hidden;
}

a.readmore {
    background: #73B7E8;
    padding: 1px 15px;
    color: white;
    font-size: 13px;
    float: right;
}


.FullNews .createdDate {
    text-align: right;
    padding: 10px;
}

.text {
    text-align: justify;
}

#AllNews div p {
    text-align: justify;
}

.hideable table img {
    width: 35px;
}

.Contacts table tr td:last-child {
    text-align: right;
    padding-right: 10px;
}

table tr {
    border: 1px solid #73B7E8;
}

/*table td {
    padding: 2px;
    text-align: center;
    word-break: break-all;
}*/

table td {
    padding: 2px;
    word-break: break-all;
    padding-left: 5px;
    color: #5F5F5F;
}

div#runLine td {
    word-break: normal;
    border: none;
}

.Contacts p {
    text-align: right;
    margin: 10px;
}

#left .module li ul {
    position: absolute;
    left: -9999px;
    /*transition: 1s;*/
}

/*.module li a:hover li ul {
    display: block;
}*/

#left li:hover > ul {
    display: block;
    transition: 0.5s;
    left: 150px;
    background: #fff;
    vertical-align: top;
    z-index: 2;
    word-wrap: normal;
    word-break: normal;
    min-width: 200px;
    box-shadow: 0px 0px 10px #9EBBD0;
}


#left li ul li {
    background: #fff;
    /* color: white; */
}


    #left li ul li:hover {
        background: #73B7E8;
        /* color: white; */
    }

        #left li ul li:hover > a {
            background: #73B7E8;
            color: #FFF;
        }

p.quote {
    margin-top: 20px;
    font-style: italic;
    font-size: 13px;
}

table img {
    width: 60px;
}

#left li:hover {
    transition: 1s;
}

#left li:hover {
    background: #FFFFFF;
    transition: 1s;
}

    #left li:hover a {
        color: #868686;
    }

div#login {
    width: 170px;
    background: #fff;
    color: #444444;
    text-align: right;
    position: absolute;
    right: 0px;
}

div#topmenu a:hover {
    color: #fff;
}

div#topmenu a {
    border: 1px solid #73B7E8;
    font-size: 17px;
}

div#topmenu {
    position: relative;
}

    div#topmenu > ul li :hover {
        background: rgba(85, 138, 177, 0.8);
        box-shadow: none;
    }

ul.underMenu li:hover {
    background: #558AB1 !important;
}

div#topmenu > ul li {
    background: rgba(85, 138, 177, 0.39);
    color: #fff;
    box-shadow: 0px 0px 1px inset;
}

div#UndeTopMenu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    div#UndeTopMenu a {
        color: #7B7B7B;
        padding: 2px 5px;
        text-decoration: none;
        font-size: 15px;
        display: block;
        width: 45%;
        text-align: center;
    }

        div#UndeTopMenu a:hover {
            background: #73B7E8;
            color: #444444;
        }


    div#UndeTopMenu ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
        display: flex;
    }

.editor-field input {
    width: 100%;
}

.shortNews a {
    margin: 0px 10px;
}

.shortNews .controls {
    text-align: right;
}

.shortNews {
    margin-bottom: 10px;
}

div#login ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    div#login ul li a {
        text-decoration: none;
        padding: 3px 10px;
        display: block;
        background: #558AB1;
        color: #fff;
        border-bottom: 1px dashed;
    }

    div#login ul li:last-child a {
        border: none;
    }

    div#login ul li a:hover {
        background: #73B7E8;
    }


input[type="submit"], a.AddForm, input.AddForm {
    padding: 5px 15px;
    margin: 0px;
    background: #558AB1;
    border: none;
    color: #FFF;
    font-size: 13px;
    float: right;
}

    input[type="submit"]:hover, a.AddForm:hover, input.AddForm:hover {
        cursor: pointer;
        background: #73B7E8;
        color: #fff;
    }

table#ChartValues input {
    width: 100%;
}


div#loginPart ul li {
    margin: 10px;
}

div#loginPart ul {
    list-style: none;
    display: flex;
}

div#LoginPart input[type="submit"] {
    float: right;
    margin-right: 50px;
}

a.EditLink {
    display: block;
    width: 15px;
    height: 15px;
    background: url('/Content/themes/blue/images/pencil.png') no-repeat;
    background-size: contain;
}

    a.EditLink:hover {
        background: url('/Content/themes/blue/images/pencil-hover.png') no-repeat;
    }


a.DeleteLink {
    display: block;
    width: 15px;
    height: 15px;
    background: url('/Content/themes/blue/images/x.png') no-repeat;
    background-size: contain;
}

    a.DeleteLink:hover {
        background: url('/Content/themes/blue/images/x-hover.png') no-repeat;
    }

a.ProveLink {
    display: block;
    width: 15px;
    height: 15px;
    background: url('/Content/themes/blue/images/prove.png') no-repeat;
    background-size: contain;
}
  a.ProveLink:hover {
        background: url('/Content/themes/blue/images/prove-hover.png') no-repeat;
    }

table.formAdding tr td:last-child input {
    width: 100%;
}

table.formAdding tr td:last-child {
    width: 70%;
}

table.formAdding tr td:first-child {
    text-align: right;
    padding-right: 5px;
}

input.input-validation-error {
    box-shadow: 0px 0px 2px 1px red;
}

.FormsList a {
    display: block;
    width: 96%;
    background: #558AB1;
    padding: 5px;
    padding-left: 20px;
    margin: 4px;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
}

    .FormsList a:hover {
        background: #73B7E8;
        color: #fff;
    }

#topmenu li ul {
    position: absolute;
    top: -500px;
    opacity: 0;
}

#topmenu li:hover ul.underMenu {
    opacity: 1;
    border-top: 10px solid #558AB1;
    top: 20px;
    margin: 0px;
    z-index: 1;
    display: block;
    border-bottom: 5px solid #558AB1;
    transition: 0.5s;
    background: #FFFFFF;
}

ul.underMenu li {
    background: #FFF;
}

ul.underMenu a {
    border: none !important;
    padding: 0px 10px !important;
}

.underMenu a:hover {
    /*background: #7693B1 !important;*/
    margin: 0px !important;
    padding: 0px 20px !important;
}

img.em_info_logo {
    float: left;
    width: 140px;
    margin-right: 10px;
}

.emitent_info p {
    text-align: left;
    margin-left: 10px;
}

p.stock-code {
    color: #1E4971;
    font-weight: bold;
}

p.stock-isin {
    color: #3A330F;
}

hr.devider {
    width: 100%;
    height: 2px;
    background: #c0c2dd;
    border: none;
}

.emitent_info h3 {
    background: #558AB1;
    padding: 10px;
    color: white;
    font-weight: normal;
    margin-top: 20px;
}

#oldInfo .acco2 > div {
    background: #A2B6C9;
    padding: 5px 20px;
}

#oldInfo .acco2 div a {
    color: white;
}

div#logo {
    background: -webkit-linear-gradient(#0E35C5,#070763, #000B1F,#6464C7);
}

div#charts {
    display: flex;
}



#runLine tr {
    background: transparent;
    border: none;
    color: #558AB1;
}

#runLine a {
    color: #558AB1;
}

div#additionalMenu {
    border-bottom: 2px solid #001D54;
    border-top: 2px solid #001D54;
    width: 95%;
    text-align: center;
    margin: auto;
    margin-bottom: 10px;
}

table li {
    text-align: left;
}

a:hover {
    color: #0082AB;
}

a {
    color: #001D54;
}

#left a.current {
    background: #fff;
    color: #828282;
}

ul.underMenu li:hover {
    background: #73B7E8;
}

#topmenu ul > li a.current {
    color: #fff;
}

.underMenu a.current {
    color: #FFFFFF !important;
    background: #73B7E8;
    width: 100%;
    display: block;
    margin: 0px !important;
    padding: 0px 20px !important;
    box-sizing: border-box;
}


table#directorsList img {
    width: auto;
}

table#directorsList {
    width: 400px;
    float: right;
    margin-left: 10px;
}

p {
    text-align: justify;
}

h3.heading {
    margin: 1px;
    color: #fff;
    padding: 3px 10px;
    cursor: pointer;
    position: relative;
    background-color: #558AB1;
}

.layer {
    margin: 0;
    padding: 0;
    width: 100%;
}

    .layer .heading {
        margin: 1px;
        color: #fff;
        padding: 3px 10px;
        cursor: pointer;
        position: relative;
        background-color: #558AB1;
    }

    .layer .content {
        padding: 5px 10px;
        background-color: #fafafa;
        border: 1px solid #558AB1;
        margin-top: -1px;
        display: none;
    }

    .layer p {
        padding: 5px 0;
    }

.feedback {
    width: 500px;
    margin: auto;
    padding: 10px;
    text-align: right;
    padding-bottom: 40px;
}

    .feedback input {
        width: 300px;
        margin: 5px;
    }

    .feedback textarea {
        width: 300px;
        height: 200px;
    }

p.ps {
    text-align: right;
    margin-right: 10px;
}

fieldset {
    border: 1px solid #558AB1;
    color: #826A44;
}

.editor-field input[type="checkbox"] {
    width: 15px;
    float: left;
    margin-top: 3px;
}

.shortNews img {
    width: 160px;
    float: left;
    margin: 10px;
}

.FullNews img {
    width: 350px;
    float: left;
    margin: 10px;
}

div#Allnews img {
    width: 30%;
    margin: 0px 10px 5px 0px;
    box-sizing: inherit;
    float: left;
}

div#topSlider {
    margin-bottom: 40px;
    margin-top: 10px;
}

#flickitySlider .gallery-cell img {
    width: 30%;
    float: left;
    margin: 5px 20px 0px 0px;
    max-height: 150px;
}

.gallery-cell {
    width: 100%;
}

.bottom > div:hover {
    background: #ECECEC;
}

#LoginBlock {
    width: 220px;
    height: 110px;
    background: rgba(255, 255, 255, 0.8);
    display: none;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 100%;
    color: #D9A263;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px #ECECEC;
}

.gallery-cell p {
    margin-right: 70px;
}

tr.subItems:before {
    content: "➥";
    position: relative;
    left: 50px;
}

tr.subItems {
    display: none;
    background: #FFFBE4;
}

    tr.subItems th {
        font-size: 13px;
        border-top: 2px solid;
        background: #73B7E8;
    }

a.slidersReadMore {
    float: right;
    margin-right: 70px;
    font-size: 13px;
}

.formAdding textarea {
    width: 100%;
    height: 100%;
}

table.addable td {
    width: auto !important;
}

table.addable2 td {
    width: auto !important;
}

td.tdBoldCenter {
    text-align: center !important;
    font-weight: bold;
}

td.devided input {
    width: 45% !important;
}

.sameInputs input {
    width: 150px !important;
}

div#find-contract {
    text-align: center;
    margin-bottom: 10px;
}

a#loginButton {
    line-height: 45px;
    color: #fff !important;
    font-size: 18px;
    margin: 0px !important;
}

    a#loginButton:hover {
        box-shadow: 0px 0px 10px #B5B5B5;
        background: #73B7E8;
    }

label.warning {
    color: #E60000;
    text-align: center;
    margin: auto;
    width: auto;
    display: block;
}

.noBreak {
    word-break: normal;
}

#loading {
    text-align: center;
    display: none;
    background: white;
    padding: 15px;
}

div#foundThings {
    margin-top: 10px;
}

td.Ground {
    background: #73B7E8;
    border-top: 1px solid #538CB5;
}

div#messagesToEmt {
    position: absolute;
    width: 80%;
    height: 80%;
    margin: auto;
    background: rgba(255, 255, 255, 0.97);
    top: 10%;
    left: 10%;
    text-align: center;
    padding: 50px;
    box-sizing: border-box;
    box-shadow: 0px 0px 180px 150px rgba(60, 60, 60, 0.61);
    display: none;
    border-radius: 20px;
}

    div#messagesToEmt input.btnClose {
        position: absolute;
        right: 10px;
        top: 10px;
        background: #3A97DE;
        border: none;
        color: white;
        font-weight: bold;
        cursor: pointer;
    }

/*div#ui-datepicker-div {
    background: #4A4D92;
    padding: 5px;
    color: white;
}*/

div#ui-datepicker-div table tr {
    background: white;
    border: none;
}

div#ui-datepicker-div a {
    color: white;
}

div#ui-datepicker-div td {
    text-align: center;
}

div#ui-datepicker-div table a {
    color: #505050;
}

div#ui-datepicker-div td:hover {
    background: #73B7E8;
}

    div#ui-datepicker-div td:hover a {
        color: white;
    }

.ui-datepicker-next {
    float: right;
}

.ui-datepicker-prev {
    float: left;
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    text-align: center;
}

div#ui-datepicker-div a:hover {
    cursor: pointer;
}

div#converter {
    position: fixed;
    right: 0px;
    top: 180px;
    width: 50px;
    overflow: hidden;
}


/*------------------------------------------*/
div#DeviceSwitch div {
    display: none;
    float: left;
    width: 180px;
    height: 40px;
    background: #fff;
    box-sizing: border-box;
    padding-top: 12px;
    padding-left: 9px;
}

div#DeviceSwitch {
    position: fixed;
    right: 0px;
    top: 250px;
    overflow: hidden;
}





    div#DeviceSwitch img {
        width: 40px;
        height: 40px;
        float: left;
        margin-right: 0px;
        background: white;
        border-radius: 10px 0px 0px 10px;
        transition: 1s;
    }

        div#DeviceSwitch img:hover {
            cursor: pointer;
            background: #C1E5FF;
            transition: 1s;
        }


/*------------------------------------------*/


div#LangSwitch div {
    display: none;
    float: left;
    width: 180px;
    height: 40px;
    background: #fff;
    box-sizing: border-box;
    padding-top: 12px;
    padding-left: 9px;
}

div#LangSwitch {
    position: fixed;
    right: 0px;
    top: 100px;
    overflow: hidden;
}





    div#LangSwitch img {
        width: 40px;
        height: 40px;
        float: left;
        margin-right: 0px;
        background: white;
        border-radius: 10px 0px 0px 10px;
        transition: 1s;
    }

        div#LangSwitch img:hover {
            cursor: pointer;
            background: #C1E5FF;
            transition: 1s;
        }


a.button:hover {
    background: #73B7E8;
}

div#converter img {
    width: 40px;
    height: 40px;
    float: left;
    margin: 10px;
    margin-right: 0px;
    background: white;
    border-radius: 10px 0px 0px 10px;
    transition: 1s;
}

div#converter iframe {
    float: right;
    width: 0px;
    border: none;
    background: white;
}

div#converter img:hover {
    cursor: pointer;
    background: #C1E5FF;
    transition: 1s;
}

button.button {
    background: #558AB1;
    border: none;
    padding: 5px 20px;
    color: white;
    font-size: 14px;
    font-family: calibri;
    cursor: pointer;
}

    button.button:hover {
        background: #73B7E8;
    }

.button-row button.currentSlide {
    background: #73B7E8;
}

.button-row {
    text-align: center;
}

#ActiveSlidernav .gallery-cell {
    width: auto;
    padding: 10px;
    color: white;
    background: #8C8;
    display: block;
    margin: 2px;
}


    #ActiveSlidernav .gallery-cell.is-nav-selected {
        background: #ED2;
    }

    #ActiveSlidernav .gallery-cell:hover {
        background: #56BF56;
    }


#OtherActiveSlidernav .gallery-cell {
    width: auto;
    padding: 10px;
    color: white;
    background: #8C8;
    display: block;
    margin: 2px;
}


    #OtherActiveSlidernav .gallery-cell.is-nav-selected {
        background: #ED2;
    }

    #OtherActiveSlidernav .gallery-cell:hover {
        background: #56BF56;
    }

/*#bottom-tables .hideable > div {
    margin: -3px;
}*/

div#GlobalSlider {
    border-bottom: 2px solid #001D54;
    margin-bottom: 10px;
}

div#bottom-tables {
    border-bottom: 2px solid #001D54;
    margin-bottom: 10px;
}

a.button {
    height: 20px;
    padding: 5px;
    background: #558AB1;
    color: white;
    text-decoration: none;
    margin-top: 10px;
}

div#ColorSwitch div {
    display: none;
    float: left;
    width: 150px;
    height: 40px;
    background: #fff;
    box-sizing: border-box;
    padding-top: 13px;
    padding-left: 10px;
}




div#ColorSwitch {
    position: fixed;
    right: 0px;
    top: 140px;
    overflow: hidden;
}

    div#ColorSwitch img {
        width: 40px;
        height: 40px;
        float: left;
        margin-right: 0px;
        background: white;
        border-radius: 10px 0px 0px 10px;
        transition: 1s;
    }

        div#ColorSwitch img:hover {
            cursor: pointer;
            background: #C1E5FF;
            transition: 1s;
        }

#GlobalSliderNav button.is-selected {
    background: #73B7E8;
}

table tr:hover {
    background: rgb(238, 248, 255);
}

p {
    font-size: 12px;
}

table tr:hover a {
    color: #0082AB;
}

table tr:hover {
    cursor: pointer;
}

table tr:first-child:hover {
    background: #73B7E8;
}

table a {
    text-decoration: none;
}

table td {
    border: 1px solid #D2DFE8;
}


.userSlider {
    clear: both;
    height: 500px;
    width: 800px;
    margin: auto;
}

img.slide {
    width: 100%;
    height: 100%;
}

.userSlider h2 {
    width: 100%;
    background: rgba(14, 16, 49, 0.3);
    position: absolute;
    z-index: 2;
    color: #FFF;
    height: 30px;
    padding-top: 10px;
    font-weight: bold;
}


p.slide {
    background: rgba(0, 36, 62, 0.73);
    width: 100%;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    position: relative;
    top: -60px;
    min-height: 20px;
}

.userSlider .gallery-cell:before {
    content: counter(gallery-cell);
}

.userSliderNav .gallery-cell {
    width: auto;
    padding: 10px;
    color: white;
    background: #8C8;
    display: block;
    margin: 2px;
}

    .userSliderNav .gallery-cell.is-nav-selected {
        background: #ED2;
    }

ul.slidesList img {
    float: left;
    margin-right: 10px;
}

ul.slidesList li {
    display: block;
    clear: both;
}

ul.slidesList a.DeleteLink {
    display: block;
    float: left;
    position: relative;
    right: 10px;
}

.FilesAdding {
    background: #B9DAE2;
    padding: 10px;
}

div#GlobalSlider h2 {
    background: #73B7E8;
    width: 100%;
    color: #fff;
    padding: 8px 0px;
}

.content i {
    text-align: center;
    display: block;
}

.subTable tr td:last-child {
    width: auto !important;
}

.subTable th {
    border: 1px solid #D2DFE8;
}

.smallChartcContaner > div {
    width: 45% !important;
    float: left;
    margin: 20px;
    box-sizing: border-box;
}

div.FQuestion {
    background: #C1E5FF;
    padding: 10px;
    border-radius: 10px 10px 10px 0px;
    width: 80%;
    text-align: left;
}

div.FAnswer {
    background: #B5FFB1;
    padding: 10px;
    border-radius: 0px 10px 10px 10px;
    width: 80%;
    text-align: right;
    margin-left: 15%;
}

.FAnswer p {
    color: green;
}


p.message-success {
    color: green;
    text-align: center;
    font-size: 14px;
}

div.BrokerRatingContainer > div {
    width: 47%;
    float: left;
    margin: 10px 13px;
}

div.BrokerRatingContainer {
    width: 95%;
    margin: auto;
}

td.CommentOffer {
    padding: 10px 20px;
    background: #FFFFB0;
}



div#GlobalMessageButton {
    position: fixed;
    right: -40px;
    top: 360px;
    cursor: pointer;
}

    div#GlobalMessageButton img {
        width: 40px;
        height: 40px;
        float: left;
        margin-right: 0px;
        background: white;
        border-radius: 10px 0px 0px 10px;
        transition: 1s;
    }

        div#GlobalMessageButton img:hover {
            cursor: pointer;
            background: #C1E5FF;
            transition: 1s;
        }

div#GlobalMessage {
    display: none;
    position: fixed;
    z-index: 99;
    width: 90%;
    height: 90%;
    background: rgba(255, 255, 255, 0.9);
    top: 5%;
    left: 5%;
    box-shadow: 0px 0px 10px;
    padding-top: 30px;
}

#GlobalMessage input.btnClose {
    position: absolute;
    right: 0px;
    top: 0px;
    background: #F32E2E;
    border: none;
    color: white;
    font-size: 20px;
}

    #GlobalMessage input.btnClose:hover {
        cursor: pointer;
        background: #ff0000;
    }

.vertical-text {
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -ms-transform-origin: left top 0;
    -moz-transform-origin: left top 0;
    -webkit-transform-origin: left top 0;
    transform-origin: left top 0;
    background: #558AB1;
    color: #fff;
    padding: 10px;
    border-radius: 5px 5px 0px 0px;
}

div.paging ul {
    list-style: none;
    display: flex;
    justify-content: center;
}

div.paging li button {
    font-size: 15px;
    padding: 3px 10px;
    background: none;
    border: none;
    cursor: pointer;
}

    div.paging li button.current {
        background: #558AB1;
        color: white;
    }

    div.paging li button:hover {
        background: #73B7E8;
        color: white;
    }

div#search-filter div {
    background-color: #558AB1;
    margin: 3px;
    padding: 6px;
    float: left;
}

div#search-filter input[type="checkbox"] {
    vertical-align: bottom;
}

div#search-filter div:hover, div#search-filter div input:hover, div#search-filter div label:hover {
    cursor: pointer;
    background: #73B7E8;
}

div#search-filter div label {
    color: #fff;
}

table.no-break td {
    word-break: normal;
}

table.openinfoform td {
    width: 60%;
}

    table.openinfoform td input {
        width: 100%;
    }

ul.underMenu li {
    position: relative;
}

    ul.underMenu li:hover ul {
        opacity: 1 !important;
        top: 0px !important;
        right: -120px;
        background: #73B7E8;
        display: block !important;
        margin: 0px !important;
        z-index: 1;
    }

div#head {
    position: relative;
}

div#search {
    width: 265px;
    position: absolute;
    right: 0px;
    top: 240px;
}

input#SearchInput {
    width: 200px;
    height: 25px;
}

div#counters {
    width: 200px;
    float: right;
    padding: 10px;
}

div#Reader {
    position: fixed;
    right: 0px;
    top: 60px;
    overflow: hidden;
}

    div#Reader img {
        width: 40px;
        height: 40px;
        float: left;
        margin-right: 0px;
        background: white;
        border-radius: 10px 0px 0px 10px;
        transition: 1s;
    }

        div#Reader img:hover {
            cursor: pointer;
            background: #C1E5FF;
            transition: 1s;
        }

td.approved {
    text-align: center;
    font-weight: bold;
    color: white;
    background: #73B7E8;
}

tr.approved {
    background: #73B7E8;
}
tr.approved td {
    color: white;
}
