@import 'fontawesome-all.css';

/*Custom CSS for Login Page*/

.form-control:focus {
    box-shadow: none !important;
}

a {
    transition: 0.5s ease-in-out;
}

a:hover {
    transition: 0.5s ease-in-out;
}


/* --- GLOBAL CLASS --- */

.box-shadow {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.22);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.22);
}

.btn-purple {
    background: #58264b;
    color: #fff;
}

.btn-blue {
    background: #3b579d;
    color: #fff;
}

.m-t-15 {
    margin-top: 15px
}

.m-b-15 {
    margin-bottom: 15px;
}

.p-10 {
    padding: 10px;
}

.white-bg {
    background: #fff;
}


html,
body {
    height: 100vh;
}

.login-page .col-7,
.login-page .col-5 {
    padding: 0;
}

.left-login-area {
    background: url("../images/login-page-bg.jpg") no-repeat center bottom;
    background-size: cover;
}

.isb-logo-login-page img {
    margin-left: 10%;
    margin-top: 5%;
}

.hexagon-blocks img {
    position: absolute;
    top: 25%;
    left: 50%;
    margin-left: -228.5px;
}

.left-footer {
    position: absolute;
    bottom: 2%;
    color: #fff;
    margin-left: 10%;
    font-size: 13px;
}

.right-login-area {
    background: url("../images/rhombus-bg.jpg") no-repeat right;
    background-size: cover;
}

.fdro-logo-login-page img {
    margin-top: 10%;
    margin-left: 15%;
}

.login-box {
    width: 400px;
    height: 400px;
    background: url("../images/login-box-bg.jpg") no-repeat;
    background-size: cover;
    margin-left: 15%;
    margin-top: 10%;
    padding: 40px;
}

.login-box h2 {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.login-box .input-group {
    margin-bottom: 20px;
    margin-top: 35px;
}

.login-box .form-control {
    border-radius: 0px;
    border: 0px;
    padding: 0.75rem 0.75rem;
    font-size: 0.8125rem;
}

.login-box .input-group-text {
    border-radius: 0px;
    border: 0px;
    border-right: 1px solid #707070;
    background: #fff;
    color: #185f90;
}

.login-box .input-group-prepend {
    margin-right: 0;
}

.login-box .input-group-prepend.two .input-group-text {
    background: #dadada;
    color: #4a4a4a;
    font-size: 14px;
    border-right: 0px;
}

.login-box .form-check-label {
    color: #fff;
    font-size: 0.8125rem;
    margin-bottom: 25px;
}

.login-box .btn-primary {
    color: #fff;
    background-color: #65276d;
    border-color: #b490b9;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 0.875rem;
    width: 125px;
    cursor: pointer;
}

.login-box .btn-primary:hover {
    background-color: #812f8c;
}

.login-box a {
    color: #fff;
    font-size: 0.8125rem;
    line-height: 2.5;
}

.right-footer {
    position: absolute;
    bottom: 2%;
    color: #185f90;
    right: 15%;
    font-size: 13px;
}


/*Custom CSS for Dashboard Page*/

.main-header {
    background: #0f5484;
    overflow: hidden;
    padding: 5px 0;
}

.c-wt{
    color:#fff;
}
.c-wt .col-sm-6{
    padding-left:0;

}
.welcome-bar {
    background: #fff;
}

.role-name {
    line-height: 2.8;
}

.role-name a{
    color: #fff;
    text-decoration: underline;
}

#dropdownMenuLink {
   /*padding: 7px 10px;*/
    padding: 7px 0px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
}

#dropdownMenuLink span {
    margin-right: 10px;
}

.dropdown-menu {
    min-width: 221px;
    border-radius: 0px;
    font-size: 14px;
}

.dropdown-menu{
    padding: 0
}
.dropdown-item {
    padding: 0.25rem 1rem;
}

.dropdown-item .fas {
    margin-right: 15px;
    color: #80aacd;
}

.main-input.form-control{
        height: 26px !important;
    padding: 1px;
    margin-top: 4px;
}
.main-part {
    background: url("../images/innerpage-bg.jpg") repeat-x top;
    min-height: 500px;
    float: left;
    width: 100%;
}

.post-pre {
    margin-top: 110px;
    margin-bottom: 50px;
}

.post-pre .card {
    border-radius: 0px;
    border: none;
}

.post-pre .card-header {
    background: #58264b;
    border-radius: 0px;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    position: relative;
}

.post-pre .card-header:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 10px;
    border: 15px solid #fff;
    border-bottom: 15px solid transparent;
    border-left: 15px solid transparent;
}

.post-pre .card-header span {
    display: block;
    color: #fff89f;
    font-size: 13px;
    margin-top: 10px;
}

.post-pre .card-body {
    background: #b1c0dc;
    padding-top: 25px;
    padding-bottom: 0;
}

.single-up {
    background: #fff;
    border-radius: 10px !important;
    text-align: center;
    padding: 15px 10px 10px 10px;
    margin-bottom: 30px;
}

.single-up hr {
    margin-top: 0.85rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #bdbdbd;
}

.single-up a {
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
    background: #005f95;
    display: block;
    border-radius: 5px;
    padding: 5px;
    font-weight: 500;
    text-decoration: none;
}

.single-up a:hover {
    background: #7d96c4;
}

.footer1 {
    float: left;
    width: 100%;
    clear: both;
    background: #7d96c4;
    padding: 20px 15px;
}

.static-block {
    padding: 0;
}

