body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f1f1f1;
	color: #212b35;
	font-size: 13px;
}
h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 0 15px 0;
}
h1, .h1 { font-size: 26px; }
h2, .h2 { font-size: 22px; }
h3, .h3 { font-size: 20px; }
h4, .h4 { font-size: 18px; }
h5, .h5 { font-size: 16px; }
h6, .h6 { font-size: 14px; }
h1 small, h2 small, h3 small {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 15px;
	font-style: italic;
}
a:focus, a:hover {
	text-decoration: none;
}
.well {
	background: #fff;
	box-shadow: 0 0 0 1px rgba(63, 63, 68, 0.05), 0 1px 3px 0 rgba(63, 63, 68, 0.15);
}
.margin-btm {
	margin-bottom: 30px;
}
.margin-top {
	margin-top: 30px;
}
.line{
	border-bottom:1px solid #eee;
	width:100%;
	display:block;
	margin:50px 0;
}

/* layout */
.header {
	margin-bottom: 15px;
}
.header h1, .header h2, .header h3, .title {
	display: inline-block;
	font-size: 20px;
}
#pad-wrapper {
	margin-top: 10px;
}
.content {
	padding-bottom: 10px;
	min-height: 400px;
	/*background: #F4F6F8;	
	border-bottom: 1px solid #dae3e9;
	-webkit-box-shadow: -3px 3px 3px -2px #f1f1f3;
	   -moz-box-shadow: -3px 3px 3px -2px #f1f1f3;
		box-shadow: -3px 3px 3px -2px #f1f1f3;
	-webkit-border-radius: 0px 0px 0px 5px;
	   -moz-border-radius: 0px 0px 0px 5px;
		border-radius: 0px 0px 0px 5px;*/
}
.content h4 {
	font-style: italic;
	font-size:16px;
}
.form-page p {
	float:left;
	width:100%;
	padding:15px;
	margin:0;
}
.form-page h4 {
	float:left;
	width:100%;
	padding:10px 0;
	margin:0px;
}

/* default buttons */
.btn-primary {
    border-color: #303030;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
    background-color: #303030;
}
.btn-primary:hover, .btn-primary:focus, 
.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary,
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
	border-color: transparent;
	background-color: #1a1a1a;
    color: rgba(255, 255, 255, 1);
}
.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgb(0 0 0);
}
.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
	border: none;
    box-shadow: none;
}

.btn-go-back {
    padding: 7px;
}

/* nav */
.nav-stacked > li > a {
    color: #616161;
}
.nav-stacked > li > a:hover, .nav-stacked > li.active > a {
    color: #303030;
}
.nav-tabs.nav-justified > li > a {
    color: #212b35;
    font-weight: bold;
}
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    color: #303030;
}
.nav-tab-content-wrapper, #pad-wrapper.nav-tab-content-wrapper {
    border: 1px solid #ddd;
    border-top: 0;
    padding: 15px;
    margin: 0;
    background: #fff;
}

/* navbar */
.navbar {
	min-height: 43px;
	font-family: 'Roboto', sans-serif;
}
/*.navbar-fixed-top {
	border: 0 none;
}*/
.navbar-fixed-top .brand {
	display: block;
	padding: 10px 0;
}
.navbar-fixed-top .nav > li > a {
	font-size: 14px;
	line-height: 23px;
	padding: 10px 15px;
	text-shadow: none;
 }
ul.nav li.dropdown:hover > ul.dropdown-menu {
	display: block;
}
.dropdown-menu {
	border: 0;
	padding: 0;
}
.dropdown-menu > li > a {
	padding: 8px 20px;
}


/* table */
.table-wrapper {
    position: relative;
}
.table {
	margin-bottom: 30px;
}
.table a:not(.btn) {
    color: #4d5053;
}
.table a:not(.btn):hover {
    color: #000;
}
table.dataTable img {
	max-height: 100px;
	max-width: 50px;
}
.table > thead > tr > th, .table > tbody > tr > td, 
table.dataTable thead th, table.dataTable thead td, 
table.dataTable tbody th, table.dataTable tbody td {
    font-size: 14px;
	padding: 5px 12px;
	vertical-align: middle;
}
table.dataTable thead th input {
    display: inline-block;
    max-width: 150px;
}
#removeSelectedRecords td:first-child {
	padding-left: 20px;
}
#select-all {
	vertical-align: middle;
}
.dataTables_filter {
	display: none;
}
.table-btn-wrapper {
    position: absolute;
    right: 20px;
    height: 35px;
    z-index: 1;
}

