:root {
    --krFontFamilyMain: 'Nunito', sans-serif;
}
html,
body {
    font-family: var(--krFontFamilyMain) !important;
}
@font-face {
	font-family: "Flaticon";
	src: url("../assets/fonts/flaticon/flaticon.eot");
	src: url("../assets/fonts/flaticon/flaticon.eot#iefix") format("embedded-opentype"),
	url("../assets/fonts/flaticon/flaticon.woff") format("woff"),
	url("../assets/fonts/flaticon/flaticon.ttf") format("truetype"),
	url("../assets/fonts/flaticon/flaticon.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
	font-family: Flaticon;
font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing: grayscale;*margin-right:.3em;
}.flaticon-blackboard:before {
	content: "\e000";
}
.flaticon-appointment:before {
	content: "\e001";
}
.flaticon-chats:before {
	content: "\e002";
}
.flaticon-enter:before {
	content: "\e003";
}
.flaticon-care:before {
	content: "\e004";
}
.flaticon-members:before {
	content: "\e005";
}
.flaticon-absence:before {
	content: "\e006";
}
.flaticon-question:before {
	content: "\e007";
}
.flaticon-settings:before {
	content: "\e008";
}
.flaticon-user:before {
	content: "\e009";
}
.flaticon-lateness:before {
	content: "\e00a";
}

.tooltip-inner {
    white-space:pre-wrap;
}

.textoverlay-wrapper{width: 100% !important;}
/*
.modal:nth-of-type(even) {
    z-index: 10040 !important;
}
*/
.modal-backdrop.in:nth-of-type(even) {
    z-index: 10039 !important;
}

.bootstrap-datetimepicker-widget{

	z-index: 1000 !important;

}

.no-background{
	background: transparent;
}

button:focus {outline:0 !important;}

.newbtn{
	text-decoration:none;
	background:#00c4ff;
	box-shadow:0 5px 15px 0 rgba(0,0,0,0.15);
	border-radius:3px;
	padding: 10px;
	color:white;
	user-select: none;
	text-align: center;
	display: inline-block;
}
.newbtn:hover{
	background:#297fb6;
	color:white;
	text-decoration:none;
}

.newbtn:active{
	background:#316382;
	color:white;
	text-decoration:none;
}

.datepicker{
	color:black !important;
}

.successbtn{
	text-decoration:none;
	background:#1ba725;
	box-shadow:0 5px 15px 0 rgba(0,0,0,0.15);
	border-radius:3px;
	padding: 10px;
	color:white;
	text-align: center;
	width: 100%
}

.tooltip{z-index:19990}

html, body
{
    height: 100%;
}

a{cursor: pointer;}
a:hover{
	text-decoration: none;
}
.icon-eye:before {
content: "\f06e";
}
.icon-gift:before {
content: "\f06b";
}

.icon-users:before{
content: "\f0c0"
}


.btn-round{
	border-radius:1000px !important;
}

.accent_color{

	color:#FF4081;

}

.colorswatch {
    width:          25px;
    height:         25px;
    padding:        0px;
    border:         1px solid #ccc;
    display:        block;
    position:       relative;
    z-index:        11;
    background-color: #EFEFEF;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    border-radius: 27px;
    cursor: pointer;
}

.colorswatch .colorInner {
    width:          25px;
    height:         25px;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    border-radius: 27px;
}

h5 {word-break: break-word;}

.left{ float:left}
.right{float:right;}

/* Overwrite main theme */
.login-layout {background-color: #45bbff;}
.login-layout .widget-box{background-color: white}

.profile-info-name{width:200px}

.background-cover{background-repeat: no-repeat;
    background-position: center;
    background-size: cover !important;}

.background-cover-chat{background-repeat: no-repeat;
    background-position: center;
    background-size: cover !important;}

.fancybox-overlay{

	z-index: 100;

}

.btn.btn-app.btn-xxs {
    width: 52px;
    font-size: 10px;
    border-radius: 8px;
    padding-bottom: 7px;
    padding-top: 10px;
    line-height: 2;
    height: 52px;
}
.btn.btn-app.btn-xxs > .ace-icon {
    	display: block;
    	font-size: 14px;
    	line-height: 16px;
    	margin: 0;
	}

#application-body{  height: 100%;}

#main-container{ margin-top: 10px;}
/*.main-content{box-shadow: 0 0 0 1px rgba(0,0,0,0.1);  }
*/
#containerapp{position: relative;}

@media (max-width:600px) {
    .menu-text{font-size: 10px;}
}

@media (max-width:450px) {
    .sidenav-title{display: none;}
}



@media (max-width:359px) {
    .menu-text{display: none;}
}

@media (max-width:768px) {
    .page-content{padding:3px 4px;}
}

.btn-noborder{ border: none;}
.btn-transparent{ border: none;background: none;}

/*offer*/

.offer_container {

	margin: 10px;
    border: none;
    border-color: #C9C9C9;
    border-radius: 8px;
    background-color: white;
    box-shadow: 0px 5px 15px 0 #C9C9C9;
    position:relative;
}


.offer_image {

	border-radius: 8px 8px 0 0;

	background-repeat: no-repeat;
	background-position : center;
	background-size: cover !important;
	 position:relative;
	 text-align: center;
	 height:150px;

}

.offer_partner {

	border-radius: 1000px;
	padding: 0 10px;
	color:white;
	background: #FF4081;
	position:absolute;
	bottom: -10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 20px;
	text-align: center;

}


.offer_title {

	padding: 15px;
	font-size: 15px;
	text-align: center;
	height: 100px;
	overflow: hidden;
	color:#717071

}

.offer_button {
	text-align: center;
	margin: 15px 0;

}



/*timeline*/
#timeline{
	margin: 0 auto;
    max-width: 650px;
    width: 100%;
}

#chatsession{

	margin: 0 auto;
	max-width: 450px;
	border:1px solid #bdc1c9;
	position:relative;

}


