/* Typography */
.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 5px;
    margin-bottom: 5px;
}

h3, .h3 {
    font-size: 16px;
}

h4, .h4 {
    font-size: 15px;
}

.body {
    line-height: 1.0957142;
}

hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

@media (min-width: 992px) {
    .col-md-11 {
        width: 91.66666667% !important;
    }
}

/* Tab panes */
.tab-content {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 0px 0px 10px 10px;
    background: #fff;
}

.nav-tabs > li > a > i{
    width: 18px;
    display: inline-block;
    font-family: Unitron;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    vertical-align: middle;
}
.nav-tabs > li > a {
    background: #eef1f6;
    border-top-right-radius: 0;
    padding: 4px 5px;
    margin: 0;
}
.nav-tabs > li{
    margin-right: 7px;
    border-radius: 4px 4px 1px 0;
    border: 1px solid #e1e5ea;
}
.nav-tabs > li.active{
    border-right: 5px solid lightsteelblue;
}

/* Tooltip */
.tooltip-inner {
    min-width: 250px;
    padding: 2px 4px;
    color: #0275d8;
    background-color: #fff;
    border: 2px solid;
    box-shadow: 0px 1px 10px rgba(6, 6, 6, 0.3);
}

/* Modal Styling */
.modal-content{
    border-radius: 3px;
}

.modal-header{
    background: #325576;
    color: whitesmoke;
    text-align: left;
    height: 26px;
    padding: 0;
    padding-top: 1px;
    padding-left: 10px;
}
.modal-title{
    text-align: left;
    font-weight: 500;
}
.modal-footer{
    padding: 4px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-dialog-large{
    width: calc(75%);
    height: calc(50%);
}

.modal-body{
    padding: 12px 10px 20px 10px;
    max-height: 85vh;
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-header .close{
    color: whitesmoke;
    opacity: 1;
    border: none;
    padding: 1px;
    margin: -2px 0px 0px 10px;
    padding-right: 10px;
}

.modal-footer-alert {
    text-align: right;
    border-top: 0px;
}

.modal-header-alert {
    min-height: 16.43px;
    padding: 1px 5px 1px 5px;
    background-color: #df706d;
    color: whitesmoke;
}

.modal-header-alert .close{
    color: whitesmoke;
    opacity: 1;
    padding: 1px;
    margin: -2px 0px 0px 10px;
}

.form-control.view-mode[readonly] {
    background: none;
    border: none;
    box-shadow: none;
    padding-left: 0px;
    margin-left: 1px;
}

.modal-footer{
    /*text-align:left;
    padding: 10px 10px 5px 0;*/
}

.modal-dialog.lg-modal {
    width: 1000px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f3f1f1;
}

/* Form Styling */

.form-inline .form-group .control-label{
    display: inline-block;
}

.form-inline .form-group .control-input{
    display: inline-block;
}

.form-inline .form-group .input-group{
    display: inline-table;
}

/* Panel */

.panel {
    padding-top: 2px;
    margin-bottom: 10px;
    background-color: #fcfcfc;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 2px 1.5px rgba(0, 0, 0, .05);
}

.panel-default {
    border-color: #d9e0e1;
}

.panel {
    border-radius: 0px;
    margin-bottom: 15px;
}

.panel-heading {
    border-radius: 0px;
    padding: 9px 8px;
}

.panel-body {
    padding: 10px;
}
/* Textarea */

textarea.form-control {
    resize: vertical;
}

textarea.form-control.view-mode[readonly] {
    resize: none !important;
}

/* Pills */
.nav-pills {
    background: #fff;
    box-shadow: 1px 1px 5px #333;
    padding: 0px;
}

.nav-pills>li>a {
    border-radius: 0px;
}

/* Description */

.description_title_left.dl-horizontal dt{
    text-align: left;
}

dl.description_title_left dt {
    margin-right: 15px;
}

.dl-horizontal dt{
    white-space: initial;
}

.dl-horizontal .dl-group{
    padding: 2px 0px;
    border-bottom: 1px solid #eee;
}

.dl-horizontal .dl-group:last-child{
    border-bottom: none;
}

.dropdown-menu .divider {
    margin: 4px 0;
}


/* Box - console */
div.box {
    padding: 0.2em;
    background-color: rgba(20,53,80,0.038);
    border: 1px solid rgba(20,53,80,0.05);
    height: 250px;
}

.console {
    background-color: transparent;
    color: #333;
    margin: 0;
    overflow-x: hidden;
    text-align: left;
    height: 240px;
    border: 1px solid rgba(20,53,80,0.1);
    background-color: #ffffff;
    text-indent: 0;
    line-height: normal;
}

.inside_console {
    background-color: white;
    font-size: 13px;
    margin-left: 3px;
    line-height: 2em;
}

/* Box - console - specific */
div.insert-students-data-box {
    height: 120px;
    width: 82%;
}

.popover {
    max-width: 800px;
}

/* Table */

.table {
    margin-bottom: 5px;
}

/* Radio */
.radio-inline {
    margin-bottom: 5px !important;
    font-weight: bold;
}

/* Buttons */

.btn-outline-primary {
    color: #337ab7;
    background-color: transparent;
    background-image: none;
    border-color: #337ab7;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(51,122,183,.5);
}

.btn-outline-success {
    color: #5cb85c;
    background-color: transparent;
    background-image: none;
    border-color: #5cb85c;
}

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.btn-outline-success.focus, .btn-outline-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(92,184,92,.5);
}

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger.focus, .btn-outline-danger:focus {
    box-shadow: 0 0 0 0.2rem rgba(220,53,69,.5);
}

.btn-outline-info {
    color: #5bc0de;
    background-color: transparent;
    background-image: none;
    border-color: #5bc0de;
}

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.btn-outline-info.focus, .btn-outline-info:focus {
    box-shadow: 0 0 0 0.2rem rgba(49,176,213,.5);
}

.btn-outline-warning {
    color: #f0ad4e;
    background-color: transparent;
    background-image: none;
    border-color: #f0ad4e;
}

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show>.btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.btn-outline-warning:hover {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.btn-outline-warning.focus, .btn-outline-warning:focus {
    box-shadow: 0 0 0 0.2rem rgba(240,173,78,.5);
}
