.btn-localization {
    width: 20px;
    height: 20px;
    border: none;
    margin-left: 4px;
    vertical-align: middle;
}

.text-smaller {
    width: 70% !important;
    display: inline-block;
}

.embed_url {
    max-width: 90% !important;
}

.microlink_card {
    max-width: 100% !important;
}

.url_link {
    display: inline-block;
    width: 90%;
}

.table {
    width: 100% !important;
}

.hideElement {
    display: none;
}

ul.pagination {
    white-space: normal !important;
}

.showBtn {
    display: none;
}

.showBtnAppear {
    display: inline-block !important;
}

.successfully_uploaded {
    color: #228B22;
}

.unsuccessfully_uploaded {
    color: #FF0000;
}

.select2-selection__choice {
    color: #2A2444 !important;
    background-color: #FFCC00 !important;
    border-radius: 17px !important;
}

.select2-selection {
    border: 1px solid #2A2444 !important;
    border-radius: 3px !important;
    height: 34px !important;

}
.dataTables_wrapper {
    min-height: 300px;
}

.dataTables_processing{
    background-color:#00fff31f !important;
    line-height: 0px;
}

table.dataTable tbody td {
    word-wrap: break-word;
    max-width: 500px;
}

.modal-body table.dataTable tbody td {
    word-wrap: break-word;
    max-width: 100px;
}

.col-sm-6 table.dataTable tbody td {
    word-wrap: break-word;
    max-width: 200px;
}
.content-header {
    min-height: 25px;
}
.fc-content .closeon{
    float: left;
    margin-left: 5px;
    margin-top: 8px;
    font-weight: bolder;
}

.fc-event-container a{
    background-color: #2c4383;
    border-color: white;
    height: 50px;
    font-size: medium;
    text-align: -webkit-center;
}
.fc-content{
    height: 100%;
    background-color: #00000055;
}
.dragItem{
    background-color: #00000055;
    height: 100%;
    padding: 5px 10px;
}
.fc-content span{
    vertical-align: middle;
}
.ui-draggable{
    height: 30px;
    padding: 0px;
}

.warningMsg {
    color: red;
    font-size: small;
    margin: 6px;
    font-weight: bolder;
}

.fc-content {
    direction: rtl;
}
a.fc-event {
    height: 100%;
}
.fc-title {
    white-space: normal;
}
.btn-group-div{
    margin: 0px 0px 20px 0px;
}
.btn-primary.active{
    color: black!important;
    background-color: #FFCC00!important;
}
.datepicker {
    z-index: 10000!important;
}
#photo_upload {
    display: inline-block;
}
/*fix unclickable forms*/
.col-xs-12~.col-sm-12{
    float: left;
}

.content-header .no-content-btn:before{
    content: ''!important;
}