﻿.main {
    margin: 0 auto;
    width: 90%;
}

div.buttons {
    text-align: center;
}

div.girdview {
    text-align: left;
}

.myCenteredGrid {
    margin: 0 auto;
}

div.content {
    text-align: center;
}

div.main h4 {
    padding-left: 150px;
}

div.main h3 {
    padding-left: 160px;
}

div#labels {
    padding-left: 40px;
}

.hidden {
    display: none;
}

div#coutable {
    padding-left: 22%;
    padding-right: 12%;
    padding-top: 50px;
}

h3.title {
    padding-top: 20px;
    padding-left: 10%;
}

table.details {
    background-color: transparent;
    border-collapse: collapse;
    width: 80%;
}


    table.details th, table.details td {
        text-align: left;
        border: 1px solid #ddd !important;
        padding: 5px;
    }

    table.details th {
        background-color: #f4f4f4;
    }

.cbPermission input[type="checkbox"] {
    margin-right: 10px;
    padding-right: 30px;
}

h2 {
    padding-top: 0;
    padding-left: 10px;
}

div.messageContainer {
    width: 100%;
    padding: 0;
    text-align: center;
    position: absolute;
    top: 0;
    z-index: 999999;
    display: none;
}

#dialogRoleCreated {
    width: 450px;
    position: relative;
    margin: 0 auto;
}

.btnSave {
    margin-left: 8px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-font-smoothing: antialiased;
    background-image: linear-gradient( #e3262e, #ab171e);
    background-color: #ab171e;
    border-bottom-color: #820a0f;
    border-left-color: #9a1015;
    border-right-color: #9a1015;
    border-top-color: #af151b;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.34);
    color: #ffffff;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.11);
}

    .btnSave:hover {
        background-image: -webkit-linear-gradient( #e63d45, #c11a22);
        background-image: linear-gradient( #e63d45, #c11a22);
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.22);
        border: 1px solid #920c12;
        color: #ffffff;
        text-shadow: 0 -1px rgba(0, 0, 0, 0.11);
    }

@media (min-width:778px) and (max-width: 991px) {
    .custom-hidden-sm {
        display: none !important;
    }
}

@media (max-width:1286px) {
    .custom-hidden-sm {
        display: none !important;
    }
}

@media(max-width: 1286px) {
    .custom-hidden-md {
        display: none !important;
    }

    .custom-hidden-lg {
        display: inline !important;
    }
}

@media (min-width:1286px) and (max-width: 1680px) {
    .custom-hidden-lg {
        display: none !important;
    }

    .custom-hidden-md {
        display: inline !important;
    }
}

@media(min-width: 1680px) {
    .custom-hidden-lg {
        display: none !important;
    }
}

hr {
    height: 2px;
}

.hr-warning {
    background-image: linear-gradient(to right, rgba(210,105,30,.8), rgba(0,0,0,0));
}

.hr-success {
    background-image: linear-gradient(to right, rgba(15,157,88,.8), rgba(0,0,0,0));
}

.hr-primary {
    background-image: linear-gradient(to right, rgba(66,133,244,.8), rgba(0,0,0,0));
}

.hr-danger {
    background-image: linear-gradient(to right, rgba(244,67,54,.8), rgba(0,0,0,0));
}

.hr-warning-inverse {
    background-image: linear-gradient(to right, rgba(0,0,0,0), rgba(210,105,30,.8));
}

.hr-success-inverse {
    background-image: linear-gradient(to right, rgba(0,0,0,0), rgba(15,157,88,.8));
}

.hr-primary-inverse {
    background-image: linear-gradient(to right, rgba(0,0,0,0), rgba(66,133,244,.8));
}

.hr-danger-inverse {
    background-image: linear-gradient(to right, rgba(0,0,0,0), rgba(244,67,54,.8));
}

.main-content-footer {
    margin-left: -20px;
    margin-right: -20px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
    border-radius: 0 0 3px 3px;
    background: #f0f0f0;
    clear: both;
    border-top: 1px solid #dadada;
    padding: 10px 20px;
    margin-bottom: -20px;
    clear: both;
}

.main-content-footer {
    margin-left: -20px;
    margin-right: -20px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
    border-radius: 0 0 3px 3px;
    background: #f0f0f0;
    clear: both;
    border-top: 1px solid #dadada;
    padding: 10px 20px;
    margin-bottom: -20px;
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

    .bs-callout h4 {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .bs-callout p:last-child {
        margin-bottom: 0;
    }

    .bs-callout code {
        border-radius: 3px;
    }

    .bs-callout + .bs-callout {
        margin-top: -5px;
    }

.bs-callout-default {
    border-left-color: #777;
}

    .bs-callout-default h4 {
        color: #777;
    }

.bs-callout-primary {
    border-left-color: #428bca;
}

    .bs-callout-primary h4 {
        color: #428bca;
    }

.bs-callout-success {
    border-left-color: #5cb85c;
}

    .bs-callout-success h4 {
        color: #5cb85c;
    }

.bs-callout-danger {
    border-left-color: #d9534f;
}

    .bs-callout-danger h4 {
        color: #d9534f;
    }

.bs-callout-warning {
    border-left-color: #f0ad4e;
}

    .bs-callout-warning h4 {
        color: #f0ad4e;
    }

.bs-callout-info {
    border-left-color: #5bc0de;
}

    .bs-callout-info h4 {
        color: #5bc0de;
    }

th.sort > a {
    padding-left: 8px;
}

.desc {
    background: url(/Style/images/desc.png) center left no-repeat;
}

.asc {
    background: url(/Style/images/asc.png) center left no-repeat;
}

.empty-message {
    padding: 5px 10px;
    text-align: center;
}
