﻿html {
    padding: 0;
    margin: 0;
}

body {
    /*background-color: #fafafa;*/
    margin: 0;
    padding: 0;
    font-family: "Roboto","helvetica neue",helvetica,arial,sans-serif;
    background-color: #2B2B2A;
    font-size: 14px;
    color: #333;
}

h1,
.h1 {
    font-family: "Ek Mukta","helvetica neue",helvetica,arial,sans-serif;
    font-size: 36px;
    display: block;
    margin: 10px 0 10px 0;
    font-weight: 500;
}

h2,
.h2 {
    font-size: 30px;
    display: block;
    margin: 10px 0 10px 0;
    font-weight: 500;
}

h3,
.h3 {
    font-size: 24px;
    display: block;
    margin: 10px 0 10px 0;
    font-weight: 500;
}

h4,
.h4 {
    font-size: 18px;
    display: block;
    margin: 10px 0 10px 0;
    font-weight: 500;
}

h5,
.h5 {
    font-size: 14px;
    display: block;
    margin: 10px 0 10px 0;
    font-weight: 500;
}

h6,
.h6 {
    font-size: 12px;
    display: block;
    margin: 10px 0 10px 0;
    font-weight: 500;
}

.label {
    white-space: inherit;
}

#body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    padding-bottom: 30px;
}

hr {
    border-top: 1px solid #555555;
}

ul.form > li:last-child {
}

.logo {
    /*left: 10px;
        top: 5px;
        z-index: 10000;*/
    max-width: 100px;
    color: white;
}

.logo-container {
    padding: 10px;
    background-color: #6B2E6F;
    width: 100%;
    position: relative;
}

.navbar {
    border-radius: 0;
}

.menu {
    font-family: 'Raleway', sans-serif;
    box-shadow: 0 0 4px #e0e0e0;
}

.navbar-header {
    float: none;
    /*text-align: center;*/
    margin-left: 0;
}

.navbar-light {
    margin-bottom: 20px;
    min-height: 50px;
    border: 1px solid transparent;
    padding: 0px 0px 5px 0px;
    border-color: #e7e7e7;
}

    .navbar-light .navbar-nav > li > a {
        color: #333 !important;
        padding-top: 15px;
        padding-bottom: 15px;
    }

.navbar-nav {
    display: inline-block;
    float: none;
    margin: 0;
}

    .navbar-nav > li {
        border: none;
    }

        .navbar-nav > li:first-child {
            border-left: none;
        }

    .navbar-nav > .nav-item {
    }

        .navbar-nav > .nav-item.active {
            background-color: transparent;
        }

    .navbar-nav .nav-item:not(.active) a:hover {
        color: #6B2E6F !important;
        font-weight: bold !important;
    }

        .navbar-nav .nav-item-dropdown.open {
            color: #555;
            background-color: #e7e7e7;
        }

        .navbar-nav .nav-item-dropdown .nav-item-dropdown-ref {
            display: inline-block;
            padding-right: 5px;
            background-color: transparent;
        }

        .navbar-nav .nav-item-dropdown .nav-item-dropdown-toggle {
            display: inline-block;
            border: none !important;
            padding: 15px 10px;
            background-color: transparent;
        }

            .navbar-nav .nav-item-dropdown .nav-item-dropdown-toggle:active,
            .navbar-nav .nav-item-dropdown .nav-item-dropdown-toggle:focus {
                outline: 0;
            }

        .navbar-nav .nav-item-dropdown .nav-item-dropdown-menu {
            padding: 0px;
            background-color: #f8f8f8;
            border: 1px solid #555555;
            box-shadow: 0 0 7px #e0e0e0;
            box-shadow: 0 0 10px 2px #cfcfcf;
        }

            .navbar-nav .nav-item-dropdown .nav-item-dropdown-menu .nav-item-dropdown-menu-item {
                display: block;
                border-bottom: 1px solid #555555;
                color: #777;
                line-height: 20px;
                white-space: normal;
                background-color: transparent;
            }

            .navbar-nav .nav-item-dropdown .nav-item-dropdown-menu .nav-item-dropdown-menu-item a {
                padding: 10px 15px;
                line-height: 20px;
                text-decoration: none;
                white-space: normal;
            }


        .navbar-nav .nav-item-dropdown .nav-item-dropdown-submenu {
            display: inline-flex !important;
            left: 100%;
            margin-left: -1px;
            top: auto;
            width: 100%;
        }

            .navbar-nav .nav-item-dropdown .nav-item-dropdown-submenu .nav-item-dropdown-submenu-item {
                display: block;
                color: #777;
                line-height: 20px;
                white-space: normal;
                width: 100%;
                text-align: center;
            }

        .navbar-nav .nav-item-dropdown .nav-item-dropdown-menu .nav-item-dropdown-menu-item:last-child {
            border-bottom: none;
        }

                .navbar-nav .nav-item-dropdown .nav-item-dropdown-submenu .nav-item-dropdown-submenu-item a {
                    padding: 10px 15px;
                    line-height: 20px;
                    text-decoration: none;
                    white-space: normal;
                    color: #333;
                    clear: both;
                    font-weight: 400;
                }

        .navbar-nav .nav-item-dropdown .nav-item-dropdown-submenu-toggle {
            display: inline-block;
            border: none;
            padding: 15px 10px;
            background-color: transparent;
        }

        .navbar-nav .nav-item-dropdown .nav-item-dropdown-submenu-items {
            left: 100%;
            background-color: #f8f8f8;
            margin-left: -1px;
            top: auto;
        }


