﻿
/* ----------------- NOAH CUSTOM ----------------- */

.FormArea,
.FormRow,
.FormLabelCol,
.FormHelpCol,
.FormControlCol,
.FormButtons {
    display: inline-block;
}

.FormArea {
    width: 100%;
}

.FormRow {
    clear: both;
    width: 100%;
    margin-top: .5vh;
}

.FormLabelCol {
    float: left;
    min-width: 33%;
    padding-left: 0;
    padding-right: 0;
}

.FormHelpCol {
    float: left;
    min-width: 6%;
    text-align: center;
    padding-right: .5em;
}

    .FormHelpCol img {
        width: 14px !important;
    }

.FormControlCol {
    float: left;
    /*width: 60%;*/
    padding-left: 1em;
    min-width: 60%;
    padding-left: 0;
    padding-right: 0;
}


[id*=PanelDictionaryFormBuilder] .FormControlCol
{
    width: 60%;
}

/* SPECIAL HANDLING FOR SIGNIN PANEL */
/*[id*="pnlSignIn"] .FormControlCol {
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    min-width: 250px;
}*/

.FormButtons {
    clear: both;
    width: 100%;
    margin-top: 2vh;
    text-align: right;
}

.FormHelpImage {
    background-image: url(/images/helpI-icn-grey.png);
    background-repeat: no-repeat;
    border-style: none;
    width: 14px;
    height: 13px;
}

.FormButton,
a.FormButton {
    display: inline-block;
    padding: .5em 1.75em;
    margin-bottom: 0;
    line-height: 1.42857143;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #093e52;
    border-radius: 6px;
    letter-spacing: 1px;
    color: #fff !important;
    background-color: #093e52;
    -webkit-transition: all 150ms ease-in;
    -moz-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    transition: all 150ms ease-in;
    text-transform: uppercase;

    padding-top: 0.5rem;
    padding-right: 1.75rem;
    padding-bottom: 0.5rem;
    padding-left: 1.75rem;
    font-size: 0.8125rem;

    text-transform: uppercase;
    font-family: "Roboto Condensed",Roboto,Arial,Helvetica,sans-serif;
    font-weight: 700;

    text-decoration: none !important;

    margin-bottom: .25em;
    margin-right: .25em;
}

.FormButton:hover,
.FormButton:active,
a.FormButton:hover,
a.FormButton:active {
    border-color: #eda22e;
    background-color: #eda22e;
    box-shadow: 0 3px 3px rgba(0,0,0,0.20);
    color: #093e52;
}

.FormButtonSecondary,
a.FormButtonSecondary {
    background-color: #fff;
    border-color: #093e52;
    color: #093e52 !important;    
}

.FormButtonSecondary:hover,
.FormButtonSecondary:active,
a.FormButtonSecondary:hover,
a.FormButtonSecondary:active {
    background-color: #eda22e;
    border-color: #093e52;
    box-shadow: 0 3px 3px rgba(0,0,0,0.20);
    color: #093e52;
}

.FormButton.disabled,
.FormButton[disabled],
.FormButton.disabled:hover,
.FormButton[disabled]:hover,
.FormButtonSecondary.disabled,
.FormButtonSecondary[disabled],
.FormButtonSecondary.disabled:hover,
.FormButtonSecondary[disabled]:hover {
    border-color: #E5E5E5;
    background-color: #efefef;
    box-shadow: none;
    color: #aaa;
    cursor: not-allowed;
}

.FormHead {
    font-weight: 300;
    font-size: 24px;
    line-height: 1.1;
    color: inherit;
    margin-top: 20px;
    margin-bottom: 10px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;

    color: #2d84c4;
}

.FormLabel,
.FormError {
    font-weight: 400;
}

.FormError {
    color: #a94442 !important;
}

.FormControl {
    display: inline-block;
    width: 100%;
    padding: 6px 12px;
    font-size: 1em;
    line-height: 1.42857143;
    color: #555;
    background-color: #FFF;
    background-image: none;
    /*border: 1px solid #CCC;*/
    border-radius: 0;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);*/
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.FormControl:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.RadComboBox,
input.FormControl
{
    border: 1px solid #CCC;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);*/
}

.FormControl::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.FormControl:-ms-input-placeholder,
.FormControl::-webkit-input-placeholder {
    color: #999;
}

