﻿
@font-face {

    font-family: 'Prompt';
    src: url(fonts/Prompt.ttf) format('truetype');
    
    font-family: 'Blinker';
    src: url(fonts/Blinker.ttf) format('truetype');

    font-family: 'Cairo';
    src: url(fonts/Cairo.ttf) format('truetype');  
}


body {
    background: #FFFFFF;
    font-size: 11pt;
    font-family: Arial;
    font-weight: normal;
    margin: 12px;
    color: #000000;
    text-align: inherit;
}


.disabled {
    color: red;
}

.active {
    color: green;
}

.page {
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    overflow:visible;
}


.main {
    padding: 0px 0px;
    margin: 0px 0px 0px 0px;
    min-height:1000px; 
}

td {
    padding: 4px 4px 4px 4px;
}


img {
  width: auto ;
  max-width: 100% ;
  height: auto ;
}

a:link, a:visited {
    color: #000000;
    text-decoration: none;
    font-family: Arial;

}

a:hover {
    color: #000000;
    text-decoration: underline;
    font-family: Arial;
}

a:active {
    color: #000000;
    font-family: Arial;
    text-decoration: none;
}

p {
    margin-bottom: 2px;
    line-height: 1.5em;
    font-family: Arial;
    font-size: medium;
}


h1, h2, h3, h4, h5, h6, h7, h8 {
    padding-bottom: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    margin-top: 0px;
}

h1
{
    font-size: 48pt;
}

h2
{
    font-size: 40pt; 
}

h3
{
   font-size: 36pt;
   font-weight:normal;
   color:#000000;
}

h4 {
    font-size: 24pt;
    font-weight: normal;
    color: #000000;
}

h5
{
    font-size: 20pt;  
    font-weight:normal;
}

h6
{
    font-size: 18pt; 
    font-weight:normal;
}

h7 {
    font-size: 16pt;
    font-weight: normal;
}

h8 {
    font-size: 14pt;
    font-weight: normal;
}

h9 {
    font-size: 12pt;
    font-weight: normal;
}

button, input
{
    line-height: normal;
    overflow: visible;
}
button, input[type=button], input[type=reset], input[type=submit]
{
    cursor: pointer;
    -webkit-appearance: button;
}

.button {
    outline: 0;
    display: inline-block;
    letter-spacing: -0.2px;
    background-color: #017E89;
    /*background-color: #000000;*/
    text-decoration: none;
    font-size: 10pt;
    font-family: Arial;
    border: 0px;
    color: #FFFFFF;
    text-align: center;
    padding: 8px 10px 8px 10px;
}

    .button:hover, .button:focus {
        /*background: #E2E9ED;*/
        background-color: #01757E;
        color: #FFFFFF;
    }


.button2 {
    outline: 0;
    display: inline-block;
    letter-spacing: -0.2px;
    background-color: #E2E9ED;
    text-decoration: none;
    font-size: small;
    font-family: Arial;
    border: 0px;
    color: #000000;
    text-align: center;
    padding: 5px 10px 5px 10px;
}

    .button2:hover, .button2:focus {
        background: #F0F4F6;
        color: #000000;
    }


.button3 {
    outline: 0;
    display: inline-block;
    letter-spacing: -0.2px;
    background-color: #000000;
    text-decoration: none;
    font-size: 10pt;
    font-family: Arial;
    border: 0px;
    color: #D0AB59;
    text-align: center;
    padding: 10px 15px 10px 15px;
}

    .button3:hover, .button3:focus {
        background: #D0AB59;
        color: #000000;
    }

.buttondisabled {
    outline: 0;
    display: inline-block;
    letter-spacing: -0.2px;
    background-color: #C0C0C0;
    text-decoration: none;
    font-size: 10pt;
    font-family: Arial;
    border: 0px;
    color: #FFFFFF;
    text-align: center;
    padding: 8px 10px 8px 10px;
}

.buttondisabled2 {
    outline: 0;
    display: inline-block;
    letter-spacing: -0.2px;
    background-color: #C0C0C0;
    text-decoration: none;
    font-size: small;
    font-family: Arial;
    border: 0px;
    color: #FFFFFF;
    text-align: center;
    padding: 5px 10px 5px 10px;
}

.disabled {
    color: #C0C0C0;
    text-decoration: underline; 
}

.enabled {
    color: #000000;
    text-decoration: underline;
}


