/*
Theme Name: Triogo Dashboard
Author: Prosoft Phils
Author URL: http://prosoft-phils.com/
Description: Main CSS for Global Partials
*/

/*--------------------------------------------------------------
DEFAULTS
--------------------------------------------------------------*/
.dropdown-links {
	position: absolute;
	right: 10px;
}

.dropdown-links ul {
	text-align: left;
	border: 1px solid #E6E6E6;
	border-radius: 4px;
	padding: 10px 12px;
	background: #fff;
}

	.dropdown-links ul li a {
		font-size: 14px;
		font-weight: 300;
		color: var(--color-dgrey);
	}

html,
body {
	margin:0;
   	padding:0;
	height: 100%
}

#main-wrapper {
	min-height:100%;
   	position:relative;
}

.body-content {
	padding-bottom: 50px;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	font-size: 12px;
	height: 30px;
}

.disabled:hover {
	cursor: not-allowed;
}

/*FORMS*/
.input-group-append button{
	border-left: 1px solid white
}

.input-prepend input {
	border-left: 1px solid white
}

	.input-group-text {
		border-right: 1px solid white
	}

/*** BOOTSTRAP SELECT OVERRIDES ***/
.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover{
	color: #000;
}

.bootstrap-select>.btn{
	background-color: #fff;
	border-color: #ced4da;
	border-radius: 0;
}

.bootstrap-select .btn.is-invalid {
	border-color: #dc3545;
}

/*--------------------------------------------------------------
HEADER
--------------------------------------------------------------*/
header {
	margin-bottom: 100px;
	position: relative;
}

.desktop-header-fixed {
	padding: 12px 15px;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 200;
	background: rgba(255,255,255,0.75);
}

.header {
	-webkit-transition: all 300ms ;
	-moz-transition: all 300ms ;
	-ms-transition: all 300ms ;
	-o-transition: all 300ms ;
	transition: all 300ms ;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #E6E6E6;
}

/*HEADER ON SCROLL*/
.desktop-header-scroll {
	background: #fff;
	-webkit-transition: all 300ms ;
	-moz-transition: all 300ms ;
	-ms-transition: all 300ms ;
	-o-transition: all 300ms ;
	transition: all 300ms ;
}

/*HEADER: LOGO*/
.logo img {
	height: 45px
}

.user-name {
	color: var(--color-charcoal);
	line-height: 20px !important;
}


.nav-menu li a {
	line-height: 45px;
}

/*HEADER: NAV MENU*/
.nav-menu  {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	text-align: right;
}

.nav-menu li {
	padding-left: 15px;
	display: inline-block;
}

	.nav-menu li:first-child {
		padding-left: 0
	}

.nav-menu li a {
	color: #696969;
	font-size: 25px;
}

	.nav-menu li a img {
		height: 25px;
	}

.fas[data-count]{
    position:relative;
}
.fas[data-count]:after{
    position: absolute;
    right: -0.75em;
    top: -.75em;
    content: attr(data-count);
    padding: .5em;
    border-radius: 10em;
    line-height: .9em;
    color: white;
    background: #2F4F4F;
    text-align: center;
    min-width: 2em;
    font: bold .4em sans-serif;
}

/*HEADER: NAV MENU LINKS*/
#nav-menu-links {
	position: absolute;
	background: #fff;
	border: 1px solid #707070;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 15px 0;
	box-shadow: 2px 3px 6px #ccc;
	right: 50px
}

#nav-menu-links ul {
	padding-left: 0;
	list-style: none;
}

	#nav-menu-links ul li {
		padding: 0 15px;
	}

	#nav-menu-links ul .main-links li {
		line-height: 36px;
	}

	#nav-menu-links ul li img,
	#nav-menu-links ul li span {
		display: inline-block;
	}

	#nav-menu-links ul li a {
		color: var(--color-charcoal);
		font-family:'LatoB'
	}

		.nav-menu li .fas:hover,
		#nav-menu-links ul li a:hover {
			color: var(--color-teal);
		}

	#nav-menu-links ul li img {
		width: 30px;
		padding-right: 10px
	}

	#nav-menu-links li.logout {
		border-bottom: 1px solid #707070;
		padding-bottom: 15px;

	}

