﻿.disp_none {
    display : none;
}
.alert_msg {
    padding: 6px;
    /* margin-bottom: 20px; */
    border: 1px solid transparent;
    border-radius: 4px;

}
 
.modal-dialog{
position: absolute;
left: 50%;
margin-left: -312px;
height: 500px;
top: 50%;
margin-top: -250px;
}


.label-oriole {
    background-color: #F5F5F5;
    display: inline;
    padding: .2em .6em .3em;
    font-size: 100%;
    font-weight: 700;
    line-height: 1;
    color: #555;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    border:1px solid #cfcfcf;
}

.label-oriole-ft {
    font-size: 100%;
    font-weight: 700;
    line-height: 22px;
    color: #555;
    text-align: justify;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.list-padding-top {
    padding-top: 10px;
}

.label-oriole-blank {
    display: inline;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #555;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}


.menu-highlight {
    background-color: #E2EDFA;
}

.page-header-oriole {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #ffd800;
  color:#337AB7;
  font-size:22px;
}

.badge-notify-oriole{
   background:red;
   position:relative;
   top: -20px;
   left: -35px;
}

.btn-group-child-oriole {
    margin-left: 0;
    position: inherit;
    margin-top: 10px;
}

.ui-jqgrid-disablePointerEvents {
    pointer-events: none;
}

.badge-notify-sub-oriole {
   background:#1ABB9C !important;
   position:relative;
   top: -10px;
}

/*--stylesheet for ajax extender--*/

.completionList
{
    list-style-type: none;
    padding-left: 5px;
    background-color: white;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    border: 1px solid #337AB7;
    margin-top: 2px;
    overflow:auto;
    height:150px;
   /* width:400px;*/
}

.completionListItem
{
    background-color: White;
    padding: 5px 5px 5px 5px;
    /*border-top: 1px solid #337AB7;*/
    /*width:400px;*/
    
}

.completionListHighlightedItem
{
    background-color: #337AB7;
    color: White;
    padding: 2px 2px 2px 2px;
}

.input1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    padding: 2px;
    margin: 0px;
}

/*#AutoCompleteElement 
{
    width:400px;
}

#AutoCompleteElement div
{
    width:400px;
}*/