/*
    Created on : Oct 02, 2015, 4:18:27 AM
    Author     : phamtrong204
*/

.table_header {
    background-color: #EFF3F8;
    padding-top: 7px;
}

.select2-container .select2-selection {
    border-radius: 0;
}

.select2-search:after {
    position: absolute;
    top: 9px;
    right: 10px;
    left: auto;
    width: 16px;
    text-align: center;
}

.select2-selection.select2-selection--multiple .select2-search:after {
    top: 3px;
    right: 7px;
}

.select2-container.select2-container--focus .select2-selection {
    border: 1px solid #f59942;
    outline: 0;
}

.select2-container .select2-selection--multiple {
    height: 28px;
    min-height: 28px;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 3px;
}

.select2-container .select2-selection--multiple .select2-selection__choice {
    margin-top: 2px;
}

.select2-container .select2-selection--multiple .select2-selection__choice {
    background-image: none;
    background-color: #91b8d0;
    color: #FFFFFF;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    margin-right: 3px;
    line-height: 22px;
    padding: 0 8px 0 0;
    position: relative;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    transition: all 0.2s ease 0s;
    vertical-align: baseline;
    white-space: nowrap;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

.select2-container .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    font-size: 17px;
    line-height: 17px;
    vertical-align: -1px;
    margin: 1px;
    padding: 1px 2px 2px 2px;
}

.select2-container .select2-selection--multiple .select2-selection__choice__remove:hover {
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
}

.view-form-item {
    font-size: 14px;
    margin-bottom: 10px;
}

.form-text {
    display: block;
}

.show_on_edit {
    display: none;
}

.is_edit_form .show_on_edit {
    display: initial;
}

.main-content .main-content-inner {
    margin-bottom: 1px;
}

.footer .footer-inner .footer-content {
    border: none;
}

.data-table-title {
    margin-top: 2.5rem;
}

.full-width {
    width: 100%;
}

.horizontal-long-content {
    width: 100%;
    overflow-x: auto;
}

.full-view {
    width: 100vw;
    height: calc(100vh - 45px);
}

.flex-vertical-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.margin-center {
    margin-left: auto;
    margin-right: auto;
}

.error-404-image {
    max-width: 600px;
    width: 100%;
    height: auto;
    display: block;
}

.navbar-brand .badge {
    background-color: #fff;
    color: #438eb9;
}

.divider.topbar-divider {
    margin: 0;
    border-top-color: #bfcedc; /*#e4ecf3;*/
    background-color: #bfcedc; /*#e4ecf3;*/
    /*height: 2px;*/
}

.divider.topbar-divider + li > a {
    border-top: none;
}

img.img-cell {
    height: 90px;
}

.bold {
    font-weight: 700;
}

.text-large {
    font-size: large;
}

img.img-brand {
    max-height: 40px;
}

.navbar-brand > img.img-brand {
    max-height: 25px;
}

.margin-horizontal-auto {
    margin-left: auto;
    margin-right: auto;
}

.sm-width-restrict {
    max-width: 768px;
}

.text-role-developer {
    color: #6A1B9A;
    font-weight: bold;
}

.text-role-admin {
    color: #B71C1C;
    font-weight: bold;
}

.text-role-subadmin {
    color: #F57F17;
    font-weight: bold;
}

.form-divider {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 18px;
}

.form-divider:first-child {
    margin-top: 0;
}

.form-horizontal .control-label.form-divider {
    margin-bottom: 20px;
}

.text-grey {
    color: #ccc;
}

.big-icon {
    font-size: 64px;
}

.card {
    -webkit-box-shadow: rgba(2, 8, 20, 0.1) 0 0.175em 0.5em, rgba(2, 8, 20, 0.08) 0 0.085em 0.175em;
    -moz-box-shadow: rgba(2, 8, 20, 0.1) 0 0.175em 0.5em, rgba(2, 8, 20, 0.08) 0 0.085em 0.175em;
    box-shadow: rgba(2, 8, 20, 0.1) 0 0.175em 0.5em, rgba(2, 8, 20, 0.08) 0 0.085em 0.175em;

    border-radius: 4px;
}

.card .card-header,
.card .card-content {
    padding: 10px;
}

.card .card-title {
    font-weight: bold;
    font-size: 1.2em;
}

.card .card-subtitle {
    color: #bdbdbd;
}

.card .card-item {
    padding: 10px 16px;
    border-top: solid 1px #eee;
}

.card .card-item:first-child {
    border-top: none;
}

.card .card-item .card-item-icon {
    font-size: 20px;
}
