﻿@font-face {
    font-family: 'icomoon';
    src: url('../../fonts/icomoon/icomoone90a.eot?-nnx3u6');
    src: url('../../fonts/icomoon/icomoond41d.eot?#iefix-nnx3u6') format('embedded-opentype'), url('../../fonts/icomoon/icomoone90a.woff?-nnx3u6') format('woff'), url('../../fonts/icomoon/icomoone90a.ttf?-nnx3u6') format('truetype'), url('../../fonts/icomoon/icomoone90a.svg?-nnx3u6#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    background: url("../../images/bg-tulip.png") 50% no-repeat fixed;
    background-size: cover;
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Helvetica Neue', Helvetica, 'Open Sans', Arial, sans-serif;
}

/*#region -CONTROL PANEL- */

img.user-img {
    background-color: rgba(72, 69, 153, 0.44);
    border: 2px solid #fff;
}

#control-panel {
    min-width: 300px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
}

    #control-panel .dropdown-menu-list > li a, #control-panel .dropdown-menu-list > li button {
        display: block;
        padding: 8px 20px;
        vertical-align: middle;
        border: none;
    }

        #control-panel .dropdown-menu-list > li a > i, #control-panel .dropdown-menu-list > li button > i {
            margin-right: 18px;
            font-size: 1.3em;
            vertical-align: middle;
            width: 20px;
            text-align: center;
        }

    #control-panel .dropdown-menu-list > li button {
        background-color: transparent;
        width: 100%;
        text-align: left;
    }

        #control-panel .dropdown-menu-list > li button:hover {
            background-color: rgba(255, 255, 255, 0.2);
        }

    #control-panel #btnShowProfile {
        display: block;
        padding: 10px 15px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.11);
        -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.06);
        -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.06);
        box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.06);
    }

        #control-panel #btnShowProfile ul li:nth-child(3) {
            font-size: 0.8em;
            padding-top: 10px;
        }

        #control-panel #btnShowProfile ul li:nth-child(2) {
            color: rgba(255, 255, 255, 0.65);
        }

.profile-card #btnEditProfile {
    padding: 10px;
    position: absolute;
    left: 0;
}

#restartTour i {
    font-size: 1.4em;
}

#userGroupList > a {
    color: #1D1946;
    font-weight: 600;
    font-family: 'open Sans Condensed';
    background: rgba(255, 255, 255, 0.61);
    font-size: 1.15em;
}

    #userGroupList > a:hover, #userGroupList > a:focus {
        background-color: rgba(255, 255, 255, 0.79);
    }

    #userGroupList > a:active, #userGroupList > a.active {
        background-color: rgba(255, 255, 255, 0.91);
        border-color: transparent;
    }


/*#endregion */

/*#region -LOADING- */

#loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    display: none;
}

#indicator {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 15;
    background: rgba(0, 0, 0, 0.42);
}

#loadingInfoContainer {
    color: #fff;
    z-index: 16;
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    margin-top: 90px;
    text-align: center;
    font-weight: 600;
    font-size: 1.2em;
    text-shadow: 1px 1px 0 #000;
}

@media (min-width: 768px) {
    #loadingInfoContainer {
        font-size: 1.7em;
    }
}

/*#endregion */

/*#region -PANE DEFAULT STYLE- */

.side-menu {
    background: inherit;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

/*#endregion */

/*#region -NOTIFICATION- */

.notify {
    color: #AA1000;
    -moz-animation-name: ring;
    -o-animation-name: ring;
    -webkit-animation-name: ring;
    animation-name: ring;
    -moz-animation-duration: 3s;
    -o-animation-duration: 3s;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.amaran-wrapper {
    z-index: 1051;
}

    .amaran-wrapper.top.left {
        right: 0;
    }

        .amaran-wrapper.top.left .amaran.default {
            width: 100%;
            margin: 0;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            border-radius: 0;
            min-height: 50px;
        }

.amaran.default .default-message span {
    padding: 3px;
    line-height: 2em;
    margin-left: 40px;
    display: inline-block;
    margin-top: 4px;
}

.amaran.default .default-spinner {
    position: absolute;
}

/*#endregion */

/*#region -BOX- */

.c-app {
    color: rgb(56, 13, 133);
}

.box-shadow, .box {
    -moz-box-shadow: 0 4px 4px rgba(30, 20, 87, 0.61);
    -webkit-box-shadow: 0 4px 4px rgba(30, 20, 87, 0.61);
    box-shadow: 0 4px 4px rgba(30, 20, 87, 0.61);
}

.bg-lite, .box {
    background: rgba(255, 255, 255, 0.55);
}

.bg-md {
    background: rgba(255, 255, 255, 0.68);
}

.bg-sm {
    background: rgba(255, 255, 255, 0.38);
}

.ts, .box {
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.45);
}

    .ts a, .box a, a.ts a.box {
        text-shadow: 1px 1px 1px #242424;
    }

.box {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: rgb(31, 1, 85);
}

.bg-dark {
    background: rgba(0, 0, 0, 0.26);
}

/*#endregion */


/*#region -BG LITE TABS- */

.nav-tabs.bg-lite {
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}

    .nav-tabs.bg-lite > li > a {
        border: 0;
        font-weight: 700;
        font-family: 'Open Sans Condensed', sans-serif;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
        color: #380D85;
    }


    .nav-tabs.bg-lite > li.active > a, .nav-tabs.bg-lite > li.active > a:hover, .nav-tabs.bg-lite > li.active > a:focus {
        background: none;
        border: none;
        color: #fff;
        text-shadow: none;
    }

    .nav-tabs.bg-lite > li:not(.active) > a, .nav-tabs.bg-lite > li:not(.active) > a:hover, .nav-tabs.bg-lite > li:not(.active) > a:focus {
        background: rgba(255, 255, 255, 0.5);
        text-shadow: none;
        border: none;
        border-right: 1px solid rgba(150, 115, 221, 0.21);
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .nav-tabs.bg-lite > li > a::-moz-focus-inner {
        border: 0;
    }

    .nav-tabs.bg-lite > li > a > i {
        margin-right: 10px;
    }

    .nav-tabs.bg-lite > li:not(.active):first-child > a {
        -webkit-border-top-left-radius: 4px;
        border-top-left-radius: 4px;
    }

    .nav-tabs.bg-lite > li:not(.active):last-child > a {
        -webkit-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
    }

/*#endregion */

/*#region -RULERS- */

hr.d3 {
    border-top: 1px solid rgba(84, 15, 136, 0.17);
    -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.29);
    -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.29);
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.29);
}

