﻿/************************************************* Container *******************************************/

.req {
    padding-left: 2px;
    color: red;
}
.required {
    color: red;
    display: block;
    font-size: smaller;
    padding-left: 5px;
}

.body-content {
    /*box-shadow: 0 0 20px 5px #888888;*/
    margin: 0 auto 10px;
    /*padding: 0 20px 20px;*/
}
.line {
    *width: 100%;
    height: 2px;
    margin: 10px 0;
    font-size: 0;
    overflow: hidden;
    background-color: #fff;
    border-width: 0;
    border-top: 1px solid #e0e4e8;
}

.line-mini {
    margin: 0;
}

.line-dashed {
    border-style: dashed;
    background: transparent;
}

.line-large {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 1200px) {
    .body-content {
        /*min-height: 535px;*/
        padding-top: 20px;
    }

    .navbar .container {
        max-width: 95%;
    }
}

.navbar-brand {
    font-size: 30px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.plr {
    text-align: left !important;
}

.ctr {
    text-align: center !important;
}

.disabled {
    cursor: not-allowed !important;
}

span.red, strong.red {
    color: #E12523;
}

.validation-summary-errors ul {
    margin: 0 !important;
}

.mandatory:after {
    color: red;
    content: "*";
}

input {
    outline: none;
    border: 1px solid #b6b7bb;
    padding: 2px 0 2px 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 5px;
    position: relative;
}

    input.input-validation-error, textarea.input-validation-error, select.input-validation-error {
        border-color: red;
    }

    input:hover {
        border: 1px solid #666;
    }

    input:focus {
        border: 1px solid #66afe9;
        background: #FEFF99;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    }

[role="button"] {
    cursor: pointer;
}

input[type="radio"] {
    vertical-align: middle;
    cursor: pointer;
    margin: 0;
}

    input[type="radio"] + label {
        vertical-align: middle;
        margin: 0 15px 0 5px;
        font-weight: normal;
        cursor: pointer;
    }

​ a {
    cursor: pointer;
}

.form-control {
    display: inline-block;
    width:97%;
}

select.form-control {
    /*height: 25px;*/
    padding: 0;
}

img {
    max-width: 100%;
}

.compact .form-group {
    margin-bottom: 2px;
}

.compact .control-label, .compact .radio, .compact .checkbox, .compact .radio-inline, .compact .checkbox-inline {
    padding-top: 2px;
}

.compact .form-control {
    padding: 0 5px;
    height: 24px;
}

.compact i {
    font-family: Calibri;
    font-size: 13px;
    padding-left: 10px;
    position: absolute;
}

@media (max-width: 768px) {
    .compact i {
        position: initial;
    }
}

.compact i.fa {
    font-family: FontAwesome;
    font-size: initial;
    position: initial;
    padding: initial;
}

.compact hr, hr.compact {
    margin: 10px 0 15px;
}

.gray .control-label {
    color: #666;
}

.checkbox {
    padding-top: 0 !important;
}

.fa {
    line-height: normal !important;
}

.font-arial-black {
    font-family: Arial;
    font-weight: 800;
}

.pagination {
    margin: 0;
}

.icon {
    position: absolute;
    z-index: 10;
    border-right: 1px solid #cccccc;
    left: 22px;
    top: 4px;
    padding-right: 6px;
    font-size: 19px;
}

    .icon + input {
        padding-left: 33px;
    }

.panel-default h3.panel-title {
    color: #666;
}

/*************************** Search *****************************************/

.search {
    font-size: 12px;
    margin-bottom: 5px;
}

    .search label {
        border-right: 1px solid #eee;
        height: 18px;
        left: 22px;
        margin: 0;
        padding-right: 2px;
        position: relative;
        z-index: 10;
    }

    .search input[type="text"] {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        height: 26px;
        width: 200px;
        font-size: 12px;
        padding: 2px 5px 2px 22px;
    }

        .search input[type="text"]:focus {
            border-color: #66afe9;
            /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);*/
            outline: 0 none;
        }

    .search a {
        display: inline-block;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        background-color: #fff;
        border-color: #ccc;
        color: #333;
        text-transform: none;
        margin-left: -4px;
        height: 26px;
        padding: 2px 9px;
        vertical-align: top;
    }

        .search a:hover {
            background-color: #e6e6e6;
            border-color: #adadad;
            color: #333;
        }

@media (max-width: 768px) {
    .search .right, .search .left {
        float: none;
    }
}
/*************************** end Search tag ************************************/

/*************************** Anchor tag ************************************/
.button {
    display: inline-block;
    padding: 3px 12px;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    border-bottom: 1px solid rgba(0,0,0,0.25);
    position: relative;
    cursor: pointer;
    text-align: center;
    top: 1px;
}

    .button:hover, .button:focus, .button:active {
        color: #fff;
        text-decoration: none;
    }

.green.button, .green.button:visited {
    background-color: #91bd09;
}

    .green.button:hover, .green.button:focus, .green.button:active {
        background-color: #749a02;
    }

.greenlight.button, .greenlight.button:visited {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .greenlight.button:hover, .greenlight.button:focus, .greenlight.button:active {
        background-color: #47a447;
        border-color: #398439;
    }

.red.button, .red.button:visited {
    background-color: #e62727;
}

    .red.button:hover, .red.button:focus, .red.button:active {
        background-color: #cf2525 !important;
    }

.reddark.button, .reddark.button:visited {
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .reddark.button:hover, .reddark.button:focus, .reddark.button:active {
        background-color: #d2322d;
        border-color: #ac2925;
    }

.orange.button, .orange.button:visited {
    background-color: #ff5c00;
}

    .orange.button:hover, .orange.button:focus, .orange.button:active {
        background-color: #d45500;
    }

.orangelight.button, .orangelight.button:visited {
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .orangelight.button:hover, .orangelight.button:focus, .orangelight.button:active {
        background-color: #ed9c28;
        border-color: #d58512;
    }

.blue.button, .blue.button:visited {
    background-color: #2981e4;
}

    .blue.button:hover, .blue.button:focus, .blue.button:active {
        background-color: #2575cf;
    }

.bluedark.button, .bluedark.button:visited {
    background-color: #428bca;
    border-color: #357ebd;
}

    .bluedark.button:hover, .bluedark.button:focus, .bluedark.button:active {
        background-color: #3276b1;
        border-color: #285e8e;
    }

.bluelight.button, .bluelight.button:visited {
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .bluelight.button:hover, .bluelight.button:focus, .bluelight.button:active {
        background-color: #39b3d7;
        border-color: #269abc;
    }

.logoff {
    color: white !important;
    margin: 12px 0;
    padding: 2px 10px !important;
}

    .logoff:hover {
        background-color: #cf2525 !important;
    }

span.excel {
    background-image: url("http://allen.ac.in/adminpanel1617/images/Excel_icon.png");
    background-size: 30px auto;
    height: 30px;
    width: 30px;
    vertical-align: middle;
    border: 0;
    display: inline-block;
}
/*************************** end Anchor tag ************************************/

/*************************** navigation ******************************************/

.navbar-inverse .navbar-brand {
    color: White;
    font-weight: 900 !important;
    font-family: arial;
}

/*************************** end navigation ******************************************/

/**************************** Message box **************************************************/
.info, .success, .warning, .error {
    border: 1px solid;
    margin: 10px 0px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    text-align: left;
    background-position: 10px 15px;
}

.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('images/notice.png');
}

.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('images/success.png');
}

.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('images/warning.png');
}

.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('images/error.png');
}
/**************************** end Message box ************************************************/

/**************************** Table ************************************************/
.table-responsive .table {
    margin: 0;
}

.table td.plr, .table th.plr {
    padding: 0 8px !important;
}

.subfoot th {
    background-color: #E5E5E5;
    color: #2e2e2e;
    padding: 4px 8px !important;
    font-size: 13px;
}

tr.greenshade {
    background: #A5CF45 !important;
    color: #2e2e2e !important;
}

    tr.greenshade th {
        border-color: #2e2e2e !important;
    }

.blue.table th, .blue.table td {
    border-color: #8e8e8e !important;
    vertical-align: middle;
}

.blue.table tbody {
    border: 0;
}

.blue.table thead tr {
    background-color: #20468d;
    color: #fff;
    font-weight: bold;
    height: 30px;
}

.blue.table td {
    padding: 0;
}

.blue.table th {
    text-align: center;
}

.blue.table tbody tr:nth-child(even) {
    background-color: #f7f7f7;
}

.blue.table tbody tr:hover {
    background: #d5e8fd !important;
}

.blue.table tfoot tr th {
    background-color: #000;
    color: #fff;
    font-weight: bold;
    padding: 4px 8px;
}

.blue.table tr th.red {
    color: #E12523;
}

.blue.table tfoot tr th.red {
    background: #fff;
}

.compact.blue.table thead th {
    font-size: 13px;
    vertical-align: middle;
    padding: 0 8px;
}

.compact.blue.table td {
    font-size: 12px;
    padding: 0 5px;
}

.tablesorter .header {
    cursor: pointer;
    font-family: FontAwesome;
    white-space: nowrap;
}

    .tablesorter .header.headerSortDown:after {
        content: " ";
    }

    .tablesorter .header.headerSortUp::after {
        content: " ";
    }

@media (min-width: 992px) {
    .scrollX_hide .dataTables_scrollBody {
        overflow-x: hidden !important;
    }

    .scrollX_hide .dataTables_scrollFootInner {
        width: 100% !important;
    }
}
/**************************** end Table ************************************************/

/**************************** Graph ************************************************/
.graph1 {
    height: 230px;
    width: 430px;
    margin: 10px 0;
    margin: 0 auto;
}

.graph2 {
    height: 230px;
    width: 430px;
    margin: 10px 0;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .graph1 {
        height: 300px;
        width: 550px;
    }

    .graph2 {
        height: 300px;
        width: 550px;
    }
}
/**************************** end Graph ************************************************/

/**************************** Accordion ************************************************/
/* Icon when the collapsible content is shown */
#accordion .collaps-head {
    display: block;
    width: 100%;
}

    #accordion .collaps-head:after {
        font-family: "Glyphicons Halflings";
        content: "\e114";
        float: right;
        margin-left: 15px;
    }
    /* Icon when the collapsible content is hidden */
    #accordion .collaps-head.collapsed:after {
        content: "\e080";
    }