@media (max-width: 767px) {
    .navbar-nav .nav-item-dropdown .nav-item-dropdown-menu {
        box-shadow: none;
    }
}

footer {
    margin-top: 0;
    /*background-color: #BD91BF;*/
    /*background-color: #B872BA;*/
    background-color: #2B2B2A;
    color: white;
    padding: 30px;
    /*box-shadow: 0 0 10px #7e7d7d;*/
    box-shadow: none;
}

    footer .social {
        margin-top: 10px;
    }

        footer .social a {
            display: inline-block;
            width: 41px;
            height: 41px;
            background: transparent url('../../../img/social.png') 0 0 no-repeat;
        }

            footer .social a.twitter {
                background-position: -41px 0;
            }

            footer .social a.feed {
                background-position: -123px 0;
            }

.navbar-light .navbar-nav > .active, .navbar-light .navbar-nav > .active:hover {
    color: #6B2E6F !important;
    font-weight: bold;
}

    .navbar-light .navbar-nav > .active > a,
    .navbar-light .navbar-nav > .active > a:hover,
    .navbar-light .navbar-nav > .active > a:focus {
        color: #6B2E6F !important;
        font-weight: bold;
        text-decoration: underline solid 2px;
        text-underline-offset: 5px;
    }

.nav-item-dropdown-menu > .secondLevelItemActive > a,
.nav-item-dropdown-menu > .secondLevelItemActive > a:hover,
.nav-item-dropdown-menu > .secondLevelItemActive > a:focus {
    color: #6B2E6F !important;
    font-weight: bold;
    text-decoration: underline solid 2px !important;
    text-underline-offset: 5px;
}

.nav-item-dropdown-submenu-items > .thirdLevelItemActive > a,
.nav-item-dropdown-submenu-items > .thirdLevelItemActive > a:hover,
.nav-item-dropdown-submenu-items > .thirdLevelItemActive > a:focus {
    color: #6B2E6F !important;
    font-weight: bold !important;
    text-decoration: underline solid 2px !important;
    text-underline-offset: 5px;
}

.nav-item-dropdown-menu-item:hover,
.nav-item-dropdown-menu-item:focus,
.nav-item-dropdown-submenu-item:hover,
.nav-item-dropdown-submenu-item:focus {
    background-color: #f8f8f8;
}

.form-control {
    box-shadow: 0 0 5px -1px #b0b0b0;
    font-size: 14px;
}

    .form-control:focus {
        box-shadow: none;
    }

.error .form-control,
.error .checkbox input {
    box-shadow: 0 0 5px -1px red;
}

