﻿form {
    width: 100%;
}

.hr {
    margin-left: 2%;
    margin-bottom: 0.1%;
}

.div-form-title {
    text-align: left;
    margin-top: 30px;
}

.secondary-col {
    height: 120px;
    margin-left: 50px;
    margin-top: 60px;
}

.secondary-row {
    margin-top: 20px;
}

.snip1211 {
    font-family: 'Raleway', Arial, sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    background-color: #212121;
    font-size: small;
    box-shadow: 0px 3px 13px 0px rgba(0,0,0,0.75);
    height: 54px;
}

    .snip1211 * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease;
    }

    .snip1211 li {
        display: inline-block;
        list-style: outside none none;
        margin: 0.5em 1.5em;
        padding: 0;
        align-self: center;
    }

    .snip1211 a {
        color: rgba(255, 255, 255, 0.5);
        position: relative;
        text-decoration: none;
        display: inline-block;
    }

        .snip1211 a:before {
            position: absolute;
            content: '';
            -webkit-transition: all 0.35s ease;
            transition: all 0.35s ease;
            opacity: 0;
            top: 25%;
            bottom: 25%;
            left: 0;
            right: 0;
            border-top: 3px solid #2980b9;
            border-bottom: 3px solid #2980b9;
        }

        .snip1211 a:hover,
        .snip1211 .current a {
            color: #ffffff;
        }

            .snip1211 a:hover:before,
            .snip1211 .current a:before {
                opacity: 1;
                top: 0;
                bottom: 0;
            }


