@import url(https://fonts.googleapis.com/css?family=PT+Sans);

body {
	width: 100% !important;
	height:100% !important;
	font-size: 14px;
	font-family: 'PT Sans', sans-serif !important;
}

.all0 {
	margin: 0 !important;
	padding: 0 !important;
}

.container_header {
	width: 100% !important;
}

#tot {
	position: fixed;
	left:0;
	top: 0;
	width: 100% !important;
	height: 100% !important;
	z-index: 1001;
	background-color: black;
	opacity:0.7;
	display: none;
}

#tot3 {
    position: fixed;
    left:0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 1041 !important;
    background-color: black;
    opacity:0.7;
    display: none;
}

.modal-content {
	border-radius: 3px;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    background-clip: inherit;
}

.modal-title {
    text-align: center;
    font-size: 22px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.modal-body {
    background-color: #f8fafb;
}

.modal-body table tr td {
	background-color: white;
}

.modal-footer {
	margin-top: 0;
	padding-top: 15px;
	padding-bottom: 15px;
}

.btn-primary {
	background-color: #3d4e60 !important;
    border: none !important;
    border-radius: 2px !important;
    border-color: #3d4e60 !important;
}

.btn-default {
	color: grey !important;
    font-weight: normal !important;
    border-radius: 2px !important;
    border-color: lightgrey !important;
}

.form-control {
    border: 1px solid #E6E6E6;
    height: 40px !important;
    border-radius: 3px !important;
    outline: none !important;
    box-shadow: none !important;
    padding-left: 10px !important;
}

.btn-danger {
	background-color: #DF0101 !important;
    border: none !important;
}

.btn-success {
    background-color: #5FB404 !important;
    border: none !important;
}

.left-side {
	width: 100%;
	height: 100%;
	background: url(../img/background.jpg) no-repeat;
	padding: 150px;
	padding-top: 170px;
    box-shadow: 0px 5px 10px rgba(0,0,0,.8);
}

.login-box-right {
    padding: 50px;
}

.login-logo {
    max-width: 300px;
    margin-left: 25px;
}

.login-title-right {
	text-align: center;
    padding-top: 30px;
    color: #555;
    margin-bottom: 30px;
}

.login-title-right i {
    color: #81ca00;
    margin-right: 15px;
    font-size: 25px;
}

.md-style {
	padding: 2px !important;
	margin: 0 !important;
}

.edited-input {
	width: 100%;
    height: 42px;
    border: 1px solid #E6E6E6;
    box-shadow: none;
    outline: none;
    padding: 5px;
}

.btn-login {
	float: right;
    padding: 15px;
    background-color: #81ca00;
    color: white;
    font-size: 16px;
    border: 0;
    border-radius: 2px;
}

.remember-me {
    padding-top: 20px;
    padding-left: 5px;
    font-size: 14px;
    color: #444;
}

.checkbox-edited {
	width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    background-color: white;
    border-radius: 2px;
    text-align: center;
    padding-top: 2px;
    color: #81ca00;
    font-size: 16px;
    cursor: pointer;
    float: left;
    margin-right: 15px;
}

.checkbox-edited i {
	display: none;
}

.checkbox-edited.checked i {
	display: block;
}

.login-info-text {
    text-align: center;
    font-size: 14px;
    color: grey;
    margin-bottom: 10px;
    position: relative;
    top: -20px;
}

.login-info-text i {
	color: #555;
	margin-right: 8px;
}

.forgot-password {
    text-align: center;
    margin-top: 50px;
}

.forgot-password a {
	text-decoration: none;
    font-size: 15px;
    color: #555;
}

.forgot-password a:hover {
	text-decoration: none;
}

.left-title {
    font-size: 28px;
    color: rgba(255,255,255,.7);
    margin-bottom: 25px;
    font-weight: bold;
}

.user-type {
    width: 95%;
    background-color: white;
    box-shadow: 0px 2px 1px rgba(129,202,0,.7);
    padding: 20px;
    text-align: center;
    font-size: 20px;
    color: #444;
}

.user-type i {
	font-size: 28px;
    color: #81ca00;
    margin-bottom: 10px;
}

.user-title {
	margin-bottom: 18px;
}

.user-type .checkbox-edited {
	float: none;
    margin-right: 0;
    width: 30px;
    height: 30px;
    margin: 0 auto;
}

.invalid {
	border: 1px solid red !important;
}

.captcha-input {
    width: 60%;
    float: left;
}

.capcha-code {
    height: 40px;
    margin-left: 10px;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #EFEFEF;
    padding-top: 10px;
    color: grey;
    font-weight: bold;
    font-size: 15px;
}

.icon-reload-captcha {
	font-size: 18px !important;
    color: #81ca00;
    margin-left: 5px;
    padding-top: 12px;
    cursor: pointer;
}

.a-resend-code {
	text-decoration: none;
	color: #444;
}

.a-resend-code i {
	margin-right: 8px;
	color: grey;
}

.a-resend-code:hover {
	text-decoration: none;
}

.admin-logo {
    text-align: center;
    margin-top: 50px;
    font-size: 30px;
    color: #ccc;
    text-shadow: 0px 0px 1px rgba(0,0,0,.9);
}

.big-letters {
    font-size: 40px;
    font-weight: bold;
    color: #3d4e60;
    text-shadow: 0px 2px 1px rgba(0,0,0,.2);
    margin-right: 2px;
}

.login-box {
	width: 400px;
    padding: 10px;
    background-color: white;
    box-shadow: 0px 2px 1px rgba(0,0,0,.2);
    margin: 50px auto;
    border-radius: 2px;
}

.login-title {
    font-size: 20px;
    font-weight: bold;
    color: #81ca00;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #FAFAFA;
    padding-top: 5px;
}

.login-title i {
	margin-right: 12px;
}

.relativepos {
	position: relative;
}

.input-login {
	padding-right: 50px;
}

.input-icon {
    position: absolute;
    z-index: 9;
    right: 0;
    margin-right: 35px;
    margin-top: -27px;
    font-size: 15px;
    color: lightgrey;
}

.login-actions {
    margin-top: 5px;
    padding-top: 20px;
    border-top: 1px solid #FAFAFA;
}

.bg-verification {
	width: 100%;
	height: 100%;
	background-color: #EFEFEF;
}

.top-error-page {
    width: 100%;
    height: 30%;
    background-color: white;
}

.bottom-error-page {
    width: 100%;
    height: 70%;
    background-color: #81ca00;
}

.error-page-body {
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
	height: 100% !important;
}

.error-title {
	font-size: 200px;
    font-weight: bolder;
    text-align: center;
    position: relative;
    top: 13px;
    color: #81ca00;
    letter-spacing: 15px;
    font-family: sans-serif;
}

.error-page-info {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    padding-top: 100px;
    font-size: 28px;
    color: white;
}

.sidebar {
    width: 200px;
    position: fixed;
    left: 0;
    top: 0;
    background: url(../../img/background.jpg) no-repeat;
    height: 100%;
    padding-left: 0;
    padding-top: 100px;
    z-index: 9999;
    background-size: cover;
}

.sidebar ul {
    list-style: none;
    margin-top: 10px !important;
}

.sidebar ul li {
    padding-left: 25px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.sidebar ul li span.pull-right {
    margin-right: 10px;
}

.sidebar ul li span.pull-right > .badge {
    border-radius: 3px !important;
    background-color: #FE2E2E;
}

.sidebar ul li i {
    margin-right: 8px;
    font-size: 15px;
}

.sidebar ul li a {
    color: white;
    text-decoration: none;
    font-weight: 500;
}

.sidebar ul li a:hover {
    text-decoration: none;
}

.marginleft {
    margin-left: 210px;
}

.custom-box {
    width: auto;
    background-color: white;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    padding: 15px;
    margin: 10px;
}

.over-bar {
    width: auto;
    padding: 20px;
    background-color: white;
    color: white;
    margin-bottom: 10px;
    margin-right: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin-left: 10px;
    height: 60px;
}

.btn-close-sidebar {
    padding: 10px;
    background-color: #3d4e60;
    color: white;
    box-shadow: none;
    border: none;
}

.a-logout {
    color: #81ca00;
    font-weight: bold;
    text-decoration: none;
}

.a-logout i {
    margin-right: 8px;
}

.a-logout:hover {
    text-decoration: none;
}

.minimized {
    width: 50px;
}

.leftsmall {
    margin-left: 55px;
}

.sidebar-logo {
    max-width: 150px;
    margin-top: -32px;
    margin-left: 20px;
    margin-bottom: 20px;
}

.footer-bottom {
    width: 100%;
    background-color: #3d4e60;
    height: auto;
    min-height: 87px;
    padding-top: 35px;
    padding-left: 220px;
    color: white;
    font-size: 14px;
    position: fixed;
    bottom: -25px;
    display: none;
}

.sidebar ul li.submenu-element {
    padding-left: 25px;
}

.img-admin-user {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 15px;
    position: relative;
    top: -4px;
}

.admin-user {
    color: #555;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #FAFAFA;
    font-weight: 500;
    font-size: 14px;
    font-weight: bold;
}

.admin-actions {
    margin-right: 20px;
    border-right: 1px solid #FAFAFA
}

.admin-actions a {
    margin-right: 20px;
    font-weight: bold;
    color: #81ca00;
}

.dashboard-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #EFEFEF;
}

.dashboard-title i {
    font-size: 20px;
    color: grey;
    margin-right: 10px;
}

.order-nr-top {
    width: 100%;
    box-shadow: 0px 2px 1px rgba(0,0,0,.1);
    background-color: #FAFAFA;
}

.order-nr-left {
    width: 25%;
    float: left;
    font-size: 30px;
    background-color: black;
    color: white;
    text-align: center;
    height: 80px;
    padding-top: 23px;
}

.order-nr-right {
    width: 75%;
    float: left;
    padding-left: 20px;
    font-size: 20px;
    font-weight: bold;
}

.title-top-order-nr {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 10px;    
}
.all-color {
    background-color: #81ca00;
}

.md3_style {
    margin: 0 !important;
    padding: 2px !important;
}

.sidebar-menu li.active {
    margin-left: 14px;
    width: 85%;
    background-color: white;
    box-shadow: 0px 2px 1px rgba(0,0,0,.7);
    border-radius: 2px;
    height: 40px;
    padding-top: 11px;
    padding-left: 12px;
    margin-bottom: 8px;
    margin-top: 5px;
}

.sidebar-menu li.active a {
    color: #81ca00;
}

.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border: none !important;
}