.FormControl[disabled],
.FormControl.disabled,
.FormControl[readonly] {
    background-color: #EEE;
    opacity: 1;
}

.FormControl[disabled],
.FormControl.disabled {
    cursor: not-allowed;
}

select.FormControl {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../../../images/arrow.png) no-repeat;
    background-position: 98.5% 50%;
    border: 1px solid #CCC;
}

/* DNN / NOAH form message box */
.noahFormMessage,
.dnnFormMessage {
    color: #31708f;
    background: #d9edf7;
    border: 1px solid #bce8f1;
    border-radius: 4px;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 15px;
    max-width: none;
}

.noahFormMessage.noahFormError,
.noahFormMessage.noahFormValidationSummary,
.dnnFormMessage.dnnFormError,
.dnnFormMessage.dnnFormValidationSummary {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.noahFormMessage.noahFormWarning,
.dnnFormMessage.dnnFormWarning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.noahFormMessage.noahFormSuccess,
.dnnFormMessage.dnnFormSuccess {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}





/* SQL FORMATTING OF STANDARD PREPARED DATA */
.Section
{
    display: block;
    padding: .5em;

    margin-bottom: 1em;
    /*
        border: 1px solid #555;
        width: 100%;
    */
}

.Section-Label
{
    width: 100%;
    display: block;
    font-weight: bold;

    background-color: #555;
    color: #FFF;

    padding: 0.5em;
}

.Sub-Section
{
    width: 100%;
    display: block;
}

.Sub-Section-Label
{
    padding: 0.5em;
    width: 100%;
}

.Sub-Section-Row
{
    width: 100%;
    display: inline-flex;
}

.Sub-Section-Row-Label
{
    width: 40%;
    display: inline-block;
    float: left;

    background-color: #EEE;
    padding: 0.5em;
    text-align: right;
    border-bottom: 1px solid #DDD;

    font-weight: bold;
}

.Sub-Section-Row-Label
{
    padding: 0.5em;
}

.Sub-Section-Row-Column-Header, .Sub-Section-Row-Column-Data
{
    width: 15%;
    display: inline-block;
    float: left;

    text-align: center;

    padding: 0.5em;
}

.Sub-Section-Row-Column-Data
{

}

.Sub-Section-Row-Column-Header
{
    font-style: italic;
    font-weight: bold;
    font-size: .75em;

    background-color: #EEE;
}

.Col1
{
    width: 100%;
    text-align: left;
    padding-left: 1em;
}

.Col2
{
    width: 50%;
}

.Col3
{
    width: 33%;
}

.Col4
{
    width: 25%;
}

.Col5
{
    width: 20%;
}

[id*=pnlUpload]
{
    width: 100%;
    border: 1px solid #DDD;
    padding: 1em;
}

[id*=pnlUpload] [id*=pnlRepository]
{

}

[id*=pnlUpload] [id*=pnlRepository] [id*=PaddingTop]
{
    height:0 !important;
}

[id*=pnlUpload] [id*=pnlRepository] [id*=rgDocuments]
{
    border: 1px solid transparent !important;
}

[id*=pnlUpload] [id*=pnlRepository] .rgCommandRow
{
    background-color: rgba(0, 137, 196, .1) !important;
}



/* SEARCH MODAL */
#searchModal .modal-dialog {
    width: 90% !important;
    height: 90% !important;
}

#searchModal .modal-content {
    height: 100%;
    background-color: transparent;
    border: 0;
    box-shadow: 0 0;
}

#searchModal .modal-title {
    font-size: 3em !important;
    color: #EEE !important;
    text-shadow: 0 0 .125em #000;
}

#searchModal .modal-body {
    height: 90%;
}

#searchModal .input-group {
    height: 100%;
    width: 100%;
    /*line-height: 45em;*/
}

#searchModal .input-group > input,
#searchModal .input-group > input:hover {
    height: 100%;
    line-height: 22em;
    background-color: transparent;
    color: #fff !important;
    font-size: 1.5em;
    border: 0;
    text-align: center;
    box-shadow: 0 0 #000 !important;
}

#searchModal .input-group > input:focus
{
    box-shadow: 0;
}

