/*************** animation *******************/

@font-face {
    font-family: "rift_softdemi";
    src: url("../fonts/riftsoft-demi-webfont.eot");
    src: url("../fonts/riftsoft-demi-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/riftsoft-demi-webfont.woff") format("woff"), url("../fonts/riftsoft-demi-webfont.ttf") format("truetype"), url("../fonts/riftsoft-demi-webfont.svg#rift_softdemi") format("svg");
}

@font-face {
    font-family: "rift_softmedium";
    src: url("../fonts/riftsoft-medium-webfont.eot");
    src: url("../fonts/riftsoft-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/riftsoft-medium-webfont.woff") format("woff"), url("../fonts/riftsoft-medium-webfont.ttf") format("truetype"), url("../fonts/riftsoft-medium-webfont.svg#rift_softmedium") format("svg");
}

@font-face {
    font-family: "Omnes";
    src: url("../fonts/Omnes-Regular.eot");
    src: url("../fonts/Omnes-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Omnes-Regular.woff") format("woff"), url("../fonts/Omnes-Regular.ttf") format("truetype"), url("../fonts/Omnes-Regular.svg#Omnes") format("svg");
}

@font-face {
    font-family: "omnesmedium";
    src: url("../fonts/omnes-medium-webfont.eot");
    src: url("../fonts/omnes-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/omnes-medium-webfont.woff") format("woff"), url("../fonts/omnes-medium-webfont.ttf") format("truetype"), url("../fonts/omnes-medium-webfont.svg#omnesmedium") format("svg");
}

@font-face {
    font-family: 'kalam';
    src: url('../fonts/Kalam-Regular.ttf') format('truetype');
}

h1,
.h1 {
    font-size: 50px;
    font-size: 3.125rem;
    font-family: "rift_softdemi", sans-serif;
}

h2,
.h2 {
    font-size: 30px;
    font-size: 1.875rem;
    font-family: "rift_softdemi", sans-serif;
}

h3,
.h3 {
    font-size: 26px;
    font-size: 1.625rem;
    font-family: "rift_softmedium", sans-serif;
}

h4,
.h4 {
    font-size: 22px;
    font-size: 1.375rem;
    font-family: "rift_softdemi", sans-serif;
}

h5,
.h5 {
    font-size: 20px;
    font-size: 1.25rem;
    font-family: "rift_softdemi", sans-serif;
}

.font-lg {
    font-size: 20px !important;
    font-size: 20px !important;
}

.font-md {
    font-size: 17px;
    font-size: 1.0625rem;
}

.font-md-game-strategy-icon-label {
    font-size: 17px;
    font-size: 1.0625rem;
    font-family: "Omnes" !important;
}

.body-font {
    font-family: "Omnes", sans-serif !important;
}

.sub-heading-font {
    font-family: "rift_softmedium", sans-serif;
}

hr {
    border-color: #ccc;
}

.btn {
    font-family: "rift_softmedium", sans-serif;
    cursor: pointer;
}

.badge {
    font-family: "rift_softmedium", sans-serif;
}

.fa-lg {
    line-height: 1.2em;
}

.sup {
    vertical-align: super;
    font-size: 50%;
}

.large {
    font-size: 130%;
    line-height: 1;
}

.fa {
    line-height: 1.07;
}


/*************** animation *******************/

button {
    cursor: pointer;
}

button:focus {
    outline: 0;
}

.btn {
    color: #fff !important;
}

.btn:disabled,
.btn.disabled {
    cursor: default;
    pointer-event: none;
}

.btn-primary {
    background: #ef3340;
    border-color: #ef3340;
}

.btn-primary:hover {
    background: #89949e !important;
    border-color: #89949e !important;
}

.btn-primary:focus {
    background: #ef3340;
    border-color: #ef3340;
    -webkit-box-shadow: 0 0 0 rgba(24, 24, 25, 0);
    -moz-box-shadow: 0 0 0 rgba(24, 24, 25, 0);
    box-shadow: 0 0 0 rgba(24, 24, 25, 0);
}

.btn-primary.active,
.btn-primary:active {
    background: #89949e;
    border-color: #89949e;
}

.btn-primary.active:hover,
.btn-primary:active:hover {
    background: #89949e;
    border-color: #89949e;
}

.btn-primary.active:focus,
.btn-primary:active:focus {
    background: #ef3340;
    border-color: #ef3340;
}

.btn-primary:disabled,
.btn-primary.disabled {
    color: #89949e;
    background: #89949e;
    border-color: #89949e;
    opacity: 0.4;
}

fieldset[disabled] .btn-primary {
    color: #89949e;
    background: #89949e;
    border-color: #89949e;
    opacity: 0.4;
}

fieldset[disabled] .btn-info {
    color: #b0b6bd;
    background: #b0b6bd;
    border-color: #b0b6bd;
    opacity: 0.4;
}

.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background: #89949e;
    border-color: #89949e;
    -webkit-box-shadow: 0 0 0 rgba(24, 24, 25, 0);
    -moz-box-shadow: 0 0 0 rgba(24, 24, 25, 0);
    box-shadow: 0 0 0 rgba(24, 24, 25, 0);
}

.btn-info {
    background: #89949e;
    border-color: #89949e;
    padding: 0.15rem 0.75rem;
    cursor: pointer;
}

.btn-info:hover {
    background: #ef3340;
    border-color: #ef3340;
}

.btn-info:focus {
    background: #ef3340;
    border-color: #ef3340;
    -webkit-box-shadow: 0 0 0 rgba(24, 24, 25, 0);
    -moz-box-shadow: 0 0 0 rgba(24, 24, 25, 0);
    box-shadow: 0 0 0 rgba(24, 24, 25, 0);
}

.btn-info.active,
.btn-info:active {
    background: #ef3340;
    border-color: #ef3340;
}

.btn-info.active:hover,
.btn-info:active:hover {
    background: #ef3340;
    border-color: #ef3340;
}

.btn-info.active:focus,
.btn-info:active:focus {
    background: #ef3340;
    border-color: #ef3340;
}

.btn-info:disabled,
.btn-info.disabled {
    color: #b0b6bd;
    background: #b0b6bd;
    border-color: #b0b6bd;
    opacity: 0.4;
}

.btn-info:not([disabled]):not(.disabled).active,
.btn-info:not([disabled]):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    background: #ef3340;
    border-color: #ef3340;
    -webkit-box-shadow: 0 0 0 rgba(24, 24, 25, 0);
    -moz-box-shadow: 0 0 0 rgba(24, 24, 25, 0);
    box-shadow: 0 0 0 rgba(24, 24, 25, 0);
}

.btn-success {
    background: #00b398;
    border-color: #00b398;
}

.btn-success:hover {
    background: #ef3340;
    border-color: #ef3340;
}

.btn-success:focus {
    background: #ef3340;
    border-color: #ef3340;
    -webkit-box-shadow: 0 0 0 rgba(24, 24, 25, 0);
    -moz-box-shadow: 0 0 0 rgba(24, 24, 25, 0);
    box-shadow: 0 0 0 rgba(24, 24, 25, 0);
}

.btn-success.active,
.btn-success:active {
    background: #ef3340;
    border-color: #ef3340;
}

.btn-success.active:hover,
.btn-success:active:hover {
    background: #ef3340;
    border-color: #ef3340;
}

.btn-success.active:focus,
.btn-success:active:focus {
    background: #ef3340;
    border-color: #ef3340;
}

.btn-success:not([disabled]):not(.disabled).active,
.btn-success:not([disabled]):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    background: #ef3340;
    border-color: #ef3340;
    -webkit-box-shadow: 0 0 0 rgba(24, 24, 25, 0);
    -moz-box-shadow: 0 0 0 rgba(24, 24, 25, 0);
    box-shadow: 0 0 0 rgba(24, 24, 25, 0);
}

.btn-secondary {
    background: #d7dadd;
    border-color: #d7dadd;
    border: 0;
    color: #b0b6bd !important;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    font-size: 24px;
    font-size: 1.5rem;
}

.btn-secondary:hover {
    background: #b0b6bd;
    border-color: #b0b6bd;
    color: #ffffff !important;
}

.btn-secondary:focus {
    background: #b0b6bd;
    border-color: #b0b6bd;
    color: #ffffff !important;
    -webkit-box-shadow: 0 0 0 rgba(24, 24, 25, 0);
    -moz-box-shadow: 0 0 0 rgba(24, 24, 25, 0);
    box-shadow: 0 0 0 rgba(24, 24, 25, 0);
}

.btn-secondary.active,
.btn-secondary:active {
    background: #b0b6bd;
    border-color: #b0b6bd;
    color: #ffffff !important;
}

.btn-secondary.active:hover,
.btn-secondary:active:hover {
    background: #b0b6bd;
    border-color: #b0b6bd;
    color: #ffffff !important;
}

.btn-secondary.active:focus,
.btn-secondary:active:focus {
    background: #b0b6bd;
    border-color: #b0b6bd;
    color: #ffffff !important;
}