/*
.users-table .table td:first-child,
#removeSelectedRecords td:nth-child(2) {
	text-align: center;
}
#removeSelectedRecords td:first-child {
	padding-left: 20px;
}
#removeSelectedRecords .dataTables_wrapper .dataTables_length {
	float: right;
	margin-left: 15px;
}*/

/* form */
label {
	font-weight: 600;
	font-size: 12px;
}
input[type="checkbox"], input[type="radio"] {
	vertical-align: sub;
}
input,label,select, textarea {
	font-size: 12px;
}
input[type="text"], input[type="email"], input[type="search"], textarea, select {
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	color: #555;
	font-size: 14px;
	height: 34px;
	line-height: 1.42857;
	padding: 6px 12px;
}

/* footer */
.supportlbl {
	display: inline-block;
	margin-right: 10px;
}
.supportlinks {
	display: inline-block;
}
.nav-inline li {
	display: inline-block;
	padding: 0 10px;
}
.supportlinks a {
	font-size: 18px;
}
.nav-inline > li > a:hover, .nav-inline > li > a:focus {
	background: none;
}
/*accordion*/
.panel-title a {
	display: block;
	outline: 0 none;
	text-decoration: none;
}

/* select2 */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #5c6ac4;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
	background-color: #5c6ac4;
	color: #fff;
}
.select2-container .select2-selection--single {
	height: 34px;
	border: 1px solid #ccc;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 30px;
}

.fancybox-inner body { margin-top: 0px; }
.fancybox-inner .content { height: 100%; }

/* dashboard Main stats up of screen */
#main-stats {
	background-color: #fdfdfd;
	border-bottom: 1px solid #efeef3;
}
#main-stats .stats-row {
	box-shadow: inset -1px 0px 5px 2px #f9f9f9;
}
#main-stats .stat {
	text-align: right;
	padding: 10px 0px 15px 0px;
	border-right: 1px solid #e8e9ee;
	box-shadow: 1px 0px 0px 0px white;
}
#main-stats .stat.last {
	border-right: 0px;
}
#main-stats .stat .data {
	color: #29323a;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	margin-right: 50px;
}
#main-stats .stat .data .number {
	color: rgb(0, 110, 82);
	font-size: 25px;
	margin-right: 15px;
}
#main-stats .stat .date {
	color: #959595;
	font-weight: lighter;
	font-family: 'Lato', 'Open Sans';
	font-style: italic;
	font-size: 13px;
	margin-right: 50px;
}

/* custom */
a.var_ref {
	margin: 12px 0 0 25px;
}
.msgBlock {
	margin-bottom: 5px;
}
a.remove-btn {
	text-decoration: none;
	padding-left: 20%;	
}
.icon-remove {
	font-size: 14px;
}
.customize-template-page .well pre {
	min-height: 180px;
}
.customize-template-page textarea {
	font-size: 13px;
}
.customize-template-page .well pre {
	background: none;
	border: 0px;
	padding: 0px;
}

#whatsapp {
    position: fixed;
    bottom: 100px;
    right: 20px;
}
#whatsapp svg {
    width: 64px;
    height: 64px;
    display: inline-block;
    vertical-align: middle;
    filter: drop-shadow(0 1px 4px rgba(0,0,0,.4));
}
#whatsapp a { text-decoration: none; padding: 20px 0; }
#whatsapp a::before {
    content: 'Start live chat';
    display: none;
    vertical-align: middle;
    padding: 5px 10px;
    margin-right: 5px;
    color: rgba(0, 0, 0, .8);
    background: white;
    border: 1px solid #ccc;
    border-radius: 20px;
    filter: drop-shadow(0 1px 4px rgba(0,0,0,.4));
    transition: .3s ease;
}
#whatsapp:hover a::before {display:inline-block;}
