/*** Standard Colors ***/
/* Red:        #de995e */
/* Dark Red:   #5a5a5a */

/*** End Standard Colors ***/


/*** Login ***/
.body-bg {
    background-image: url(../../Content/Images/login_bg.jpg);
    /*background: linear-gradient(#cac8c8, #bebdbd);*/
    background-size: cover;
    background-repeat: no-repeat;
    /*background-position: 0% -22%;*/
    margin: 0px;
    padding: 0px;
}


body {

    background-color: #5a5a5a;
    /*padding-top: 50px;
    padding-bottom: 20px;*/
}

@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans+SC:wght@700&family=Lexend+Exa:wght@400;700&family=M+PLUS+Rounded+1c:wght@400;700&family=Mallanna&family=Mitr&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans+SC:wght@700&family=Lexend+Exa:wght@400;700&family=M+PLUS+Rounded+1c:wght@400;700&family=Mallanna&family=Mitr&display=swap');

/*body
{
    background-image: url(../Content/Images/login_bg.jpg);
    background-size: cover;
    background-repeat:no-repeat;
    background-position: 0% -22%;
    margin:0px;
    padding:0px;
}
*/

.client-text-color {
    color:#5a5a5a;
}

.client-text-color:hover {
    color:#5a5a5a !important;
}

.btn-override
{
    background-color:#de995e;
    border-color: #5a5a5a;
}

.btn-override:hover
{
    background-color:#5a5a5a;
    border-color: #5a5a5a;
}

/*** Dev express elements ***/

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

#btnTextDelete_CD
{
    color:#5a5a5a;
    padding:4px;
}

#btnSend_CD
{
    color:#fff;
    padding:4px;
    background-color:#de995e;
    border:1px solid #de995e;
}

#messageStatsPopup_PW-1
{
    position: absolute !important;
    height: auto !important;
    width: 560px !important;
    margin: -100px 0 0 -200px !important;
    top: 25% !important;
    left: 50% !important;
}

.dxpLite_Metropolis .dxp-num {
    padding: 3px 6px !important;
}

.dxgvSearchPanel_Metropolis
{
    background-color: #f6f6f6;
    border:none;
}

.dxgvSearchPanel_Metropolis input {
    padding: 4px !important;
}

.dxgvDetailRow_Metropolis td.dxgvIndentCell
{
    background-color: #f9f9f9 !important;
}

.dxgvDetailCell_Metropolis {
    margin: 0px;
    padding: 10px 5px 10px 0px;
    background-color: #f9f9f9;
}

.dxeMemoSys textarea {
    color: #5a5a5a;
    padding: 5px;
    border: 1px solid #eee;
    width: 100%;
    margin-right: 5px;
    outline: none;
}

.ui-widget-overlay {
    background-color: #5a5a5a !important;
    background-image: none !important;
}

/**span.dx-vam, */
a.dx-vam, span.dx-vat, span.dx-vab, a.dx-vat, a.dx-vab
{
    padding:6px 0px 7px 0px;
    color:#fff;
}

.dxbButton div.dxb {
    padding: 1px 7px 1px;
    border: 1px dotted transparent;
}

.dxgvTitlePanel_Metropolis, .dxgvTable_Metropolis caption
{
    background-color:#f6f6f6;
    padding:6px;
}

.dxgvHeader_Metropolis a
{
    color:#fff !important;
}

.dxGridView_gvHeaderSortUp_Metropolis
{
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
}

.dxGridView_gvHeaderSortDown_Metropolis
{
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
}

.dxichTextCellSys label
{
    font: 12px 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
    font-size:12px;
}

.dxtlFocusedNode_SoftOrange
{
    background-color:#d0cece !important;
}

.dxgvControl_Metropolis a {
    color: #de995e !important;
}

.dxgvHeader_Metropolis td a
{
    color:#fff !important;
}

.txtSearch {
    float: left;
    border: 1px solid #c0c0c0;
    width: 250px !important;
    outline: none;
    background-color: #fff;
    color: #818181 !important;
    margin-right: 5px;
    padding: 4px;
    font: 12px 'Segoe UI', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
    font-size: 12px;
    margin-top: 1px;
}

    .txtSearch:focus {
        border: 1px solid #F36523 !important;
    }

.lstBox {
    float: left;
    color: #5a5a5a;
    border: 1px solid #c0c0c0;
    outline: none;
    margin: 0px 0px 0px 10px;
    font-size: 12px;
    padding: 2px;
    background-color: #fff;
    background-image: url(../Content/Images/arrowDown_orange.png);
    background-repeat: no-repeat;
    background-size: 11px 8px;
    background-position: 160px 9px;
}

    .lstBox input {
        width: 150px !important;
    }

    .lstBox:focus {
        border: 1px solid #F36523;
    }