.ie7 .button, .ie8 .button
{
    outelative;
}

.ie7 .button, .ie8 .button
{
    outline: 0;
    width: 98px;
    height: 27px;
    border: 0;
    line-height: 27px;
    padding: 0;
}
.ie7 .button:hover, .ie8 .button:hover
{
    outline: 0;
    border: 0;
}
.ie7 .button, .ie7 input:focus
{
    border: 0;
    border-color: transparent;
}


.divider {
    /*background-color: #D0AB59;*/
    background-color: #E2E9ED;
    height: 5px;
}

.divider2 {
    background-color: #000000;
    height: 5px;
}

.divider3 {
    /*background-color: #D0AB59;*/
    background-color: #E2E9ED;
    height: 1px;
}

.textbox
{
    border: 1px solid #ccc;
    height: 25px;
}

.datebox {
    border: 1px solid #ccc;
    height: 20px;
}

.textarea {
    border: 1px solid #ccc;
    font-family: Arial;
}

.fileupload {
    height: 30px;
    width: 80%;
    vertical-align: bottom;
    border: 1px solid #ccc;
    font-size: 11pt;
    font-family: Arial;
}



.notificationerror {
    background-color: #E2E9ED;
    font-size: 14px;
    border: 1px solid #ccc;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 8px;
    padding-left: 8px;
}


.notification {
    background-color: #D0AB59;
    font-size: 14px;
    border: 1px solid #ccc;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 8px;
    padding-left: 8px;
}


.error {
    color: red;
    font-size: 9pt;
}

.note {
    color: green;
    font-size: 9pt;
}

.specialnote {
    font-size: 9pt;
}



.radiobutton
{
    color:#767A7D;
}

.radiobuttonmedium {
    font-size: 13pt;
    color: #017E89;
}

.radiobuttonlarge
{
    font-size: 16pt;
    color: #3C8F20;
}



.dropdown
{
    border: 1px solid #ccc;
    height: 30px;
}

.dropdownlarge
{
    border: 1px solid #ccc;
    height: 30px;
    font-size: 11pt;
}


.listbox {
    border: 1px solid #ccc;
    font-size: 14px;
    font-family: Arial;
}


.dashboardtable {
    border: 1px solid #ccc;
    min-height: 100px;
}

.dashboardtr {
    background-color: #E2E9ED;
    height:30px;
}

.dashboardtr_dark {
    background-color: #017E89;
    height: 30px;
    color:#FFFFFF;
}

.dashboardtr_red {
    background-color: red;
    height: 30px;
    color: #FFFFFF;
}

.dashboardtr_green {
    background-color: green;
    height: 30px;
    color: #FFFFFF;
}

.checkbox {
    background-color: #E2E9ED;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 6px;
    padding-left: 4px;
}

.label {
    background-color: #E2E9ED;
    font-size: 16px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 6px;
    padding-left: 6px;
}

.archived_cancelled {
    color: gray;
}

.labeldefault {
    color: #017E89;
}

.labelgreen {
    color: green;
}

.labelorange {
    color: orange;
}

.labelred {
    color: red;
}


.labellarge {
    font-size: 18px;
    color:#017E89;
}

.labellargegreen {
    font-size: 18px;
    color: green;
}

.labellargeorange {
    font-size: 18px;
    color: orange;
}

.labellargered {
    font-size: 18px;
    color: red;
}





.table {
    background-color: #FFFFFF;
    border: 1px;
    border-color: #000000;
    font-size: 11pt;
    font-family: Arial;
}


.table td  {
    padding: 3px;
    height: 10px;
}

.table th {
    padding: 3px;
    height: 10px;
}


.table2 {
    background-color: #017E89;
    border: 1px;
    border-color: #017E89;
    font-size: 11pt;
    font-family: Arial;
}


.table2 td {
    padding: 3px;
    height: 10px;
}

.table2 th {
    padding: 3px;
    height: 10px;
}




.grid {
    background-color: #FFFFFF;
    border: 1px solid #ccc;
    font-size: small;
    font-family: Arial;
}


.grid td   /* this applies to the Gridviews Data fileds */
{
    padding: 5px;
     height:20px;

}

.grid th   /* this applies to the Gridviews Headers */
{
    font-weight: normal;
     padding: 5px;
     height:20px;
}

/*gold = D0AB59*/

