﻿/* General  */
body {
    font-family: "Arial", "☺Segoe", "Segoe UI",Segoe,Verdana,sans-serif;
    font-size: 15px;
    padding: 10px;
    margin: 0 auto; /*width: 980px;*/
    background-color: #F5F5F5;
}

#imgLogo {
    width: 190px;
    height: 41px;
    text-align: left;
    padding: 15px 0 15px 15px;
    background-repeat: no-repeat;
}

/*style for function name displayed in the center of the screen*/
.functionname {
    background-color: transparent;
    font-size: 0.8em;
    font-variant: normal;
    font-weight: bold;
    color: #c2c2c2;
    float: right;
    margin-bottom: -23px;
}


#spnUser {
    text-align: left;
    font-size: 0.8em;
    font-weight: bold;
    color: #00AACC;
    padding-left: 75px;
    /*height: 20px;  */
}

a:link, a:hover, a:active {
    color: #008A00;
}

a:visited {
    text-decoration: none;
}

/*------Login---------------------*/
#UpdatePanelMain {
    font-size: 1em;
}

/*----------------------------*/

.defaultPageBoxes {
    width: 100%;
    color: white
}

    .defaultPageBoxes defaultPageBox {
        width: 300px;
    }

.defaultPageBox {
    cursor: pointer;
    padding: 3px;
    position: static;
    height: 52px;
    width: 243px;
    float: left;
    margin-bottom: 8px;
    margin-left: 8px;
    font-size: 1.1em;
    color: #ffffff;
    vertical-align: middle;
    background-position: 5px 5px;
    background-repeat: no-repeat;
    border-radius: 10px;
}

    .defaultPageBox a img {
        position: static;
        margin-left: 2px;
        width: 48px;
        height: 48px;
    }

    .defaultPageBox div a {
        position: static;
        color: White;
        width: 188px;
        height: 46px;
        margin-top: -50px;
        margin-left: -52px;
        float: right;
        text-overflow: ellipsis;
        vertical-align: middle;
    }

.defaultClear {
    clear: both;
}

.defaultPageBoxText {
    position: static;
    font-size: 0.9em;
}

    .defaultPageBoxText a:hover {
    }

    .defaultPageBoxText a:link {
        color: white;
        text-decoration: none;
    }

    .defaultPageBoxText a:visited {
        color: white;
        text-decoration: none;
    }

img {
    border: 0;
}


/*----------------------------*/
input {
    font-size: 1em;
    font-family: "Arial", "☺Segoe", "Segoe UI",Segoe,Verdana,sans-serif;
    margin: 2px;
    padding: 2px 5px 2px 5px;
}
    /*input text fields*/
    textarea,
    input[type="text"] {
        border: 1px solid #ABABAB;
        padding: 2px 5px 2px 5px;
        margin: 2px;
    }

        textarea:hover,
        input[type="text"]:hover {
            border: 1px solid black;
            background: #e8eaf5;
        }

    input[type="password"] {
        border: 1px solid #ABABAB;
        padding: 2px 5px 2px 5px;
    }

        input[type="password"]:hover {
            border: 1px solid black;
            background: #e8eaf5;
        }

    input[disabled] {
        background-color: #FFFFFF !important;
        color: #666669 !important;
    }

select[disabled] {
    border: 1px solid #666669 !important;
    background-color: #FFFFFF !important;
    color: #666669 !important;
}

select {
    font-family: "☺Segoe", "Segoe UI",Segoe,Arial,Verdana,sans-serif;
    font-size: 15px;
    border: 1px solid #ABABAB;
    margin: 2px;
}

    select:hover {
        border: 1px solid black;
        background: #e8eaf5;
    }

label.disabled {
    color: #666669 !important;
}
/*----------------------------*/

/*styles for the input button*/
input[type="submit"], .btn {
    background-color: #1B8398; /*margin-bottom: 0px;     margin-top: 7px;*/
    color: #ffffff;
    transition: margin 140ms ease 0s, background-color 140ms ease 0s;
    /* margin-top: 5px;
    margin-bottom: 5px;
    */
}

    input[type="submit"]:hover, .btn:hover {
        background: #00AFD1;
        text-decoration: none;
        color: #ffffff; /*border-radius: 5px;*/
        /*margin-top: 5px;
    margin-bottom: 5px;*/
    }

/*----------------------------*/

input[type="radio"] + label {
    border: 0px;
    font-size: 0.9em;
}

