/* On small screens, set height to 'auto' for the grid */
@media screen and (max-width: 767px) {
    .row.content {height: auto;}
    .bst-sidebar-link {display: block!important;}
    .block-photo {display: none!important;}
}

@media screen and (max-width: 992px) {
    .bst-sidebar-link {display: block!important;}
    .block-photo {display: none!important;}
}

.navbar {
    margin-bottom: 0;
    /*background: rgba(0, 0, 0, 0) linear-gradient(90deg, rgba(0, 133, 189, 1), rgba(205, 229, 243, 1));*/
    background: rgba(0, 0, 0, 0) linear-gradient(90deg, rgba(0, 25, 31, 39), rgba(6, 130, 179, 1));
    /*background-color: #2B3D5F;*/
    z-index: 9999;
    border: 0;
    font-size: 12px !important;
    line-height: 1.42857143 !important;
    /*letter-spacing: 4px;*/
    border-radius: 0;
}

/*.navbar li a, .navbar .navbar-brand {
    color: #fff !important;
    font-size: 12px !important;
}*/

.navbar-nav li a:hover, .navbar-nav li.active a {
    color: #e5007d !important;
    background-color: #3cabda !important;
}

.bst-header .navbar-header {
    background: transparent;
    margin-bottom: -15px;
}

.mrgn-b-xxs {
    margin-bottom: 5px;
}

.mrgn-t-xxs {
    margin-top: 6px;
}

.mrgn-t-xxxs {
    margin-top: 3px;
}

.button-small {
    padding-left: 6px;
    padding-right: 6px;
}

.glyphicon-blue06 {
    color: #5C82BF;
}

.glyphicon-red {
    color: #9f191f;
}

.glyphicon-green {
    color: #00a157;
}

.glyphicon-orange {
    color: #FFA909;
}

.text-bold {
    font-weight: bold;
}

.table-responsive {
    overflow-x: unset;
}

.td-font-sm {
    font-size: 12px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    vertical-align: middle;
}

.selectbox:after {
    width: 30px;
}

.label-left {
    text-align: left;
    font-weight: normal !important;
}

.link-disabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
}

.bst-page-bar .breadcrumb a {
    color: #3cabda;
}

.table>tbody>tr>td {
    padding-top: 7px;
    padding-bottom: 7px;
}

.label-md {
    padding-top: 0.4em;
    padding-bottom: 0.5em;

}

.bst-page-bar h3 {
    color: #e5007d;
    font-weight: 400;
}

.text-right{
    text-align:right!important;
}

/* SDB Colours */

.sdb-beige {
    color: #e4d7b8;
}

.sdb-chocolate {
    color: #3f000f;
}

.sdb-deepskyblue {
    color: #00bfff;
}

.sdb-hotpink {
    color: #ff69b4;
}

.sdb-lightgreen {
    color: #90ee90;
}

.sdb-green {
    color: #00a157;
}

.sdb-lightskyblue {
    color: #87cefa;
}

.sdb-violet {
    color: #8a2be2;
}

.sdb-orange {
    color: orange;
}

.sdb-red {
    color: red;
}

.sdb-pink {
    color: #e5007d !important;
}

.sdb-yellow {
    color: #fafa00;
}

.btn-violet {
    background-color: #8a2be2;
    color: #fff;
}

.btn-lightskyblue {
    background-color: #87cefa;
    color: black;
}

.btn-black {
    background-color: black;
    color: #fff;
}

.btn-dark-green {
    background-color: #228B22;
    color: #fff;
}

/*--- profile ---*/
/*================= userprofile scss ======================*/
.panel-heading-xs {
    color: #fff ;
    background-color: #3cabda;
    padding: 1px;
    border: none;
    border-radius: 0;
}

/*--- beast ---*/
.bst-main .fyt-main-top {
    background: rgba(0, 0, 0, 0) linear-gradient(90deg, rgba(205, 229, 242, 1), rgba(205, 229, 242, 1));
}

.jumbotron {
    background: rgba(0, 0, 0, 0) linear-gradient(90deg, rgba(209, 231, 244, 1), rgba(209, 231, 244, 1));
}

