/* FOR ALL FILES */

body {

    font-family: "Tahoma", Times, serif;

    font-size: 12px;


}

body.student {
    font-family: "Roboto", sans-serif;

}


.edit_form_btn {

    padding: 5px;

}


#footer {

    background-color: #2b7646;

    width: 100%;

    position: fixed;

    bottom: 0px;

    text-align: center;

    padding-top: 10px;

    padding-bottom: 10px;

    color: #ffffff;

}


#logo {

    max-width: 60px;

}


#title {

    font-size: 14px;

    font-weight: bold;

}


.form-control {

    border-radius: 0;

}


.navbar {

    margin-bottom: 20px;

    padding: 0px;

    border: 0px;

}


.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {

    background-color: #2b7646;

    margin: 0px;

    border: 0px;

}


.navbar-inverse {

    border-color: #2b7646;

    background-color: #2b7646;

    border-radius: 0px;

}


.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {

    text-shadow: none;

    color: #ffffff;

    background-color: #2b7646;

}


.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {

    background-color: #16472a;

}


.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {

    background-color: #2b7646;

    color: #ffffff;

}


.navbar-header {

    background-color: #2b7646;

    color: #ffffff;

}

/* pogai */

.navbar-inverse .navbar-toggle {

    border: 0px;

    background-color: #2b7646;

    color: #ffffff;

}


.navbar-nav > li > .dropdown-menu {

    background-color: #16472a;

    border-top: 1px solid #16472a;

}


.navbar-nav > li > .dropdown-menu a {

    color: #fff;

    background-color: #16472a;

}


.dropdown-menu {

    background-color: #16472a;

    border-radius: 0;

}


.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {

    background-color: #2b7646;

}


.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {

    background-color: #2b7646;

}


.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {

    color: #fff;

    font-family: "Tahoma", Times, serif;

    font-size: 12px;

}


.form-control {

    margin-top: 2px;

    margin-bottom: 2px;

}


.navbar-brand {

    padding: 0px;

}


.row_margin {

    margin-right: 10px;

}


.btn {

    /*margin-top: 5px;*/

    margin-bottom: 0px;

}


.btn-primary {

    color: #fff;

    background-color: #2b7646;

    border-color: #2b7646;

    border-radius: 0px;

    font-family: "Tahoma", Times, serif;

    font-size: 12px;

}


.btn-primary.focus, .btn-primary:focus {

    background-color: #2b7646;

}


.btn-primary:hover {

    color: #fff;

    background-color: #16472a;

    border-color: #16472a;

    border-radius: 0px;


}


.btn_module_right {

    float: right;

}


.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {

    color: #fff;

    background-color: #16472a;

    border-color: #16472a;

    border-radius: 0px;


}


.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {

    background-color: #2b7646;

}


.modal-header {

    color: #fff;

    background-color: #2b7646;

}


.btn {

    font-family: "Tahoma", Times, serif;

    font-size: 12px;

    border-radius: 0px;

    white-space: normal !important;

    word-wrap: break-word;

}


.btn-warning {

    color: #fff;

    background-color: #858583;

    border-color: #858583;

    border-radius: 0px;

    font-family: "Tahoma", Times, serif;

    font-size: 12px;

}


.btn-warning.focus, .btn-warning:focus {

    background-color: #858583;

}


.btn-warning:hover {

    color: #fff;

    background-color: #858583;

    border-color: #858583;

    border-radius: 0px;

}


.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {

    color: #fff;

    background-color: #858583;

    border-color: #858583;

    border-radius: 0px;


}


.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {

    background-color: #858583;

}


.form_subtitle {

    color: #858583;

    font-family: "Tahoma", Times, serif;

    border-bottom: 1px solid #858583;

    width: 100%;


}


/*STUDENTU CSS */


.profile {

    text-align: left;

}


.link {

    color: #16472a;

    text-decoration: underline;

    font-style: italic;

}


.profile p {

    margin-bottom: 0px;

}


.profile-img img {

    border-radius: 50%;


    margin-bottom: 10px;

}


h3 {

    font-weight: bold;

}


.title {

    text-transform: uppercase;

    font-weight: bold;

    color: #2b7646;

    font-size: 14px;

}


.input_fields {

    color: #858583;

    background-color: #F0F0F0;

    padding: 10px;

}


.credit {

    text-align: right;

}


.form-control {

    font-size: 12px;

}


.all_students_btn {

    width: 100%;

    margin-top: 5px;

}


.main_btn.active,
.main_btn:active,
.open > .dropdown-toggle.main_btn,
.main_btn.active.focus,
.main_btn.active:focus,
.main_btn.active:hover,
.main_btn:active.focus,
.main_btn:active:focus,
.main_btn:active:hover,
.main_btn:hover,
.main_btn {

    background-color: #F0F0F0;

    color: #2b7646;

    font-weight: bold;

    border: 1px solid #2b7646;

}


.del_btn.active,
.del_btn:active,
.open > .dropdown-toggle.del_btn
.del_btn.active.focus,
.del_btn.active:focus,
.del_btn.active:hover,
.del_btn:active.focus,
.del_btn:active:focus,
.del_btn:active:hover,
.del_btn:hover,
.del_btn {

    background-color: #fff;

    color: #af150c;

    font-weight: bold;

    border: 1px solid #af150c;

}


.list {

    margin-top: 5px;

}

#print {

    padding-right: 0px;

}


.student_block {

    margin-top: 4px;

}

.student thead tr {

    background-color: #16472a;

    color: #fff;

}


.table_title {

    color: #fff;

    background-color: #2b7646;

    text-transform: uppercase;

    font-weight: bold;


}


.table > thead > tr > th {

    border-bottom: 0;

    border-top: 0;

}


/* INFORMĀCIJA PAR STUDENTU  */


