﻿@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);

.footer {
    display: block;
    bottom: 0;
    width: 100%; /* Set the fixed height of the footer here */
    background-color: #efefef;
}

.LoginText {
    color: white;
    font-size: 11px;
}

.HeaderTopLink {
    background: url(../images/TabLeftArrow.png) no-repeat left;
    float: left;
    height: 46px;
    line-height: 40px;
    padding-left: 30px;
    color: white;
    text-decoration: none;
}

.b2cContainer h1 {
    font-size: 32px;
    line-height: 20px;
    color: #414742;
    margin-bottom: 20px;
}


.b2cContainer {
    margin-bottom: 40px;
    margin-top: 15px;
}


html, body {
    height: 100%;
}

body {
    background: #efefef !important;
    display: flex;
    flex-flow: column;
}

footer {
    margin-top: auto;
    background-color: #222;
    height: 100%;
}

.Button {
    background-color: #951C3D;
    padding: 5px 35px;
    color: white !important;
    text-decoration: none;
    display: inline-block;
    margin-top: 5px;
    border: 0px;
}

    .Button:hover {
        background-color: #bd1a42;
    }

    .Button:hover,
    .Button:focus {
        text-decoration: none;
    }

.ButtonDisabled,
.ButtonDisabled:hover {
    background-color: grey;
}

.ButtonInline {
    margin: 0px;
    padding: 12px 49px 13px 49px;
}

.ButtonMore {
    display: none;
}

.form {
    background-color: #EFEFEF;
    padding: 10px;
}

.form-horizontal .control-label {
    text-align: left !important;
    font-weight: bold;
}

html body .RadInput_Bootstrap .riTextBox, html body .RadInputMgr_Bootstrap {
    border-radius: 0 !important;
}

@media only screen and (max-width: 1024px) {
    .HeaderTopLink {
        line-height: 46px;
        padding-left: 10px;
        font-size: 11px;
        background-position-x: -14px;
    }

    .LoginText {
        color: white;
        font-size: 10px;
    }

    .ButtonMore {
        display: inline-block;
        background-color: #951C3D;
        padding: 20px 90px;
        color: white !important;
        text-decoration: none;
        display: inline-block;
        margin-top: 20px;
    }
}

#progressBackgroundFilter {
    position: fixed;
    top: 0px;
    left: 0px;
    min-height: 100%;
    min-width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #e4e4e6;
    z-index: 500;
    opacity: 0.8;
    overflow: hidden;
}

#processMessage {
    position: fixed;
    top: 300px;
    right: 50%;
    z-index: 1000;
    padding: 10px;
    background-color: White;
    border: 2px solid lightgrey;
    text-align: center;
    font-weight: bold;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

.panel-default > .panel-heading {
    color: white !important;
    background-color: #004e72 !important;
    border-color: #ddd !important;
}

a.external:hover {
    text-decoration: underline;
    color: #004e71;
}

.LoginMessage {
    color: Red;
}

.SessionExpired {
    text-align: center;
    background-color: #d9f8d8;
    padding-top: 10px;
    padding-bottom: 10px;
}

#Slogan {
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 30%;
    right: 20%;
}

.informationText {
    color: #951c3d;
}

/*.RadPanelBar .rpSlide {
    padding: 10px;
}

.RadPanelBar_Bootstrap {
    margin-bottom: 3px;
}*/

/*.RadPanelBar_Bootstrap .rpRootLink.rpSelected {
        color: white !important;
        background-color: #004665 !important;
        border-color: #004665 !important;
    }*/

/*.RadMultiPage .rmpView {
    border: 1px solid;
    padding: 20px;
}*/

.rgSelectedRow input {
    color: #000;
}

.inlineEditor .rgSave {
    height: auto !important;
    width: auto !important;
}

.alert-sm {
    margin-bottom: 1px;
    height: 30px;
    line-height: 30px;
    padding: 0px 15px;
}

.space-20 {
    height: 20px;
}

.space-50 {
    height: 50px;
}

.table-borderless,
.table-borderless tr,
.table-borderless th,
.table-borderless td,
.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none !important;
}

.panel-title-fit {
    padding: 7.5px 0px;
}

