﻿/*html
{
    height: 100%;
}
body
{
    height: 100%;
}*/



.servicelevelGrid
{
    border: 1px solid rgb(212,212,212);
    width: 1000px;
    height: 400px;
}
.dialogboxTextarea
{
    resize: none;
    height: 150px;
    overflow: hidden;
}

.disabledTextboxdiv
{
    height: 25px;
    margin-top: 30px;
    width: 113px;
    background-color: White;
    border-color: gray;
    border-style: inset;
    border-width: thin;
}

.entrypanelrightdiv
{
    width: 240px !important;
}
.customerProfilediv
{
    height: 25px;
    margin-top: 30px;
}
.entrpanelProfileText
{
    width: 100%;
    height: 22px;
}
.searchbuttondiv
{
    padding-top: 80px;
}
.clientErrorMsg
{
    background-color: red;
    color: White;
    font-size: 14px;
}


.errorLabelshort
{
    height: 35px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 90%;
  
}
.clientSuccessMsg
{
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 15px;
    margin-right: 0px !important;
}

.validateMsgdiv ul
{
    padding-left: 30px !important;
}

.ui-autocomplete
{
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 150px;
}
.ui-dialog
{
    z-index: 3000 !important;
}

.ui-autocomplete
{
    z-index: 5000 !important;
}

.ui-widget-header
{
    background: #d3d3d3;
    border-color: Gray;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight
{
    background: #98DAF5;
    border: #98DAF5;
}
.ui-widget-content .ui-state-hover
{
    background: #4EBEEC;
    border: blue;
    color: Blue;
}

.clientExistsMsg
{
    color: Red;
}
.sortingIcon
{
    float: right;
    margin-right: 10px;
}
.numericTextbox
{
    text-align: right;
    width: 113px;
}
.entryPanelDropdown
{
    width: 113px;
}

.input-group[class*=col-]
{
    float: left;
}



.input-group-addon
{
    padding-right: 6px !important;
}

.pagedropdown
{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border-color: #ccc;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.contactErrrorList
{
    margin-left: 0px !important;
    margin-top: 10px;
    padding: 8px;
    margin-bottom: 9px;
    width: 100%;
    height: auto;
}

.profileDropDown
{
    width:230px;
}