.paddingleft0 {
	padding-left: 0px;
}

.error, .required {
	color: red !important;
}
.alert {
	margin-bottom: 0px !important;
}

#alert {
	cursor: pointer;
}

.allowed_types {
	color: red !important;
}

.trash {
	color:red;
	cursor: pointer;
	float: right;
	font-size: 18px;
}

.dt {
	background: white none repeat scroll 0 0;
	margin-left: 0;
	width: 100%;
	padding: 10px 10px 10px 21px;
}

.padding0 {
	padding: 0;
}

.margin0 {
	margin: 0 !important;
}

.imgtypefont {
	font-size: 14px;
}

.dataTables_length {
    float: left;
}

.dt-buttons {
    float: right;
}

.marginleftright {
    margin-left: 5px;
    margin-right: 5px;
}

.table.dataTable tbody tr.selected {
    background-color: #b0bed9;
}
/*--------------Rahul Css----------------*/
.owl-theme .owl-controls {
    margin-top: -25px;
    text-align: center;
}
.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #7266ba;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    text-align: center;
} 
.box.box-primary {
    border-top-color: #3c8dbc;
}
.box.box-info {
    border-top-color: #00c0ef;
}
.box.box-danger {
    border-top-color: #dd4b39;
}
.box.box-warning {
    border-top-color: #f39c12;
}
.box.box-success {
    border-top-color: #00a65a;
}
.box.box-default {
    border-top-color: #d2d6de;
}
.box.collapsed-box .box-body, .box.collapsed-box .box-footer {
    display: none;
}
.box .nav-stacked>li {
    border-bottom: 1px solid #f4f4f4;
    margin: 0;
}
.box .nav-stacked>li:last-of-type {
    border-bottom: none;
}
.box.height-control .box-body {
    max-height: 300px;
    overflow: auto;
}
.box .border-right {
    border-right: 1px solid #f4f4f4;
}
.box .border-left {
    border-left: 1px solid #f4f4f4;
}
.box.box-solid {
    border-top: 0;
}
.box.box-solid>.box-header .btn.btn-default {
    background: transparent;
}
.box.box-solid>.box-header .btn:hover, .box.box-solid>.box-header a:hover {
    background: rgba(0, 0, 0, 0.1);
}
.box.box-solid.box-default {
    border: 1px solid #d2d6de;
}
.box.box-solid.box-default>.box-header {
    color: #444;
    background: #d2d6de;
    background-color: #d2d6de;
}
.box.box-solid.box-default>.box-header a, .box.box-solid.box-default>.box-header .btn {
    color: #444;
}
.box.box-solid.box-primary {
    border: 1px solid #3c8dbc;
}
.box.box-solid.box-primary>.box-header {
    color: #fff;
    background: #3c8dbc;
    background-color: #3c8dbc;
}
.box.box-solid.box-primary>.box-header a, .box.box-solid.box-primary>.box-header .btn {
    color: #fff;
}
.box.box-solid.box-info {
    border: 1px solid #00c0ef;
}
.box.box-solid.box-info>.box-header {
    color: #fff;
    background: #00c0ef;
    background-color: #00c0ef;
}
.box.box-solid.box-info>.box-header a, .box.box-solid.box-info>.box-header .btn {
    color: #fff;
}
.box.box-solid.box-danger {
    border: 1px solid #dd4b39;
}
.box.box-solid.box-danger>.box-header {
    color: #fff;
    background: #dd4b39;
    background-color: #dd4b39;
}
.box.box-solid.box-danger>.box-header a, .box.box-solid.box-danger>.box-header .btn {
    color: #fff;
}
.box.box-solid.box-warning {
    border: 1px solid #f39c12;
}
.box.box-solid.box-warning>.box-header {
    color: #fff;
    background: #f39c12;
    background-color: #f39c12;
}
.box.box-solid.box-warning>.box-header a, .box.box-solid.box-warning>.box-header .btn {
    color: #fff;
}
.box.box-solid.box-success {
    border: 1px solid #00a65a;
}
.box.box-solid.box-success>.box-header {
    color: #fff;
    background: #00a65a;
    background-color: #00a65a;
}
.box.box-solid.box-success>.box-header a, .box.box-solid.box-success>.box-header .btn {
    color: #fff;
}
.box.box-solid>.box-header>.box-tools .btn {
    border: 0;
    box-shadow: none;
}
.box.box-solid[class*='bg']>.box-header {
    color: #fff;
}
.box .box-group>.box {
    margin-bottom: 5px;
}
.box .knob-label {
    text-align: center;
    color: #333;
    font-weight: 100;
    font-size: 12px;
    margin-bottom: 0.3em;
}
.box>.overlay, .overlay-wrapper>.overlay, .box>.loading-img, .overlay-wrapper>.loading-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%}
.box .overlay, .overlay-wrapper .overlay {
    z-index: 50;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 3px;
}
.box .overlay>.fa, .overlay-wrapper .overlay>.fa {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    color: #000;
    font-size: 30px;
}
.box .overlay.dark, .overlay-wrapper .overlay.dark {
    background: rgba(0, 0, 0, 0.5);
}
.box-header:before, .box-body:before, .box-footer:before, .box-header:after, .box-body:after, .box-footer:after {
    content: " ";
    display: table;
}
.box-header:after, .box-body:after, .box-footer:after {
    clear: both;
}
.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}
.box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}
.collapsed-box .box-header.with-border {
    border-bottom: none;
}
.box-header>.fa, .box-header>.glyphicon, .box-header>.ion, .box-header .box-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}
.box-header>.fa, .box-header>.glyphicon, .box-header>.ion {
    margin-right: 5px;
}
.box-header>.box-tools {
    position: absolute;
    right: 10px;
    top: 5px;
}
.box-header>.box-tools [data-toggle="tooltip"] {
    position: relative;
}
.box-header>.box-tools.pull-right .dropdown-menu {
    right: 0;
    left: auto;
}
.btn-box-tool {
    padding: 5px;
    font-size: 12px;
    background: transparent;
    color: #97a0b3;
}
.open .btn-box-tool, .btn-box-tool:hover {
    color: #606c84;
}
.btn-box-tool.btn:active {
    box-shadow: none;
}
.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}
.no-header .box-body {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.box-body>.table {
    margin-bottom: 0;
}
.box-body .fc {
    margin-top: 5px;
}
.box-body .full-width-chart {
    margin: -19px;
}
.box-body.no-padding .full-width-chart {
    margin: -9px;
}
.box-body .box-pane {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px;
}
.box-body .box-pane-right {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
}
.box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
    background-color: #fff;
}
.direct-chat .box-body {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    position: relative;
    overflow-x: hidden;
    padding: 0;
}
.direct-chat.chat-pane-open .direct-chat-contacts {
    -webkit-transform: translate(0,  0);
    -ms-transform: translate(0,  0);
    -o-transform: translate(0,  0);
    transform: translate(0,  0);
}
.direct-chat-messages {
    -webkit-transform: translate(0,  0);
    -ms-transform: translate(0,  0);
    -o-transform: translate(0,  0);
    transform: translate(0,  0);
    padding: 10px;
    max-height: 250px;
    overflow: auto;
}
.direct-chat-messages2 {

    height: 500px;
    overflow: auto;
}
.direct-chat-msg, .direct-chat-text {
    display: block;
}
.direct-chat-msg {
    margin-bottom: 10px;
}
.direct-chat-msg:before, .direct-chat-msg:after {
    content: " ";
    display: table;
}
.direct-chat-msg:after {
    clear: both;
}
.direct-chat-messages, .direct-chat-contacts {
    -webkit-transition: -webkit-transform .5s ease-in-out;
    -moz-transition: -moz-transform .5s ease-in-out;
    -o-transition: -o-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
}
.direct-chat-text {
    border-radius: 5px;
    position: relative;
    padding: 5px 10px;
    background: #d2d6de;
    border: 1px solid #d2d6de;
    margin: 5px 0 0 50px;
    color: #444;
}
.direct-chat-text:after, .direct-chat-text:before {
    position: absolute;
    right: 100%;
    top: 15px;
    border: solid transparent;
    border-right-color: #d2d6de;
    content: ' ';
    height: 0;
    width: 0;
    pointer-events: none;
}
.direct-chat-text:after {
    border-width: 5px;
    margin-top: -5px;
}
.direct-chat-text:before {
    border-width: 6px;
    margin-top: -6px;
}
.right .direct-chat-text {
    margin-right: 50px;
    margin-left: 0;
}
.right .direct-chat-text:after, .right .direct-chat-text:before {
    right: auto;
    left: 100%;
    border-right-color: transparent;
    border-left-color: #d2d6de;
}
.direct-chat-img {
    border-radius: 50%;
    float: left;
    width: 40px;
    height: 40px;
}
.right .direct-chat-img {
    float: right;
}
.direct-chat-info {
    display: block;
    margin-bottom: 2px;
    font-size: 12px;
}
.direct-chat-name {
    font-weight: 600;
}
.direct-chat-timestamp {
    color: #999;
}
.direct-chat-contacts-open .direct-chat-contacts {
    -webkit-transform: translate(0,  0);
    -ms-transform: translate(0,  0);
    -o-transform: translate(0,  0);
    transform: translate(0,  0);
}
.direct-chat-contacts {
    -webkit-transform: translate(101%,  0);
    -ms-transform: translate(101%,  0);
    -o-transform: translate(101%,  0);
    transform: translate(101%,  0);
    position: absolute;
    top: 0;
    bottom: 0;
    height: 250px;
    width: 100%;
    background: #222d32;
    color: #fff;
    overflow: auto;
}
.contacts-list>li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px;
    margin: 0;
}
.contacts-list>li:before, .contacts-list>li:after {
    content: " ";
    display: table;
}
.contacts-list>li:after {
    clear: both;
}
.contacts-list>li:last-of-type {
    border-bottom: none;
}
.contacts-list-img {
    border-radius: 50%;
    width: 40px;
    float: left;
}
.contacts-list-info {
    margin-left: 45px;
    color: #fff;
}
.contacts-list-name, .contacts-list-status {
    display: block;
}
.contacts-list-name {
    font-weight: 600;
}
.contacts-list-status {
    font-size: 12px;
}
.contacts-list-date {
    color: #aaa;
    font-weight: normal;
}
.contacts-list-msg {
    color: #999;
}
.direct-chat-danger .right>.direct-chat-text {
    background: #dd4b39;
    border-color: #dd4b39;
    color: #fff;
}
.direct-chat-danger .right>.direct-chat-text:after, .direct-chat-danger .right>.direct-chat-text:before {
    border-left-color: #dd4b39;
}
.direct-chat-primary .right>.direct-chat-text {
    background: #3c8dbc;
    border-color: #3c8dbc;
    color: #fff;
}
.direct-chat-primary .right>.direct-chat-text:after, .direct-chat-primary .right>.direct-chat-text:before {
    border-left-color: #3c8dbc;
}
.direct-chat-warning .right>.direct-chat-text {
    background: #f39c12;
    border-color: #f39c12;
    color: #fff;
}
.direct-chat-warning .right>.direct-chat-text:after, .direct-chat-warning .right>.direct-chat-text:before {
    border-left-color: #f39c12;
}
.direct-chat-info .right>.direct-chat-text {
    background: #00c0ef;
    border-color: #00c0ef;
    color: #fff;
}
.direct-chat-info .right>.direct-chat-text:after, .direct-chat-info .right>.direct-chat-text:before {
    border-left-color: #00c0ef;
}
.direct-chat-success .right>.direct-chat-text {
    background: #00a65a;
    border-color: #00a65a;
    color: #fff;
}
.direct-chat-success .right>.direct-chat-text:after, .direct-chat-success .right>.direct-chat-text:before {
    border-left-color: #00a65a;
}
.btn-primary-this {
    background-color: #3c8dbc;
    border-color: #3c8dbc;
    color: #ffffff !important;
}
#loading-image{display: none;}
.view_likes_page .panel-body
{
    overflow-y: auto;
    height: 250px;
}

