.messages_container {
    width: 100%;
}

.imagesize {
    width: 60px !important;
    padding: 3px;
    background-color: grey;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.datestl {
    color: grey;
    font-size: 10px;
}

.titlestyle {
    font-weight: bolder;
    font-size: 18px;
}

.objstyle {
    color: grey;
    font-size: 14px;
}

.limitwidth {
    width: 100px;
}

.backbutton {
    width: 84px;
    position: absolute;
    left: 0px;
    top: 70px;
    padding: 4px;
    border-radius: 0px 9px 9px 0px;
    background-color: #6ba900;
    color: white;
    font-weight: bold;
    box-shadow: 4px 2px 18px grey;
    cursor: pointer;
}


/*///////////////////////////////////////////////////*/

.pinkback {
    background: #FFF;
    cursor: pointer;
    color: gray;
    position: fixed;
    left: 0px;
    top: 70px;
    font: bold 11px "Helvetica";
    padding: 5px;
    text-decoration: none;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .25);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .25);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pinkback:after {
    background: gray;
    color: #FFF;
    content: "  >  ";
    display: inline-block;
    font: bold 11px "Georgia";
    height: 25px;
    line-height: 25px;
    margin-left: 2px;
    text-align: center;
    width: 25px;
    margin-right: 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.pinkback:hover {
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.fullwidthbtn {
    width: 40% !important;
}

.xs_size {
    width: 100%;
}

.std_max_123 {
    max-width: 350px;
}

.thumbnail {
    max-width: 132px;
    width: 132px;
}

.showhide {
    display: none;
    margin: 10px 0;
}

.resizepic {
    WIDTH: 211px;
}


/*--------------------------------------------------*/

.hover_btn:active {
    color: white
}

.hover_btn:hover {
    background-color: #009E2A;
    color: white
}

.hover_btn {
    height: 50px;
    background-color: #428bca;
    color: white;
    margin-left: 1px;
    width: 50%;
    float: left
}


/*--------------------------------------------------*/

#panel_footer {
    margin-bottom: 0px;
    padding: 10px 15px;
    background-color: #f5f5f5;
}

.modal-backdrop {
    position: relative;
}

.chosen-results {
    width: 219px !important;
}

.chosen-search {
    width: 219px !important;
}

.chosen-single {
    width: 219px !important;
}

.chosen-drop {
    width: 219px !important;
}

.chosen-results {
    width: 219px !important;
}


/* COLOR BUNDEL HELPER (ARBIB)*/

.red-l5 {
    color: #000 !important;
    background-color: #FFEBEE !important;
}

.red-l4 {
    color: #000 !important;
    background-color: #FFCDD2 !important;
}

.red-l3 {
    color: #000 !important;
    background-color: #EF9A9A !important;
}

.red-l2 {
    color: #000 !important;
    background-color: #E57373 !important;
}

.red-l1 {
    color: #fff !important;
    background-color: #EF5350 !important;
}

.red-d1 {
    color: #fff !important;
    background-color: #E53935 !important;
}

.red-d2 {
    color: #fff !important;
    background-color: #D32F2F !important;
}

.red-d3 {
    color: #fff !important;
    background-color: #C62828 !important;
}

.red-d4 {
    color: #fff !important;
    background-color: #B71C1C !important;
}

.pink-l5 {
    color: #000 !important;
    background-color: #fce4ec !important;
}

.pink-l4 {
    color: #000 !important;
    background-color: #f8bbd0 !important;
}

.pink-l3 {
    color: #000 !important;
    background-color: #f48fb1 !important;
}

.pink-l2 {
    color: #fff !important;
    background-color: #f06292 !important;
}

.pink-l1 {
    color: #fff !important;
    background-color: #ec407a !important;
}

.pink-d1 {
    color: #fff !important;
    background-color: #d81b60 !important;
}

.pink-d2 {
    color: #fff !important;
    background-color: #c2185b !important;
}

.pink-d3 {
    color: #fff !important;
    background-color: #ad1457 !important;
}

.pink-d4 {
    color: #fff !important;
    background-color: #880e4f !important;
}

.purple-l5 {
    color: #000 !important;
    background-color: #f3e5f5 !important;
}

.purple-l4 {
    color: #000 !important;
    background-color: #e1bee7 !important;
}

.purple-l3 {
    color: #000 !important;
    background-color: #ce93d8 !important;
}

.purple-l2 {
    color: #fff !important;
    background-color: #ba68c8 !important;
}

.purple-l1 {
    color: #fff !important;
    background-color: #ab47bc !important;
}

.purple-d1 {
    color: #fff !important;
    background-color: #8e24aa !important;
}

.purple-d2 {
    color: #fff !important;
    background-color: #7b1fa2 !important;
}

.purple-d3 {
    color: #fff !important;
    background-color: #6a1b9a !important;
}

.purple-d4 {
    color: #fff !important;
    background-color: #4a148c !important;
}

.deep-purple-l5 {
    color: #000 !important;
    background-color: #ede7f6 !important;
}

.deep-purple-l4 {
    color: #000 !important;
    background-color: #d1c4e9 !important;
}

.deep-purple-l3 {
    color: #000 !important;
    background-color: #b39ddb !important;
}

.deep-purple-l2 {
    color: #fff !important;
    background-color: #9575cd !important;
}

.deep-purple-l1 {
    color: #fff !important;
    background-color: #7e57c2 !important;
}

.deep-purple {
    color: #fff !important;
    background-color: #673ab7 !important;
}

.deep-purple-d1 {
    color: #fff !important;
    background-color: #5e35b1 !important;
}

.deep-purple-d2 {
    color: #fff !important;
    background-color: #512da8 !important;
}

.deep-purple-d3 {
    color: #fff !important;
    background-color: #4527a0 !important;
}

.deep-purple-d4 {
    color: #fff !important;
    background-color: #311b92 !important;
}

.indigo-l5 {
    color: #000 !important;
    background-color: #e8eaf6 !important;
}

.indigo-l4 {
    color: #000 !important;
    background-color: #c5cae9 !important;
}

.indigo-l3 {
    color: #000 !important;
    background-color: #9fa8da !important;
}

.indigo-l2 {
    color: #fff !important;
    background-color: #7986cb !important;
}

.indigo-l1 {
    color: #fff !important;
    background-color: #5c6bc0 !important;
}

.indigo-d1 {
    color: #fff !important;
    background-color: #3949ab !important;
}

.indigo-d2 {
    color: #fff !important;
    background-color: #303f9f !important;
}

.indigo-d3 {
    color: #fff !important;
    background-color: #283593 !important;
}

.indigo-d4 {
    color: #fff !important;
    background-color: #1a237e !important;
}

.blue-l5 {
    color: #000 !important;
    background-color: #E3F2FD !important;
}

.blue-l4 {
    color: #000 !important;
    background-color: #BBDEFB !important;
}

.blue-l3 {
    color: #000 !important;
    background-color: #90CAF9 !important;
}

.blue-l2 {
    color: #000 !important;
    background-color: #64B5F6 !important;
}

.blue-l1 {
    color: #fff !important;
    background-color: #42A5F5 !important;
}

.blue-d1 {
    color: #fff !important;
    background-color: #1E88E5 !important;
}

.blue-d2 {
    color: #fff !important;
    background-color: #1976D2 !important;
}

.blue-d3 {
    color: #fff !important;
    background-color: #1565C0 !important;
}

.blue-d4 {
    color: #0180c0 !important;
    background: none;
}

.light-blue-l5 {
    color: #000 !important;
    background-color: #e1f5fe !important;
}

.light-blue-l4 {
    color: #000 !important;
    background-color: #b3e5fc !important;
}

.light-blue-l3 {
    color: #000 !important;
    background-color: #81d4fa !important;
}

.light-blue-l2 {
    color: #000 !important;
    background-color: #4fc3f7 !important;
}

.light-blue-l1 {
    color: #000 !important;
    background-color: #29b6f6 !important;
}

.light-blue-d1 {
    color: #fff !important;
    background-color: #039be5 !important;
}

.light-blue-d2 {
    color: #fff !important;
    background-color: #0288d1 !important;
}

.light-blue-d3 {
    color: #fff !important;
    background-color: #0277bd !important;
}

.light-blue-d4 {
    color: #fff !important;
    background-color: #01579b !important;
}

.cyan-l5 {
    color: #000 !important;
    background-color: #e0f7fa !important;
}

.cyan-l4 {
    color: #000 !important;
    background-color: #b2ebf2 !important;
}

.cyan-l3 {
    color: #000 !important;
    background-color: #80deea !important;
}

.cyan-l2 {
    color: #000 !important;
    background-color: #4dd0e1 !important;
}

.cyan-l1 {
    color: #000 !important;
    background-color: #26c6da !important;
}

.cyan-d1 {
    color: #000 !important;
    background-color: #00acc1 !important;
}

.cyan-d2 {
    color: #fff !important;
    background-color: #0097a7 !important;
}

.cyan-d3 {
    color: #fff !important;
    background-color: #00838f !important;
}

.cyan-d4 {
    color: #fff !important;
    background-color: #006064 !important;
}

.teal-l5 {
    color: #000 !important;
    background-color: #e0f2f1 !important;
}

.teal-l4 {
    color: #000 !important;
    background-color: #b2dfdb !important;
}

.teal-l3 {
    color: #000 !important;
    background-color: #80cbc4 !important;
}

.teal-l2 {
    color: #000 !important;
    background-color: #4db6ac !important;
}

.teal-l1 {
    color: #000 !important;
    background-color: #26a69a !important;
}

.teal-d1 {
    color: #fff !important;
    background-color: #00897b !important;
}

.teal-d2 {
    color: #fff !important;
    background-color: #00796b !important;
}

.teal-d3 {
    color: #fff !important;
    background-color: #00695c !important;
}

.teal-d4 {
    color: #fff !important;
    background-color: #004d40 !important;
}
.green{
    background-color: #e6f9ec;
    text-shadow: none;
    color: #565656;
}

.green-l5 {
    color: #000 !important;
    background-color: #E8F5E9 !important;
}

.green-l4 {
    color: #000 !important;
    background-color: #C8E6C9 !important;
}

.green-l3 {
    color: #000 !important;
    background-color: #A5D6A7 !important;
}

.green-l2 {
    color: #000 !important;
    background-color: #81C784 !important;
}

.green-l1 {
    color: #000 !important;
    background-color: #66BB6A !important;
}

.green-d1 {
    color: #fff !important;
    background-color: #43A047 !important;
}

.green-d2 {
    color: #fff !important;
    background-color: #388E3C !important;
}

.green-d3 {
    color: #fff !important;
    background-color: #2E7D32 !important;
}

.green-d4 {
    color: #fff !important;
    background-color: #1B5E20 !important;
}

.light-green-l5 {
    color: #000 !important;
    background-color: #f1f8e9 !important;
}

.light-green-l4 {
    color: #000 !important;
    background-color: #dcedc8 !important;
}

.light-green-l3 {
    color: #000 !important;
    background-color: #c5e1a5 !important;
}

.light-green-l2 {
    color: #000 !important;
    background-color: #aed581 !important;
}

.light-green-l1 {
    color: #000 !important;
    background-color: #9ccc65 !important;
}

.light-green-d1 {
    color: #000 !important;
    background-color: #7cb342 !important;
}

.light-green-d2 {
    color: #fff !important;
    background-color: #689f38 !important;
}

.light-green-d3 {
    color: #fff !important;
    background-color: #558b2f !important;
}

.light-green-d4 {
    color: #fff !important;
    background-color: #33691e !important;
}

.lime-l5 {
    color: #000 !important;
    background-color: #f9fbe7 !important;
}

.lime-l4 {
    color: #000 !important;
    background-color: #f0f4c3 !important;
}

.lime-l3 {
    color: #000 !important;
    background-color: #e6ee9c !important;
}

.lime-l2 {
    color: #000 !important;
    background-color: #dce775 !important;
}

.lime-l1 {
    color: #000 !important;
    background-color: #d4e157 !important;
}

.lime-d1 {
    color: #000 !important;
    background-color: #c0ca33 !important;
}

.lime-d2 {
    color: #000 !important;
    background-color: #afb42b !important;
}

.lime-d3 {
    color: #000 !important;
    background-color: #9e9d24 !important;
}

.lime-d4 {
    color: #fff !important;
    background-color: #827717 !important;
}

.yellow-l5 {
    color: #000 !important;
    background-color: #fffde7 !important;
}

.yellow-l4 {
    color: #000 !important;
    background-color: #fff9c4 !important;
}

.yellow-l3 {
    color: #000 !important;
    background-color: #fff59d !important;
}

.yellow-l2 {
    color: #000 !important;
    background-color: #fff176 !important;
}

.yellow-l1 {
    color: #000 !important;
    background-color: #ffee58 !important;
}

.yellow-d1 {
    color: #000 !important;
    background-color: #fdd835 !important;
}

.yellow-d2 {
    color: #000 !important;
    background-color: #fbc02d !important;
}

.yellow-d3 {
    color: #000 !important;
    background-color: #f9a825 !important;
}

.yellow-d4 {
    color: #000 !important;
    background-color: #f57f17 !important;
}

.amber-l5 {
    color: #000 !important;
    background-color: #fff8e1 !important;
}

.amber-l4 {
    color: #000 !important;
    background-color: #ffecb3 !important;
}

.amber-l3 {
    color: #000 !important;
    background-color: #ffe082 !important;
}

.amber-l2 {
    color: #000 !important;
    background-color: #ffd54f !important;
}

.amber-l1 {
    color: #000 !important;
    background-color: #ffca28 !important;
}

.amber-d1 {
    color: #000 !important;
    background-color: #ffb300 !important;
}

.amber-d2 {
    color: #000 !important;
    background-color: #ffa000 !important;
}

.amber-d3 {
    color: #000 !important;
    background-color: #ff8f00 !important;
}

.amber-d4 {
    color: #000 !important;
    background-color: #ff6f00 !important;
}

.orange-l5 {
    color: #000 !important;
    background-color: #fff3e0 !important;
}

.orange-l4 {
    color: #000 !important;
    background-color: #ffe0b2 !important;
}

.orange-l3 {
    color: #000 !important;
    background-color: #ffcc80 !important;
}

.orange-l2 {
    color: #000 !important;
    background-color: #ffb74d !important;
}

.orange-l1 {
    color: #000 !important;
    background-color: #ffa726 !important;
}

.orange-d1 {
    color: #000 !important;
    background-color: #fb8c00 !important;
}

.orange-d2 {
    color: #000 !important;
    background-color: #f57c00 !important;
}

.orange-d3 {
    color: #fff !important;
    background-color: #ef6c00 !important;
}

.orange-d4 {
    color: #fff !important;
    background-color: #e65100 !important;
}

.deep-orange-l5 {
    color: #000 !important;
    background-color: #fbe9e7 !important;
}

.deep-orange-l4 {
    color: #000 !important;
    background-color: #ffccbc !important;
}

.deep-orange-l3 {
    color: #000 !important;
    background-color: #ffab91 !important;
}

.deep-orange-l2 {
    color: #000 !important;
    background-color: #ff8a65 !important;
}

.deep-orange-l1 {
    color: #000 !important;
    background-color: #ff7043 !important;
}

.deep-orange-d1 {
    color: #fff !important;
    background-color: #f4511e !important;
}

.deep-orange-d2 {
    color: #fff !important;
    background-color: #e64a19 !important;
}

.deep-orange-d3 {
    color: #fff !important;
    background-color: #d84315 !important;
}

.deep-orange-d4 {
    color: #fff !important;
    background-color: #bf360c !important;
}

.brown-l5 {
    color: #000 !important;
    background-color: #efebe9 !important;
}

.brown-l4 {
    color: #000 !important;
    background-color: #d7ccc8 !important;
}

.brown-l3 {
    color: #000 !important;
    background-color: #bcaaa4 !important;
}

.brown-l2 {
    color: #fff !important;
    background-color: #a1887f !important;
}

.brown-l1 {
    color: #fff !important;
    background-color: #8d6e63 !important;
}

.brown-d1 {
    color: #fff !important;
    background-color: #6d4c41 !important;
}

.brown-d2 {
    color: #fff !important;
    background-color: #5d4037 !important;
}

.brown-d3 {
    color: #fff !important;
    background-color: #4e342e !important;
}

.brown-d4 {
    color: #fff !important;
    background-color: #3e2723 !important;
}

.blue-grey-l5 {
    color: #000 !important;
    background-color: #eceff1 !important;
}

.blue-grey-l4 {
    color: #000 !important;
    background-color: #cfd8dc !important;
}

.blue-grey-l3 {
    color: #000 !important;
    background-color: #b0bec5 !important;
}

.blue-grey-l2 {
    color: #000 !important;
    background-color: #90a4ae !important;
}

.blue-grey-l1 {
    color: #fff !important;
    background-color: #78909c !important;
}

.blue-grey-d1 {
    color: #fff !important;
    background-color: #546e7a !important;
}

.blue-grey-d2 {
    color: #fff !important;
    background-color: #455a64 !important;
}

.blue-grey-d3 {
    color: #fff !important;
    background-color: #37474f !important;
}

.blue-grey-d4 {
    color: #fff !important;
    background-color: #263238 !important;
}

.grey-l5 {
    color: #000 !important;
    background-color: #fafafa !important;
}

.grey-l4 {
    color: #000 !important;
    background-color: #f5f5f5 !important;
}

.grey-l3 {
    color: #000 !important;
    background-color: #eeeeee !important;
}

.grey-l2 {
    color: #000 !important;
    background-color: #e0e0e0 !important;
}

.grey-l1 {
    color: #000 !important;
    background-color: #bdbdbd !important;
}

.grey-d1 {
    color: #fff !important;
    background-color: #757575 !important;
}

.grey-d2 {
    color: #fff !important;
    background-color: #616161 !important;
}

.grey-d3 {
    color: #fff !important;
    background-color: #424242 !important;
}

.grey-d4 {
    color: #fff !important;
    background-color: #212121 !important;
}

.black-l5 {
    color: #fff !important;
    background-color: #555 !important;
}

.black-l4 {
    color: #fff !important;
    background-color: #444 !important;
}

.black-l3 {
    color: #fff !important;
    background-color: #333 !important;
}

.black-l2 {
    color: #fff !important;
    background-color: #222 !important;
}

.black-l1 {
    color: #fff !important;
    background-color: #111 !important;
}

.red {
    color: #fff !important;
    background-color: #F44336 !important;
}

.pink {
    color: #fff !important;
    background-color: #e91e63 !important;
}

.purple {
    color: #fff !important;
    background-color: #9c27b0 !important;
}

.deep-purple {
    color: #fff !important;
    background-color: #673ab7 !important;
}

.indigo {
    color: #fff !important;
    background-color: #3f51b5 !important;
}

.blue {
    color: #fff !important;
    background-color: #2196F3 !important;
}

.light-blue {
    color: #000 !important;
    background-color: #03a9f4 !important;
}

.cyan {
    color: #000 !important;
    background-color: #00bcd4 !important;
}

.teal {
    color: #fff !important;
    background-color: #009688 !important;
}

.green {
    color: #fff !important;
    background-color: #4CAF50 !important;
}

.light-green {
    color: #000 !important;
    background-color: #8bc34a !important;
}

.lime {
    color: #000 !important;
    background-color: #cddc39 !important;
}

.yellow {
    color: #000 !important;
    background-color: #ffeb3b !important;
}

.amber {
    color: #000 !important;
    background-color: #ffc107 !important;
}

.orange {
    color: #000 !important;
    background-color: #ff9800 !important;
}

.deep-orange {
    color: #fff !important;
    background-color: #ff5722 !important;
}

.brown {
    color: #fff !important;
    background-color: #795548 !important;
}

.blue-grey {
    color: #fff !important;
    background-color: #607d8b !important;
}

.grey {
    color: #000 !important;
    background-color: #9e9e9e !important;
}

.light-grey {
    color: #000 !important;
    background-color: #eeeeee !important;
}

.black {
    color: #fff !important;
    background-color: #000 !important;
}

.white {
    color: #000 !important;
    background-color: #fff !important;
}

.w3-text-black,
.text-black {
    color: #000 !important;
}

.w3-text-white,
.text-white {
    color: #fff !important;
}

.w3-text-blue {
    color: #2196F3 !important;
}

.w3-text-blue-grey {
    color: #607d8b !important;
}

.w3-text-cyan {
    color: #0097a7 !important;
}

.w3-text-dark-grey {
    color: #616161 !important;
}

.w3-text-deep-orange {
    color: #ff5722 !important;
}

.w3-text-deep-purple {
    color: #673ab7 !important;
}

.w3-text-grey {
    color: #616161 !important;
}

.w3-text-indigo {
    color: #1a237e !important;
}

.w3-text-orange {
    color: #ff9800 !important;
}

.w3-text-pink {
    color: #e91e63 !important;
}

.w3-text-purple {
    color: #9c27b0 !important;
}

.w3-text-red {
    color: #F44336 !important;
}

.w3-text-teal {
    color: #009688 !important;
}

.w3-text-yellow {
    color: #ffeb3b !important;
}

.w3-text-light-blue {
    color: #03a9f4 !important;
}

.w3-text-green {
    color: #4CAF50 !important;
}

.w3-text-light-green {
    color: #8bc34a !important;
}

.w3-text-amber {
    color: #ffc107 !important;
}

.w3-text-brown {
    color: #795548 !important;
}

.w3-text-light-blue {
    color: #03a9f4 !important;
}

.code_will {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    padding: 24px;
    border-radius: 6px;
}

.body_m {
    background: #999;
}

.social {
    padding-left: 30px;
    color: #20d8b8;
    text-decoration: none;
    font-size: 30px;
}

#user_profile_avatar {
    border-radius: 50%;
    height: 49px;
}

