@charset "UTF-8";

body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    font-size: 14px;
}

.text-space{
    width: 100%;
    max-width: 100px;
}
.text-space-title{
    width: 100%;
    max-width: 150px;
}
.text-space-description {
    width: 100%;
    max-width: 300px;
}
.content-space {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
}
.jconfirm-title {
    font-size: 16px !important;
}
.control-label {
    text-align: left !important;
}
.title-sup {
    color: red;
}
.with-btn {
    width: 110px;
}
.permission {
    height: 350px;
    overflow-x: hidden;
}
.permission-checkbox {
    position: absolute;
}
.permission-name {
    position: relative;
    margin-left: 20px;
    font-weight: unset;
}
.btn-search {
    height: 34px;
}

.form-control-feedback {
    right: 0px !important;
}
th {
    background-color: #3c8dbc;
}
.select2 {
    width: 100% !important;
}
.select2-selection {
    border-radius: unset !important;
}
.select2-container {
    height: 34px !important;
}
.select2-selection--single
{
    height: 34px !important;
}
.select2-selection__choice
{
    color: #000 !important;
}
.select2-selection__choice__remove {
    margin-right: 10px !important;
}

.image_vt {
    width: 150px;
    height: auto;
    padding: 5px;
    background-color: #e6e6e6;
}
.thumb {
    width: 100%;
    height: 100px;
    background-color: #3e3e3e;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.pagination {
    float: right !important;
}
.override_style_border {
    border: none !important;
    padding: 0px !important;
}
.icon_remover {
    font-size: 22px;
    color: red;
    margin-top: 5px;
    border: none;
    padding: 0px
}
input[type="checkbox"] {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
    transform: scale(1.5);
}

.register-box {
    width: 35% !important;
}

@media only screen and (max-width: 768px){
    .toogle_label {
        display: none;
    }
    .register-box {
        width: 100% !important;
    }
}