﻿
#header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 140px;
    background-color: #999999;
}

#footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    background-color: #EC6E2E;
}

#content {
    position: absolute;
    top: 135px;
    bottom: 30px;
    left: 0;
    right: 0;
    background-color: #ffffff;
    /*overflow: auto;*/
}

.ClientSelection {
    padding: 10px;
    color: #ffffff;
    font-weight: normal;
    font-size: 1.0em;
}

.GridRowOver_Simple {
    background-color: orange;
    cursor: pointer;
}

.ClientSelection a {
    color: #ffffff;
    text-decoration: none;
}

    .ClientSelection a:hover {
        text-decoration: underline;
    }

.ClientSelection select {
    font-family: Calibri;
    min-width: 200px;
}

.clearboth {
    clear: both;
}

.hmenu {
    padding: 2px;
}

.logo {
    padding: 5px;
    background-color: #999999;
}

.logoLogin {
    background-color: #FFF;
    text-align: left;
    height: 100px;
    vertical-align: bottom;
    padding-top: 50px;
    padding-left: 171px !important;
}

.gridview {
    float: left !important;
    padding-left: 0px;
    margin-left: 0px;
    margin-top: 0px;
    width: 100%;
    margin-right: 0px;
    padding-right: 0px;
}

.buttonarea {
    border-top: 0px solid #EC6E2E;
    margin-right: 8px;
}



a.button {
    font-size: 14px;
    font-weight: 600;
    color: white;
    padding: 6px 25px 0px 20px;
    margin: -5px 8px 20px 0px;
    display: inline-block;
    float: left;
    text-decoration: none;
    height: 27px;
    background-color: #666666;
    transition: all 0.1s linear 0s;
    top: 0px;
    position: relative;
}

    a.button:hover {
        top: 1px;
        background-color: #666666;
        color: white;
    }

.insidegrid {
    margin: 0px 0px 0px 0px !important;
    padding: 3px 12px 0px 10px !important;
    height: 20px !important;
}

.pageheading {
    margin: 3em 1.0em 0.5em 1em;
    font-weight: 600;
    font-family: 'Titillium Web', sans-serif;
    text-shadow: 0 -1px 1px rgba(0,0,0,0.2);
    font-size: 18px;
    line-height: 25px;
    color: #000;
    border-bottom: 1px solid #EC6E2E;
}

.mtext {
    padding: 5px 5px 5px 5px;
}

.formmessage {
    margin: 0em 1.0em 0.5em 1em;
    font-weight: normal;
    border: .1em solid;
    border-radius: 2px;
    font-family: Calibri,Geneva,Arial,sans-serif;
    font-size: 1.1em;
    padding: 5px 5px 5px 5px;
    cursor: default;
}

.success {
    background-color: #27ae60;
    color: #fff;
    border-color: #27ae60;
}

.error {
    color: #fff;
    background: #b72121;
    border-color: #b72121;
}

.marginotop0 {
    margin: 1em 1.0em 0.5em 1em !important;
}

.information {
    position: absolute;
    top: 0px;
}

.infoextn {
    color: #27ae60 !important;
    border-bottom: 0px solid #27ae60;
}

.ClientDropDown {
    margin-bottom: 7px;
}

.ClientName {
}

/* table start */

.table {
    margin: 0 0 20px 0;
    width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    display: table;
}

@media screen and (max-width: 580px) {
    .table {
        display: block;
    }
}

.row {
    display: table-row;
    background: #f6f6f6;
}

    .row:nth-of-type(odd) {
        background: #e9e9e9;
    }

    .row.header {
        font-weight: 900;
        color: #ffffff;
        background: #ea6153;
    }

    .row.green {
        background: #27ae60;
    }

    .row.blue {
        background: #2980b9;
    }

@media screen and (max-width: 580px) {
    .row {
        padding: 2px 0;
        display: block;
    }
}

.cell {
    padding: 6px 12px;
    display: table-cell;
}

.width10 {
    width: 10px;
}

.width30 {
    width: 30px;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 580px) {
    .cell {
        padding: 2px 12px;
        display: block;
    }
}

/* table end*/

/* Form CSS*/
.main > div {
    display: inline-block;
    width: 49%;
    margin-top: 10px;
}

