﻿body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    background-color: #f5f5f5 !important;
}

.wrapper-breadcrumb {
    float: left;
    width: 100%;
    height: auto;
    margin-top: 75px;
}

    .wrapper-breadcrumb .breadcrumb {
        padding: 5px !important;
        margin: 0px !important;
        font-size: 12px;
    }

.breadcrumb ul,
.breadcrumb ol,
.breadcrumb li {
    margin: 0px;
    padding: 0px;
}

.breadcrumb a {
    color: black;
}

.breadcrumb > .active {
    color: black;
}

.content {
    float: left;
    width: 100%;
    padding-top: 0px !important;
}

.box-content {
    background-color: #fff;
    float: left;
    width: 100%;
}

.breadcrumb > li + li:before {
    content: "\003e";
}

/*nav -s*/
.main-header {
    position: absolute !important;
    max-height: 100px;
    z-index: 1030;
    width: 100%;
    left: 0px;
}

/*nav -e*/
/*box content header -s*/
.box-content .box-conent-header {
    float: left;
    width: 100%;
}

.box-conent-header .title {
    font-weight: 600;
    line-height: 36px;
    text-transform: uppercase;
    padding: 0 10px;
    font-size: 14px;
    width: 100%;
    height: 36px;
}

.box-conent-header .header-menu {
    float: left;
    width: 100%;
    padding: 0px 10px;
    margin-bottom: 10px;
}

.header-menu .header-menu-left {
    float: left;
}

.header-menu-left .btn,
.header-menu-right .btn {
    min-width: 100px;
    height: 40px;
    line-height: 20px;
    border-radius: 5px;
    margin: 0px 2px;
}

.header-menu .header-menu-right {
    float: right;
}
/*box content header -e*/


/*box content middle -s*/
.box-content .box-content-middle {
    float: left;
    width: 100%;
}

.box-content-middle .table {
    border-top: solid 1px #f4f4f4;
    border-bottom: solid 1px #f4f4f4;
}

.table > thead > tr > th {
    border-bottom: 1px solid #f4f4f4 !important;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    vertical-align: middle;
    text-align: center;
}

thead > tr > th {
    text-align: center;
}

.currency {
    float: right;
}

.cs-ele-status {
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    width: 90px;
    margin: auto;
    border-radius: 5px;
    padding: 0px;
}

.box-content-middle .form-control {
    border-radius: 5px !important;
}

.box-content-middle thead > tr > th > .form-control {
    color: #969FAA;
    font-weight: 400;
    font-size: 14px;
}

/*box content middle -e*/
/*box content footer -s*/
.box-content .box-conent-footer {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.box-conent-footer .footer-menu {
    float: left;
    width: 100%;
    padding: 0px 10px;
}

.footer-menu .footer-menu-right {
    float: right;
}
/*box content footer -e*/

/* modal */
.modal-lg {
    width: 727px;
}

.modal-header {
    height: 40px;
    line-height: 20px;
    background-color: #086486;
    color: #fff;
    padding: 0px 20px;
}

    .modal-header .model-header-content-left {
        float: left;
        width: auto;
        height: auto;
    }

    .modal-header .model-header-content-right {
        float: right;
        width: auto;
        height: auto;
    }

.model-header-content-left .modal-title {
    height: 40px;
    line-height: 40px;
}

.model-header-content-right .close {
    margin: 0px;
    height: 40px;
    width: 40px;
    color: #fff !important;
    opacity: 1;
    font-weight: normal;
}

.modal-body {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 20px;
}

    .modal-body .content-middle,
    .modal-body .content-footer {
        float: left;
        width: 100%;
    }

        .modal-body .content-middle label {
            height: 40px;
            line-height: 40px;
        }

        .modal-body .content-middle .form-group {
            float: left;
            width: 100%;
            margin-bottom: 5px;
        }

.form-group > label {
    font-size: 14px;
    font-weight: 600;
}

.modal-body .content-middle .form-control,
.modal-body .content-middle .countries-input {
    min-height: 40px;
    line-height: 20px;
    border-radius: 5px !important;
}

.form-control input {
    background-color: #FFFFFF;
    border: 1px solid #8492A6;
    border-radius: 5px;
}

.content-footer .content-footer-menu {
    display: table;
    margin: 7px auto;
}

.content-footer-menu .btn {
    min-width: 124px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    margin: 0px 7px;
    border-radius: 5px;
    padding: 0px;
}
/* model -e*/

/*modal default -s*/
.modal-content {
    float: left;
    width: 100%;
}

.modal-title {
    float: left;
    width: auto;
    height: 40px;
    line-height: 40px;
    padding: 0px;
    text-transform: uppercase;
    font-size: 14px;
}

.modal-header .close {
    width: 40px;
    height: 40px;
    color: #fff;
    opacity: 1;
    float: right;
    text-align: right;
}


    .modal-header .close:hover {
        color: #a5a5a5;
        text-shadow: 0 1px 0 rgba(102,175,233);
    }

    .modal-header .close > span {
        float: right;
    }

        .modal-header .close > span:hover {
            color: #a5a5a5;
            text-shadow: 0 1px 0 rgba(102,175,233);
        }

    .modal-header .close:hover,
    .model-header-content-right .close:hover {
        border: none;
        box-shadow: none !important;
        color: #f5f5f5;
    }

.modal-footer {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
}

    .modal-footer > button {
        width: 150px;
        font-size: 14px;
        height: 36px
    }
/*modal default -e*/
/*icon -s*/

.action-icon-danger, .action-icon-info, .action-icon-success {
    font-size: 20px;
    width: auto;
    /*float: left;*/
    margin: 0px 5px;
    display: unset;
}

.action-icon-info {
    color: #3c8dbc;
}

    .action-icon-info:hover {
        cursor: pointer;
        color: #1b6d85;
    }

.action-icon-danger {
    color: #dd4b39;
}

    .action-icon-danger:hover {
        cursor: pointer;
        color: #d73925;
    }

.action-icon-success {
    color: #008d4c;
}

    .action-icon-success:hover {
        cursor: pointer;
        color: #51d699;
    }
/*icon -e*/

/*nav -s*/
.container-custom {
    max-width: 100%;
    display: table;
    margin: auto;
    width: 100%;
}

.main-header .navbar {
    min-height: 37px;
}

.navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 37px;
}

