.content #main-container{
    width: 100%;
}

/** TABLE **/
.table th {
    font-size: 13px;
}

.table td {
    font-size: 12px;
    padding: 5px 10px 2px;
    border-bottom: 0;
    color: #666;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 0px;
}

a.disabled {
    opacity: 0.2;
    pointer-events: none;
    cursor: default;
}

.table td div.bool{
    
}
.table td div.bool span{
padding: 5px 0;
width: 50px;
display: block;
/*margin: 0 auto;*/
}

/** Modal **/
#delete-modal {
    overflow-y: hidden;
}

body.modal-open,
.modal-open .navbar-fixed-top, 
.modal-open .navbar-fixed-bottom {
    margin-right: 0px;
}

/** Module part **/
.module {
    border: 1px solid #d2d4d8;
    border-radius: 3px;
    margin-bottom: 15px;
}

.module .module-head {
    background: #f7f8f9;
    border-bottom: 1px solid #d9d9dd;
    border-radius: 2px 2px 0 0;
    height: 40px;
}

.module .module-head > a,
.module .module-head > b {
    color: #727476;
    display: inline-block;
    font-weight: 500;
    padding: 10px 15px;
}

.module .module-head a {
    color: inherit;
    text-decoration: none;
}

.module .module-head i {
    font-size: 14px;
    color: #666;
    display: inline-block;
    line-height: 20px;
}

.module .module-body {
    background: #fff;
    padding: 15px;
    border-radius: 0 0 2px 2px;
}

.form-select-medium{
    font-size: 13px;
}

.module .module-body .upper-menu {
    margin: 0 0 10px 0;
}

.module .module-body [class*="span"] {
    margin-left: 0px;
}

.alert {
    border-radius: 2px;
    /*margin-bottom: 0px;*/
}

#delete-item {
    display: none;
}

.btn-new {
    margin-left: 10px;
}

.status-message {
    margin-bottom: 15px;
}

/* switch button */
.switch-toggle label {
    color: #424242;
}
/* Forms part */
.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

.control-group.error label {
    color: #f56954;
}
.control-group.error .form-control {
    border-color: #f56954 !important;
    box-shadow: none;
}
.control-group.error .help-inline{
    color: #f56954;
}

.form-control,
.uneditable-input {
    font-size: 13px;
    margin-bottom: 0;
    border-radius: 2px;
    
}




.input-group-addon {
    padding: 5px 12px;
}




.add-input,
.remove-input {
    cursor: pointer;
}
.pagination{
    margin: 0;
}
.clear_both{
    clear:both;
}

li.divider{
    border-bottom: 1px dotted #C8C8C8;
}

#jquery-loader.summernote{
    border:none;
    padding-top:35px;
    background-color: transparent;
    text-align: center;
    background-image: url(../img/ajax-loader_summernote.gif);
    background-position: center center;
    background-repeat: no-repeat;
}

.whatever { page-break-after: always; }

.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 0.5s infinite linear;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg); }
    to { transform: scale(1) rotate(360deg); }
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}

ul.thumbnails.image_picker_selector li .thumbnail {
    width: 85px;
}

ul.thumbnails.image_picker_selector li .thumbnail.selected {
    color: #fff;
}