#accordion h3 {
    font-size: 16px;
    color: #390;
    font-weight: bold;
    line-height: 27px;
    margin: 5px 0 10px;
}

#accordion h4 {
    font-weight: bold;
    font-size: inherit;
    color: #C00;
}

#accordion .panel-body ol {
    list-style: none;
    padding: 8px;
}

    #accordion .panel-body ol li {
        margin-bottom: 20px;
    }
/**************************** end Accordion ********************************************/

/****************************** TreeView ***********************************************/
.css-treeview ul,
.css-treeview li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.css-treeview input {
    position: absolute;
    opacity: 0;
}

.css-treeview {
    font: normal 11px "Segoe UI", Arial, Sans-serif;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

    .css-treeview a {
        color: #00f;
        text-decoration: none;
    }

        .css-treeview a:hover {
            text-decoration: underline;
        }

    .css-treeview input + label + ul {
        margin: 0 0 0 22px;
    }

    .css-treeview input ~ ul {
        display: none;
    }

    .css-treeview label,
    .css-treeview label::before {
        cursor: pointer;
    }

    .css-treeview input:disabled + label {
        cursor: default;
        opacity: .6;
    }

    .css-treeview input:checked:not(:disabled) ~ ul {
        display: block;
    }

    .css-treeview label,
    .css-treeview label::before {
        background: url("images/icons.png") no-repeat;
    }

        .css-treeview label,
        .css-treeview a,
        .css-treeview label::before {
            display: inline-block;
            height: 16px;
            line-height: 16px;
            vertical-align: middle;
        }

    .css-treeview label {
        background-position: 18px 0;
    }

        .css-treeview label::before {
            content: "";
            width: 16px;
            margin: 0 22px 0 0;
            vertical-align: middle;
            background-position: 0 -32px;
        }

    .css-treeview input:checked + label::before {
        background-position: 0 -16px;
    }

    .css-treeview li span {
        margin-left: 18px;
        display: inline-block;
    }

        .css-treeview li span:last-child {
            margin-bottom: 5px;
        }

/* webkit adjacent element selector bugfix */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .css-treeview {
        -webkit-animation: webkit-adjacent-element-selector-bugfix infinite 1s;
    }

    @-webkit-keyframes webkit-adjacent-element-selector-bugfix {
        from {
            padding: 0;
        }

        to {
            padding: 0;
        }
    }
}
/********************************* end TreeView ********************************************/