.navbar-brand {
    height: 37px;
    font-size: 21px;
    padding: 0px 15px;
    line-height: 37px;
}

.navbar-nav > .user-menu .user-image {
    margin-top: 5px;
}
/*nav -e*/
/*status -s*/
.Manual, .Running, .Created, .Pending, .Processed, .StopUse {
    color: #fff;
    background-color: #269abc;
    border-color: #086486;
}

.Failed, .Rejected, .Canceled, .Inactive, .Disabled, .Disable, .Inactive {
    color: #fff;
    background-color: #fd665d;
    border-color: #d73925;
}

.Successful, .Approved, .Active, .Actived, .Enabled, .Completed {
    color: #fff;
    background-color: #96b7a2;
    border-color: #008d4c;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}
/*status -e*/


/*pagination -s*/
.pagination {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    display: flex;
    height: 40px;
    line-height: 40px;
}

    .pagination .pagination-content {
        margin: 0px 2px;
    }

.pagination-content .limit {
    font-weight: bold;
}

.pagination .previous,
.pagination .next {
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 5px;
    border-color: silver;
    border-width: 1px;
    border-style: solid;
    margin: 0px 2px;
    background-color: #f5f5f5;
}

    .pagination .previous:hover,
    .pagination .next:hover {
        cursor: pointer;
        background-color: #d2d2d2;
    }

.pagination a.entity {
    font-weight: 700;
    color: #000;
    border-bottom: solid 1px;
}

    .pagination a.entity:hover {
        cursor: pointer;
        color: silver;
    }

.pagination .dropdown-menu {
    margin: 0px;
    padding: 0px;
    width: 60px;
    min-width: 60px;
}

    .pagination .dropdown-menu > li {
        line-height: 20px;
        text-align: right;
        padding: 2px 5px;
    }

        .pagination .dropdown-menu > li:hover {
            cursor: pointer;
        }
/*pagination -e*/

@media only screen and (max-width: 1025px) {
    .box-content-middle {
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
    }

    .wrapper-breadcrumb {
        margin-top: 110px;
    }

    .navbar-brand {
        height: 50px;
        line-height: 50px;
    }

    .navbar-nav > .user-menu .user-image {
        float: none;
        margin-right: 0;
        margin-top: 0px;
        line-height: 10px;
    }

    .navbar-custom-menu .navbar-nav > li > a {
        padding: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .wrapper-breadcrumb {
        margin-top: 50px;
    }
}

.SelectedInfomation {
    margin-left: 10px;
    margin-bottom: 20px;
    margin-top: 5px;
}

    .SelectedInfomation .form-group {
        margin-bottom: 0 !important;
    }

        .SelectedInfomation .form-group label {
            width: 150px !important;
        }

.ellipsis-text {
    word-break: break-word;
    max-width: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.tx-hash-text {
    word-break: break-word;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}
