﻿html,
body {
    height: 100%;
    font-family: ProximaNova-Regular, Arial, Helvetica, sans-serif;
    background-color: #eff3f6;
    /*overflow-y: overlay;*/
    /* scrollbar adjusting width */
}

body>div>a {
    text-decoration: none;
}


/*a, a:link, a:hover:not(.active) {
    text-decoration: none;
    color: #7F8FA4;
}*/

.temp-border {
    border: dashed 1px red;
}

.goat-border {
    border-color: #e6eaee;
}

.bg-border {
    background: #e6eaee;
}

.goat-logo-sm {
    width: 40px;
    height: 40px;
}

input[type=text],
input[type=search],
input[type=email],
input[type=password] {
    /*border: 1px solid #7F8FA4;*/
    margin: 0;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.row,
.col,
.col-auto {
    padding: 0;
    margin: 0;
}


/* Fonts */

@font-face {
    font-family: 'ProximaNova-Regular';
    src: url('../../fonts/ProximaNova-Regular.eot') format('embedded-opentype'), url('../../fonts/ProximaNova-Regular.woff') format('woff'), url('../../fonts/ProximaNova-Regular.ttf') format('truetype');
}

.proxima-regular {
    font-family: ProximaNova-Regular, Arial, Helvetica, sans-serif !important;
}

.proxima-bold {
    font-family: ProximaNova-Bold, Arial, Helvetica, sans-serif !important;
}

.no-spacing {
    padding: 0px;
    margin: 0px;
}

.title-text {
    font-family: ProximaNova-Regular, Arial, Helvetica, sans-serif;
    color: #354052 !important;
    font-size: 18px;
    line-height: 22px;
}

.small-text {
    font-family: ProximaNova-Regular, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #7F8FA4;
    margin: 0;
    padding: 0;
    line-height: 17px;
}

.xsmall-text {
    font-family: ProximaNova-Regular, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #7F8FA4;
    margin: 0;
    padding: 0;
    line-height: 15px;
}

.cl-black {
    color: #354052;
}

.cl-white {
    color: #fff;
}

.cl-background {
    color: #eff3f6;
}

.cl-border {
    color: #e6eaee;
}

.cl-grey {
    color: #7F8FA4;
}

.task-nav-title {
    font-family: ProximaNova-SemiBold, Arial, Helvetica, sans-serif;
    color: #7F8FA4;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 17px;
}

.task-nav-text,
.task-nav-text a:link,
.task-nav-text a:hover {
    font-family: ProximaNova-SemiBold, Arial, Helvetica, sans-serif;
    color: #354052 !important;
    padding: 0;
    margin: 0;
    text-decoration: none;
    font-size: 14px;
    line-height: 22px;
}

.tips-text {
    font-family: ProximaNova-Regular, Arial, Helvetica, sans-serif;
    color: #7F8FA4 !important;
    padding: 0;
    margin: 0;
    text-decoration: none;
    font-size: 14px;
    line-height: 19px;
}

.tips-link,
.tips-link a:link,
.tips-link a:hover {
    font-family: ProximaNova-SemiBold, Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
    text-decoration: none;
    font-size: 14px;
    line-height: 17px;
}

.margin-top-3 {
    margin-top: 3px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-8 {
    margin-top: 8px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-left-5 {
    margin-left: 5px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-left-15 {
    margin-left: 15px;
}

.margin-left-20 {
    margin-left: 20px;
}

.padding-10 {
    padding: 10px;
}

.padding-left-15 {
    padding-left: 15px;
}

.margin-right-15 {
    margin-right: 15px;
}

.margin-right-10 {
    margin-right: 10px;
}

.navbar-container {
    padding: 5px 45px;
    z-index: 1;
    /* Used for aui badge*/
    border-bottom: solid 2px #e6eaee;
    height: 70px;
}

.navbar-title {
    font-family: ProximaNova-SemiBold, Arial, Helvetica, sans-serif;
    color: #354052 !important;
    padding: 0 !important;
    margin: 0 !important;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
}

.navbar-user-role {
    font-family: ProximaNova-Regular, Arial, Helvetica, sans-serif;
    color: #7B8FA6 !important;
    padding: 0 !important;
    margin: 0 !important;
    text-decoration: none;
    font-size: 14px;
    line-height: 17px;
}

.nav-item {
    padding: 0 0 0 15px;
}

.navbar-badge {
    position: relative;
    top: -10px;
    left: -20px;
    z-index: -1;
    font-size: small;
}

.goat-background {
    background: url(../../images/BackgroundLogin.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 100%;
    height: 100%;
}

.vertical-center {
    min-height: 100%;
    /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh;
    /* These two lines are counted as one 🙂       */
    display: flex;
    align-items: center;
}

.register-container {
    width: 550px;
    height: 100%;
    background-color: #E6EAEE;
}

.register-panel-con {
    min-height: 600px;
}

.register-panel {
    width: 400px;
    padding: 30px 25px;
    background-color: #FFF;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #7F8FA4;
}

.register-panel label {
    padding: 0;
    margin: 0;
}

.register-panel-header {
    margin-bottom: 30px;
}

.register-panel-title {
    font-size: 17px;
    color: #354052;
    padding: 0 0 0 10px;
}

.register-panel-footer {
    margin: 20px 0;
}

.register-panel-footer-text {
    padding: 0 0 0 15px;
}

.h-100 {
    /*border: 1px dotted #cc2222;*/
    margin: 0;
}

.content-container {
    margin: 40px 80px;
    padding: 0;
}

#tasks-nav-container {
    width: 220px;
}

#tasks-nav-container a {
    text-decoration: none;
    color: #231F20;
}

#tips-widget-container {
    width: 220px;
    background-color: #FFF;
    margin: 20px 0 0 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    border: solid 2px #e6eaee;
}

#tips-widget-top-con {
    padding: 15px;
}

#tips-widget-bottom-con {
    padding: 10px 15px;
}

