/* Global Styles And Sticky Footer */

* {
    margin: 0;
}
a, a:hover, a:focus {
    text-decoration: none;
}
html, body {
    height: 100%;
}

.bold {
    font-weight: bold;
}

.fl {
    float: left;
}

.fr {
    float: right;
}
.row-field {
    padding: 5px;
}

.widget-body {
    margin: 50px auto;
}

.inline-loader {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255,255,255,0.9);
    border-radius: 50px;
}

.inline-loader img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.page-wrap {
    z-index: 1;
    min-height: 100%;
    /*//margin-bottom: -172px;*/
    /*margin-top: -142px;*/
    /*padding-top: 142px;*/
    /*padding-bottom: 172px;*/
    position: relative;
}

.page-wrap:after {
    content: "";
    display: block;
}

.site-footer, .page-wrap:after {
    height: 35px;
}

.logo {
    background-size: contain;
    -webkit-backface-visibility: hidden;
    -ms-transform: translateZ(0); /* IE 9 */
    -webkit-transform: translateZ(0); /* Chrome, Safari, Opera */
    transform: translateZ(0);
}

.clarify {
    float: left;
    margin-top: 10px !important;
    margin-right: 15px !important;
}

/* Header Styles */
header {
    position: relative;
    z-index: 2;
}
header .logo {
    height:90px;
    margin-top: 30px;
}
#dt1{
    float: left;
    width: 45%;
    border-radius: 5px;

}
#dt2{
    float: left;
    width: 45%;
    margin-left: 5px;
    border-radius: 5px;
}

.logo.signed-in {
    margin-top: 10px;
    height: 80px;
    margin-left: 30px;
    margin-bottom: 10px;
}

.heading-container {
    padding: 0;
}

.heading {
    text-align: center;
    margin-top: 91px;
    border-bottom: 1px solid #f36b2c;
    padding-bottom: 25px;
}

.heading span {
    font-size: 18px;
}

.nav-container {
    height: 40px;
}
.nav-top-container {
    position: relative;

}

.nav-items {
    list-style-type: none;
    padding: 0;
    font-size: 0;
}

.nav-item {
    cursor: pointer;
    text-align: center;
    float: left;
    padding: 10px 23px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0px;
    border-right: 1px solid #fff;
    background: #006cb7;
}
.nav-item:last-child {
    border: none;
}

.nav-item:hover, .nav-item.active {
    background: #145c82;
}
.nav-item.user {
    padding: 0;
    background: #e6e7e9;
}
.nav-item.user i {
    color: #226989;
}
.nav-item.user .placeholder {
    height: 1px;
    width: 26px;
    display: inline-block;
}

.dropdown-toggle {
    border: none;
    background: inherit;
    padding: 10px;
}

.dropdown-menu>li>a {
    font-size: 14px;
    letter-spacing: initial;
    text-transform: none;
    color: #8e8e8e;
    border-bottom: 1px solid #ccc;
}

.dropdown-menu>li:last-child >a {
    border: none;
}

.user-info {
    position: absolute;
    bottom: 5px;
    right: 0;
    padding-right: 30px;
}

.user-info p {
    margin: 0;
    color: #727272;
}

/* Footer Styles */

.footer-container {
    text-align: center;
    border-top: 2px solid #f36b2c;
    padding-top: 20px;
}

.footer-container .logo {
    height: 90px;
    width: 90px;
    margin: 0 auto 30px
}

.rights {
    margin-bottom: 10px;
}

/* Login Buttons */

.login-container {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1100px;
}

.login-block {
    border: 2px solid #226989;
    padding: 6%;
    border-radius: 20px;
    text-align: center;
    margin: 30px;
    box-shadow: #ababab 1px 4px 4px;
    position: relative;
}

.login-block:hover {
    border-color: rgba(34,105, 137, 0.5);
    cursor: pointer;
    box-shadow: none;
}

.login-block, .text-big {
    font-size: 30px;
    text-transform: uppercase;
    color: #226989;
}
.login-block .text {
    font-size: 18px;
    color: #226989;
}

.login-logo {
    width: 200px;
    margin: 15px auto;
}

.login-logo img {
    width: 100%;
}

.not-working {
    position: absolute;
    font-size: 16px;
    left: 0;
    right: 0;
    color: red;
    text-decoration: underline;
    text-transform: initial;
    bottom: 10px;
}

/*SEND REPORT PAGE */
.header-text {
    margin-top: 30px;
    padding-left: 20px;
    color: #686868;

}
.header-divider {
    margin-top: 10px;
    border-bottom: 2px solid #f9b595;
}
.wrapper-header-compliant {
    margin-top: 60px;
}




.departments-wrapper {
    margin-top: 13%;
}

.department-outer-block {
    padding: 20px;
}

.department-block {
    cursor: pointer;
    text-align: center;
    height: 90px;
    line-height: 90px;
    border-radius: 100px;
    background: #49aae3;
    border: 2px solid #5b93ac;
    box-shadow: 1px 3px 5px #676767;
}

.department-block:hover {
    background: #145c82;
    border-color: #006cb7;
}

.department-block a, .department-block a:focus, .department-block a:hover{
    text-decoration: none;
    color: inherit;
}

.department-name {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
}

.file-input {
    margin: 15px 0;
}

.file-input input {
    display: none;
}
.file-info {
    background: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 40px;
    box-sizing: border-box;
    width: 100%;
    float: left;
    position: relative;
}
.file-btn {
    height: 100%;
    width: 10%;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
    float: right;
    border-radius: 0 2px 2px 0;
    padding: 5px;
}
.file-btn img {
    width: 30px;
}

.choose-file {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.report-form-container {
    padding: 40px;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-top: 50px;
}

.edit-user-container {
    width: 40%;
    margin: 0 auto;
}

.submit-button-block {
    display: block;
    margin: 0 auto;
    text-align: center;
}
.submit-button {
    float: none !important;
    text-transform: uppercase;
    background: #515151;
    color: #fff;
    padding: 10px 40px;
    font-size: 18px;
    font-weight:bold;
}

.submit-button:hover {
    color: #515151;
    background: none;
    border: 1px solid #515151;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}

/*Decisions Page*/
.decisions-container {
    margin-top: 50px;
}
.no-decisions {
    margin: 0 auto;
    text-align: center;
    margin-top: 150px;
    font-size: 18px;
}
.file-info-head {
    float: right;

}

/* user-companies */

.result-row {
    position: relative;
    max-height: 50px;
    overflow: hidden;
    padding: 15px;
    border: 1px solid #4a97cc;
    border-radius: 4px;
    margin-bottom: 10px;
    transition: 0.3s all;
}

.result-row.opened {
    max-height: 290px;
}

.result-row .toggle-btn {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    transition: 0.3s all;
    padding: 15px;
}

.result-row .toggle-btn .glyphicon.rotated {
    webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: 0.3s all;
}

.invisible-fields-container {
    margin-top: 30px;
}

.rem-text {
    float: right;
    margin-right: 10px;
    line-height: 41px;
    cursor: pointer;
}

.rem-text .fa {
    font-size: 20px;
}