﻿/* keo start */
p, fieldset, table, pre {
    margin-bottom: 0px; /*so things don't run into each other*/
}

.grid {
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    color: white;
    background-color: #fff;
    margin: 10px 0 10px 0px;
    border: solid 1px #838383;
    border-collapse: collapse;
    /* padding:0px; */
}

    .grid th /* header */ {
        font-family: Verdana;
        font-size: 11px;
        font-weight: bold;
        color: white;
        text-align: center;
        background-color: #224f77;
        height: 25px;
        border: solid 1px #D7D7D7;
        /*padding:0px;
	margin: 0px; */
        vertical-align: middle;
    }

    .grid td /* rows */ {
        font-family: Verdana;
        font-size: 12px;
        font-weight: normal;
        color: black;
        border: solid 0px #D7D7D7;
        padding: 2px;
    }

.ajax__calendar_container {
    z-index: 1000;
}

.emptyRow {
    position: relative;
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
    color: red; /*#184f88;*/
    text-align: center;
    border: none 1px #E8E8E8;
    padding: 2px;
}

.msg {
    color: Maroon;
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
}

.lbl {
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
}

label {
    font-size: 11px;
    font-weight: bold;
}

span {
    font-size: 11px;
    font-weight: bold;
}

select {
    font-size: 10px;
    font-weight: normal;
}

.msg {
    color: maroon;
}

.header {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #bc5327 !important;
}

.title {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    margin-left: 20px;
}

.headerRow {
    background-color: #696969;
    color: White;
    font-weight: bold;
    font-size: 12px;
    text-align: left;
    padding: 5px 0px 5px 0px;
    vertical-align: middle;
    height: 25px;
}

.align_r {
    text-align: right;
    border: solid 1px red;
}

.bold {
    font-weight: bold;
}

.nonBold {
    font-weight: normal;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.padLeft {
    padding-left: 10px;
}

.RadioButtonWidth label {
    margin-right: 0px;
}

.btn {
    padding: 2px 2px 2px 2px;
    font-weight: bold;
    background-color:lightgrey;
}

.margin {
    margin-left: 100px;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup {
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
}

.border {
    border: 1px solid white;
}

/* offset for date picker trigger button (tiny calendar) */
.ui-datepicker-trigger {
    position: relative;
    top: 2px;
    left: 2px;
}

.linkBtn {
    background-color: #B3ADA4;
    color: white;
    font-weight: bold;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding: 6px 6px 6px 6px;
    border: solid 1px #2f2300;
    cursor: hand;
    height: 20px;
}

.rounded {
    border: 2px solid #a1a1a1;
    padding: 10px 10px 10px 10px;
    background: #feffff;
    /*width: 350px !important;*/
    border-radius: 15px;
}

/* //////////////////////////////////////////////////////////////////////////////*/
/***********REFSTree/***********/
.container {
    padding-top: 20px;
    height: 500px;
    max-width: 980px;
    min-width: 30%;
}

.jstree {
    height: 400px;
    max-width: 100%;
    overflow: auto;
    font: 12px Verdana, sans-serif;
    box-shadow: 0 0 5px #ccc;
    padding: 10px;
    border-radius: 5px;
}

.listAnchor {
    padding-left: 10px;
    cursor: pointer;
}

a {
    text-decoration: none;
}

.jstree a:hover {
    text-decoration: none !important;
    background-color: #e7f4f9 !important;
    color: Black !important;
}

.li {
    background-color: white !important;
    border: 1px solid white;
    vertical-align: middle !important;
}

.folder {
    font-weight: normal;
    cursor: pointer;
    text-align: center !important;
    vertical-align: bottom !important;
}

    .folder > img {
        vertical-align: middle !important;
        display: inline-block !important;
    }

.selected {
    background-color: #beebff !important;
    text-decoration: none !important;
    color: Black !important;
}

.jstree {
    background-color: white;
}

.parent-ul {
    text-align: left !important;
    vertical-align: middle !important;
}

#filter {
    font-size: 12px;
    width: 169px;
    height: 20px;
    background: #fff url(../Images/search.png) no-repeat scroll 2px 5px;
    padding: 0px 0px 0px 17px;
    border: 1px solid gray;
}

#clearBtn {
    position: relative;
    left: -20px;
    display: none;
}

