﻿.example-modal .modal {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    display: block;
    z-index: 1;
}

.example-modal .modal {
    background: transparent !important;
}

.modal-content {
    width: 100%;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 90%;
        margin: 30px auto;
        margin-top: 20px;
        margin-bottom: 5px;
    }
}

@media (max-width: 992px) {
    .div-text-format {
        margin-top: 10px;
        text-align: left !important;
    }

    .button-space {
        margin-right: 0 !important;
    }
}

.button-space {
    margin-right: 10px;
}

.remember-me {
    margin: auto;
    text-align: center;
    margin-top: -15px;
    margin-bottom: 15px;
}

.login-box {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
}

.login-logo {
    background: url(../images/imap.png);
    background-repeat: no-repeat;
    width: 199px;
    height: 242px;
    margin: auto;
    margin-bottom: 20px;
}

.overview-data {
    padding: 50px;
}

.main-label {
    font-weight: 700;
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: center;
}

.right {
    float: right;
}

.div-text-format {
    text-align: right;
}

.GridViewStyle {
    border: 1px solid #dedede;
    width: 100% !important;
}

.GridViewStyleHeader {
    text-align: center;
    height: 50px;
    font-weight: bold !important;
}

    .GridViewStyleHeader th {
        margin-left: 40px;
        text-align: center;
        color: #fbfbfb;
        height: 50px;
        background: #007aff;
    }

.GridViewStyleHeaderV th {
    margin-left: 40px;
    text-align: center;
    color: #fbfbfb;
    height: 50px;
    background: #f50000;
}

.GridViewStyleHeaderBaleni th {
    margin-left: 40px;
    text-align: center;
    color: #fbfbfb;
    height: 50px;
    background: #32CD32;
}

.GridViewStyleRowStyle td {
    font-weight: bold !important;
    padding: 8px;
    border: 1px solid #dedede;
}

.GridViewStyleAlterRow td {
    font-weight: bold !important;
    padding: 8px;
    background: #f2f2f2;
    border: 1px solid #dedede;
}

.Tab .ajax__tab_header {
    color: #4682b4;
    font-family: Calibri;
    font-size: 14px;
    font-weight: bold;
    background-color: #ffffff;
    margin-left: 0px;
}
/*Body*/
.Tab .ajax__tab_header {
    margin-top: 25px;
    text-align: center;
}

