﻿/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/

/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

/* styles for validation helpers */
/*.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}*/

/*   excel  */

.CssClass {
    width: 12%;
    padding: 5px;
    text-align: center;
    font-weight: bold;
}

.CssClass2 {
    width: 14%;
    padding: 5px;
    /*text-align: center;*/
    font-weight: bold;
}

.BackgroundOfExcel {
    background-color: #ccc;
}

.borderOfExcel {
    /*border-top: 1px solid #555;
    border-bottom: 1px solid #555;*/
}

.MainStyle {
    width: 14%;
    padding: 5px;
    border-bottom: 1px solid #aaa;
}
/*   excel  */

.PaddingBottom {
    padding-bottom: 10px;
}

.PaddingOfAccess {
}

.BorderOfAccess {
    border: 2px solid #eee;
    min-height: 300px;
    margin: 5px;
    padding: 10px;
    padding-top: 0px;
}

.TilleOfAccess {
    padding: 10px;
    color: #fff;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    height: 50px;
}

.TilleColorOfAccess {
    background-color: #2dc3e8;
}

.TilleColorOfAccess2 {
    background-color: #f4b400;
}

.UlOfAccess {
    padding-top: 30px;
}

.GroupNames {
    font-weight: bold;
    color: #222;
    cursor: pointer;
}

.UlOfAccess ul {
    padding-top: 10px;
    padding-bottom: 10px;
}

.UlOfAccess li {
    list-style: none;
}

.UlOfAccess ul li {
    padding-bottom: 10px;
    list-style: none;
}

.DelOfAccess {
    color: red;
    cursor: pointer;
}

.UserList {
    display: none;
}

.PaddingRightAccess {
    padding-right: 20px;
}

.PaddingRightWAccess {
    padding-right: 0px;
    padding-top: 20px;
}

.BackgroundAccess {
    color: dodgerblue;
}

.BackgroundUserList {
    background-color: #eee;
}

.UserList2 {
    display: none;
}


.tableModal thead tr td {
    background-color: #2B9E9E !important;
    color: #fff !important;
}

.tableModal tbody tr td {
    color: #5F5F5F !important;
    vertical-align: middle;
    padding: 0px;
}

.ColorOfStar {
    color: red !important;
    font-size: 15px;
}

.help-block {
    color: red;
}

#map {
    height: 500px;
    width: 800px;
}

.table-toolbar {
    margin-left: 5px !important;
}


.DivOfUserNameTitle{
    color:#000;
    padding-right:15px;
}