.message_right,.message_left{

	border-radius: 16px;
    position: relative;
    max-width: 336px;
    box-shadow: 0 1px .5px rgba(0,0,0,.13);

}

.message_right{float: right;background-color: #4b7cb5;color:white}
.message_left{float: left;background-color: #ffffff;}


#chatsession_header{
	height: 54px;
	background: #45bbff;
	position:relative;
}


#chatsession_cover_title {
	color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 54px;
    vertical-align: middle;
    word-wrap: break-word;
}

#message{
	margin: 0 auto;
	max-width: 450px;
}

#timeline_cover_img {
	width: 100%;
	height: 250px;
	background-repeat: no-repeat;
	background-position : center;
	background-size: cover !important;
}


#timeline_cover_title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle;
}
#reactions_list_menu, .horizontal_menu{
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
}

#reactions_list_menu li, .horizontal_menu li{
	cursor: pointer;
}
/*
#timeline_post_filter{
	border-top: 1px solid #CCC;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
}*/

/*#timeline_post_filter ul,*/#reactions_list_menu ul, .horizontal_menu{
	list-style: none;
	margin:0;
    white-space: nowrap;

}
/*
#timeline_post_filter li,*/ #reactions_list_menu li, .horizontal_menu li{
 display:inline-block;
 text-align: center;
 color: #D4D4D4;
 font-weight: bold;
 font-size: 12px;
 padding: 17px 7px 3px 7px;
 border-bottom: 2px solid transparent;
 cursor: pointer;
}

/*#timeline_post_filter li.selected,*/ #reactions_list_menu li.selected, .horizontal_menu li.selected{
 color: #ff0080;
 border-bottom: 2px solid #ff0080;
}

#reactions_list_menu li.active, .horizontal_menu li.active{
 color: #ff0080;
 border-bottom: 2px solid #ff0080;
}



#timeline_member{
	text-align:left;
	width: 90%;

}

#timeline_unproc a{
	color: red;
}

#timeline_unproc a.selected{
	color: #45bbff
}


#timeline_app a{
	color: red;
}