.sub {
    bottom: 0px;
    width: 100%;
    position: absolute;
    background: #636363;
    height: 40px;
    text-align: center;
    color: #999;
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: 300;
}

#titulo {
    font-size: 20px;
}

.flip-container {
    margin: 0 auto;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -webkit-box-shadow: -1px 3px 14px -1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -1px 3px 14px -1px rgba(0, 0, 0, 0.2);
    box-shadow: -1px 3px 14px -1px rgba(0, 0, 0, 0.2);
}

.flipper {
    background: #fff;
    position: relative;
}

.front,
.back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.front {
    text-align: center;
    padding-top: 13px;
    background: #fff;
    z-index: 1;
}

.flip-container,
.front,
.back {
    width: 409px;
    height: 121px;
    margin-bottom: 13px;
}

.back {
    background: #636363;
    padding-top: 30px;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
}

.back p {
    margin-left: 30px;
    color: white;
    font-weight: 300;
}


/*blur*/

.blurry {
    -webkit-filter: blur(7px);
    filter: blur(7px);
    -webkit-transform: translateY(0px) translate3d(0, 0, 0);
}

#hover_trigger:hover {
    opacity: 0.5;
}


/* special styles for reservation module############################################################################## */


/* index view*/

.modal-content {
    border: none;
    border-radius: 1px;
}