#searchModal .input-group > input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #222;
  font-style: italic;
}
#searchModal .input-group > input::-moz-placeholder { /* Firefox 19+ */
  color: #222;
  font-style: italic;
}
#searchModal .input-group > input:-ms-input-placeholder { /* IE 10+ */
  color: #222;
  font-style: italic;
}
#searchModal .input-group > input:-moz-placeholder { /* Firefox 18- */
  color: #222;
  font-style: italic;
}

#searchModal .searchButton {
    border-radius: 1em;
    padding: 2em;
    border: 3px solid #555;
    display: none;
}

#searchModal .searchButton i
{
    font-size: 4em;
}

#searchModal .closeButton {
    font-size: 3em;
    color: darkred;
}

.NO-PADDING
{
    padding: 0 !important
}

.NO-PADDING-LEFT-RIGHT
 {
     padding-left: 0 !important;
     padding-right: 0 !important;
 }

.NO-PADDING-TOP-BOTTOM
 {
     padding-left: 0 !important;
     padding-right: 0 !important;
 }

.NO-MARGIN
{
    MARGIN: 0 !important
}

.NO-MARGIN-LEFT-RIGHT
 {
     MARGIN-left: 0 !important;
     MARGIN-right: 0 !important;
 }

.NO-MARGIN-TOP-BOTTOM
 {
     MARGIN-left: 0 !important;
     MARGIN-right: 0 !important;
 }

.MUTE
{
    min-width: 0 !important;
    max-width: 100% !important;
}

.HIDE
{
    width: 0 !important;
    display: none !important;
}



.Skin .page-header {
    border-bottom: .5em solid #093E52;
    margin-bottom: 3em;
    padding: 1em;
}


.HTML-Form-Correction .dnnCheckbox 
{
    display: none !important;
}

.Panel-Login
{
    /*border: 1px solid #EEE;
    box-shadow: 0 0 1em #f3f3f3;*/
    padding: 1em !important;
}

.Table-Login,
.Group-Password-Retrieval-Options
{
    /* Firefox */
    display:-moz-box;
    -moz-box-pack:center;
    -moz-box-align:center;

    /* Safari and Chrome */
    display:-webkit-box;
    -webkit-box-pack:center;
    -webkit-box-align:center;

    /* W3C */
    display:box;
    box-pack:center;
    box-align:center;
}

.Group-Password-Retrieval-Options > .FormRow 
{

}


.RadGrid_NOAH
{
    border: 1px solid transparent !important;
    font-size: 1.1em !important;
    background-color: transparent !important;
}

.RadGrid .rgGroupPanel {
    height: 5em !important;
    background-color: #fafafa !important;
}

.RadGrid .rgGroupPanel *
{
    color: #8aa9b4 !important
}


.RadGrid .rgHeader,
.RadGrid_NOAH .rgFilterRow td {
    height: 1em !important;
    border: 0 !important;
    border-bottom: 1px solid #093e52 !important;
    background-color: transparent !important;
    color: #EDA22E !important;
    font-size: .75em;
}

.RadGrid_NOAH .rgRow a, .RadGrid_NOAH .rgAltRow a, .RadGrid_NOAH tr.rgEditRow a, .RadGrid_NOAH .rgFooter a, .RadGrid_NOAH .rgEditForm a,
.RadGrid_NOAH .rgHeader, 
.RadGrid_NOAH .rgHeader a
{
    color: #EDA22E !important;
}

.RadGrid_NOAH .rgRow
{
    background-color: #fff;
}

.RadGrid_NOAH .rgRow td
{
    background-color: transparent;
}

.btn.btn-primary[data-apply="confirmation"] {
    color: #EDA22E !important;
}

.btn.btn-default[data-dismiss="confirmation"] {
    color: #093e52 !important;
}

.btn.btn-default[data-dismiss="confirmation"]:hover {
    color: #EDA22E !important;
}

.RadGrid_NOAH .rgHeader, .RadGrid_NOAH .rgHeader a
{
    color: #093e52 !important;
}


.RadGrid_NOAH .rgFilterRow td {
    background-color: #EDA22ECC !important;
    color: #093e52 !important;
}


.RadGrid td.rgPagerCell
{
    border-bottom: 1px solid #093e521a !important;
    border-top: 1px solid #093e521a !important;
    background-color: transparent;
    color: #093e52;
    padding: 1em;
    font-size: .75em
}