.imgDeleteAll {
    float: left;
    margin: 0px;
    width: 28px !important;
    height: 28px;
}

.btnDeleteAll {
    float: left;
    margin: 0px;
}

.btnQuickSend {
    float: left;
}

/*** End Dev express elements ***/



/*** Character count ***/

.counter {
    float: left;
    background-color: #5a5a5a;
    color: #fff;
    padding: 7px 6px 6px 4px;
    width: 31px !important;
    text-align: center;
}

.exceeded {
    background-color: red;
}

/*** End character count ***/


/*** Info **/

.my-tool-tip + .tooltip > .tooltip-inner
{
    background-color: #fff;
    border:1px solid #e5e5e5;
    box-shadow: 2px 2px 5px #888888;
    color:#5a5a5a;
    min-width:200px;
    text-align:left;
}

.my-tool-tip + .tooltip > .tooltip-inner h1
{
    font-size:14px;
    color:#F36523;
    margin:5px 0px 0px 5px;
    text-transform:uppercase;
}

.my-tool-tip + .tooltip > .tooltip-inner p
{
    margin:10px 0px 0px 5px;
}

.info-icon-left
{
    float:left;
    width:40px !important;
    background-color:#fff !important;
    height:34px;
    padding-top:8px !important;
}

/*** End Info ***/


/*** Standard Color Overrides ***/

.ctagPrefix, .ctagPrefixReg
{
    color:#de995e !important;
}

.ctagSuffix, .ctagSuffixReg
{
     color:#de995e !important;
}

.box.box-primary {
    border-top-color: #de995e;
    border-radius: 10px;
}

.box-body {
    border-radius: 10px;
}

.box-footer {
    border-radius: 10px;
    border: 0;
    background-color: unset;
}

/* .box {
    border-radius: 15px 15px 10px 10px !important;
} */

.box-header.with-border {
    border-radius: 10px 10px 0 0;
}

.btn {
    border-radius: 10px !important;
    box-shadow: 5px 5px 5px #888888;
    border: 0;
    text-transform: uppercase;
}

.btn-primary, .btn-info {
    background-color: #777777;
    border-color: #777777;

}

.btn-primary:hover, .btn-info:hover, .btn-primary:active, .btn-info:active, .btn-primary:focus, .btn-info:focus {
    background-color: #e46c0a!important;
    border-color: #5a5a5a !important;
}

.skin-blue .sidebar-menu > li.active > a {
  color: #ffffff;
  background: #1e282c;
  border-left-color: #de995e;
}

.nav-tabs-custom {
    border-radius: 10px;
}

.nav-tabs-custom>.nav-tabs>li {
    border-radius: 10px 0 0 0;
}

.nav-tabs-custom>.nav-tabs>li.active{
    border-top-color:#de995e !important;
    border-radius: 10px 0 0 0;
}

.nav-tabs-custom>.nav-tabs>li>a {
    border-radius: 10px 0 0 0;
}

.nav-tabs-custom>.tab-content {
    border-radius: 10px;
}

.callout {
    border-radius: 10px;
}