.dropdown-menu {
    min-width: 200px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
    color: #e5007d !important;
    background-color: #3cabda !important;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/*--- loader ---*/
.bst-loader-wrap {
    position: fixed;
    text-align: center;
    height: 100%;
    width: 100%;
    top: 60px;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 99999;
}

@keyframes color {
    100%,
    0% {
        stroke: #BCCDE7;
    }
    40% {
        stroke: #5C82BF;
    }
    66% {
        stroke: #28406A;
    }
    80%,
    90% {
        stroke: #d50000;
    }
}

/*--- Ajax kiader ---*/
/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modal-loader {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 )
    url('../img/ajax-loader.gif')
    50% 50%
    no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .modal-loader {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal-loader {
    display: block;
}

/* Fix bug Beast FullCalendar */
.fc .fc-day, .fc .fc-event-container {
    padding: unset;
}

.fc-event {
    border: 2px solid;

}

/* table drag and drop */
.table-striped tbody tr.highlight td {
    background-color: #ff69b4;
    font-weight: bold;
}

.background-success {
    background-color: #00a157;
    color: white;
}

.background-warning {
    background-color: #FFA909;
}

.background-danger {
    background-color: #d50000;
    color: white;
}

.btn-filter-reset {
    text-align: center !important;
    color: #fff !important;
    background-color: #324fd2 !important;
    border-color: #213696 !important;
    padding: 6px 12px 8px !important;
}

/* accordion in table */
.pcs:after {
    content: " pcs";
}

.cur:before {
    content: "$";
}

.per:after {
    content: "%";
}

/** {*/
/*    box-sizing: border-box;*/
/*}*/

/*body {*/
/*    padding: .2em 2em;*/
/*}*/

/*table {*/
/*    width: 100%;*/
/*}*/
/*table th {*/
/*    text-align: left;*/
/*    border-bottom: 1px solid #ccc;*/
/*}*/
/*table th, table td {*/
/*    padding: .4em;*/
/*}*/

table.fold-table > tbody > tr.view td, table.fold-table > tbody > tr.view th {
    cursor: pointer;
}

table.fold-table > tbody > tr.view-2 td, table.fold-table > tbody > tr.view-2 th {
    cursor: pointer;
}

table.fold-table > tbody > tr.view td:first-child,
table.fold-table > tbody > tr.view th:first-child {
    position: relative;
    padding-left: 20px;
}

table.fold-table > tbody > tr.view-2 td:first-child,
table.fold-table > tbody > tr.view-2 th:first-child {
    position: relative;
    padding-left: 20px;
}

table.fold-table > tbody > tr.view td:first-child:before,
table.fold-table > tbody > tr.view th:first-child:before {
    position: absolute;
    top: 50%;
    left: 5px;
    width: 9px;
    height: 16px;
    margin-top: -8px;
    font: 16px fontawesome;
    color: #999;
    content: "\f0d7";
    transition: all .3s ease;
}

table.fold-table > tbody > tr.view-2 td:first-child:before,
table.fold-table > tbody > tr.view-2 th:first-child:before {
    position: absolute;
    top: 50%;
    left: 5px;
    width: 9px;
    height: 16px;
    margin-top: -8px;
    font: 16px fontawesome;
    color: #85c5e5;
    content: "\f0d7";
    transition: all .3s ease;
}

table.fold-table > tbody > tr.view:nth-child(4n-1) {
    background: #eee;
}

table.fold-table > tbody > tr.view-2:nth-child(4n-1) {
    background: #eee;
}

table.fold-table > tbody > tr.view:hover {
    background: #e5007d;
}

table.fold-table > tbody > tr.view-2:hover {
    background: #e98eac;
}

table.fold-table > tbody > tr.view.open {
    background: tomato;
    color: white;
}

table.fold-table > tbody > tr.view-2.open {
    background: #32AAEE;
    color: white;
}

table.fold-table > tbody > tr.view.open td:first-child:before, table.fold-table > tbody > tr.view.open th:first-child:before {
    transform: rotate(-180deg);
    color: #333;
}

table.fold-table > tbody > tr.view-2.open td:first-child:before, table.fold-table > tbody > tr.view-2.open th:first-child:before {
    transform: rotate(-180deg);
    color: #333;
}

table.fold-table > tbody > tr.fold {
    display: none;
}

table.fold-table > tbody > tr.fold-2 {
    display: none;
}

table.fold-table > tbody > tr.fold.open {
    display: table-row;
}

table.fold-table > tbody > tr.fold-2.open {
    display: table-row;
}

.fold-content {
    padding: .5em;
}
.fold-content h3 {
    margin-top: 0;
}
.fold-content > table {
    border: 2px solid #ccc;
}
.fold-content > table > tbody tr:nth-child(even) {
    background: #eee;
}

.fold-2-content > table > tbody tr:nth-child(even) {
    background: #eee;
}

.dt-button.green {
    color: green;
    background-color: unset!important;
}
.dt-button.orange {
    color: orange;
    background-color: unset!important;
}
.dt-button.red {
    color: red;
    background-color: unset!important;
}
.help-button {
    color: red;
    font-size: medium;
    font-weight: bold;
    background-color: transparent;/*#e5007d!important;*/
    border-radius: 100%;
    padding: 7px;
}

.help-button:hover, .help-button:focus, .help-button.focus {
    color: white;
    background-color: red;
    text-decoration: none;
}

.sdb-float-left {
    float: left;
}

.sdb-float-right {
    float: right;
}

.bold-border-right-primary{
    border-right:10px solid #0092eb
}

#sta_res_calendar .fc-time {
    height: 40px;
}

#sta_res_calendar .fc-event {
    padding-top: unset;
}

