﻿body {
    padding: 0px;
    margin: 60px 0px 0px 0px;
    color: #3b3b3b;
    font-family: 'Roboto', sans-serif;
}

    body.login {
        margin: 0px;
        background-color: #1aadd4;
        min-height: calc(100vh - 60px);
        background: #1aadd4;
        background: -moz-linear-gradient(135deg, #1aadd4 0%, #1aadd4 49%, #1aadd4 49%, #4e5866 49%, #6c7a8e 49.5%);
        background: -webkit-linear-gradient(135deg, #1aadd4 0%,#1aadd4 49%,#1aadd4 49%,#4e5866 49%,#6c7a8e 49.5%);
        background: linear-gradient(135deg, #1aadd4 0%,#1aadd4 49%,#1aadd4 49%,#4e5866 49%,#6c7a8e 49.5%);
    }

.basic-color-text {
    color: #1aadd4;
}

a,
a:hover,
a:visited,
a:focus,
a:active {
    outline: none;
    color: inherit;
    text-decoration: none;
}

.error-name {
    color: #6c7a8d;
    font-size: 100px;
    line-height: 90px;
    font-weight: 900;
    border-right: 1px solid #dedede;
}

.error-title {
    padding-top: 10px;
    color: #1aadd4;
    font-size: 18px;
    font-weight: 900;
    display: block;
}

.error-desc {
    font-size: 13px;
    color: #6c7a8c;
}

/*---------------------------------
    HEADER      
---------------------------------*/
header {
    padding: 0px;
    margin: 0px;
    height: 60px;
    border-bottom: 1px solid #dfdfdf;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
    display: table;
    table-layout: fixed;
}

#logo-placer {
    height: 60px;
    width: 60px;
    border-right: 1px solid #dfdfdf;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-weight: 800;
    font-size: 16px;
    -ms-transition: width ease-in-out 0.5s;
    -o-transition: width ease-in-out 0.5s;
    -webkit-transition: width ease-in-out 0.5s;
    transition: width ease-in-out 0.5s;
    overflow: hidden;
}

    #logo-placer span {
        color: #1aadd4;
    }

#logo-placer-big,
#logo-placer-small {
    display: inline-block;
    overflow: hidden;
    display: none;
}

#menu-swap-btn {
    height: 60px;
    width: 60px;
    border-right: 1px solid #dfdfdf;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-weight: 800;
    font-size: 18px;
    cursor: pointer;
    -ms-transition: color ease-in-out 0.3s;
    -o-transition: color ease-in-out 0.3s;
    -webkit-transition: color ease-in-out 0.3s;
    transition: color ease-in-out 0.3s;
}

    #menu-swap-btn i {
        -ms-transition: all ease-in-out 0.3s;
        -o-transition: all ease-in-out 0.3s;
        -webkit-transition: all ease-in-out 0.3s;
        transition: all ease-in-out 0.3s;
    }

    #menu-swap-btn:hover {
        color: #1aadd4;
    }

#header-box {
    display: table-cell;
    vertical-align: middle;
    font-size: 11px;
    padding: 0px 25px;
    color: #b3b3b3;
    font-weight: 900;
    overflow: hidden;
    white-space: nowrap;
}

    #header-box span {
        color: #1aadd4;
        padding: 0px 10px;
    }

    #header-box i {
        padding: 0px 2px 0px 0px;
        -ms-opacity: 0.7;
        opacity: 0.7;
        font-size: 21px;
        display: inline-block;
        position: relative;
        top: 3px;
    }

    #header-box a:hover {
        color: #1aadd4;
    }

        #header-box a:hover i {
            -ms-opacity: 1;
            opacity: 1;
        }

.header-left-btn {
    height: 60px;
    width: 60px;
    border-left: 1px solid #fff;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background-color: #1aadd4;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    -ms-transition: background-color ease-in-out 0.3s;
    -o-transition: background-color ease-in-out 0.3s;
    -webkit-transition: background-color ease-in-out 0.3s;
    transition: background-color ease-in-out 0.3s;
}

    .header-left-btn:hover {
        background-color: #1690b1;
    }

    .header-left-btn.active {
        background-color: #1690b1;
    }

    .header-left-btn img {
        width: 100%;
        height: 100%;
    }