.modal-header-info, .modal-header-info h4, .modal-header-info .close {
    background-color: #5c97b8;
    color: white !important;
    text-align: center;
    font-size: 30px;
}

.modal-header-success, .modal-header-success h4, .modal-header-success .close {
    background-color: #86bd6f;
    color: white !important;
    text-align: center;
    font-size: 30px;
}

.modal-header-danger, .modal-header-danger h4, .modal-header-danger .close {
    background-color: #ad4747;
    color: white !important;
    text-align: center;
    font-size: 30px;
}

.modal-header-warning, .modal-header-warning h4, .modal-header-warning .close {
    background-color: #ffbc3d;
    color: white !important;
    text-align: center;
    font-size: 30px;
}
/*---------------------------------------------------------------BLINKING---------------------------------------*/
.blink {
    animation: blinker 2s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

/*--------------------------------------------------------------RAD EDITOR--------------------------------------*/
.reToolZone {
    display: none !important;
}

/*--------------------------------------------------------------Old style---------------------------------------*/

.MenuHorizontal {
    bottom: 0;
    height: 41px;
    background: #f3f3f4 url(../images/background.gif) repeat-x;
    font-family: Arial;
    font-size: 14px;
    font-weight: 400;
    color: #666;
}

    .MenuHorizontal ul {
        list-style: none;
        height: 41px;
        border-left: solid 1px #d8d8d8;
    }

    .MenuHorizontal li {
        float: left;
        line-height: 41px;
        border-right: solid 1px #d8d8d8;
    }

        .MenuHorizontal li.last {
            background: none;
        }

        .MenuHorizontal li a {
            color: #333;
            display: block;
            padding-left: 20px;
            padding-right: 20px;
        }


.TopNovice h1 {
    font-family: Arial;
    font-size: 12px;
    color: #666;
    font-weight: 700;
    padding-bottom: 10px;
    line-height: 12px;
}

.NewsCenter h1 {
    font-family: Arial;
    font-size: 12px;
    color: #666;
    font-weight: 700;
    line-height: 1px;
}

.TopNovice {
    height: 150px;
}

    .TopNovice p {
        font-family: Arial;
        font-size: 11px;
        color: #666;
        font-weight: 400;
        padding-bottom: 5px;
        line-height: 11px;
    }

.NewsCenter p {
    font-family: Arial;
    font-size: 11px;
    color: #666;
    font-weight: 400;
    line-height: 11px;
}

.TopNovice {
    height: 150px;
}

    .TopNovice p, .NewsCenter p {
        font-family: Arial;
        font-size: 11px;
        color: #666;
        font-weight: 400;
        padding-bottom: 5px;
        line-height: 11px;
    }

.NewsLeft {
    font-family: Arial;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background: url(../images/news_left.gif) no-repeat;
    width: 10%;
    height: 50px;
}

    .NewsLeft td {
        padding-bottom: 3px;
    }

.NewsCenter {
    background: url(../images/news_middle.gif) repeat-x;
    height: 50px;
    width: 89%;
    padding-left: 10px;
    vertical-align: top;
}

.NewsRight {
    background: url(../images/news_right.gif) no-repeat right top;
    width: 1%;
    height: 50px;
}

.TableNewsLeasing {
    font-weight: 400;
    margin-left: 30px;
    padding: 15px;
}

.NewsTd h1 {
    font-size: 16px;
}

.NewsTd {
    padding: 5px;
}

    .NewsTd a {
        color: Blue;
    }

.rrButton {
    display: none !important;
}

.radRotator {
    margin-top: 3px;
    margin-bottom: 5px;
}

    .RadRotator .rrClipRegion .rrItemsList {
        width: 100% !important;
    }

#Menu {
    width: 190px;
    position: relative;
    z-index: 499;
    vertical-align: top;
    padding: 0;
    margin: 0;
    padding: 15px 0 0;
    width: 230px;
}

    #Menu ul {
        position: relative;
        list-style: none;
    }

        #Menu ul li {
            background: #004e72;
            width: 189px;
            line-height: 34px;
            font-family: Arial;
            color: white;
            text-decoration: none;
            font-weight: 700;
            font-size: 13px;
            position: relative;
            padding-left: 36px;
            margin-bottom: 12px;
        }

            #Menu ul li a {
                font-family: Arial;
                color: white;
                text-decoration: none;
                font-weight: 700;
                font-size: 13px;
                line-height: 34px;
            }

        #Menu ul ul {
            background: #f3f3f4;
            position: relative;
            overflow: hidden;
            margin-left: -36px;
            border-top: #cdcdcd solid 1px;
            padding-left: 0px;
        }

            #Menu ul ul li {
                background: #fff url(../Images/menu.gif) no-repeat 5px 50%;
                position: relative;
                width: 188px;
                padding-left: 0;
                border-left: #cdcdcd solid 1px;
                border-right: #cdcdcd solid 1px;
                border-bottom: #cdcdcd solid 1px;
                margin-bottom: 0;
                padding: 0px 0px 0px 18px;
            }

                #Menu ul ul li a {
                    font-family: Arial;
                    color: #333;
                    font-size: 12px;
                    font-weight: 400;
                    padding-left: 24px;
                }

        #Menu ul ul1 ul {
            padding-left: 36px;
        }

        #Menu ul ul li.selected a {
            font-weight: 700;
        }

        #Menu ul li div {
            top: 10px;
            left: 10px;
        }

            #Menu ul li div img {
                position: relative;
                height: 16px;
            }

