@import url('https://fonts.googleapis.com/css?family=Raleway:400,700');

body{
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    padding-top: 20px;
}

span.required{
    color: #F44336;
}

.bold{
    font-weight: bold;
}

.success>.form-control{
    background: #F1F8E9;
}

.error>.form-control{
    background: #FFEBEE;
}


.errorMessage{
    color: #F44336;
}

.bodyLoader{
    background: rgba(255,255,255,0.7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1031;
    display: none;
}

.bodyLoaderText{
    padding: 10px 0 0 0;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -50%);
}

.loginLogo{
    margin-top: 50px;
    margin-bottom: 15px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .loginLogo{
        margin-top: -55px;
    }
}

.footer{
    text-align: center;
    color: #BDBDBD;
    margin-bottom: 15px;
}

.navbar-brand>img {
    display: inline;
}

.dropdown-menu {
    font-size: 13px;
}

.linkIcon{
    font-size: 36px;
    color: #9E9E9E;
    text-align: center;
}

.btnBar{
    margin: 0 0 15px 0;
}

.yiiPager > li.selected > a:hover{
    background-color: #337ab7;
    border-color: #2e6da4;
}

.marginTop5{
    margin-top: 5px;
}

.marginTop10{
    margin-top: 10px;
}


.lastUpdated{
    font-size: 12px;
    font-style: italic;
}

.center{
    text-align: center;
}

.right{
    text-align: right;
}

.bodyLoaderContainer{
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7);
}

.bodyLoaderFullScreen{
    position: absolute;
    z-index: 10001;
    top: 50%;
    left: 50%;
    padding: 10px;
    /*background: #FFFFFF;*/
    border-radius: 5px;
    transform: translate(-50%, -50%);
    /*box-shadow: 0 0 10px #9E9E9E;*/
}

.customTable
{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    margin-bottom: 0;
}

.customTable tr:hover
{
    color: #515151;
    background-color: rgba(219, 219, 219, 0.3) !important;
}

.customTableHeading
{
    padding: 8px;
    color: #212121;
    border-bottom: 2px solid #BDBDBD;
    font-weight: bold;
}

.customTableData
{
    padding: 8px;
    border: 1px solid #DDDDDD;
}

.customTableDataHighlightWarning
{
    background: #FFF176;
    border: 1px solid #FFD54F;
}

.fit{
    width:1%;
    white-space:nowrap;
}

.ui-widget-overlay{
    opacity: 0.5;
}

.navbar-inverse{
    box-shadow: 0 0 5px 0 #424242;
}