/*---------------------------------
    MENU      
---------------------------------*/

.menu-wrapper {
    background-color: #323e51;
    position: fixed;
    top: 60px;
    left: 0px;
    height: calc(100% - 60px);
    width: 60px;
    margin: 0px;
    padding: 0px;
    color: #fff;
    z-index: 998;
    -ms-transition: width ease-in-out 0.5s;
    -o-transition: width ease-in-out 0.5s;
    -webkit-transition: width ease-in-out 0.5s;
    transition: width ease-in-out 0.5s;
}

#scroll-top {
    display: none;
    font-size: 21px;
    width: 100%;
    height: 60px;
    text-align: center;
    padding: 12px;
    cursor: pointer;
    position: relative;
    top: calc(50vh - 60px);
}

    #scroll-top:hover {
        background-color: #1aadd4;
    }

#main-menu {
    background-color: #323e51;
    position: absolute;
    top: 60px;
    left: 0px;
    width: 60px;
    margin: 0px;
    padding: 0px;
    color: #fff;
    z-index: 999;
    -ms-transition: width ease-in-out 0.5s;
    -o-transition: width ease-in-out 0.5s;
    -webkit-transition: width ease-in-out 0.5s;
    transition: width ease-in-out 0.5s;
}

.submenu-box {
    position: fixed;
    top: 60px;
    left: -160px;
    width: 220px;
    background-color: #6c7a8e;
    height: calc(100% - 60px);
    z-index: 995;
    -ms-transition: left ease-in-out 0.5s;
    -o-transition: left ease-in-out 0.5s;
    -webkit-transition: left ease-in-out 0.5s;
    transition: left ease-in-out 0.5s;
}

    .submenu-box .menu-header {
        font-size: 16px;
        font-weight: 900;
        color: #fff;
        width: 100%;
        text-align: center;
        padding: 18px;
        min-height: 60px;
    }

        .submenu-box .menu-header span {
            position: relative;
            display: inline-block;
            top: -2px;
            padding-left: 6px;
        }

        .submenu-box .menu-header i {
            font-size: 21px;
            -ms-opacity: 0.8;
            opacity: 0.8;
        }

    .submenu-box .menu-subheader {
        font-size: 12px;
        color: #fff;
        -ms-opacity: 0.6;
        opacity: 0.6;
        width: 100%;
        text-align: left;
        padding: 10px 17px;
        min-height: 20px;
    }

        .submenu-box .menu-subheader span {
            position: relative;
            display: inline-block;
            top: -2px;
            padding-left: 6px;
            text-transform: uppercase;
        }

        .submenu-box .menu-subheader i {
            font-size: 18px;
            -ms-opacity: 0.8;
            opacity: 0.8;
        }


    .submenu-box .spacer {
        height: 15px;
    }