.btn {
    background-color: #6B2E6F;
    border-radius: 5px;
    border-color: unset;
    font-size: 15px;
    padding: 8px 16px;
    transition: all 0.5s ease;
    color: white;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    border: 2px solid #6B2E6F !important;
    background-color: white !important;
    padding: 7px 15px !important;
    color: #000 !important;
    border-color: #8D4291;
    font-weight: bold;
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #6B2E6F !important;
    border: 2px solid #6B2E6F !important;
}

    .btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary.focus:active, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
        border: 2px solid #6B2E6F;
        font-weight: bold;
        background-color: white;
        color: #000;
    }

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active,
.btn-secondary.disabled,
.btn-secondary:disabled {
    background-color: #6B2E6F;
    border: 2px solid #6B2E6F;
}

.btn:active {
    background-color: #6B2E6F;
}

.dropdown-toggle::after {
    content: none;
}

ul.form .filelist {
    margin-top: 10px;
    list-style-type: none;
    padding-left: 0;
}

    ul.form .filelist li {
        /*border: 1px solid gray;*/
        border: 1px solid #ccc;
        margin-bottom: 4px;
        padding: 10px;
        border-radius: 2px;
        font-weight: bold;
        background-color: white;
    }

a.remove {
    /*color: red;*/
    color: #FB7676;
    vertical-align: text-top;
    margin-left: 5px;
}

    a.remove:hover {
        color: red;
        text-decoration: none;
        opacity: 1;
    }

a.delete {
    /*color: red;*/
    vertical-align: text-top;
    margin-left: 5px;
    margin-top: -5px;
    opacity: 0.5;
}

    a.delete:hover {
        text-decoration: none;
        opacity: 1;
    }

a.recycle-bin {
    vertical-align: text-top;
    margin-left: 5px;
    margin-top: -5px;
    opacity: 0.5;
}

    a.recycle-bin:hover {
        text-decoration: none;
        opacity: 1;
    }

a.download {
    /*color: red;*/
    color: #46d246;
    vertical-align: text-top;
    margin-left: 5px;
    margin-top: -5px;
    opacity: 0.5;
}

    a.download:hover {
        color: #239023;
        text-decoration: none;
        opacity: 1;
    }

p.upload-item-name {
    display: initial;
    line-height: 25px;
    word-wrap: break-word;
}

div.upload-item-action-buttons {
    width: 70px;
    display: inline-block;
}

    div.upload-item-action-buttons span {
        display: none;
    }

.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 2px;
    /*box-shadow: 0 0 10px #cfcfcf;*/
    /*background-color: white;*/
}

.jumbotron {
    background-color: transparent;
}

#body .container {
    background-color: #F7F7F7;
    /*box-shadow: 0 0 7px 1px #A3A2A2;*/
    box-shadow: 0 0 6px 0 #a3a2a2;
    padding: 15px;
}

.container > form > ul > li > div > a {
    text-decoration: underline;
}

.row {
    margin: 0;
}

.loading {
    display: none;
    padding-left: 10px;
}


