.required_field:before { content: "*"; color: #CC0000; padding-right: 3px; } .msg { color: red; } .red { color: #CC0000; } .fl { float: left; } .fr { float: right; } .tl { text-align: left; } .tr { text-align: right; } .tc { text-align: center; } .hide { display: none !important; } .no_border { border: none !important; } .nobg { background: none !important; } .pointer { cursor: pointer; } .width100p { width: 100%; } .padding0{ padding: 0; } .display_flex{ display: flex !important; } .error{ color: #F00; } .job_detail { position: absolute; bottom: 0; left: 0; text-align: center; width: 100%; } .MoreBTN { background-color: #c11c2c; display: inline-block; cursor: pointer; color: #ffffff; font-size: 14px; width: 100%; padding: 10px 30px; text-decoration: none; margin-top: 20px; } .MoreBTN:hover { background-color: #8e0311; text-decoration: none; color: #fff; } .chat_not_read{ background: red; color: #fff; } .start{ cursor: pointer; } body { -ms-overflow-style: scrollbar; } .nowarp{ white-space: nowrap; } .fc-content{ white-space: normal !important; cursor: pointer !important; } .ui-datepicker{ z-index: 9999 !important; } @media (min-width: 768px) { .tutor_img_container { width: 235px; height: 160px; } } .scroll_left_right_container{ display: none; } .scroll_left_right_container{ position: relative; } .scroll_left_right{ position: absolute; right:0; top: -50px; } .scroll_left_right img{ width: 40px; } @media (max-width: 768px) { .scroll_left_right_container{ display: block; } }