.menu-items {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .menu-items span {
        position: relative;
        display: inline-block;
        top: -3px;
        padding-left: 6px;
    }

    .menu-items.small span {
        display: none;
    }

    .menu-items .menu-item {
        width: 100%;
        height: 60px;
        display: table;
        table-layout: fixed;
        font-size: 12px;
        overflow: hidden;
        white-space: nowrap;
        color: #fff;
        -ms-transition: background-color ease-in-out 0.3s;
        -o-transition: background-color ease-in-out 0.3s;
        -webkit-transition: background-color ease-in-out 0.3s;
        transition: background-color ease-in-out 0.3s;
    }

        .menu-items .menu-item.expanded {
            background-color: #6c7a8e;
        }

        .menu-items .menu-item:hover {
            background-color: #1aadd4;
        }

        .menu-items .menu-item a {
            width: 100%;
            height: 60px;
            display: table-cell;
            vertical-align: middle;
            text-align: left;
            overflow: hidden;
            white-space: nowrap;
            padding: 5px 20px;
        }

            .menu-items .menu-item a i {
                font-size: 21px;
            }

    .menu-items.small .menu-item {
        text-align: center;
    }

    .menu-items .menu-item.active {
        background-color: #1aadd4;
    }

.submenu-content-box {
    display: none;
}

.submenu-items {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .submenu-items .menu-item {
        width: 100%;
        height: 30px;
        display: table;
        table-layout: fixed;
        font-size: 12px;
        overflow: hidden;
        white-space: nowrap;
        color: #fff;
        -ms-transition: background-color ease-in-out 0.3s;
        -o-transition: background-color ease-in-out 0.3s;
        -webkit-transition: background-color ease-in-out 0.3s;
        transition: background-color ease-in-out 0.3s;
    }

        .submenu-items .menu-item a {
            width: 100%;
            height: 30px;
            display: table-cell;
            vertical-align: middle;
            text-align: left;
            overflow: hidden;
            white-space: nowrap;
            padding: 10px 17px 10px 47px;
        }

        .submenu-items .menu-item span {
            position: relative;
            left: 0px;
            top: 0px;
            width: 100%;
            display: inline-block;
        }


        .submenu-items .menu-item .selector {
            position: absolute;
            left: -22px;
            top: 3px;
            display: block;
            font-size: 13px;
        }

        .submenu-items .menu-item:hover {
            background-color: #1aadd4;
        }

            .submenu-items .menu-item:hover span {
                color: #fff;
            }

.notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}

/*---------------------------------
    RIGHT PANELS      
---------------------------------*/

.right-panel {
    position: fixed;
    right: 0px;
    top: 61px;
    height: 100%;
    background-color: #fff;
    overflow: hidden;
    width: 0px;
    border-left: 1px solid #dedede;
    z-index: 999;
    -ms-transition: width ease-in-out 0.5s;
    -o-transition: width ease-in-out 0.5s;
    -webkit-transition: width ease-in-out 0.5s;
    transition: width ease-in-out 0.5s;
    box-shadow: -2px 0px 7px rgba(0, 0, 0, 0.21);
}

    .right-panel .right-panel-content {
        overflow: hidden;
        width: 180px;
    }

.login-info-bar {
    min-height: 180px;
    padding: 0px;
    width: 100%;
    color: #fff;
    background: #1aadd4;
    background: -moz-linear-gradient(-45deg, #1aadd4 0%, #1aadd4 49%, #1aadd4 49%, #4e5866 49%, #6c7a8e 51.5%);
    background: -webkit-linear-gradient(-45deg, #1aadd4 0%,#1aadd4 49%,#1aadd4 49%,#4e5866 49%,#6c7a8e 51.5%);
    background: linear-gradient(135deg, #1aadd4 0%,#1aadd4 49%,#1aadd4 49%,#4e5866 49%,#6c7a8e 51.5%);
    display: table;
}

    .login-info-bar .login-info-container {
        width: 100%;
        min-height: 180px;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        padding-top: 20px;
    }


        .login-info-bar .login-info-container .login-info-image {
            width: 100%
        }

            .login-info-bar .login-info-container .login-info-image img {
                border: 2px solid #fff;
            }


        .login-info-bar .login-info-container .login-info-text {
            width: 180px;
            font-size: 12px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            padding: 10px 15px;
        }

.right-panel ul.nav-bar {
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.right-panel .nav-bar li {
    width: 100%;
    padding: 10px;
    min-height: 40px;
    font-size: 12px;
    border-bottom: 1px solid #dedede;
}

    .right-panel .nav-bar li.selectable {
        padding: 0px;
        min-height: 0px;
    }


        .right-panel .nav-bar li.selectable:hover {
            background-color: #1aadd4;
            color: #fff;
        }

        .right-panel .nav-bar li.selectable a {
            display: inline-block;
            width: 100%;
            padding: 10px;
            min-height: 40px;
        }

    .right-panel .nav-bar li .fa {
        display: inline-block;
        position: relative;
        font-size: 18px;
        top: 2px;
        padding-right: 3px;
        opacity: 0.6;
    }

/*---------------------------------
    CONTENT      
---------------------------------*/
.content-wrapper {
    margin-left: 60px;
    -ms-transition: margin-left ease-in-out 0.5s;
    -o-transition: margin-left ease-in-out 0.5s;
    -webkit-transition: margin-left ease-in-out 0.5s;
    transition: margin-left ease-in-out 0.5s;
}

.content {
    min-height: calc(100vh - 120px);
    background-color: #eaeef4;
}

/*---------------------------------
    SECTION      
---------------------------------*/


section {
    padding: 25px;
}

    section.border-bottom {
        border-bottom: 1px solid #dfdfdf;
    }

.white-bg {
    background-color: #fff;
}

.dark-bg {
    background-color: #eaeef4;
}

.no-top {
    padding-top: 0px;
}

.no-padding {
    padding: 0px 25px;
}

/*---------------------------------
    SECTION BUTTONS   
---------------------------------*/

.top-btn {
    display: inline-block;
    font-weight: 900;
    border-top: 2px solid transparent;
    padding: 5px;
    transition: all ease-in-out 0.5s;
    margin: 0px 0px 10px 10px;
}

    .top-btn i {
        display: inline-block;
        position: relative;
        font-size: 21px;
        opacity: 0.5;
        top: 2px;
        padding-right: 5px;
        transition: all ease-in-out 0.5s;
    }

    .top-btn:hover,
    .top-btn.active {
        border-top: 2px solid #1aadd4;
    }

        .top-btn:hover i,
        .top-btn.active i {
            opacity: 1;
            color: #1aadd4;
        }

    .top-btn.back {
        margin: 0px 20px 10px 10px;
        opacity: 0.4;
    }

        .top-btn.back:hover {
            border-top: 2px solid transparent;
            opacity: 1;
        }

/*---------------------------------
    H ITEMS      
---------------------------------*/
h1 {
    font-weight: 900;
    font-size: 31px;
    margin: 0px;
    padding: 0px 10px 15px 0px;
    line-height: 31px;
}

    h1 span {
        font-weight: 100;
        color: #1aadd4;
    }

    h1.single {
        padding: 0px 10px 0px 0px;
    }

h2 {
    font-weight: 900;
    font-size: 21px;
    margin: 0px;
    padding: 0px 10px 15px 0px;
    line-height: 18px;
}

    h2 span {
        font-weight: 400;
        color: #1aadd4;
    }

/*---------------------------------
    FOOTER      
---------------------------------*/
footer {
    padding: 0px;
    margin: 0px;
    height: 60px;
    border-top: 1px solid #dfdfdf;
    width: 100%;
    background-color: #fff;
    display: table;
    table-layout: fixed;
    font-size: 12px;
    color: #767676;
}

    footer span {
        color: #1aadd4;
        font-weight: 900;
        padding-left: 10px;
        padding-right: 10px;
    }

    footer .footer-left {
        vertical-align: middle;
        display: table-cell;
        text-align: left;
        padding: 0px 15px 0px 15px;
    }

    footer .footer-right {
        vertical-align: middle;
        display: table-cell;
        text-align: right;
        padding: 0px 15px 0px 15px;
    }


/*---------------------------------
    LOGIN BOX      
---------------------------------*/
.login-content-wrapper {
    display: table;
    width: 100%;
    min-height: calc(100vh - 60px);
}

.login-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 60px 30px 120px 30px;
}

.login-box {
    background-color: #fff;
    display: inline-block;
    max-width: 800px;
    width: 100%;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.38);
}

.login-lang {
    display: inline-block;
    color: #fff;
    text-align: right;
    max-width: 800px;
    width: 100%;
    padding-top: 3px;
}

    .login-lang a {
        color: #fff;
        font-weight: 900;
        font-size: 14px;
        letter-spacing: 1px;
        padding-left: 5px;
        transition: opacity ease-in-out 0.3s;
        opacity: 0.6;
    }

        .login-lang a:hover {
            opacity: 1;
        }

footer.login {
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
}

#socialLoginList {
    margin: 15px 0px;
}

.software-login-link {
    display: inline-block;
    margin: 30px 0px 45px 0px;
}

/* -------------------------------- 
    forms
-------------------------------- */

.form-horizontal br {
    font-size: 40px;
}

.no-round {
    border-radius: 0px !important;
}

.btn-primary {
    outline: none;
    background-color: #1aadd4;
    border: 1px solid #1aadd4;
    color: #fff;
}

    .btn-primary:hover,
    .btn-primary:active,
    .btn-primary:focus {
        outline: none;
        background-color: #158dac;
        border: 1px solid #158dac;
        color: #fff;
    }

.btn-submit {
    text-transform: uppercase;
    border: none;
    background-color: #1aadd4;
    color: #fff;
    font-weight: 600;
    border-radius: 4px;
    padding: 10px;
    margin-top: 20px;
    transition: all ease-in-out 0.3s;
}

    .btn-submit:hover {
        color: #fff;
        background-color: #158dac;
    }

/* form starting stylings ------------------------------- */
.group {
    position: relative;
}

hr {
    border-color: #dbdfe5;
}

input, textarea {
    width: 100%;
    font-size: 14px;
    padding: 10px 0px 10px 0px;
    display: block;
    border: none;
    border-bottom: 1px solid #89a4ac;
    background-color: transparent;
}

textarea {
    resize: none;
    overflow: hidden;
    -ms-overflow-style: none;
    background-color: transparent;
}

input[type='submit'] {
    text-transform: uppercase;
    border: none;
    background-color: #1aadd4;
    color: #fff;
    font-weight: 600;
    border-radius: 4px;
    padding: 10px;
    margin-top: 20px;
    transition: all ease-in-out 0.3s;
}

    input[type='submit']:hover {
        color: #fff;
        background-color: #158dac;
    }

input:focus,
textarea:focus {
    outline: none;
    border-bottom: 1px solid #1aadd4;
}

.main-link {
    font-weight: 900;
    transition: color ease-in-out 0.3s;
}

    .main-link i {
        position: relative;
        font-size: 21px;
        display: inline-block;
        padding-right: 5px;
        top: 2px;
    }

    .main-link:hover {
        color: #1aadd4;
    }

.btn-social-login {
    min-width: 40px;
    min-height: 40px;
    padding: 5px;
    background-color: #fff;
    border: 1px solid #1aadd4;
    color: #1aadd4;
    transition: all ease-in-out 0.3s;
    border-radius: 4px;
    margin: 2px;
}

    .btn-social-login:hover {
        background-color: #158dac;
        border: 1px solid #158dac;
        color: #fff;
    }


.btn-cancel {
    display: inline-block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    border: none;
    font-weight: 600;
    border-radius: 4px;
    padding: 7px 10px;
    border: 1px solid #1aadd4;
    margin-top: 20px;
    transition: all ease-in-out 0.3s;
}

    .btn-cancel i {
        position: relative;
        font-size: 21px;
        display: inline-block;
        padding-right: 5px;
        top: 2px;
    }

    .btn-cancel:hover {
        color: #fff !important;
        border: 1px solid #158dac;
        background-color: #158dac;
    }

.filter-btn {
    margin-top: 0px !important;
}

.bootstrap-select {
    padding-bottom: 4px;
    padding-top: 4px;
}

/* LABEL ======================================= */
.group label {
    color: #91a6c8;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    text-transform: lowercase;
}


    .group label i {
        width: 20px;
        color: #89a4ac;
    }

.checkbox-label {
    padding-left: 10px !important;
    margin-right: 25px !important;
    font-size: 12px;
    color: #89a4ac;
}

    .checkbox-label:hover {
        color: #2488c4;
    }

.textbox-link {
    padding-left: 10px !important;
    font-size: 12px;
    color: #89a4ac !important;
}

    .textbox-link:hover {
        color: #1aadd4;
    }

/* active state */
input:focus ~ label, input.has-content ~ label,
textarea:focus ~ label, textarea.has-content ~ label {
    top: -10px;
    font-size: 11px;
    color: #1aadd4;
}

.input-validation-error input,
.input-validation-error textarea {
    color: #ff7600;
    border-bottom: 1px solid #ff7600;
}

.input-validation-error label i {
    color: #ff7600;
}

.text-danger {
    color: #ff7600;
    font-size: 10px;
}

    .text-danger ul {
        padding-bottom: 10px;
    }
/* BOTTOM BARS ================================= */
.bar {
    position: relative;
    display: block;
    width: 100%;
}

    .bar:before, .bar:after {
        content: '';
        height: 2px;
        width: 0;
        bottom: 1px;
        position: absolute;
        background: #1aadd4;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }

    .bar:before {
        left: 50%;
    }

    .bar:after {
        right: 50%;
    }

/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after,
textarea:focus ~ .bar:before, textarea:focus ~ .bar:after {
    width: 50%;
}

.input-validation-error .bar:before,
.input-validation-error .bar:after {
    background: #ff7600;
}

input.input-validation-error ~ label,
textarea.input-validation-error ~ label {
    color: #ff7600;
}

/*---------------------------------
    VALUE DISPLAY      
---------------------------------*/

.element-desc {
    font-size: 0.85em;
    color: #919396;
    padding-bottom: 10px;
}

.item-value-container {
    width: 100%;
    padding: 10px 20px 10px 0px;
}

    .item-value-container .item-header {
        font-size: 11px;
        color: #919396;
    }

        .item-value-container .item-header i {
            width: 15px;
            color: #1aadd4;
        }

            .item-value-container .item-header .small-desc {
                width: 15px;
                color: #1aacd3;
                font-weight: 600;
                font-size: 9px;
            }

    .item-value-container .item-content {
        font-size: 13px;
    }

/*---------------------------------
    ITEM BOX    
---------------------------------*/

.item-container {
    width: 100%;
    position: relative;
}

    .item-container .item-box {
        position: relative;
        border: 1px solid #dedede;
        width: 100%;
        background-color: #fff;
        margin-bottom: 30px;
        transition: all ease-in-out 0.3s;
        box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
        z-index: 1;
        overflow: hidden;
    }

    .item-container:hover .item-box {
        transform: scale(1.02);
        box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.3);
        z-index: 3;
    }

    .item-container .item-box .header-box {
        border-bottom: 1px solid #dedede;
        width: 100%;
        padding: 10px 15px;
        font-weight: 900;
        font-size: 16px;
        z-index: 1;
    }

        .item-container .item-box .header-box span {
            font-weight: 400;
            color: #1aadd4;
        }

        .item-container .item-box .header-box .subtitle {
            font-weight: 400;
            opacity: 0.5;
            font-size: 11px;
            line-height: 11px;
            position: relative;
            top: -2px;
        }

        .item-container .item-box .header-box .item-icon {
            font-size: 24px;
            width: 100%;
            display: inline-block;
            color: #4f6281;
        }

            .item-container .item-box .header-box .item-icon img {
                width: 40px;
                background-color: #323e51;
            }

    .item-container .item-box .item-content-box {
        width: 100%;
        padding: 10px 15px;
        font-weight: 400;
        font-size: 12px;
    }

    .item-container .param-desc {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
    }

    .item-container .item-box .item-content-box .item-icon {
        width: 23px;
        position: relative;
        display: inline-block;
        font-size: 17px;
        top: 2px;
        color: #1aadd4;
    }

        .item-container .item-box .item-content-box .item-icon.small-desc {
            font-size: 12px !important;
            font-weight: 600;
            top: 0px;
        }

    .item-container .menu-container {
        height: 0px;
        position: absolute;
        z-index: 2;
        width: 100%;
        font-size: 21px;
        text-align: right;
        background-color: #1aadd4;
        color: #fff;
        height: 0px;
        overflow: hidden;
        padding: 0px 15px;
        transition: all ease-in-out 0.3s;
        bottom: 0px;
    }

        .item-container .menu-container a {
            padding: 2px 0px 0px 5px;
            display: inline-block;
        }

    .item-container:hover .menu-container {
        z-index: 2;
        height: 35px;
        bottom: -35px;
        transform: scale(1.02);
        box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.3);
    }

    .item-container .top-title-holder {
        display: table;
        table-layout: fixed;
        width: 100%;
    }

        .item-container .top-title-holder .icon-box {
            display: table-cell;
            vertical-align: middle;
            padding: 4px 15px 4px 0px;
            width: 50px;
        }

        .item-container .top-title-holder .title-box {
            display: table-cell;
            overflow: hidden;
            vertical-align: middle;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

/*---------------------------------
    cookies 
---------------------------------*/

#cookiesInfo * {
    margin: 0px;
    padding: 0px;
}

#cookiesInfo {
    position: fixed;
    font-size: 12px;
    font-family: Arial, Verdana, sans-serif;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: #1aadd4;
    padding: 20px;
    box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.4);
    z-index: 1000;
}

    #cookiesInfo h6 {
        font-size: 16px;
        font-weight: bold;
        color: #ffffff;
        text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.6);
        margin-bottom: 7px;
    }

    #cookiesInfo p {
        font-size: 12px;
        color: #fff;
        line-height: 1.5em;
    }

    #cookiesInfo a {
        display: block;
        position: absolute;
        right: 15px;
        top: 15px;
        width: 25px;
        height: 25px;
        font-size: 21px;
        color: #fff;
        text-align: center;
        text-decoration: none;
        text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.6);
        transition: color ease-in-out 0.3s;
    }

        #cookiesInfo a:hover {
            color: #323e51;
        }