.tips-widget-hr {
    border: 0;
    height: 2px;
    background: #e6eaee;
    margin: 10px 0;
}

.right-side-con {
    width: 700px;
}

hr {
    border: 0;
    height: 1px;
    background: #ccc;
    padding: 0;
    margin: 0;
}

#dashboard-summary-con {
    background-color: #FFF;
    margin: 20px 0 0 0;
    border: solid 2px #e6eaee;
    width: 100%;
}

#dashboard-summary-header {
    padding: 15px;
}

.avatar-img-sm {
    width: 20px;
    height: 20px;
}

.avatar-img-lg {
    width: 35px;
    height: 35px;
}

.avatar-img-xl {
    width: 90px;
    height: 90px;
}

.avatar-circle {
    width: 20px;
    height: 20px;
    background-color: #66B92E;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.initials {
    position: relative;
    top: 0px;
    /* 25% of parent */
    font-size: 10px;
    /* 50% of parent */
    line-height: 10px;
    /* 50% of parent */
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.avatar-circle-lg {
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.initials-lg {
    position: relative;
    top: 8px;
    /* 25% of parent */
    font-size: 17px;
    /* 50% of parent */
    line-height: 17px;
    /* 50% of parent */
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.bg-red {
    background-color: #D65B4A;
}

.bg-blue-grey {
    background-color: #5C8494;
}

.bg-orange {
    background-color: #E58E38;
}

.bg-green {
    background-color: #66B92E;
}

.bg-yellow {
    background-color: #FFD400;
}

.border-red {
    border: solid 1px #D65B4A !important;
}

.border-orange {
    border: solid 1px #E58E38 !important;
}

.border-green {
    border: solid 1px #66B92E !important;
}

.border-yellow {
    border: solid 1px #FFD400 !important;
}

.table td.no-border {
    border-top: 0;
}

.table-header {
    font-family: ProximaNova-SemiBold, Arial, Helvetica, sans-serif;
    line-height: 20px;
    font-size: 16px;
}

.table-title {
    font-family: ProximaNova-SemiBold, Arial, Helvetica, sans-serif;
    line-height: 17px;
    font-size: 14px;
}

.table-title a {
    color: #354052;
    text-decoration: none !important;
}

.table>tbody>tr>td {
    vertical-align: middle;
    text-align: left;
    padding: 5px;
}

.table thead>tr.dashborder>th {
    border-top: none;
    border-bottom: 4px solid #e6eaee;
}

.table thead>tr.dashborder>th.first,
.table tbody>tr>td.first {
    padding-left: 20px;
    min-width: 200px;
}

.arrow-red {
    color: #D65B4A;
}

.arrow-lg {
    font-size: 40px;
}

.arrow-med {
    font-size: 30px;
}

.arrow-yellow {
    color: #FFD400;
}

.arrow-green {
    color: #66B92E;
}

.table-callout-red {
    border-left: 4px solid #D65B4A;
}

.dashboard-badge {
    background-color: #354052;
    color: #fff;
    min-width: 25px;
}

.icons-black {
    color: #231F20;
}

.pagination {
    display: inline-block;
    margin: 15px 0 0 0;
    font-family: ProximaNova-Regular, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.pagination a {
    color: black;
    float: left;
    padding: 5px 10px;
    text-decoration: none;
}

.pagination a.active {
    background-color: #7F8FA4;
    color: white;
    border-radius: 5px;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
    border-radius: 5px;
}

.dashboard-chart-con {
    border: solid 2px #e6eaee;
    padding: 15px;
    background-color: #fff;
    margin-top: 25px;
}

.chart-sm {
    width: 260px;
    height: 230px;
}

.chart-lg {
    width: 360px;
    height: 230px;
}

.chart-xl {
    width: 560px;
    /*height: 500px;*/
}

.chart-xl-h300 {
    height: 300px;
}

#reports-con {
    border: solid 2px #e6eaee;
    padding: 40px;
    background-color: #fff;
    margin-top: 35px;
    min-height: 500px;
    width: 100%;
}

.reports-title-con {
    width: 190px;
}

.reports-title {
    font-family: ProximaNova-Regular, Arial, Helvetica, sans-serif;
    color: #354052;
    padding: 0;
    margin: 0;
    /*line-height: 1.0;*/
    text-decoration: none;
    font-size: 16px;
}

.reports-link-con {
    width: 190px;
}

.reports-link-con-inner {
    border-bottom: solid 1px #e6eaee;
    margin: 0 25px 5px 0;
}

.reports-link {
    font-family: ProximaNova-Regular, Arial, Helvetica, sans-serif;
    font-size: small;
    color: #7F8FA4;
    margin: 0;
    padding: 0;
    line-height: 1.0;
    text-align: left;
}

.reports-details-title {
    font-family: ProximaNova-Regular, Arial, Helvetica, sans-serif;
    color: #354052;
    padding: 0;
    margin: 0;
    /*line-height: 1.0;*/
    text-decoration: none;
    font-size: 18px;
}

#reports-details-con {
    border: solid 2px #e6eaee;
    background-color: #fff;
    margin-top: 35px;
    min-width: 700px;
    min-height: 500px;
}

#reports-details-header {
    border-bottom: 4px solid #e6eaee;
    padding: 35px 20px 5px 20px;
}

#reports-details {
    padding: 20px;
}

