/* Dashboard Styles */

/*.col-md-full-half {*/
/*@extend . col-md-2;*/
/*    width: percentage((0.75 / $ grid-columns));*/
/*}*/

/*.col-md-filters {*/
/*@extend . col-md-3;*/
/*    width: percentage((80% / $ grid-columns));*/
/*}*/

/*.col-md-table {*/
/*@extend . col-md-9;*/
/*    width: percentage((110% / $ grid-columns));*/
/*}*/


.dashboard-navigation {
    background-color: #151b26;
    /*padding-right: 60px;*/
    /*position: relative;*/
    padding-top: 30px;
    padding-left: 0px !important;
    margin-left: 0px !important;
    /*height: 100%;*/
    overflow: auto;
}

@media (max-width: 1080px) {
    .dashboard-navigation {
        display: None;
    }
}


.dashboard-navigation h2 {
    text-transform: uppercase;
    color: #acadb1;
    font-weight: bold;
    font-size: 16px;
    font-family: 'Karla';
    margin-top: 30px;
    margin-bottom: 20px;
    /*margin-left: 30px;*/
    text-align: center;
}

.dashboard-navigation img {
    /*padding-right: 30px;*/
    width: 90px !important;
    height: auto;
    display: block;
    margin: auto;
}


.dashboard-navigation p {
    padding-top: 6px;
    padding-bottom: 6px;
    /*padding-left: 40px !important;*/
    font-size: 13px;
    /*font-weight: bold;*/
    color: #ffffff;
    font-family: 'Karla';
    padding-left: 20px;
}


.dashboard-navigation p:hover,
.dashboard-navigation [data-toggle="collapse"]:not(.collapsed) p {
    background-color: #1dbab4;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    overflow-x: auto;
}

.dashboard-navigation [data-toggle="collapse"].collapsed p {
    background-color: transparent;
}

.dashboard-navigation p span:before {
    padding-right: 20px;
}

.dashboard-navigation a:hover {
    text-decoration: none;
    color: #ffffff;
}

.dashboard-filters {
    background-color: #f0f6fc;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    height: 100%;
    overflow: auto;
    padding-bottom: 60px;
}

.dashboard-filters select {
    width: 100%;
    border-radius: 6px;
    border: 1px solid #e6eaed;
    font-family: "Karla";
    font-size: 12px;
    padding-left: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    color: #1c77ac;
    margin-bottom: 5px;
}

.mass-cma-download {
    margin-top: auto;
    margin-bottom: 0px !important;
    float: left;
}

.mass-cma-download a {

    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    background-color: #1dbab4;
    border-radius: 6px !important;
    font-weight: bold;
    color: #ffffff;
    border: 0px !important;
    font-size: 12px;
}

.mass-cma-download a:hover {
    text-decoration: none !important;
    background-color: #2ddad4;
    border: 0px !important;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
}