.btn-secondary:not([disabled]):not(.disabled).active,
.btn-secondary:not([disabled]):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    background: #b0b6bd;
    border-color: #b0b6bd;
    color: #ffffff !important;
    -webkit-box-shadow: 0 0 0 rgba(24, 24, 25, 0);
    -moz-box-shadow: 0 0 0 rgba(24, 24, 25, 0);
    box-shadow: 0 0 0 rgba(24, 24, 25, 0);
}

.btn-link {
    color: #425563;
    border: 1px solid transparent;
}

.btn-link:hover {
    color: #ef3340;
    text-decoration: none;
}

.btn-link:focus {
    color: #ef3340;
}

.btn-link.active,
.btn-link:active {
    color: #ef3340;
}

.btn-link.active:hover,
.btn-link:active:hover {
    color: #ef3340;
}

.btn-link.active:focus,
.btn-link:active:focus {
    color: #ef3340;
}

.btn-link:disabled,
.btn-link.disabled {
    color: #425563;
    opacity: 0.4;
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 0.2rem 2.5rem;
    font-size: 28px;
    font-size: 1.75rem;
}

.btn-group-md>.btn,
.btn-md {
    padding: .44rem 1.33rem;
}

.btn-group-sm>.btn,
.btn-sm {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 0.2rem 1rem;
}

.close {
    color: #89949e;
    font-weight: 100;
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 0.5;
    display: inline-block;
}

.close:hover {
    color: #ef3340;
    opacity: 1;
}

.close.active {
    color: #ef3340;
    opacity: 1;
}


/*========= button icon==========*/

.button-icon {
    border: 1px solid #d7dadd;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 2.47rem 1rem;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    margin: 1em 0;
    cursor: pointer;
    position: relative;
}