.static-block a {
    background: #fdfad5;
    padding: 20px;
    border-right: 5px solid #7d96c4;
    display: block;
    color: #383838;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
}

.static-block:hover a:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 5px;
    border: 10px solid #005f95;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
}

.static-block a:hover {
    background: #fff;
}

.static-block .fas {
    font-size: 32px;
    margin-right: 20px;
    vertical-align: middle;
    color: #80aacd;
}

.footer2 {
    background: #171717;
    clear: both;
    overflow: hidden;
    padding: 10px;
    color: #fff;
    font-size: 12px;
}

.footer2 a {
    color: #fff;
}


/* MARK */


/*Custom CSS for LINEUP Page*/

.lineup-section h2{
    background: #e5e7ec;
    font-size: 14px;
    text-transform: uppercase;
    padding: 7px;
    color:#345dd1;
    margin-bottom: 1.5rem;
    border-bottom: 2px solid #55a3fc;
}
.lineup {
    margin-top: 1px;
}

.lineup .nav-link {
    padding: 0.5rem 1rem;
}

.lineup .nav-pills a.nav-link {
    color: #646464;
    background: #fff;
}


.lineup .nav-pills a.nav-link:hover {
    background: #e8e8e8;
    color: #58264b;
}

.lineup .nav-pills .nav-link.active,
.lineup .nav-pills .nav-link:hover.active,
.lineup .nav-pills .show > .lineup .nav-link {
    background: #58264b;
    color: #fff;
}

.lineup .nav-pills .nav-link.active,
.lineup .nav-pills .show > .lineup .nav-link {
    background: #58264b;
    color: #fff;
}

.lineup .nav-pills .nav-link {
    border-radius: 0;
}

.lineup-section{
    background: #fff;
    margin: 15px 0 0 0;
    padding: 15px;
}


.lineup-section .table .thead-dark th {
background-color: #d4d4d4;
    border-color: #d4d4d4;
    font-weight: 500;
        color: #345dd1;
}


.lineup-section .table th, .lineup-section .table td {
    padding: 0.30rem;
}


.form-control, .custom-file-label{
    border-radius: 0;
}

.white-bg .acc {
    padding: 1px 0 0 15px;
}

.lineup-section label{ margin-bottom: 0;}

.custom-select,
.form-control
{
    border-radius:0 !important;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after{
    bottom: 0.3em !important;

}
table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after{
    opacity:0.6 !important;
}

.table-striped tbody tr:nth-of-type(odd){
    background:#fff !important;
}
.exchange-section{

}
.exchange-section .blue-color{
color:#345ed0;
    }
.exchange-section .col-sm-4,
.exchange-section .col-sm-8{
    padding-right:5px;
}
.exchange-section label{
    font-weight:600;
}
.exchange-section p{margin-bottom: 0.5rem;
    padding-top: calc(0.375rem + 1px);
    }

 .form-group{
    margin-bottom: 6px !important;
}
 .card{
     border-radius:0 !important;
 }
 .card-header{
     background:#e5e7ec !important;
     color:#345dd1;
     border-bottom: 2px solid #55a3fc !important;
 }
  .card-header.deep-blue{
     font-size: 14px;
    text-transform: uppercase;
    color:#345dd1;
    font-weight: 500;
 }
  .page-item.disabled .page-link, .page-item.active .page-link{
      font-size:11px !important;
  }

@media (min-width: 1100px) {

}

@media (max-width: 992px) { }

@media (min-width: 768px) and (max-width: 991px) { }

@media (max-width: 767px) {  }

@media (max-width: 479px) {}

@media (max-width: 359px) {  }

/*Added for Alert Messages*/
ul.alert-msgs {
list-style:none; padding:0px; margin:0px; position:fixed; right:14px; top:14px; z-index:99999;}
    ul.alert-msgs li .alert {
    opacity:1; position:fixed; top:0; right:0; z-index:99999; /*left:0; bottom:0; background:rgba(0, 0, 0, 0.3);*/ padding:20px; margin:0px;}
        ul.alert-msgs li .alert .alert-in { width:200px;  color:#fff; margin:0 auto; box-shadow:0 0 125px rgba(0, 0, 0, 0.2);
        }
        ul.alert-msgs li .alert.alert-success-msg .alert-in {background:#44c697;
        }
        ul.alert-msgs li .alert.alert-danger-msg .alert-in {background:#f66167;
        }
        ul.alert-msgs li .alert.alert-info-msg .alert-in {
        background:#58b2eb;}
        ul.alert-msgs li .alert.alert-warning-msg .alert-in {
        background:#f0ad4e;}



            ul.alert-msgs li .alert .alert-in strong {
            font-size: 28px;
    display: block;
    padding: 10px 20px;
    text-align: center;}
                ul.alert-msgs li .alert .alert-in strong i {
                color:#fff; font-size:60px;}
                ul.alert-msgs li .alert .alert-in strong span {
                display: block;
    font-weight: 300;
    margin-top: 0px;}
                ul.alert-msgs li .alert .alert-in span.altMessage {
    background: #3aaf85;
    display: block;
    padding: 10px;
    text-align: center;
    line-height: 23px;
    font-size: 14px;
}
        ul.alert-msgs li .alert.alert-danger-msg .alert-in span.altMessage {
        background:#e74950;}
        ul.alert-msgs li .alert.alert-info-msg .alert-in span.altMessage {
        background:#4a93c1;}
        ul.alert-msgs li .alert.alert-warning-msg .alert-in span.altMessage {
        background:#e67e22;}