.RadGrid_NOAH .rgHoveredRow
{
    background-color: rgba(237, 162, 46, 0.14) !important;
    color: #093e52 !important;
}

.RadGrid_NOAH .rgHoveredRow  a
{
    color: #093e52 !important;
}

.RadGrid .rgRow > td, .RadGrid .rgAltRow > td, .RadGrid .rgEditRow > td, .RadGrid .rgFooter > td
{
    height: 1em !important;
    font-size: .75em;
}


.RadTabStrip_NOAH .rtsLink {
    padding: 1em !important;
    color: #093e52 !important;
    display: grid;
    align-content: center;
    background-color: transparent !important;

    border: 0 !important;
    text-align: right !important;
    padding-right: 3em !important;
}

.RadTabStrip_NOAH .rtsLI
{
    background-color: #fff;
}

.RadTabStrip_NOAH .rtsLI.rtsFirst
{
    margin-top: 200px !important;    
    border-top: 5px solid #EDA22E;
}

.RadTabStrip_NOAH .rtsLI.rtsLast
{
    margin-bottom: 200px !important;    
    border-bottom: 5px solid #EDA22E;
}


.RadTabStrip_NOAH .rtsLink:hover
{
    background-color: #EDA22E !important;
}

.RadTabStrip_NOAH .rtsLink.rtsSelected
{
    background-color: #093e52 !important;
    color: #EDA22E !important;
}

.RadGrid_NOAH .rgMasterTable td.rgGroupCol, .RadGrid_NOAH .rgMasterTable td.rgExpandCol
{
    width: 80px !important;
}

.RadGrid .rgDetailTable
{
    border: 0px !important;
}

.RadTabStrip_NOAH {
    color: #fff;
    width: 100%;
    display: grid;
    align-content: space-evenly;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #f3f3f3;
    border-right: 1px solid #555;
    z-index: 999;
    padding: 0;
    margin: 0;
    min-width: 250px;
    display: none;
    overflow-y: scroll;
    max-height: 1024px;
    height: 100%;

    box-shadow: 0 0 1em #555;
    max-width: 400px;
}

.RadTabStrip .rtsLI
{
    display: flow-root;
width: 100% !important;
}


.Top-Header {
    border-bottom: 1px solid #ccc;
    padding: 1em;
        padding-right: 1em;
        padding-left: 1em;
    box-shadow: 0 0 .25em #d3d3d3;
    z-index: 999;
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
}

.NO-Top-Header-Border
{
    border-bottom: 1px solid transparent !important;
    box-shadow: 0 0 0 transparent !important;
}

.Top-Header-Offset {
    margin-top: 4.2em;
    height: 1em;
    z-index: 999;
    background-color: transparent;
}

.topItemLink {
    font-size: 1.75em;
    padding-left: .5em;
    padding-right: .5em;
}


/* MENU */
#menu_area
{
    width: 100%;
    left: 0;
    height: 400px;
    z-index: 999;
    float: left !important;
    position: fixed;
    padding: 1em;
    margin: 0;

    padding-left: 0;
    padding-right: 0;

    z-index: 850;

    top: -420px;

     transition: all ease 1s;


}

.menu_wrapper {
    left: 0;
    top: 55px;
    float: left !important;
    width: 100% !important;
    max-width: 100%;
    transition: all ease 1s;
    padding: 0 !important;

    z-index: 850;
}

.menu_wrapper > .RadMenu
{
    overflow-y: auto;
    height: 400px;
    border-top: 1px solid #093E52;
    border-bottom: 1px solid #093E52;
    box-shadow: 0 0 10px #5555554d;
    width: 100% !important;
    transition: all ease 1s;

    background-color: #ddd;
}

.RadMenu ul.rmActive, 
.RadMenu ul.rmRootGroup 
{
    display: block;
    width: 90% !important;
    padding: 1em !important;
    margin-left: 5% !important;
    margin-right: 5% !important;
    /*border: 1px solid #093E524D;
    border-bottom: 1px solid #093E52;*/
    box-shadow: 0 0 .25em #093E5233;

    background-color: #f3f3f3;
}