.form-control:focus{border-color:#6d6c6c;box-shadow:none}

.form-control {
    border-radius: 10px !important;
    padding: 0px 20px;
}

.form-top {
    border-radius: 10px 10px 0 0;
}

.form-bottom {
    border-radius: 0 0 10px 10px;
}

.alert {
    border-radius: 10px;
}

.nav-stacked>li.active>a, .nav-stacked>li.active>a:hover {
    background: transparent;
    color: #444;
    border-top: 0;
    border-left-color: #de995e;
}

.bg-light-blue, .label-primary, .modal-primary .modal-body {
    background-color: #de995e !important;
}

.box.box-solid {
    border: 0px solid #eae8e8 !important;
    /* border-top: 3px solid #de995e !important; */
    border-radius: 10px;
}

.box.box-solid.box-primary {
    border: 0px solid #eae8e8;
    box-shadow: 5px 5px 5px #888888;
}

.box-primary {
    border-radius: 15px 15px 10px 10px !important;
}

.box.box-solid.box-primary>.box-header {
    color: #fff;
    background: #de995e;
    background-color: #e46c0a;
    border-radius: 10px 10px 0px 0px;
}

.box.box-solid.box-default {
    border: 1px solid #d2d6de !important;
}

.box.box-solid.box-default>.box-header {
    background-color: #eae8e8;
    border-radius: 10px;
}

.skin-blue .main-header .navbar{background-color:#383e42}
.skin-blue .main-header .navbar .nav>li>a{color:#fff}.skin-blue .main-header .navbar .nav>li>a:hover,.skin-blue .main-header .navbar .nav>li>a:active,.skin-blue .main-header .navbar .nav>li>a:focus,.skin-blue .main-header .navbar .nav .open>a,.skin-blue .main-header .navbar .nav .open>a:hover,.skin-blue .main-header .navbar .nav .open>a:focus,.skin-blue .main-header .navbar .nav>.active>a{background:rgba(0,0,0,0.1);color:#f6f6f6}.skin-blue .main-header .navbar .sidebar-toggle{color:#fff}.skin-blue .main-header .navbar .sidebar-toggle:hover{color:#f6f6f6;background:rgba(0,0,0,0.1)}.skin-blue .main-header .navbar .sidebar-toggle{color:#fff}.skin-blue .main-header .navbar .sidebar-toggle:hover{background-color:#5a5a5a}@media (max-width:767px){.skin-blue .main-header .navbar .dropdown-menu li.divider{background-color:rgba(255,255,255,0.1)}.skin-blue .main-header .navbar .dropdown-menu li a{color:#fff}.skin-blue .main-header .navbar .dropdown-menu li a:hover{background:#5a5a5a}}.skin-blue .main-header {background-color:#45494e;color:#fff;border-bottom:0 solid transparent}.skin-blue .main-header :hover{background-color:#45494e}.skin-blue .main-header li.user-header{background-color:#5a5a5a}.skin-blue .content-header{background:transparent}.skin-blue .wrapper,.skin-blue .main-sidebar,.skin-blue .left-side{background-color:#222d32}.skin-blue .user-panel>.info,.skin-blue .user-panel>.info>a{color:#fff}.skin-blue .sidebar-menu>li.header{color:#4b646f;background:#1a2226}.skin-blue .sidebar-menu>li>a{border-left:3px solid transparent}.skin-blue .sidebar-menu>li:hover>a,.skin-blue .sidebar-menu>li.active>a{color:#fff;background:#1e282c;border-left-color:#de995e}.skin-blue .sidebar-menu>li>.treeview-menu{margin:0 1px;background:#2c3b41}.skin-blue .sidebar a{color:#b8c7ce}.skin-blue .sidebar a:hover{text-decoration:none}.skin-blue .treeview-menu>li>a{color:#8aa4af}.skin-blue .treeview-menu>li.active>a,.skin-blue .treeview-menu>li>a:hover{color:#fff}.skin-blue .sidebar-form{border-radius:3px;border:1px solid #374850;margin:10px 10px}.skin-blue .sidebar-form input[type="text"],.skin-blue .sidebar-form .btn{box-shadow:none;background-color:#374850;border:1px solid transparent;height:35px}.skin-blue .sidebar-form input[type="text"]{color:#666;border-top-left-radius:2px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:2px}.skin-blue .sidebar-form input[type="text"]:focus,.skin-blue .sidebar-form input[type="text"]:focus+.input-group-btn .btn{background-color:#fff;color:#666}.skin-blue .sidebar-form input[type="text"]:focus+.input-group-btn .btn{border-left-color:#fff}.skin-blue .sidebar-form .btn{color:#999;border-top-left-radius:0;border-top-right-radius:2px;border-bottom-right-radius:2px;border-bottom-left-radius:0}
.direct-chat-primary .right > .direct-chat-text { background-color:#de995e; border-color:#5a5a5a}
.direct-chat-primary .right>.direct-chat-text:after, .direct-chat-primary .right>.direct-chat-text:before {
    border-left-color: #5a5a5a;
}

.direct-chat-messages
{
    height:auto !important;
    overflow: auto !important;
}

a, a:hover, a:focus {
	/*** color: #5a5a5a; ***/
	color: #5a5a5a;
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}


/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 17px;
    top: 9px;
    right: 5px;
}

.bigswitch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 27px;
    top: 9px;
    right: 7px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}
.bigswitch input {display:none;}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.bigslider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.bigslider:before {
    position: absolute;
    content: "";
    height: 23px;
    width: 23px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .slider {
    background-color: #00A561;
}

input:focus + .slider {
    box-shadow: 0 0 1px #00A561;
}

input:checked + .slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}

input:checked + .bigslider {
    background-color: #00A561;
}

input:focus + .bigslider {
    box-shadow: 0 0 1px #00A561;
}

input:checked + .bigslider:before {
    -webkit-transform: translateX(23px);
    -ms-transform: translateX(23px);
    transform: translateX(23px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 17px;
}

.slider.round:before {
    border-radius: 50%;
}

.bigslider.round {
    border-radius: 27px;
}

.bigslider.round:before {
    border-radius: 50%;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30px;
}

.bigcenter {
    display: block;
    width: 50px;
    float: right;
}

.footer {
    background-color: #e8efe4;
    padding: 1px;
    border: 0px solid teal;
    margin: 0px;
    border-radius: 10px;
    font-size: 18px;
    text-align: left;
    align: right;
    line-height: 43px;
}

.dashboardoverview {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    gap: 1em;
    margin-bottom: 20px;
    
    /* min-width:790px; */
}



.dashboardbox {
    /***opacity: 0.7;
    filter: alpha(opacity=70);***/
    border-radius: 10px;
    box-shadow: 5px 5px 5px #888888;
    border: 0px solid #eae8e8;
    /* border:3px solid #ebe9e9; */
    /* margin: 1px; */
    min-height: 100px;
    min-width: 130px;
    position: relative;
    /* padding: 10px; */
}
.dashboardboxtext{
    margin: 5px;
    font-size: 20px;
    color: #f2f2f2;
    
}

@media (max-width: 980px) {
    .dashboardoverview {
        grid-template-rows: repeat(2, 1fr);
    }
    /* .dashboardbox {
        max-width: 200px;
    } */
    /* .text-reflect {
        display: none;
    }
    .dashboardheader {
        white-space: inherit !important;
    } */
}

@media (max-width: 1400px) {
    .validation-counts {
        /* margin-top: 0; */
        /* left: 15px !important; */
        top: 5px !important;
    }
    .validation-titles {
        white-space: inherit !important;
        bottom: 5px !important;
    }
}

.icon{
    font-size: 60px;
    /* float: right;
    position: relative; */
    position: absolute;
    right: 10px;
    top: 5px;
    /* top: 5px; */
    /* left: 50%;
    top: 50%;
    transform: translate(-50%,-50%); */
}

.content-wrapper {

    background-image: url(../dist/img/login/2.jpg);
    /*background-image: url(../subscribers/athena_background.jpg);*/
    background-color: #ececec;
    /*padding-top: 50px;
    padding-bottom: 20px;*/
    background-size: cover;
    background-repeat: no-repeat;
    /* min-height: 100% !important; */
}

.content-header {
    color: #FFFFFF;
}

.content-text{
    color: #FFFFFF;
}

box-risk{
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 0px;
    width: 100%;
}

.dashboardheader{
    /* font-family: 'Mallanna', sans-serif; */
    /* font-family: 'Lexend Exa', sans-serif; */
    /* font-family: 'M PLUS Rounded 1c', sans-serif; */
    /* font-family: 'Alegreya Sans SC', sans-serif; */
    font-family: 'Mitr', sans-serif;
    text-transform: uppercase;
    /* /* font-weight: bold; */
    letter-spacing: 2.5px;
    /* letter-spacing: 2.5px; */
    text-align: center;
    font-size: 40px;
    /* white-space: nowrap; */
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

.text-reflect {
    transform: rotatex(180deg) translatey(30px);
    mask-image: linear-gradient(transparent 60%, white 90%);
    -webkit-mask-image: linear-gradient(transparent 60%, white 90%);
    color: #777777;
    position: absolute;
    left: 0;
    right: 0;
}

.validation-counts {
    position: absolute;
    margin-top: 0;
    top: 18px;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 1;
}

.validation-titles {
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    bottom: 10px;
    margin-bottom: 0;
    z-index: 1;
    white-space: nowrap;
    text-transform: uppercase;
}

.athena-logo {
    display: grid !important;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    grid-auto-rows: 44px;
    align-content: center;
    align-items: center;
    justify-content: start;
    gap: 1em;
    background-color:#45494e !important;
    color:#fff !important;
    border-bottom:0 solid transparent !important;
}

.athena-logo:hover {
    background-color:#45494e !important;
}

.athena-logo-text {
    font-family: 'Mitr', sans-serif;
    font-size: 27px;
    letter-spacing: 2.5px;
}

.athena-img-logo {
    width: 28px;
    max-width: 100%;
    max-height: 100%;
}

.label {
    /* text-transform: uppercase; */
    border-radius: 10px;
}

.label-success {
    background-color: #339933 !important;
}

.label-warning {
    background-color: #f69a32 !important;
}

.label-info {
    background-color: #0066cc !important;
}

.label-recaptured {
    background-color:#605CA3 !important;
}

.label-danger {
    background-color: #cc0000 !important;
}

.btn-primary {
    background-color: #777777 !important;
}

.btn-validate {
    background-color: #339933;
    border-color: #008C52;
    color: white;
}

.btn-danger {
    background-color: #cc0000 !important;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.hover {
    background-color: #c9302c !important;
    color: #333;
}


.btn-validate:hover,
.btn-validate:active,
.btn-validate.hover {
    background-color: #008C52;
}

.btn[disabled] {
    cursor: not-allowed;
    background-color: lightgrey !important;
    color: white !important;
    margin-bottom: 10px;
    margin-left: 5px;
}

.pdf_img {
    width: 795px;
    /* height: 100%; */
    padding: 5px 0;
}

.pdf_box {
    width: 100%;
    height: 100%;
    overflow: scroll;
    background-color: rgb(82, 86, 89);
    border-width: 2px;
    border-style: inset;
    margin-left: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
}