
.main ul > li::before, .content ul > li::before, .modal-fullscreen .modal-dialog ul > li::before, .video-custom-content ul > li::before, .carousel-main .item-inner ul > li::before {
    content: "";
    float: left;
    margin-left: 0em;
}

.modal .modal-content {
    color: inherit;
}

.modal .modal-title {
    color: inherit;
}

.modal .modal-content {
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-height: auto;
}

.top-wrapper {
    background: #f2f2f2 none repeat scroll 0 0;
}

#bgnd-left {
    background: #f2f2f2;
}

#bgnd-right {
    background: #f2f2f2;
}

#content-main {
    background: #f2f2f2;
}

.container {
    background-color: #fff;
}

.clear-float{
    clear: both;
}

#wrapper {
    background: #f2f2f2;
}

.btn, .content .nav-tabs > li, .modal-fullscreen .modal-dialog .nav-tabs > li, .video-custom-content .nav-tabs > li, .carousel-main .item-inner .nav-tabs > li, .lang-select .dropdown-menu a, .lang-select .dropdown-menu .link {
    font-size: 14px;
}

.panel-title {
    font-size: 16px;
    line-height: 1.2em;
    font-weight: normal;
}

.form-horizontal .control-label {
    margin-bottom: 0;
    text-align: right;
}

label {
    display: inline;
    font-weight: normal;
    margin-bottom: 0;
    max-width: none;
}

.col-xs-4 {
    width: 33%;
}

body {
    color: #000;

    font-size: 16px;
    background: #f2f2f2 none repeat scroll 0 0;
}

#header {
    background: #f2f2f2 none repeat scroll 0 0;
}

#top {
    position: relative;
}

#header .container {
    background: #f2f2f2 none repeat scroll 0 0;
}

.form-control {
    font-size: 14px;
}

.nav > li > a, .nav > li > .link, .nav > li > b {
    /*    display: inline; */
    font-size: 20px;
    line-height: inherit;
    vertical-align: middle;
}

/*.modal-dialog {
    background-color: #f8f8f8;
}*/
.col-sm-4 {
    width: 33.3333%;
}

.questionary-hint {
    display: block;
    color: lightslategrey;
    font-size: 14px;
    margin-left: 15px;
    margin-top: -2px;
}

.dropdown-menu {
    font-size: 14px;
    list-style: outside none none;
    text-align: left;
}

.datepicker table tr td.active:active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active {
    background-color: #009fdf;
    border-color: #204d74;
    color: #ffffff;
    border-radius: 0;
}

.input-group-addon {
    color: #555;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
}

.form-control-static {
    margin-bottom: 0;
    min-height: 34px;
    padding-bottom: 7px;
    padding-top: 7px;
    font-size: 14px;
}

.select2-container--krajee .select2-selection {
    border-radius: 0;
}

input[type="radio"], input[type="checkbox"] {
    line-height: normal;
    margin: 4px 0 0;
}

input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="radio"] {
    left: 0;
    position: inherit;
    top: 0;
    visibility: visible;
}

.select2-container--krajee .select2-results__option--highlighted[aria-selected] {
    background-color: #009fdf;
    color: #fff;
}

.col-xs-3, .video-custom-content-inner {
    width: 25%;
}

.col-xs-2 {
    width: 16.6667%;
}

.form-control {
    height: 34px;
}

.field-personaldata-need_po_course label, .field-personaldata-need_dormitory label, .field-personaldata-need_pc_course label, .field-personaldata-need_engineer_class label,
.field-addressdata-homeless label {
    display: block;
    padding-top: 4px;
}

.field-addressdata-not_found label {
    display: block;
    padding-top: 8px;
}

.dropdown > .dropdown-toggle {
    background-color: #eaeaea;
    font-size: 20px;
}

.dropdown > .dropdown-toggle span {
    font-size: 20px;
}

.caret {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px dashed;
    display: inline-block;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    width: 0;
}

.nav .open > a, .nav .open > .link, .nav .open > a:hover, .nav .open > .link:hover, .nav .open > a:focus, .nav .open > .link:focus {
    background-color: #f2f2f2;
    border-color: #009fdf;
    color: #333;
}

.pull-right > .dropdown-menu {
    right: 8px;
    padding-bottom: 0;
}