/*---------------------------------
    SORT BOX    
---------------------------------*/

.sort-table {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 30px;
    border-bottom: 1px solid #dedede;
}

    .sort-table .sort-cell {
        display: table-cell;
        vertical-align: middle;
        font-size: 12px;
        padding-bottom: 5px;
    }

        .sort-table .sort-cell a:hover {
            color: #1aadd4;
        }

        .sort-table .sort-cell .fa {
            color: #919396;
            padding-left: 3px;
        }

            .sort-table .sort-cell .fa.fa-sort-asc,
            .sort-table .sort-cell .fa.fa-sort-desc {
                color: #1aadd4;
            }

/*---------------------------------
    LOADING BAR 
---------------------------------*/

.loading-bar {
    width: 100%;
    background-color: #323e51;
    font-size: 28px;
    padding: 10px;
    margin-top: 25px;
    color: #fff;
    text-align: center;
    opacity: 0;
    transition: opacity ease-in-out 0.5s;
}

    .loading-bar.active {
        opacity: 1;
    }

/*---------------------------------
    ERROR COLOR 
---------------------------------*/

.error-noactive {
    color: #ff7600 !important;
}

.error-noactiveRed {
    color: #ff0000 !important;
}

/*---------------------------------
    RELATED OBJECT TABLE 
---------------------------------*/