::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}
td.capitalize {
    text-transform: capitalize;
    font-size: 15px;
    vertical-align: middle !important;
}
#myModalLabel{text-align: left}
.margin_left_15px{margin-left: 30px;}
.class_label{font-size: 13px;}
.chat_list_test{padding: 10px;}
.font_for_likes{font-size: 18px;}
.filename{display: inline-block !important;}
.btn-import{display: inline-block;}
#upload_csv_error{color:red;}

.myLikes .table > tbody > tr > td,
.myLikes .table > tfoot > tr > td {
  padding: 8px 15px;
  border-bottom: 1px solid #eaeff0 !important;
  border-top: none;
}
.container_custom{width: 1100px !important;}
.text_center{text-align: center;}
.margin_top_15{margin-top: 15px;}
.filter_post{display: inline-block !important;width: 70%;}
.btn-filter{display: inline-block;font-size: 14px;}
.background_section{/*background-color:#ddd !important;*/ }
.margin_top_25px{margin-top: 25px;}
.padding_left_0{padding-left: 0px !important;}
.select_class_filter{width: 40% !important;display: inline-block !important;}
.display_block_class{display: inline-block;}
.margin_right_5{margin-right: 5px;}
.margin_left_20{margin-left: 20px;}
.padding_class{padding: 20px;}
.display_center{float: none !important;
    margin: 0 auto;}
