﻿.mainContainer {
    background-color: #EFF2F5;
    border-radius: 9px;
    width: 460px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 30px;
}

.logoContainer {
    margin-bottom: 20px;
    margin-left: -40px;
    margin-right: -40px;
    background-color: #BCE4FA;
    padding-top: 10px;
    padding-bottom: 15px;
    padding-left: 40px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 9px 9px 0px 0px;
    border-radius: 9px 9px 0px 0px;
}

.optionContainer {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 7px;
}

.lblAuth {
    padding-top: 10px;
    color: #527194;
}

.authContainer {
    cursor: pointer;
    background-color: white;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
    height: 170px;
    width: 140px;
    -webkit-box-shadow: 3px 3px 3px 3px #ccc;
    -moz-box-shadow: 3px 3px 3px 3px #ccc;
    box-shadow: 3px 3px 3px 3px #ccc;
}

.authContainerInactive {
    opacity: 0.5;
    cursor: pointer;
    background-color: #EFF2F5;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
    height: 170px;
    width: 140px;
    -webkit-box-shadow: 3px 3px 3px 3px #ccc;
    -moz-box-shadow: 3px 3px 3px 3px #ccc;
    box-shadow: 3px 3px 3px 3px #ccc;
}

.authContainerMouseOver {
    cursor: pointer;
    background-color: #CCD7E1;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
    height: 170px;
    width: 140px;
    -webkit-box-shadow: 3px 3px 3px 3px #ccc;
    -moz-box-shadow: 3px 3px 3px 3px #ccc;
    box-shadow: 3px 3px 3px 3px #ccc;
}

.floatRight {
    float: right;
}

.dkIcon {
    margin-top: 20px;
}

.mtIcon {
    margin-top: 10px;
}

.icoContainer {
    height: 44px;
    width: 40px;
    border: 1px solid lightgrey;
    background-color: white;
    border-radius: 4px;
    float: left;
    text-align: center;
    padding-top: 10px;
}

.txtIcon {
    color: gray;
}

.infoIcon {
    color: #527194;
    float: right;
    margin-top: 5px;
}

.btnPrijava {
    color: white;
    background: url(../Img/button_bg.png) repeat-x scroll 0 -120px rgba(0,0,0,0);
    border-radius: 6px;
    height: 34px;
    width: 380px;
    margin-bottom:10px;
}

.icoKorPod {
    font-size: 12px;
    margin-top: 12px;
    color: #527194;
}

.lnkKorPod {
    cursor: pointer;
    color: #527194;
}

.customSize {
    margin-top: 10px;
    margin-bottom: 10px;
/*    width: 340px;*/
    height: 50px;
}

.hidden {
    display: none;
}

.customAlert {
    margin-top: 20px;
}

.alertHR {
    margin: 5px 0px 5px 0px;
}

.divTitle {
    color: #527194;
}

.largerText {
    font-size:x-large;
}
.tabHalfWidth{
    width:50%;
    text-align:center;
}