#timeline_app a.selected{
	color: #45bbff
}

#timeline_pin a{
	color: black;
}

#timeline_pin a.selected{
	color: #ff0080
}



.timeline_post.widget-box, #timeline_member.widget-box, #timeline_pin.widget-box, #timeline_unproc.widget-box, #timeline_app.widget-box, #timeline_subs.widget-box{
	margin-top: 10px;
	border: 0px solid;
    border-color: #C9C9C9;
    border-radius: 8px;
    background-color: white;

	text-align:left;
	/* padding:10px; */
}

.timeline_reaction_details{
	text-align:left;
    margin-top: 5px;
    margin-bottom: 10px;
}
.timeline_reaction_details a {
    display: inline-flex;
    align-items: center;
}

.timeline_reaction_details a:hover{
	text-decoration: none;
}

.timeline_post_avatar{
	float: left;
  margin-right: 8px;
  position: relative;
}
.timeline_post_avatar img{
	border-radius: 100%;
	border: 1px solid #666666;
	width: 30px;
	height: 30px;
    object-fit: cover;
}

.small_avatar{
	border-radius: 100%;
	border: 1px solid #666666;
	width: 30px;
	margin: 0 5px;
}

.timeline_post_info{
	float: left;
}
.timeline_post_info h5{ margin: 0 0 2px 0;}
.timeline_post_time{font-size: 11px;color:#bdc1c9;}
.timeline_post_header{margin-bottom: 11px;position: relative;}
.timeline_post .collapse.in {display: inline;}
.timeline_post_body_photo{ margin-top: 10px;}
.timeline_post_body_photo img{ width: 100%}
.timeline_post_body_album{margin: 15px;}
.timeline_post_body_location{margin-top: 10px;box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) inset, 0 1px 4px rgba(0, 0, 0, .1);width: 100%;overflow: hidden;}
.timeline_post_footer{ }

.timeline_post_footer_inside {
    border-top: 1px solid rgb(46, 59, 80, 0.06);
    margin-top: 4px;
    padding-top: 5px ;
    position: relative;
}

.timeline_post_footer_inside > .pull-left > a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.timeline_post_footer_inside > .pull-left > a {
    padding-top: 5px;
}

.timeline_post_footer_inside > .pull-left > a {
    padding-top: 5px;
}

.timeline_post_footer_inside > .pull-left-2 {
    padding-top: 5px;
}

.timeline_post_footer_inside > .pull-left .remove-reaction {
    padding-top: 8px;
    display: flex;
    align-items: center;
}

.timeline_post_footer_inside > .pull-left .remove-reaction img {
    margin-right: 4px;
    position: relative;
    top: -3px;
}

.timeline_post_footer_inside > .pull-right,.pull-left > a {
    font-size: 11.3px;
    font-family: var(--krFontFamilyMain);
}

.timeline_post_footer_inside > .pull-right,.pull-left > a > span {
    padding-bottom: 3px;
    padding-left: 4px;
}

.timeline_post_footer_inside > .pull-left > a > .icon {
    /* margin-bottom: 5px; */
    font-size: 20px;
}

.timeline_post_footer_inside > .pull-right > a > .img {
    position: relative;
    bottom: -2px;
}

.timeline_post_name{
	color:black;
}

.message .timeline_post_url, .message .timeline_post_body_video, .message .timeline_post_body_photo{
	width:250px;
}

.message .message_right a{
	color:white;
}

.loaded_content_wrapper {
    overflow:hidden;
    margin-left:100%;
    width:100%;
    position: relative;
    top: 0;
}
.loaded_inner_wrapper {
    overflow:hidden;
	margin-left:0;
    position: absolute;
    width: 100%;
    top: 0;
}


@media (max-width:640px) {
    #timeline_cover_img {
    	height: 250px;
    }

}

@media only screen and (max-width: 480px){
.ace-thumbnails > li {
    float: left;
    display: inline-block;
}
}

@keyframes spinner {
    to {transform: rotate(360deg);}
}