.checkboxLabel,
input[type="checkbox"] + label {
    border: 0px;
    font-size: 0.7em;
}

/*----------------------------*/
/*styles for br*/
br {
    clear: left;
}

hr {
    color: #4dc7df;
    background-color: #4dc7df;
    width: 100%;
}



/*----------------------------*/

/*for form label fields*/
.label {
    display: block;
    width: 135px;
    float: left;
    text-align: left;
    font-size: 0.8em;
    color: #404040;
    margin-top: 10px;
}

.smalllabel {
    display: block;
    width: 5px;
    float: left;
    text-align: left;
    font-size: 0.8em;
    color: #404040;
    margin-top: 10px;
}
/*----------------------------*/

/*styles for grid views*/
.gridheader {
    background-color: #1D3037;
    color: white;
    text-align: center;
}

.griditem {
    background-color: #FFFFFF;
    text-align: center;
    color: #1D3037;
}

.griditem_left {
    background-color: #FFFFFF;
    text-align: left;
    color: #1D3037;
}

.griditem td {
    border: 1px solid #A9E3EF;
}

.griditemalt td {
    border: 1px solid #A9E3EF;
    /*background-color: #E9ECF1;*/
}


.griditemalt {
    background-color: #FFFFFF;
    text-align: center;
    color: #1D3037;
}

.griditemalt_left {
    background-color: #FFFFFF;
    text-align: left;
    color: #1D3037;
}


.gridheader th {
    border: 1px solid #A9E3EF;
    padding: 4px;
}

.griditemalt th {
    padding: 3px;
}

.griditem_highlight td {
    border: 2px solid #59939E;
}

/*----------------------------*/



/*Style for a label that identifies a group of fields in the form*/
.grouplabel {
    margin: 0px 0px 0px 2px;
    font-size: 1.1em;
    color: #404040;
    font-weight: bold
}
/*----------------------------*/

/*style for a label displaying a readonly value*/
.valuelabel {
    display: block;
    font-weight: bold;
    margin-top: 2px;
}
/*----------------------------*/

/*style for a label displaying unauthorized access text*/
.unauthorized {
    font-size: large;
    font-weight: bold;
    color: #FF0000;
    text-decoration: blink;
}
/*----------------------------*/

/*style/*style for a label displaying an error in the form*/
.labelerror {
    color: #FF0000;
}
/*----------------------------*/

/*style for a label displaying success message in the form*/
.labelsuccess {
    color: #006E2E;
}

/*----------------------------*/

/*style for a label displaying helpful information in the form*/
.labelinfo {
    font-weight: bold;
    font-size: 0.8em;
}
/*----------------------------*/

/*style for a text displaying date and time*/
.textdatetime {
    text-align: center;
}
/*----------------------------*/

/*inactive tab button*/
.tabbutton {
    padding: 2px;
    background-color: #1B8398;
    color: #ffffff !important;
    text-decoration: none; /*border-radius: 5px;*/
    font-size: 0.9em;
}

    .tabbutton a:hover {
        background-color: Purple;
    }

    .tabbutton a:link {
        background-color: red;
    }

/*----------------------------*/

/*active tab button*/
.tabbuttonactive {
    padding: 4px;
    color: #ffffff !important;
    background: #1D2E38; /*#03AB8A;*/
    text-decoration: none;
    font-size: 1.0em;
}
/*----------------------------*/

/*active tab*/
.tab {
}

/*----------------------------*/
/*max image proportions*/
.largeimage {
    max-width: 400px;
    max-height: 400px;
    width: expression(this.width > 400 ? 400: true);
    height: expression(this.height > 400 ? 400: true);
}
/*----------------------------*/

.literalText {
    border: 1px solid #999;
    background-color: #FFFFFF;
    color: #000000; /*border-radius: 5px;*/
    height: 400px;
    width: 810px;
    overflow: scroll;
}



.align-left {
    text-align: left;
    padding-left: 2px;
}

.align-right {
    text-align: right;
    padding-right: 2px;
}


.pageTitle {
    font-size: 1.4em;
    color: #3F4C6B;
    margin-bottom: 10px;
}


.section {
    width: 100%;
    border-bottom: 1px dotted #00BCF2;
    padding-bottom: 2px;
    margin-bottom: 5px;
    text-align: left;
    padding-top: 1px;
}