.modal-content {
    margin-top: 236px;
}

.ms-trigger {
    display: none;
}

.ui-widget-content {
    background-color: white;
}

.ui-widget-content li:hover {
    background-color: #F5F5F5;
}

table tr td,
table th {
    text-align: center;
    vertical-align: middle!important;
}

.reservations_box {
    width: 150px;
    height: 85px;
    padding: 0px !important;
}

.right_header {
    width: 150px;
}

.tbl_content_container {
    width: 100%;
    max-width: 100%;
    height: 85px;
    max-height: 124px;
    border: 1px solid rgba(221, 222, 223, 0.2);
    padding: 5px;
    opacity: 0.9
}

.tbl_content_container:hover {
    box-shadow: -1px 2px 4px 1px rgba(0, 0, 0, 0.50);
}

.reservation_done {
    background-color: rgba(0, 201, 0, 0.2);
}

.reservation_pending {
    background-color: rgba(0, 0, 0, 0.2);
}

.reservation_outdated {
    background-color: rgba(255, 0, 0, 0.2);
}

.reservation_outdated:hover {
    background-color: rgba(255, 0, 0, 0.3);
}

.reservation_done:hover {
    background-color: rgba(0, 201, 0, 0.3);
}

.reservation_pending:hover {
    /*background-color: rgba(0, 0, 0, 0.3);*/
    background-image: url('../img/it_room.jpg');
}

