#portal-content {
    background: white;
    background: -webkit-linear-gradient(top, #E6E6E6, #FFFFFF);
    background: -o-linear-gradient(top, #E6E6E6, #FFFFFF);
    background: -moz-linear-gradient(top, #E6E6E6, #FFFFFF);
    background: linear-gradient(#E6E6E6, #FFFFFF);
    height: 100%;
}

html, body {
    height: 100%;
    overflow-x: hidden;
}

.remove-from-flow {
    position: absolute;
}

.popover-title {
    color: black;
    background-color: #E0E0E0;
    border-bottom: 1px solid #D0D0D0;
    border-radius: 5px 5px 0 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    margin: 0;
    padding: 8px 14px;
}

.popover-content {
    color: black;
    max-width: 100%;
}

#portal-header {
    text-align: center;
    padding-top: 100px;
}

.keywin-header-normal {
    color: #00417A;
    font-family: "Helvetica Neue", Helvetica, Arial-, sans-serif;
    font-size: 50px;
    text-transform: uppercase;
}

.keywin-header-fat {
    color: #00417A;
    font-weight: bold;
    font-family: "Arial Black", Helvetica, Arial, sans-serif;
    font-size: 50px;
    text-transform: uppercase;
}

#login-nav {
    background-color: transparent;
    border-style: none;
    padding-top: 30px;
}

.login-active {
    text-decoration: none !important;
    color: white !important;
}

.login-inactive {
    text-decoration: none !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

.login-info {
    color: rgba(255, 255, 255, 0.5);
    padding-top: 10px;
}

#registration-info {
    color: rgba(255, 255, 255, 0.5);
    padding-top: 10px;
}

.vertical-align-text-bottom {
    height: 90%;
    display: inline-block;
    vertical-align: bottom;
}

.vertical-align-text-top {
    vertical-align: center;
    display: inline-block;
}

#forgot-password-container {
    text-align: right;
    padding: 0;
}

#forgot-password-container > a {
    color: white;
    text-decoration: none;
}

.full-height {
    height: 100%;
}

.inverted-color-link {
    color: white;
}

/* ReSharper disable DeclarationIsEmpty */

.vertical-align-element-parent {
    /*empty for a reason*/
}

/* ReSharper restore DeclarationIsEmpty */

.portal-input {
    padding: 17px 12px;
    font-size: 16px;
    height: auto;
}


input[type=checkbox],
input[type=radio] {
    display: none;
}

input[type=checkbox] + label {
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
}

input[type=checkbox] + label:before {
    content: " ";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #fff;
    border: 1px solid #A9A9A9;
    border-radius: 3px;
    -ms-transition: background-color .2s ease, border-width .2s ease;
    -webkit-transition: background-color .2s ease, border-width .2s ease;
    transition: background-color .3s ease, border-width .2s ease;
}

input[type=checkbox]:checked + label:before {
    content: "\e074";
    font-size: 9.5px;
    padding-right: 1px;
    font-family: "Glyphicons Halflings";
    color: #00427A;
    display: inline-block;
    background-color: #fff;
    text-align: center;
    border: 1px solid #A9A9A9 !important;
}

input[type=radio] + label {
    padding-top: 10px;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    vertical-align: middle;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 14px;
}

input[type=radio] + label:before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border: 1px solid #A9A9A9;
    border-radius: 50%;
    -ms-transition: background-color .2s ease, border-width .2s ease;
    -webkit-transition: background-color .2s ease, border-width .2s ease;
    transition: background-color .3s ease, border-width .2s ease;
}