/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* HR styles
-------------------------------------------------- */
hr {
    background-image: linear-gradient(to right, #28F19C, #15C9CB, #03A4F6) !important;
    display: block !important;
    height: 2px !important;
    border: 0 !important;
    border-top: 1px solid #ccc !important;
    margin: 1em 0 !important;
    padding: 0 !important;
}

/* Add Button Style
-------------------------------------------------- */
.btn-info {
    width: auto;
    background-image: linear-gradient(to bottom right, #28F19C, #15C9CB, #03A4F6);
    margin-bottom: 1%;
    float: right
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    height: 50px;
    padding-top: 12px;
    padding-bottom: 12px;
    white-space: nowrap;
}

.nav-item-custom {
    float: left;
    white-space: nowrap;
    line-height: 260%;
}

.meter {
    background: none;
    background-color: whiteSmoke;
    border-radius: 25px;
    box-shadow: 0 5px 5px -5px #333 inset;
    border: 1px inset #c2d6d6;
    margin-top: 15px;
}

    .meter::-moz-meter-bar {
        background: none;
        -moz-appearance: none;
    }

    .meter::-webkit-meter-bar {
        background: none;
        border: none;
    }

    .meter[value="1"]::-webkit-meter-optimum-value {
        background-image: linear-gradient(to right, #800000, #ff0000, #ff0000);
        -webkit-border-radius: 25px;
    }

    .meter[value="2"]::-webkit-meter-optimum-value {
        background-image: linear-gradient(to right, #ff0000, #ff6600, #ff9933);
        -webkit-border-radius: 25px;
    }

    .meter[value="3"]::-webkit-meter-optimum-value {
        background-image: linear-gradient(to right, #ff9933, #ffcc66, #ffff00);
        -webkit-border-radius: 25px;
    }

    .meter[value="4"]::-webkit-meter-optimum-value {
        background-image: linear-gradient(to right, #ffff00, #66ff66, #00cc00);
        -webkit-border-radius: 25px;
    }

/* Gecko based browsers */
meter[value="1"]::-moz-meter-bar {
    background-image: linear-gradient(to right, #800000, #ff0000, #ff0000);
    -webkit-border-radius: 25px;
}

meter[value="2"]::-moz-meter-bar {
    background-image: linear-gradient(to right, #ff0000, #ff6600, #ff9933);
    -webkit-border-radius: 25px;
}

meter[value="3"]::-moz-meter-bar {
    background-image: linear-gradient(to right, #ff9933, #ffcc66, #ffff00);
    -webkit-border-radius: 25px;
}

meter[value="4"]::-moz-meter-bar {
    background-image: linear-gradient(to right, #ffff00, #66ff66, #00cc00);
    -webkit-border-radius: 25px;
}

meter::-webkit-meter-optimum-value {
    transition: width .6s linear;
    -webkit-border-radius: 25px;
}

meter::-moz-meter-optimum-value {
    transition: width .6s linear;
    -webkit-border-radius: 25px;
}

.input-container {
    border: 1px solid #D4D4D4;
    border-radius: 5px;
    float: left;
}

    .input-container input:focus, .input-container input:active {
        outline: none;
    }

    .input-container input {
        float: left;
        border: none;
    }

    .input-container button {
        float: right;
    }


#message p {
    font-size: 14px;
}

/* Add a green text color and a checkmark when the requirements are right */
.validProp {
    color: green;
}

    .validProp:before {
        position: relative;
        content: "\2714";
        margin-right: 10px;
    }

/* Add a red text color and an "x" icon when the requirements are wrong */
.invalidProp {
    color: red;
}

    .invalidProp:before {
        position: relative;
        content: "\2718";
        margin-right: 10px;
        margin-left: 13px;
    }


[data-title]:hover:after {
    opacity: 0.8;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}

[data-title]:after {
    content: attr(data-title);
    background-image: linear-gradient(to bottom right, #80ffbf, #cceeff, #ffffff);
    color: #111;
    font-size: 80%;
    position: absolute;
    padding: 1px 5px 2px 5px;
    top: -1.6em;
    white-space: nowrap;
    box-shadow: 1px 1px 3px #cceeff;
    border: 1px solid #cceeff;
    opacity: 0;
    z-index: 99999;
    visibility: hidden;
}

[data-title] {
    position: relative;
}

.pseudo-tooltip-wrapper {
    /*This causes the wrapping element to be the same size as what it contains.*/
    display: inline-block;
}

.password-input:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.checkbox-label {
    margin-top: 4%;
    display: block;
    position: relative;
    margin: auto;
    cursor: pointer;
    font-size: 22px;
    line-height: 24px;
    border-color: #009BFF;
    border-style: double;
    border-width: thin;
    border-radius: 5px;
    height: 24px;
    width: 24px;
    clear: both;
}

    .checkbox-label input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    .checkbox-label .checkbox-custom {
        z-index: 2;
        position: absolute;
        top: 0px;
        left: 0px;
        height: 24px;
        width: 24px;
        background-color: transparent;
        border-radius: 5px;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
    }


    .checkbox-label input:checked ~ .checkbox-custom {
        -webkit-transform: rotate(0deg) scale(1);
        -ms-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
        opacity: 1;
    }


    .checkbox-label .checkbox-custom::after {
        position: absolute;
        content: "";
        left: 12px;
        top: 12px;
        height: 0px;
        width: 0px;
        border-radius: 5px;
        border: solid #009BFF;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(0deg) scale(0);
        -ms-transform: rotate(0deg) scale(0);
        transform: rotate(0deg) scale(0);
        opacity: 1;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
    }


    .checkbox-label input:checked ~ .checkbox-custom::after {
        -webkit-transform: rotate(45deg) scale(1);
        -ms-transform: rotate(45deg) scale(1);
        transform: rotate(45deg) scale(1);
        opacity: 1;
        left: 8px;
        top: 4px;
        width: 6px;
        height: 12px;
        background-color: transparent;
        border-radius: 0;
    }



    /* For Ripple Effect */
    .checkbox-label .checkbox-custom::before {
        position: absolute;
        content: "";
        left: 10px;
        top: 10px;
        width: 0px;
        height: 0px;
        border-radius: 5px;
        border: 2px solid #FFFFFF;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    .checkbox-label input:checked ~ .checkbox-custom::before {
        left: -3px;
        top: -3px;
        width: 24px;
        height: 20px;
        border-radius: 5px;
        -webkit-transform: scale(3);
        -ms-transform: scale(3);
        transform: scale(3);
        opacity: 0;
        z-index: 999;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
    }

table {
    display: flex;
    flex-flow: column;
    height: 100%;
    width: 100%;
}

    table thead {
        flex: 0 0 auto;
        width: calc(100% - 0.9em);
    }

    table tbody {
        flex: 1 1 auto;
        display: block;
        overflow-y: auto;
    }

        table tbody tr {
            width: 100%;
        }

        table thead, table tbody tr {
            display: table;
            table-layout: fixed;
        }

tbody::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

tbody::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #F5F5F5;
}

tbody::-webkit-scrollbar-thumb {
    opacity: 0.4;
    background-color: #3881B7;
}

.btn-outline-primary-changed {
    border-color: #2980B9 !important;
    color: #2980B9 !important;
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
}

    .btn-outline-primary-changed:hover:enabled,
    .btn-outline-primary-changed:focus:enabled,
    .btn-outline-primary-changed:visited:enabled,
    .btn-outline-primary-changed:active:enabled {
        background-color: #2980B9 !important;
        border-color: #2980B9 !important;
        color: white !important;
    }

/* Shared */
.loginBtn {
    box-sizing: border-box;
    position: relative;
    margin: 0.2em;
    padding: 0 15px 0 46px;
    border: none;
    text-align: left;
    line-height: 34px;
    white-space: nowrap;
    border-radius: 0.2em;
    font-size: 16px;
    color: #FFF;
}

    .loginBtn:before {
        content: "";
        box-sizing: border-box;
        position: absolute;
        top: 0;
        left: 0;
        width: 34px;
        height: 100%;
    }

    .loginBtn:focus {
        outline: none;
    }

    .loginBtn:active {
        box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
    }


.loginBtn--facebook {
    background-color: #4C69BA;
    background-image: linear-gradient(#4C69BA, #3B55A0);
    font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;
    text-shadow: 0 -1px 0 #354C8C;
}

    .loginBtn--facebook:before {
        border-right: #364e92 1px solid;
        background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png') 6px 6px no-repeat;
    }

    .loginBtn--facebook:hover,
    .loginBtn--facebook:focus {
        background-color: #5B7BD5;
        background-image: linear-gradient(#5B7BD5, #4864B1);
    }


.loginBtn--google {
    font-family: "Roboto", Roboto, arial, sans-serif;
    background: #DD4B39;
}

    .loginBtn--google:before {
        border-right: #BB3F30 1px solid;
        background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_google.png') 6px 6px no-repeat;
    }

    .loginBtn--google:hover,
    .loginBtn--google:focus {
        background: #E74B37;
    }

.td, th, tr {
    text-align-last: center;
}

.text-align-left {
    text-align: left;
}

.text-align-right {
    text-align: right;
}

.text-align-center {
    text-align: center;
}

.modal-confirmation-btn {
    width: 23%;
}

.shadow-right-bot {
    z-index: -1;
    -webkit-box-shadow: 10px 10px 8px 0px rgba(191,191,191,1);
    -moz-box-shadow: 10px 10px 8px 0px rgba(191,191,191,1);
    box-shadow: 10px 10px 8px 0px rgba(191,191,191,1);
}

.shadow-right {
    -webkit-box-shadow: 10px 5px 8px 0px rgba(191,191,191,1);
}

.checkbox-cell {
    width: 25px;
}

/*#region RegionName*/
.on-off-toggle-container {
    border: 1px;
    border-style: ridge;
    border-color: #2980B9;
    display: inline-flex;
    text-align-last: center;
    width: 60px;
}

.off-toggle {
    color: red;
    background: none;
    width: 30px;
    height: 20px;
}

.on-toggle {
    color: green;
    background: none;
    width: 30px;
    height: 25px;
    border-left: ridge 1px;
    border-color: #2980B9;
}

.off-toggle:hover {
    cursor: pointer;
}


.off-toggle::after {
    content: '✕';
}

.on-toggle:hover {
    cursor: pointer;
}

.on-toggle::after {
    content: '✓';
}
/*#endregion RegionName*/


.btn-custom {
    background: #2980B9 !important;
    border-color: #2980B9 !important;
    float: right;
}

.btn-group {
    display: block;
    height: 40px;
}

.add-container {
    margin: 20px;
}

.elements-inline {
    display: flex;
}

.search-image {
    width: 25px;
    height: 39px;
    padding-top: 7px;
    padding-bottom: 7px;
    vertical-align: middle;
    margin-left: 5px;
    cursor: pointer;
}

.btn-color-custom {
    background: #2980B9 !important;
    border-color: #2980B9 !important;
}

.dropdown-item {
    padding-top: 9px;
    height: 42px;
    vertical-align: central;
}

    .dropdown-item:hover {
        background: #2980B9 !important;
        border-color: #2980B9 !important;
        color: white;
    }

.dropdown-menu {
    padding: 0px;
}

.dropdown-divider {
    margin: 0px;
    padding: 0px;
}

.show-container {
    display: inherit !important;
}

.toggle-btn {
    display: inline-block;
}

.toggle-btn-text {
    margin-left: 5px;
    vertical-align: middle;
    display: inline-block;
    font-size: 16px;
}

.vertical-container {
    writing-mode: vertical-rl;
}

.vertical {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    white-space: nowrap;
    display: block;
    bottom: 0;
    padding: 0;
}

.btn-settings {
    display: block;
    margin: 3px 0;
    width: 100%;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
}

.btn-settings-vertical {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-family: "Comic Sans MS", cursive, sans-serif;
    font-size: 32px;
}

.btn-settings-legend {
    display: block;
    margin: 3px 0;
    width: 100%;
    text-align: left;
    font-family: "Comic Sans MS", cursive, sans-serif;
    font-weight: bold;
}

.custom-color {
    background: #2980B9 !important;
    border-color: #2980B9 !important;
}

.header {
    background-color: #2980B9;
    color: white;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.vl {
    border-left: 3px solid #2980B9;
    width: 10px;
    min-height: 600px;
}

.settings-container {
    width: 100%;
    margin: auto;
    margin-left: -50px;
    min-width: 100px;
}

.col-settings {
    padding-right: 0px !important;
}

.col-2-settings {
    min-width: 272px;
}

.row-status-message {
    margin: auto;
}

.selected-setting {
    border-left: solid 6px #2980B9 !important;
    pointer-events: none;
    background-color: rgb(0,0,0,0.1);
}

#renderView {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 99%;
    border-radius: 0;
    border: none;
}

.btn-color-gradient {
    background-image: linear-gradient(to right, #15C9CB, #03A4F6);
}

.dropdownBtn-custom {
    color: white;
    padding: 0px 5px;
    font-style: italic;
    font-size: 20px;
    font-weight: 500
}

#permissionsContainer, #rolesContainer, #usersContainer {
    display: none;
}

#roles {
    display: grid;
}

.table thead th {
    vertical-align: inherit;
}

.text-align-center {
    text-align: center;
    text-align-last: center;
}

.text-align-right {
    text-align: right;
    text-align-last: right;
}

.text-align-left {
    text-align: left;
    text-align-last: left;
}

.info-group {
    margin: 5px;
    border-radius: 5px;
    border: solid #2980B9 3px;
}

.header-row {
    padding-top: 20px;
}

hr {
    margin-top: 5px;
    background: transparent;
    display: block;
    border: none;
    border-top: solid 1px #aaa;
}

.img-btn {
    cursor: pointer;
}

.default-color {
    background: none;
    color: #2980B9;
}

.inv-header {
    margin: 0;
}

.sm-hr {
    margin-bottom: 5px;
    margin-top: 5px;
    background: transparent;
    display: block;
    border: none;
    border-top: solid 2px #2980B9;
}

.col-input-two-values {
    padding: 0 !important;
}

.cursor-pointer {
    cursor: pointer;
}

.input-two-values {
    height: 10px;
    width: 10px;
    background-color: #2980B9;
    border-radius: 50%;
    display: inline-block;
}

.empty-row {
    height: 30px;
}

.settings-label {
    margin-right: 20px;
    padding-top: 2px;
}

.tgl-flip + .tgl-btn {
    padding: 2px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-perspective: 100px;
    perspective: 100px;
}

    .tgl-flip + .tgl-btn:after, .tgl-flip + .tgl-btn:before {
        display: inline-block;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
        width: 100%;
        text-align: center;
        position: absolute;
        line-height: 2em;
        font-weight: bold;
        color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        border-radius: 4px;
    }

    .tgl-flip + .tgl-btn:after {
        content: attr(data-tg-on);
        background: #2980B9;
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }

    .tgl-flip + .tgl-btn:before {
        background: #2980B9;
        content: attr(data-tg-off);
    }

    .tgl-flip + .tgl-btn:active:before {
        -webkit-transform: rotateY(-20deg);
        transform: rotateY(-20deg);
    }

.tgl-flip:checked + .tgl-btn:before {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.tgl-flip:checked + .tgl-btn:after {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    left: 0;
    background: #2980B9;
}

.tgl-flip:checked + .tgl-btn:active:after {
    -webkit-transform: rotateY(20deg);
    transform: rotateY(20deg);
}

@media print {
    .hide-on-print {
        display: none;
    }

    .show-on-print {
        display: block !important;
    }
}

.bottom-right {
    position: absolute;
    bottom: 10px;
    right: 50px;
    width: 120px;
    font-size: 20px;
    font-weight: bold;
}

.download-type-label {
    width: 60px;
}

    .download-type-label:hover {
        cursor: pointer;
    }

.custom-checkbox-label {
    margin-left: 10px;
}

.hr-lg {
    background-image: linear-gradient(to right, #28F19C, #15C9CB, #03A4F6);
    display: block;
    height: 5px;
    border: 0;
    margin: 1em 0;
    padding: 0;
}


.btn-group-xs > .btn, .btn-xs {
    padding: .25rem .4rem;
    font-size: .875rem;
    line-height: .5;
    border-radius: .2rem;
}

#docLiteInfo, #partnerLiteInfo, #goodLiteInfo {
    cursor: pointer;
}

body {
    min-width: 355px;
}

.fixed-top {
    min-width: 355px;
}

.sendera-container {
    display: flex;
    position: absolute;
    height: 100%;
    width: 100%;
    margin-left: -60px;
    margin-top: -31px;
}


@media screen and (max-height: 550px) {
    #companiesFiles {
        max-height: 25vh;
    }

    #frameEl {
        max-height: 25vh;
    }
}
/*#endregion Documents*/
@media screen and (max-height: 667px) {
    #companiesFiles {
        max-height: 65vh;
    }

    #frameEl {
        max-height: 65vh;
    }
}

@media screen and (min-height: 667px) {
    #companiesFiles {
        max-height: 70vh;
    }

    #frameEl {
        max-height: 70vh;
    }
}

@media screen and (min-height: 736px) {
    #companiesFiles {
        max-height: 75vh;
    }

    #frameEl {
        max-height: 75vh;
    }
}

@media screen and (min-height: 992px) {
    #companiesFiles {
        max-height: 85vh;
    }

    #frameEl {
        max-height: 85vh;
    }
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-column {
    display: flex;
    flex-direction: column;
}