.class_title {
    font-weight: bolder;
    color: black;
    font-size: 12px;
}

.destributer {
    margin-top: 10px;
}

.prof_name {
    font-size: 11px;
}

.padding_top {
    //padding-top: 25px;
}

.holder_name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
    border-top: 1px solid rgba(0, 0, 0, 0.11);
    margin-top: 8px;
    font-size: 12px;
    line-height: 23px;
}

.reading_room:hover {
    background: url(../img/reading_room.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.it_room:hover {
    background: url(../img/it_room.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#weekly_calendar_table {
    margin-bottom: 0px;
    width: 100%;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 200px;
}

.fd_set {
    min-height: 63px;
    padding: 10px !important;
    margin-bottom: 0px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 9px 9px 0px 0px!important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    width: 1140px;
    top: 47px;
    z-index: 999;
    box-shadow: 0px 7px 6px -2px rgba(0, 0, 0, 0.23);
}

.fd_set_holiday_view {
    min-height: 63px;
    padding: 10px !important;
    margin-bottom: 0px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 9px 9px 0px 0px!important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    width: 1140px;
    top: 47px;
    z-index: 999;
}

.fd_set_repeat_booking {
    padding: 10px !important;
    margin-bottom: 0px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    margin-top: 8px;
    text-align: center;
}


/* create view */

.modal-content {
    border: none;
    border-radius: 1px;
}

.modal-content {
    margin-top: 236px;
}

.ms-trigger {
    display: none;
}

.ui-widget-content {
    background-color: white;
}

.ui-widget-content li:hover {
    background-color: #F5F5F5;
}

#form_container {
    padding: 48px;
    box-shadow: -1px 3px 14px -1px rgba(0, 0, 0, 0.2);
    width: 100%;
    background-color: whitesmoke;
    margin-bottom: 73px;
}

.special_button {
    background-color: powderblue;
    padding: 2px;
    border-radius: 2px;
    box-shadow: -1px 3px 14px -1px rgba(0, 0, 0, 0.2);
}

.input-group-addon:first-child {
    border-left: 0;
}


/* END special styles for reservation module############################################################################## */


/* globale style plugin by soufiane */

.hoverable:hover {
    box-shadow: -1px 2px 4px 1px rgba(0, 0, 0, 0.50);
}

.hoverable {
    box-shadow: -1px 3px 14px -1px rgba(0, 0, 0, 0.2);
}


/* ENDglobale style plugin by soufiane */


/* biblio styles*/

#plugin_choice {
    color: black;
}

#ui-datepicker-div {
    width: 332px;
    z-index: 999
}