hr.soften {
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(249, 248, 250, 0.8), rgba(0,0,0,0));
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(249, 248, 250, 0.8), rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(249, 248, 250, 0.8), rgba(0,0,0,0));
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(249, 248, 250, 0.8), rgba(0,0,0,0));
    border: 0;
}

/*#endregion */

/*#region -MODAL- */

.trans-modal {
    color: #444;
}

    .trans-modal .modal-header {
        border-bottom: none;
        color: #fff;
    }

    .trans-modal.bg-md .modal-content {
        background-color: rgba(255, 255, 255, 0.7);
    }

    .trans-modal .modal-content {
        background-color: rgba(255, 255, 255, 0.62);
    }

        .trans-modal .modal-content.bg-md {
            background-color: rgba(255, 255, 255, 0.76);
        }

    .trans-modal .nav-tabs > li.active > a,
    .trans-modal .nav-tabs > li.active > a:hover,
    .trans-modal .nav-tabs > li.active > a:focus {
        background: rgba(255, 255, 255, 0.31);
    }

    .trans-modal .modal-content.bg-md .nav-tabs > li.active > a,
    .trans-modal .modal-content.bg-md .nav-tabs > li.active > a:hover,
    .trans-modal .modal-content.bg-md .nav-tabs > li.active > a:focus {
        background: rgba(255, 255, 255, 0.68);
    }

    .trans-modal .nav-tabs.nav-justified > .active > a,
    .trans-modal .nav-tabs.nav-justified > .active > a:hover,
    .trans-modal .nav-tabs.nav-justified > .active > a:focus,
    .trans-modal .nav-tabs.nav-justified > li > a {
        border: none;
    }

/*#endregion */

/*#region -BASIC- */

.tooltip {
    text-shadow: none !important;
}

.no-ts, .no-ts a {
    text-shadow: none;
}

.no-bs {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.no-br {
    border: none;
}

.underline:hover {
    text-decoration: underline;
}

.va-middle {
    vertical-align: middle;
}

.va-bottom {
    vertical-align: bottom;
}

.collapsex {
    display: none;
}

/*#endregion */

/*#region -CUSTOMS- */

ul.nav li.dropdown.dd-hover:hover > ul.dropdown-menu {
    display: block;
}

.blur {
    -webkit-filter: blur(2px);
    -ms-filter: 'blur(2px)';
    filter: blur(2px);
    filter: url(#blur-sm);
}

.blur-md {
    -webkit-filter: blur(5px);
    -ms-filter: 'blur(5px)';
    filter: blur(5px);
    filter: url(#blur-md);
}

.tabnav-sub {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
}

/*#endregion */

/*#region -COLORS- */

.c-red {
    color: #9E1414;
}

.c-green {
    color: #2ecc71;
}

.c-green-i {
    color: #16DBB5;
}

.c-yellow {
    color: #f1c40f;
}

.c-yellow-sun {
    color: #F1DD0F;
}

.c-blue {
    color: #3498db;
}

.c-grey {
    color: #bdc3c7;
}

.c-asphalt {
    color: #34495e;
}

.c-white {
    color: #fff;
}

/*#endregion */

/*#region -SIZES- */

.fa-xs {
    font-size: 0.8em;
}

.fa-sm {
    font-size: 0.9em;
}

.fa-md {
    font-size: 1.2em;
}

.fa-lg {
    font-size: 1.4em;
}

.fa-xlg {
    font-size: 1.6em;
}

/*#endregion */

/*#region -SCROLLBAR- */

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.44);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.44);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.44);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(226, 225, 225, 0.66);
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

