﻿td {
    font-size: 12px !important;
}

h2 {
    font-size: 20px !important;
    color:GrayText;
}


.overflow-hidden {
    /*overflow: hidden;*/
}

#page {
    height: auto !important;
    min-height: calc(100vh - 46px);
    background: #cccccc url(../images/ico_bird_middle_page.png) center no-repeat;
    background-size: 50%;
}

#stickyFooterWrap {
    padding-bottom: 100px;
    max-width: 100%;
}

.site-main {
    overflow: hidden;
    height: 100%;
    background-color: #cccccc;
}

div.app-title {
    position: absolute;
    text-align: center;
    width: 600px;
    left: 50%;
    margin-left: -300px;
}

/* Header  */
.site-header {
    min-height: 77px;
}

/* Colours */
.site-header {
    background: #c21421;
}

.site-footer {
    padding: 1rem;
    background-color: #cccccc;
    text-align: center;
    color: #c21421;
    font-weight: 500;
    font-size: 11px;
}

.site-logo {
    width: 102px;
    margin-top: 10px;
}

.site-title {
    line-height: 77px;
    padding: 0;
    margin: 0;
    font-weight: 300;
    color: #fff;
}

#radMainMenu {
    width: 100%
}

.RadMenu ul.rmHorizontal {
    width: 100%;
    border: none;
    border-bottom: 1px #a1a1a1 solid;
}

.main_menu_layout {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

div.user-info {
    position: absolute;
    width: auto;
    right: 0px;
    height: 77px;
    margin-top: 20px
}

.user-profile {
    display: block;
    float: left;
    margin-right: 5px;
}

.user-profile-text {
    display: block;
    float: right;
}

div.user-info .text {
    display: block;
    width: 100%;
    font-size: 0.6em;
    margin-top: 1px
}

div.user-info span {
    color: #fff;
}

.user-profile img{
    width: 32px
}

.page-title {
    color: #fff;
    text-align: center;
}

.logout-small-button {
    border: 1px #fff solid;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    padding: 1px;
    background: red;
}

.grid-wrapper {
    overflow-y:hidden;
}

/** Customize Telerik look and feel */
.RadGrid_Silk .rgRow > td, .RadGrid_Silk .rgAltRow > td, .RadGrid_Silk .rgEditRow > td {
    font-size: 12px;
}

.RadAjaxPanel {
    background: transparent;
}

.RadAjaxPanel fieldset {
    border: solid 1px #ccc;
    border-radius: 6px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;
}