/* General Style */
body {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    z-index: 0; 
    background: #f5f5f5;
    overflow: hidden;
    font-size: 16px;
}
a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none!important;
}
.unstyled,
.list-unstyled li,
.dropdown-menu li{
    list-style: none;
}
/* Added to get Card Sort / Search */
.collection-item {
    display: inline-block;
    width: 18%;
    min-width: 140px;
    margin: 1%;
    padding: 50px 20px;
    background: #eee;
    border: 1px solid #aaa;
}
.collection-item a {
    text-decoration: none;
}
/* Added to get Card Sort / Search */

.close {
	font-size:30px;
}
.bbcode-panel a.btn {
    display: inline-block;
    float: left;
    margin-right: 2px;
    margin-top: 2px;
}
.bbcode-panel.mceToolbar {
    padding: 0 0 15px 0;
    overflow: hidden;
    border: none;
    background: transparent;
    box-shadow: none;
}
br {
    font-size: 0;
    height: 0;
    display: table;
    clear: both;
}
#portal input[type=checkbox] {
    width: 28px;
    height: 28px;
    display: inline-block;
    margin-left: -15px;
    z-index: 100;
    position: relative;
    border: 1px solid #000;
    visibility: visible;
    opacity: 1;
} 
.day-header {
    color: #000;
    font-size:26px;
    font-weight:bolder;
    margin-bottom: 15px;
    display: block;
}
ul {
    padding-left: 0;
    list-style-position: inside;
}
#forum, 
#forum-stats, 
#forum-rules {
    min-height: 0;
}
/* ANIMATED UP ARROW */
.navbar-toggle.uarr.collapsed .icon-bar:nth-of-type(1) {
	transform: translate3d(0,0,0) rotate(0deg);
	width: 22px;
}

.navbar-toggle.uarr.collapsed .icon-bar:nth-of-type(2) {
	transform: translate3d(0,0,0) rotate(0deg);
}

.navbar-toggle.uarr.collapsed .icon-bar:nth-of-type(3) {
	transform: translate3d(0,0,0) rotate(0deg);
	width: 22px;
}

.navbar-toggle.uarr .icon-bar:nth-of-type(1) {
	transform: translate3d(1px,0,0) rotate(-45deg);
	transform-origin: center center;
	width: 11px;
}

.navbar-toggle.uarr .icon-bar:nth-of-type(2) {
	transform: rotate(-90deg);
	transform-origin: center center;
}

.navbar-toggle.uarr .icon-bar:nth-of-type(3) {
	transform: translate3d(0px,-14px,0) rotate(-135deg);
	transform-origin: right top;
	width: 11px;
}
/* e107 Profile*/
.menus .panel-profile,
.menus .panel {
    background: none;
    border: none;
}
.menus .panel-profile {
    margin: 0 -15px;
}
.menus .panel-profile .row {
    border-color: rgba(60,60,60,0.12)!important;
}
/* Nav List Group Style */
#chatcontent .list-group {
	transform: rotate(180deg); 
}
.list-group li {
    display: block;
    padding: 0!important;
    margin: 10px !important;
}
.content .list-group li {
    display: block;
    padding: 0!important;
    margin: 0 0 -20px 0!important;
	transform: rotate(180deg); 
}
.list-group li a {
    padding: 8px 15px;
    display: block;
    color: #777;
    font-size: 14px;
}
.list-group li a>.fa {
    margin-right: 10px;
}
/* List Group Media Style*/
.media-list .media {
    display: inline-block;
    margin-right: 20px;
}
.media-list .badge {
    float: right;
    position: absolute;
    top: 9px;
    right: 15px;
    background: #FF0101;
}
.media-list li a {
    display: block;
    position: relative;
}
.media-list .media-body p {
    font-size: 14px;
}
.media-list .media-object {
    width: 50px;
}
.media-list h2.letter {
	position: absolute;
    top: 45%;
    left: 1.1em;
    margin: 0;
    padding: 0;
    transform: translate(-50%, -50%);
    font-size: 35px;
    font-weight: bold;
    color: rgba(255,255,255, 0.84);
}
/* Chat List Group Style*/
.chat {
    position: relative;
    overflow: hidden;
}
.chat .avatar {
    width: 50px;
}
.chat-left .letter{
	position: absolute;
    top: 45%;
    left: 1.1em;
    margin: 0;
    padding: 0;
    transform: translate(-50%, -50%);
    font-size: 35px;
    font-weight: bold;
    color: rgba(255,255,255, 0.84);
}
.chat-left .user_letter{
	position: absolute;
    top: 35%;
    left: 1.1em;
    margin: 0;
    padding: 0;
    transform: translate(-50%, -50%);
    font-size: 35px;
    font-weight: bold;
    color: rgba(255,255,255, 0.84);
}

