@font-face {
    font-family: 'RobotoM';
    src: url(../font/Roboto-Medium.ttf);
}

@font-face {
    font-family: 'RobotoB';
    src: url(../font/Roboto-Bold.ttf);
}

@font-face {
    font-family: 'RobotoLI';
    src: url(../font/Roboto-LightItalic.ttf);
}

@font-face {
    font-family: 'RobotoR';
    src: url(../font/Roboto-Regular.ttf);
}

html {

}

body {

    /* background: linear-gradient(-45deg, #6ea9fe, #c4e0ef, #23a6d5, #23d5ab);
     background-size: 400% 400%;
     animation: gradient 15s ease infinite;
     height: 100vh;*/
    background: rgb(225, 226, 226);
    background: linear-gradient(90deg, rgba(225, 226, 226, 1) 0%, rgba(241, 247, 247, 1) 10%, rgba(252, 252, 252, 1) 17%);
    font-size: 16px !important;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.body_pointed {

    background: linear-gradient(90deg, rgb(255, 255, 255) 20px, rgba(255, 255, 255, 0) 1%) center, linear-gradient(rgb(255, 255, 255) 20px, rgba(255, 255, 255, 0) 1%) center, rgb(135, 140, 148, 0.7) !important;
    background-size: 22px 22px !important;
}

.body_pointed_dark {
    background: linear-gradient(90deg, rgb(13, 13, 13) 20px, rgba(13, 13, 13, 0) 1%) center, linear-gradient(rgb(13, 13, 13) 20px, rgba(13, 13, 13, 0) 1%) center, rgb(69, 69, 68, 0.7) !important;
    background-size: 22px 22px !important;
}

.borderedDivTable {
    font-family: 'RobotoR';
    background-color: white !important;
}

button {
    font-family: 'RobotoLI' !important;
}


input[type="checkbox"] {
    visibility: hidden;
}
input[type="checkbox"] + label:before {
    border: 1px solid #efefef;
    content: "\00a0";
    display: inline-block;
    font: 25px/1em sans-serif;
    height: 20px;
    margin: 0 .25em 0 0;
    padding: 0;
    vertical-align: top;
    width: 20px;
}
input[type="checkbox"]:checked + label:before {
    background: #fff;
    color: #333;
    content: "\2713";
    text-align: center;

}
input[type="checkbox"]:checked + label:after {
    font-weight: bolder;

}

input[type="checkbox"]:focus + label::before {
    outline: rgb(59, 153, 252) auto 5px;
}
/* enable absolute positioning */
.inner-addon {
    position: relative;
}

/* style icon */
.inner-addon .glyphicon {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}

/* align icon */
.left-addon .glyphicon {
    left: 0px;
}

.right-addon .glyphicon {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}

/*Menu*/

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    font-family: 'RobotoLI', sans-serif;
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    /*background: #000;*/
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    /*color: #999999;*/
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    /*background: rgba(255,255,255,0.2);*/
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    /*color: #999999;*/
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

@media (min-width: 768px) {
    #wrapper {
        padding-left: 250px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

.BTNlink {
    border: none;
    background: transparent;
    font-weight: bold;
}

.iconbig {
    font-size: 22px;
}

.fontright {
    text-align: right;
}

.fleft {
    float: left;
}

.btn {
    font-weight: 600 !important;
}

pre {
    background-color: rgb(26, 26, 26);
    color: rgb(34, 230, 34);
    border-radius: 20px;
}

pre h4 {
    color: orange;
}

code {
    width: 100%;
    text-align: center;
}

.settingdiv {
    position: relative;
    text-align: left;
    width: auto;
    min-width: 200px;
    border-radius: 5px;
    margin: 3px;
    padding: 5px;
    border: 1px solid #fcfcfc;
}

.collapseButtons {
    border: 1px darkgrey solid;
    background-color: #fcfcfc;
    border-radius: 3px;
    padding: 5px;
    width: 100%;
    overflow-x: auto;
    font-size: 22px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.list-group {
    line-height: 1.7 !important;
}

.list-group-item {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

.borderedDiv {

    width: 99%;
    border: 1px solid darkgray;
    margin-left: 3px;
    border-radius: 3px;
    padding-top: 2px;
    margin-top: 2px;
    margin-left: 4px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.card {
    background-color: #fcfcfc;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.borderedDivTable {

    width: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid darkgray;
    margin-left: 3px;
    padding-top: 2px;
    margin-top: 2px;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.addSearchArea {
    background-color: #fcfcfc;
    border-radius: 3px;
    border: 1px solid darkgray;
    margin-left: 3px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    margin-bottom: 5px;
    padding-bottom: 3px;
}

/*#generaltable_info{
    background-color: white !important;
    border: 1px darkgrey solid !important;
    border-radius: 2px !important;
    min-height: 25px !important;
}*/
/*#generaltable_length > label{
    background-color: white !important;
    border: 1px darkgrey solid !important;
    border-radius: 2px !important;
    min-height: 25px !important;
}*/

#generaltable > th > td {
    white-space: nowrap;
}

#generaltable > tbody > tr > td {
    white-space: nowrap;
}

.table td.fit,
.table th.fit {
    white-space: nowrap;
    width: 60px;
}

#generaltable > thead > tr > th {
    white-space: nowrap !important;
    width: 60px !important;
}

#generaltable_wrapper > div.dataTables_scroll > div.dataTables_scrollHead > div > table > thead > tr > th {
    white-space: nowrap !important;
    width: 60px !important;
}

#generaltable > tbody > tr > td {
    white-space: nowrap !important;
    width: 60px !important;
}

.vcenter {
    top: 1px;
}

.fright {
    bottom: 5px;
    right: 5px;
    text-align: right;
}

footer {
    background-color: #fcfcfc;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.lds-hourglass {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-hourglass:after {
    content: " ";
    display: block;
    border-radius: 50%;
    width: 0;
    height: 0;
    margin: 8px;
    box-sizing: border-box;
    border: 32px solid rgb(34, 230, 34);
    border-color: rgb(34, 230, 34) transparent rgb(34, 230, 34) transparent;
    animation: lds-hourglass 1.2s infinite;
}

@keyframes lds-hourglass {
    0% {
        transform: rotate(0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    50% {
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    100% {
        transform: rotate(1800deg);
    }
}

/* blue hourglass */
.lds-hourglassBlue {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-hourglassBlue:after {
    content: " ";
    display: block;
    border-radius: 50%;
    width: 0;
    height: 0;
    margin: 8px;
    box-sizing: border-box;
    border: 32px solid rgb(4, 129, 212);
    border-color: rgb(4, 129, 212) transparent rgb(4, 129, 212) transparent;
    animation: lds-hourglassBlue 1.2s infinite;
}

@keyframes lds-hourglassBlue {
    0% {
        transform: rotate(0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    50% {
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    100% {
        transform: rotate(1800deg);
    }
}

.turning {

    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotateright {
    -webkit-transform: rotateZ(-5deg);
    -ms-transform: rotateZ(-5deg);
    transform: rotateZ(-5deg);
    transition: opacity .1s ease-in-out;
    transition: transform .1s ease-in-out;
}

.btnTextAct {
    font-size: 12px;
}

.noteditableTd:hover {
    background-color: grey;
    display: inline-flex;
}

.editableTd:hover {

    margin: 1px;
    border-radius: 1px;
    display: inline-flex;
    cursor: pointer;
    /*text-decoration: underline;*/
}

.fa-minus-circle {
    color: skyblue;
    opacity: 0.6 !important;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
    color: skyblue;
    opacity: 0.6 !important;
}

/**/

[data-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}

[data-title]:after {
    content: attr(data-title);
    background-color: #006699;
    color: #eeeeee;
    font-size: 100%;
    position: absolute;
    padding: 1px 5px 2px 5px;
    bottom: -1.6em;
    left: 100%;
    white-space: nowrap;
    box-shadow: 1px 1px 3px #222222;
    opacity: 0;
    border: 1px solid #111111;
    z-index: 99999;
    visibility: hidden;
}

[data-title] {
    position: relative;
}

.headText {
    background: rgba(255, 255, 255, 0.7);
    color: #2e6da4;
    border-radius: 5px;
}

.dashBox {
    /*background: rgba(255,255,255,0.7);*/
    /*color: #2e6da4;*/
    position: relative;
    border: 2px solid gainsboro;
    border-radius: 5px;
    /*margin: 5px;*/
    height: 110px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 5px;
}

.dashBox:hover {
    background: rgba(255, 255, 255, 0.7);

    border: 2px dashed grey;
    border-radius: 5px;
    /*margin: 1px;*/
    height: 110px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    transition: 0.3s;
}

.dashBoxChart {
    background: rgba(255,255,255,0.5);
    /*color: #2e6da4;*/
    border: 2px solid gainsboro;
    border-radius: 5px;
    margin: 5px;
    height: 400px !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.dashBoxChart:hover {
    background: rgba(255, 255, 255, 1);

    border: 2px dashed grey;
    border-radius: 5px;
    margin: 5px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    transition: 0.3s;
}

.dashBox a {
    /*color: #2e6da4;*/
}

.navbar {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

}

.dashBox a:hover {
    color: #269abc;
}

.dashBoxConf {
    background: rgba(0, 0, 0, 0.8);
    color: greenyellow;
    border: 2px solid grey;
    border-radius: 5px;
    margin: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: 0.3s;
}

.dashBoxConf:hover {
    background: rgba(0, 0, 0, 5.8);
    color: greenyellow;
    border: 2px dashed grey;
    border-radius: 5px;
    margin: 5px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.dashBoxConf a {
    color: greenyellow;
}

.dashBoxConf a:hover {
    color: yellow;
}

.boldText {
    font-weight: bold;
    font-size: 26px;
}

.boldTextSingle {
    font-weight: bolder;
}

.dashText {
    text-decoration: underline solid grey 2px;
}

.dashText:hover {
    text-decoration: underline wavy grey 2px;
}

.dashBadge {
    width: 100%;
    height: 30%;
    border: 2px solid grey;
    border-radius: 50%;
    padding: 4px;
}

.dashBadge:hover {
    width: 100%;
    height: 30%;
    border: 2px dashed grey;
    border-radius: 50%;
    padding: 4px;
}

.notDashedText {
    /*color: #252525;*/

}

.notDashedText:hover {
    text-decoration: underline solid grey 2px;

}

.bg-dark {
    background-color: #bdbdbd;
    color: whitesmoke !important;
}

.bg-secondary {
    background-color: #c7c7c7;
    color: whitesmoke !important;

}

.sidebar-nav {
    width: 90% !important;

}

.navbar-collapse {
    z-index: 500;
}

/* make sidebar nav vertical */
@media (min-width: 768px) {
    .sideBar .navbar-collapse {
        padding: 0;
        max-height: none;
    }

    .sideBar ul {
        float: none;
    }

    .sideBar ul:not {
        display: block;
    }

    .sideBar li {
        float: none;
        display: block;
    }

    .sideBar li a {
        padding-top: 12px;
        padding-bottom: 12px;
    }
}

.active {
    background-color: #343a40 !important;

}

.active .notDashedText {
    color: whitesmoke !important;
}

.bg-dark {
    background-color: #343a40 !important;
    color: whitesmoke !important;
}

.bg-dark a {
    color: whitesmoke !important;
}

.navbar-dark {
    background-color: #343a40 !important;
    color: whitesmoke !important;
}

.bg-light {
    background-color: whitesmoke !important;
    color: #f8f9fa !important;
}

.bg-light a {
    color: #f8f9fa !important;
}

.navbar-light {
    background-color: whitesmoke !important;
    color: #f8f9fa !important;
}

.bg-info {
    background-color: #17a2b8 !important;
    color: whitesmoke !important;
}

.bg-info a {
    color: whitesmoke !important;
}

.navbar-info {
    background-color: #17a2b8 !important;
    color: whitesmoke !important;
}

.bg-secondary {
    background-color: #6c757d !important;
    color: whitesmoke !important;
}

.bg-secondary a {
    color: whitesmoke !important;
}

.navbat-secondary {
    background-color: #6c757d !important;
    color: whitesmoke !important;
}

.bg-success {
    background-color: #28a745 !important;
    color: whitesmoke !important;
}

.bg-success a {
    color: whitesmoke !important;
}

.navbar-success {
    background-color: #28a745 !important;
    color: whitesmoke !important;
}

.bg-primary {
    background-color: #007bff !important;
    color: whitesmoke !important;
}

.bg-primary a {
    color: whitesmoke !important;
}

.navbar-primary {
    background-color: #007bff !important;
    color: whitesmoke !important;
}

.bg-white {
    background-color: #ffffff !important;
    color: #343a40 !important;
}

.bg-white a {
    color: #343a40 !important;
}

.navbar-white {
    background-color: #ffffff !important;
    color: #343a40 !important;
}

.bg-default {
    background-color: grey !important;
    color: #FFFFFF !important;
}

.bg-default a {
    color: #FFFFFF !important;
}

.navbar-default {
    background-color: grey !important;
    color: #FFFFFF !important;
}

.bg-warning {
    background-color: #ffc107 !important;
    color: #252525 !important;
}

.bg-warning a {
    color: #252525 !important;
}

.navbar-warning {
    background-color: #ffc107 !important;
    color: #252525 !important;
}

#contentModal {
    word-wrap: break-word;
}