.Tab .ajax__tab_body {
    text-align: center;
    margin-top: 30px;
    padding: 10px;
}
/*Tab Active*/
.Tab .ajax__tab_active .ajax__tab_tab {
    margin-left: 7px;
    margin-right: 7px;
    -moz-box-shadow: inset 0px 1px 0px 0px #54a3f7;
    -webkit-box-shadow: inset 0px 1px 0px 0px #54a3f7;
    box-shadow: inset 0px 1px 0px 0px #54a3f7;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #046ab3));
    background: -moz-linear-gradient(top, #007dc1 5%, #046ab3 100%);
    background: -webkit-linear-gradient(top, #007dc1 5%, #046ab3 100%);
    background: -o-linear-gradient(top, #007dc1 5%, #046ab3 100%);
    background: -ms-linear-gradient(top, #007dc1 5%, #046ab3 100%);
    background: linear-gradient(to bottom, #007dc1 5%, #046ab3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#046ab3',GradientType=0);
    background-color: #007dc1;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 8px;
    border: 1px solid #155682;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 13px;
    padding: 14px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #0c4e9e;
}

.Tab .ajax__tab_active .ajax__tab_inner {
    color: #fff;
}

.Tab .ajax__tab_active .ajax__tab_outer {
    color: #fff;
}
/*Tab Hover*/
.Tab .ajax__tab_hover .ajax__tab_tab {
    color: #fff;
}

.Tab .ajax__tab_hover .ajax__tab_inner {
    color: #fff;
}

.Tab .ajax__tab_hover .ajax__tab_outer {
    color: #fff;
}
/*Tab Inactive*/
.Tab .ajax__tab_tab {
    margin-left: 7px;
    margin-right: 7px;
    -moz-box-shadow: inset 0px 1px 0px 0px #e6e6e6;
    -webkit-box-shadow: inset 0px 1px 0px 0px #e6e6e6;
    box-shadow: inset 0px 1px 0px 0px #e6e6e6;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d6d6d6), color-stop(1, #c2c2c2));
    background: -moz-linear-gradient(top, #d6d6d6 5%, #c2c2c2 100%);
    background: -webkit-linear-gradient(top, #d6d6d6 5%, #c2c2c2 100%);
    background: -o-linear-gradient(top, #d6d6d6 5%, #c2c2c2 100%);
    background: -ms-linear-gradient(top, #d6d6d6 5%, #c2c2c2 100%);
    background: linear-gradient(to bottom, #d6d6d6 5%, #c2c2c2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6d6d6', endColorstr='#c2c2c2',GradientType=0);
    background-color: #d6d6d6;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 8px;
    border: 1px solid #b8b8b8;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 13px;
    padding: 14px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #707070;
}

.Tab .ajax__tab_inner {
    color: #666666;
}

.Tab .ajax__tab_outer {
    color: #666666;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 99;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    min-height: 100%;
    width: 100%;
}

.loading {
    font-family: Arial;
    font-size: 10pt;
    border: 5px solid #67CFF5;
    width: 200px;
    height: 100px;
    display: none;
    position: fixed;
    background-color: White;
    z-index: 999;
}

.floatMenu {
    position: absolute;
    top: 150px;
    right: 10px;
    background-color: #FFF;
    margin: 0;
    opacity: 0.6;
    font-size: 100%;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    z-index: 1000;
}

#floatMenu {
    position: absolute;
    top: 150px;
    right: 10px;
    margin: 0;
    opacity: 0.6;
    z-index: 1000;
}

    #floatMenu:hover {
        background-color: red;
        opacity: 1;
    }

    #floatMenu ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
        #floatMenu ul li {
            padding: 8px 13px 8px 13px;
            background-color: white;
            border-bottom: 1px solid #ddd;
            border-top: 1px solid #ddd;
        }
        #floatMenu ul li:hover {
            background-color: #f2f2f2;
        }
            #floatMenu ul li a {
                text-decoration: none;
            }
h3 .timeline-header {
    font-weight: bold !important;
}
.user-block {
    width: 100%;
    text-align: center;
}
.user-name-profile {
    width: 100%;
    margin: auto;
    text-align: center;
    font-weight: bold;
    font-size: larger;
}
.user-role-rofile {
    width: 100%;
    margin: auto;
    text-align: center;
}
.supervizor-panel {
    margin-top: 10px !important;
}
.info-box-content {
    padding-top: 23px !important;
    padding-left: 23px !important;
}

.radio-item {
    border-radius: 3px;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
    color: #444;
    padding: 13px;
    line-height: 60px;
}

.selector-of-values  {
    text-align: center;
}

#MainContent_Obdobi1DDL, #MainContent_Obdobi2DDL {
    width: 200px;
    height: 50px;
    color: #3672e8;
    font-size: 16px;
    font-weight: bold;
    margin-top: 40px !important;
    padding-left: 10px;
}

#MainContent_OdLabel, #MainContent_DoLabel {
    font-size: 16px;
    font-weight: bold;
    margin-right: 10px;
}

.NovePripravky {
    font-weight: bold;
    font-size: 17px;
    display: block !important;
    position: relative;
    margin-top: 30px !important;
}

.obdobi-selector {
    text-align: left;
    margin: auto;
    padding-left: 20px;
    border-right: 1px dashed #c2c2c2;
}

.radio-item label {
    margin-left: 7px;
}

a.main-button:link, a.main-button:visited {
    color: #656565 !important;
}

#MainContent_DDRbutton:hover {
    color: #00c0ef !important;
}

#MainContent_KLPbutton:hover {
    color: #ff851b !important;
}

#MainContent_SHLPbutton:hover {
    color: #00a65a !important;
}

#MainContent_INDIVbutton:hover {
    color: #dd4b39 !important;
}

#MainContent_UPDATEbutton:hover {
    color: #d81b60 !important;
}

#MainContent_USERSbutton:hover {
    color: #001f3f !important;
}

#MainContent_OverviewButton:hover {
    color: #001f3f !important;
}

#MainContent_NovePripravkybutton:hover {
    color: #ad00e2 !important;
}

#MainContent_DatabazeDRRbutton:hover {
    color: #fc0000 !important;
}

#MainContent_PriruckaButton:hover {
    color: #3672e8 !important;
}

.info-box {
    padding-bottom: 1px !important;
    border: 1px solid #eeeeee;
}

.info-box-icon {
    height: 89px !important;
}

.aqua-color {
    border: 1px solid #00c0ef !important;
}

.orange-color {
    border: 1px solid #ff851b !important;
}

.green-color {
    border: 1px solid #00a65a !important;
}

.red-color {
    border: 1px solid #dd4b39 !important;
}

.maroon-color {
    border: 1px solid #d81b60 !important;
}

.navy-color {
    border: 1px solid #001f3f !important;
}

.blue-color {
    border: 1px solid #3672e8 !important;
}

.bg-blue {
    background: #3672e8 !important;
    color: white;
}

.database-color {
    border: 1px solid #fc0000 !important;
}

.bg-database {
    background: #fc0000 !important;
    color: white;
}

.pripravky-color {
    border: 1px solid #ad00e2 !important;
}

.bg-pripravky {
    background: #ad00e2 !important;
    color: white;
}

.example-modal {
    margin: auto;
}

.imap-about {
    text-align: center !important;
    font-size: 18px !important;
    margin-bottom: 14px !important;
}

.imap-sukl, .imap-description {
    margin-bottom: 14px !important;
    text-align: justify !important;
}