.chat-right {
    text-align: right;
}
.chat-left {
    text-align: left;
}
.chat .chat-text {
    position: relative;
    display: block;
    padding: 5px 10px;
    max-width: 70%;
    text-align: left;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.chat .date-text {
	font-size: 12px;
	font-weight: bold;
	color: #000;
    position: relative;
    display: block;
    padding: 0;
    max-width: 70%;
    text-align: left;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.chat .date-text a{
	padding:0;
}
.chat-left .chat-text {
    float: left;
    top: -50px;
    left: 80px;
    background: #E0E0E0;
    color: #444;
    -webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.3);
}
.chat-left .date-text {
    float: left;
    top: -50px;
    left: 80px;
}
.chat-right .chat-text {
    float: right;
    top: -50px;
    right: 80px;
    background: #37ACCC;
    color: #fff;
    -webkit-box-shadow: -1px 1px 3px 1px rgba(0,0,0,0.3);
    box-shadow: -1px 1px 3px 1px rgba(0,0,0,0.3);
}
.chat-right .date-text {
    float: right;
    top: -50px;
    right: 80px;
}
.chat-left .chat-text:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 10px 5px 0;
    border-color: transparent #E0E0E0 transparent transparent;
    position: absolute;
    top: 10px;
    left: -10px;
}
.chat-right .chat-text:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #37ACCC;
    position: absolute;
    top: 10px;
    right: -10px;
}
/* Text Logs*/
#logs {
    overflow: visible!important;
    min-height: 85vh;
    padding: 0 5px;
}
#logs .grid {
    position: relative;
}
#logs .grid:after {
    content: '';
    display: table;
    clear: both;
}
#logs .grid-item {
    float: left;
    margin-bottom: 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
#logs .groups .grid-item {
	min-height:210px;
}
#logs .queue .grid-item {
	min-height:300px;
}
#logs .panel-heading {
    padding-top: 15px;
}
#logs .panel-heading img.avatar {
    width: 70px;
    display: table;
    margin: 0 auto;
    margin-bottom: -40px;
    background: #fff;
    border: 3px solid #FFF;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.panel-heading h2.letter {
	position: absolute;
    top: 17%;
    left: 49.5%;
    margin: 0;
    padding: 0;
    transform: translate(-50%, -50%);
    font-size: 50px;
    font-weight: bold;
}