.reports-details-subTitle {
    font-family: ProximaNova-Regular, Arial, Helvetica, sans-serif;
    color: #354052;
    text-decoration: none;
    font-size: 16px;
}

.report-details-column {
    width: 190px;
}

.table thead>tr.reports-details>th {
    border-bottom: 2px solid #e6eaee;
    border-top: 2px solid #e6eaee;
}

.table thead>tr.reports-details>th.first,
.table tbody>tr>td.first {
    padding-left: 20px;
    min-width: 200px;
}

#users-con {
    background-color: #FFF;
    margin: 35px 0 0 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    border: solid 2px #e6eaee;
    width: 100%;
}

#users-header {
    padding: 20px;
}

#notifications-con {
    background-color: #FFF;
    margin: 35px 0 0 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    border: solid 2px #e6eaee;
    width: 100%;
}

#notifications-header {
    padding: 15px;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}

#report-incident-con {
    padding: 20px;
}


/*.dropdown-menu > a:hover {
    background-color: #0069d9;
    background-image: none;
    color: #fff;
}*/

#add-user-con {
    margin: 0;
    padding: 0;
}

#add-users-header {
    padding: 20px 20px 10px 20px;
    border-bottom: 4px solid #e6eaee;
}

#add-users-footer {
    padding: 20px;
}

.add-user-input {
    width: 300px;
}

.table tbody>tr>td.add-user-last {
    padding: 0 20px 0 0;
}

#add-users-table {
    border-bottom: 1px solid #e6eaee;
}

#settings-con {
    border: solid 2px #e6eaee;
    background-color: #fff;
    margin-top: 35px;
    min-width: 700px;
    min-height: 400px;
    padding: 40px 0 0 0;
}

#settings-header {
    padding: 40px;
}

.settings-tab-first {
    margin-left: 20px;
}

.settings-tab {
    margin-left: 90px;
}

.settings-tab-last {
    margin-left: 90px;
    margin-right: 20px;
}

.tabs-support-con {
    padding: 20px;
}

.risk-grid-cell {
    width: 90px;
    height: 90px;
    margin-right: 5px;
    margin-bottom: 5px;
    color: #fff;
    text-align: center;
    padding: 25px 0;
    font-weight: bold;
}

