/*
 *
 *   INSPINIA - Responsive Admin Theme
 *   version 2.9.4
 *
 *   Custom css by ITBT
 *
*/

/* -------------------------------------
    HEADER, FOOTER, MAIN
------------------------------------- */
.main {
	background: #fff;
	border: 1px solid #e9e9e9;
	border-radius: 3px;
}

.content-wrap {
	padding: 20px;
}

.content-block {
	padding: 0 0 20px;
}

/* -------------------------------------
    OTHER STYLES THAT MIGHT BE USEFUL
------------------------------------- */
.last {
	margin-bottom: 0;
}

.first {
	margin-top: 0;
}

.aligncenter {
	text-align: center;
}

.alignright {
	text-align: right;
}

.alignleft {
	text-align: left;
}

.clear {
	clear: both;
}

.tableSearch {
	padding-top: 0;
	padding-bottom: 0;
}

/* -------------------------------------
    INVOICE
    Styles for the billing table
------------------------------------- */
.invoice {
	margin: 40px auto;
	text-align: left;
	width: 80%;
}

.invoice td {
	padding: 5px 0;
}

.invoice .invoice-items {
	width: 100%;
}

.invoice .invoice-items td {
	border-top: #eee 1px solid;
}

.invoice .invoice-items .total td {
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
	font-weight: 700;
}



.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	vertical-align: middle;
}


.d-flex .ibox {
	width: 100%
}

.d-flex .ibox-content {
	height: calc(100% - 45px);
}

xxxiframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
}

.preview-container {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	padding-top: 56.25%;
	/* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.itbt-product-price {
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
	background-color: #1ab394;
	padding: 6px 12px;
	position: absolute;
	/*! top: -32px; */
	bottom: 10px;
	right: 0;
}

.inmodal .modal-header {
	padding: 15px 15px;
}

.modal-dialog .modal-fullscreen{
	max-width: 100%;
	margin: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100vh;
	display: flex;
	position: fixed;
	z-index: 100000;
}

/* -------------------------------------
    BUTTONS
    Styles for the buttons inside ibox-tools
------------------------------------- */
.ibox-tools a.btn-default {
	color: inherit;
}

.ibox-tools a.btn-primary {
	color: #fff !important;
}

.ibox-tools a.btn-success {
	color: #fff !important;
}

.ibox-tools a.btn-info {
	color: #fff !important;
}

.ibox-tools a.btn-warning {
	color: #fff !important;
}

.ibox-tools a.btn-danger {
	color: #fff !important;
}

.ibox-tools a {
	color: #000 !important;
}

.breakdown {
	display: flex;
	flex-wrap: wrap;
}

.character {
	color: white;
	padding: 5px;
	border-radius: 5px;
	margin: 3px;
	min-width: 30px;
	text-align: center;
}

.gsm7 {
	background-color: green;
	color: black;
}

.gsm7ex {
	background-color: yellow;
	color: black;
}

.unicode {
	background-color: red;
	color: black;
}

.pignose-calendar {
	width: 360px;
	width: 100%;
	max-width: 100%;
}

.timeSlots {
	overflow-y: auto;
	height: 400px;
}

.itbt-slimScroll {
	overflow-y: auto;
	height: 10%;
}

.landing-page.with-logo .carousel {
	height: 70px;
}

.landing-page.with-logo .navbar-default {
	background-color: #fff;
	border-color: #fff;
	padding: 15px 0;
}

.landing-page.with-logo .nabar-default .nav li a {
	color: #676a6c;
}

.landing-page.with-logo .navbar-default .nav li a:hover {
	color: #1ab394;
}

.landing-page.with-logo .navbar-wrapper .navbar {
	padding-top: 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #e7eaec;
	border-radius: 0;
}

.landing-page.with-logo .navbar-nav>li>a {
	padding: 20px 10px;
}

.landing-page.with-logo .navbar-fixed-top {
	border-bottom: 1px solid #e7eaec !important;
}

.landing-page.with-logo .navbar .navbar-brand {
	margin-top: 5px;
	border-radius: 5px;
	font-size: 12px;
	padding: 10px;
	height: auto;
}

.landing-page.with-logo .navbar-default .nav li a {
	color: #676a6c;
}

@media (max-width: 768px) {
	.landing-page.with-logo .navbar .navbar-brand {
		margin-top: 6px;
	}
}

.md-skin .landing-page.with-logo.navbar-default {
	background-color: #fff !important;
}

.md-skin.landing-page.with-logo .navbar-default,
.md-skin.landing-page.with-logo.body-small .navbar-default {
	background-color: #ffffff !important;
}

.md-skin.landing-page.with-logo .navbar-nav>li>a {
	padding: 20px 10px;
}

.logo-img {
	width: 100%;
}

.itbt-timeSlot {
	background-color: #ffffff;
	color: unset;
	font-weight: unset;
}

.agile-list li.itbt-timeSlot:hover{
	background-color: #90e7bc;
	color: #ffffff;
	font-weight: bold;
}

.agile-list li.itbt-timeSlot.selected {
	background-color: #1AB394;
	color: #ffffff;
	font-weight: bold;
}

.wizard>.steps>ul>li {
	width: auto;
}