.register {
    width: 100%;
    margin: 3px auto;
    padding: 10px;
    border: 1px solid rgba(53,86,129, 0.3);
    border-radius: 0px;
    font-family: "Calibri", Helvetica, Arial, sans-serif;
    color: #444;
    background-color: #fff;
    float: left;
    margin: 0.1em 1.0em 0.5em 1em;
}

.programselection {
    width: 100%;
    margin: 3px auto;
    padding: 10px;
    border: 1px solid rgba(53,86,129, 0.3);
    border-radius: 0px;
    font-family: "Calibri", Helvetica, Arial, sans-serif;
    color: #444;
    background-color: #fff;
    float: left;
    margin: 0.1em 1.0em 0.5em 1em;
}

a.formbutton {
    font-size: 14px;
    font-weight: 600;
    color: white;
    padding: 6px 35px 0px 35px;
    margin: 0px 8px 20px 0px;
    display: inline-block;
    float: left;
    text-decoration: none;
    height: 27px;
    background-color: #e5ad11;
    transition: all 0.1s linear 0s;
    top: 0px;
    position: relative;
    margin-left: 1.2em;
}

    a.formbutton:hover {
        top: 1px;
        background-color: #eed71d;
        color: white;
    }

.register div {
    margin: 0 0 0 0;
    border: none;
}

.register label {
    display: inline-block;
    width: 35%;
    text-align: right;
    margin: 10px;
    font-weight: normal;
    font-size: .9em;
}

.telrikcalendar {
    width: 260px;
    height: 20px !important;
    -webkit-border-radius: 0px 4px 4px 0px/5px 5px 4px 4px !important;
    -moz-border-radius: 0px 4px 4px 0px/0px 0px 4px 4px !important;
    background-color: #fff;
    -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.09) !important;
    -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.09) !important;
    box-shadow: 1px 2px 5px rgba(0,0,0,.09) !important;
    border: solid 1px #cbc9c9;
    margin-left: -5px;
    margin-top: 4px;
    padding-left: 10px !important;
    font-family: 'Calibri', sans-serif;
}

.subfieldsset input[type=text], .subfieldsset input[type=password] {
    width: 260px;
    -webkit-border-radius: 0px 4px 4px 0px/5px 5px 4px 4px;
    -moz-border-radius: 0px 4px 4px 0px/0px 0px 4px 4px;
    background-color: #fff;
    -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.09);
    -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.09);
    box-shadow: 1px 2px 5px rgba(0,0,0,.09);
    border: solid 1px #cbc9c9;
    margin-left: -5px;
    margin-top: 4px;
    padding: 2px;
    font-family: Calibri, sans-serif;
    font-size: 13px;
    height: 20px;
}

.subfieldsset textarea {
    width: 256px !important;
    -webkit-border-radius: 0px 4px 4px 0px/5px 5px 4px 4px;
    -moz-border-radius: 0px 4px 4px 0px/0px 0px 4px 4px;
    background-color: #fff;
    -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.09);
    -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.09);
    box-shadow: 1px 2px 5px rgba(0,0,0,.09);
    border: solid 1px #cbc9c9;
    margin-left: -5px;
    margin-top: 4px;
    padding: 4px;
    font-family: 'Calibri', sans-serif;
    font-size: 13px;
}

.gridabovebutton {
    margin: -1.75em -0.0em -1.0em 1.45em;
}

gridabovebutton a.button {
    margin: 0px !important;
}

.subfieldsset select {
    -webkit-border-radius: 0px 4px 4px 0px/5px 5px 4px 4px;
    -moz-border-radius: 0px 4px 4px 0px/0px 0px 4px 4px;
    background-color: #fff;
    -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.09);
    -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.09);
    box-shadow: 1px 2px 5px rgba(0,0,0,.09);
    border: solid 1px #cbc9c9;
    margin-left: -5px;
    margin-top: 4px;
    padding-left: 2px;
    font-family: 'Calibri', sans-serif;
    font-size: 14px;
    height: 26px;
}

.height160 {
    height: 160px !important;
}

.zerobottom {
    margin-bottom: 0px !important;
}

.subfieldsset input[type=checkbox] {
    -webkit-border-radius: 0px 4px 4px 0px/5px 5px 4px 4px;
    -moz-border-radius: 0px 4px 4px 0px/0px 0px 4px 4px;
    background-color: #fff;
    -webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.09);
    -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.09);
    box-shadow: 1px 2px 5px rgba(0,0,0,.09);
    border: solid 1px #cbc9c9;
    margin-left: -5px;
    margin-top: 0px;
    padding-left: 2px;
    font-family: 'Calibri', sans-serif;
    font-size: 14px;
    height: 26px;
}