input[type="radio"]:checked + label:before {
    background: rgba(0, 65, 122, 1);
    /* Old Browsers */
    background: -moz-radial-gradient(center, ellipse cover, rgba(0, 65, 122, 1) 0, rgba(0, 65, 122, 1) 39%, rgba(255, 255, 255, 1) 39%, rgba(255, 255, 255, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0, rgba(0, 65, 122, 1)), color-stop(39%, rgba(0, 65, 122, 1)), color-stop(39%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    /* Chrome, Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 65, 122, 1) 0, rgba(0, 65, 122, 1) 39%, rgba(255, 255, 255, 1) 39%, rgba(255, 255, 255, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(0, 65, 122, 1) 0, rgba(0, 65, 122, 1) 39%, rgba(255, 255, 255, 1) 39%, rgba(255, 255, 255, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(0, 65, 122, 1) 0, rgba(0, 65, 122, 1) 39%, rgba(255, 255, 255, 1) 39%, rgba(255, 255, 255, 1) 100%);
    /* IE 10+ */
    background: radial-gradient(ellipse at center, rgba(0, 65, 122, 1) 0, rgba(0, 65, 122, 1) 39%, rgba(255, 255, 255, 1) 39%, rgba(255, 255, 255, 1) 100%);
    /* IE6-9 fallback on horizontal gradient */
    background-color: #fff;
    border: 1px solid #A9A9A9 !important;
    color: #00427A;
    content: ' ';
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00417a', endColorstr='#ffffff', GradientType=1);
}

.no-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media screen and (min-width: 992px) {
    .vertical-align-element-parent {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    #login-link {
        border: none;
        padding: 0;
    }

    #login-link:hover {
        background-color: transparent;
    }

    #login-link:hover > a {
        color: white;
    }

    #login-link > a {
        text-decoration: none;
    }

    #registration-link {
        border: none;
        padding: 0;
        color: rgba(255, 255, 255, 0.1);
    }

    #registration-link:hover {
        background-color: transparent;
    }

    #registration-link:hover > a {
        color: rgba(255, 255, 255, 1);
    }

    #registration-link > a {
        text-decoration: none;
    }

    .vertical-align-text-bottom {
        height: 90%;
        display: inline-block;
        vertical-align: bottom;
    }

    #login-link {
        text-align: right;
    }

    #registration-link {
        text-align: right;
    }

    .vertical-align-text-top {
        vertical-align: top;
        display: inline-block;
    }
}

#cabinets-table-header .affix {
    top: 156px;
}

#exportButton-menu > li > a:hover {
    color: orange;
    background-color: transparent;
}

.list-group-item {

    border-left-style: none;
    border-right-style: none;
    border-bottom-style: none;
}

.list-group-item:first-child {
    border-top-style: none;
}

.force-remove-affix {
    position: relative !important;
}

input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    border-radius: 10px;
    height: 18px;
    border: 1px solid #E0E0E0;
    background-color: #E0E0E0;
}

input[type=range]::-moz-range-thumb {
    border-radius: 10px;
    height: 10px;
    width: 10px;
    border: 1px solid #666;
    background-color: #666;
    cursor: pointer;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border-radius: 10px;
    height: 10px;
    width: 10px;
    border: 1px solid #666;
    background-color: #666;
    cursor: pointer;
}

input[type=range]::-moz-range-track {
    width: 100%;
    border-radius: 10px;
    height: 15px;
    border: 1px solid #E0E0E0;
    background-color: #E0E0E0;
}

input[type="range"]::-ms-fill-lower,
input[type="range"]::-ms-fill-upper {
    background: transparent;
}

.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}

/* Forms */

.form-basic-element {
    margin-right: 5px;
    margin-top: 20px;
}

.form-basic-element > p {
    font-size: 12px;
    margin-bottom: 10px;
    color: white;
}

.form-basic-element > input {
    padding: 10px 10px;
}

.form-advanced-element {
    margin-right: 5px;
    margin-top: 20px;
}

.form-advanced-element > p {
    font-size: 12px;
    margin-bottom: 10px;
    color: white;
}

.form-advanced-element > input {
    padding: 10px 15px;
}

.form-advanced-element > textarea {
    padding: 10px 15px;
    resize: none;
}

.form-advanced-element > select {
    height: 90px;
}

.basic-header-text {
    font-size: 18px;
    color: white;
    text-decoration: none;
}

.basic-header-text:hover {
    color: white;
}

.add-header-text {
    font-size: 18px;
    color: white;
    text-decoration: none;
}

.add-header-text:hover {
    color: white;
}

.cancel-button {
    border-style: none;
    background-color: #00427A;
    margin-right: 10px;
    margin-top: 15px;
}

.add-button {
    margin-top: 15px;
}

.tags-input-initial-size input {
    width: 220px;
}

/*
* Progress spinner
*/

.glyphicon.slow-right-spinner {
    -webkit-animation: glyphicon-spin-r 3s infinite linear;
    animation: glyphicon-spin-r 3s infinite linear;
}

.glyphicon.fast-right-spinner {
    -webkit-animation: glyphicon-spin-r 1.5s infinite linear;
    animation: glyphicon-spin-r 1.5s infinite linear;
}

@-webkit-keyframes glyphicon-spin-r {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes glyphicon-spin-r {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}