.part_title_first {

    color: #fff;

    background-color: #16472a;

    text-transform: uppercase;

    font-weight: bold;

    padding-top: 10px;

    padding-bottom: 10px;

    padding-left: 10px;

}


.part_title_second {

    color: #fff;

    background-color: #2b7646;

    text-transform: uppercase;

    font-weight: bold;

    padding-top: 10px;

    padding-bottom: 10px;

    padding-left: 10px;

}


.student_bg {

    padding-top: 10px;

    background-color: #F0F0F0;

}


.btn_width {

    width: 100%;

}

.level_btn {

    width: 100%;

    margin-top: 5px;

    padding-left: 0px;

    padding-right: 0px;

    border-right: 2px solid #16472a;

}


.level_padding {

    padding: 0px;

}


.heading_level {

    background-color: #2b7646;

    color: #fff;

    padding-top: 4px;

    padding-bottom: 4px;

    font-size: 14px;

    text-align: center;

}

.pagination ul {
    margin-left: auto;
    margin-right: auto;
}

.text-white {
    color: #fff;
}

.text-white:hover {
    color: #fff;
    text-decoration: underline;
}

.login-jkis {
    font-family: 'Roboto', sans-serif;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #2b7646;
}

.sign-in {
    width: 100%;
    max-width: 505px;
}

.sign-in ul {
    display: inline-flex;
    list-style: none;
    padding-left: 0;
}

.form-signin {
    border-radius: 3px;
    background: #fff;
    padding: 40px 90px 20px;
    margin: 0 auto;
    margin-top: 40px;
    box-shadow: 0px 10px 50px 15px rgba(0, 0, 0, 0.2);
}

.form-signin .form-control {
    color: #c8c8c8;
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #c8c8c8;
}

.form-signin a {
    color: #838382;
}

.form-signin .form-control:focus {
    z-index: 2;
    outline: none;

    box-shadow: none;
}

.form-signin input[type="email"] {
    margin-bottom: 30px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-bottom: 5px;
    padding-left: 0px;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-bottom: 5px;
    padding-left: 0px;
}

.form-signin button {
    font-size: 16px;
    font-weight: 700;
    margin: 0 auto;
    margin-top: 50px;
    background-color: #838382;
    border: none;
    max-width: 157px;
    height: 38px;
    padding: 0;
    text-align: center;
}

.form-signin button:hover {
    background: #2b7646;
}

.sign-in p {
    color: #fff;
    margin-top: 30px;
}

.sign-in .icons {
    margin-top: 46px;
}

.sign-in .atjaunot {
    margin-top: 12px;
}

.sign-in .icons a {
    color: #fff;
}

.sign-in .icons a img {
    margin-bottom: 10px;
}

.sign-in .icons ul li {
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    max-width: 100px;
    font-size: 15px;
    line-height: 17px;
}

.raksta_attels {
    width: auto;
    height: 120px;
}

.raksta_attels img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
}

.bootstrap-select button.selectpicker {
    padding: 6px 12px;
    margin: 2px 0;
    height: 34px;
}

.bootstrap-select button.selectpicker:focus {
    outline: none !important;
}

.bootstrap-select .dropdown-menu {
    background: #fff;
}

.bootstrap-select .dropdown-menu > li > a:focus, .bootstrap-select .dropdown-menu > li > a:hover {
    background: #337ab7;
}

.button-list button {
    font-size: 16px;
    font-weight: 700;
    margin-top: 50px;
    background-color: #838382;
    border: none;
    height: 38px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    width: auto;
    display: inline-flex;
    margin-left: 10px;
    margin-right: 10px;
}

.button-list a {
    text-decoration: none;
}

/*VERTICAL MENU*/
nav.vertical {
    position: relative;
    width: auto;
}

/* ALL UL */
nav.vertical ul {
    list-style: none;
    margin-top: 10px;
}

/* ALL LI */
nav.vertical li {
    position: relative;
    color: #000;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
}

nav.vertical li:last-child {
    border-bottom: none;
}

nav.vertical .menu-item:before {
    content: '\25BA';
    padding-right: 10px;
}

nav.vertical li.active {
    color: #337ab7;
}

/* ALL A */
nav.vertical a {
    display: inline-block;
    color: #000;
    width: 90%;
    text-decoration: none;
    transition: 0.2s;
}

/* ALL A HOVER */
nav.vertical li:hover > a {
    color: #337ab7;
}

nav.vertical a.active-color {
    color: #337ab7;
    background-color: lightgray;
}

/* INNER UL HIDE */
nav.vertical ul ul {
    position: relative;
    display: none;
}

nav.vertical .sub-menu {
    margin-left: 15px;
}

/* INNER UL SHOW */
nav.vertical li.active > ul {
    display: block;
}

.btn-popper {
    border-radius: 50%;
    background-color: #2b7646;
    color: #fff;
    padding: 0;
    width: 15px;
    height: 15px;
    font-size: 9px;
    margin-top: 0;
}

.btn-popper:hover {
    color: lightgrey;
}

.btn-popper:focus {
    outline: none;
    border: 0;
    color: lightgrey;
}

.datepicker-dropdown {
    background-color: #fff;
}

.student .datepicker-dropdown tr {
    background: #fff;
}

.datepicker-dropdown th {
    color: #000;
    background-color: #fff;
    font-weight: 700;
}

@media only screen and (max-width: 505px) {
    .form-signin {
        padding-left: 30px;
        padding-right: 30px;
    }
}
.table-responsive {
    position: relative;
    overflow: visible;
}
.loading-data-livewire {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 80px;
}
.table-loading-data {
    opacity: .5;
}
.btn-primary.disabled, .btn-primary:disabled {
    background-color: #858583;
    border-color: #858583;
}