.input-group-addon {
    padding: 9px 12px !important;
}

.FormButton {
    background-color: #951C3D;
    padding: 5px 20px;
    color: white !important;
    text-decoration: none;
    display: inline-block; /* margin-top: 20px; */
    border: 0px;
}

.table-matrika {
    font-size: 12px !important;
}

    .table-matrika th {
        background-color: #F2F2F2;
    }

    .table-matrika td:nth-child(1) {
        font-weight: bold !important;
    }

.RadInput_Bootstrap.riSingle .riTextBox, .RadForm_Bootstrap.RadForm.rfdTextbox input.riTextBox.rfdDecorated {
    max-height: 30px !important;
}

.RadComboBox_Bootstrap .rcbReadOnly {
    max-height: 30px;
}

.RadComboBox_Bootstrap .rcbInner {
    max-height: 30px;
}

.RadComboBox .rcbInput {
    padding: 0 !important;
}

.input-group-addon {
    font-size: 9px !important;
}

.RadPicker_Bootstrap .rcCalPopup {
    max-height: 28px;
}

.panel {
    margin-bottom: 5px !important;
}

/*.RadPanelBar_Bootstrap .rpRootLink, .RadPanelBar_Bootstrap .rpHeaderTemplate {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

    .RadPanelBar_Bootstrap .rpRootLink .rpExpandHandle { padding: 0px !important; border-radius: 0px !important; }

.RadPanelBar_Bootstrap .rpExpandHandle {
    top: 4px !important;
}*/

.RadTabStrip .rtsLink {
    padding: 7px 15px !important;
}

.panel-heading {
    padding: 5px 15px !important;
}

input[type=submit]:disabled,
button:disabled {
    background-color: darkgray;
}

.RadButton.rbDisabled {
    background: none;
}

/* poravnava checkbox-sa s textom-om */
.RadButton.checkboxTextAlign {
    vertical-align: bottom !important;
}

.RadButton.checkboxTextAlign {
    vertical-align: bottom !important;
}

.RadComboBoxDropDown .rcbItem, .RadComboBoxDropDown .rcbHovered, .RadComboBoxDropDown .rcbDisabled, .RadComboBoxDropDown .rcbLoading, .RadComboBoxDropDown .rcbCheckAllItems, .RadComboBoxDropDown .rcbCheckAllItemsHovered {
    padding: 3px 12px !important;
}

.TestSlogan {
    position: absolute;
    margin-left: 35%;
}

.panel-body {
    padding: 10px 8px;
}

.panel-body-unread {
    padding: 10px 8px;
    background: #A8A8A8;
}

.RadWindow .rwContent {
    padding: 10px !important;
}

.form-group {
    margin-bottom: 3px !important;
}