.child-object-box {
    min-height: 100px;
    padding-bottom: 30px;
}

.child-object-icon {
    display: inline-block;
    font-weight: 900;
    transition: all ease-in-out 0.5s;
    margin: 0px 20px 10px 10px;
}

    .child-object-icon i {
        display: inline-block;
        position: relative;
        font-size: 21px;
        opacity: 0.5;
        top: 2px;
        padding-right: 5px;
    }

    .child-object-icon:hover,
    .child-object-icon.active {
        color: #1aadd4;
    }

        .child-object-icon:hover i,
        .child-object-icon.active i {
            opacity: 1;
            color: #1aadd4;
        }

.related-table {
    width: 100%;
    table-layout: auto;
}

    .related-table tbody tr {
        border-bottom: 1px solid #cbced3;
        transition: background-color ease-in-out 0.3s;
    }

        .related-table tbody tr:first-child {
            border-top: 2px solid #cbced3;
        }

        .related-table tbody tr:hover {
            background-color: rgba(255, 255, 255, 0.6);
        }


        .related-table tbody tr td {
            padding: 10px 20px 10px 20px;
            vertical-align: middle;
        }

            .related-table tbody tr td.icon-box {
                width: 65px;
                text-align: center;
                font-size: 21px;
            }

            .related-table tbody tr td.table-option {
                padding: 10px 20px 10px 20px;
                text-align: right;
                transition: width ease-in-out 0.3s;
                overflow: hidden;
            }

                .related-table tbody tr td.table-option a {
                    font-size: 21px;
                    color: #1aadd4;
                    opacity: 0.4;
                    transition: opacity ease-in-out 0.3s;
                    margin-left: 3px;
                }

                    .related-table tbody tr td.table-option a:hover {
                        opacity: 1;
                    }

    .related-table .text-muted {
        opacity: 0.7;
    }

    .related-table tfoot .processing-bar {
        text-align: center;
        font-size: 24px;
        padding: 10px;
    }

    .related-table tfoot .nextpage-bar {
        text-align: center;
        font-size: 18px;
        padding: 5px;
        cursor: pointer;
        transition: all ease-in-out 0.3s;
    }

        .related-table tfoot .nextpage-bar:hover {
            background-color: #6c7a8e;
            color: #fff;
        }