#sta_trp_calendar .fc-time {
    height: 40px;
}

#sta_trp_calendar .fc-event {
    padding-top: unset;
}

.sdb-res-number {
    float: left;
    font-size: 8px;
}

.modal-xlg {
    width: 1200px;
}

.page-a4 {
    width: 21cm;
    min-height: 29.7cm;
    padding: 2cm;
    margin: 1cm auto;
    border: 1px #D3D3D3 solid;
    border-radius: 5px;
    background: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.width-10-prc {
    width: 10%;
}

.sdb-block {
    background: #ffffff;
    padding: 10px 5px 30px 5px;
    margin: 0 0 30px;
    border-radius: 0px;
    border-bottom: 1px solid #eaebed;
    border-top: 1px solid #eaebed;
    border-left: 1px solid #eaebed;
    border-right: 1px solid #eaebed;
}

.panel-actlog {
    border-color: #fff;
}

.panel-actlog > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #00c854;
}
.panel-actlog > .panel-heading .badge {
    color: #00c854;
    background-color: #fff;
}

.custom-accordions .panel-actlog .panel-heading a {
    color: inherit;
}

/* DataTables */

button.dt-button.buttons-columnVisibility {
    padding: 5px;
    background-color: #dadada!important;
    color: black;
    border-color: red!important;
}

button.dt-button.buttons-columnVisibility.active {
    padding: 5px;
    background-color: #dadada!important;
    color: black;
    border-color: unset!important;
}


/* end DataTables */

button.dt-button-excel {
    background-color: #276e4c!important;
    border: #276e4c!important;
    font-size: .76em;
}

button.dt-button-pdf {
    color: #ffffff;
    background-color: #ae000d!important;
    border: #ae000d!important;
    font-size: .76em;
}

button.dt-button-success {
    color: #ffffff;
    background-color: #00a157!important;
    border-color: #00a157!important;
    font-size: .76em;
}

button.dt-button-warning {
    color: #ffffff;
    background-color: #f17316!important;
    border-color: #f17316!important;
    font-size: .76em;
}

button.dt-button-info {
    color: #ffffff;
    background-color: #5e6db3!important;
    border-color: #5e6db3!important;
    font-size: .76em;
}

button.dt-button-primary {
    color: #ffffff;
    background-color: #5e6db3!important;
    border-color: #5e6db3!important;
    font-size: .76em;
}

button.dt-button-refresh {
    color: #000000;
    background-color: #31cff9!important;
    border-color: #31cff9!important;
    font-size: .76em;
}

button.dt-button-new {
    color: #ffffff;
    background-color: #00c854!important;
    border-color: #00c854!important;
    font-size: .76em;
}

button.dt-button-action {
    color: #000000;
    background-color: #dadada!important;
    border-color: #31cff9!important;
    font-size: .76em;
    padding: 5px;
    width: 100%;
}

table.dataTable td.select-checkbox:before {
    margin-top: 0;
}

table.dataTable tr.selected td.select-checkbox:after {
    margin-top: -5px;
}

tr.group, tr.group:hover {
    background-color: #ddd !important;
}

.timeline-layout {
    padding: 0 0 5px 70px;
}

button.dt-button.buttons-columnVisibility {
    padding: 5px;
    background-color: #dadada!important;
    color: black;
    border-color: red!important;
}

button.dt-button.buttons-columnVisibility.active {
    padding: 5px;
    background-color: #dadada!important;
    color: black;
    border-color: unset!important;
}