::-ms-clear {
    display: none;
}
/***********REFSTree END/***********/

/* CSS used in new WRAP page
----------------------------------------------------------*/

/*#contentMain
{
    padding: 5px;
    width: 990px; margin-left:0; margin-right:5px;
}*/

table.tableMain {
    width: 100% !important;
}

    table.tableMain > tbody > tr > td {
        height: 30px;
        vertical-align: middle;
        /*border: 1px solid #333;*/
        color: #000 !important;
    }

.roundBorders {
    padding: 20px 10px !important;
    border: 2px solid #adadad;
    background-color: white;
    margin: 7px 0;
    -moz-border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important; /* future proofing */
    -khtml-border-radius: 10px !important; /* for old Konqueror browsers */
}

.wrapDetailPad {
    padding: 20px 10px 10px 10px !important;
}

.contentWrap select {
    font-size: 11px !important;
    display: inline-block;
    padding: 3px 1px 2px 3px;
    outline: none;
    color: #000;
    border: 1px solid #C8BFC4;
    border-radius: 4px;
    box-shadow: inset 1px 1px 2px #ddd8dc;
    background-color: #fff;
    width: 150px;
}

.contentWrap input[type=text], .contentWrap textarea {
    display: inline-block;
    padding: 3px 1px 2px 4px;
    outline: none;
    color: #000;
    border: 1px solid #C8BFC4;
    border-radius: 4px;
    box-shadow: inset 1px 1px 2px #ddd8dc;
    background-color: #fff;
}

    .contentWrap input[type=text]:focus, .contentWrap textarea:focus {
        background-color: #F2F2F2 !important;
        border: 1px solid #a1a1a1;
    }

.checkboxCss label, .normalLabel {
    font-weight: normal !important;
    margin-left: 5px;
    font-size: 11px !important;
}

.contentWrap label {
    font-size: 11px !important;
}

    .contentWrap label.largeFont {
        font-size: 12.5px !important;
    }

.contentWrap span.largeFont {
    font-size: 12.5px !important;
}

.width20px {
    width: 20px;
}

.contentWrap label.requiredStar, .contentWrap span.requiredStar {
    font-size: 17px !important;
    font-weight: bold;
    color: Red;
    text-align: center;
    vertical-align: middle;
}

.borderTop {
    border-top: 1px solid #e8e8e8;
}

.hideCss {
    display: none;
}

.control-label {
    text-align: left !important;
}
.igg_Office2007BlackHeaderCaption img{
    float:right !important
}
input[type=button], input[type=submit], button {
    background: #224f77 !important;
    color:white !important;
}
#rMenu {
    background: #224f77 !important;
}
    #rMenu>li>a {
     color:white !important
    }

.pane-mini-calendar .ui-datepicker-calendar .ui-state-default, .pane-mini-calendar .ui-datepicker-calendar .ui-widget-content .ui-state-default, .pane-mini-calendar .ui-datepicker-calendar .ui-widget-header .ui-state-default, #ui-datepicker-div .ui-datepicker-calendar .ui-state-default, #ui-datepicker-div .ui-datepicker-calendar .ui-widget-content .ui-state-default, #ui-datepicker-div .ui-datepicker-calendar .ui-widget-header .ui-state-default {
    background: #224f77 none repeat scroll 0 0 !important;
    border: medium none !important;
}

.pane-mini-calendar *, #ui-datepicker-div * {
    background: #224f77 !important;
}
.table thead tr th {
    background: #224f77 !important;
    color:white !important
}

.ui-widget-header {
    background: #224f77 !important;
    color: white !important
}