/*---------------------------------
    MODAL
---------------------------------*/

.modal-dialog {
    margin-top: 0;
    margin-bottom: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .modal-dialog button:hover,
    .modal-dialog button:active,
    .modal-dialog button:focus {
        outline: none;
    }

    .modal-content {
        border: none;
        box-shadow: none;
    }

.modal.fade .modal-dialog {
    transform: translate(0, -100%);
}

.modal.in .modal-dialog {
    transform: translate(0, 0);
}

.fade-scale {
    animation: showSweetAlert 0.3s;
}

.modal-footer {
    border-top: none;
    text-align: center;
    padding-top: 0px;
}

.modal-header {
    border-bottom: none;
    text-align: center;
    padding-bottom: 0px;
}

.modal-small-subtitle {
    font-size: 12px;
    opacity: 0.6;
    top: -5px;
    position: relative;
    display: inline-block;
}

.modal-title {
    font-weight: 600;
    font-size: 30px;
}

    .modal-title span {
        font-weight: 400;
        color: #1aadd4;
    }

.modal-footer button {
    text-transform: uppercase;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    -webkit-border-radius: 4px;
    border-radius: 3px;
    padding: 8px 30px;
    margin: 0px 2px 0;
    cursor: pointer;
}

    .modal-footer button.btn-default {
        outline: none;
        background-color: #aaa;
        border-color: #aaa;
        color: #fff;
    }

        .modal-footer button.btn-default:hover,
        .modal-footer button.btn-default:active {
            outline: none;
            background-color: #888;
            border-color: #888;
            color: #fff;
        }

.datepicker {
    margin-top: 60px;
}

/*---------------------------------
    toastr
---------------------------------*/


.toast-success {
    background-color: #97b311;
}

.toast-error {
    background-color: #e50303;
}

.toast-info {
    background-color: #1aadd4;
}

.toast-warning {
    background-color: #ff7600;
}

#toast-container > .toast-info {
    background-image: none !important;
}