.reportheader {
    font-weight: normal;
    background-color: #E2E9ED;
    color: #000000;
    font-size: 16px;
    height: 40px;
}

.reportgridheader {
    font-weight: normal;
    background-color: #017E89;
    color: #FFFFFF;
    height: 30px;
}

.reportfooter {
    font-weight: normal;
    background-color: #FFFFFF;
    color: #017E89;
    height: 40px;
    font-size: 16px;
}


.gridheader {
    font-weight: normal;
    background-color: #017E89;
    /*color: #D0AB59;*/
    color: #FFFFFF;
    height: 30px;
}

.gridheader A {
    font-weight: normal;
    text-decoration: none;
    color: #FFFFFF;
}

.gridheader A:visited {
    font-weight: normal;
    color: #FFFFFF;
}

.gridheader A:active {
    font-weight: normal;
    color: #FFFFFF;
}

.gridheader A:hover {
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: underline;
}


.gridheaderred {
    font-weight: normal;
    background-color: red;
    /*color: #D0AB59;*/
    color: #FFFFFF;
    height: 30px;
}


.gridrow {
    background-color: #FFFFFF;
    color: #000000;
}

    .gridrow:hover {
        background-color: #F0F4F6;
    }

.gridrowalternate {
    background-color: #FFFFFF;
    color: #000000;
}

.gridrowalternate:hover {
    background-color: #F0F4F6;
}

.gridrowselected {
    background-color: #FFFFCC;
    color: #000000;
}

.gridrowempty {
    background-color: #E2E9ED;
    color: #666666;
    height:30px;
}


.gridpage
{
	background-color:#FFFFFF;
    border: 1px; 
    border-color: #666666;
	height:30px;
	font-size:14pt; 
}

.gridpage A {font-weight : normal; text-decoration:none; color:#666666;}
.gridpage A:visited {color: #666666}
.gridpage A:active {color:  #666666}
.gridpage A:hover {color : #666666;text-decoration:underline; }



ol.progtrckr {
    margin: 0;
    padding: 0;
    list-style-type:none ;
    width:100%;
}

    ol.progtrckr li {
    /*    display: table-row;*/
        display: inline-block;
        font-size: 13px;
        text-align: center;
        line-height: 3em;
    }

    ol.progtrckr[data-progtrckr-steps="2"] li {
        width: 49%;
    }

    ol.progtrckr[data-progtrckr-steps="3"] li {
        width: 33%;
    }

    ol.progtrckr[data-progtrckr-steps="4"] li {
        width: 24%;
    }

    ol.progtrckr[data-progtrckr-steps="5"] li {
        width: 19%;
    }

    ol.progtrckr[data-progtrckr-steps="6"] li {
        width: 16%;
    }

    ol.progtrckr[data-progtrckr-steps="7"] li {
        width: 14%;
    }

    ol.progtrckr[data-progtrckr-steps="8"] li {
        width: 12%;
    }


    ol.progtrckr li.progtrckr-done {
        color: black;
        border-bottom: 4px solid yellowgreen;
    }

    ol.progtrckr li.progtrckr-todo {
        color: silver;
        border-bottom: 4px solid silver;
    }

ol.progtrckr li.progtrckr-current {
    color: black;
    border-bottom: 4px solid red;
}

    ol.progtrckr li.progtrckr-none {
        color: #017E89;
        border-bottom: 4px solid #017E89;
    }

    ol.progtrckr li:after {
        content: "\00a0\00a0";
    }

    ol.progtrckr li:before {
        position: relative;
        bottom: -2.5em;
        float: left;
        left: 50%;
        line-height: 1em;
    }

    ol.progtrckr li.progtrckr-done:before {
        content: "\2714";
        color: white;
        background-color: yellowgreen;
        height: 1.2em;
        width: 1.2em;
        line-height: 1.2em;
        border: none;
        border-radius: 1.2em;
    }

    ol.progtrckr li.progtrckr-todo:before {
        content: "\039F";
        color: silver;
        background-color: white;
        font-size: 1.5em;
        bottom: -1.6em;
    }

    ol.progtrckr li.progtrckr-current:before {
        content: "\039F";
        color: red;
        background-color: white;
        font-size: 1.5em;
        bottom: -1.6em;
    }


    ol.progtrckr li.progtrckr-none:before {
        content: "\039F";
        color: #017E89;
        background-color: white;
        font-size: 1.5em;
        bottom: -1.6em;
    }