.button-icon i {
    margin-bottom: 20px;
    display: inline-block;
    color: #b0b6bd;
    font-size: 120px;
    font-size: 7.5rem;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.button-icon:hover,
.button-icon.active {
    background: #ebecee;
}

.button-icon:hover i,
.button-icon.active i {
    color: #ef3340;
}


/*========= justify button==========*/

.justify-btn {
    display: flex;
}


/*************** animation *******************/

body {
    font-family: "Omnes", sans-serif;
    color: #425563;
    font-size: 15px;
    font-size: 0.9375rem;
}

a {
    color: #89949e;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

a:hover {
    color: #ef3340;
    text-decoration: none;
}

a:focus {
    color: #ef3340;
    outline: none;
    text-decoration: none;
}

a:not([href]):not([tabindex]) {
    color: #89949e;
}

img {
    height: auto;
    max-width: 100%;
}

.color-white {
    color: #fff;
}

.color-primary {
    color: #ef3340 !important;
}

.color-green {
    color: #00b398 !important;
}

.color-yellow {
    color: #fdd26e !important;
}

.color-blue {
    color: #0092bc;
}

.color-dark-blue {
    color: #425563 !important;
}

.bg-dark-blue {
    background-color: #425563;
}

.color-orange {
    color: #ff6a14;
}

.color-light-gray {
    color: #ebecee;
}

.color-gray {
    color: #b0b6bd;
}

.color-dark-gray {
    color: #89949e;
}

.color-blue-gray {
    color: #647380;
}

.text-muted {
    color: #b0b6bd !important;
}

.color-disabled {
    color: #d7dadd !important;
}

.alert-recent {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #ef3340;
    color: #ef3340;
    padding: 0.2rem 0.5rem;
    font-size: 14px;
    font-size: 0.875rem;
}

.badge-primary {
    background-color: #ef3340;
}

.badge-light {
    background: #d7dadd;
    color: #fff;
}

.border-top,
.hr {
    border-top: 1px solid #ebecee;
}

.border-bottom {
    border-bottom: 1px solid #ebecee;
}

.redsheet-equal:before {
    content: "=";
}

.page-heading {
    color: #ef3340;
    line-height: 1;
    border-bottom: 1px solid #ebecee;
    padding-bottom: 0.6rem;
    margin-bottom: 1rem;
}

.page-heading .sub-heading h2 {
    font-family: "rift_softmedium", sans-serif;
    color: #425563;
}

.page-heading .action-links {
    padding: 0.2rem 0 1rem;
    text-align: right;
}

.page-heading .action-links a.btn {
    margin: 0 0.3rem 0;
}

.page-heading .action-links a.btn i {
    padding-right: 0.3rem;
}

.page-heading .action-links a .fa-info-circle {
    vertical-align: bottom;
    padding-left: 0.5rem;
    color: #ef3340;
}

.page-heading .action-links .status {
    font-size: 15px;
    font-size: 0.9375rem;
    margin: 0 0.3rem 0;
    padding: 0.2rem 1rem;
    display: inline-block;
    line-height: 1.65;
    vertical-align: bottom;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.page-heading .action-links .status i {
    padding-right: 0.3rem;
}

.page-heading .discription {
    color: #425563;
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.3;
    margin-bottom: 0.5rem;
}


/*========= login screen ==========*/

.login-screen {
    min-height: 100vh;
    background: url("../images/login-background-image.jpg") no-repeat;
    background-size: cover;
}

.login-screen>div:first-child {
    height: 100vh;
}


/*========= header ==========*/

header {
    background: #425563;
    border-bottom: 2px solid #ef3340;
}

header .navbar-brand {
    background: #ffffff;
    min-width: 280px;
}

header .navbar-brand img {
    width: 103px;
}

header .top-nav li.list-inline-item {
    margin: 0;
}

header .top-nav li.list-inline-item>a {
    padding: 0 0.8rem;
    color: #ffffff;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.2;
    display: inline-block;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

header .top-nav li.list-inline-item>a .redsheet {
    font-size: 30px;
    font-size: 1.875rem;
    vertical-align: sub;
}

header .top-nav li.list-inline-item:last-child a {
    border: 0;
}

header .top-nav li.list-inline-item:hover>a {
    color: #aabbc7;
}

header .top-nav li.list-inline-item .notification {
    position: relative;
}

header .top-nav li.list-inline-item .notification .badge {
    position: absolute;
    top: -15px;
    right: 0;
}

header .top-nav li.list-inline-item .notification.dropdown-toggle:after {
    border-bottom: .3em solid;
    position: absolute;
    border-top: 0;
    bottom: -3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: none;
}

header .top-nav li.list-inline-item.show .dropdown-toggle:after {
    display: block;
}

header .top-nav li.list-inline-item .dropdown-menu {
    max-height: 300px;
    overflow: auto;
    width: 450px;
    right: 10px;
    left: auto;
}

header .top-nav li.list-inline-item .dropdown-menu .custom-list>.dropdown-item {
    padding: 0.5rem 1rem;
    font-size: 16px;
    font-size: 1rem;
    outline: 0;
    color: #425563;
}

header .top-nav li.list-inline-item .dropdown-menu .custom-list>.dropdown-item:before {
    display: none;
}

header .top-nav li.list-inline-item .dropdown-menu .custom-list>.dropdown-item i {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

header .top-nav li.list-inline-item .dropdown-menu .custom-list>.dropdown-item:hover>i {
    color: #ef3340 !important;
}

header .top-nav li.list-inline-item .dropdown-menu .custom-list>.dropdown-item .media-body {
    white-space: normal;
    outline: 0;
}


/*========= main content
=====================
==========*/

.main-content {
    display: flex;
    width: 100%;
    padding: 170px 0 30px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    min-height: 93vh;
}

.sidebar {
    padding-left: 50px;
}

.sidebar .btn-toggle {
    display: block;
    color: #ffffff;
    font-size: 22px;
    font-size: 1.375rem;
    background: #425563;
    padding: 35px 15px 7px 12px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    height: 100%;
    position: fixed;
    top: 90px;
    left: 0;
}

.sidebar.active-sidebar {
    padding-left: 280px;
}

.sidebar.active-sidebar .btn-toggle {
    display: none;
}

.sidebar.active-sidebar .sidebar-wrapper {
    left: 280px;
}

.btn-toggle {
    display: none;
}


/*========= admin sections ==========*/

.section-box {
    border: 1px solid #d7dadd;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 1.5rem;
    margin: 1rem 0;
    float: left;
    width: 100%;
}

.section-box .section-header .section-title {
    color: #ef3340;
}

.section-box .section-body {
    clear: both;
}


/* */


/*========= custom list ==========*/

.custom-list {
    padding: 0;
    margin: 0;
}

.custom-list>li {
    font-size: 17px;
    font-size: 1.0625rem;
    padding: 0.8rem 0.8rem 0.8rem 3rem;
    list-style: none;
    border-bottom: 1px solid #d7dadd;
    position: relative;
    overflow: hidden;
}

.custom-list>li:before {
    content: "\f10c";
    font-family: FontAwesome;
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 13px;
    font-size: 0.8125rem;
    color: #ef3340;
}

.custom-list>li .action-links {
    opacity: 0;
    -webkit-transition: all 0.5s ease 0;
    -moz-transition: all 0.5s ease 0;
    -ms-transition: all 0.5s ease 0;
    -o-transition: all 0.5s ease 0;
    transition: all 0.5s ease 0;
}

.custom-list>li .action-links li.list-inline-item {
    margin: 0;
}

.custom-list>li .action-links li.list-inline-item a {
    padding: 0 0.8rem;
    color: #425563;
    font-size: 22px;
    font-size: 1.375rem;
    border-right: 1px solid #d7dadd;
}

.custom-list>li .action-links li.list-inline-item:last-child a {
    border: 0;
}

.custom-list>li .action-links li.list-inline-item:hover a {
    color: #ef3340;
}

.custom-list>li:hover,
.custom-list>li.active {
    background: #ebecee;
}

.custom-list>li:hover .action-links,
.custom-list>li.active .action-links {
    opacity: 1;
}

.custom-list>li.active .form-control {
    background-color: #ebecee;
    border-color: #b0b6bd;
    -webkit-box-shadow: 0 0 0.1rem rgba(176, 182, 189, 0.2);
    -moz-box-shadow: 0 0 0.1rem rgba(176, 182, 189, 0.2);
    box-shadow: 0 0 0.1rem rgba(176, 182, 189, 0.2);
    color: #425563;
}

.custom-list>li:last-child {
    border: 0;
}

.custom-list>li a {
    color: #89949e;
}

.custom-list.dashboard-list>li:hover {
    background: transparent;
}


/*========= chart ==========*/

.chart-dis li {
    padding: 0.63em 0;
    width: 100%;
}

.chart-dis li .chart-value {
    font-size: 50px;
    font-size: 3.125rem;
    font-family: "rift_softdemi", sans-serif;
    padding-right: 1rem;
    line-height: 0.9;
    width: 27%;
    vertical-align: middle;
    display: inline-block;
    text-align: right;
}

.chart-dis li .chart-content {
    font-size: 17px;
    font-size: 1.0625rem;
    width: 70%;
    line-height: 1.3;
    vertical-align: middle;
    display: inline-block;
}

.chart-dis li .chart-content.h3 {
    font-size: 26px;
    font-size: 1.625rem;
}


/*========= section media ==========*/

.section-media {
    border: 1px solid #d7dadd;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 1.3rem 1rem;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    margin: 1em 0;
    z-index: 2;
    position: relative;
    width: 100%;
}

.section-media .section-media-icon {
    margin-right: 1rem;
    min-width: 100px;
}

.section-media .section-media-icon .fa {
    color: #b0b6bd;
    margin-bottom: 0.5rem;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    display: inline-block;
}

.section-media .section-media-icon .redsheet {
    color: #b0b6bd;
    margin-bottom: 0.5rem;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    display: inline-block;
}

.section-media .section-media-icon h4 {
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.section-media .section-media-icon h4>.fa {
    color: #647380;
}

.section-media .media-body {
    border-left: 1px solid #d7dadd;
    padding-left: 1.5em;
}

.section-media .media-body .media-title .action-links {
    margin: 0;
}

.section-media .media-body .media-title .action-links li.list-inline-item {
    margin: 0;
}

.section-media .media-body .media-title .action-links li.list-inline-item a {
    padding: 0 0.8rem;
    color: #425563;
    font-size: 22px;
    font-size: 1.375rem;
    border-right: 1px solid #d7dadd;
}

.section-media .media-body .media-title .action-links li.list-inline-item a.action-links-dashboard {
    font-family: "Omnes", sans-serif;
    color: #425563;
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 0 0.4rem;
}

.section-media .media-body .media-title .action-links li.list-inline-item:last-child a {
    border: 0;
}

.section-media .media-body .media-title .action-links li.list-inline-item:hover a {
    color: #ef3340;
}

.section-media .media-body .project-summery {
    padding-bottom: 0.5rem;
    clear: both;
}

.section-media .media-body .project-summery p {
    margin-bottom: 0;
}

.section-media .media-body a:hover {
    color: #ef3340;
}

.section-media:hover {
    background: #ebecee;
}

.section-media:hover .section-media-icon .fa {
    color: #ef3340;
}

.section-media:hover .section-media-icon .redsheet,
.section-media:hover .section-media-icon h4 {
    color: #ef3340;
}

.section-media.active {
    background: #ebecee;
}

.section-media.active .section-media-icon .fa {
    color: #ef3340;
}

.section-media.active .section-media-icon .redsheet {
    color: #ef3340;
}

.section-media.without-title .action-links {
    position: absolute;
    top: 10px;
    right: 5px;
}

.section-media.without-icon .media-body {
    border-left: 0;
    padding-left: 1rem;
}


/*========= table sections ==========*/

.table-section {
    border: 1px solid #ebecee;
    border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    margin: 1rem 0;
}

.table-section h2 {
    color: #ef3340;
}

.table-section .member-name {
    padding: 0.5rem 1rem;
}


/*========= sidebar ==========*/

.sidebar-wrapper {
    margin-left: 0;
    top: 90px;
    left: 0;
    width: 280px;
    position: fixed;
    height: 100%;
    overflow-y: auto;
    z-index: 1000;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    margin-left: -280px;
    background: #d7dadd;
    padding: 4rem 1rem 1rem 1.5rem;
    padding-bottom: 170px;
}

.sidebar-wrapper .btn-menu {
    color: #425563;
    position: absolute;
    top: 30px;
    right: 20px;
    font-size: 22px;
    font-size: 1.375rem;
    display: block;
}

.sidebar-wrapper .sidebar-nav {
    margin: 0 0 0 0.5rem;
    padding: 0;
    border-left: 1px solid #425563;
}

.sidebar-wrapper .sidebar-nav li {
    list-style: none;
}

.sidebar-wrapper .sidebar-nav li a {
    padding: 0.6rem 0 0.6rem 1.5rem;
    position: relative;
    color: #425563;
    display: block;
    font-size: 15px;
    font-size: 0.9375rem;
}

.sidebar-wrapper .sidebar-nav li a:before {
    content: "\f023";
    font-family: FontAwesome;
    font-size: 14px;
    font-size: 0.875rem;
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 1px solid #425563;
    position: absolute;
    left: -13px;
    background: #d7dadd;
    text-align: center;
}

.sidebar-wrapper .sidebar-nav li:first-child a {
    padding-top: 0;
}

.sidebar-wrapper .sidebar-nav li:last-child a {
    padding-bottom: 0;
}

.sidebar-wrapper .sidebar-nav li.visited a:before {
    content: "\f13e";
    color: #00b398;
    background: #fff;
    border-color: #fff;
}

.sidebar-wrapper .sidebar-nav li.visited.lock a:before {
    content: "\f023";
    color: #808080;

}

.sidebar-wrapper .sidebar-nav li.active a {
    font-family: "rift_softmedium", sans-serif;
    color: #ef3340;
    font-size: 22px;
    font-size: 1.375rem;
    padding-left: 1.8rem;
}

.sidebar-wrapper .sidebar-nav li.active a:before {
    content: "\f13e";
    color: #fff;
    background: #00b398;
    border-color: #00b398;
    height: 35px;
    width: 35px;
    line-height: 35px;
    left: -18px;
    font-size: 16px;
    font-size: 1rem;
}

.sidebar-wrapper .sidebar-nav li.active.lock a:before {
    content: "\f023";
    color: #808080;

}


/*========= footer ==========*/

footer {
    background: #ebecee;
    border-top: 1px solid #89949e;
    padding: 1rem 0;
    position: relative;
    z-index: 1001;
}

footer p {
    margin-bottom: 0;
    color: #425563;
}


/*========= modal ==========*/

.modal .modal-header {
    position: relative;
    padding-bottom: 0;
}

.modal .modal-header .modal-title {
    color: #ef3340;
    font-size: 35px;
    font-size: 2.1875rem;
    border-bottom: 1px solid #ebecee;
    padding-bottom: 0.3rem;
    margin-bottom: 0.5rem;
    width: 100%;
}

.modal .modal-header .modal-title i {
    color: #425563;
    margin-right: 0.5rem;
}

.modal .modal-header .close {
    position: absolute;
    top: 0;
    right: 0;
}

.modal .modal-footer {
    padding-top: 0;
}

.modal .modal-footer .btn:not(:last-child) {
    margin-right: 1.5rem;
}


/*========= section form ==========*/

.section-form {
    margin-bottom: 1rem;
}

.section-form .section-form-row {
    margin-top: 1rem;
    margin-bottom: 1rem;
    clear: both;
}

.section-form .section-form-row .section-header .section-title {
    color: #ef3340;
}

.power-action {
    margin: 1rem 0;
}

.power-action h4 {
    font-family: "rift_softmedium", sans-serif;
}

.power-action .btn-group {
    position: relative;
}

.power-action .btn-group:before {
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    width: -webkit-calc(100% - 20%);
    width: -moz-calc(100% - 20%);
    width: calc(100% - 20%);
    height: 2px;
    background: #425563;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.power-action .btn-group .custom-radio-circle {
    margin: 0 auto !important;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.power-action .custom-control-description {
    width: 100%;
    text-align: center;
}

.redsheet-round {
    height: 45px;
    width: 45px;
    text-align: center;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    font-family: "rift_softdemi", sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
    display: inline-block;
    color: #fff !important;
    background-color: #b0b6bd;
    border: 8px solid #b0b6bd;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.section-media:hover .redsheet-round {
    background-color: #ef3340;
    border: 8px solid #ef3340;
}


/*========= Pagination ==========*/

.pagination .page-item .page-link {
    color: #425563;
}

.pagination .page-item.active .page-link {
    background-color: #ef3340;
    border-color: #ef3340;
    color: #fff;
}

.pagination .page-item.disabled .page-link {
    color: #89949e;
}


/* .pagination .paginate_button {
    color: #425563; }
  .pagination .paginate_button.active  {
    background-color: #ef3340;
    border-color: #ef3340;
    color: #fff; }
  .pagination .paginate_button.disabled {
    color: #89949e; } */

.disable {
    opacity: 0.5;
    pointer-events: none;
    z-index: 0;
}

.popover .popover-body {
    color: #ef3340;
}

.pointer,
a {
    cursor: pointer;
}


/*========= Tooltip ==========*/

ng-component,
rx-template {
    width: 100%;
}

.top-arrow {
    border-left: 1px solid #89949e;
    position: relative;
}

.top-arrow:before {
    content: "";
    position: absolute;
    top: -15px;
    left: -8px;
    text-align: right;
    font-size: 20px;
    font-size: 1.25rem;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 15px solid #89949e;
}

.top-arrow-text {
    moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    position: absolute;
    width: 355px;
    top: 40%;
    bottom: auto;
    left: -208px;
    font-size: 20px;
    font-size: 1.25rem;
}

.down-arrow-text {
    font-size: 20px;
    font-size: 1.25rem;
    text-align: center;
    border-top: 1px solid #89949e;
    margin-top: 15px;
}

.down-arrow-text:after {
    content: "";
    position: absolute;
    top: 7px;
    right: 0;
    font-size: 20px;
    font-size: 1.25rem;
    border-left: 15px solid #89949e;
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
}

.nav-tabs {
    border-bottom: 0;
}

.nav-tabs .nav-link {
    border: 1px solid #d7dadd;
    margin-right: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 25px;
    text-align: center;
    margin-bottom: 0;
    position: relative;
    z-index: 99;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #bbb;
    background-color: #eee;
    color: #3a3a3a;
}

.nav-tabs .nav-link.active {
    color: #ef3340;
    background-color: #fff;
    border-color: #ef3340;
    border-bottom-color: transparent;
}

.tab-content {
    border: 1px solid #d7dadd;
}

fieldset.row {
    display: block;
}

fieldset.row>div[class*="col"] {
    margin: 0 auto;
    overflow: auto;
}

.filter-projects button.fa-long-arrow-down:before {
    content: none;
}

.filter-projects button.fa-long-arrow-down:after {
    content: "\f175";
    padding-left: .5rem;
    font-size: 1.0625rem;
    line-height: 1.5;
}

.relation-req .custom-control-description .redsheet {
    font-size: 60px;
    font-size: 3.75rem;
}

.rx-multi-section .chosen-container-multi .chosen-choices .search-choice+.search-field {
    display: block !important;
}


/*========= Popover ==========*/

.popover {
    width: 30%;
    border: 0px solid #000000;
    opacity: 1;
    filter: alpha(opacity=100);
}

.popover .popover-content {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 300;
    padding: 8px 13px;
    overflow: auto;
    color: #ef3340;
}

.popover .popover-content a {
    font-size: 16px;
    font-size: 1rem;
    text-decoration: none;
    color: #ef3340;
}

.popover .popover-title {
    background: #eaecee;
    padding: 8px 13px;
    margin-bottom: 0;
}

.popover .arrow:after {
    right: 13px;
    margin-top: -10px;
    position: absolute;
    display: block;
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #ffffff;
    content: "";
}


/*************** animation *******************/


/*************** animation *******************/


/*========= radio icon ==========*/

.radio-icon {
    border: 1px solid #b0b6bd;
    width: 100%;
    display: block;
    padding: 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.radio-icon .custom-control-indicator {
    top: 10px;
    left: auto;
    right: 10px;
}

.radio-icon .custom-control-description {
    font-size: 20px;
    font-size: 1.25rem;
    display: flex;
    height: 90px;
}

.radio-icon .custom-control-description i {
    padding: 0 1.25rem;
    color: #b0b6bd;
    float: left;
    font-size: 40px;
    font-size: 2.5rem;
}

.radio-icon .custom-control-description span {
    float: left;
    line-height: 1;
}

.radio-icon.active {
    border-color: #42bcd8;
}

.radio-icon.active .custom-control-description i {
    color: #42bcd8;
}


/*========= radio button icon ==========*/

.radio-button-icon .custom-radio {
    border: 1px solid #d7dadd;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 2.47rem 1rem;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    margin: 0 0 2em;
    cursor: pointer;
    position: relative;
    width: 100%;
}

.radio-button-icon .custom-radio i {
    margin-bottom: 20px;
    display: inline-block;
    color: #b0b6bd;
    font-size: 120px;
    font-size: 7.5rem;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.radio-button-icon .custom-radio .custom-control-description {
    display: block;
    width: 100%;
}

.radio-button-icon .custom-radio .custom-control-description span {
    display: block;
    width: 100%;
}

.radio-button-icon .custom-radio .custom-control-indicator {
    top: 10px;
    right: 10px;
    left: auto;
}

.radio-button-icon .custom-radio.active {
    border-color: #42bcd8;
}


/*========= custom radio ==========*/

.custom-radio .custom-control-indicator {
    width: 1.25rem;
    height: 1.25rem;
    border: 6px solid #ebecee;
    background-color: #fff;
}

.custom-radio .custom-control-input:checked~.custom-control-indicator {
    border-color: #42bcd8;
    background-color: #fff;
    box-shadow: none;
}

.custom-radio .custom-control-input:focus~.custom-control-indicator {
    box-shadow: none;
}


/*========= custom radio circle ==========*/

.custom-radio-circle {
    padding: 1.5rem 0 0 0;
    font-size: 14px;
    font-size: 0.875rem;
}

.custom-radio-circle .custom-control-indicator {
    width: 1.2rem;
    height: 1.2rem;
    border: 6px solid #89949e;
    background-color: #89949e;
    right: 0;
    margin: auto;
}

.custom-radio-circle .custom-control-input:checked~.custom-control-indicator {
    border-color: #ef3340;
    background: #ef3340;
}

.custom-radio-circle .custom-control-input:active~.custom-control-indicator {
    border-color: #ef3340;
    background: #ef3340;
}


/*========= character radio button ==========*/

.character-radio .custom-control-indicator {
    display: none;
}

.character-radio .custom-control-description {
    height: 42px;
    width: 42px;
    text-align: center;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    font-family: "rift_softdemi", sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 25px;
    color: #fff;
    background-color: #b0b6bd;
    border: 8px solid #b0b6bd;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.character-radio:hover .custom-control-description {
    background-color: #fff;
    color: #ef3340;
    border-color: #ef3340;
}

.character-radio .custom-control-input:checked~.custom-control-description {
    background-color: #fff;
    color: #ef3340;
    border-color: #ef3340;
}

.character-radio.custom-control {
    padding-left: 1.15rem;
}


/*************** animation *******************/

.custom-control {
    margin-right: 0;
    margin-bottom: 0;
    cursor: pointer;
}

.custom-checkbox .custom-control-indicator {
    width: 1.05rem;
    height: 1.05rem;
    background-size: 0.75rem;
}

.custom-checkbox .custom-control-input:checked~.custom-control-indicator {
    background-color: #42bcd8;
    box-shadow: none;
}

.custom-checkbox .custom-control-input:focus~.custom-control-indicator {
    box-shadow: none;
}

.custom-checkbox .custom-control-description {
    margin-left: 0.5rem;
}


/*========= checkbox icon ==========*/

.checkbox-icon {
    border: 1px solid #b0b6bd;
    width: 100%;
    display: block;
    padding: 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.checkbox-icon .custom-control-indicator {
    top: 10px;
    left: auto;
    right: 10px;
}

.checkbox-icon .custom-control-description {
    font-size: 20px;
    font-size: 1.25rem;
    display: flex;
    height: 90px;
    margin-left: 0;
    line-height: 1;
}

.checkbox-icon .custom-control-description i {
    padding: 0 1rem;
    color: #b0b6bd;
    float: left;
    font-size: 40px;
    font-size: 2.5rem;
}

.checkbox-icon .custom-control-description i.fa {
    font-size: 34px;
    font-size: 2.125rem;
}

.checkbox-icon .custom-control-description span {
    float: left;
}

.checkbox-icon.active {
    border-color: #42bcd8;
}

.checkbox-icon.active .custom-control-description i {
    color: #42bcd8;
}


/*=========  The switch =============*/

.switch-label {
    font-size: 20px;
    font-size: 1.25rem;
    padding-right: 1rem;
}

.switch {
    position: relative;
    display: inline-block;
    width: 66px;
    height: 28px;
}

.switch .switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #b0b6bd;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.switch .switch-slider:before {
    position: absolute;
    content: "";
    height: 24px;
    width: 30px;
    left: 2px;
    bottom: 2px;
    background-color: #fff;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    moz-transform: translateX(32px);
    -o-transform: translateX(32px);
    -ms-transform: translateX(32px);
    -webkit-transform: translateX(32px);
    transform: translateX(32px);
}

.switch .switch-slider .fa {
    position: relative;
    padding: 0.35rem 0.45rem;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.switch .switch-slider .fa.fa-check {
    color: #d7dadd;
}

.switch .switch-slider .fa.fa-times {
    color: #ef3340;
    padding-right: 0.6rem;
}

.switch .form-control {
    display: none;
}

.switch .form-control:checked+.switch-slider:before {
    moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.switch .form-control:checked+.switch-slider .fa-check {
    color: #00b398;
}

.switch .form-control:checked+.switch-slider .fa-times {
    color: #d7dadd;
}


/*=========  big checkbox =============*/

.big-box {
    min-height: 2.5rem;
    min-width: 2.5rem;
}

.big-box .custom-control-indicator {
    width: 2.5rem;
    height: 2.5rem;
}

.big-box .custom-control-input:checked~.custom-control-indicator {
    background-color: #00b398;
}


/*=========  checkbox list =============*/

.checkbox-list .custom-checkbox {
    width: 100%;
    padding-left: 0;
    padding-right: 1.5rem;
}

.checkbox-list .custom-checkbox .custom-control-description {
    margin-left: 0;
}

.checkbox-list .custom-checkbox .custom-control-indicator {
    left: auto;
    right: 0;
}


/*========= login screen ==========*/

.login-form {
    background-color: rgba(243, 243, 243, 0.9);
    max-width: 450px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.login-form .form-control {
    background-color: transparent;
    -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
    border: 1px solid #425563;
    padding: .75rem 1.5rem;
    padding-right: 3rem;
}

.login-form .input-group .form-control:not(:first-child) {
    border-radius: 10rem;
    -moz-border-radius: 10rem;
    -webkit-border-radius: 10rem;
}

.login-form .input-group .form-control:focus {
    border-color: #ef3340;
    -webkit-box-shadow: 0 0 0.1rem rgba(239, 51, 64, 0.2);
    -moz-box-shadow: 0 0 0.1rem rgba(239, 51, 64, 0.2);
    box-shadow: 0 0 0.1rem rgba(239, 51, 64, 0.2);
}

label {
    font-size: 17px;
    font-size: 1.0625rem;
}

.form-control {
    background-color: #ebecee;
    font-size: 17px;
    font-size: 1.0625rem;
    border: 1px solid #ebecee;
    padding: .8rem 1.25rem;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    color: #425563;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.form-control:focus {
    background-color: #ebecee;
    border-color: #b0b6bd;
    -webkit-box-shadow: 0 0 0.1rem rgba(176, 182, 189, 0.2);
    -moz-box-shadow: 0 0 0.1rem rgba(176, 182, 189, 0.2);
    box-shadow: 0 0 0.1rem rgba(176, 182, 189, 0.2);
    color: #425563;
}

textarea {
    height: 100px !important;
}

.input-group .input-group-btn {
    position: absolute;
    right: 1px;
    top: 1px;
    bottom: 1px;
    margin: auto;
    z-index: 99;
}

.input-group .input-group-addon {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: transparent;
    border: 0;
    padding: .75rem 1.5rem;
    z-index: 5;
}

.input-group.date .input-group-addon {
    font-size: 28px;
    font-size: 1.75rem;
    color: #89949e;
}

.input-group.left-addon .form-control {
    padding-left: 3rem;
}

.input-group.left-addon .input-group-addon {
    right: auto;
    left: 0;
    padding: .75rem 1rem;
}


/*========= custom select ==========*/

.table .custom-select {
    padding: 0 1rem 0 0.5rem;
    color: #425563;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 1 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h0zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right center;
    background-size: 10px 15px;
    border: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    font-family: "rift_softdemi", sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
    min-width: 140px;
}

.custom-select {
    background: #ebecee url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 1 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h0zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 15px center;
    background-size: 12px 18px;
}

select.form-control:not([size]):not([multiple]) {
    height: auto !important;
}

fieldset {
    border: 1px solid #d7dadd;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 0;
}

fieldset legend {
    margin-bottom: 0;
    font-size: 18px;
    font-size: 1.125rem;
    width: auto;
    padding: 0 0.25rem;
}

fieldset[disabled] button,
fieldset[disabled] .custom-control,
fieldset[disabled] select,
fieldset[disabled] .form-control,
fieldset[disabled] .btn {
    pointer-events: none;
    cursor: default;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.form-control-plaintext {
    padding-top: 0.575rem;
}


/*************** animation *******************/


/*========= thick border table ==========*/

.thick-bordered {
    margin-bottom: 0;
}

.thick-bordered th {
    border: 2px solid #ebecee;
    background: #425563;
    font-family: "rift_softdemi", sans-serif;
    color: #fff;
    font-size: 35px;
    font-size: 2.1875rem;
    font-weight: normal;
    text-align: center;
    line-height: 1;
}

.thick-bordered th.first-child {
    background: #ebecee;
    font-family: "Omnes", sans-serif;
    font-size: 17px;
    font-size: 1.0625rem;
    text-align: center;
    color: #425563;
    padding: 1rem 0.5rem;
    vertical-align: middle;
    border-color: #d7dadd;
}

.thick-bordered td {
    border: 2px solid #ebecee;
    padding: .01rem 0.5rem;
    font-family: "rift_softdemi", sans-serif;
    text-align: center;
    font-size: 20px;
    font-size: 1.25rem;
    vertical-align: middle;
}

.thick-bordered td .fa {
    font-size: 18px;
    font-size: 1.125rem;
}


/*========= outer border table ==========*/

.outer-bordered {
    border: 1px solid #ebecee;
}

.outer-bordered th {
    font-family: "rift_softdemi", sans-serif;
    font-size: 35px;
    font-size: 2.1875rem;
    font-weight: normal;
    text-align: center;
    line-height: 1;
}

.outer-bordered th.first-child {
    background: #ebecee;
    vertical-align: middle;
    border: 2px solid #fff;
}

.outer-bordered td {
    vertical-align: middle;
}

.outer-bordered td.td-dropdown {
    padding: .01rem 0.6rem 0.01rem 0.4rem;
    border: 1px solid #ebecee;
    text-align: center;
}

.outer-bordered td.th-dropdown {
    background: #ebecee;
    padding: 0 0.3rem;
    text-align: center;
    border-left: 1px solid #ebecee;
}


/*========= comparision table ==========*/

.comparision h2 {
    color: #ef3340;
}

.comparision .requirements {
    margin-bottom: 0;
}

.comparision .requirements p {
    margin-bottom: 0;
}

.comparision .action-links {
    text-align: right;
    margin-bottom: 0;
}

.comparision .action-links li.list-inline-item {
    margin: 0;
}

.comparision .action-links li.list-inline-item a {
    padding: 0 0.5rem;
    color: #425563;
    font-size: 20px;
    font-size: 1.25rem;
    border-right: 1px solid #d7dadd;
}

.comparision .action-links li.list-inline-item:last-child a {
    border: 0;
    padding-right: 0;
}

.comparision .action-links li.list-inline-item:hover a {
    color: #ef3340;
}

.comparision .middle-grid {
    border-left: 1px solid #d7dadd;
    border-right: 1px solid #d7dadd;
}

.comparision .zoma {
    border-bottom: 1px solid #d7dadd;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
}

.comparision .border-bottom {
    border-bottom: 1px solid #d7dadd;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
}

.table-section .action-links {
    margin: 0;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.table-section .action-links li.list-inline-item {
    margin: 0;
}

.table-section .action-links li.list-inline-item a {
    padding: 0 0.8rem;
    color: #425563;
    font-size: 22px;
    font-size: 1.375rem;
    border-right: 1px solid #d7dadd;
}

.table-section .action-links li.list-inline-item:last-child a {
    border: 0;
}

.table-section .action-links li.list-inline-item:hover a {
    color: #ef3340;
}


/*************** animation *******************/

.h-auto {
    height: auto !important;
}

.square-chart .squares {
    border-right: 2px solid #425563;
    border-bottom: 2px solid #425563;
}

.square-chart .squares .square {
    background: #ebecee;
    text-align: center;
    padding: 40px 0;
    font-family: "omnesmedium", sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
    border-left: 2px solid #425563;
    border-top: 2px solid #425563;
}

.square-chart .squares .square.active {
    background-color: #89949e;
}

.square-chart .down-arrow-text,
.square-chart .top-arrow-text {
    font-size: 16px;
    font-size: 1rem;
}

.square-chart .top-arrow-text {
    width: 255px;
    top: -20%;
    left: -50px;
}
 
.ruby-output{
    color: #ef3340 !important;
    display: flex;
    align-items:flex-end;
    justify-content: start;
    flex-direction: row;
  }

  .ruby-output img{
    height: 100%;   
    min-height: 50px;
    min-width: 50px;
  }
  .ruby-output-border{
    border: 2px solid #ef3340 !important ;
    padding: 20px;
    border-radius: 5px;
  }
  .ruby-message{
    font-weight: lighter;
    font-family: 'kalam' !important;
    container-type: inline-size;
    font-size: 1.2cqw;
  }
  @media only screen and (max-width: 992px) {
    .ruby-message{
        font-size: 1.2rem;
    }
}
@media print {
    header.fixed-top,
    footer {
        display: none;
    }
    .main-content {
        padding: 0;
        min-height: 100%;
    }
    body {
        color: #425563;
        -webkit-print-color-adjust: exact;
        position: relative;
    }
    @page {
        size: landscape;
        position: relative;
        z-index: 0;
        margin: 25px 20px 25px;
        padding-bottom: 100px;
    }
    .pageborder {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 20px;
        border: 1px solid #ccc;
        border-radius: 30px;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        z-index: 999;
    }
    .pageborder:before {
        content: '\00a9 \00a0 Positive Purchasing Ltd trading as Positive 2018 | All rights reserved';
        position: absolute;
        bottom: -21px;
        left: 10px;
        font-size: 13px;
        font-size: 0.8125rem;
        background: #fff;
        width: 100%;
    }
    .pageborder:after {
        content: url(../images/redsheet.png);
        display: block;
        position: absolute;
        right: 50px;
        bottom: -21px;
        background: #fff;
        z-index: 9;
        padding: 0 20px;
    }
    .page-break {
        page-break-after: always;
        page-break-before: always;
        min-height: 100vh;
        position: relative;
    }
    .arrow-frame h2 {
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        z-index: 1;
        moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    form .form-control::-webkit-input-placeholder,
    form .form-control::-moz-placeholder,
    form .form-control:-ms-input-placeholder,
    form .form-control:-moz-placeholder {
        color: #425563 !important;
    }
    .rounded {
        border-radius: 20px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
    }
    .form-control-plaintext {
        color: #425563;
    }
    .table thead tr th {
        background-color: #ebecee !important;
        font-family: "rift_softmedium", sans-serif;
        font-weight: normal;
        font-size: 20px;
        font-size: 1.25rem;
        border-color: #89949e !important;
        padding: .5rem;
    }
    .table.table-striped tbody tr td {
        background-color: #ebecee !important;
        border-color: #89949e !important;
        padding: .5rem;
    }
    .table.table-striped tbody tr:nth-of-type(odd) td {
        background-color: #d7dadd !important;
    }
    .table.table-striped tbody tr:nth-of-type(even) td {
        background-color: #ebecee !important;
    }
    .team-table.table th,
    .team-table.table td {
        padding: 0.2rem !important;
    }
    .username {
        font-size: 15px;
        font-size: 0.9375rem;
    }
    .backgroundFont {
        font-size: 18.4px;
        font-size: 1.15rem;
    }
    .square-chart .top-arrow-text {
        width: 255px;
        top: 30%;
        left: -160px;
    }
    .print-changes {
        font-size: 9px;
        font-size: 0.5625rem;
    }
    .print-changes h2,
    .print-changes .h2 {
        font-size: 12px;
        font-size: 0.75rem;
    }
    .print-changes h3,
    .print-changes .h3 {
        font-size: 11px;
        font-size: 0.6875rem;
    }
    .print-changes .table thead tr th {
        background-color: #e9e9ea !important;
        font-family: "rift_softmedium", sans-serif;
        font-weight: normal;
        font-size: 10px;
        font-size: 0.625rem;
    }
    .print-changes .table.table-striped tbody tr td {
        background-color: #e9e9ea !important;
        border-color: #89949e !important;
    }
    .print-changes .table.table-striped tbody tr:nth-of-type(odd) td {
        background-color: #cfd1d3 !important;
    }
    .print-changes .table.table-striped tbody tr:nth-of-type(even) td {
        background-color: #e9e9ea !important;
    }
}


/*************** animation *******************/

@media only screen and (min-width: 768px) {
    h1 {
        font-size: 40px;
        font-size: 2.5rem;
    }
}

@media only screen and (min-width: 992px) {
    h1 {
        font-size: 50px;
        font-size: 3.125rem;
    }
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 36px;
        font-size: 2.25rem;
    }
}

@media only screen and (max-width: 767px) {
    h2 {
        font-size: 25px;
        font-size: 1.5625rem;
    }
}

@media only screen and (min-width: 1200px) {
    .sidebar.active-sidebar {
        padding-left: 320px;
    }
    .sidebar.active-sidebar .sidebar-wrapper {
        left: 320px;
    }
}

@media only screen and (max-width: 767px) {
    .sidebar {
        padding-top: 170px;
    }
    .sidebar.active-sidebar {
        padding-left: 50px;
    }
    .sidebar.active-sidebar .btn-toggle {
        display: block;
    }
    .sidebar.active-sidebar .sidebar-wrapper {
        top: 130px;
        left: 0;
    }
    .sidebar .sidebar-wrapper {
        top: 130px;
        left: 280px;
    }
    .sidebar .btn-toggle {
        top: 120px;
    }
}


/*========= sidebar ==========*/

@media only screen and (min-width: 1024px) {
    .page-heading .action-links {
        float: right;
    }
}


/*========= sidebar ==========*/

@media only screen and (min-width: 1200px) {
    .sidebar-wrapper {
        width: 320px;
        margin-left: -320px;
    }
    .sidebar-wrapper .sidebar-nav {
        margin: 0 0 0 0.5rem;
        padding: 0;
        border-left: 1px solid #425563;
    }
    .sidebar-wrapper .sidebar-nav li.active a {
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 1;
    }
}


/*========= header ==========*/

@media only screen and (min-width: 1200px) {
    header .navbar-brand {
        min-width: 320px;
    }
}

@media only screen and (min-width: 768px) {
    header .navbar-brand {
        background: transparent;
        position: relative;
    }
    header .navbar-brand:before {
        position: absolute;
        width: 70%;
        content: "";
        left: 0;
        right: 0;
        margin: auto;
        top: 0;
        background: #ffffff;
        height: 110px;
        border-bottom-left-radius: 10px;
        -moz-border-bottom-left-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        -moz-border-bottom-right-radius: 10px;
        -webkit-border-bottom-right-radius: 10px;
        -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    }
    header .navbar-brand a {
        position: relative;
        padding-top: 10px;
        display: inline-block;
    }
}

@media only screen and (max-width: 767px) {
    header .navbar-brand {
        padding-top: 17px !important;
        padding-bottom: 17px !important;
    }
    header .top-nav {
        padding: 0.5rem 0;
    }
    header .top-nav li.list-inline-item .dropdown-menu {
        max-height: calc(100vh - 125px);
        top: 37px !important;
        transform: none !important;
        right: 0;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-left: 0;
        border-right: 0;
        height: 100vh;
        width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    .section-box {
        padding: 1rem;
    }
}


/*========= section media ==========*/

@media only screen and (max-width: 767px) {
    .section-media {
        display: block;
    }
    .section-media .section-media-icon {
        width: 100%;
        margin-bottom: 1rem;
    }
    .section-media .media-body {
        border-left: 0;
        padding-left: 0;
    }
}

@media only screen and (min-width: 992px) {
    .section-media .section-media-icon {
        width: 151px;
    }
    .section-media .icontitle {
        min-height: 120px;
        overflow: hidden;
        justify-content: center;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        display: -ms-flexbox !important;
        display: flex;
    }
}

@media only screen and (min-width: 768px) {
    .section-media .section-media-icon {
        width: 151px;
    }
}

@media only screen and (max-width: 575px) {
    .section-media.without-icon.without-title .action-links {
        position: static;
    }
}

@media only screen and (min-width: 768px) {
    .section-media.without-icon.without-title .action-links {
        position: absolute;
    }
}

@media only screen and (min-width: 992px) {
    .section-media.without-icon.without-title .action-links {
        position: static;
    }
}

@media only screen and (min-width: 1400px) {
    .section-media.without-icon.without-title .action-links {
        position: absolute;
    }
}

@media only screen and (min-width: 768px) {
    .section-media.without-icon.without-title .project-summery {
        padding-top: 1rem;
    }
}

@media only screen and (max-width: 575px) {
    .section-media.without-icon .media-body {
        padding-left: 0;
    }
}

.section-media.without-title .section-media-icon {
    width: 158px;
}


/*========= footer ==========*/

@media only screen and (max-width: 767px) {
    footer p {
        font-size: 13px;
        font-size: 0.8125rem;
        padding-bottom: 1rem;
    }
}


/*========= form ==========*/

@media only screen and (max-width: 575px) {
    .switch-label {
        font-size: 17px;
        font-size: 1.0625rem;
    }
}

@media only screen and (max-width: 767px) {
    .form-control {
        padding: .5rem 1rem;
    }
}


/*========= btn ==========*/

@media only screen and (max-width: 767px) {
    .btn-secondary {
        font-size: 19px;
        font-size: 1.1875rem;
    }
}

@media only screen and (max-width: 767px) {
    .login-form {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
}


/*========= modal ==========*/

@media only screen and (min-width: 768px) {
    .modal-lg {
        max-width: 650px;
    }
}

@media only screen and (min-width: 992px) {
    .modal-lg {
        max-width: 900px;
    }
}

@media only screen and (min-width: 1200px) {
    .modal-xl {
        max-width: 1100px;
    }
}

@media only screen and (min-width: 1400px) {
    .modal-xl {
        max-width: 1360px;
    }
}


/*========= checkbox ==========*/


/*========= radio-button-icon ==========*/

@media only screen and (max-width: 767px) {
    .radio-button-icon .custom-radio i {
        font-size: 80px;
        font-size: 5rem;
    }
}

@media only screen and (min-width: 992px) {
    .radio-button-icon .custom-radio i {
        font-size: 100px;
        font-size: 6.25rem;
    }
}

@media only screen and (min-width: 1200px) {
    .radio-button-icon .custom-radio i {
        font-size: 120px;
        font-size: 7.5rem;
    }
}

@media only screen and (max-width: 767px) {
    .button-icon i {
        font-size: 80px;
        font-size: 5rem;
    }
}

@media only screen and (min-width: 992px) {
    .button-icon i {
        font-size: 100px;
        font-size: 6.25rem;
    }
}

@media only screen and (min-width: 1200px) {
    .button-icon i {
        font-size: 120px;
        font-size: 7.5rem;
    }
}

@media only screen and (min-width: 1200px) {
    .thick-bordered th.first-child {
        padding: 0.1rem 0.5rem;
        border-color: #ebecee;
        text-align: right;
    }
    .thick-bordered td {
        padding: .01rem 1rem;
    }
}

@media only screen and (max-width: 575px) {
    .thick-bordered th {
        font-size: 25px;
        font-size: 1.5625rem;
        padding: 0.5rem;
    }
    .thick-bordered th.first-child {
        font-size: 15px;
        font-size: 0.9375rem;
        padding: 1rem 0.3rem;
    }
    .thick-bordered td {
        font-size: 15px;
        font-size: 0.9375rem;
        padding: .01rem 0.3rem;
    }
}

@media only screen and (min-width: 1200px) {
    .comparision h2 {
        margin-bottom: 1.2rem;
    }
    .comparision .zoma {
        border-left: 1px solid #d7dadd;
        border-right: 1px solid #d7dadd;
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 575px) {
    .comparision .middle-grid {
        border-left: 0;
        border-right: 0;
        border-bottom: 1px solid #d7dadd;
        border-top: 1px solid #d7dadd;
        padding: 0.5rem 15px;
        margin: 0.5rem 0;
    }
    .comparision .border-bottom {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .nav-tabs .nav-link {
        font-size: 15px;
        font-size: 0.9375rem;
        padding: 10px 12px;
        margin-right: 5px;
        border-top-right-radius: 15px;
    }
    .top-arrow-text {
        width: 235px;
        left: -70px;
        top: -15px;
        bottom: 0;
    }
}

@media only screen and (max-width: 575px) {
    .table-section .action-links {
        padding-top: 0;
    }
    .top-arrow-text,
    .down-arrow-text {
        font-size: 16px;
        font-size: 1rem;
    }
    .top-arrow-text {
        width: 355px;
        top: 55%;
        bottom: auto;
        left: -200px;
    }
    .nav-tabs .nav-link {
        padding: 10px 12px;
        font-size: 15px;
        font-size: 0.9375rem;
        margin-right: 5px;
    }
    .top-arrow {
        border-left: 0;
    }
    .top-arrow:before {
        content: none;
    }
    .top-arrow .top-arrow-text {
        display: none;
    }
    .down-arrow {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .nav-tabs .nav-link {
        font-size: 20px;
        font-size: 1.25rem;
        padding: 7px 10px;
        width: 92px;
    }
    .top-arrow {
        border-left: 0;
    }
    .top-arrow:before {
        content: none;
    }
    .top-arrow .top-arrow-text {
        display: none;
    }
    .down-arrow {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .top-arrow-text {
        width: 235px;
        left: -70px;
        top: -15px;
        bottom: 0;
    }
    .top-arrow {
        border-left: 1px solid #89949e;
    }
    .top-arrow:before {
        content: "";
    }
    .top-arrow .top-arrow-text {
        display: block;
    }
    .down-arrow {
        display: block;
    }
}

@media only screen and (min-width: 1200px) {
    .border-xl-left {
        border-left: 1px solid #d7dadd;
    }
    .checkbox-icon .custom-control-description i {
        padding: 0 2rem;
    }
}

@media only screen and (min-width: 1400px) {
    .col-big-1 {
        -ms-flex: 0 0 10.333333%;
        flex: 0 0 10.333333%;
        max-width: 10.333333%;
    }
    .col-big-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-big-4 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-big-55 {
        -ms-flex: 0 0 44.833333%;
        flex: 0 0 44.833333%;
        max-width: 44.833333%;
    }
    .col-big-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-big-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .pl-big-2 {
        padding-left: 0.5rem !important;
    }
    .pr-big-2 {
        padding-right: 0.5rem !important;
    }
    .culture-radio .radio-icon .custom-control-description {
        font-size: 18px;
        font-size: 1.125rem;
    }
    .culture-radio .radio-icon .custom-control-description i {
        font-size: 34px;
        font-size: 2.125rem;
        padding: 0 1rem;
    }
}

@media only screen and (min-width: 1660px) {
    .order-big-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .col-big-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-big-3 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
}

@media only screen and (max-width: 400px) {
    .nav-tabs .nav-link {
        padding: 10px 6px;
        font-size: 12px;
        margin-right: 5px;
    }
    .mobile-table {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
}


/*# sourceMappingURL=custom.css.map */

.text-error {
    color: #ef3340 !important
}

.error-message,
.error-message:focus,
.error-message:hover {
    border-color: #ef3340 !important;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(255 0 0 / 60%) !important;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(255 0 0 / 60%) !important;
}

.btn_disabled {
    pointer-events: none !important;
    cursor: default;
    opacity: 0.5;
}


/*Dropdown */

.section-media .media-body .media-title .action-links li.list-inline-item:last-child a.action-links-dashboard,
.section-media .media-body .media-title .action-links li.list-inline-item a.action-links-dashboard {
    background: #425563;
    color: #ffffff;
    border-radius: .25rem;
    padding: .2rem .4rem;
    border: 1px solid #425563;
    margin: 6px 6px 6px 0px;
    display: inline-block;
}

.section-media .media-body .media-title .action-links li.list-inline-item:last-child:hover a.action-links-dashboard,
.section-media .media-body .media-title .action-links li.list-inline-item:hover a {
    background: #ffffff;
    color: #425563;
}

.section-media .media-body .media-title .action-links li.list-inline-item i.fa.fa-ellipsis-h {
    font-size: 20px;
    cursor: pointer;
    margin-left: 10px;
}

.section-media .media-body .media-title .action-links li.list-inline-item ul.dropdown-items-dashboard {
    position: absolute;
    right: 8px;
    background: #ffffff;
    padding: 6px;
    list-style: none;
    border-radius: 6px;
    box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%);
}

.section-media .media-body .media-title .action-links li.list-inline-item ul.dropdown-items-dashboard li {
    padding: 5px 10px;
    cursor: pointer;
    min-width: 150px;
}

.section-media .media-body .media-title .action-links li.list-inline-item ul.dropdown-items-dashboard li a {
    font-size: .9rem;
    line-height: 1.1rem;
}

.section-media .media-body .media-title .action-links li.list-inline-item ul.dropdown-items-dashboard li:hover a.dashboard-dropdown-main-items,
.section-media .media-body .media-title .action-links li.list-inline-item ul.dropdown-items-dashboard li.dashboard-dropdown-sub-items:hover a {
    color: #ef3340;
}

.section-media .media-body .media-title .action-links li.list-inline-item ul.dropdown-items-dashboard ul {
    position: absolute;
    width: 100%;
    background: #ffffff;
    padding: 6px;
    list-style: none;
    border-radius: 6px;
    box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%);
    display: none;
    right: 86%;
}

.section-media .media-body .media-title .action-links li.list-inline-item ul.dropdown-items-dashboard li:hover ul {
    display: block
}

.section-media .media-body .media-title .action-links li.list-inline-item.dashboard-dropdown-icon ul.dropdown-items-dashboard {
    display: none;
}

.section-media .media-body .media-title .action-links li.list-inline-item.dashboard-dropdown-icon:hover ul.dropdown-items-dashboard {
    display: block;
}

.section-media .section-media-icon a.btn-grey-100 {
    display: inline-block;
    margin-top: 6px;
}

.dropdown-items-dashboard:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: -8px;
    right: 10px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #ffffff;
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, .5));
    -webkit-filter: drop-shadow(0px -1px 1px rgba(0, 0, 0, .3));
}

.section-media .media-body .media-title .action-links li.list-inline-item a.action-links-dashboard.btn-Dash-Download {
    margin: 0;
}

.Dashboard-Card-Dropdown {
    padding: 6px 8px;
}


/* Custom Select dashboard */

.custom-select-dashboard {
    position: relative;
    padding: 0;
    list-style: none;
    z-index: 1;
}

.custom-select-dashboard li.select-dashboard {
    width: 100%;
}

.custom-select-items-wrapper {
    padding-top: 8px;
    position: absolute;
    display: none;
    z-index: 1;
}

.custom-select-items-dashboard {
    box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%);
    padding: 6px;
    list-style: none;
    background: #ffffff;
    border-radius: 6px;
    max-height: 160px;
    overflow-x: hidden;
    overflow-y: auto;
}

.custom-select-items-dashboard:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: 0px;
    right: 10px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #ffffff;
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, .5));
    -webkit-filter: drop-shadow(0px -1px 1px rgba(0, 0, 0, .3));
}

.custom-select-items-dashboard::-webkit-scrollbar {
    width: 8px;
}


/* Track */

.custom-select-items-dashboard::-webkit-scrollbar-track {
    /* box-shadow: inset 0 0 5px grey;  */
    background-color: #f1f1f1;
    border-radius: 4px;
}

.custom-select-items-dashboard::-webkit-scrollbar-thumb {
    background: #89949e;
    border-radius: 4px;
}

.custom-select-items-dashboard::-webkit-scrollbar-thumb:hover {
    background: #425563;
}

.section-media .media-body .media-title .action-links li.list-inline-item.dashboard-dropdown-icon .dropdown-items-dashboard {
    z-index: 2;
}

.custom-select-items-dashboard li {
    padding: 5px 10px;
}

.custom-select-items-dashboard li a {
    transition: 0s;
}

.custom-select-value {
    border: 1px solid #ef3340;
    padding: 6px 8px;
    border-radius: 3px;
}

.custom-select-items-dashboard li:hover,
.custom-select-items-dashboard li:hover a {
    background-color: #ebecee;
    color: #ef3340;
}

.section-media:hover .Dashboard-Card-Dropdown {
    background-color: #ffffff;
}

a.btn-grey-100 {
    background: #425563;
    color: #ffffff;
    border-radius: .25rem;
    padding: .2rem .4rem;
    border: 1px solid #425563;
}

a.btn-grey-100:hover {
    background: #ffffff;
    color: #425563;
}

.table.table-select-primary .custom-select option {
    background-color: #ffffff;
    color: #425563;
}

.table.table-select-primary .custom-select {
    background: #ef3340 url("data:image/svg+xml;charset=utf7,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 1 4 5'%3E%3Cpath fill='white' d='M2 0L0 2h0zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right center;
    color: #ffffff;
    background-size: 12px 18px;
    background-position-x: 90%;
}

.section-media-primary {
    border: 1px solid #d7dadd;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 1.3rem 1rem;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    margin: 1em 0;
    position: relative;
    width: 100%;
}

.data-value-ownername:hover .custom-select-items-wrapper {
    display: block;
}

header .top-nav li.list-inline-item .dropdown-menu.header-info-dropdownwrapper {
    max-height: 300px;
    overflow: auto;
    right: -60px;
    left: auto;
    width: auto;
}

@media only screen and (max-height:900px) {
    .datepicker.datepicker-dropdown {
        position: fixed;
        bottom: 0%;
        top: unset !important;
    }
    .datepicker.datepicker-dropdown:before,
    .datepicker.datepicker-dropdown:after {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .sidebar .sidebar-wrapper {
        z-index: 1002;
    }
    header .top-nav li.list-inline-item .dropdown-menu.header-info-dropdownwrapper {
        height: auto !important;
        top: 32px !important;
    }
}

.table.table-select-primary .custom-select:hover {
    background-color: #e30b19 !important;
}


/*Topbar dropdown Menu */

.custom-list.header-info-dropdown li a {
    color: #ffffff;
}

.custom-list.header-info-dropdown li.dropdown-item a i {
    font-size: 22px;
    line-height: 19px;
}

header .top-nav li.list-inline-item .dropdown-menu .custom-list.header-info-dropdown>.dropdown-item {
    color: #ffffff;
    border-bottom: 0;
    justify-content: center;
}

header .top-nav li.list-inline-item .dropdown-menu .custom-list.header-info-dropdown>.dropdown-item a {
    color: #ffffff;
}

header .custom-list.header-info-dropdown {
    background: #425563;
}

header .top-nav li.list-inline-item .dropdown-menu .custom-list.header-info-dropdown>.dropdown-item:hover>a>i {
    color: #ef3340;
}

.section-media .media-body .media-title .action-links li.list-inline-item ul.dropdown-items-dashboard li a {
    transition: 0s;
}

.section-media .media-body .media-title .action-links li.list-inline-item ul.dropdown-items-dashboard li:hover a,
.section-media .media-body .media-title .action-links li.list-inline-item ul.dropdown-items-dashboard li:hover {
    background-color: #ebecee;
    color: #ef3340;
}

.body-overlay {
    position: fixed;
    top: 0;
    left: 0;
    min-height: 100vh;
    height: 100%;
    width: 100%;
    z-index: 0;
    pointer-events: none;
}

header .top-nav li.list-inline-item .dropdown-menu .custom-list.header-info-dropdown>.dropdown-item {
    color: #ffffff;
    border-bottom: 0;
    justify-content: center;
}

header .top-nav li.list-inline-item .dropdown-menu .custom-list.header-info-dropdown>.dropdown-item:hover a,
header .top-nav li.list-inline-item .dropdown-menu .custom-list.header-info-dropdown>.dropdown-item:hover {
    /* background-color:#37444d; */
    color: #425563;
}

header .top-nav li.list-inline-item .dropdown-menu .custom-list.header-info-dropdown>.dropdown-item a {
    color: #ffffff;
}

header .custom-list.header-info-dropdown {
    background: #425563;
}

.section-media.list-box-dashboard {
    z-index: inherit;
}

.read-only-message {
    text-align: right;
    font-size: 24px;
    font-family: 'rift_softdemi';
    color: #425563;
    padding-right: 40px;
}

.next-button {
    padding: 0.2rem 0 1rem;
    text-align: right;
}

.closebtn {
    color: rgb(66, 85, 99);
    background: rgba(66, 85, 99, .05);
    border: 1px solid rgb(66, 85, 99);
}

.activebtn {
    color: rgb(132, 189, 0);
    border: 1px solid rgb(132, 189, 0);
    background: rgba(132, 189, 0, .05);
}

.sharedbtn {
    color: rgb(58, 93, 174);
    background: rgba(58, 93, 174, .1);
    border: 1px solid rgb(58, 93, 174);
}


/* cr-5 */


/* to hide scroll-bar */

.dashboard-progress {
    background-color: white;
    height: 480px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    /* for Internet Explorer, Edge */
    scrollbar-width: none;
}

.dashboard-progress::-webkit-scrollbar {
    display: none;
}

.truncated {
    display: block;
    white-space: nowrap;
    /* forces text to single line */
    overflow: hidden;
    text-overflow: ellipsis;
}

@media only screen and (min-width:999px) {
    .table-responsive {
        display: inline-table !important;
        flex-wrap: wrap;
    }
}

.projectdashboard-text-overlay-child-div {
    width: 0px;
}

.projectdashboard-text-overlay {
    position: relative;
    text-align: center;
    width: 100%;
    height: 0px;
    top: -27px;
}

@media only screen and (max-width:767px) {
    .projectdashboard-text-overlay {
        position: relative;
        text-align: center;
        width: 100%;
        height: 0px;
        top: -27px;
    }
}

.text-overflow-adjust {
    word-wrap: break-word;
    white-space: pre-line;
}

.modal-center {
    height: 100%;
    width: 100%;
    overflow: scroll;
    -ms-overflow-style: none;
    /* for Internet Explorer, Edge  */
    scrollbar-width: none;
}

.modal-center::-webkit-scrollbar {
    display: none;
}

.idle-session-modal {
    background-color: rgba(82, 79, 79, 0.699);
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: 3000;
}

.ppHelp li {
  padding: 10px;
}

.ppHelp ol > li::marker {
  font-family: 'rift_softdemi';
  font-size: 1.2rem;
  color: red;
}
.iconContainer {
    width: 100%;
    display: inline-block;
    max-width: 82px;
    margin-right: -4px;
    vertical-align: middle;
}
.imgText_Text {
    width: calc(100% - 82px);
    display: inline-block;
    padding-left: 20px;
    vertical-align: middle;
}

.introjs-tooltip.introjs-tooltip--large {
    min-width: 500px;
}

.introjs-tooltip.introjs-tooltip--withimage {
    min-width: 800px;
    width: 100%;
    max-width: 1100px;
}

.tooltip-icon{
    font-size: smaller;
}