/*anchor*/
a {
    color: #485d79;
}

a:hover {
    color: #1c242e;
}

/*panel*/
.card {
    border: none;
    box-shadow: none;
    margin-top: 20px;
    margin-bottom: 20px;
}

.card-header {
    border-color: #eff2f7;
    background: #fff;
    font-size: 16px;
    font-weight: 300;
}

.card-title {
    color: #2A3542;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 0;
    font-family: 'Open Sans', sans-serif;
}

.card .badge {
    font-size: 12px;
}

/*label*/

.label {
    padding: 1px 5px 1px 5px;
    font-size: 0.6em;
    border-radius: 3px;
}

.label-default {
    background-color: #a1a1a1;
}

.label-primary {
    background-color: #59ace2;
}

.label-success {
    background-color: #A9D86E;
}

.label-info {
    background-color: #8175c7;
}

.label-warning {
    background-color: #FCB322;
}

.label-danger {
    background-color: #dc3545;
}

.label-inverse {
    background-color: #344860;
}

/*text color*/

.text-danger {
    color: #dc3545;
}

.text-muted {
    color: #a1a1a1;
}

.text-primary {
    color: #59ace2;
}

.text-warning {
    color: #FCB322;
}

.text-success {
    color: #A9D86E;
}

.text-info {
    color: #8175c7;
}

.form-control {
    color: #111111 !important;
    font-size: .8rem;
    height: calc(1.5em + .75rem + 7px);
}


/*modal*/

.modal-content {
    box-shadow: none;
    border: none;

}

.modal-body {
    font-size: 16px;
}

.modal-header {
    background: #1479e3;
    color: #fff;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-bottom: none;
}

/*text input*/

.form-control {
    box-shadow: none;
    color: #c2c2c2;
}


.form-control:focus,
#focusedInput {
    border: 1px solid #517397;
    box-shadow: none;
}

.form-horizontal .control-label {
    font-weight: 600;
    font-size: 14px;
    text-align: left;
}

input,
textarea,
select,
button {
    outline: none !important;
}

/*list*/

ul {
    padding-left: 0;
}

/*button*/

.btn-default {
    background-color: #bec3c7;
    border-color: #bec3c7;
    color: #fff;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background-color: #b0b5b9;
    border-color: #b0b5b9;
    color: #fff;
}

.btn-default:disabled:hover,
.btn-default:disabled:focus,
.btn-default:disabled:active {
    color: #333;
}

.btn-primary,
.btn-primary.disabled,
.btn-primary[disabled],
.btn-primary.disabled.active,
.btn-primary.active[disabled] {
    background-color: #007bff;
    border-color: #007bff;
    color: #FFFFFF;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary,
.btn-primary.disabled,
.btn-primary[disabled],
.btn-primary.disabled.active,
.btn-primary.active[disabled] {
    background-color: #007bff;
    border-color: #007bff;
    color: #FFFFFF;
}

.btn-success {
    width: auto;
    padding: 13px 34px;
    border-radius: 12px;
    background: #2563EB;
    color: #fff;
    font-family: 'Prompt', sans-serif;
    font-size: .95rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: background .2s, transform .15s, box-shadow .2s;
    box-shadow: 0 4px 16px rgba(37, 99, 235, .25);
    margin-top: 8px;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    background: #1D4ED8;
    box-shadow: 0 6px 20px rgba(37, 99, 235, .32);
    transform: translateY(-1px);
}

.btn-info {
    background-color: #58c9f3;
    border-color: #58c9f3;
    color: #FFFFFF !important;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    background-color: #53bee6;
    border-color: #53BEE6;
    color: #FFFFFF;
}

.btn-warning {
    background-color: #f1c500;
    border-color: #f1c500;
    color: #FFFFFF;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    background-color: #e4ba00;
    border-color: #e4ba00;
    color: #FFFFFF;
}

.btn-danger {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #FFFFFF;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    background-color: #ec6459;
    border-color: #ec6459;
    color: #FFFFFF;
}


.btn-white {
    box-shadow: none !important;
}

/*Rounded Button*/

.btn-round {
    border-radius: 30px;
    -webkit-border-radius: 30px;
}

/*shadow button*/

.btn-shadow.btn-default {
    box-shadow: 0 4px #9c9c9c;
}

.btn-shadow.btn-primary {
    box-shadow: 0 4px #065ab4;
}

.btn-shadow.btn-success {
    box-shadow: 0 4px #61a642;
}

.btn-shadow.btn-info {
    box-shadow: 0 4px #1caadc;
}

.btn-shadow.btn-warning {
    box-shadow: 0 4px #cab03f;
}

.btn-shadow.btn-danger {
    box-shadow: 0 4px #d1595a;
}


/*dropdown shadow*/

.btn-group.open .dropdown-toggle,
.btn-white.active,
.btn:active,
.btn.active {
    box-shadow: none;
}

/*dropdown select bg*/
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background-color: #495d74;
    color: #FFFFFF;
    text-decoration: none;
}

/*split dropdown btn*/

.btn-white {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border-color: rgba(150, 160, 180, 0.3);
    box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.05) inset;
}

/*breadcrumbs*/

.breadcrumb {
    background-color: #fff;
}


/*tab*/

.nav-tabs>li>a {
    margin-right: 2px;
}

/*collapse*/

.panel-default>.panel-heading {
    background-color: #FFFFFF;
    border-color: #DDDDDD;
    color: #797979;
}

/*nav inverse*/

.navbar-inverse {
    background-color: #7087A3;
    border-color: #7087A3;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #61748d;
}

.navbar-inverse .navbar-nav>li a:hover {
    color: #2A3542;
}

.navbar-inverse .navbar-nav>li>ul>li a:hover {
    color: #fff;
}

.navbar-inverse .navbar-brand {
    color: #FFFFFF;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
}

.navbar-inverse .navbar-nav>.dropdown>a .caret {
    border-bottom-color: #fff;
    border-top-color: #fff;
}

.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #000;
}

.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #fff;
}

/*nav justified*/

.nav-justified {
    width: auto !important;
}

.nav-justified li:last-child>a:hover,
.nav-justified li.active:last-child>a {
    border-radius: 0 4px 0 0 !important;
    -webkit-border-radius: 0 4px 0 0 !important;
}

/*list group*/


.list-group-item {
    border: 1px solid rgb(239, 242, 247);
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    background-color: #00A8B3;
    border-color: #00A8B3;
    color: #FFFFFF;
    z-index: 2;
}

.list-group-item-heading {
    font-weight: 300;
}

/*progress*/

.progress {
    box-shadow: none;
    background: #f0f2f7;
    margin-bottom: 1rem;
}

/*alert*/

.alert-success,
.alert-danger,
.alert-info,
.alert-warning {
    border: none;
}

/*table*/

.table thead>tr>th,
.table tbody>tr>th,
.table tfoot>tr>th,
.table thead>tr>td,
.table tbody>tr>td,
.table tfoot>tr>td {
    padding: 10px;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    margin-left: 0;
    position: static;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(240, 241, 243);
}

/*accordion*/

.accordion .card {
    margin-bottom: .5rem;
}


/**/

.wysihtml5-sandbox {
    border-color: rgb(194, 199, 203);
}

.btn-outline-secondary {
    border-color: #ced4da;
}

/**/

.row-fluid {
    width: 100%;
}
