﻿/*SITE WIDE ELMENT HANDELING*/
body {
    max-width: 100%;
    height: auto;
    font-family: Arial;
    font-size: 12px;
    background-color: #323233;
}
h3 {
    color: #EFEFF0;      
}
a {
    color: #FF8C00;
    font-weight:bold;
}
span {
    color: white;
    font-weight: bold;
    font-size: 12px;    
    padding-right: 5px;
    margin-left: 5px;
}
label {
    color: white;
    font-weight: bold;
    font-size: 12px;
    padding-right: 5px;
    margin-left: 5px;
}
input[type=text] {
    background-color: lightgray;
    border-style: solid;
    border-color: #253446;
    max-width: 100%;
    height: auto;
}
input[type=submit] {
    margin: 5px;
}
textarea {
    background-color: lightgray;
    border-style: solid;
    border-color: #253446;
    width: 90%;
    height: auto;
    min-height: 100px;
    font-size: 12px;
    font-family: Arial;
}
select {
    background-color: lightgray;
    border-style: solid;
    border-color: #253446;
    max-width: 100%;    
}
td span {
    color: white;
    font-weight: bold;
    font-size: 12px;
}
hr {
    border-top: 1px solid #323233;
    border-bottom: none;
}
embed {    
    float: left;
    vertical-align: top;    
    clear:both;
}
ul {

}
li
{
    margin:4px 0px 4px 0px;
}
li a {
    font-size: 16px;
}


/*SITE WIDE ELEMENT ID HANDELING*/
#label_msg {
    color: #ab0303;
    font-weight: bold;
    font-size: 12px;
    max-width: 200px;
    height: auto;
}
#iframe_main {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: none;
    float: left;
    margin-left: 10px;
    resize: both;
    display: block;    
}
#iframe_search {    
    overflow: hidden;
    border: none;
    float: left;
    margin-left: 20px;
    display: none;
}
/*SITE WIDE MISC CLASSES HANDELING*/
.iframes {    
    overflow: hidden;
    border: none;
    float: left;
    margin-left: 20px;
    display: none;
}
.nested_iframes {    
    border: none;
    float: left;
    margin-left: 20px;
    display: none;
}
.expand {
    font-size: 15px;
    cursor: pointer;
    color: black;
    vertical-align: top;
    text-align: center;
    
}
.collapse {
    font-size: 15px;
    cursor: pointer;
    color: black;
    vertical-align: top;
    text-align: center;
        
}
.btnLeft {
    float: left;
}
.btnRight {
    float:right;
}
.dropbtn {        
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    margin-left: 30px;
    margin-top: -30px;    
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 3;
}

.dropdown-content a {
    color: black;
    padding: 5px 5px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: black;
}
.small_text{
    font-size: 11px;
}

/*MASTERPAGE CSS*/
.master_container {
    width: 100%;
    height: 100%;
}
.master_container_header {
    width: 100%;
    height: 30px;
    margin: 0 auto 10px auto;
    clear: both;
}
.master_header_section {
    vertical-align: middle;
    color: white;
    min-height: 20px;    
    margin-left: 10px;
    float: left;
}
.clear
{
    clear: both;
}


/*VIEW - CONAINER CSS HANDELING*/
.views_container {
    width: 100%;
    height: 30px;
    margin: 0 auto 0px auto;
    clear: both;
}

/*VIEW - LIST CSS HANDELING*/
.view_list_container {
    max-width: 10%;
    min-width: 10%;
    width: 10%;
    height: auto;   
    float: left;
}
/*.view_list_item_container {
    z-index: 1;
    max-width: 100%;
    min-height: 20px;        
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    clear: both;
}
    .view_list_item_container:nth-child(odd) {
        background-color: #DD7600;
        color:black;
    }
    .view_list_item_container:nth-child(even) {
        background-color: grey;
        color: white;
    }
.view_list_item_header_container {
    max-width: 100%;
    min-height: 20px;        
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    clear: both;
}
.view_list_item_header_section {
    padding-top: 5px;
    max-width: 100%;
    min-height: 30px;
    max-height: 30px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 11px;
    float: left;
}
.view_list_item_header_section span {        
    border-right: 2px solid white;
    padding-right: 5px;
    margin-left: 5px;
}
    .view_list_item_header_section a {
        color: white;
    }
.view_list_item_header_control {
    float: right;
    cursor: pointer;
}*/

/*VIEW - LIST PAGINATION HANDELING*/
/*.view_list_pagination_section {
    clear: both;
    z-index: 2;
    position: relative;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    max-width: 100%;
    min-height: 20px;
    font-size: 11px;
}
.view_list_pagination_section:nth-child(odd) {
    background-color: #DD7600;
    color: black;
}

.view_list_pagination_section:nth-child(even) {
    background-color: grey;
    color: white;
}
.view_list_page_control {
    cursor: pointer;
    float: left;
    margin-left: 10px;
    margin-bottom: 2px;
    height: 14px;
    max-height: 14px;
}
.view_list_page_control_selected {
    cursor: pointer;
    float: left;
    margin-left: 10px;
    margin-bottom: 2px;
    font-weight: bold;
    font-size: 14px;
    max-height: 14px;
}*/

/*VIEW - LIST ITEM DETAIL CSS HANDELING*/
/*.view_list_item_detail_container {
    z-index: 4;
    max-width: 300px;
    height: auto;
}
.view_list_item_detail_section {
    max-width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    color: white;    
    clear: both;
}*/
.view_container {

    float: left;    
}


/*VIEW - FORM CSS HANDELING*/
.view_forms_container {
    width: auto;
    height: auto;
    float: left;
}
.view_form_container {
    width: 300px;
    height: auto;
    resize: both;
    border-top: 2px solid grey;
}
.view_form_header_container {
    background-color: #DD7600;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    width: auto;
    padding: 5px 0px 5px 0px;
}
.view_form_header_section {        
    font-size: 14px;    
    text-align: center;
    vertical-align :middle;
}
.view_form_header_section_control {    
    float: right;
}
.view_form_section {
    max-width: 100%;        
    color: white;
    font-weight: bold;    
}
