﻿html,
body,
form {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: "Raleway", sans-serif;
}

/******************************** Need to clean up all these style sheets *******************************/
/****************************  ACTIVE STYLES ************************************************************/
.Label {
    font-size: 1.1em !important;
    color: #607d8b !important;
    font-weight: 500 !important;
}
/**** verified and used classes ****/
.LabelDescription {
    font-size: 1.2em !important;
    color: #607d8b !important;
    font-weight: 600 !important;
    display: block;
    margin-top: 4px;
    padding-bottom: 10px;
}
.LabelDescription, .ImportantLabelDescription {
        color: red !important;
    }


.Text {
    font-size: 1.2em !important;
    color: #000000 !important;
    font-weight: 300 !important;
}

.TextBold {
    font-size: 1.1em !important;
    color: #000 !important;
    font-weight: 600 !important;
}

/** styles RadLabel text */
/*.RadLabel {
    font-size: 1.2em !important;
    color: #607d8b !important;
    font-weight: 600 !important;
    display: block;
    margin-top: 4px;
    padding-bottom: 10px;
}
*/
[class*="col-"] {
    width: 99.50%;
}

.row::after {
    content: "";
    clear: both;
    display: table;
}

[class*="col-"] {
    float: left;
    padding: 5px;
    /*    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
*/ margin: 5px;
}