.ClientSelection select {
    float: left;
    font-family: calibri,Arial, Helvetica, sans-serif !important;
    font-size: 18px;
    padding: 2px;
    border: 1px solid #999999;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin: 3px 5px 0px -4px !important;
}




.register input[type=text]:focus, .register input[type=password]:focus {
    background: #FFFFFF;
}


.register textarea {
    font-family: 'Calibri', sans-serif;
    padding: 5px;
    width: 260px;
    border: 1px solid #999999;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin: 17px 5px 0px -5px;
}

.tcalendar {
    width: 260px;
    height: 20px;
    font-family: 'Calibri', sans-serif;
    font-size: 15px !important;
}


/*****************************************/

.formarea .subfieldsset1 {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-top-width: 2px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #EC6E2E;
    border-right-color: #EC6E2E;
    border-bottom-color: #EC6E2E;
    border-left-color: #EC6E2E;
    padding: 10px;
    height: 100%;
    margin: -0.5em 1em 0.1em 1.1em;
}


.formarea .subfieldsset {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-top-width: 4px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #EC6E2E;
    border-right-color: #EC6E2E;
    border-bottom-color: #EC6E2E;
    border-left-color: #EC6E2E;
    padding: 10px;
    height: 100%;
    margin: -0.5em 1em 0.1em 1.1em;
}

.tinymce {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #EC6E2E;
    border-right-color: #EC6E2E;
    border-bottom-color: #EC6E2E;
    border-left-color: #EC6E2E;
    padding: 10px;
    height: 100%;
    margin: -0.5em 1em 0.1em 1.1em;
    padding: 3px 0px;
}


.formarea .subfieldsset div {
    padding: 3px 0px;
    clear: both;
}





    .formarea .subfieldsset div label {
        position: relative;
        display: block;
        text-align: right;
        margin: 0px 10px 0px 0px;
        padding: 3px 10px 0px 0px;
        cursor: pointer;
        float: left;
        line-height: 18px;
        font-size: 13px;
    }


    .formarea .subfieldsset div .labelsingle {
        width: 270px;
    }


.GridContainer {
    height: 135px;
    overflow: auto;
}

subfieldsset tinymce {
    padding: 0px !important;
}

.margin20 {
    margin-left: 10px !important;
}

.margin-20 {
    margin-right: 10px !important;
}


.subfieldsset input[type=file] {
    border-width: 1px 1px 1px 1px !important;
    border: 1px solid #BBB;
    border-right: 0;
    color: #888;
    padding: 5px;
    margin-left: -4px;
    margin-top: 4px;
    width: 25%;
    min-width: 300px;
    border-style: solid;
    outline: none;
    font-family: calibri,Arial, Helvetica, sans-serif !important;
}

/**/
.header-container {
    height: 99px;
}

.header-left {
    float: left;
    width: 33%;
}

.header-right {
    float: right;
    width: 33%;
}

.header-center {
    display: inline-block;
    width: 33%;
}


.loading-image {
    position: absolute;
    display: block;
    top: 0%;
    left: 50%;
    margin: 0px 0px 0px 0px;
    background: white url('/images/loading.gif') no-repeat center center;
    top: 0;
    left: 0;
    width: 99.8%;
    min-height: 100%;
    border: solid 1px #000000;
    background-position: center center;
    cursor: wait;
    padding-bottom: 31px;
    text-align: center;
    z-index: 9;
    FILTER: alpha(opacity=30);
    BACKGROUND-COLOR: #000;
    opacity: 0.7;
}


.modulecheckbox {
    height: 25px;
    width: 400px;
}

.modulecheckboxGroup {
    height: 250px;
    width: 390px;
    margin-bottom: -6px;
    margin-left: -8px;
    margin-right: 100px;
    overflow-x: hidden;
    overflow-y: scroll;
    border: 1.5px solid;
}


.modulecheckbox td label {
    position: relative;
    display: block;
    text-align: left !important;
    margin: 0px 10px 0px 0px;
    padding: 3px 10px 0px 5px !important;
    cursor: pointer;
    float: left;
    line-height: 18px;
    font-size: 13px;
    width: 320px;
}

#removecheckbox input {
    display: none;
}

#removecheckbox td {
    background-color: #fbf6f6 !important;
}