.sectionheading:before {
    content: ""; /*'\2022'; */
    border-color: transparent #111;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.35em;
    color: darkcyan;
    /*border-width: 12px 12px 0 0;*/
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 0.9em; /*0.9em;*/
    position: relative;
}

.sectionheading:after {
    content: "";
}

.sectionheading {
    color: darkcyan;
    font-size: 1.2em;
    margin-top: 2px !important;
    padding-top: 2px !important;
    margin-bottom: 2px;
    word-break: break-all;
    word-wrap: break-word;
    padding-left: 20px;
}



a.bread {
    /*text-decoration: none;*/
    /*text-transform: uppercase;*/

    padding: 2px 10px 2px 10px;
    background-color: #047c64;
    color: White;
    font-size: 1.2em;
    text-align: center;
}

    a.bread:hover {
        background-color: #65A9D8;
        text-decoration: none;
    }



#btnLogOut {
    font-size: 0.9em;
    width: 150px;
    margin-bottom: 7px;
}

#btnChangePassword {
    font-size: 0.9em;
    width: 150px;
    margin-bottom: 7px;
}

.separatorline1 {
    padding: 5px 0px 5px 0px;
    border-style: solid;
    border-width: 3px;
    -webkit-border-image: -webkit-linear-gradient( left, rgba(0,0,0,1) 1%, rgba(0,255,255,1) 50%, rgba(0,0,0,1) 100% ) 0 0 100% 0/0 0 2px 0 stretch;
    -moz-border-image: -moz-linear-gradient( left, rgba(0,0,0,1) 1%, rgba(0,255,255,1) 50%, rgba(0,0,0,1) 100% ) 0 0 100% 0/0 0 2px 0 stretch;
    -o-border-image: -o-linear-gradient( left, rgba(0,0,0,1) 1%, rgba(0,255,255,1) 50%, rgba(0,0,0,1) 100% ) 0 0 100% 0/0 0 2px 0 stretch;
    border-image: linear-gradient( to left, rgba(0,0,0,1) 1%, rgba(0,255,255,1) 50%, rgba(0,0,0,1) 100% ) 0 0 100% 0/0 0 2px 0 stretch;
}

.separatorline2 {
    border-style: solid;
    border-width: 3px;
    -webkit-border-image: -webkit-linear-gradient( left, rgba(0,0,0,1) 1%, rgba(0,255,255,1) 50%, rgba(0,0,0,1) 100% ) 0 0 100% 0/0 0 2px 0 stretch;
    -moz-border-image: -moz-linear-gradient( left, rgba(0,0,0,1) 1%, rgba(0,255,255,1) 50%, rgba(0,0,0,1) 100% ) 0 0 100% 0/0 0 2px 0 stretch;
    -o-border-image: -o-linear-gradient( left, rgba(0,0,0,1) 1%, rgba(0,255,255,1) 50%, rgba(0,0,0,1) 100% ) 0 0 100% 0/0 0 2px 0 stretch;
    border-image: linear-gradient( to left, rgba(0,0,0,1) 1%, rgba(0,255,255,1) 50%, rgba(0,0,0,1) 100% ) 0 0 100% 0/0 0 2px 0 stretch;
}

table.datatable {
    border-collapse: collapse;
}

.datatable table, .datatable td {
    font-family: "Courier New", sans-serif;
    border: 1px solid #81D7E8;
    text-align: center;
    padding: 5px;
}

.datatable td {
    background-color: #FFFFFF;
    color: #1D3037;
}

.datatable th {
    border: 1px solid #81D7E8;
    background-color: #1D3037;
    color: white;
    text-align: center;
    padding: 5px;
}

#htmlTblFixed {
    position: fixed;
    top: 0;
    display: none;
    background-color: white;
}

.autosize {
    overflow: hidden;
    resize: none;
}

.multiselect-ref {
    display: inline-block;
    margin: 2px;
}

    .multiselect-ref .txt-element {
        margin: 0 !important;
        padding: 0 5px 0 5px !important;
        background-color: #ffffff;
    }

    .multiselect-ref .div-list-items {
        position: absolute;
        z-index: 999;
        background-color: white;
        display: none;
        border: 1px solid #81D7E8;
    }

    .multiselect-ref .pnl-items {
        margin: 0 !important;
        border: 0 !important;
        overflow-y: auto;
        height: auto;
        max-height: calc(11 * 26px);
        background-color: #f2f5f7;
    }

.tab_content {
    margin-left: 3.5em
}

.required:after {
    content: ' *';
}