#toast-container > .toast-error {
    background-image: none !important;
}

#toast-container > .toast-success {
    background-image: none !important;
}

#toast-container > .toast-warning {
    background-image: none !important;
}

#toast-container > .toast:before {
    position: fixed;
    font-family: FontAwesome;
    font-size: 24px;
    line-height: 18px;
    float: left;
    color: #FFF;
    padding-right: 0.5em;
    margin: auto 0.5em auto -1.5em;
}

#toast-container > .toast-warning:before {
    content: "\f071";
}

#toast-container > .toast-error:before {
    content: "\f00d";
}

#toast-container > .toast-info:before {
    content: "\f05a";
}

#toast-container > .toast-success:before {
    content: "\f00c";
}

/*---------------------------------
    swal
---------------------------------*/
.swal2-modal {
    font-family: 'Roboto', sans-serif;
}

    .swal2-modal .swal2-content {
        font-weight: 400;
    }

    .swal2-modal .swal2-styled {
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        outline: none;
    }

/*---------------------------------
    DYNAMIC TABLE
---------------------------------*/

.dynamic-table {
    width: 100%;
    table-layout: fixed;
}

.dynamic-table thead tr td {
    font-size: 11px;
    font-weight: 400;
    text-transform: lowercase;
    color: #1aacd3;
    padding: 15px 15px;
}


    .dynamic-table tr td {
        padding: 0px 15px;
    }

        .dynamic-table tr td:last-child {
            width: 50px;
            vertical-align: middle;
            text-align: center;
        }

        .dynamic-table tr td:last-child a {
            display: inline-block;
            position: relative;
            top: -5px;
            font-size: 21px;
            transition: color ease-in-out 0.3s;
        }
            .dynamic-table tr td:last-child a:hover {
                color: #1aacd3;
            }

    .dynamic-table tr td:first-child {
        width: 50%;
    }


        .dynamic-table tbody tr:last-child td {
            padding-bottom: 10px;
        }

.dynamic-table tfoot tr {
    border-top: 3px solid #88a3ab;
}
