﻿body {
    width:100%;
}
.divHolder{
    padding:10px;
    margin:6px;    
    max-width:1600px;
    margin:auto;
}

input[type="text"], input[type="password"], input[type="text"], input[type="password"] {
    font-size: 14px;
    line-height: 25px;
    padding: 2px;
    margin: 2px;
    border: 1px solid #0094ff;
    width: 400px;
    font-family: iransans,tahoma;
}
input[type="text"]:hover, input[type="password"]:hover, input[type="text"]:focus, input[type="password"]:focus {
    border: 1px solid #0094ff;
    background-color:white;
}

.c0 {
    padding-right: 30px;
    line-height: 35px;
    font-size: 17px;
}

.c1 {
    padding-right: 30px;
    line-height: 30px;
    font-size: 15px;
}
.c2 {
    padding-right: 20px;
    line-height: 25px;
    font-size:12px;
}
.table_List{
    width:100%;
}
.Grid {
    width: 100%;
    border: 1px solid Gray;
    font-size:13px;
}
.Grid_Header{
    background-color:#0094ff !important;
    font-size:14px;
    line-height:40px;
    text-align:right;
}
.Grid_AlternateRow {
    background-color: #c6e7ff !important;
    line-height:36px;
}
    .Grid_AlternateRow:hover {
        background-color: #edffc2 !important;
    }
.Grid_Row {
    background-color: #ffffff !important;
    line-height:36px;
}
    .Grid_Row:hover {
        background-color: #edffc2 !important;
    }
    a{
        display:inline-block;
        padding:1px 6px 1px 6px;
        background-color:#808080;
        box-shadow:-1px 1px 2px Gray;
        color:#000000;
        font-size:13px;
        line-height:24px;
        margin-top:2px;

    }

.divAdmin{
    width:95%;
    margin:auto;
    background-color:#f9f9f9;
    box-shadow:-3px 3px 4px Gray;
    padding:0;
    margin-top:10px;
}

.headerInAdmin {
    width: 100%;
    font-size: 18px;
    line-height: 45px;
    height: 60px;
    color: white;
    background-color: #0094ff;
    box-shadow: 0px 3px 4px Gray;
    padding:8px;
    box-sizing:border-box;
}
.table_Details{
    width:100%;
}
.divContentInAdmin {
    padding: 2%;
}
.td_SubjectInDetail {
    background-color: #f5ffdb;
    padding: 8px;
    margin-bottom: 4px;
    border-bottom: 1px solid red;
    font-size: 15px;
    font-weight: bold;
}
.td_SubjectInList {
    background-color: #f5ffdb;
    padding: 8px;
   font-size:15px;
   font-weight:bold;
    margin-bottom: 4px;
    border-bottom:1px solid red;
}
.td_SearchInList{
    text-align:right;

}
.td_SubjectColumn_Detail {
    padding:6px 8px 6px 1px;
    background-color:#d6d6d6;
    border-bottom:1px solid Gray;
    width:20%;
    text-align:right;
    
}
.td_ValueColumn_Detail {
    padding: 6px 8px 6px 1px;
    border-bottom: 1px solid Gray;
    text-align:right;
    
}
.td_ErrorMessage{
    text-align:right;
}
.td_NewInList {
    text-align: right;
}


table {
    border: 0;
    width: 100%;
    background-color: unset !important;
    border-collapse: collapse;
    border-spacing: 0;
    border: unset !important;
    border-collapse: collapse;
}

th {
    font-size: 13px;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    text-align: unset !important;
    border-bottom: unset !important;
    background-color: unset !important;
    padding: 6px;
}

/*tr:nth-child(odd) {
    background-color: #d6d6d6 !important;
    font-size: 11px;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    text-align: unset !important;
    border-bottom: unset !important;
}

tr:nth-child(even) {
    background-color: unset !important;
    font-size: 11px;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    text-align: unset !important;
    border-bottom: unset !important;
}

tr:hover {
    background-color: #edffc2 !important;
}*/