.table-bordered>thead>tr>th, .table-bordered>thead>tr>td {
    border-right: 1px solid #E6E6E6 !important;
}

.table-bordered>tbody>tr>td {
    border-right: 1px solid #E6E6E6 !important;
}

.table-bordered>thead>tr>th {
    text-align: center;
    line-height: 18px;
    vertical-align: top;
}

.dataTables_filter input {
    padding: 5px !important;
    padding-left: 10px !important;
    outline: none !important;
    box-shadow: none;
    border: 1px solid #E6E6E6;
    border-radius: 2px;
    margin-left: 20px !important;
    margin-bottom: 8px !important;
}

.dataTables_length select {
    padding: 5px !important;
    border: 1px solid #E6E6E6;
    outline: none !important;
    margin-left: 5px !important;
    margin-right: 8px !important;
    border-radius: 2px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: inherit !important;
    background-color: #3d4e60 !important;
    color: white !important;
    border: none !important;
    border-radius: 2px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: inherit !important;
    background-color: #3d4e60 !important;
    color: white !important;
    border: none !important;
    border-radius: 2px !important;
}

.dataTables_info {
    font-size: 14px !important;
}

table.dataTable.no-footer {
    border-bottom: 1px solid whitesmoke;
}

table.dataTable tbody tr.selected {
    background-color: #3d4e60 !important;
}

