.sort_index {
    width: 10px;
}
.dataTables_filter {
    width: 100% !important;
}

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

.chosen-container .chosen-single,
.chosen-container .chosen-single .chosen-with-drop {
    border-radius: 0 !important;
    background-image: linear-gradient(#eee 1%,#fff 15%) !important;
    border-color: #CCD0D7 !important;
    height: 34px;
    line-height: 34px;
}

.chosen-container-single .chosen-single div b {
    background: none;
}

.chosen-container-single .chosen-drop {
    border-radius: 0;
    border-color: #CCD0D7;
}

.chosen-container-single .chosen-search {
    padding: 0;
}

.chosen-container-single .chosen-search .chosen-search-input {
    border-color: #CCD0D7 !important;
    height: 34px !important;
    line-height: 34px !important;
    background-image: linear-gradient(#eee 1%,#fff 15%) !important;

}

.chosen-container-single .chosen-results {
    padding: 0 !important;
    margin: 0 !important;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

.mce-fullscreen .mce-container.mce-edit-area{
    width: 400px;
    margin: auto;
}

.thumbnail .image .mask > a{
    display: block;
    height: 89px;
}

.thumbnail .image .mask .tools{
    margin: 0px;
}

.chosen-container-multi .chosen-choices{
    height: auto;
}

.no-navigation .right_col{
    margin-left: 0 !important;
}

.no-navigation footer{
    margin-left: 0 !important;
}

.no-navigation .top_nav{
    margin-left: 0 !important;
}

.no-navigation .toggle{
    display: none;
}