.RadComboBox .rcbActionButton {
    height: 20px !important;
}

.RadComboBox_Bootstrap .rcbActionButton {
    padding: 4px !important;
}

.RadComboBox .rcbActionButton .p-icon {
    width: 1.42857143em !important;
}

.RadComboBox_Bootstrap .rcbInner {
    padding: 4px 12px !important;
}

.RadComboBoxDropDown .rcbItem, .RadComboBoxDropDown .rcbHovered, .RadComboBoxDropDown .rcbDisabled, .RadComboBoxDropDown .rcbLoading, .RadComboBoxDropDown .rcbCheckAllItems, .RadComboBoxDropDown .rcbCheckAllItemsHovered {
    padding: 3px 12px !important;
}

.TestSlogan {
    /*position: absolute;
    margin-left: 35%;*/
    text-align: center;
}
/* RADWINDOW */
.RadWindow_Bootstrap .rwTitleWrapper {
    padding: 4px 5px !important;
}

.RadWindow_Bootstrap { width: auto !important; }

.panel-body { padding: 10px 8px; }

.form-group {
    margin-bottom: 3px !important;
}

/* DOCUMENTS DOWNLOAD PROGRESS STYLE */
.RadUploadProgressArea_Bootstrap .ruShadow .ruProgress,
.RadUploadProgressArea .ruShadow .ruProgress {
    box-shadow: none !important;
}

.RadUploadProgressArea_Bootstrap .ruProgress {
    border-radius: 0px !important;
}

.RadUploadProgressArea_Bootstrap .ruProgressHeader {
    background-color: transparent !important;
}










.RadPanelBar_Bootstrap .rpRootLink.rpSelected {
    color: white !important;
    background-color: #004665 !important;
    border-color: #004665 !important;
}

.RadPanelBar_Bootstrap .rpRootLink, .RadPanelBar_Bootstrap .rpHeaderTemplate {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

    .RadPanelBar_Bootstrap .rpRootLink .rpExpandHandle {
        padding: 0px !important;
        border-radius: 0px !important;
    }

.RadPanelBar_Bootstrap .rpExpandHandle {
    top: 4px !important;
}

.RadPanelBar {
    border-style: none !important;
    margin-bottom: 1px;
}

.rpTemplate {
    overflow: hidden !important;
    border: 1px solid;
    border-color: #c4c4c4;
}

.RadPanelBar_Bootstrap .rpRootLink, .RadPanelBar_Bootstrap .rpHeaderTemplate {
    color: white !important;
    background-color: #004665 !important;
}

.FilterLinkButton {
    border-radius: 0px !important;
    background-color: #004665 !important;
    border: 0px;
    color: white !important;
}

.dropZone {
    border: 2px dashed #bbb;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 50px;
    width: 500px;
    text-align: center;
    font: 21pt bold arial;
    color: #bbb;
}

.tabsWidth {
    width: 50% !important;
    text-align: center;
}

.paddingTop {
    padding-bottom: 15px;
}

.bottomSpace {
    margin-bottom: 0px;
}

.OpenId {
    background-color: white;
    float: left;
    color: orange;
    padding-left: 16px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 7px;
    border: 1px solid;
}

.card-title {
    background-color: #014665;
    border-radius: 0;
    color: white;
    margin-bottom: 0px !important;
    padding: 5px;
    font-size: 23px;
}

.RadUpload_Bootstrap .ruButton {
    background: cornsilk !important;
}

.RadUpload_Bootstrap .ruRemove {
    background: none !important;
}

.RadNotification_Bootstrap .rnTitleBar {
    border-color: lawngreen !important;
    color: #333;
    background-color: lawngreen !important;
}

.RedoButton {
    background: url("../Images/RedoButton.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    height: 49px;
    width: 52px;
    cursor: pointer;
}

.remoteTable table {
    padding: 5px !important;
}

.k-i-arrow-s::before, .k-i-arrow-60-down::before, .t-i-arrow-s:before, .t-i-arrow-down:before, .p-i-arrow-s:before, .p-i-arrow-down:before, .p-i-arrow-60-down:before { content: "\25BC" !important; font-size: 12px !important; }