/*#endregion */

/*#region -ANIMATIONS- */

/*#region -RING- */

@-moz-keyframes ring {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    5% {
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    15% {
        -moz-transform: rotate(-40deg);
        -ms-transform: rotate(-40deg);
        -o-transform: rotate(-40deg);
        -webkit-transform: rotate(-40deg);
        transform: rotate(-40deg);
    }

    25% {
        -moz-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        -o-transform: rotate(20deg);
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg);
    }

    35% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -o-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    45% {
        -moz-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }

    55% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    60% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes ring {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    5% {
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    15% {
        -moz-transform: rotate(-40deg);
        -ms-transform: rotate(-40deg);
        -o-transform: rotate(-40deg);
        -webkit-transform: rotate(-40deg);
        transform: rotate(-40deg);
    }

    25% {
        -moz-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        -o-transform: rotate(20deg);
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg);
    }

    35% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -o-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    45% {
        -moz-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }

    55% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    60% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes ring {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    5% {
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    15% {
        -moz-transform: rotate(-40deg);
        -ms-transform: rotate(-40deg);
        -o-transform: rotate(-40deg);
        -webkit-transform: rotate(-40deg);
        transform: rotate(-40deg);
    }

    25% {
        -moz-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        -o-transform: rotate(20deg);
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg);
    }

    35% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -o-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    45% {
        -moz-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }

    55% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    60% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

/*#endregion */

/*#region -SPIN- */

.animate-spin {
    -webkit-transition: all .24s;
    -moz-transition: all .24s;
    -ms-transition: all .24s;
    -o-transition: all .24s;
    transition: all .24s;
    -webkit-backface-visibility: hidden; /* Chrome and Safari */
    -moz-backface-visibility: hidden; /* Firefox */
    -ms-backface-visibility: hidden;
    backface-visibility: hidden; /* Internet Explorer */
}

.spin {
    -webkit-animation: rotation 2s infinite linear;
    -moz-animation: rotation 2s infinite linear;
    -o-animation: rotation 2s infinite linear;
    animation: rotation 2s infinite linear;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

/*#endregion */

/*#endregion */

/*#region PANEL-TRANSPARENT */

.panel-transparent {
    background-color: rgba(255, 255, 255, 0.31);
}

    .panel-transparent .list-group-item {
        background-color: rgba(255, 255, 255, 0.31);
    }

    .panel-transparent .list-group-item-danger {
        background-color: rgba(218, 103, 103, 0.28);
    }


/*#endregion */

/*#region -TABLE-TRANSPARENT- */

.table-transparent.table-striped > tbody > tr:nth-child(odd) {
    background-color: rgba(255, 255, 255, 0.31);
}

    .table-transparent.table-striped > tbody > tr:nth-child(odd) > td, .table-transparent.table-striped > tbody > tr:nth-child(odd) > th {
        background-color: rgba(255, 255, 255, 0.31);
    }

.table-transparent.table-hover > tbody > tr:hover > td, .table-transparent.table-hover > tbody > tr:hover > th {
    background-color: rgba(255, 255, 255, 0.56);
}

.table-transparent.table > thead > tr > th, .table-transparent.table > tbody > tr > th, .table-transparent.table > tfoot > tr > th, .table-transparent.table > thead > tr > td, .table-transparent.table > tbody > tr > td, .table-transparent.table > tfoot > tr > td {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.table-transparent.table > thead > tr > th {
    font-weight: 600;
    border-bottom: none;
}

/*#endregion */

/*#region -TABLE-FIXED */

.table-fixed-header {
    margin-bottom: 0;
    font-family: "Open Sans Condensed","Open Sans";
}

    .table-fixed-header thead {
        background: rgba(255, 255, 255, 0.72);
        color: #380D85;
        text-shadow: 0 1px 1px #FFF;
        font-weight: 600;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        -webkit-border-top-left-radius: 4px;
        border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
    }

        .table-fixed-header thead > tr > th {
            padding: 12px 5px;
            text-align: center;
        }

            .table-fixed-header thead > tr > th:first-child {
                -webkit-border-top-left-radius: 4px;
                border-top-left-radius: 4px;
            }

            .table-fixed-header thead > tr > th:nth-child(2) {
                text-align: left;
            }

            .table-fixed-header thead > tr > th:last-child {
                -webkit-border-top-right-radius: 4px;
                border-top-right-radius: 4px;
            }

.table-fixed-content {
    margin-bottom: 0;
    font-family: 'Roboto Condensed', 'Helvetica Neue', Helvetica, 'Open Sans', Arial, sans-serif;
}

/*#endregion */

/*#region -PANEL-TRANSPARENT- */

.panel-transparent {
    border: none;
}

/*#endregion */

/*#region -FONTS- */

.roboto-condensed {
    font-family: 'Roboto Condensed','Helvetica Neue', Helvetica, 'Open Sans', Arial, sans-serif;
}

.open-sans-condensed {
    font-family: 'Open Sans Condensed', 'Helvetica Neue', Helvetica, 'Open Sans', Arial, sans-serif;
}

/*#endregion */