.filter-modal {
    max-width: 1200px !important;
    margin: auto !important;
    padding-top: 20px !important;
}

.add-to-filter {
    text-align: center !important;
    position: relative;
    top: -25px;
    margin: auto;
}

.show-empty-rows {
    text-align: center !important;
    position: relative;
    top: -20px;
}

.filter_popup {
    min-width: 50%;
    max-width: 700px;
    background-color: white;
    border-radius: 2px;
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.filter-name-row {
    font-weight: bold;
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}

.filter-row {
    margin-bottom: 25px;
}

.button-row {
    margin-bottom: 15px;
}

.filter-drop {
    font-weight: bold !important;
}

.sender-button{
    font-weight: bold !important;
}

@media (max-width: 992px) {
    .btn-filter {
        margin-top: 10px;
    }
}

.user-account-edit {
    margin-bottom: 10px;
}

.ddl-lang {
    margin-top: 13px;
    width: 50px;
    margin-right: 10px !important;
}

.user-items-part {
    padding: 20px;
}

.functions-items-part {
    padding: 20px;
}

.alphabet_button {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    padding: 3px;
    padding-left: 6px;
    padding-right: 6px;
    line-height: 48px;
    background: #007dc1;
}

    .alphabet_button:hover {
        color: #007dc1;
        background: #fff;
    }

.alphabet_button_selected {
    font-size: 20px;
    font-weight: bold;
    color: #007dc1;
    padding: 3px;
}

.prirucka-main {
    margin: auto;
}

.prirucka-bg {
    height: auto;
    padding-right: 30px;
    padding-top: 30px;
}

.prirucka-button {
    padding-left: 15px;
    padding-top: 17px;
    padding-bottom: 17px;
    background: white;
    border-bottom: 1px solid #c2c2c2;
    border-left: 1px solid #c2c2c2;
    border-right: 1px solid #c2c2c2;
}

.prirucka-obsah-button {
    color: white;
    font-weight: bold;
    font-size: 17px;
    padding: 17px;
    text-align: center;
    background: #2778f9;
    border-bottom: 1px solid #c2c2c2;
    border-left: 1px solid #c2c2c2;
    border-right: 1px solid #c2c2c2;
}

.prirucka-content-body {
    border: 1px solid #e5e5e5;
    padding: 10px;
    background: white;
}

.separator-drr-group {
    font-weight: bold;
    text-align: center;
    margin: auto;
    width: 100%;
    margin-top: 15px;
}

.searchdrr-button {   
    height: 45px !important;
}

.new-popup {
    min-width: 60%;
    max-width: 900px;
    background-color: white;
    border-radius: 2px;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.drr-chcklist {
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: 15px;
    margin-right: 15px; 
}

.drr-list {
    max-height: 500px;
    overflow-y: auto;
}

.login-box-body {
    border: 1px solid #2778f9;
}

.fileuploadobdobi {
    margin-top: 20px !important;
}

.updates-link {
    color: white !important;
}

.news-in-system {
    margin-left: 15px;
    font-size: 12px;
    background: #3672e8;
    color: white !important;
    padding: 5px;
    border-radius: 5px;
}

.content-wrapper {
    padding-top: 80px;
}

.navbar-custom-menu {
    margin-right: 15px !important;
}

.drr-selectors {
    margin-top: 15px;
}

.pil-icon-grid:hover input {
    cursor: pointer;
}

.drr_products_popup {
    width: 800px;
    height: auto;
    background: white;
    padding: 10px;
    text-align: center;
}

.drr-products-list {
    max-height: 500px;
    overflow: auto;
    margin-bottom: 15px;
    margin-top: 15px;
}

.drr-more-comparing {
    padding: 10px;
    border-top: 1px dashed #c2c2c2;
    margin: auto;
    margin-top: 20px;
    text-align: center;
}

.CompareATClabel {
    font-size: 18px;
    margin-bottom: 30px !important;
    margin-top: 20px !important;
    display: block;
}

.atcclass-box {
    max-height: 700px !important;
    overflow: auto;
    margin-bottom: 15px;
}

.ATClevel-label{
    font-weight: bold;
    font-size: 16px;
}

.atcclass-filter {
    margin-top: 15px;
}

/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(images/loader-64x/Preloader_2.gif) center no-repeat #fff;
}

.new-products {
    margin-top: 5px !important;
    text-align: center;
}

.new-product-info {
    text-align: center;
    font-size: 15px;
}
.new-product-num {
    text-align: center;
    color: #429ef4;
    font-size: 20px;
    font-weight: 700;
    margin-top: 15px;
}
.new-product-difference {
    text-align: center;
    margin-top: 4px;
    margin-bottom: 8px;
    font-size: 14px;
}
.plus {
    color: green;
}
.minus {
    color: orangered;
}
.overview-data {
    text-align: center;
}
.fa-icon {
    color: #429ef4;
    font-size: 60px;
}

.imap-progress {
    margin-top: 30px;
    display: flex;
    justify-content: space-around;
}