.ui-datepicker-close {
    color: #fff;
    background-color: #c81a1e;
    border-color: #c81a1e;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.ui-datepicker-current {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.ui-timepicker-div {
    direction: ltr;
    padding-left: 22px;
    padding-top: 11px;
}

.ui_tpicker_hour_label {
    width: 64px;
    float: left;
    margin-top: 12px;
}

.ui_tpicker_hour {}

.ui_tpicker_minute_label {
    width: 64px;
    float: left;
    margin-top: 10px;
}

.ui_tpicker_minute {}

.ui-timepicker-select {
    display: block;
    width: 24%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    line-height: 1.92857143;
    margin: 5px;
}

.ui_tpicker_time_label {
    width: 64px;
    float: left;
}

.fileitems {
    float: right;
    margin-left: 3px
}


/*REPORTING*/

.widget.widget-hide-header {
    border: none;
    background: none;
}

.widget {
    border-width: 1px;
    border-style: solid;
    margin-bottom: 20px;
    background-color: #f9f9f9;
    border-color: lightgray;
}

.widget .widget-header {
    padding: 0 10px;
    height: 35px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: lightgray;
    background-color: #eeeeee;
}

.hide {
    display: none !important;
}

.widget-reminder .widget-content {
    position: relative;
    overflow: hidden;
    padding: 20px;
    background-color: #7d939a;
    color: #fff;
}

