::-webkit-scrollbar
{
  width: 6px;  /* for vertical scrollbars */
  height: 6px; /* for horizontal scrollbars */
}

::-webkit-scrollbar-track
{
  background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb
{
  background: rgba(0, 0, 0, 0.2);
}

body, html {
    overflow-x: hidden;
    /*background-color: #FAC3C3;*/
}

body, h1, h2, h3, h4, h5 {
	font-family: 'Montserrat', sans-serif;
}

:focus, a:focus {
    outline: none;
}
a, a:hover {
    color: #F76C6C;
}

header {
	/*padding: 140px 0 160px;*/
    text-align: left;
    /*background: url(../img/header.jpg) center center no-repeat;*/
    background-size: cover;
}
header h1 {
	font-weight: 700;
    font-size: 42px;
    margin: 0;
    text-shadow: 1px 1px 2px black;
    color: #fff;
}
header h1 small {
	color: rgba(42,42,42,.4);
    display: block;
    font-weight: 400;
    font-size: 18px;
    margin-top: 20px;
    line-height: 1.25;
    text-shadow: 1px 1px 2px black;
    color: #fff;
}
header img {
    width: 100%;
    height: auto;
}
footer {
    padding: 75px 0;
    background: url(../img/footer.jpg) center center no-repeat;
    background: url(../img/bottom.jpg) center center no-repeat;
    background-size: cover;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
footer a {
    display: inline-block;
    padding: 0 10px;
    color: #fff;
}
footer h4 {
    margin: 0 0 5px;
}
.heading {
    font-weight: 700;
    font-size: 42px;
    margin: 0;
}
.account-buttons {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 999;
}
.account-buttons .button {
    margin: 10px;
    border-color: #f76c6c;
    padding: 10px 30px;
    color: #f76c6c;
    font-size: 16px;
    background: #fff;
}
.account-buttons .button-cta {
    color: #fff;
    background-color: #fc4c4c;
    border-bottom: 3px solid #ca3d3d;
}
.button {
	font-size: 18px;
	font-weight: 400;
    padding: 20px 100px;
    border-color: #fcfcff;
    color: #fcfcff;
    background:transparent;
    border: 1px solid #fcfcff;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    border-radius: 50px;
    cursor: pointer;
    text-transform: uppercase;
    margin-top: 50px;
    display: inline-block;
}
.button:hover {
	text-decoration: none;
	color: #F76C6C;
	background: #fff;
}
.button-cta {
    background: #231d47; /* Old browsers */
    background: -moz-linear-gradient(top,  #231d47 0%, #432c65 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #231d47 0%,#432c65 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #231d47 0%,#432c65 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#231d47', endColorstr='#432c65',GradientType=0 ); /* IE6-9 */
    border-color: #231d47;
    background: #F76C6C;
    border-color: #F76C6C;
    color: #fff;
    background-color: #fc4c4c;
    color: #fff;
    /* font-size: 26px; */
    /* border-radius: 30px; */
    border-bottom: 5px solid #ca3d3d;
    -webkit-appearance: none;
}
.button-cta:hover {
    background: #231d47;
    background: -moz-linear-gradient(top,  #231d47 0%, #231d47 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #231d47 0%,#231d47 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #231d47 0%,#231d47 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#231d47', endColorstr='#231d47',GradientType=0 ); /* IE6-9 */
    color: #fff;
    background: #F97373;
}

.login {
	/*background: url(../pattern.png);*/
	background-color: #FAC3C3;
    background: #A8D0E6;
	padding-top: 50px;
}
.content {
	background: #F7F7FF;
	box-shadow: 0 16px 24px rgba(0,0,0,.16);
	padding: 80px 100px;
}
.content h3 {
	margin-top: 0;
}
.content a {
	color: #F76C6C;
}

.login .form-control {
	background: #ECECF5;
    border: 1px solid transparent;
    border-radius: 24px;
    box-sizing: border-box;
    display: block;
    height: 48px;
    margin: 20px 0 16px;
    max-height: 300px;
    padding: 13px 24px;
    position: relative;
    width: 100%;
}
.login .button, .profile .button {
	color: #F76C6C;
	border-color: #F76C6C;
	margin: 20px 0 0;
	display: block;
	width: 100%;
	font-size: 16px;
	padding: 12px;
    text-align: center;
}
.profile .button {
    display: inline-block;
    width: auto;
    padding: 12px 36px;
    /*margin-right: 15px;*/
}
.btn-block {
    display: block !important;
}

section {
	background-color: #fefefe;
	padding: 75px 0;
    font-size: 18px;
    line-height: 27px;
}
section p {
	font-weight: 400;
	margin-bottom: 0;
    font-size:14px;
}
.bg-shelf {
    box-shadow: 0 -10px 50px rgba(0,0,0,.025);
}


.chat, .profile {
    background-color: #F76C6C;
    background: #FAC3C3;
    background: #A8D0E6;
    padding-top: 40px;
}
.chat .userInfo {
    background: #fff;
    padding: 15px;
    position: relative;
    z-index: 9;
}

.content.profile-box {
    float: left;
    min-height: 588px;
    width: calc(100% - 130px);
}
.content.chat-box {
	padding: 60px 25px 0px 25px;
	position: relative;
    min-height: 588px;
    float: left;
    width: calc(100% - 330px);
    box-shadow: inset 0 50px 0 white, inset 0 51px 0 #ECECF5;
}
.content.chat-box .time {
	position: absolute;
	padding: 10px 15px;
	font-size: 18px;
	right: 0;
	top: 0;
    width: 115px;
    text-align: left;
}
.content.chat-box .info {
	position: absolute;
	padding: 10px 15px;
	font-size: 18px;
	left: 0;
	top: 0;
}
.content.chat-box a.button {
    padding: 20px 20px;
    width: 500px;
    color: #fff;
}
.content.chat-box a.button:hover {
    color: #333333;
}
.start-chat, .time-chat, .invitation {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 1);
    z-index: 999;
    text-align: center;
    padding: 60px 0;
}
.start-chat, .time-chat, .invitation {
    display: none;
}
.time-chat .button {
    display: inline-block;
    width: auto;
    font-size: 16px;
    padding: 12px 24px;
    margin: 5px;
}
.chat-conversation {
	margin: 0;
	padding: 0;
	height: 400px;
    overflow-y: auto;
    padding-right: 10px;
}
.chat-conversation li {
	border: 1px solid transparent;
    border-radius: 24px;
    box-sizing: border-box;
    display: block;
    margin: 10px 0;
    padding: 13px 24px;
    position: relative;
}
.chat-conversation li span {
	display: block;
    font-size: 10px;
    opacity: 0.5;
}
.chat-conversation .in {
	background: #fff;
    width: 80%;
    border-top-left-radius: 0;
    position: relative;
}
.chat-conversation .in:after { /*, .chat-conversation .in .correct:before { */
	content: '';
	width: 16px;
	height: 16px;
	background: url(http://image005.flaticon.com/2/png/128/23/23187.png);
	background-size: contain;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0.75;
}
.chat-conversation .correct:before {
    left: 0;
    top: 10px;
    width: 12px;
    height: 12px;
}

.chat-conversation.archive .in:after {
    display: none;
}


.chat-conversation .correct {
	border-top: 1px solid #FAC3C3;
    margin-top: 5px;
    padding-top: 5px;
    position: relative;
    padding-left: 0px;
    color: #F76C6C;
}

.chat-conversation .out {
	background: #ECECF5;
    width: 80%;
    margin-left: 20%;
    border-top-right-radius: 0;
}

.chat-conversation .attachment {
    width: 95px;
}
.chat-conversation .attachment:after {
    display: none;
}
.chat-conversation .attachment .ico {
    display: block;
    width: 45px;
    height: 45px;
    background: url(http://image005.flaticon.com/28/svg/33/33999.svg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 10px;
}
.chat-conversation .out.attachment {
    margin-left: calc(100% - 95px);
}

.chat-conversation .attachment.image {
    width: 300px;
}
.chat-conversation .out.attachment.image {
    margin-left: calc(100% - 300px);
}
.chat-conversation .attachment.image img {
    max-width: 100%;
    margin: 10px 0;
}
.message-box {
    background: white;
    margin: 35px -25px 0px;
    padding: 0 50px;
}
.message-box textarea {
	background: transparent;
    border: none;
    padding: 0;
    width: 100%;
    border-bottom: 3px solid #ECECF5;
    margin-top: 35px;
    padding: 5px 0;
    outline: none;
    resize: none;
}
.message-box textarea:focus {
	outline: none;
}
.message-box {
    position: relative;
}
.message-box .attachment {
    width: 24px;
    height: 24px;
    background: url(http://image005.flaticon.com/111/png/128/108/108369.png);
    background-size: contain;
    display: block;
    position: absolute;
    top: 35px;
    right: 50px;
    border: none;
    box-shadow: none;
    text-indent: 99999999px;
    cursor: pointer;
}

.content.chat-box .message-box a.button {
    padding: 20px 20px;
    width: 500px;
    color: #fff;
    color: #F76C6C;
    border-color: #F76C6C;
    margin: 13px 0;
    width: 100%;
}

.user-status {
    display: inline-block;
    background: #575d67;
    margin-right: 5px;
    width: 8px;
    height: 8px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-border-radius: 8 !important;
    -moz-border-radius: 8px !important;
    border-radius: 8px !important;
    position: relative;
    top: -3px;
}
.user-status.is-online {
    background-color: #06b53c;
}


.people-list {
    background: #F7F7FF;
    box-shadow: 0 16px 24px rgba(0,0,0,.16);
    width: 200px;
    position: relative;
    top: 0;
    float: left;
    padding: 0;
    height: 100%;
    z-index: 999;
    height: 588px;
}
.people-list.mobile-active {
    left: 0;
}
.people-list ul {
    list-style: none;
    padding: 0;
    border-top: 1px solid #ECECF5;
    height: 528px;
    overflow-y: auto;
}
.people-list ul li a {
    padding: 10px 15px;
    color: #333;
    display: block;
    border-bottom: 1px solid #ECECF5;
    line-height: 30px;
}
.people-list ul li a .user-status {
    top: -1px;
}
.people-list ul li a:hover, .people-list ul li.active a {
    text-decoration: none;
    color: #333;
    background: #ECECF5;
}
.people-list .show-all-users {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 12px;
    display: block;
    padding: 15px 5px;
    background: #f7f7ff;
    z-index: 9;
}



nav {
    background: #EB6955;
    background: #231d47; /* Old browsers */
    background: -moz-linear-gradient(top,  #231d47 0%, #432c65 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #231d47 0%,#432c65 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #231d47 0%,#432c65 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#231d47', endColorstr='#432c65',GradientType=0 ); /* IE6-9 */
    box-shadow: 0 16px 24px rgba(0,0,0,.16);
    width: 130px;
    width: 130px;
    position: relative;
    top: 0;
    float: left;
    padding: 40px 0;
    height: 100%;
    min-height: 588px;
    background: #24305E;
}
nav ul {
    list-style: none;
    padding: 0;
    text-align: center;
    margin-top: 90px;
}
nav li {
    height: 48px;
}
nav a {
    color: #fff;
    font-size: 14px;
    padding-bottom: 10px;
    display: block;
    line-height: 20px;
    padding: 0px 28px;
    padding: 0px 15px;
}
nav a:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.75;
}
nav .active a {
    /*box-shadow: inset 4px 0 0 white;*/
}
nav img {
    vertical-align: middle;
    margin-bottom: 15px;
}
nav a img {
    float: left;
    width: 20px;
    margin-bottom: 5px;
    margin-right: 10px;
    display: none;
}
nav .logo {
    width: 150%;
    margin: -85px 0 -29px;
    margin-left: -25%;
}


.cal-day-today {
    background-color: rgba(254, 209, 73, 0.5);
}
#cal-week-box {
    display: none !important;
}


.active-conversation .start-chat, .active-conversation .time-chat, .active-conversation .invitation  {
    display: none;
}



@media(max-width: 767px) {
    .chat-conversation {
        margin: 0 -40px;
    }
    .content {
        padding: 30px;
    }
}


.chat-conversation .attachment {
    width: 40%;
    padding-top: 20px;
}
.chat-conversation .attachment .ico {
    width: 100%;
    height: auto;
        border-radius: 5px;
}
.chat-conversation .attachment .ico img {
    width: 100%;
    border-radius: 5px;
}
.chat-conversation .out.attachment {
    margin-left: 60%;
}


.fc-time-grid-event, .fc-time-grid-event .fc-content {
    overflow: visible;
}

/*.fc-title {
    position: absolute;
    z-index: 5;
    background: black;
    color: white;
    padding: 5px !important;
    font-size: 10px;
    font-weight: lighter;
    top: -37px;
    left: 0;
    display: none;
}*/


.fc-time-grid-event .fc-time {
    display: none;
}

.not-available {
    background: repeating-linear-gradient(
        45deg,
        rgb(251, 218, 214),
        rgb(251, 218, 214) 10px,
        rgb(224, 189, 185) 10px,
        rgb(224, 189, 185) 20px
      );
 }


.btn-facebook {
    background: #3A589B;
    height: 42px;
    padding: 0 20px;
    position: relative;
    display: inline-block;
    line-height: 42px;
    color: #fff;
    margin-top: 60px;
}

.btn-facebook:hover {
    color: #fff;
    background: #24305E;
    text-decoration: none
}

.btn-facebook:before {
    content: '';
    width: 42px;
    height: 42px;
    background: url(https://cdn3.iconfinder.com/data/icons/free-social-icons/67/facebook_square-48.png) center center no-repeat;
    position: absolute;
    left: -43px;
    top: 0;
}

.hiden {
    display: none;
}
.active.hiden {
    display: block;
}

.fc-time-grid-event .fc-time, .fc-time-grid-event .fc-title {
    text-align: center;
    padding-top: 13px;
}
.fc-event, .fc-event:hover, .ui-widget .fc-event, a.fc-event {
    color: #24305E;
}


@media(max-width: 767px) {
    .people-list {
        left: -190px;
        z-index: 9999;
    }
    .content.chat-box {
        width: calc(100% - 25px);
        position: absolute;
        left: 25px;
    }
    .chat-conversation {
        margin: 0 -15px;
    }
    .message-box {
        padding: 0 20px;
        position: fixed;
        bottom: 0;
        width: 100%;
    }
    .chat, .profile {
        padding-top: 0;
    }
    .chat-conversation .in, .chat-conversation .out {
        width: 100%;
        margin: 0 0 15px;
    }
    .content.chat-box .info small {
        display: none;
    }
}

.os-animation {
    opacity: 0;
}
.os-animation.animated {
    opacity: 1;
}

