﻿



body {
    height:100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-family: sans-serif !important;
}


.raiseTable tbody tr:nth-child(odd) td,
.raiseTable tbody tr:nth-child(odd) th {
    background-color: #eeeeee; /* non-RGBA fallback  */
    background-color: rgba(0,0,0,.04);
}


.tdLabel {
    padding-top: 15px !important;
    max-height: 25px !important;
    padding-left: 15px;
    padding-bottom: 10px;
}

.outerCollapse {
    clear: both;
    border: 1px solid #808080;
    border-radius: 15px;
    overflow: hidden;
    /*width: 400px;*/
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
}

    .outerCollapse:hover {
        /*text-shadow: 0 0 3px #FF0000;*/
        box-shadow: 0 0 6px rgba(35, 173, 255, 1);
    }





.collapse-bar {
    padding-left: 10px;
    font-weight: bold;
    /*color: white;*/
    background-color: var(--secondarycolor);
    
    border-bottom: 1px solid #bebdbd;



}




.raiseTable {
    border: 1px solid #bcbbbb;
}


.Message {
    color: red;
    font-weight: bold;
}

.userDropDown {
    padding: 3px;
    font-size: .8em;
    color: #808080;
}

.profileDrop {
    /*border: solid 1px #808080;*/
    position: absolute;
    z-index: 2000;
    margin-left: -100px;
    width: 230px;
    font-size: 30px;
    /*background-color: #FDFDA7;*/
    display: none;
    
}

.topTitleDiv {
    width: 150px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 15px;
}

.topTitleH4 {
    max-height: 25px;
    padding: 1px;
    margin: 1px;
}

.centerButtons {
    padding-left: 65px;
    padding-bottom: 10px;
}

.msgBody {
    clear: left;
    max-width: 570px;
    margin-left:auto;
    margin-right:auto;

    overflow: auto;
}

.actionIcon {
    cursor: pointer;
}

.noteAnchor {
    text-decoration: underline;
    cursor: pointer;
    color: dodgerblue;
}


.calTopLeft {
    width: 160px;
    margin-left: auto;
    margin-right: auto;
}

/* message pages  */
.mailLine {
    clear: both;
    /*padding-left: 10px;*/
    padding-bottom: 20px;
}

.dateInput {
    width: 170px !important;
    z-index: 900;
}


.mDesc {
    float: left;
    width: 100px;
    /*padding-left: 10px;*/
    padding-right: 10px;
    padding-top: 20px;
}

.mData {
    float: left;
    /*width:120px;*/
    /*padding-left: 10px;*/
    padding-right: 7px;
}

.emailData {
    /*margin-right:10px;*/
}

.biginput {
    width: 400px !important;
}

.ui-collapsible-content {
    background-color: #ffffff !important;
}

.ui-datepicker {
    z-index: 10000;
}

#ui-datepicker-div {
    z-index: 10000;
    background-color: red !important;
}

/*.ui-input-btn {
		width:300px !important;
	}*/

.tempDiv > .ui-select {
    width: 500px !important;
}

.inputButtonDiv {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
}

/*end message pages */

.checkMailLabel {
    font-weight: bold;
}

.checkMailContent, .checkMailLabel {
    font-size: .85em;
}

.checkMailContent {
}

.outerPageDiv {
    max-width: 575px;
    margin-left: auto;
    margin-right: auto;
}

.h4DivBody {
    font-size: .8em;
    font-weight: normal;
}

.bodytxt {
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
}




.h4Div, .h4DivBody {
    padding-left: 5px;
}

.h4DivR {
    float: right;
    padding-right: 5px;
}

/* Swipe works with mouse as well but often causes text selection. */
#main-page * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
/* Arrow only buttons in the header. */
#main-page .ui-header .ui-btn {
    background: none;
    border: none;
    top: 9px;
}

div#mainData {
    /*min-height: 563px;*/
}

#main-page .ui-header .ui-btn-inner {
    border: none;
}
/* Content styling. */
dl {
    font-family: "Times New Roman", Times, serif;
    padding: 1em;
}

dt {
    font-size: 2em;
    font-weight: bold;
}

    dt span {
        font-size: .5em;
        color: #777;
        margin-left: .5em;
    }

dd {
    font-size: 1.25em;
    margin: 1em 0 0;
    padding-bottom: 1em;
    border-bottom: 1px solid #eee;
}

.back-btn {
    float: right;
    margin: 0 2em 1em 0;
}

/* mine */

.ui-content {
    min-height: 400px;
    /*background-color: #f8f4b9 !important;*/
}

.ui-li-divider {
    background-color: #f4ca71;
}

a, a:link, a:visited {
    /*color: white !important;*/
    text-shadow: none;
}

/*div#left-panel {
                z-index: 999999 !important;
            }*/


#left-panel {
    background-color: #fffde3 !important;
}

.outerPage {
    margin-left: auto;
    margin-right: auto;
}

.outerShell {
    width: 100%;
}










/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

/* styles for removing the background from form */
.no-color {
    background-color: white;
    border-style: none;
}