.nav-menu-links2 .fas {
	margin-right: 4px;
	min-width: 24px
}
#notif-icon:hover {
	cursor: pointer;
}

.acct-balance {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #ccc
}

.acct-balance li {
	margin-bottom: 15px;
}

	.acct-balance li:last-child {
		margin-bottom: 0;
	}

span.class-currency {
	vertical-align: top;
}

/*.acct-balance li span {
	vertical-align: top;
}*/

	/*.acct-balance li span:first-child {
		font-size: 28px;
		padding-right: 10px;
	}*/

	.acct-balance .account-balance-nav {
		font-size: 28px;
		padding-right: 10px;
	}

.acct-balance p {
	margin-bottom: 0
}

/*HEADER ADMIN*/
.header-admin .h3 {
	line-height: 43px
}

/*--------------------------------------------------------------
HEADER-WP
--------------------------------------------------------------*/
.header-wp {
	margin-bottom: 230px;
}

/*--------------------------------------------------------------
MOBILE NAVS
--------------------------------------------------------------*/
.mobile-section-menus {
	display: none
}

/*--------------------------------------------------------------
MENUS
--------------------------------------------------------------*/
ul.second-level-menu {
	padding-left: 0;
	list-style: none;
	margin-top: 15px;
}

ul.second-level-menu li {
	display: inline-block;
	padding-right: 125px;
	font-family: 'Montserrat';
	padding-top: 8px;
}

ul.second-level-menu li a {
	color: var(--color-charcoal);
	font-size: 24px;
}

	ul.second-level-menu li.active a {
		font-family:'MontserratSB'
	}

/*--------------------------------------------------------------
VIDEO CARD
--------------------------------------------------------------*/
.video-card {
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	margin-bottom: 30px;
	box-shadow: 2px 3px 6px #ccc;
	border: 1px solid #E6E6E6;
	border-radius: 8px;
}

.video-card img {
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	max-width: 100%
}

.video-details {
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
}

.video-details .table td {
		padding: 0px 10px !important;
	}

	.video-details .table tr {
		border-top: 2px solid #fff
	}

.video-details .table th:nth-child(odd) {
	width: 15%;
	text-align: center;
}

	.video-details .table th:nth-child(2) {
		padding-left: 0;
		padding-right: 0;
		line-height: 20px;
	}

.video-cat ul,
.video-cat2 ul {
	list-style: none;
	padding-left: 0;
}

	.video-cat ul li {
		display: inline-block;
		padding-left: 10px;
		margin-bottom: 5px
	}

	.video-cat ul li a {
		background: #c4e4e9;
		color: var(--color-charcoal);
		font-size: 12px;
		display: block;
		padding: 2px 15px;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		border-radius: 50px;
	}

.video-card2 .video-details .table th:nth-child(2) {
	padding-left: 10px;
	padding-right: 10px
}

.video-cat2 {
	color: var(--color-dgrey);
	font-size: 80%;
}

	.video-cat2 ul {
		display: inline-block;	
	}

	.video-cat2 ul li {
		display: inline-block;
		padding-right: 5px;
	}
		.video-cat2 ul li a {
			color: var(--color-dgrey);
		}

		.video-cat2 ul li a:after {
			content: ','
		}

			.video-cat2 ul li:last-child a:after {
				content: none
			}

.video-cta {
	margin-bottom: 0;
	font-size: 12px;
}

.video-cta .btn {
	font-size: 12px;
	padding: 3px 10px;
	margin-left: 10px;
}

/*--------------------------------------------------------------
FOOTER
--------------------------------------------------------------*/

/*--------------------------------------------------------------
PARTIALS - CART
--------------------------------------------------------------*/
.table-cart:not(#cart-reco) tbody tr:nth-child(even) {
	border-bottom: 1px solid var(--color-lgrey)
}
	
	.table-cart thead {
		display: none
	}

	.table-cart td {
		padding: 0px 10px !important;
	}

	.table-cart thead th {
		border-bottom: none !important
	}

	.table-cart th,
	.table-cart td {
		border-top: none !important;
	}

.table-cart img {
	width: 80px
}

#cart-breakdown .triogo-product-name p {
	margin-top: 15px;
}

#giftCheckboxdiv {
	padding-left: 50px;
	padding-right: 50px;
}

	.gift-to input,
	.gift-from input {
		width: 65%
	}

