﻿td, th {
    vertical-align: middle !important;
}

.right {
    float: right;
    height: 100vh;
}

.right {
    /*background: linear-gradient(60deg, #b8b7d6, #332f64);*/
    background-color: #332f64;
    display: inline-block;
    white-space: nowrap;
    width: 70px;
    transition: width 1s;
}

.item:hover {
    background-color: #D25E1E;
    /*opacity:0.5;*/
    height: 70px;
}

.right .material-icons {
    margin: 18px;
    width: 25px;
    color: #fff;
    font-size: xx-large;
}

span.glyphicon.glyphicon-refresh {
    font-size: 17px;
    vertical-align: middle !important;
}

.item {
    height: 70px;
    overflow: hidden;
    color: #fff;
}

/* Scrollbar */

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
/* Track */

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
/* Handle */

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    /*background: #your-color;*/
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

    ::-webkit-scrollbar-thumb:window-inactive {
        /*background: #your-color;*/
    }

/* ----- v CAN BE DELETED v ----- */
body {
    font-family: 'Roboto', sans-serif;
    /*background-color: #EF5350;*/
}

.demo {
    padding-top: 60px;
    padding-bottom: 110px;
}

.btn-demo {
    margin: 15px;
    padding: 10px 15px;
    border-radius: 0;
    font-size: 16px;
    background-color: #FFFFFF;
}

    .btn-demo:focus {
        outline: none;
    }

.demo-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 15px;
    background-color: #212121;
    text-align: center;
}

    .demo-footer > a {
        text-decoration: none;
        font-weight: bold;
        font-size: 16px;
        color: #fff;
    }

.nav-pills > li.active > a.mycss, .nav-pills > li.active > a:focus.mycss, .nav-pills > li.active > a:hover.mycss {
    background-color: transparent !important;
    color: #FFFFFF;
    box-shadow: none;
    border-radius: 0px;
}

.nav-pills > li.active > a {
    border-radius: 0;
}

#indexside.row {
    /*margin-top: 50px;*/
    margin-right: 0;
    margin-left: 0;
}

.rotate--45 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media (min-width: 768px) and (max-width: 2000px) {
    #some-wizard {
        width: 130%;
    }

    #some-wizard-exp {
        width: 130%;
    }
}

.active-nav-tab a {
    color: #555555;
    /*background-color: #F1F1F9;*/
}

.blue-arrow {
    color: #2B5FA3
}

.text-th {
    color: black;
}



#search.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: transparent;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    #search.form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        background-color: #fff;
    }





.col-xs-offset-right-12 {
    margin-right: 100%;
}

.col-xs-offset-right-11 {
    margin-right: 91.66666667%;
}

.col-xs-offset-right-10 {
    margin-right: 83.33333333%;
}

.col-xs-offset-right-9 {
    margin-right: 75%;
}

.col-xs-offset-right-8 {
    margin-right: 66.66666667%;
}

.col-xs-offset-right-7 {
    margin-right: 58.33333333%;
}

.col-xs-offset-right-6 {
    margin-right: 50%;
}

.col-xs-offset-right-5 {
    margin-right: 41.66666667%;
}

.col-xs-offset-right-4 {
    margin-right: 33.33333333%;
}

.col-xs-offset-right-3 {
    margin-right: 25%;
}

.col-xs-offset-right-2 {
    margin-right: 16.66666667%;
}

.col-xs-offset-right-1 {
    margin-right: 8.33333333%;
}

.col-xs-offset-right-0 {
    margin-right: 0;
}

@media (min-width: 768px) {
    .col-sm-offset-right-12 {
        margin-right: 100%;
    }

    .col-sm-offset-right-11 {
        margin-right: 91.66666667%;
    }

    .col-sm-offset-right-10 {
        margin-right: 83.33333333%;
    }

    .col-sm-offset-right-9 {
        margin-right: 75%;
    }

    .col-sm-offset-right-8 {
        margin-right: 66.66666667%;
    }

    .col-sm-offset-right-7 {
        margin-right: 58.33333333%;
    }

    .col-sm-offset-right-6 {
        margin-right: 50%;
    }

    .col-sm-offset-right-5 {
        margin-right: 41.66666667%;
    }

    .col-sm-offset-right-4 {
        margin-right: 33.33333333%;
    }

    .col-sm-offset-right-3 {
        margin-right: 25%;
    }

    .col-sm-offset-right-2 {
        margin-right: 16.66666667%;
    }

    .col-sm-offset-right-1 {
        margin-right: 8.33333333%;
    }

    .col-sm-offset-right-0 {
        margin-right: 0;
    }
}