table.dataTable tbody tr.selected td {
    color: white !important;
}

.wh30 {
    width: 30px;
    height: 30px;
    padding: 5px !important;
    float: left;
    margin-right: 5px;
}

.height-10 {
    height: 10px;
}

.height-5 {
    height: 5px;
}

.edited-select {
    border: 1px solid #E6E6E6;
    padding: 10px !important;
    border-radius: 2px !important;
}

.edited-textarea {
    width: 100%;
    border: 1px solid #E6E6E6;
    border-radius: 3px;
    padding: 10px;
    box-shadow: none;
}

.search-table {
    position: absolute;
    top: 5px;
    width: 350px;
    right: -14px;
    z-index: 5;
}

.search-table-input {
    width: 250px;
    float: left;
}

.btn-search-table {
    float: left;
    height: 42px;
    width: 85px;
}

#custom_modal::-webkit-scrollbar { 
    /*display: none; */
    background: transparent !important;
    width: 5px !important;
}

#custom_modal::-webkit-scrollbar-track {
    background: transparent;

}

#custom_modal::-webkit-scrollbar-thumb {
    background-color: #0D6668 !important;
    border-radius: 5px !important;
}

#custom_modal_lg::-webkit-scrollbar { 
    /*display: none; */
    background: transparent !important;
    width: 5px !important;
}