.risk-grid-cell-sm {
    width: 20px;
    height: 20px;
    color: #fff;
    padding: 5px;
    text-align: center;
    font-weight: bold;
}

.risk-grid-cell-text {
    width: 90px;
    height: 90px;
    margin: 0 5px 5px 0;
    padding: 30px 0 0 5px;
}

.risk-grid-cell-x-text {
    width: 90px;
    margin: 0 5px 5px 0;
    padding: 5px 0 0 0;
    text-align: center;
}

.modal-add-con {
    padding: 20px;
}

.modal-add-header {
    padding: 0 0 10px 0;
}

.modal-add-body {
    margin: 0 0 20px 0;
}

.modal-add-footer {
    margin: 20px 0 0 0;
}

#risk-commentary-con {
    background-color: #FFF;
    margin: 20px 0 0 0;
    border: solid 2px #e6eaee;
}

#risk-commentary {
    border-left: 4px solid #dee2e6;
    height: 100%;
    margin: 0;
    padding: 0;
}

#risk-commentary-title {
    padding: 20px;
}

#risk-commentary-body {
    border-top: 4px solid #dee2e6;
    margin: 0;
    padding: 20px;
    min-height: 150px;
}

#risk-trend-con {
    margin: 10px;
}

#risk-chart-table-con {
    font-size: small;
    border: solid 2px #e6eaee;
    width: 100%;
}

#risk-chart-table-header {
    padding: 20px;
}

#risk-kri-con {
    background-color: #FFF;
    margin: 20px 0 0 0;
    border: solid 2px #e6eaee;
}

#risk-kri-header {
    padding: 20px;
    border-bottom: 4px solid #e6eaee;
}

#risk-kri-body {
    padding: 20px;
}

#add-kri-modal-con {
    background-color: #fff;
    min-height: 470px;
}


/* Multistep form - Start*/

#msform {
    position: relative;
    margin-top: 10px;
}

#msform fieldset {
    background: white;
    border: 0 none;
    position: relative;
    display: block;
}

#msform fieldset:not(:first-of-type) {
    display: none;
}


/*progressbar*/

#progressbar {
    overflow: hidden;
    counter-reset: step;
}

#progressbar li {
    text-align: center;
    list-style-type: none;
    color: black;
    font-size: 9px;
    width: 33.33%;
    float: left;
    position: relative;
    letter-spacing: 1px;
    z-index: 1;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 24px;
    height: 24px;
    line-height: 26px;
    display: block;
    font-size: 12px;
    color: #333;
    background: #E6EAEE;
    border-radius: 25px;
    margin: 0 auto 10px auto;
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #E6EAEE;
    position: absolute;
    left: -43%;
    top: 9px;
    z-index: -1;
}

#progressbar li:first-child:after {
    content: none;
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #007bff;
    color: white;
}


/* Multistep form - End*/

.nav-item {
    padding: 10px 20px;
}

#risk-tabs-con {
    background-color: #FFF;
    margin: 20px 0 0 0;
    border: solid 2px #e6eaee;
    padding: 20px 0;
}

#risk-details-header,
#risk-comments-header,
#risk-actions-header,
#risk-controls-header,
#risk-incidents-header {
    margin: 20px;
}

#risk-details-body {
    margin: 20px;
}

#risk-comments-input {
    min-height: 30px;
    background-color: #E6EAEE;
    margin-bottom: 10px;
}

.risk-table table thead th {
    background-color: #E6EAEE;
    color: #7F8FA4;
    border: 0 !important;
    padding: 5px 20px;
}

.risk-table table tbody td {
    padding: 5px 20px;
}

#risk-grid-header {
    background-color: #FFF;
    margin: 0 0 0 0;
    border: solid 2px #e6eaee;
    padding: 20px;
}

#risk-grid-con {
    background-color: #FFF;
    margin: 10px 0 0 0;
    border: solid 2px #e6eaee;
    padding: 20px;
}

.risk-bar {
    margin: 0 20px 0 0;
}

.vertical-text {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    width: 10px;
    margin: 0 20px 0 10px;
}

.risk-type-title {
    margin: 0;
}

.risk-text-impacts {
    padding: 0 0 0 240px;
}

.draggable {
    z-index: 3;
}

#risk-profile-list-con {
    border: solid 2px #e6eaee;
    height: 150px;
    overflow: auto;
}

.td-risk-profile-title {
    width: 250px;
}

.td-risk-profile-owners {
    width: 150px;
}

#riskdefinition-con {
    background-color: #FFF;
    margin: 35px 0 80px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    border: solid 2px #e6eaee;
    width: 100%;
}