.widget .widget-content {
    padding: 20px 10px;
}

.widget-reminder .widget-content {
    position: relative;
    overflow: hidden;
    padding: 20px;
    background-color: #7d939a;
    color: #fff;
}

.widget .widget-content h4 {
    font-size: 14px;
}

.today-reminder .reminder-title {
    border-bottom: 1px solid #a4c0cc;
    padding-bottom: 5px;
}

.today-reminder .reminder-time {
    font-size: 1.5em;
    margin-bottom: 0;
}

p {
    margin: 0 0 10px;
}

.today-reminder .reminder-place {
    font-size: 1.5em;
}

.today-reminder .reminder-notes {
    font-size: 0.9em;
}

.today-reminder>i {
    opacity: 0.1;
    filter: alpha(opacity=10);
    position: absolute;
    top: 5px;
    right: -15px;
    font-size: 12em;
    -webkit-animation: ring 8s .5s ease-in-out 3;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 8s .5s ease-in-out 3;
    -moz-transform-origin: 50% 4px;
    animation: ring 8s .5s ease-in-out 3;
    transform-origin: 50% 4px;
}

.today-reminder>.btn-group {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

p {
    font-family: tahoma;
}

.overflow {
    white-space: nowrap;
    width: 202px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header_line {
    padding: 10px;
    cursor: default;
    margin: 0px 0px 24px 0px;
    border-radius: 3px;
    background: white;
    box-shadow: 1px 1px 2px rgb(0 0 0 / 9%);
}

.icon-flipped {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
}

.info-box {
    display: block;
    min-height: 90px;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    margin-bottom: 15px;
}

.info-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float: right;
    height: 90px;
    width: 90px;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
    background: rgba(0, 0, 0, 0.2);
}

.bg-green {
    background-color: #00a65a;
}

.info-box-content {
    padding: 5px 10px;
}

.info-box-text {
    text-transform: uppercase;
    display: block;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 17px;
    padding-right: 14px;
}

.info-box-number {
    display: block;
    font-weight: bold;
    font-size: 18px;
    float: left;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-height: 373.188px !important;
}


/* search style (yassir)*/

.thumbnail {
    max-width: 170px;
}

.fullwidth {
    width: 97% !important;
    /*float: left;*/
}

.fullxbtn {
    width: 94%;
}

.sticker_itm {
    padding: 5px 8px 8px;
    text-align: center;
    width: 125px;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    margin: 10px 0px 6px 10px;
    display: inline-block;
}

.s_content {
    padding-right: 9px;
}

.result-tr:hover {
    cursor: default;
    background: #f1f1f1;
}


/*.collapsed{
        color:red;
    }*/

.result-img-container {
    float: right;
    width: auto;
    height: 100%;
    overflow: hidden;
    padding: 25px 0 12px 20px;
}

.result-img {
    height: 144px;
    max-width: 144px;
}

.arrow-container {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    position: fixed;
    bottom: 76px;
    right: 101px;
}

.arrow-1 {
    width: 100px;
    height: 100px;
    background: #00BCD4;
    opacity: 0.5;
    border-radius: 50%;
    position: absolute;
}

.arrow-2 {
    width: 60px;
    height: 60px;
    background: #00BCD4;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    display: table;
}

.arrow-2:before {
    width: 52px;
    height: 52px;
    content: "";
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
}

.arrow-2 i.fa {
    font-size: 30px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #ffffff;
}


/* Custom Animate.css */

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.4, .4, .4);
        transform: scale3d(.4, .4, .4);
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.4, .4, .4);
        transform: scale3d(.4, .4, .4);
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