#custom_modal_lg::-webkit-scrollbar-track {
    background: transparent;

}

#custom_modal_lg::-webkit-scrollbar-thumb {
    background-color: #0D6668 !important;
    border-radius: 5px !important;
}

#custom_modal_hover::-webkit-scrollbar { 
    /*display: none; */
    background: transparent !important;
    width: 5px !important;
}

#custom_modal_hover::-webkit-scrollbar-track {
    background: transparent;

}

#custom_modal_hover::-webkit-scrollbar-thumb {
    background-color: #0D6668 !important;
    border-radius: 5px !important;
}

.w100 {
    width: 100% !important;
}

.toast-success {
  background-color: #3d4e60 !important;
}

.search-spinner {
    position: absolute;
    z-index: 9;
    top: 13px;
    right: 28px;
    color: #3d4e60;
}

.search-values {
  position: absolute;
  z-index: 999;
  width: 93%;
  height: 120px;
  overflow: auto;
  background-color: #EFEFEF;
  border: 1px solid #E6E6E6;
  margin-top: 5px;
}

.search-values::-webkit-scrollbar { 
    /*display: none; */
    background: transparent !important;
    width: 5px !important;
}

.search-values::-webkit-scrollbar-track {
    background: whitesmoke;

}

.search-values::-webkit-scrollbar-thumb {
    background-color: grey;
    border-radius: 5px !important;
}

.ul-search-values {
    list-style: none;
}

.ul-search-values li {
    padding-left: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-bottom: 1px solid #FAFAFA;
  color: #444;
  font-size: 13px;
  cursor: pointer;
}

.ul-search-values li.selected {
    font-weight: bold;
    color: #555;
}

.input-spinner {
    position: absolute;
    z-index: 9;
    right: 0;
    margin-right: 32px;
    margin-top: -26px;
    font-size: 14px;
    color: #3d4e60;
    font-weight: bold;
}

.a-autopopulate {
    text-decoration: none;
  padding: 5px;
  background-color: #EFEFEF;
  border: 1px solid #E6E6E6;
  border-radius: 3px;
}

.a-autopopulate:visited {
    text-decoration: none;
}

.a-autopopulate:hover {
    text-decoration: none;
}

.multiple-values {
  height: 40px;
  background-color: white;
  border: 1px solid #E6E6E6;
  padding: 6px;
  cursor: pointer;
}

.ul-multiple-values {
    list-style: none;
    cursor: pointer;
}

.ul-multiple-values li {
  padding: 4px;
  display: inline-block;
  background-color: #58ACFA;
  color: white;
  border-radius: 3px;
  padding-right: 5px;
  margin-right: 5px;
}

.ul-multiple-values li span {
  margin-left: 5px;
  font-size: 11px;
  cursor: pointer;
}

.ul-multiple-values li span i {
  position: relative;
  top: -2px;
  left: -2px;
}

.multiple-values-box {
  position: absolute;
  z-index: 99;
  background-color: #EFEFEF;
  width: 93%;
  border: 1px solid #E6E6E6;
  margin-top: 5px;
  min-height: 100px;
}

.multiple-values-box::-webkit-scrollbar { 
    /*display: none; */
    background: transparent !important;
    width: 5px !important;
}

.multiple-values-box::-webkit-scrollbar-track {
    background: whitesmoke;

}

.multiple-values-box::-webkit-scrollbar-thumb {
    background-color: grey;
    border-radius: 5px !important;
}

.multiple-values-box ul {
    list-style: none;
}

.multiple-values-box ul li {
  padding-left: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-bottom: 1px solid #FAFAFA;
  color: #555;
  cursor: pointer;
}

