﻿@font-face {
    font-family: Roboto-Light;
    src: url("../fonts/roboto-regular.ttf");
}

@font-face {
    font-family: Roboto-Condensed-Light;
    src: url("../fonts/robotocondensed-light.ttf");
}

div table.rgMasterTable{
    width:98% !important;

}

html, body {
    height: 100%;
    margin: 0px;
    padding: 0px;
}

body {
    background-image: url("../Images/bkground.jpg");
    background-repeat: no-repeat;
    background-color: white;
    background-attachment: fixed;
    background-position: center;
    position: relative;
    width: 100%;
    display: block;
}

    body > * {
        margin: auto;
        width: 1025px;
        display: block;
        overflow: auto;
    }

    body > script {
        display: none;
    }

.holdme {
    margin-left: 10px;
    width: 140px;
    background-color: #83d0f5;
    bottom: 35px;
    position: fixed;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

.main-logo img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.main-logo {
    text-align: center;
    font-family: Roboto-Light;
    font-size: 18px;
    padding-top: 10px;
    min-height: 230px;
}

.main-container {
    margin-top: 15px;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
    height: 100%;
    background-color: white;
    overflow: hidden;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    padding-bottom: 15px;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.main-content {
    padding-left: 30px;
    padding-right: 30px;
}

.main-menu {
    background-color: #0072bc;
    text-align: center;
    height: 100%;
    overflow: auto;
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}

.welcome {
    font-family: Roboto-Condensed-Light;
    font-size: 36px;
    color: white;
}

.intro-text {
    font-family: Roboto-Condensed-Light;
    font-size: 36px;
    color: #83d0f5;
}

.sub-intro-text {
    font-family: Roboto-Condensed-Light;
    font-size: 30px;
    color: black;
}

.divider10 {
    min-height: 10px;
}

.divider20 {
    min-height: 20px;
}

.divider30 {
    min-height: 30px;
}

.divider50 {
    min-height: 50px;
}

.main-menu-text, .main-menu-text:hover {
    font-family: Roboto-Light;
    font-size: 18px;
    color: white;
    text-decoration: none;
}

.main-menu-item:hover {
    background: #83d0f5;
}

.main-menu-item:active, .main-menu-text:active {
    background-color: #83d0f5 !important;
}

.main-menu-item-active, .main-menu-text-active {
    background-color: #83d0f5 !important;
}

.main-menu-item {
    height: 40px;
    text-align: left;
    vertical-align: middle;
    padding-left: 30px;
    line-height: 40px;
}

.main-transparent {
    width: 100%;
    background-color: rgba(255,255,255,0.5);
    height: 100%;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    overflow: auto;
}

div.RadGrid .rgAltRow {
    background: none;
    background-color: none;
}

.outer-message {
    width: 100%;
    background-color: #dff2fd;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

.outer-message1 {
    width: 100%;
    background-color: #dff2fd;
    border-radius: 0 15px 15px 15px;
    -moz-border-radius: 0 15px 15px 15px;
    -webkit-border-radius: 0 15px 15px 15px;
}

.float-left {
    float: left;
}

.row-title {
    height: 45px;
    line-height: 45px;
    margin-left: 15px;
    vertical-align: middle;
}

    .row-title span {
        font-family: Roboto-Condensed-Light;
        font-size: 18px;
        font-weight: bold;
        color: #0072bc;
    }

    .row-title .title-button {
        float: right;
        padding-right: 50px;
        padding-top: 10px;
    }

    .row-title .ruFakeInput, .row-title .ruInputs, .row-title .ruFileWrap {
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }

.row-content {
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 10px;
}

    .row-content textarea, .rowtextarea {
        height: 80px;
        padding-left: 15px;
        padding-right: 15px;
        background: white;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        width: 662px;
        font-family: Arial;
        font-size: 12px;
        word-wrap: break-word;
    }

    .row-content input {
        height: 35px;
        padding-left: 15px;
        padding-right: 15px;
        background: white;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        width: 100%;
        font-family: Arial;
        font-size: 12px;
    }

        .row-content input:focus, .row-content textarea:focus, div:focus, table:focus {
            outline: none;
        }

.row-footer {
    margin-left: 15px;
}

    .row-footer .contact-list-text {
        font-family: Roboto-Condensed-Light;
        font-size: 18px;
        color: #0072bc;
    }

    .row-footer .sent-status-text {
        font-family: Arial;
        font-size: 12px;
        color: black;
    }

.search-box {
    height: 25px;
    background: white;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    width: 85%;
    font-family: Arial;
    font-size: 12px;
    line-height: normal;
}

.search-icon {
    float: right;
    padding-top: 10px;
}

.honeypot {
    display: none;
}

.noborder {
    border: 0px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    resize: none;
    border-radius: 0 !important;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    height: 50px !important;
}

html, body {
    height: 100%;
}

.row-title-small {
    height: 25px;
    line-height: 25px;
    margin-left: 15px;
    vertical-align: middle;
}

    .row-title-small span {
        font-family: Roboto-Condensed-Light;
        font-size: 18px;
        font-weight: bold;
        color: #0072bc;
    }

    .row-title-small .title-button {
        float: right;
        padding-right: 50px;
        padding-top: 10px;
    }

    .row-title-small .ruFakeInput, .row-title-small .ruInputs, .row-title-small .ruFileWrap {
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }

.row-content-small {
    margin-left: 12px;
    margin-right: 12px;
    padding-bottom: 5px;
}

    .row-content-small textarea, .rowtextarea {
        height: 80px;
        padding-left: 15px;
        padding-right: 15px;
        background: white;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        font-family: Arial;
        font-size: 12px;
    }

    .row-content-small input {
        height: 35px;
        padding-left: 15px;
        padding-right: 15px;
        background: white;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        width: 100%;
        font-family: Arial;
        font-size: 12px;
    }

        .row-content-small input:focus, .row-content-small textarea:focus, div:focus, table:focus {
            outline: none;
        }

.autoheight div.rgDataDiv {
    /*min-height:400px;*/
    height: auto !important;
}
