/* 
    Document   : common
    Created on : Oct 6, 2011, 5:06:10 PM
    Author     : AHemmige
    Description:
        Purpose of the stylesheet follows.
*/

.text-display {
    font-family: Arial, Helvetica, san-serif;
    font-size: 11px;
    width: 75px;
}
.loader{position:fixed;left:0;top:0;width:100%;height:100%;z-index:100;background:url(images/page-loader.gif) 50% 50% no-repeat #f9f9f9}
.table-header {
    font-family: Arial, Helvetica, san-serif;
    font-size: 11px;
    font-weight: bold;
    background-color: #E7E7E7;
}

.primaryButton {
    BACKGROUND-COLOR: #EFEADE !important;
    BORDER-BOTTOM-COLOR: #666666 !important;
    BORDER-LEFT-COLOR: #cccccc !important;
    BORDER-RIGHT-COLOR: #666666 !important;
    BORDER-TOP-COLOR: #cccccc !important;
    COLOR: black !important;
    LETTER-SPACING: normal !important;
    border-top-width: 1px !important;
    border-right-width: 1px !important;
    border-bottom-width: 1px !important;
    border-left-width: 1px !important;
    FONT-FAMILY: Verdana, Arial, Helvetica !important; 
    FONT-SIZE: 10px !important;
}

.secondryButton {
    BACKGROUND-COLOR: #EFEADE;
    BORDER-BOTTOM-COLOR: #666666;
    BORDER-LEFT-COLOR: #cccccc;
    BORDER-RIGHT-COLOR: #666666;
    BORDER-TOP-COLOR: #cccccc;
    COLOR: black;
    LETTER-SPACING: normal;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px; 
    FONT-FAMILY: Verdana, Arial, Helvetica !important; 
    FONT-SIZE: 10px !important;
}

.hyperlink {
    color: blue !important;
}

textarea {
  resize: vertical; 
}

.remove {
	z-index: 0 !important;
}

#search-note {
    font-size: 14px;
}

#deliverytype:disabled {
    width: 100%;
    height: 26px;
    opacity: 0.6;
}

#displayedrange {
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #ccc;
    width: 100%;
}

#incidentoption {
    width: 100%;
    height: 26px;
}

.display-later {
  display: none;
}

#no-status-update {
    display: none;
}

#animation_container, #dom_overlay_container {
    background-color:rgba(255, 255, 255, 0.0);
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1060;
}

#dom_overlay_container {
    pointer-events:none;
    overflow:hidden;
}

#loading_animation {
    background-color:rgba(249, 249, 249, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1055;
    display: none;
}

.documentUploadWarning {
	font-weight: bold; 
	color:#330066;
}