#logs .panel-body {
    text-align: center;
    padding-bottom: 0!important;
}
#logs .user-name {
    color: #333;
    font-weight: bold;
    text-align: center;
    padding-top: 15px;
}
#logs .message {
    text-align: left;
    padding: 10px 15px;
    background: #eee;
    margin-left: -15px;
    margin-right: -15px;
}
#logs .panel-body .reply {
    height: 60px!important;
    margin-bottom: 0;
}
/* Reply Page */
#reply .table {
    margin: 50px auto;
    padding: 0 0 0 10px;
}
#reply .table p {
    padding: 10px;
}
#reply .table-top {
    max-width: 500px;
    background: #eee;
}
#reply .table-bottom {
    max-width: 800px;
}
#reply .new-message {
    padding-top: 50px;
}
/*Custom Pages*/
.menus.cpage-full-list .text {
    padding-top: 0;
}
.page-chapters-list > li{
    list-style: none;
}
.page-chapters-list h3 {
    color: #AFC387;
}
.cpage .cpage-body {
    margin-bottom: 15px;
}
/*Login Menu*/
.dropdown-menu .menus.login {
    margin-bottom: 0;
}
.dropdown-menu .menus.login .menus-caption {
    display: none;
}
.dropdown-menu .menus.login .logged-out {
    margin: 0 15px;
}
.loggin {
    padding-top: 5px;
}
.loggin .btn.dropdown-toggle{
    background: transparent;
    color: #00AEEF;
}
.loggin .dropdown-menu,
.logggin .dropdown-menu {
    min-width: 200px;
}
.logged-out .imgcode {
    display: table!important;
    margin: 0 auto;
}
.logged-out .sign-up a {
    color: #fff;
}
/*Login Page*/
#login-template {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
}
#login-template .logo {
    margin: 0 auto;
}
.menus.login_page .menus-text {
    background: #eee;
    padding: 0 15px;
    border: 1px solid #ccc;
}
.menus.login_page h2 {
    font-size: 18px;
}
#login-template label.checkbox {
    display: table;
    margin: 0 auto;
}
.signup-xup .fa{
    font-size: 16px;
}
.signup-xup {
    margin: 2px 0;
}
/* Sidebar */
.onoffcanvas.is-left {
    width: 100%;
    max-width: 300px;
    background: #f1f1f1!important;
    padding: 80px 0 30px 0;
    border-right: 1px solid #ddd;
}
#cfl.onoffcanvas {
    z-index: 100;
}
#cfl2.onoffcanvas {
    z-index: 99;
}
.is-left .onoffcanvas-content {
    height: 100%;
    max-height: 100%;
    padding: 0 15px;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
}
.navbar-header .onoffcanvas-toggler {
    display: inline-block;
    margin-top: 12px;
}
.navbar-header .onoffcanvas-toggler:before,
.navbar-header .onoffcanvas-toggler:after {
    border-color: #fff;
}
.nav-link {
    float: right;
    margin-top: 13px;
    margin-right: 15px;
    display: inline-block;
}
.nav-link .fa {
    font-size: 20px;
    color: #fff;
}
.nav-link2 {
    float: right;
    margin-top: 13px;
    margin-right: 15px;
    display: none;
}
.nav-link2 .fa {
    font-size: 20px;
    color: #fff;
}
/* Bottom Canvas*/
.onoffcanvas.is-bottom {
    width: 100%;
    height: 150px;
    background: #eee;
    padding: 15px;
    border-top: 1px solid #ddd;
    z-index: 95;
}
.bottom-sidebar .form-group {
    margin-top: 50px;
}
/* CONTENT */
.page-title {
    padding: 30px 15px;
}
.new-message.btn-fab {
    position: fixed;
    float: right;
    right: 35px;
    bottom: 2px;
    z-index: 90;
    display: block;
    height:40px;
    min-width:40px;
    width:40px;
}
.new-search.btn-fab {
    position: fixed;
    float: right;
    right: 90px;
    bottom: 2px;
    z-index: 90;
    display: block;
    height:40px;
    min-width:40px;
    width:40px;
}
.edit-contact.btn-fab {
    position: fixed;
    float: right;
    right: 145px;
    bottom: 2px;
    z-index: 90;
    display: block;
    height:40px;
    min-width:40px;
    width:40px;
}
.new-message.btn-fab:hover {
    -moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.new-message.btn-fab .fa {
    padding: 6px 9px;
}
.new-search.btn-fab .fa {
    padding: 6px 9px;
}
.edit-contact.btn-fab .fa {
    padding: 6px 9px;
}
.group-select {
	font-size:10px;
}
.sidebar {
    padding-top: 55px;
    padding-bottom: 1px;
    box-sizing: border-box;
    border-right: 1px solid #ddd;
    height: 100vh;
    overflow: hidden;
}
.content {
    padding-top: 55px;
    padding-bottom: 1px;
    box-sizing: border-box;
    height: 100vh;
    overflow: hidden;    
}
.content2 {
    padding-top: 55px;
    padding-bottom: 1px;
    box-sizing: border-box;
    overflow: hidden;    
}
.column-content {
    height: 95%;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
}
.sidebar-content {
    height: 99%;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
}
.blue-bar {
	position: fixed;
	bottom:0;
	background-color:#37ACCC;
	width:100vw;
	height:45px;
	overflow: hidden;
	margin-left: -15px;
}
.blue-bar h3 {
	color: #fff;
	font-size: 30px;
	padding: 10px;
	margin:0 0 0 20px;
}
hr.hr-keyword {
	border: solid #37ACCC;
	border-width: 2px 0 0;
}
.white-bar {
	position: fixed;
	bottom:0;
	background-color:#fff;
	width: 299px;
	height:45px;
	overflow: hidden;
	margin-left: -15px;
	text-align:center;
}
.white-bar p {
	font-size:10px;
}
/* DBS Added chat window load with out page refresh */
.chatcontent {
    width: 100%;
    float: right;
}
/* group checkboxes in container */
.groupsSend {
	border:2px solid #ccc; 
	width:300px; 
	height: 175px; 
	overflow-y: scroll;
}
#grouplist {
	padding-left: 15px;	
}
#grouplist input {
	margin: 10px 0;	
}
/* help Desk Success Message */
.success-container {
	display: block;
	max-width: 500px;
	margin: 75px auto;
}
/*Sign-up page*/
.sign-up-menu {
    margin-top: 20px;
}
.phone-sm {
	display: none;
	visibility: hidden;
}
.phone-lg {
	display: inline;
	visibility: visible;
}
.sign-up-menu .inner {
    background: #751113;
    padding: 15px;
    color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.sign-up-menu legend {
    color: #fff;
    border: none;
}
.sign-up-menu .error {
    color: #FCCA02;
}
.sign-up-menu .form-control {
    color: #333;
}
.sign-up-menu #progress { 
    position: relative; 
    height: 5px; 
    background-color: #fff; 
    margin-bottom: 20px; 
}
.sign-up-menu #progress-complete { 
    border: 0; position: absolute; 
    height: 5px; 
    min-width: 10px; 
    background-color: #01CBFD; 
    transition: width .2s ease-in-out; 
}
/* Menus */
.menus {
    display: block;
    margin-bottom: 30px;
}
.menus .menus-caption {
    padding: 0 15px 15px 15px;
}
.menus .menus-caption .btn-group .btn {
    -webkit-box-shadow: 0px 0 3px 1px rgba(0,0,0,0.3);
    box-shadow: 0px 0 3px 1px rgba(0,0,0,0.3);
}
.menus .menus-text {
    display: block;
}

