html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151" /*"\e113"*/;
}

a.desc:after {
    content: "\e152" /*"\e114"*/;
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

@media (max-width: 767px) {
    .nav li > form > button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

/* adminpanel geri redesign */

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6 {
    padding-right: 0.5%;
    padding-left: 0.5%;
}

label {
    margin-bottom: 2px;
    font-weight: 600;
    /*font-size: calc(1vh + .5rem);*/
}

label.control-label {
    /* padding-left: 10px; */
    color: var(--is-blue);
    font-size: 14px;
    /* letter-spacing: 0; */
}

.form-control:focus {
    border-color: var(--is-blue);
}

/* tricks

icon stroke 1px
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;

text/icon embossing/inset shadow
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    text-shadow: 2px 2px 3px rgba(255,255,255,0.5);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
 */

/* colors */
:root {
    --is-blue: #01ACED;
    --is-gray: #080808;
    --gray: #636366;
    --light-gray: #ababab;
    --lighter-gray: #d5d5d5;
    --white-gray: #01ACED;
    --bgr: #253E46;
    --green: var(--cyan);
    --red: #EC1B24;
    --orange: #f39c12;
    --cyan: #41AED4;
    --cyan2: #040227c9;
    --shadow-light: rgba(0, 0, 0, 0.3);
    --shadow-lightest: rgba(0, 0, 0, 0.05);    
}

.fa,
.far,
.fas,
.mi {
    color: var(--gray);
}

.mi {
    display: inline-block;
}

.mi-copy {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

body {
    font-family: "Lato", "Roboto", sans-serif;
    font-size: 14px;
    letter-spacing: -0.02em;
    color: var(--is-gray);
    background: var(--bgr);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

a {
    color: var(--is-blue);
}

a:hover,
a:active,
a:focus {
    color: var(--cyan2);
}

.wrapper {
    overflow-y: overlay;
}

.uppercase {
    text-transform: uppercase;
}

.form-group {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
}

.btn-primary,
.btn-success {
    font: 14px Montserrat, Lato, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 20px;
    height: 36px;
    padding: 0 20px;
    letter-spacing: 0.06em;
    background-color: var(--cyan);
    border-color: var(--is-blue);
}
.btn-success:hover {
    background-color: var(--cyan);
    border: none;
}

.btn.btn-flat {
    border-radius: 20px;
    border-width: 0;
}

.btn-primary,
.btn-default,
.btn-back,
.btn-success {
    border: none;
    border-radius: 20px;
    float: right;
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
  }

.btn-back {
	color: #040404;
	background-color: #c8c1c1;
	border-color: #ccc;
	float:left
  }

.btn-primary:hover,
.btn-primary:active,
.btn-primary.hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-default:hover,
.btn-default:active,
.btn-default.hover,
.btn-default:focus,
.btn-default.focus,
.btn-success:hover,
.btn-success:active,
.btn-success.hover,
.btn-success:focus,
.btn-success.focus {
    background-color: var(--is-blue) !important;
    outline: 0 !important;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
}
.btn-back:hover,
.btn-back:active,
.btn-back.hover,
.btn-back:focus {
    background-color: #c8c1c1;
    outline: 0 !important;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
}


.btn-primary:hover .glyphicon,
.btn-primary:active .glyphicon,
.btn-primary.hover .glyphicon,
.btn-primary:focus .glyphicon,
.btn-primary.focus .glyphicon,
.btn-default:hover .glyphicon,
.btn-default:active .glyphicon,
.btn-default.hover .glyphicon,
.btn-default:focus .glyphicon,
.btn-default.focus .glyphicon,
.btn-success:hover .glyphicon,
.btn-success:active .glyphicon,
.btn-success.hover .glyphicon,
.btn-success:focus .glyphicon,
.btn-success.focus .glyphicon {
    color: #fff;
}

input[type="checkbox"] {
    margin-top: 0;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: none;
}

input[type="checkbox"]:checked {
    background: var(--is-blue);
}

.col-xs-12 {
    padding: 0;
}

button,
select {
    cursor: pointer;
}

.form-group.has-success .form-control,
.form-group.has-success .input-group-addon {
    border-color: var(--is-blue);
}

.form-group.has-error .help-block {
    color: #dd4b39;
    font-size: 0.86em;
    letter-spacing: 0.02em;
}

.form-group.has-success label {
    color: var(--is-gray);
}

/* Header */

.main-header .navbar {
    margin-left: 200px;
    /*background: linear-gradient(45deg, var(--is-blue), var(--cyan2));*/
    display: flex;
    align-items: center;
    min-height: 70px;
}

.main-header h1 {
    color: #fff;
    font-size: 18px;
    margin: 0;
}

/* Left (main) sidebar */

.skin-blue .wrapper,
.skin-blue .main-sidebar,
.skin-blue .left-side {
    background-color: var(--white-gray);
    box-shadow: 0 1px 10px var(--shadow-light);
}

.sidebar {
    padding-bottom: 70px;
}

.main-sidebar {
    width: 265px;
    padding-top: 0px;
}

.main-sidebar .logo {
    background-color: var(--white-gray);
    width: 210px;
    height: 70px;
}

.main-sidebar .logo:hover {
    background-color: var(--white-gray);
}

.logo-mini {
    /* background: url(../images/logo-mini.svg) no-repeat; */
    background-size: contain;
    width: 23px;
    height: 28px;
    margin: 34px auto 26px auto;
    opacity: 0;
    -webkit-transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.logo-lg {
    background: url(../images/aoc_logo.jpg) no-repeat;
    background-size: contain;
    display: block;
    width: 140px;
    height: 140px;
    margin: 5px auto 26px auto;
    opacity: 1;
    -webkit-transition: 0.1s ease-in;
    -moz-transition: 0.1s ease-in;
    -o-transition: 0.1s ease-in;
    transition: 0.1s ease-in;
    transition-delay: 0.1s;
}

@media (min-width: 768px) {
    .sidebar-mini.sidebar-collapse .logo > .logo-mini {
        margin-left: auto;
        margin-right: auto;
        display: block;
        opacity: 1;
        -webkit-transition: 0.2s ease-in;
        -moz-transition: 0.2s ease-in;
        -o-transition: 0.2s ease-in;
        transition: 0.2s ease-in;
        transition-delay: 0.04s;
    }

    .sidebar-mini.sidebar-collapse .logo > .logo-lg {
        display: none;
        -webkit-transition: 0.2s ease-in;
        -moz-transition: 0.2s ease-in;
        -o-transition: 0.2s ease-in;
        transition: 0.2s ease-in;
    }
}

.main-sidebar .sidebar-toggle {
    float: right;
    margin-right: -20px;
    margin-top: -80px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    padding: 1px 0 0 1px;
    font-family: fontAwesome;
    border-radius: 0 8px 8px 0;
    box-shadow: 3px 2px 4px rgb(6 6 6 / 8%),
        inset 2px 0 3px var(--shadow-lightest);
    border: 1px solid var(--shadow-lightest);
    border-left: 1px solid #ccc;
}

.sidebar-collapse .main-sidebar .sidebar-toggle:before {
    transform: rotate(180deg);
    padding-right: 3px;
    -webkit-transition: 0.1s ease-in;
    -moz-transition: 0.1s ease-in;
    -o-transition: 0.1s ease-in;
    transition: 0.1s ease-in;
}

.main-sidebar .sidebar-toggle:before {
    content: "\f0d9";
    font-size: 15px;
    color: var(--is-gray);
    transform: rotate(0deg);
    -webkit-transition: 0.1s ease-in;
    -moz-transition: 0.1s ease-in;
    -o-transition: 0.1s ease-in;
    transition: 0.1s ease-in;
}

.hamburger {
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 1000;
    padding: 5px 12px 6px 9px;
    align-items: center;
    justify-content: center;
    background: var(--is-gray);
    font-family: fontAwesome;
    border-radius: 0 0px 14px 0;
    box-shadow: 0px 2px 8px rgb(6 6 6 / 30%);
}

.hamburger a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hamburger .sidebar-toggle:before {
    content: "\f0c9";
    font-size: 15px;
    color: #fff;
}

.hamburger:hover {
    background: #fff;
}
.hamburger:hover .sidebar-toggle:before {
    color: var(--is-blue);
}

@media (max-width: 767px) {
    .main-sidebar {
        -webkit-transform: translate(-230px, 0);
        -ms-transform: translate(-230px, 0);
        -o-transform: translate(-230px, 0);
        transform: translate(-230px, 0);
    }

    .sidebar-open .content-wrapper,
    .sidebar-open .main-footer {
        -webkit-transform: translate(0px, 0);
        -ms-transform: translate(0px, 0);
        -o-transform: translate(0px, 0);
        transform: translate(0px, 0);
    }

    .main-sidebar .sidebar-toggle {
        display: none;
        -webkit-transition: 0.1s ease-in;
        -moz-transition: 0.1s ease-in;
        -o-transition: 0.1s ease-in;
        transition: 0.1s ease-in;
    }

    .hamburger .sidebar-toggle {
        display: flex;
        -webkit-transition: 0.1s ease-in;
        -moz-transition: 0.1s ease-in;
        -o-transition: 0.1s ease-in;
        transition: 0.1s ease-in;
    }
}

@media (min-width: 768px) {
    .hamburger {
        display: none;
    }
    .sidebar-mini.sidebar-collapse
        .sidebar-menu:not(.expert-mode)
        > li:not(.treeview)
        > a:hover
        > span,
    .sidebar-mini.sidebar-collapse
        .sidebar-menu.expert-mode
        > li:not(.treeview)
        > a
        > span,
    .sidebar-mini.sidebar-collapse
        .sidebar-menu.expert-mode
        > li.treeview
        > a:hover
        > span:not(.pull-right-container) {
        height: 47px;
        box-shadow: 4px 2px 6px #0000000f;
        line-height: 2em;
    }

    .sidebar-mini.sidebar-collapse
        .sidebar-menu.expert-mode
        > ul:not(.treeview-menu)
        > li.menu-open
        > a
        > span,
    .sidebar-mini.sidebar-collapse
        .sidebar-menu.expert-mode
        > ul:not(.treeview-menu)
        > li.active
        > a
        > span {
        border-top-right-radius: 0;
        height: 52px;
        line-height: 2em;
    }

    .sidebar-mini.sidebar-collapse .user-panel {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        width: 50px !important;
        z-index: 850;
        position: relative;
    }
    .sidebar-mini.sidebar-collapse .sidebar {
        padding-bottom: 0;
    }

    .sidebar-mini.sidebar-collapse .user-panel .log-out {
        width: 50px !important;
        background: #fff;
    }

    .sidebar-mini.sidebar-collapse .user-panel .log-out .fa-sign-out::before {
        left: 19px;
        font-size: 18px;
    }
}

.sidebar-menu li.header {
    padding: 0;
    height: 0;
}

.skin-blue .sidebar-menu > li.header {
    color: var(--white-gray);
    background: var(--white-gray);
}

.sidebar-menu > li > a {
    padding-left: 35px;
}

.sidebar-collapse .sidebar-menu > li > a {
    padding-left: 14px;
}

.skin-blue .sidebar-menu > li.active > a {
    border-left-color: var(--is-blue);
}

.skin-blue .sidebar-menu > li:hover > a,
.skin-blue .sidebar-menu > li.active > a,
.skin-blue .sidebar-menu > li.menu-open > a {
    color: var(--is-blue);
    background: var(--bgr);
    font-weight: 500;
}

.sidebar-collapse .skin-blue .sidebar-menu > li.menu-open > a {
    background: #fff;
}

.skin-blue .sidebar a {
    color: var(--is-gray);
    font-size: 1.5em;
    display: flex;
    align-items: center;
}

.skin-blue .sidebar a span {
    margin-left: 8px;
    font-size: 16px;
    font-weight: 700;
}

.skin-blue .sidebar a .mi-play {
    font-size: 21px;
    letter-spacing: -0.14em;
    margin-left: -2px;
    line-height: 23px;
}

.skin-blue .sidebar-menu > li > .treeview-menu {
    margin: 0;
    background: var(--white-gray);
    padding: 0;
}

.skin-blue .sidebar-menu > li > .treeview-menu a {
    padding-left: 45px;
    color: var(--is-gray);
    border-bottom: 1px solid #d6d6d6;
}

.skin-blue .sidebar-menu > li > .treeview-menu a:hover,
.skin-blue .sidebar-menu .treeview-menu > li.active > a,
.skin-blue .sidebar-menu .treeview-menu > li > a:hover {
    color: var(--is-blue);
}

.skin-blue .sidebar-menu .treeview-menu > li.active {
    background: var(--is-blue);
}

.skin-blue .sidebar-menu .treeview-menu > li.active a {
    color: #fff;
}

/* Content */

.content-wrapper {
    min-height: calc(100vh - 45px);
}

.content-wrapper,
.main-footer {
    margin-left: 265px;
    background-color: var(--bgr);
}

.sidebar-mini.sidebar-collapse > div > h1 {
    margin-left: 50px !important;
    z-index: 840;
}

.content {
    padding: 0 10px 0 10px;
    margin: 0;
}

.page-header {
    margin: 0 0 10px 0;
    background: var(--red);
    /* background-image: linear-gradient(to right, var(--is-blue) , var(--cyan)); */
    padding: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: start;
    border-bottom: none;
    border-radius: 15px;
}

.jconfirm-content .page-header {
    display: none;
}

@media (min-width: 768px) {
    .sidebar-mini.sidebar-collapse .content-wrapper,
    .sidebar-mini.sidebar-collapse .right-side,
    .sidebar-mini.sidebar-collapse .main-footer,
    .sidebar-mini.sidebar-collapse > div > h1 {
        margin-left: 50px !important;
        z-index: 840;
    }
    /*
	.sidebar-mini.sidebar-collapse .content > div {
		width: calc(100% - 50px);
	}*/
}

@media (max-width: 767px) {
    .content-wrapper,
    .main-footer {
        margin-left: 0;
    }
}

.page-header h1 {
    font-size: 21px;
    line-height: 54px;
    margin: 0;
    padding-right: 20px;
    white-space: nowrap;
}

/* add button: create */

.page-header.with-border {
    border-bottom: none;
}

.page-header .btn-app {
    border-radius: 50%;
    padding: 0;
    padding-right: 1px;
    margin: 0;
    min-width: 33px;
    width: 33px;
    height: 33px;
    color: #fff;
    border: 2px solid #fff;
    background-color: transparent;
    font-family: "FontAwesome";
    font-size: 28px;
    line-height: 1em;
    font-weight: 400;
}

.page-header .btn-app:hover {
    color: var(--is-blue);
    background-color: #fff;
}

/* button play */

.page-header .fa-play-circle {
    color: #fff;
    font-size: 1.5em;
    position: relative;
    top: 5px;
    left: 5px;
}

/* search form  */

.page-header form {
    font-size: 16px;
}

.page-header form {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.page-header .form-group {
    margin-bottom: 0;
}

.page-header .col-xs-2 {
    flex-grow: 1;
    min-width: 150px;
    max-width: 200px;
}

.page-header label {
    font-weight: 400;
    color: #fff;
    font-size: 1em;
    padding-left: 10px;
}

.page-header .form-group.has-success label {
    color: #ffffff;
}

.page-header .form-control {
    border-radius: 16px;
    border: 1px solid #fff;
    background: none;
    color: #fff;
    padding: 2px 8px;
}

.page-header .form-group.has-success .form-control,
.page-header .form-group.has-success .input-group-addon,
.page-header .form-group.has-success .form-control:focus,
.page-header .form-group.has-success .form-control:hover {
    border-color: #ffffff;
    background: none;
}

.page-header .input-sm,
.page-header select.input-sm {
    height: 22px;
    line-height: 1.5em;
}
.input-sm {
    font-size: 14px;
}

.page-header .form-control option:hover {
    background-color: #333;
    box-shadow: 0 0 10px 100px #1882a8 inset;
}

.page-header .form-control * {
    color: #333;
}

.page-header .form-group button {
    border: none;
    background: none;
    color: transparent;
    width: 50px;
}

.page-header .btn-primary:active:hover,
.page-header .btn-primary.active:hover,
.page-header .btn-primary:active:focus,
.page-header .btn-primary.active:focus,
.page-header .btn-primary:active.focus,
.page-header .btn-primary.active.focus {
    color: transparent;
    background: none;
    box-shadow: none;
    border: none;
    outline-offset: 0;
    outline: none;
}

/* s font awesome
		.devices-search .form-group button::after {
			content: "\f002";
			color: #fff;
			font: normal normal normal 30px/1 FontAwesome;
			text-rendering: auto;
			-webkit-font-smoothing: antialiased;
			position: absolute;
			top: 10px;
			right: 20px;
			display: block;
		} */

/* s font mono icons */

.page-header .form-group button[type="submit"] {
    position: relative;
}

.page-header .form-group button::after {
    content: "\f176";
    color: #fff;
    font-size: 30px;
    font-family: "icons" !important;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 6px;
    right: 0;
}

.page-header button[type="reset"] {
    display: none;
}

/* page-body */

.box {
    border: none;
    box-shadow: none;
    margin-bottom: 0px;
    padding: 20px;
}

.grid-view,
.content > .box {
    padding: 10px;
    width: fit-content;
    min-width: 100%;
    background: #fff;
    border-radius: 15px;
    box-shadow: 2px 2px 6px var(--shadow-lightest);
}

.box.box-primary {
    border-top-color: #fff;
    border-radius: 15px;
}

.grid-view th {
    border-bottom: 1px solid var(--is-blue);
    font-size: 1.1em;
}



.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #ffffff;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 1px solid #fff;
}

.table-responsive {
    border: none;
}

.page-body tr:hover {
    background: #f3f3f3;
}

.grid-view .summary {
    color: var(--light-gray);
    letter-spacing: 0.02em;
}

.grid-view .summary b {
    color: var(--is-blue);
}

.glyphicon {
    font-size: 16px;
    margin-left: 4px;
    color: var(--gray);
}

.glyphicon:hover {
    color: var(--is-blue);
}

.image_upload,
.bgr-image_upload,
.file-input {
    width: 190px;
    float: left;
}

/* image preview */
.krajee-default.file-preview-frame {
    box-shadow: none;
    padding: 0;
    margin: 0;
    float: right;
    z-index: 2;
}

.krajee-default.file-preview-frame:not(.file-preview-error):hover {
    box-shadow: none;
}

.krajee-default.file-preview-frame .kv-file-content {
    width: 100px !important;
    height: 56px !important;
}

.krajee-default.file-preview-frame .kv-file-content .file-preview-image {
    object-fit: contain;
    background: #a5a5a5;
    width: 100px !important;
    height: 56px !important;
}

/* Pick image button */
.file-input .btn.btn-default.btn-sm.btn-file {
    position: absolute;
    top: 1px;
    left: 0;
    padding: 7px 20px;
    display: flex;
    justify-content: center;
}
.file-input .btn.btn-default.btn-sm.btn-file:hover {
    cursor: pointer;
}

.file-input .btn.btn-default.btn-sm.btn-file .glyphicon-picture {
    font-size: 12px;
    margin-left: 0;
}

.file-input .btn.btn-default.btn-sm.btn-file span.hidden-xs {
    font-size: 10px;
    padding-left: 2px;
}

/* zoom button */

.kv-file-zoom {
    position: absolute;
    top: -24px;
    border-radius: 20px 0 0 20px;
    background: #f4f4f4;
    border: none;
    height: 24px;
    padding: 3px 38px 0px 0;
    left: -80px;
    width: 79px;
}

.image_upload .kv-file-zoom {
    left: -41px;
    width: 40px;
    padding: 2px 10px;
}

.kv-file-zoom i.glyphicon.glyphicon-zoom-in {
    font-size: 14px;
}

.kv-file-zoom:hover {
    background: var(--cyan2);
}
.kv-file-zoom:hover i.glyphicon.glyphicon-zoom-in {
    color: #fff;
}

/* delete button */

button.btn.btn-danger.btn-sm.fileinput-remove.fileinput-remove-button {
    background: none;
    border: none;
    position: absolute;
    top: 31px;
    left: 46px;
    z-index: 5;
}
button.btn.btn-danger.btn-sm.fileinput-remove.fileinput-remove-button
    .fa-trash {
    font-size: 16px;
}
button.btn.btn-danger.btn-sm.fileinput-remove.fileinput-remove-button:hover
    .fa-trash {
    color: var(--red);
}
.btn-danger span.hidden-xs {
    display: none;
}

.nav-tabs-custom {
    margin: 20px;
    background: none;
    box-shadow: none;
}

.nav-tabs-custom > .tab-content {
    background: #fff;
    margin-top: -1px;
    box-shadow: 4px 4px 4px var(--shadow-lightest);
    border-radius: 0 20px 20px 20px;
}

.nav-tabs-custom > .nav-tabs {
    background: var(--bgr);
    border-bottom-color: transparent;
    display: flex;
    flex-wrap: wrap-reverse;
}

.nav-tabs-custom > .nav-tabs > li {
    border-top: 3px solid #909090;
    margin-bottom: 0;
    margin-right: -1px;
    background: #ffffff;
    border-bottom-color: #f3f3f3;
    box-shadow: 2px -2px 4px #0000001c, inset 2px -1px 4px #0000001c;
    opacity: 0.6;
}
.nav-tabs-custom > .nav-tabs > li:hover {
    opacity: 0.8;
}

.nav-tabs-custom > .nav-tabs > li a {
    padding: 6px 20px;
}

.nav-tabs-custom > .nav-tabs > li.active {
    border-top: 3px solid var(--is-blue);
    opacity: 1;
}

.nav-tabs a:hover h6 {
    color: var(--is-blue);
}

.box-footer {
    background: none;
    clear: both;
}

/* 
button.btn.btn-success.btn-flat {
    position: fixed;
    top: 30px;
    right: 30px;
}*/

/* Timelines */

/* sorting div[label, select] */

.sorting {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 20px 2% 10px 2%;
}

.sorting label {
    width: max-content;
    margin: 2px;
    padding: 0;
    letter-spacing: 0.04em;
    color: #797979;
}

.sorting select {
    width: max-content;
    padding: 2px 4px;
    border: 1px solid #fff;
    border-radius: 4px;
    background-color: transparent;
    letter-spacing: 0.04em;
}

.sorting select:hover,
.sorting select:focus {
    cursor: pointer;
    border: 1px solid #fff;
    outline: none;
    color: #7d7d7d;
    background: #fff;
}

.sorting.select:hover,
.sorting.select:focus {
    border: none;
    outline: none;
}
.sorting select option {
    padding: 8px;
    letter-spacing: 0.04em;
}

label.first {
    position: absolute;
    top: 50px;
    left: -2px;
    padding: 0 2px;
    font-size: 1em;
    background: #fff;
}

label.last {
    position: absolute;
    top: 50px;
    left: calc(100% - 30px);
    padding: 0 2px;
    font-size: 1em;
    background: #fff;
}

/* JConfirm: Modals, Alerts, Confirms, PopUps */

.jconfirm.jconfirm-white .jconfirm-box,
.jconfirm.jconfirm-light .jconfirm-box {
    border-radius: 20px;
    background: #fff;
    padding: 10px 14px;
    -webkit-box-shadow: 4px 4px 16px rgb(0 0 0 / 20%);
    box-shadow: 4px 4px 16px rgb(0 0 0 / 20%);
}

.jconfirm .jconfirm-box div.jconfirm-title-c {
    background: none;
    color: var(--is-blue);
    cursor: move;
}

.jconfirm .jconfirm-box div.jconfirm-title-c small {
    color: var(--is-gray);
}

.jconfirm-content h2 {
    width: 100%;
    margin: 10px 0 4px 0;
    padding: 0;
    color: var(--is-blue);
    font-size: 11px;
    letter-spacing: 0.04em;
    text-transform: none;
    font-weight: 400;
    font-family: "Lato", sans-serif;
    text-align: center;

    display: none;
}

.jconfirm-content h1 {
    width: 100%;
    margin: 10px 0 6px 0;
    padding: 0;
    color: var(--is-gray);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
    text-align: center;
}

.jconfirm .jconfirm-box .jconfirm-title strong {
    display: block;
    color: var(--gray);
    font-size: 20px;
    letter-spacing: 0.01em;
    font-family: "Montserrat", "Lato", sans-serif;
}

.jconfirm .jconfirm-box .jconfirm-title em {
    display: block;
    background: var(--gray);
    padding: 2px 10px 4px;
    color: #fff;
    border-radius: 20px;
    text-align: center;
    float: left;
    font-size: 10px;
    line-height: 1.6em;
    font-style: normal;
    margin: -20px 0 0 -12px;
    text-transform: lowercase;
    letter-spacing: 0;
    font-weight: 400;
    font-family: "Lato", sans-serif;
    cursor: move;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
    background: none;
    min-height: 60px;
    padding: 0 15px;
    overflow: visible;
}

.jconfirm #duplicate-search-form {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-bottom: 1px solid var(--is-blue);
    margin-bottom: 20px;
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
    font: 14px Montserrat, Lato, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 20px;
    height: 36px;
    padding: 0 20px;
    letter-spacing: 0.06em;
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default {
    border: none !important;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar-thumb {
    background: var(--cyan2);
}

.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar-track {
    background: #eeeeee;
}

.jconfirm-content p {
    margin-bottom: 30px;
    line-height: 16px;
}

.jconfirm-content p b {
    font-size: 1.2em;
    margin: 0 3px;
}

.jconfirm input,
.jconfirm select {
    padding: 4px 10px;
    height: 24px;
    border-radius: 16px;
}

.jconfirm label {
    font-size: 0.9em;
    letter-spacing: 0.02em;
    font-weight: 400;
}

.input-group .input-group-addon {
    border: none;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content input {
    border: 1px solid #b9b9b9;
    appearance: initial;
    margin-bottom: 4px;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content input:focus,
.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content input:hover,
.jconfirm
    .jconfirm-box
    div.jconfirm-content-pane
    .jconfirm-content
    input:checked {
    border-color: var(--is-blue);
    outline: none;
}

/* The container for checkbox */
.jconfirm .checkbox label {
    display: block;
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.jconfirm
    .jconfirm-box
    div.jconfirm-content-pane
    .jconfirm-content
    .checkbox
    label
    input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 10px;
    border: 1px solid #c1c1c1;
}

/* On mouse-over, add a grey background color */
.checkbox label:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox label input:checked ~ .checkmark {
    background-color: #ff7b00;
    border-color: #ff7b00;
}

/* User account */

.user-panel {
    display: flex;
    width: 200px;
    bottom: 0;
    position: fixed;
    height: 60px;
    padding: 0;
    background: #efefef;
    box-shadow: -2px -1px 10px #0000000f;
    -webkit-transition: -webkit-transform 0.3s ease-in-out,
        width 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
}

.user-panel .info {
    padding: 10px 36px 10px 20px;
    position: relative;
    left: 0;
}

.user-panel .info p {
    line-height: 1em;
    margin: 15px 0;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.02em;
    white-space: normal;
    color: var(--bgr);
}

.user-panel .log-out {
    background: var(--lighter-gray);
    float: right;
    position: absolute;
    right: 0;
    width: 32px;
    height: 60px;
    padding: 0;
    -webkit-transition: -webkit-transform 0.3s ease-in-out,
        width 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
}

.log-out .fa-sign-out {
    font-size: 0;
    width: 100%;
    height: 100%;
    display: block;
    color: var(--red);
}

.log-out .fa-sign-out:hover {
    background: #fff;
    color: var(--is-blue);
}

.log-out .fa-sign-out::before {
    font-size: 15px;
    position: absolute;
    left: 12px;
    top: 23px;
}

/* Footer */

.main-footer {
    background: var(--bgr);
    padding: 15px 20px;
    color: #a2a2a2;
    border-top: none;
}

#login-form .row {
    margin-left: unset;
}
.login-page {
    background-color: var(--bgr);
}
.login-box-body {
    border: none;
    box-shadow: 0 1px 10px var(--shadow-light);
    border-radius: 15px;
}

/* Footer - fixed bottom line

.main-footer {
    background: #c3c3c3;
    padding: 5px 20px 5px 230px;
    color: #8c8c8c;
    border-top: none;
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
}*/