.dropdown-menu > li > a, .dropdown-menu > li > .link {
    border-bottom: 1px dashed;
    clear: both;
    display: block;
    float: left;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 10px;
    margin-top: 5px;
    padding: 3px 0;
    text-decoration: none;
    white-space: nowrap;
    width: auto;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > .link:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > .link:focus {
    color: #337ab7;
    background-color: inherit;
    text-decoration: none !important;
}

.spec-search-check {
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    font-weight: normal;
    color: #555;
    display: block;
    font-size: 14px;
    line-height: 1.42857;
    padding: 6px 12px;
    -webkit-transition: border-color 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
    transition: border-color 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
    -o-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
}

.spec-search-check input {
    margin-right: 5px;
    float: left;
}

.spec-search-check span {
    display: block;
    line-height: 1em;
    margin-top: 2px;
    padding-left: 22px;
}

.form-checkbox {
    margin-top: 10px !important;
}

.spec-search-select-large {
    float: left;
    margin-left: 9px;
    width: 48%;
}

.spec-search-btn {
    height: 82px;
    line-height: 3.333;
    width: 100px;
}

.update-info {
    float: right;
    margin-bottom: 0;
    padding: 5px;
}

h4, .h4 {
    font-size: 18px;
}

h4, .h4, h5, .h5, h6, .h6 {
    margin-bottom: 10px;
    margin-top: 10px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: #ddd #ddd transparent;
    -o-border-image: none;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #555;
    cursor: default;
}

.nav-tabs > li > a {
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    line-height: 1.42857;
    margin-right: 2px;
}

.main ul, .main ol, .content ul, .modal-fullscreen .modal-dialog ul, .video-custom-content ul, .carousel-main .item-inner ul, .content ol, .modal-fullscreen .modal-dialog ol, .video-custom-content ol, .carousel-main .item-inner ol {
    counter-reset: item;
    margin-bottom: 0em;
    padding-left: 0;
}

.content .nav-tabs li.active, .modal-fullscreen .modal-dialog .nav-tabs li.active, .video-custom-content .nav-tabs li.active, .carousel-main .item-inner .nav-tabs li.active {
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    margin: 0 0 8px;
}

.content .nav-tabs li.active:hover, .modal-fullscreen .modal-dialog .nav-tabs li.active:hover, .video-custom-content .nav-tabs li.active:hover, .carousel-main .item-inner .nav-tabs li.active:hover {
    background: transparent;
}

.ege-tabs {
    float: left !important;
    padding-left: 10px !important;
}

.select2-container--krajee .select2-dropdown {
    border-radius: 0;
}

.select2-container--krajee .select2-search--dropdown .select2-search__field {
    border-radius: 0;
}

.select2-container--krajee .select2-search .select2-search__field {
    min-width: 7em !important;
}

h3, .h3 {
    font-size: 24px;
    line-height: 2.4em;
    margin-bottom: 0;
}

.app-info {
    margin-top: 16px;
}

.update-info {
    float: right;
    margin-bottom: 0;
    padding: 5px;
}

.content {
    padding-bottom: 30px;
    padding-top: 30px;
}

.content .nav-tabs > li, .modal-fullscreen .modal-dialog .nav-tabs > li, .video-custom-content .nav-tabs > li, .carousel-main .item-inner .nav-tabs > li {
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
}

.modal .close {
    background: inherit;
    height: inherit;
    opacity: inherit;
    outline: inherit;
    overflow: inherit;
    position: inherit;
    right: inherit;
    text-indent: inherit;
    top: inherit;
    width: inherit;
    z-index: inherit;
}

h2 {
    color: #333;
    font-weight: bold;
}

.dropdown li {
    margin-bottom: 0 !important;
    padding: 0px !important;
    position: relative;
}

.dropdown-menu > li {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.nav > li.active {
    background: transparent;
    padding-left: 0;
}

.blue-button {
    border-color: #009fdf;
}

.main ul > li, .content ul > li, .video-custom-content ul > li, .carousel-main .item-inner ul > li {
    /* padding-left: 0;
     margin-left: 0;*/
}

.semibold-link {
    font-weight: 700 !important;
}

#header {

    font-size: 16px;
}

#header ul.top-menu li {
    display: block;
    float: left;
    margin: 0 0 0 0.5em;
    padding: 0.2em 0.5em 0.3em;
    height: 70px;
}

#header ul.top-menu li > a {
    display: inline;
    font-size: 24px;
    line-height: inherit;
    vertical-align: middle;
    text-decoration: underline;
    font-weight: bold;
}

#header ul.top-menu li > a:hover {
    text-decoration: none;
}

#header ul.top-menu li > a {
    color: #333;
    display: block;
    padding: 50px 0 0;
}

#header ul.top-menu li.logolink > a {
    padding-top: 10px;
}

#header ul.top-menu li.logolink {
    padding-top: 10px;
}

#header ul.top-menu .dropdown {
    width: 40px;
}