/*Members List*/
.content.user-list {
    padding-top: 15px;
}
.content.user-list .table.e-list {
    margin-top: 15px;
    border-top: 1px solid rgba(40,40,40,0.2);    
}
.content.user-list .table.e-list thead {
    background: rgba(255,255,255,0.1);
}
.content.user-list .table.e-list .forumheader3{
    border-top: 1px solid rgba(40,40,40,0.12); 
    vertical-align: middle;   
}
/* Billing Page */
.billing-box {
	width: 95%;
	max-width: 800px;
	background: rgba(55, 172, 204, .75);
	padding: 15px;
	color: #fff;
	margin-bottom: 25px;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.2);
}
/* Contacts Importer */
.alert {
    padding: 15px;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 4px;
}
.success-icon {
	vertical-align: middle;
}
.success-text {
	font-size: 24px;
	font-weight: bold;
}
/* Share Page */
body#layout-share{
	position: relative;
	margin: 0;
	padding: 0;
	width: 100vw;
	height: 100vh;
	z-index: 0;
	background: #f5f5f5;
	font-size: 16px;
	overflow-x: hidden;
	overflow-y: auto;	
}
.share-content {
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
}
.share-header h2{
	text-align: center;
	padding: 0;
	margin:0;
}
.share-header p{
	text-align: center;
	font-weight: bold;
	padding: 0;
	margin:0;
}
.share-body {
	max-width:600px;
	margin:10px auto;
}
.share-body img {
	width: 400px;
	margin: 0 auto;
}
.share-buttons {
	text-align: center;
	margin: 15px 0;
}
.share-footer {
	max-width: 800px;
	margin:0 auto;
}
.share-body2 {
	max-width:600px;
	margin:15px auto;
}
.share-copyright {
	text-align: center;
	border-top: 5px solid #000;
	background-color: #eee;
	height:150px;
}
.share-msg {
	margin-bottom:5px;
}
/* Duplicate Message Review boxes */

.right_box {
	background-color:#37ACCC;
	padding: 5px;
	color: #fff;
	margin-bottom: 5px;
	min-height:65px;
}
.right_box .duplicate-input{
	color:#000;
	width:100%;
	display:inline
}
.left_box {
	background-color:#37ACCC;
	padding: 5px;
	color: #fff;
	margin-bottom: 5px;
	min-height:65px;
}
.left_box.notes,
.right_box.notes{
	min-height:100px;
}
.right_box .groupsSend {
	border:2px solid #ccc; 
	width:300px; 
	height: 175px; 
	overflow-y: scroll;
	background-color:#fff;
}
.dup-table td{
	vertical-align:top;
}
.radio-toolbar {
	margin:0 5px;
}
.radio-toolbar input[type="radio"] {
    display:none; 
}

.radio-toolbar label {
    display:inline-block;
    background-color:#ddd;
    padding: 1px 5px;
    font-family:Arial;
    font-size:16px;
    border: 2px solid #444;
    border-radius: 4px; 
    color:#fff;   
}

.radio-toolbar label:hover {
  background-color: #dfd;
}

.radio-toolbar input[type="radio"]:checked + label { 
    background-color:#bfb;
    border-color: #4c4;
}
/* RESPONSIVE CSS */ 
@media (max-width: 1400px) {
}
@media (max-width: 1200px) {
.onoffcanvas,
.sidebar,
.content {
    padding-top: 70px;
}
.nav-link2 {
    float: right;
    margin-top: 13px;
    margin-right: 15px;
    display: inline-block;
}
}

@media (max-width: 992px) { 

}
@media (max-width: 779px) { 
.dropdown-menu > li > a {
color:#fff!important;
} 
}
 
@media (max-width: 767px) { 
.row {
	margin-right: -15px;
	margin-left: -15px;
}
 
}

@media (max-width: 468px) {
.phone-sm {
	display: inline;
	visibility: visible;
}
.phone-lg {
	display: none;
	visibility: hidden;
}
}

@media (max-width: 376px) {
    
}