html {
    overflow: hidden;
    height: 100%;
}

body {
    background-color: #fafafa;
    color: #7f7f7f;
    font-family: Roboto, sans-serif;
    margin: 0px;
    height: 100%;
}

noscript {
    font-family: monospace;
    position: absolute;
    top: 20px;
    left: 20px;
}

input, textarea {
    padding: 2px 0px 2px 0px;
    text-indent: 3px;
    line-height: 100%;
}

    input:disabled {
        color: #888888 !important;
    }


a:link, a:active, a:visited {
    color: #008783;
    text-decoration: none;
}

a:hover {
    color: black;
    text-decoration: underline;
}

fieldset {
    margin: 10px 0px; /* combines with close margin-bottom */
    padding-bottom: 15px;
    border-color: #cccccc;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

legend {
    color: black;
    margin-bottom: 5px; /* combines with fieldset margin-top */
    padding: 0;
    margin-left: 10px;
    text-transform: uppercase;
    color: #7f7f7f;
}

textarea {
    overflow: auto;
}

.Header, .Footer {
    border-width: 1px;
    border-color: #62676A;
}

.Header {
    /*background-color: #254E78;
    color: white;*/
    /*border-bottom:  1px solid #BDBDBD;*/
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
    display: inline-block;
    width: 100%;
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 0;
    height: 60px;
}

.TopHeader {
    /*padding: 10px; 
    background-image:url(Images/HeaderBkgrnd.png);
    background-repeat:repeat-x;*/
    background-color: #007473;
    color: #f0f0f0;
    font-size: 14px;
    padding: 10px;
    min-height: 60px;
}

.RightControls {
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
}

.UsernameSignOut, .HomeHelpLinks, .CompanyLogoImage {
    float: right;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
}

.CompanyLogoImage {
    background-color: #fff;
}

.Usersname {
    float: right;
    padding-right: 10px;
    padding-top: 0px;
    position: static;
    color: #f0f0f0;
}

.menu-iconCont {
    display: flex;
    align-items: center;
    height: 60px;
    position: absolute;
    left: 0;
    top: 0;
}

@media only screen and (min-width: 0) and (max-width: 700px) {
    .Heading {
        font-size: 18px;
        font-weight: bold;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 200px;
    }

    .CompanyLogoImage {
        display: none;
    }

    input, textarea {
        padding: 8px;
    }

    .rcbInputCell INPUT.rcbInput {
        /*padding: 8px !important;*/
    }

    .rcbList li {
        padding: 8px !important;
    }

    .Button {
        padding: 10px !important;
    }
}

@media only screen and (max-width: 1050px) {
    .Content {
        /*background-color: #e5e5e5;*/
        background-image: linear-gradient(to bottom right, #e5e5e5, #bfbfbf);
        overflow: auto;
        position: fixed;
        width: 100%;
        display: inline-block;
        top: 0px;
        left: 0px;
        bottom: 0px;
        height: auto !important;
        transition: all 0.5s ease;
        padding: 50px 6px 6px 6px !important;
    }
}

@media only screen and (min-width: 700px) {
    .Heading {
        font-size: 25px;
        font-weight: bold;
    }
}

@media only screen and (min-width: 0) and (max-width: 400px) {

    .CollapsiblePanelHeaderLabel {
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 160px;
        white-space: nowrap;
        display: inline-block;
    }

    .Heading {
        max-width: 160px;
    }

    .Usersname {
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 50px;
        display: inline-block;
        white-space: nowrap;
    }
}

.Content {
    /*background-color: #e5e5e5;*/
    background-image: linear-gradient(to bottom right, #e5e5e5, #bfbfbf);
    overflow: auto;
    position: fixed;
    width: 100%;
    display: inline-block;
    top: 0px;
    left: 0px;
    bottom: 0px;
    height: auto !important;
    transition: all 0.5s ease;
    padding: 50px 6px 6px 40px;
}

    .Content.expanded {
        padding-left: 222px;
    }

.Footer {
    background-color: #D6DADD;
    text-align: center;
    border-top-style: solid;
    padding: 5px 10px;
    position: absolute;
    width: 100%;
    bottom: 0px;
    display: inline-block;
}

.wrapper {
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
}

.Button {
    /*text-transform: uppercase;*/
    font-size: 14px;
    padding: 6px;
    text-indent: 0px;
    color: #ffffff;
    background-color: #666666;
    border-radius: 3px;
    border-style: none;
    min-width: 110px;
    box-shadow: 0px 1px 1px #888888;
    margin-bottom: 4px;
}

    .Button:hover {
        background-color: #545454;
        cursor: pointer;
    }

    .Button:disabled {
        background-color: #545454;
        color: black;
        cursor: default;
    }

.Label, .LabelHeading, .Field, .FieldFocus, .FieldContainer, .FieldCombo {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 0px 2px 0px; /* undo last one in .Column */
}

.Label {
    font-size: 15px;
    text-align: right;
}

.LabelHeading {
    margin: 0px;
}

.Field, .FieldFocus, .FieldContainer, .FieldCombo {
    font-size: 15px;
    box-sizing: border-box;
}

.Field, fieldset {
    border: solid 1px #cccccc;
    margin-bottom: 4px;
}

.FieldCombo {
    /*border: solid 1px transparent;*/
    margin-bottom: 4px;
}

.FieldFocus {
    border-color: black;
}

div.ComboBox {
    border: solid 1px #7F9DB9;
    width: 55%;
}

input.rcbInput {
    border-style: none;
    font-size: 16px;
}

div.Column {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin-bottom: 2px; /* undoing .Field and .Label margin */
    max-width: 400px;
    width: 100%;
    box-sizing: border-box;
}

    div.Column .Label {
        padding-right: 4px;
        width: 35%;
    }

    div.Column .Field {
        width: 50%;
    }


table.FieldGrid {
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

    table.FieldGrid td {
        border-width: 2px;
    }

    table.FieldGrid th {
        font-size: 15px;
        font-weight: normal;
        text-transform: uppercase;
    }

    table.FieldGrid .Label, table.FieldGrid .Field, table.FieldGrid .FieldFocus, table.FieldGrid .FieldContainer {
        margin: 0px;
        width: 95%;
    }

.ControlBoxTop, .ControlBoxBottom {
    border-color: #cccccc;
    border-width: 1px;
    text-align: center;
    width: 95%;
}

.ControlBoxTop {
    border-bottom-style: solid;
    padding-bottom: 10px;
    margin: 0px auto 15px auto;
}

.ControlBoxBottom {
    border-top-style: solid;
    padding-top: 10px;
    margin: 15px auto 0px auto;
}

.inline-block {
    display: inline-block;
}

.CollapsePanelContainer {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
    margin: 15px;
    width: auto;
}


.CollapsePanelHeader {
    background-color: #fafafa;
    color: #cccccc;
    padding: 5px 20px;
    text-transform: uppercase;
    font-size: 22px;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
}

.CollapsiblePanelHeaderLabel {
    color: #666666;
    font-size: 18px;
}

.CollapsePanelContent {
    background-color: #fafafa;
    border-top: solid 1px #cccccc;
    border-top: solid 1px #cccccc;
    padding: 5px 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    Height: 0px;
    overflow: hidden;
}

.CollapsePanelContentDisabled {
    background-color: #C8CDD2;
    padding: 5px 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    overflow: hidden;
}

.PasswordTextIndicator {
    Background-color: Gray;
    color: White;
    font-size: x-small;
    padding: 2px 3px 2px 3px;
}

.Grid, .Grid2 {
    Color: #333333;
    border: none 0px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
    overflow: auto;
}

    .Grid tbody, .Grid2 tbody, .Grid thead, .Grid2 thead {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        display: inline-block;
        position: relative;
        border: solid 1px #cccccc;
    }

    .Grid tr, .Grid2 tr {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        width: 100%;
    }

    .Grid td, .Grid2 td {
        Padding: 5px;
        padding-left: 10px;
        padding-right: 10px;
        Font-Size: Smaller;
    }

    .Grid th, .Grid2 th {
        Padding: 5px;
        Background-color: #007473;
        Font-weight: bold;
        color: white;
    }

        .Grid th a, .Grid2 th a {
            Font-weight: bold;
            color: white;
        }


    .Grid .Alt, .Grid2 .Alt {
        Background-color: #cfcfcf;
    }

    .Grid .Alt3, .Grid2 .Alt3 {
        Background-color: #E2E2E2;
    }

    .Grid .Select, .Grid2 .Select {
        Background-color: Silver;
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
    }

    .Grid .Control, .Grid2 .Control {
        width: 100%;
    }

    .Grid .Edit, .Grid2 .Edit {
        Background-color: Silver;
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
    }






    .Grid2 .Alt:hover {
        Background-color: #BFD0FF;
    }

    .Grid2 tr:hover {
        Background-color: #BFD0FF;
    }




.ajax__calendar_container TD {
    padding: 0px !important;
}


.Popup {
    background-color: White;
    visibility: hidden;
    border: solid 1px #7F9DB9;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
}



.ModalPopup {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.rcbInputCell {
    border-top: solid 1px #cccccc !important;
    border-bottom: solid 1px #cccccc !important;
    border-left: solid 1px #cccccc !important;
}

.rcbArrowCell {
    border-top: solid 1px #cccccc !important;
    border-bottom: solid 1px #cccccc !important;
    border-right: solid 1px #cccccc !important;
}


.rcbInputCell INPUT.rcbInput {
    font-size: 15px;
    height: 18px;
    width: 50px;
    text-indent: 0px;
}


.rcbList {
    font-family: arial, sans-serif;
    font-size: 14px;
}



.RadComboBoxDropDown_Outlook {
    min-width: 300px !important;
}

.RadComboBox_Outlook {
    width: 50%;
}

    .RadComboBox_Outlook td.rcbArrowCell {
        width: 40px;
    }


.comboboxtest INPUT.rcbInput {
    height: 40px;
    font-size: 26px;
    border: solid 1px #7F9DB9;
}


.bigcalendar .ajax__calendar_container {
    width: 413px;
    height: 350px;
    background-color: White;
    border: solid 1px black;
    font-size: x-large;
}

.bigcalendar .ajax__calendar_body {
    height: 275px;
    width: 100%;
    text-align: center;
}

.bigcalendar .ajax__calendar_days {
    width: 100%;
    text-align: center;
}

.bigcalendar .ajax__calendar_day, .bigcalendar .ajax__calendar_dayname {
    font-size: x-large;
    padding: 10px;
}

.bigcalendar .ajax__calendar_header {
    padding-bottom: 15px;
}

.BigField {
    border: solid 1px #7F9DB9;
    background: none;
    background-image: none;
}

    .BigField .rcbInputCell {
        background-color: White;
        background-image: none;
    }



    .BigField .rcbArrowCell a {
        height: 44px;
        background-image: url(Images/DropArrow.gif);
    }


.BigDropDown .rcbList {
    font-size: 26px;
}

.BigField INPUT.rcbInput {
    height: 43px;
    font-size: 26px;
    border: solid 1px #7F9DB9;
    background-image: none;
}


.Rating {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 0px 2px 0px;
    width: 40%;
    font-size: 15px;
    height: 18px;
    padding-top: 4px;
}

.StarCssClass {
    width: 8%;
    height: 10px;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    border: solid 1px #7F9DB9;
}

.FilledStarCssClass {
    background-color: Green;
    width: 8%;
    height: 10px;
}

.EmptyStarCssClass {
    background-color: White;
    width: 8%;
    height: 10px;
}

.WaitingStarCssClass {
    background-color: Red;
    width: 8%;
    height: 10px;
}

.Grey {
    color: #939598;
}

.GreyPassword {
    color: #939598;
    background-image: url(Images/password.png);
    background-repeat: no-repeat;
    color: #FFF;
    text-align: right;
}

.PopupMessagePanel {
    box-shadow: 0px 1px 2px #888888;
    width: auto;
    z-index: 1200;
}

.PopupMessagePanelHeader {
    width: auto;
    background-color: #007473;
    color: white;
    height: 22px;
    padding-left: 30px;
}

    .PopupMessagePanelHeader a {
        float: right;
        padding-right: 5px;
        color: White;
    }

.PopupMessagePanelContent {
    position: relative;
    width: auto;
    background-color: #FAFAFA;
    text-align: center;
    padding: 15px;
}

.Fade {
    background-color: black;
    moz-opacity: 0.5;
    khtml-opacity: .5;
    opacity: .5;
    filter: alpha(opacity=50);
    z-index: 1100;
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
}

/*
    Set the Style for parent CSS Class
    of Calendar control
    Parent [CssClass] = myCalendar
*/
.myCalendar {
    background-color: #efefef;
    width: 200px;
    position: relative;
    margin-left: 50%;
    left: -100px;
    border: solid 1px white;
}

    /*
    Common style declaration for hyper linked text
*/
    .myCalendar a {
        text-decoration: none;
    }

    /*
    Styles declaration for top title
    [TitleStyle] [CssClass] = myCalendarTitle
*/
    .myCalendar .myCalendarTitle {
        font-weight: bold;
        background-color: #007473;
        color: White;
        line-height: 20px;
    }

    /*
    Styles declaration for date cells
    [DayStyle] [CssClass] = myCalendarDay
*/
    .myCalendar td.myCalendarDay {
        border: solid 2px #fff;
        border-left: 0;
        border-top: 0;
    }

    /*
    Styles declaration for next/previous month links
    [NextPrevStyle] [CssClass] = myCalendarNextPrev
*/
    .myCalendar .myCalendarNextPrev {
        text-align: center;
    }

    /*
    Styles declaration for Week/Month selector links cells
    [SelectorStyle] [CssClass] = myCalendarSelector
*/
    .myCalendar td.myCalendarSelector {
        background-color: #dddddd;
    }

    .myCalendar .myCalendarDay a,
    .myCalendar .myCalendarSelector a {
        display: block;
        line-height: 18px;
    }

    .myCalendar .myCalendarNextPrev a {
        display: block;
        line-height: 18px;
        color: White;
    }

    .myCalendar .myCalendarDay a:hover,
    .myCalendar .myCalendarSelector a:hover {
        background-color: #cccccc;
    }

    .myCalendar .myCalendarNextPrev a:hover {
        background-color: #fff;
        color: black;
    }




div.RadUploadSubmit, div.RadUpload_Metro .ruButton, div.RadUploadProgressArea_Metro .ruButton {
    border: none !important;
}

    div.RadUploadSubmit, div.RadUpload_Metro .ruButton, div.RadUploadProgressArea_Metro .ruButton .ruButtonHover {
        background-color: #545454 !important;
        cursor: pointer !important;
    }

.RadUpload .ruFakeInput {
    display: none !important;
}

div.RadUpload_Metro .ruRemove {
    font-size: 14px;
    padding: 6px;
    text-indent: 0px;
    color: #ffffff !important;
    background-color: #666666 !important;
    border-radius: 3px;
    border-style: none;
    min-width: 110px;
    box-shadow: 0px 1px 1px #888888;
    height: auto !important;
}

.rcbSlide div {
    min-width: 100px !important;
    max-width: 2000px !important;
    width: auto !important;
    white-space: nowrap;
    max-height: 400px;
    z-index: 1001;
}

.rcbWidth {
    white-space: nowrap !important;
    width: 100% !important;
}

.rcbList {
    position: relative !important;
    width: auto !important;
    overflow: auto;
}

/*to overide blue in combo box to green*/
.RadComboBox_Metro .rcbFocused .rcbArrowCell, .RadComboBox_Metro .rcbFocused .rcbReadOnly .rcbInputCell, .RadComboBox_Metro .rcbFocused .rcbReadOnly .rcbArrowCellHidden {
    background-color: #009490;
}

div.RadComboBoxDropDown_Metro .rcbHovered {
    background-color: #009490;
}
/*to overide blue in contract setup*/
.ManualTable thead {
    background-color: #007473 !Important;
}


.oldtoast {
    width: 200px;
    height: 20px;
    height: auto;
    position: fixed;
    left: 50%;
    margin-left: -100px;
    bottom: 10px;
    background-color: #383838;
    color: #F0F0F0;
    font-size: 20px;
    padding: 10px;
    text-align: center;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    -moz-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
}

.Red {
    background-color: red;
}

.RadComboBox_Default .rcbFocused .rcbReadOnly .rcbInput {
    color: #333 !important;
}