@font-face {
    font-family: 'icomoon';
    src: url('../../../fonts/icomoon.eot?jhlo5g');
    src: url('../../../fonts/icomoon.eot?jhlo5g#iefix') format('embedded-opentype'), url('../../../fonts/icomoon.ttf?jhlo5g') format('truetype'), url('../../../fonts/icomoon.woff?jhlo5g') format('woff'), url('../../../fonts/icomoon.svg?jhlo5g#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-question-"], [class*=" icon-question-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


[class^="icon-pb-"], [class*=" icon-pb-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-question-circle:before {
    content: "\f059";
}

.icon-pb-delete:before {
    content: "\f00d";
}

.icon-pb-edit:before {
    content: "\f040";
}

.icon-pb-spinner:before {
    content: "\e984";
}

.icon-pb-search:before {
    content: "\e986";
}

.icon-pb-cog:before {
    content: "\e994";
}

.icon-pb-cogs:before {
    content: "\e995";
}

.icon-pb-bug:before {
    content: "\e999";
}


/* Action buttons
   ============================================ */

a.action-button {
    display: inline-block;
    margin: 0 0.6em 0 0;
    color: #7A7A7A;
    font-size: 16px;
    line-height: 14px;
    vertical-align: middle;
    opacity: 0.8;
}

.table-hover > tbody > tr:hover a.action-button.icon-pb-delete {
    color: #ac2925;
}

.table-hover > tbody > tr:hover a.action-button.icon-pb-edit {
    color: #23527c;
}

a.action-button:hover,
a.action-button:focus {
    opacity: 1;
    text-decoration: none;
}

a.action-button[disabled] {
    cursor: not-allowed;
}
/* Action buttons table cell
   ============================================ */
th.actions,
td.actions {
    width: 8em;
    white-space: nowrap;
}

/* Tabs
   ============================================ */

.form-tabs .nav-tabs {
    width: 100%;
    border-bottom-color: #d9d9d9;
}

    .form-tabs .nav-tabs > li a {
        text-align: center;
        border-width: 1px 1px 0 1px;
        border-style: solid;
        border-color: #e0e0e0;
        color: #444444;
        background: #f2f2f2;
        border-bottom: 1px solid #e0e0e0;
    }

    .form-tabs .nav-tabs > li.selected a, .nav-tabs > li.selected:hover a {
        color: #444444;
        background: #f7f7f7;
        border-color: #d9d9d9;
        border-bottom-color: transparent;
    }

.form-tabs {
    padding-bottom: 15px;
}

    .form-tabs .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    }

    .form-tabs .nav-tabs > li > a {
        margin-right: 0px;
    }

/* Login form
   ============================================ */

.navbar-nav > li.user-nav {
    float: right;
}

.modal-header-links {
    clear: both;
    padding-top: 1em;
    font-weight: bold;
}

    .modal-header-links span {
        display: inline-block;
        margin-left: 3em;
    }

        .modal-header-links span:first-child {
            margin-left: 0;
        }

    .modal-header-links a {
        cursor: pointer;
        text-decoration: underline;
    }

        .modal-header-links a:hover {
            text-decoration: none;
        }

.modal-open {
    overflow: hidden;
}

#send_password_progress img {
    display: block;
    margin: auto;
}

#logInModal input::-ms-clear,
#forgotPassModal input::-ms-clear {
    display: none;
}

/* Chosen block */
.chosen-container {
    display: block !important;
}

.chosen-container-single .chosen-single {
    background: white !important;
    height: 34px !important;
    line-height: 34px !important;
    border-radius: 0px !important;
}

    .chosen-container-single .chosen-single div {
        top: 2px !important;
    }

tr.table_loading {
    text-align: center;
}

.accept-cookie {
    width: 100%;
    background-color: #F7F7F7;
    box-shadow: #444444;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    font-family: "Roboto","helvetica neue",helvetica,arial,sans-serif;
    color: #000;
}

    .accept-cookie > input {
        margin-left: 20px;
        padding: 8px 16px;
    }

    .accept-cookie > a {
        color: #3e0542;
        font-weight: bold;
    }

    .accept-cookie a:hover {
        color: #3e0542;
        font-weight: bold;
        text-decoration: underline;
    }

    .accept-cookie .btn {
        background-color: #6B2E6F;
        border: 2px solid #6B2E6F;
        border-radius: 10px;
        font-size: 15px;
    }

        .accept-cookie .btn:hover, .accept-cookie .btn:focus {
            border-radius: 10px;
            padding: 8px 16px;
            color: #000000 !important;
        }

.ui-datepicker {
    z-index: 9999 !important;
    border: 2px solid #6B2E6F !important;
    box-shadow: none !important;
}

.card {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
}

    .jumbotron h1,
    .jumbotron .h1 {
        color: inherit;
    }

    .jumbotron p {
        margin-bottom: 15px;
        font-size: 21px;
        font-weight: 200;
    }

    .jumbotron > hr {
        border-top-color: #d5d5d5;
    }

.container .jumbotron,
.container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }

    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px;
    }
}

input[type='file'][id*='UploadField'],
button[id*='dropzone_clickable'] {
    margin-top: 5px;
}

input[type='file'][id*='UploadField'] {
    padding: 5px;
}

    input[type='file'][id*='UploadField']:focus,
    button[id*='dropzone_clickable']:focus {
        outline: 2px solid #6b2e6f;
        box-shadow: 0px 1px 3px #6b2e6f;
    }


.wait {
    position: absolute;
    display: table-cell;
    background-color: #F7F7F7;
    width: 100%;
    text-align: center;
}