.multiple-values-box ul li.selected {
    font-weight: bold;
  background-color: #EDEDED;
}

.btn-add-student {
    position: relative;
    left: -20px;
    width: 106%;
    height: 40px;
}

.search-student {
    min-height: 30px;
    height: auto;
    max-height: 95px;
}

.ul-selected-students {
    list-style: none;
    margin-top: 10px !important;
}

.ul-selected-students li {
    padding: 5px;
    background-color: #EAEAEA;
    margin-top: 5px;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 20px;
    color: #555;
    font-style: italic;
}

.ul-selected-students li span {
    float: right;
    font-size: 15px;
    color: red;
    cursor: pointer;
    position: relative;
    top: 3px;
}

.hide_class {
    display: none !important;
}

.hide-class {
    display: none !important;
}

.form-title {
    color: #81ca00;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #FAFAFA;
}

.user-type.moderator {
    background-color: transparent;
    box-shadow: none;
    color: transparent;
}

.user-type.moderator i.fa-user-cog {
    color: transparent;
}

.user-type.moderator .checkbox-edited {
    background-color: transparent;
    border: 0;
}

.user-type.moderator .checkbox-edited i {
    color: transparent;
}

/* MESSAGES */
.messages-box {
    width: 100%;
    background-color: white;
}

.conversations {
    float: left;
    width: 25%;
    background-color: #EFEFEF;
    border-right: 1px solid #E6E6E6;
    padding: 10px;
    height: 500px;
}

.chat-box {
    padding: 10px;
    float: left;
    width: 75%;
    height: 500px;
}

.conversation-title {
    font-size: 16px;
    font-weight: bold;
    color: #555;
    padding-bottom: 10px;
    border-bottom: 1px solid #FAFAFA;
    margin-bottom: 15px;
}

.chat-header {
    height: 50px;
    background-color: #FAFAFA;
    padding: 5px;
}

.chat-messages {
    width: 100%;
    height: 350px;
    overflow: auto;
    border-left: 1px solid #FAFAFA;
    border-right: 1px solid #FAFAFA;
    padding: 10px;
    margin-bottom: 10px;
}

.chat-actions {
    width: 100%;
}

.chat-textarea {
    width: 85%;
    float: left;
}

.chat-button {
    float: right;
    width: 15%;
    height: 40px;
}

.ul-left-actions {
    list-style: none;
    border-bottom: 1px solid #FAFAFA;
}

.ul-left-actions li {
    display: inline-block;
    padding: 4px;
    margin-right: 5px;
    cursor: pointer;
}

.ul-left-actions li.active {
    background-color: #FAFAFA;
    font-weight: bold;
    color: grey;
}

.conversations-tabs {
    width: 100%;
}

#conversationsTable thead {
    display: none;
}

#conversationsTable_info {
    display: none;
}

#conversationsTable.dataTable.no-footer {
    border-bottom: 0 !important;
}

#contactsTable thead {
    display: none;
}

#contactsTable_info {
    display: none;
}

#contactsTable.dataTable.no-footer {
    border-bottom: 0 !important;
}

.each-conv-tab {
    width: 100%;
    height: 95%;
    overflow: auto;
    overflow-x: hidden;
}

.each-conv-tab::-webkit-scrollbar { 
    /*display: none; */
    background: transparent !important;
    width: 5px !important;
}

.each-conv-tab::-webkit-scrollbar-track {
    background: whitesmoke;

}

.each-conv-tab::-webkit-scrollbar-thumb {
    background-color: grey;
    border-radius: 5px !important;
}

.no-conversation-selected {
    text-align: center;
    padding-top: 150px;
    font-size: 24px;
    font-weight: bold;
    color: lightgrey;
}

.no-conversation-selected i {
    font-size: 26px;
    color: grey;
    margin-right: 12px;
}

.conv-users {
    font-style: italic;
    color: #555;
    font-weight: bold;
    font-size: 13px;
}

.conv-users label {
    float: left;
    margin-right: 10px;
    color: #444;
    font-weight: normal;
    font-style: normal;
}

.no-chat-message {
    padding: 8px;
    border: 1px dotted #EFEFEF;
    font-style: italic;
    background-color: #FAFAFA;
}