.border-green {
    border: 2px solid lightgreen;
}

.border-red {
    border: 2px solid red;
}

/* Clock */

.hor, .mn, .sc{
    display: flex;
    justify-content: center;
    position: absolute;
    border-radius: 50%;
}
.hor:before{
    content: '';
    position: absolute;
    width: 8px;
    height: 85px;
    background: seagreen;
    z-index: 10;
    border-radius: 6px 6px 0 0;
}
.mn:before{
    content: '';
    position: absolute;
    width: 5px;
    height: 120px;
    background: #fff;
    z-index: 11;
    border-radius: 6px 6px 0 0;
}
.sc:before{
    content: '';
    position: absolute;
    width: 2px;
    height: 150px;
    background:rgb(252, 40, 86);
    z-index: 12;
    border-radius: 6px 6px 0 0;
}
.wsstbt-datetime{
    margin: 0 auto 0;
    color: #fff;
    background: #e5007d ;
    font-family: "Segoe UI", sans-serif;
    width: 410px;
    padding: 15px 10px;
    border: 3px solid #3cabda;
    border-radius: 5px;
    /*-webkit-box-reflect: below 1px linear-gradient(transparent, rgba(255,255,255, 0.1));*/
    box-shadow: 0 0 30px #3cabda;
}
.date{
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 3px;
}
.time{
    font-size: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.time span:not(:last-child){
    position: relative;
    margin: 0 6px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 3px;
}

.button-refresh {
    color: #000000;
    background-color: #31cff9!important;
    border-color: #31cff9!important;
    font-size: .76em;
}

.card-img-top{
    width:100%;
    border-top-left-radius:calc(.25rem - 1px);
    border-top-right-radius:calc(.25rem - 1px)
}

.blockquote-style-sdb blockquote {
    border: 2px solid #e5007d;
}

.sdb-pad-b-xxs {
    padding-bottom: 5px!important;
}

.js-breadcrumb-title {
    color: #e5007d;
    font-weight: 400;
    font-size: large;
}

/*.bst-sidebar .bst-sidebar-menu li a {*/
/*    padding: 10px 0;*/
/*    font-weight: 400;*/
/*    font-size: 13px;*/
/*    color: #646464;*/
/*    text-decoration: none;*/
/*    text-align: left;*/
/*}*/

.filter-reset-button {
    color: #ffffff!important;
    font-family: inherit!important;
    font-size: 14px!important;
    font-weight: 400!important;
    background-color:  #5c73db!important;
    border-color: #5c73db;
    border-style: solid!important;
    border-top-width: 1px!important;
    border-bottom-width: 1px!important;
    border-left-width: 1px!important;
    border-right-width: 1px!important;
    text-align: center!important;
    padding: 6px 12px!important;
    white-space: nowrap;
    display: unset!important;
    width: 100%;
}

.sdb-wiki-list-wrap {
    background: #85c5e5;
    border-radius: 0px;
    padding: 10px;
}

.sdb-text-right {
    text-align: right;
}

.sdb-avatar-circle {
    width: 50px;
    height: 50px;
    font-size: 3rem;
}

/*.time span:last-child{*/
/*    background: seagreen;*/
/*    font-size: 30px;*/
/*    font-weight: 600;*/
/*    text-transform: uppercase;*/
/*    margin-top: 10px;*/
/*    padding: 0 5px;*/
/*    border-radius: 3px;*/
/*}*/

/* EndClock */

/*

!* On small screens, set height to 'auto' for the grid *!
@media screen and (max-width: 767px) {
    .row.content {height: auto;}
}

.top_navbar{
    background: #2B3D5F;
}

.sidebar{
    background:#ffffff; !*161931*!
}

.theme-blue .sidebar.h_menu .menu li.active.open > a {
    color: #D4307B;
}
.theme-blue .sidebar .menu .list a:hover {
    color: #D4307B;
}

.sidebar.h_menu .menu li > a {
    color: #ffffff;
}

.sidebar.h_menu .menu li .ml-menu {
    background: #3484B8;
}

.authentication::before{
    background-color:#2B3D5F
}

.panel-heading-xs {
    color: #fff ;
    background-color: #6153cc ;
    padding: 1px;
    border: none;
    border-radius: 0;
    margin-top: 10px
}

.btn {
    margin-right: 5px;
    color: #fff !important;
}

*/