.RadMenu ul.rmRootGroup > .rmItem
{
    width: 24% !important;
}

.RadMenu ul.rmRootGroup > .rmItem:nth-child(4n+1)
{
    clear: both;
}

.RadMenu .rmVertical .rmLink, .RadMenu .rmHorizontal .rmVertical .rmLink {
    clear: both;
}

.RadMenu .rmText
{
    width: 100%;
}

.RadMenu ul.rmGroup
{
    /*max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;*/
}

.RadMenu_NOAH .rmRootLink
{
    border: 1px solid transparent !important;
    color: initial !important;
    font-size: 1.2em;
    color: #093e52 !important;
    letter-spacing: 1px;
}

.RadMenu_NOAH .rmGroup .rmLink:hover, 
.RadMenu_NOAH .rmGroup .rmLink.rmFocused, 
.RadMenu_NOAH .rmGroup .rmLink.rmExpanded {
    background-color: #093e52 !important;
    color: #eda22e !important;
}




.RadMenu_NOAH .rmRootLink .rmText {
    text-decoration: underline !important;
}
.RadMenu a.rmLink {
    width: 100% !important;
}

.RadMenu .rmLink {
    line-height: 2.25em !important;
}

.RadMenu ul.rmVertical, 
.RadMenu ul.rmHorizontal, 
.RadMenu ul.rmRootScrollGroup, 
.RadMenu_Context ul.rmHorizontal
{
    display: inline-block !important;
}

.RadMenu .rmSlide, .RadMenu_Context {
    position: relative !important;
    overflow: hidden;
    display: inline-block;
    float: left;
    display: block !important;
    width: 100% !important;

    top: 0px !important;
    left: 0px !important;
}

.RadMenu_NOAH .rmGroup, .RadMenu_NOAH .rmPopup
{
    margin: 0;
    padding: 0;
    padding: 0;
    border: 1px solid transparent !important;
    background: transparent !important;
    box-shadow: 0 0 0 rgba(0,0,0,0) !important;
    width: 100% !important;
}

/*.RadMenu ul.rmGroup {
    padding: 0 !important;
}*/

.Menu-Expand
{
    float:right;
    z-index: 900;
    position: absolute;
    top: 80px;
    right: 2em; 
    width: 2em; 
    padding: 0; 
    padding-top: .5em; 
    padding-bottom: .5em;
    opacity: .4;
    color: #093e52 !important;
}

.Menu-Expand:hover
{
    opacity: 1;
    color: #eda22e !important;
}

.rmLevel2,
.rmLevel3
{
    padding-left: 2em !important;
}


.RadTreeView_NOAH .rtSelected .rtIn {
    border-color: #093e52 !important;
    color: #093e52 !important;
    background-color: #EDA22E !important;
    width: 100% !important;
}

.RadTreeView .rtSp {
    margin-left: -1px;
    width: 1px;
    height: 2.1em;
}


.Divider
{
    border: 0;
    /*border-top: 1em solid #eda22e;
    border-bottom: 1em solid #eda22e;*/
}

.Divided-Left
{
    border: 0;
    border-right: .5em solid transparent; /* ADD SOME PADDING */
    padding: .5em;

    /*background-color: #093E5233;*/
}

.Divided-Right
{
    border: 0;
    border-left: 3px dotted #093E5233;
    /*background-color: #eda22e33;*/
    padding: .5em;
    min-height: 4em;
}

.FormControlCol > .RadComboBox,
.FormControlCol > .RadPicker,
.FormControlCol > .RadInput,
.FormControlCol > textarea,
.FormControlCol > input
{
    width: 100% !important;
}


.imgReplace {
    padding: .6em;
    border: 1px solid;
    margin: 0;
    color: #093e52;
}

.imgReplace:hover
{
    background-color: #EDA22E;
}

    .RadUpload .ruBrowse{
    display: inline-block !important;
    height: auto !important;
    min-width: initial !important;
    margin: 0 !important;
    padding: .5em !important;
    text-align: center !important;
    border: 1px solid #093e52 !important;
    outline-offset: 0 !important;
}


@media screen and (max-width: 992px)
{
    .Divided-Right
    {
        border: 0;
        border-top: 3px dotted #093E5233;
        margin-top: 1em;
        padding-top: 1em;
    }
}