@media (min-width: 768px) {
    .col-md-offset-right-12 {
        margin-right: 100%;
    }

    .col-md-offset-right-11 {
        margin-right: 91.66666667%;
    }

    .col-md-offset-right-10 {
        margin-right: 83.33333333%;
    }

    .col-md-offset-right-9 {
        margin-right: 75%;
    }

    .col-md-offset-right-8 {
        margin-right: 66.66666667%;
    }

    .col-md-offset-right-7 {
        margin-right: 58.33333333%;
    }

    .col-md-offset-right-6 {
        margin-right: 50%;
    }

    .col-md-offset-right-5 {
        margin-right: 41.66666667%;
    }

    .col-md-offset-right-4 {
        margin-right: 33.33333333%;
    }

    .col-md-offset-right-3 {
        margin-right: 25%;
    }

    .col-md-offset-right-2 {
        margin-right: 16.66666667%;
    }

    .col-md-offset-right-1 {
        margin-right: 8.33333333%;
    }

    .col-md-offset-right-0 {
        margin-right: 0;
    }
}

@media (min-width: 992px) {
    .col-lg-offset-right-12 {
        margin-right: 100%;
    }

    .col-lg-offset-right-11 {
        margin-right: 91.66666667%;
    }

    .col-lg-offset-right-10 {
        margin-right: 83.33333333%;
    }

    .col-lg-offset-right-9 {
        margin-right: 75%;
    }

    .col-lg-offset-right-8 {
        margin-right: 66.66666667%;
    }

    .col-lg-offset-right-7 {
        margin-right: 58.33333333%;
    }

    .col-lg-offset-right-6 {
        margin-right: 50%;
    }

    .col-lg-offset-right-5 {
        margin-right: 41.66666667%;
    }

    .col-lg-offset-right-4 {
        margin-right: 33.33333333%;
    }

    .col-lg-offset-right-3 {
        margin-right: 25%;
    }

    .col-lg-offset-right-2 {
        margin-right: 16.66666667%;
    }

    .col-lg-offset-right-1 {
        margin-right: 8.33333333%;
    }

    .col-lg-offset-right-0 {
        margin-right: 0;
    }
}


.card form [class*="col-"] {
    padding: 6px;
}

.main-panel {
    margin: 0 auto;
    width: 100%;
}

    .main-panel > .content {
        margin-top: 56px;
    }

.card-title {
    font-weight: 300;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 700px;
    }
}

.form-group.has-error .form-control {
    box-shadow: none;
}

.form-group.has-error.is-focused .form-control {
    background-image: linear-gradient(to top, #f44336 2px, rgba(244, 67, 54, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}

.form-group.has-error label.control-label,
.form-group.has-error .help-block {
    color: #f44336;
}

.has-error .form-control-feedback {
    color: #f44336;
    opacity: 1;
}

html[dir="rtl"] .dropdown-menu {
    right: auto
}

h5.modal-title {
    font-size: 20px;
    font-weight: bold
}


.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus,
.dropdown-menu a:hover,
.dropdown-menu a:focus,
.dropdown-menu a:active {
    background-color: #11a4f2 !important;
}

.dropdown-toggle::after {
    display: none;
}

#mydiv {
    position: absolute;
    z-index: 9000;
    background-color: white;
    border: 1px solid #d3d3d3;
    top: 58px;
    left: 59px;
}

#mydivheader {
    padding: 10px;
    cursor: move;
    z-index: 10;
    color: #fff;
    padding-bottom: 0px;
}

#divHelpClose:hover {
    background-color: red;
    color: white;
}

.rotate180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rotate90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.rotate270 {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.container-index {
    display: grid;
    grid-template-columns: 86px calc(100% - 86px);
    grid-template-rows: 61px calc(100% - 61px);
    grid-auto-flow: row;
    /*height: -webkit-fill-available;*/
    height: 100vh;
}

@media (max-height:900px) {
    .container-index {
        display: grid;
        grid-template-columns: 66px calc(100% - 66px);
        grid-template-rows: 61px calc(100% - 61px);
        grid-auto-flow: row;
       /* height: -webkit-fill-available;*/
        height: 100vh;
    }
}

.item-nav {
    grid-row: 1;
    grid-column: 1 / 3;
    align-self: self-start;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
    background-color: white;
    height:47px;
}

/*.item-nav {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
}*/

.item-sidebar {
    margin-top: -14px;
    box-shadow: 0px 6px 4px 2px rgba(0, 0, 0, 0.14);
    background-color: white;
    padding-top: 14px;
}

/*.item-sidebar {
    grid-row: 2 / 3;
    grid-column: 1;
}
    .item-main-panel {
    grid-column: 2;
    grid-row: 2;
}*/