.each-user-conv {
    float: left;
    margin-right: 8px;
    border-right: 1px solid #EFEFEF;
    padding-right: 8px;
    font-style: normal;
}

.each-user-conv small {
    font-style: italic;
}

.conv-message {
    width: 60%;
    background-color: #EFEFEF;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 8px;
    position: relative;
}

.conv-message.right {
    background-color: #3c86f5;
    color: white;
    float: right;
}

.conv-message.left {
    float: left;
}

.message-user {
    font-weight: bold;
    margin-bottom: 4px;
}

.message-time {
    font-size: 12px;
    text-align: right;
    margin-top: 4px;
}

.table-conversation {
    width: 100%;
    cursor: pointer;
}

.conversation-user {
    font-size: 14px;
    font-weight: bold;
    color: #555;
}

.conversation-user span {
    font-weight: normal;
    margin-right: 5px;
}

.last-message {
    font-size: 13px;
    margin-top: 2px;
    border-top: 1px solid #FAFAFA;
}

.chat-loader {
    position: absolute;
    width: 100%;
    margin-left: -10px;
    margin-top: -10px;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    text-align: center;
    color: white;
    font-size: 32px;
    padding-top: 200px;
}

.a-notifications {
    margin-right: 15px;
    color: red;
    text-decoration: none;
    position: relative;
    left: -5px;  
}

.notification-badge {
    position: absolute;
    top: 0;
    right: 0;
    width: 12px;
    height: 12px;
    background-color: grey;
    border-radius: 40%;
    font-size: 10px;
    text-align: center;
    color: white;
    margin-top: -6px;
    z-index: 9;
    margin-right: -4px;
}

.notifications-box {
    position: absolute;
    width: 250px;
    padding: 5px;
    background-color: grey;
    border: 1px solid #FAFAFA;
    z-index: 99;
    margin-left: 10px;
}

.ul-notifications {
    list-style: none;
}

.ul-notifications li {
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.ul-notifications li i {
    color: lightgrey;
    margin-right: 8px;
}

.table-conversation.unread {
    background-color: #EFEFEF;
    font-style: italic;
}

.delete-message {
    position: absolute;
    right: 0;
    margin-right: 15px;
    cursor: pointer;
} 

#conversationsTitularTable thead {
    display: none;
}

#conversationsTitularTable_info {
    display: none;
}

#conversationsTitularTable.dataTable.no-footer {
    border-bottom: 0 !important;
}

#contactsTitularTable thead {
    display: none;
}

#contactsTitularTable_info {
    display: none;
}

#contactsTitularTable.dataTable.no-footer {
    border-bottom: 0 !important;
}

.tab-pane-edited {
    padding: 10px;
    border: 1px solid #ddd;
    border-top: 0;
}

.ul-tabs {
    list-style: none;
}

.ul-tabs li a {
    color: #555;
    font-size: 14px;
    border-radius: 0 !important;
}

.ul-tabs li.active a {
    border-bottom: 5px solid #81ca00 !important;
    border-radius: 5px !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    color: #81ca00 !important;
    font-weight: bold;
}

@media (max-width:768px) {
    .left-side {
        padding: 20px;
        height: auto;
    }

    .left-title {
        font-size: 20px;
    }

    .login-box-right {
        padding: 20px;
    }

    .login-title-right {
        padding-top: 0;
    }

    .sidebar {
        display: none;
    }

    .marginleft {
        margin-left: 0;
    }

    .custom-box {
        margin: 0;
        margin-top: 70px;
    }

    .a-notifications {
        font-size: 22px;
        left: 0;
        top: 15px;
    }

    .notifications-box {
        right: 15px;
        margin-top: 25px;
        color: white;
    }

    /*.tab-pane-edited {
        overflow: auto;
    }*/

    .ul-tabs li {
        display: inline-block !important;
        width: 50%;
        background-color: #EFEFEF;
        border-bottom: 1px solid grey;
    }

    .ul-tabs li.active a {
        border-bottom: 1px solid #81ca00 !important;
    }

    .dataTables_wrapper {
        overflow: auto;
    }

    .messages-box {
        position: relative;
    }

    .conversations {
        position: absolute;
        z-index: 8;
        width: 100%;
        display: none;
        top: -28px;
    }

    .chat-box {
        width: 100%;
        padding: 0;
        margin-top: 10px;
    }

    .chat-textarea {
        width: 75%;
    }

    .chat-button {
        width: 25%;
    }

    .new-conversation-tab-phone {
        height: 85%;
    }

    .btn-new-conversation {
        position: absolute;
        bottom: 6px;
        width: 80%;
        margin-left: 7%;
        height: 40px;
    }

    .table-top {
        margin-top: 35px;
    }

    .topic-right {
        width: 100% !important;
    }

    .topic-phone {
        position: absolute;
        width: 92%;
        height: 81%;
        z-index: 9;
        background-color: lightgrey;
        margin-top: 5px;
    }

    .hidden-filters {
        display: none;
    }
}