#header ul.top-menu .dropdown a {
    background-color: transparent;
}

#header .dropdown > .dropdown-toggle span {
    font-size: 26px;
    margin-top: -4px;
}

#header ul.top-menu .dropdown > ul li {
    height: auto;
}

#header ul.top-menu .dropdown > ul {
    padding-top: 15px;
    top: 80px;
}

#header ul.top-menu .dropdown > ul li a {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: none;
    margin: 0;
}

#header .dropdown-menu {
    left: -400px;
}

.dropdown-menu .divider {
    background-color: #e5e5e5;
    clear: both;
    height: 1px;
    margin: 12.5px 0;
    overflow: hidden;
}

.content .nav-tabs > li, .modal-fullscreen .modal-dialog .nav-tabs > li, .video-custom-content .nav-tabs > li, .carousel-main .item-inner .nav-tabs > li, .content .nav-tabs > li:active, .modal-fullscreen .modal-dialog .nav-tabs > li:active, .video-custom-content .nav-tabs > li:active, .carousel-main .item-inner .nav-tabs > li:active {
    border-right: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.importantinfo span {
    float: left;
    font-size: 26px;
    margin-right: 10px;
}

.importantinfo p {
    line-height: 1.7em;
}

.footer {
    border-top: none;
}

.wrapper-inner {
    width: 100%;
}

.footer p {
    text-align: center;
    font-size: 16px;
}

.app-add {
    margin-top: 30px;
}

.modal-radio input[type="radio"] {
    margin-right: 3px;
}

.alert-info .close {
    margin-top: -5px;
}

.alert-danger .close {
    margin-top: -5px;
}

.nav > li {
    display: block !important;
}

.abitlist-filter .select2-container--krajee {
    width: 99% !important;
}

.abitlist-filter .btn {
    margin-right: 23px;
}

.order-check {
    display: block;
    float: left;
    font-size: 30px;
    margin-right: 10px;
    margin-top: -5px;
}

.report-header h1 {
    font-size: 18px;
    text-align: center;
}

.report-header h2 {
    font-size: 16px;
    text-align: center;
}

.rating-header-row {
    margin-top: 5px;
    margin-bottom: 5px;
}

.report-body thead th {
    text-align: center;
}

.export-container {
    float: right;
    position: absolute;
    right: 0;
    z-index: 100;
}

.export-container a {
    display: block;
    float: none;
    text-align: right;
}

.module-container {
    margin-top: 25px;
}

.module-container .table {

}

.module-container .table td {
    font-size: 12px;
    vertical-align: middle;
    border: 1px solid #a0a0a0;
}

.report-body .col-xs-12, .report-body .col-xs-6, .report-body .col-xs-8, .report-body .col-xs-4 {
    padding-left: 0;
    padding-right: 0;
}

.day-date .date {
    margin-bottom: 0px;
}

.schedule-type-switch {
    float: right;
}

.plan-header .col-xs-12 {
    margin-bottom: 10px;
}

.plan-header .btn {
    float: right;
}

.disciplines-container,.stipends-container {
    margin-top: 45px;
}



.disciplines-container .table th, .disciplines-container .table td {
    text-align: center;
}

.disciplines-container .table .first_col {
    text-align: left;
}

.disciplines-container .table td {
    vertical-align: middle;
}

.table-container {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 20px;
}

.table-container .table {
    margin-bottom: 0px;
}

.fallback {
    float: left;
    position: absolute;
    left: 0;
    z-index: 100;
}

.roles-container {
    margin-top: 20px;
}

.roles-container a {
    border: 1px solid #c0c0c0;
    border-radius: 5px;
    display: block;
    font-size: 25px;
    height: 100px;
    margin-top: 25px;
    padding: 34px 25px;
    width: 350px;
    color: #00498f;
}

#datetimepicker2-kvdate {
    width: 260px;
}

.nav-pills {
    height: 60px;
}

#grade-tabs-0 > li > a, #grade-tabs-0 > li > .link, #grade-tabs-0 > li > b {
    font-size: 13px;
}

#grade-tabs-0 > li > a {
    padding: 10px;
}

.panel-body > ul > li {
    margin-left: 30px;
}

ul.left-menu ul {
    padding-left: 20px;
    font-size: 10pt;
}

ol li {

    padding-left: 10px;
    margin-left: 20px;
}

.form-horizontal .help-block {
    padding-left: 25px;
    margin-left: 30px;
}

ul.left-menu ul {
    padding-left: 20px;
    font-size: 10pt;
}

ol li {

    padding-left: 10px;
    margin-left: 20px;
}

.form-horizontal .help-block {
    padding-left: 25px;
}