div.login_Cont{
    width: 34.4em;
    margin: 1em 0;
}
div.login_Capt{
    margin-top:2px;
    text-align:left;
    float:left;
    width: 40%;
}
div.login_Inp{
    margin-bottom: 1em;
    float:left;
    width: 60%;
}
#logoutImg, #doprofileImg, #printschedImg, .notMobile {
    display: inline-block;
}
.mobile{
    display: none;
}
.menu{
    padding-top: 10px;
    margin-bottom: 10px;
}
.clsApptCell {
	padding-left : 20px;
	padding-right : 20px;
	border-top: #999999 solid 1px;
}

.clsApptCellAmount {
    background-color:  rgb(231, 241, 247) !important;
    text-align: right;
}

.newCUI .clsApptCell{
    padding-right: 0px;
    white-space: nowrap;
}
.clsApptTitle, .clsApptTitleExt {
    text-align: right;
}
.clsApptRowTime, .clsApptRowTime td {
    background-color: #ef4444;
}

.tm {
    text-align: right;
    vertical-align: top;
    font-size: 10px;
}
.clMakeApptDiv{
    width: 70%;
    //width: 80%;
    margin-top: 10px;
    overflow: hidden;
    padding: 10px;
    border:  1px solid menu;
}
#TopForNewApp.clMakeApptDiv{
    border: none;
    text-align: left;
    padding: 0 10px;
    margin-top: 0;
}
#notes{
    width: 100%;
    height: 144px;
}
.clMakeApptReminder{
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    text-align: left;
}
.clMakeApptReminder span.inner {
    vertical-align: top;
    display: inline-block;
}
.clMultipleSlots{
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}
.clContTextFldRow{
    width: 70%;
}
.clApptFldRow{
    margin: 0 auto;
    padding: 0;
    width: 70%;
    clear: both;
}
.newCUITmpl .mainHeader,
.newCUITmpl .clApptFldRow,
.newCUITmpl .clContTextFldRow,
.newCUITmpl .clApptSepRow{
    width: 90%;
}
[id^='pickads_'], #notes,
.clApptFldRow input, .formTable input
{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#notes{
    resize: vertical;
}
.clApptSepRow{
    display: table;
    width: 70%;
    padding: 5px 0px;
}
.clContactSepRow{
    padding: 10px 0px;
}
.clApptFldLeftCol{
    float: left;
    margin: 0;
    padding: 5px 0;
    width: 60%;
    //width: 45%;
    text-align: left;
}
.clApptFldRightCol{
    float: right;
    margin: 0;
    width: 40%;
    text-align: left;
}
.clMakeApptTail{
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 10px;
}
.clMakeApptTail [name="bookIt"], .clMakeApptTail [name="editIt"] {
    background: #3c8dbc;
    color: white;
    border-color: #1d6290;
}
.clMakeApptTail [name="bookIt"]:hover, .clMakeApptTail [name="editIt"]:hover {
    background: #367fa9 !important;
}
.clApptFldCaption,
.clApptFldCaptionSub {
    color: black;
    font-weight: bold;
    font-size: 16px;
}
.clApptFldCaptionSub{
    font-size: 14px;
}
.TextMessageBoxDiv{
    width: 103em;
    text-align: left;
    overflow: visible;
    //padding-left: 10px;
}
.TextMessageBoxDivSmall{
    width: 79em;
    max-width: 95%;
    text-align: left;
    overflow: visible;
}
.tMsgBoxDivSm{
    width: 88em;
}
.TextViewBoxDiv{
    text-align: left;
    position: relative;
    overflow: hidden;
    padding: 10px;
 }
.TextViewBoxDivWidth{
    width: 72em;
}
.TextViewBoxDivSmall{
    text-align: left;
    position: relative;
    overflow: hidden;
    padding: 10px;
}
.TextViewBoxDivWidthSmall{
    width: 50em;
}
.tViewWidthSm{
    width: 59em;
}
.time{
    text-align: right;
    vertical-align: top;
    font-size: 0.8em;
    border-bottom-style: solid;
    border-width: 1px;
    border-color: GRAY;
    left: 0px;
    position: absolute;
}
.PrevNextDiv{
    height: 1.5em;
    vertical-align: middle;
}
.txtViewTbl td{
    line-height: 25px;
    padding-left: 25px;
}
.loginBtn, .pwdBtn {
    width: 14em;
}
.loginForm {
    margin-top: 15px;
}
@media ( max-width: 15em) {
	/* Show the table header rows and set all cells to display: table-cell */
	.mobile-table td,
	.mobile-table th,
	.mobile-table tbody th,
	.mobile-table tbody td,
	.mobile-table thead td,
	.mobile-table thead th {
		display: block !important;
		margin: 0;
	}
	/* Hide the labels in each cell */
	.mobile-table td .ui-table-cell-label,
	.mobile-table th .ui-table-cell-label {
		display: none;
	}
}
@media ( max-width: 1100px) {
    #LinkMenuDiv .menu a.clsTopLink {
        padding: 5px 4px;
        font-size: 14px;
        display: inline-block;
    }
    #LinkMenuDiv .userNameCUI {
        font-weight: bold;
        margin-right: 10px;
    }
    #LinkMenuDiv {
        height: auto !important;
        margin-bottom: 25px !important;
    }
    #LinkMenuDiv .menu div>form input,
    #LinkMenuDiv .menu div>form {
        font-size: 14px;
    }
    #MainForm .reportTitle {
        font-size: 16px;
    }
    #MainForm select,
    #MainForm input
    {
        font-size: 14px;
    }
    #MainForm input[type="button"],
    #MainForm input[type="radio"] {
        margin: 5px;
    }
    #MainForm .inside table td>a {
        display: inline-block;
        margin: 8px;
        float: right;
    }
}