.field-icon {
    float: left;
    margin-left: 12px;
    margin-top: -28px;
    position: relative;
    z-index: 2;
    font-size: 21px;
    cursor: pointer;
    text-shadow: 2px 2px 18px #69ff2b;
    color: #0c380c;
}

.field-icon-effect {
    text-shadow: unset;
    color: grey;
}

.borrower_grids {
    margin-bottom: 15px;
    background-color: white;
    cursor: default;
    padding: 20px 20px 55px 20px;
}

.borrower_grids:hover {
    box-shadow: 0 1px 3px 1px rgba(60, 64, 67, 0.01), 0 2px 8px 4px rgba(60, 64, 67, 0.1);
}

.footer {
    background-color: #b5b5b51c;
    padding: 6px 15px 6px 15px;
}

.borrower_headline_info {
    font-size: 26px;
    font-family: "calibri light";
    font-weight: normal;
}

.delimiter {
    margin-top: 92px;
    text-align: center;
    margin: 0 auto;
    background: linear-gradient(62deg, transparent, #e6e6e6, transparent);
    height: 1px;
}

.info_title {
    font-size: 17px;
    line-height: 31px;
}

.statistics {
    border-right: 5px solid #d4d4d440;
    margin: 4px;
    padding: 0px 9px 0px 0px;
    direction: rtl;
    width: 98%;
    background-color: #f7f7f7;
}

.dl-horizontal dd {
    margin-right: unset;
}

.dl-horizontal dt {
    width: 131px;
    text-align: right;
    font-weight: bold;
    color: #4b70ad;
}

.table_statistics tr td {
    padding: 0px 6px !important;
    border-top: 1px solid white !important;
}

.borrower_account_btn:hover {
    background-color: #2b71de !important;
}

.borrower_headline {
    font-size: 20px;
    color: #3d8afe !important;
    border-bottom: 1px solid #80808069;
}

.borrower_headline:hover {
    color: #2a7bf5 !important;
    font-weight: bold;
    /*text-decoration: underline;
    text-decoration-color: #cddffc;*/
}

.borrower_grids .id-data {
    border-right: 5px solid #a4c2f5;
    padding: 0 8px;
    margin-bottom: 0px;
}

.borrower_grids .borrower-category-title {
    position: absolute;
    top: 0;
    right: 25px;
    padding: 3px 10px 3px 10px;
    overflow: hidden;
    max-width: 249px;
    height: 27px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background: #eeeeee;
    color: #649ff7;
    font-weight: bold;
    border-radius: 5px 0px 0px 5px;
}

.account_type_icon {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 7px 3px 6px;
    border-radius: 0 5px 0px 0;
    font-size: 14px;
    background: #dae5f9;
    color: #649ff7;
}

.dl-horizontal dt .fa {
    color: #81affd;
    margin-left: 4px;
}

.dl-horizontal .id-data dt {
    min-width: 118px;
}

.borrower-avatar-container {
    width: 80px;
    height: 80px;
    background: #f1f1f1;
    margin: 37px auto 0;
    border-radius: 40px;
    overflow: hidden;
    border: 2px solid #a4c2f6;
}

.borrower_headline:hover .borrower-avatar-container {
    border: 4px solid #6199f7
}

.borrower_headline .fa {
    display: none;
}

.borrower_headline:hover .fa {
    display: initial;
}

.borrower-avatar-container img {
    width: 100%;
}

.borrower-top-btn-container {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.borrower_grids .footer-btns {
    padding: 0;
    position: absolute;
    bottom: 0;
    right: 0;
}

.borrower_grids .footer-btns .footer-btn {
    padding: 9px;
    text-align: center;
    background: #e3e7f1;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0;
    min-height: 50px;
}

.borrower_grids .footer-btns .footer-btn img {
    width: 30px;
}

.footer-btns .toggable_content {
    display: none;
    padding: 11px;
}

.footer-btns-content {
    padding: 0px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    background: #f6f9ff;
    color: #3d8aff;
    border-top: 5px solid #a4c2f6;
}

.footer-btns .btn.active {
    background: #e7efff;
    box-shadow: 0px 3px 1px inset #a4c2f6;
}

.disabled-btn {
    cursor: default;
    background: #f3f3f3 !important;
}

.disabled-btn img {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.content-eq-height {
    height: 100%;
}