.phone-logo {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 15px;
    box-shadow: 0px 5px 3px rgba(0,0,0,.9);
    width: 100%;
}

.phone-logo img {
    max-height: 50px;
}

.phone-top-bar {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: white;
    box-shadow: 0px 2px 1px rgba(0,0,0,.2);
    padding: 5px;
    text-align: center;
    z-index: 9;
}

.btn-open-menu {
    width: 35px;
    height: 35px;
    font-size: 18px !important;
    margin-top: 7px;
}

.phone-top-bar img {
    max-height: 45px;
}

.phone-footer {
    width: 100%;
    margin-top: 10px;
    background-color: #3d4e60;
    padding: 20px;
    color: white;
    text-align: center;
    font-size: 15px;
}

.phone-menu {
    position: fixed;
    left: 0;
    top: 60px;
    z-index: 9;
    background-color: #3d4e60;
    width: 100%;
}

.ul-phone-menu {
    list-style: none;
}

.ul-phone-menu li {
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
}

.ul-phone-menu li a {
    text-decoration: none;
    color: white;
    font-size: 16px;
}

.ul-phone-menu li a i {
    margin-right: 15px;
    color: lightgrey;
}

.ul-phone-menu li a:hover {
    text-decoration: none;
}

.ul-phone-menu li.active {
    background-color: white;
    margin: 14px;
    margin-bottom: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    border-radius: 2px;
}

.ul-phone-menu li.active a {
    color: #81ca00;
}

.ul-phone-menu li.active a i {
    color: #81ca00;    
}

.messages-action {
    text-decoration: none;
    color: #3d4e60;
    font-size: 15px;
    font-weight: bold;
    margin-right: 15px;
    padding-right: 10px;
    border-right: 1px solid #FAFAFA;
}

.messages-action:hover {
    text-decoration: none;
}

.messages-action i {
    color: #81ca00;
    margin-right: 8px;
    font-size: 16px;
}

.close-conversations {
    float: right;
    font-size: 16px;
    color: #81ca00;
}

.bambinice-textarea {
    overflow-y: auto !important;
}

.bambinice-textarea::-webkit-scrollbar { 
    /*display: none; */
    background: transparent !important;
    width: 5px !important;
}

.bambinice-textarea::-webkit-scrollbar-track {
    background: whitesmoke;

}

.bambinice-textarea::-webkit-scrollbar-thumb {
    background-color: grey;
    border-radius: 5px !important;
}

.invisible-textarea {
    border: none;
    background-color: transparent;
    outline: none;
    cursor: default;
    box-shadow: none;
    border-radius: 0;
    overflow: none;
    width: 100%;
    overflow: hidden;
    resize: none;
}

/* TOPIC */
.topic-filters {
    width: 100%;
    margin-bottom: 25px;
}

.topic-filters button {
    height: 42px;
    width: 100px;
}

.topic-content {
    width: 100%;
    background-color: white;
    min-height: 500px;
    border-radius: 2px;
}

.topic-left {
    width: 25%;
    float: left;
    height: 500px;
    background-color: #EFEFEF;
    border-right: 1px solid #E6E6E6;
    padding: 10px;
}

.topic-right {
    width: 75%;
    float: left;
    padding: 10px;
    height: 500px;
}

.topic-table {
    width: 100%;
    height: 95%;
    overflow: auto;
    overflow-x: hidden;
}

.topic-table::-webkit-scrollbar { 
    /*display: none; */
    background: transparent !important;
    width: 5px !important;
}

.topic-table::-webkit-scrollbar-track {
    background: whitesmoke;
}