.cart-checkout-scrollable {
	min-height: 250px;
	max-height: 500px;
	overflow-y: auto;
}
/* width */
.cart-checkout-scrollable::-webkit-scrollbar {
	width: 6px;
}

/* Track */
.cart-checkout-scrollable::-webkit-scrollbar-track {
	background: #c5c5c5;
}

/* Handle */
.cart-checkout-scrollable::-webkit-scrollbar-thumb {
	background: #929292;
}

/* Handle on hover */
.cart-checkout-scrollable::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.show-cart-total-items {
	display: inherit;
	text-align: right;
	padding-right: 10px;
}
.show-cart-total-items .text-left {
	text-align: right !important
}

/*--------------------------------------------------------------
PARTIALS - SEND MESSAGE
--------------------------------------------------------------*/
#commercial-fold {
	margin-top: 30px
}

.msg-row {
	color: var(--color-charcoal);
	border-bottom: 1px solid #E6E6E6;
}
	
	#section-message .msg-row:last-child,
	.admin-messages-list .msg-row:last-child {
		border-bottom: none !important
	}

.msg-row p {
	margin-top: 20px;
}


.icon-bg {
	border-radius: 50%;
	text-align: center;
	margin: 10px;
	font-size: 18px;
	color: #fff;
	width: 45px;
	height: 45px;
}

	.icon-bg .fas {		
		margin-top: 14px;
	}

.icon-my-videos {
	width: 25px;
	height: 25px;
}

.msg-row .cursive {
	margin-bottom: 15px !important;
}

.msg-row form {
	margin: 20px 15px 5px;
}

	.send-msg-btn {
		background: none;
		/*margin-top: -7px;*/
		float: right;
	}

	.msg-row form p {
		margin-top: 5px;
		font-size: 16px;
		padding-left: 10px;
	}

.msg-row .form-group {
	margin-bottom: 0
}

.msg-row-links p {
	padding-left: 24px;
	font-size: 14px;
	padding-bottom: 15px;
	margin-top: 0;
}

.msg-row ul {
	display: none
}

#popup-notifs .modal-dialog,
#popup-admin-notifs .modal-dialog {
	margin-top: 65px;
	width: 400px;
}

	#popup-notifs .modal-dialog {
		right: -14%
	}

	#popup-admin-notifs .modal-dialog {
		right: -64px;
	}

#popup-notifs .sc, #popup-admin-notifs .sc {
	width: 100%
}

#popup-notifs .sc .msg-row:first-child, #popup-admin-notifs .sc .msg-row:first-child {
	/*margin-top: -35px*/
}

#popup-notifs .admin-messages-list, #popup-admin-notifs .admin-messages-list {
	margin-top: -20px;
}

#popup-notifs .special-message{
	display: none !important;
}

.admin-messages-list::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #F5F5F5;
	border-radius: 5px;
}

.admin-messages-list::-webkit-scrollbar {
	width: 5px;
	background-color: #F5F5F5;
}

.admin-messages-list::-webkit-scrollbar-thumb {
	background-color: #aeaeae;
	border-radius: 5px;
}

.admin-messages-list .msg-row:last-child {
	display: block;
	padding: 10px 0 0 15px
}

.message p:first-child {
	display: none;
}

/*--------------------------------------------------------------
FILTER
--------------------------------------------------------------*/
.libraryFilterNav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1005;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  border: 1px solid #E6E6E6;
  -webkit-box-shadow: -5px 0px 5px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: -5px 0px 5px 0px rgba(0,0,0,0.1);
  box-shadow: -5px 0px 5px 0px rgba(0,0,0,0.1);
}

.libraryFilterNav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.fa-times {
	cursor: pointer
}

.libraryFilterNav a:hover {
  color: #f1f1f1;
}

.libraryFilterNav-container {
	padding: 80px 25px;
}

.libraryFilterNav .btn {
	margin-top: 10px;
}

	.libraryFilterNav .btn-outline-grey {
		width: 120px
	}

#sort-bar {
	margin-bottom: 20px;
}

#sort-bar select {
	width: 135px;
	border: none
}

/*--------------------------------------------------------------
404 PAGE NOT FOUND
--------------------------------------------------------------*/