/* When the screen (browser window) is 768px or larger */
@media only screen and (min-width: 768px) {
    /* For tablets: */
    .col-s-1 {
        width: 8.33%;
    }

    .col-s-2 {
        width: 16.66%;
    }

    .col-s-3 {
        width: 25%;
    }

    .col-3-Card {
        width: 24%;
        border-radius: 5px;
        background-color: #fff;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    .col-s-4 {
        width: 33.33%;
    }

    .col-s-5 {
        width: 41.66%;
    }

    .col-s-6 {
        width: 50%;
    }

    .col-6-Card {
        width: 50%;
        border-radius: 5px;
        background-color: #fff;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    .col-s-7 {
        width: 58.33%;
    }

    .col-s-8 {
        width: 66.66%;
    }

    .col-s-9 {
        width: 75%;
    }

    .col-s-10 {
        width: 83.33%;
    }

    .col-s-11 {
        width: 91.66%;
    }

    .col-s-12 {
        width: 100%;
    }

    .col-12-Card {
        width: 98%;
        border-radius: 5px;
        background-color: #fff;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
}

/* When the screen (browser window) is 1024px or larger */
/* For desktop: */
@media only screen and (min-width: 1024px) {
    .col-1 {
        width: 8.33%;
    }

    .col-2 {
        width: 16.66%;
    }

    .col-3 {
        width: 25%;
    }

    .col-3-Card {
        width: 25%;
        border-radius: 5px;
        background-color: #fff;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    .col-4 {
        width: 33.33%;
    }

    .col-4-Card {
        width: 33%;
        border-radius: 5px;
        background-color: #fff;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    .col-5 {
        width: 41.66%;
    }

    .col-5-Card {
        width: 41.66%;
        border-radius: 5px;
        background-color: #fff;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    .col-6 {
        width: 48%;
    }

    .col-6-Card {
        width: 48%;
        border-radius: 5px;
        background-color: #fff;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    .col-7 {
        width: 58.33%;
    }

    .col-8 {
        width: 66.66%;
    }

    .col-8-Card {
        width: 66.66%;
        border-radius: 5px;
        background-color: #fff;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    .col-9 {
        width: 75%;
    }

    .col-9-Card {
        width: 73%;
        border-radius: 5px;
        background-color: #fff;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    .col-10 {
        width: 83.33%;
    }

    .col-10-Card {
        width: 83.33%;
        border-radius: 5px;
        background-color: #fff;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    .col-11 {
        width: 91.66%;
    }

    .col-12 {
        width: 100%;
    }

    .col-12-Card {
        width: 98.5%;
        border-radius: 5px;
        background-color: #fff;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
}
/********************************************************************************************************************************************************************/



body {
    font: normal 16px "Segoe UI", Arial, sans-serif;
    color: #555555;
}

footer {
    flex: none;
    background: #033556;
    color: white;
    padding: 10px;
}

hr {
    border-width: 1px 0 0 0;
    border-color: #767676;
    border-style: solid;
}

.x {
   
}

/* used for accessibility purposes */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

ul li {
    font-weight: 600;
    line-height: 25px;
    font-size: 1.1em;
    color: #666 !important;
    margin-right: 10px;
    vertical-align: top;
}

/*typography*/
h1, h2, h3, h4, h5, h6 {
    line-height: normal;
}

h1, h2, h3 {
    font-weight: 500;
    margin: .5em 0;
    color: #107896 !important;
}

h4, h5, h6 {
    font-weight: bold;
}

h1 {
    font-size: 2.25em;
}

h2 {
    font-size: 1.875em;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1.125em
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: .875em;
}

/*************************************************************************************/
/* Flexbox layout for form controls*/
.column-group {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    padding-top: 10px
}

    .column-group label {
        display: block;
        font-weight: 600;
        font-size: 0.85em;
        color: #607d8b;
    }

.form-group {
    display: flex;
    flex-direction: row;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #033556;
}

    .form-group label {
        flex: none;
        display: block;
        width: 125px;
        font-weight: 600;
        font-size: 0.85em;
        color: #607d8b;
    }

        .form-group label.left-inline {
            text-align: left;
            padding-right: 8px;
            padding-left: 10px;
            width: auto;
        }

        .form-group label.right-inline {
            text-align: right;
            padding-right: 8px;
            padding-left: 10px;
            align-self: flex-end;
            margin-left: auto;
        }

    .form-group .input-control {
        flex: 1 1 auto;
        display: block;
        margin-bottom: 10px;
        margin-right: 8px;
        padding: 4px;
        margin-top: -4px;
    }

@media (max-width: 768px) {
    .form-group {
        flex-direction: column;
    }

        .form-group .input-control {
            margin-top: 2px;
        }

        .form-group label.right-inline {
            text-align: left;
            padding-right: 0;
            padding-left: 0;
        }
}
/*********************************************************************************************************/
/* Other styles*/

/* Important text styling for DIV */
.importantInformation {
    background-color: #107896;
    padding: 10px;
    font-weight: bold;
    color: #fff;
}

h3 {
    color: #107896;
}

p {
    font-weight: 600;
    line-height: 25px;
}

.formLabel {
    font-weight: 600;
    line-height: 25px;
    font-size: 1.1em;
    color: #666 !important;
    margin-right:10px; vertical-align:top;
}
.ValidationErrorMsg {
    color: red;
}

.MyLabel {
    display: block;
    width: 150px;
    margin-top: 4px;
    padding-bottom: 10px;
    color: #fff !important;
}
/***********************************************************************************************************/
@media only screen and (min-width: 992px) {
    .logo {
        padding: 15px 0 15px 25px;
    }
}

.logo {
    display: block;
    height: 75px;
    width: auto;
    transition: height 0.2s ease-in-out, width 0.2s ease-in-out;
}

/* Make the logo bigger as the screen gets larger */
@media only screen and (min-width: 768px) {
    .logo {
        height: 100px;
    }
}

@media only screen and (min-width: 992px) {
    .logo {
        height: 100px;
    }
}


/***********************************************************************************************************/
/* Tab Strip*/
.rtsSelected, .rtsSelected span {
    background-color: #093145 !important;
    color: #fff !important;
}

.RadTabStrip_MetroTouch.rtsTop .rtsLevel1 {
    border-bottom-color: #093145 !important;
}
/*button {
    padding: 5px 15px;
    margin: 5px;
    min-width: 100px
}*/
/******************************************************************************************************************/
/* Flexbox layout for a two column layout*/
.flexbox-container {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
}

    .flexbox-container > div {
        padding: 20px;
        background-color: #fff;
    }

        .flexbox-container > div:first-child {
            width: 20%;
            background: #093145;
            color: white;
            white-space: normal;
        }

        .flexbox-container > div:last-child {
            width: 80%;
        }

        .flexbox-container > div:first-child {
            margin-right: 20px;
        }


/*****************************************************************************************************/
/* Radmenu styles*/
div.RadMenu {
    float: right;
}


html body form .RadInput .MyEmptyTextBox,
html body form .RadInput .MyEnabledTextBox,
html body form .RadInput .MyHoveredTextBox,
html body form .RadInput .MyFocusedTextBox,
html body form .RadInput .MyInvalidTextBox,
html body form .RadInput .MyNegativeTextBox {
    border-width: 2px;
    border-color: #a9c9a9;
    font: 14px/18px arial,sans-serif;
}

html body .RadInput .MyEmptyTextBox {
    color: #999;
}

html body form .RadInput .MyEnabledTextBox {
}

html body form .RadInput .MyHoveredTextBox {
    border-color: #6c6;
    background: #efe;
}

html body form .RadInput .MyFocusedTextBox {
    border-color: #3a3;
    background: #efe;
}

html body form .RadInput .MyInvalidTextBox {
    border-color: #f33;
    background: none #ff9;
}

html body form .RadInput .MyNegativeTextBox {
    color: #930;
    font-weight: bold;
}


.DisabledTextBoxStyle {
    color: #000 !important;
}

/*.row::after {
    content: "";
    clear: both;
    display: table;
}

[class*="col-"] {
    float: left;
    padding: 5px;
}
*/
/* For mobile phones: */
/*[class*="col-"] {
    width: 100%;
}

@media only screen and (min-width: 769px) {
    .col-2 {
        width: 18%;
    }
*/
/*    .col-3 {
        width: 31%;
        padding-left: 10px;
    }

    .col-5 {
        width: 46%;
        padding-left: 10px;
        display: table-cell;
        vertical-align: bottom !important;
    }
    .col-7 {
        width: 66%;
    }

    .col-8 {
        width: 78%;
        padding-left: 20px;
    }

    .col-12 {
        width: 96%;
        padding-left: 10px;
    }

    .col-6 {
        width: 47%;
        padding-left: 20px;
    }
}
*/
.RadInput_MetroTouch .riLabel {
    font-size: 1.2em !important;
    color: #666 !important;
    font-weight: 600 !important;
}

.RadInput_MetroTouch .riEmpty, .riEnabled, .riDisabled {
    font-size: 1.1em !important;
    color: #607d8b !important;
    font-weight: 600 !important;
    border-color: #25a0da !important;
}

.RadComboBox .rcbLabel {
    font-size: 1.2em;
    color: #666 !important;
    font-weight: 600 !important;
}

.RadPicker_Metro .riLabel {
    font-size: 0.85em !important;
    color: #607d8b !important;
    font-weight: 600 !important;
}

.RadButton {
    font-size: 1em;
}

.RadWindow {
    z-index: 90001 !important;
}