.topic-table::-webkit-scrollbar-thumb {
    background-color: grey;
    border-radius: 5px !important;
}

#planificareLectiiTable thead {
    display: none;
}

#planificareLectiiTable_info {
    display: none;
}

#planificareLectiiTable.dataTable.no-footer {
    border-bottom: 0 !important;
}

#planificareLectiiTable2 thead {
    display: none;
}

#planificareLectiiTable2_info {
    display: none;
}

#planificareLectiiTable2.dataTable.no-footer {
    border-bottom: 0 !important;
}

.no-opened-topic {
    font-size: 25px;
    font-weight: bold;
    color: lightgrey;
    text-align: center;
    padding-top: 150px;
}

.each-topic {
    font-size: 14px;
    cursor: pointer;
}

.topic-spinner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    color: white;
    text-align: center;
    padding-top: 150px;
    font-size: 38px;
    line-height: 75px;
}

.topic-info {
    background-color: #FAFAFA;
    padding: 10px;
    font-size: 14px;
}

.opened-topic-content {
    width: 100%;
    height: 84%;
    overflow: auto;
    overflow-x: hidden;
    padding-top: 10px;
}

.opened-topic-content::-webkit-scrollbar { 
    /*display: none; */
    background: transparent !important;
    width: 5px !important;
}

.opened-topic-content::-webkit-scrollbar-track {
    background: whitesmoke;

}

.opened-topic-content::-webkit-scrollbar-thumb {
    background-color: grey;
    border-radius: 5px !important;
}

.main-topic {
    width: 100%;
    padding: 10px;
    background-color: #3c86f5;
    color: white;
    border-radius: 3px;
    margin-bottom: 10px;
}

.topic-user {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
}

.topic-time {
    font-size: 13px;
    text-align: right;
}

.ul-topic-actions {
    list-style: none;
    float: right;
}

.ul-topic-actions li {
    display: inline-block;
    padding-left: 25px;
}

.ul-topic-actions li a {
    text-decoration: none;
    color: white;
    font-weight: normal;
}

.ul-topic-actions li a:hover {
    text-decoration: none;
}

.ul-topic-actions li a i {
    margin-right: 7px;
    color: lightgrey;
}

.topic-answers {
    margin-left: 100px;
}

.add-topic-answer {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #EFEFEF;
    background-color: #FAFAFA;
    padding-bottom: 10px;
}

.user-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 auto;
    cursor: pointer;
    background-color: #EFEFEF;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: green;
}

.user-icon span {
    position: relative;
    top: 9px;
}

.user-icon img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.btn-add-explication {
    width: 100%;
    height: 40px;
}

.topic-teachers {
    position: absolute;
    width: 220px;
    height: 100px;
    overflow: auto;
    background-color: #EFEFEF;
    border: 1px solid #E6E6E6;
    z-index: 9;
    top: -107px;
    margin-left: -50px;
    box-shadow: 0px 2px 1px rgba(0,0,0,.2);
    border-radius: 2px;
    padding: 2px;
}

.ul-topic-teachers {
    list-style: none;
}

.topic-teachers::-webkit-scrollbar { 
    /*display: none; */
    background: transparent !important;
    width: 5px !important;
}

.topic-teachers::-webkit-scrollbar-track {
    background: whitesmoke;
}

.topic-teachers::-webkit-scrollbar-thumb {
    background-color: grey;
    border-radius: 5px !important;
}

.ul-topic-teachers li {
    padding-bottom: 3px;
    border-bottom: 1px solid #FAFAFA;
    padding-left: 5px;
    font-style: italic;
    cursor: pointer;
}

.ul-topic-teachers li:hover {
    background-color: #FAFAFA;
}

.main-topic.secondary {
    background-color: #555;
}

.edit-topic-textarea {
    color: black;
}

.btn-close-topic {
    position: absolute;
    right: 0;
    margin-top: 10px;
}
/* END TOPIC */

.a-edit-lectie {
    color: green;
    margin-left: 8px;
}

.pt5 {
    padding-top: 5px;
}

.cancel-editing {
    margin-right: 5px;
    color: #555;
    text-decoration: none;
}

.cancel-editing:hover {
    text-decoration: none;
    color: #444;
}