@-webkit-keyframes spinner {
    to {-webkit-transform: rotate(360deg);}
}

.spinner {
    min-width: 30px;
    min-height: 30px;
    position: relative;
    display: inline-block;
}

.spinner:before {
    content: 'Loading...';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-top: -13px;
    margin-left: -13px;
}

.spinner:not(:required):before {
    content: '';
    border-radius: 50%;
    border: 3px solid #ccc;
    border-top-color: #03ade0;
    animation: spinner .6s linear infinite;
    -webkit-animation: spinner .6s linear infinite;
}


#input-overlay{
	background: #000;
    bottom: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity .3s, bottom 0s .3s;
    z-index: 310;
}

#input-overlay.on{
	bottom: 0%;
    opacity: .6;
    transition: opacity .3s;
}

.input-overlay-el{
	z-index: 500;
	position: relative;
}

.pac-container{z-index: 100000}


.rounddiv {
    border-radius: 100%;
}

.iRed{background-color: 	#FF3B30}
.iOrange{background-color: 	#FF9500}
.iYellow{background-color: 	#FFCC00}
.iGreen{background-color: 	#4CD964}
.iLightBlue{background-color: 	#5AC8FA}
.iBlue{background-color: 	#007AFF}
.iPurple{background-color: 	#5856D6}
.iPink{background-color: 	#FF2D55}

.icon_app{display: inline-block;float: left;margin-right: 5px;text-align: center;    word-break: break-word;
    width: 80px;
    height: 80px;}


.ace-nav .nav-user-photo {
    margin: -8px 8px 0 0;
    border-radius: 100%;
    border: 2px solid #FFF;
    max-width: 30px;
}

@media (max-width:360px) {

.tabmenu{
	height: 37px !important;

}
}

@media (min-width: 479px){
.ace-nav > li:nth-last-child(2) > .dropdown-menu.dropdown-menu-right {
    left: -70px;
    right: auto;
}
.ace-nav > li:nth-last-child(2) > .dropdown-menu.dropdown-menu-right:before, .ace-nav > li:nth-last-child(2) > .dropdown-menu.dropdown-menu-right:after {
    left: 90px;
    right: auto;
}
}

@media (min-width:361px) {

.tabmenu{
	height: 37px  !important;

}
}
.form-mod-main{
	background:#ebebeb;
}

.form-mod-field{
	background:white;
	padding:10px;
	border-radius: 8px;
}

.form-mod-field textarea{
	background:white;
	border-radius: 8px;
	border: none;
}






#klassroom-mobile-modal .modal-header {
    color: #73c5fa;text-align:center;font-weight: bold;border:0;
}
#klassroom-mobile-modal .modal-footer{
    border:0;
    text-align: center;
}

#klassroom-mobile-modal .btn-primary {
    background: #ed4691;
    border:0;
}

#klassroom-mobile-modal .btn-transparent {
    border: 0;
    background: white;
    color: #73c5fa;
    white-space: normal;
}

.modal-separator {
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
}

.modal-separator p{
    margin: 10px 0 10px;
    text-align: center;
}

#carousel-klassroom-mobile .carousel-indicators {
    position: relative;
    margin-top: 25px;
}

#carousel-klassroom-mobile .carousel-indicators li {
    background: #aaaaaa;
}

#carousel-klassroom-mobile .carousel-indicators li.active {
    background: #ed4691;
}

#carousel-klassroom-mobile .item {
    text-align: center;
}

#carousel-klassroom-mobile .item img {
    margin: auto;
}
#carousel-klassroom-mobile .item h1{
    text-align:center;
    font-size:18px;
    font-weight: bold;
    color: #ed4691;
}

#carousel-klassroom-mobile .item p{
    color: #ed4691;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
#location_chat .form-group {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 20px !important;
}
#location_chat .form-group .form-control {
    background-color: #f9fafc;
    border-radius: unset !important;
}
#timeline_loader-react,
#timeline_loader {
    text-align: center;
    width: 100%;
    height: auto;
    overflow: hidden;
}
