
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";


body {
    font-family: 'Open Sans', sans-serif;
    background: #EFEFEF;
    font-size: 14px;
}

h4 > i {
    margin-right: 7px;
    padding: 0px;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.content {
    padding: 2% 7%;
}

.navbar {
    background: #34495e;
    border: none;
    border-radius: 0;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    margin: 0;
    padding-right: 10px;
}

.navbar .navbar-header {
    padding: 5px 20px 5px 20px;
}

.navbar .navbar-header img {
    height: 40px;
}

    .navbar i {
        margin-right: 8px;
    }

    .navbar .navbar-nav > li > a {
        color: #FFFFFF;
    }

        .navbar .navbar-nav > li > a:hover {
            color: #FCC90F;
        }

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}


.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

#content {
    padding: 20px 100px;
    transition: all 0.3s;
}

.panel {
    background: #FFFFFF;
    border: none;
    border-radius: 0;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

    .panel > .panel-content {
        padding: 15px;
    }

    .panel > .panel-heading {
        padding: 10px 15px;
        border-bottom: 1px solid #E4E4E4;
        font-weight: bold;
        font-size: 15px;
        color: #535353;
        /*color: #FFFFFF;
        background-color: #34495E;*/
        text-transform: uppercase;
    }

        .panel > .panel-heading > i {
            margin-right: 5px;
        }


    .panel > .panel-tabbar {
        padding: 0;
        border-bottom: 1px solid #FAFAFA;
    }

        .panel > .panel-tabbar > .panel-tabbar-tab {
            display: inline-block;
            margin: 0;
            padding: 10px;
            border: 1px solid #777777;
        }

            .panel > .panel-tabbar > .panel-tabbar-tab > .active {
                background-color: #E7E7E7;
            }

.breadcrumb {
    background: #FFFFFF;
    margin: 0px;
    padding: 0px;
}

.pagination {
    margin: 0px;
}

.login-page {
    width: 450px;
    padding: 8% 0 0;
    margin: auto;
}

.form {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    max-width: 450px;
    margin: 0 auto 100px;
    padding: 45px;
    text-align: center;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.login-logo {
    height: 30px;
    margin-bottom: 20px;
}

.btn {
    border-radius: 0px;
}

.login-input {
    outline: 0;
    background: #f2f2f2;
    width: 100%;
    border: 0;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
}


.form-control {
    outline: 0;
    background: #FFFFFF;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #d3d3d3;
    max-width: 100%;
}

select[multiple] {
    height: 60px;
}

.login-button {
    margin: 0 0 15px;
    text-transform: uppercase;
    outline: 0;
    background: #005B95;
    width: 100%;
    border: 0;
    padding: 15px;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
}

.form-button {
    margin: 0 0 15px;
    text-transform: uppercase;
    outline: 0;
    background: #005B95;
    width: auto;
    border: 0;
    padding: 10px;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
}

.form p {
    margin: 0px;
    font-size: 12px;
}


.nav-tabs > .nav-item > .nav-link {
    border-radius: 0;
    color: #005B95;
}

    .nav-tabs > .nav-item > .nav-link i {
        margin-right: 5px;
    }


.group {
    margin-bottom: 10px;
}

    .group > .group-content {
        border: 1px solid #DDDDDD;
        border-radius: 3px;
    }

    .group > .group-header {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 12px;
    }



.alert {
    border: 0;
    border-radius: 0px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

    .alert > ul {
        padding: 0px 15px;
        text-align: left;
    }

.label > i {
    margin-right: 6px;
}


.fit-width {
    width: 1px;
    white-space: nowrap;
}

.btn-small {
    padding: 1px 6px;
}

.no-margin {
    margin-left: -30px;
    margin-right: -30px;
}

.field-label {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    margin-right: 10px;
    color: #005B95;
}

.stats-card {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 20px;
    margin-bottom: 20px;
}

    .stats-card > i {
        position: absolute;
        font-size: 60px;
        right: 15px;
    }

    .stats-card .count {
        position: relative;
        font-weight: bold;
        font-size: 25px;
        margin: 0px;
    }

    .stats-card .name {
        position: relative;
        font-size: 15px;
        margin: 0px;
    }

.badge {
    padding: 4px 10px;
}

.margin-bottom {
    margin-bottom: 15px;
}

.inline {
    display: inline-block;
}

.input-group-addon {
    border-radius: 0px;
    background: #AF9569;
    border-color: #AF9569;
    color: white;
}

.margin-left {
    margin-left: 5px;
}

.width-auto {
    width: auto;
}

.btn i {
    margin-right: 5px;
}

.highlight-green td {
    background: #DFF0D8;
}

table.table.table-striped tr .highlight-green td {
    background-color: #CECBCB;
}

.blue {
    background: #337AB7;
    color: #FFFFFF;
}

.orange {
    background: #F0AD4E;
    color: #FFFFFF;
}

.aqua {
    background: #5BC0DE;
    color: #FFFFFF;
}

.red {
    background: #D9534F;
    color: #FFFFFF;
}

.sorter {
    padding: 0px 3px;
    background: #E0E0E0;
    border-radius: 5px;
}

.full-width {
    width: 100%;
}

.validation-summary-valid.alert-danger {
    display: none;
}

.trunc {
    width: 5vw;
    overflow: hidden;
    white-space: nowrap;
    word-break: break-word;
    text-overflow: ellipsis;
}

    /*.trunc:hover {
        width: auto;
        overflow: visible;
        white-space: normal;
    }*/


.toggle > i {
    font-size: 20px;
}

.label-dark {
    background: #343A40;
    color: #FFFFFF;
}

.label {
    width: 100%;
}



.table {
    border-collapse: separate;
    border-spacing: 0px;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    -moz-border-radius: 6px;
    max-width: 100%;
}

    .table > thead > tr > th, .table > .tr > .th {
        background-color: #34495E;
        color: #FFFFFF;
        white-space: nowrap;
    }

    .table > tbody > tr > td, .table > .tbody > .tr > .td {
        white-space: normal;
        word-wrap: normal;
    }

        .table > thead > tr > th:first-child, .table > .tr > .th:first-child {
            border-radius: 3px 0 0 0;
            -moz-border-radius: 3px 0 0 0;
        }

        .table > thead > tr > th:last-child, .table > .tr > .th:last-child {
            border-radius: 0 3px 0 0;
            -moz-border-radius: 0 3px 0 0;
        }

        .table > thead > tr > th:only-child, .table > .tr > .th:only-child {
            border-radius: 3px 3px 0 0;
            -moz-border-radius: 3px 3px 0 0;
        }

    .table > tbody > tr:nth-child(odd) > td, .table > .tr:nth-child(odd) > .td {
        background: #FFFFFF;
    }

    .table > tbody > tr:nth-child(even) > td, .table > .tr:nth-child(even) > .td {
        background: #F6F6F6
    }




.panel {
    border: 1px solid #DDDDDD;
    
}




.tab-pane {
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
    border-width: 0px 1px 1px 1px;
    border-color: #DDDDDD;
    border-style: solid;
    background: #FFFFFF;
    padding: 15px;
}

.control-label {
    color: #535353;
    text-transform:uppercase;
    font-size: 12px;
}



/*Label*/
.label-secondary {
    background: #D9D9D9;
    color: #333333;
    font-weight: normal;
    
}

/*Buttons*/
.btn {
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    text-transform: none;
}

.btn-primary {
    color: #3498db;
    border-color: #3498db;
    background: none;
}

    .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
        color: #FFFFFF;
        background: #3498db;
        transition: ease-in 0.25s;
        border-color: #3498db;
    }

.btn-primary-alt {
    color: #ffffff;
    border-color: #3498db;
    background: #3498db;
}

    .btn-primary-alt:hover, .btn-primary-alt:active, .btn-primary-alt:focus {
        color: #3498db;
        background: none;
        transition: ease-in 0.25s;
        border-color: #3498db;
    }

.btn-success {
    color: #5CB85C;
    border-color: #5CB85C;
    background: none;
}

    .btn-success:hover, .btn-success:active, .btn-success:focus {
        color: #FFFFFF;
        background: #5CB85C;
        transition: ease-in 0.25s;
        border-color: #5CB85C;
    }

.btn-danger {
    color: #D9534F;
    border-color: #D9534F;
    background: none;
}

    .btn-danger:hover, .btn-danger:active, .btn-danger:focus {
        color: #FFFFFF;
        background: #D9534F;
        transition: ease-in 0.25s;
        border-color: #D9534F;
    }

.btn-warning {
    color: #F0AD4E;
    border-color: #F0AD4E;
    background: none;
}

    .btn-warning:hover, .btn-warning:active, .btn-warning:focus {
        color: #FFFFFF;
        background: #F0AD4E;
        transition: ease-in 0.25s;
        border-color: #F0AD4E;
    }





/*Chosen*/
.chosen-container .chosen-choices {
    background: #FFFFFF;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #d3d3d3;
    padding: 3px 10px;
}

    .chosen-container .chosen-choices li.search-search {
        border: 1px solid #d3d3d3;
        background: black;
    }

.chosen-container .chosen-results li.highlighted {
    background: #3498db;
}






.margin-bottom .small {
    margin-bottom: 5px;
}


.no-wrap {
    white-space: nowrap;
}

.attachment-list {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.attachment-list li {
    display: inline-block;
    margin: 2px;
}

.modal-header > i {
    margin-right: 10px;
}

.modal-body .alert {
    margin-bottom: 0px;
}

.textbox-multiline {
    width: 100%;
    max-width: 100%;
    min-height: 30px;
    max-height: 250px;
    resize: vertical;
}

.tooltip-inner {
    background-color: #34495e;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #34495e;
}

.table > tbody > tr.active > td {
    background-color: #FFCCCC;
}

.hover-line {
    text-decoration-line: underline;
    text-decoration-style: dotted;
}

.pre {
    white-space: pre;
}