.dashboard-filters h2 {
    text-transform: uppercase;
    color: #1dbab4;
    font-weight: bold;
    font-size: 14px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.dashboard-filters p {
    text-transform: uppercase;
    color: #1dbab4;
    font-weight: bold;
    font-size: 14px;
}

.dashboard-filters label {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-family: "Karla";
    text-transform: uppercase;
}

.dashboard-heading {
    height: 100px;
    margin-bottom: 10px;
}

.dashboard-heading h1 {
    font-family: 'Karla';
    font-size: 27px;
    color: #185eb9;
    font-weight: normal;
    margin-top: 35px;
    margin-bottom: 0px;
    padding-left: 10px;
}

.dashboard-heading ul {
    list-style-type: none;
    padding-top: 35px;
    text-align: right;
    padding-right: 30px;
}

.dashboard-heading ul li {
    display: inline;
    font-family: 'Karla';
    font-size: 16px;
    color: #185eb9;
    padding-right: 20px;
}

.dashboard-heading ul li:last-child {
    padding-right: 0 !important;
}

.dashboard-heading ul li a {
    color: #185eb9;
    text-decoration: none;
    font-weight: bold;
}

.dashboard-heading ul li a:hover {
    text-decoration: underline;
}

.dashboard-data {
    padding-left: 50px;
    padding-right: 30px;
}

.dashboard-data h2 {
    color: #252525;
    font-size: 24px;
    font-family: 'Karla';
}

.dashboard-data img {
    margin-top: -5px;
}

.dashboard-data h2 span {
    margin-left: 20px;
}

.dashboard-data .marking-statistics {
    border-radius: 6px;
    border: 1px solid #e6eaed;
    padding: 30px;
    margin-bottom: 40px;
    margin-top: 40px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(224, 233, 242, 1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(224, 233, 242, 1);
    box-shadow: 0px 0px 8px 0px rgba(224, 233, 242, 1);
}

.dashboard-data .selector-buttons {
    border-radius: 6px;
    border: 1px solid #e6eaed;
    padding: 30px;
    margin-bottom: 10px;
    margin-top: 40px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(224, 233, 242, 1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(224, 233, 242, 1);
    box-shadow: 0px 0px 8px 0px rgba(224, 233, 242, 1);
}

.dashboard-data .selector-buttons button {
    background-color: #1c77ac;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 10px;
    font-family: 'Karla';
    font-size: 13px;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 6px;
    border: 0px !important;
    font-weight: bold;
}

.dashboard-data .selector-buttons .right-selector-buttons {
    text-align: right;
}

.dashboard-data .selector-buttons .right-selector-buttons button {
    background-color: #1dbab4;
    margin-right: 0px !important;
    margin-left: 10px;
}

.dashboard-data .marking-statistics .mass-parameters {
    border-radius: 12px;
    background-color: #f5f5f5;
    padding: 30px;
}

.dashboard-data .marking-statistics h3 {
    text-transform: uppercase;
    font-size: 14px;
    color: #1dbab4;
    font-family: 'Karla';
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

.dashboard-data .marking-statistics ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.dashboard-data .marking-statistics ul li {
    height: 40px;
    padding-top: 5px;
}

.dashboard-data .marking-statistics .left-marking-stat-list ul li {
    height: 40px;
    padding-top: 5px;
}

.dashboard-data .marking-statistics input[type=text] {
    border-radius: 6px !important;
    height: 30px;
    border: 1px solid #e6eaed !important;
    -webkit-box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.07);
    box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.07);
    padding: 5px;
    width: 160px;
}

.dashboard-data .marking-statistics .left-marking-stat-list {
    font-family: "Karla";
    font-size: 13px;
    font-weight: bold;
    color: #2b3643;
}

.dashboard-data .marking-statistics .right-marking-stat-list {
    font-family: "Karla";
    font-size: 13px;
    font-weight: bold;
    color: #fc5226;
}

.footer-info {
    margin-top: 60px;
}

.footer-copyright {
    font-family: 'Karla';
    font-size: 13px;
    color: #2b3643;
    text-align: right;
}

.footer-credits {
    color: #8b9aab;
    font-size: 14px;
}

h3 {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-family: "Karla";
    text-transform: uppercase;
}

.custom-select {
    position: relative;
    font-family: "Karla";
    font-size: 14px;
    padding: 0 !important;
    border: none !important;
    margin: 0 auto !important;
    background: none !important;
}

.dashboard-filters input {
    width: 100%;
    border-radius: 6px;
    border: 1px solid #e6eaed;
    font-family: "Karla";
    font-size: 12px;
    padding-left: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    color: #1c77ac;
    margin-bottom: 5px;
}

.custom-select select {
    display: none;
}

.select-selected {
    background-color: #ffffff;
    border-radius: 6px;
    border: 1px solid #e6eaed;
    padding-left: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
}

.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #000000 transparent transparent transparent;
}

.select-selected.select-arrow-active:after {
    border-color: transparent transparent #000000 transparent;
    top: 8px;
}

.select-items div, .select-selected {
    color: #1c77ac;
    padding-left: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    cursor: pointer;
    border: 1px solid #e6eaed;
}

/* Style items (options): */
.select-items {
    position: absolute;
    background-color: #f9fcff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border-radius: 6px;
}

.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(38, 89, 119, 0.02);
}

/* Toggle Button */

.toggle-button {
    background-color: #f0f6fc;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border: 0px !important;
    font-weight: bold;
    font-family: "Karla";
    padding-top: 5px;
    padding-bottom: 5px;
    float: left;
    margin-top: -36px;
    color: #1c77ac;
}