/**************************** Checkbox Dropdown ********************************************/
.multiselect-container {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .multiselect-container .input-group {
        margin: 5px;
    }

    .multiselect-container > li {
        padding: 0;
    }

        .multiselect-container > li > a.multiselect-all label {
            font-weight: 700;
        }

        .multiselect-container > li.multiselect-group label {
            margin: 0;
            padding: 3px 20px 3px 20px;
            height: 100%;
            font-weight: 700;
        }

        .multiselect-container > li.multiselect-group-clickable label {
            cursor: pointer;
        }

        .multiselect-container > li > a {
            padding: 0;
        }

            .multiselect-container > li > a > label {
                margin: 0;
                height: 100%;
                cursor: pointer;
                font-weight: 400;
                padding: 3px 20px 3px 40px;
            }

                .multiselect-container > li > a > label.radio, .multiselect-container > li > a > label.checkbox {
                    margin: 0;
                }

                .multiselect-container > li > a > label > input[type=checkbox] {
                    margin-bottom: 5px;
                }

    .multiselect-container .radio input[type="radio"] {
        margin-top: 4px;
    }

.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.form-inline .multiselect-container label.checkbox, .form-inline .multiselect-container label.radio {
    padding: 3px 20px 3px 40px;
}

.form-inline .multiselect-container li a label.checkbox input[type=checkbox], .form-inline .multiselect-container li a label.radio input[type=radio] {
    margin-left: -20px;
    margin-right: 0;
}

.multiselect-search {
    height: 34px !important;
}

.multiselect-container .input-group-btn .multiselect-clear-filter {
    border-left: 0 !important;
}

button.multiselect .caret {
    position: absolute;
    right: 6px;
    top: 8px;
}
/**************************** end Checkbox Dropdown ********************************************/