.text_transform{text-transform: capitalize;} 
.panel-info > .panel-heading {
    background-color: #23b7e5 !important;
    border-color: #23b7e5 !important;
    color: #fff !important;
    font-size: 16px;
} 
.panel-info {
    border-color: #23b7e5 !important;
}
.btn-custom-class{ background-color: #23b7e5;
    border-color: #23b7e5;
    color: #ffffff !important;}
.padding_class_chart{padding-top:30px;padding-bottom: 30px; }  
.table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 1px solid #eaeff0;
    padding: 15px !important;
}  
.custom_height{height: 404px;}
.btn-custom-class:hover{background-color: #23b7e5;border: #23b7e5;}
.fixed_position{bottom: 25px;
    position: absolute;
    right: 14px;}
.pagination_active_class{background-color: #edf1f2 !important;
    border-color: #dee5e7 !important;}   
.hide_div{visibility: hidden;height: 50px;} 
.show_form{margin-left: 15px;}
.show_form .fa{padding-right: 5px;}

/***Code for front settings***/

.front_setting .nav-tabs { border-bottom: 2px solid #DDD; }
.front_setting .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
.front_setting .nav-tabs > li > a { border: none; color: #666; }
.front_setting .nav-tabs > li.active > a, .nav-tabs > li > a:hover { border: none; color: #4285F4 !important; background: transparent; }
.front_setting .nav-tabs > li > a::after { content: ""; background: #4285F4; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
.front_setting .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
.front_setting .tab-nav > li > a::after { background: #21527d none repeat scroll 0% 0%; color: #fff; }
.front_setting .tab-pane { padding: 15px 0; }
.front_setting .tab-content{padding:20px}
.front_setting .card {background: #FFF none repeat scroll 0% 0%; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); margin-bottom: 30px; }
.front_setting .padding_top_class{padding-top: 20px;} 
.front_setting .display_flex{display: flex;}
.front_setting .user_type label{margin: 0 auto;}
.front_setting .margin_top_20px{margin-top: 20px;}
.front_setting .width_100{width: 100%;}
.front_setting .border_bottom{border-bottom: 2px solid #ddd;margin-bottom: 27px;}
.front_setting .text_align_center{text-align: center;margin-bottom: 25px;}
.front_setting .padding_right{padding-right: 0px;}
.front_setting .padding_margin_left{margin-left: -6px;
    padding-left: 0;}
.margin_top_23px{margin-top: 23px;}    
.login_page .float_right{float: right;color: #7266ba;margin-top: 4px;}
.forgotpassword .list-group{margin-bottom: 0px;}
.forgotpassword .forgot_error{height: 22px;}
.paymentlist .dt-buttons .btn:last-child {
    display: none;
}
.paymentlist .dt-buttons .btn:nth-last-child(2) {
  display: none;
}
.stripe-form-fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
.stripe-form-legend {
    border: 0 none;
    font-size: 15px;
    font-weight: bold;
    margin: 0 40%;
    padding: 0 10px;
    width: auto;
}
.stripe-margin_top{margin-top: 15px}
.stripe-padding-bottom{padding-bottom: 45px;}
.stripe-right-text{text-align: right;}
.stripe-button{background-color:#5EAAFE;border-color: #5EAAFE;color: #fff;}
.stripe-button:hover{color: #fff;}
.margin-category-top-20{margin-top: 20px;}
.margin-category-top-8{margin-top: 8px;}
.color_blue_stripe{color: green;}
.padding_right_5_px{padding-right: 5px;}
.scroll_class{overflow-y:auto;overflow-x:hidden;height: 300px;}
.greencolor{color: #27c24c;}
.redcolor{color: #f05050;}
.text_align_center{text-align: center;}
.bg-primary-red{background-color: #ff8080;}
.text-muted{color: #fff;}
.table_class_margin_top{margin-top: 20px;}
.color_23b7e5{color: #23b7e5;}
.padding_left_post{padding-left: 15px;}
.margin_top_textarea{margin-top:20px;}
.border_top_legend{border-top:2px solid #DDDDDD;margin-right: 0px;margin-left: 0px;padding: 20px;}
.color_red{color: red;text-align: center;font-size: 16px;}
.color_red strong{color: #000;}
.padding_left_0_px{padding-left: 0px;}
.class_report{overflow-y:auto;overflow-x:hidden;height: 300px;}
.save_students{
    float: right;
    margin-right: 25px;
}
.allStudents{
    overflow-x: hidden;
    overflow-y: auto;
    height: 400px;
}
#myModalLabelClass{
    text-align: center;
}
.add-student-button{
    text-align: right;
}
.padding-top-bottom-20{
    padding-top: 20px;
    padding-bottom: 20px;
}
.modal-title-center{
    text-align: center !important;
}