@import url(https://fonts.googleapis.com/css?family=Raleway:400,700,900);
@import url(https://fonts.googleapis.com/css?family=Lato:400,900);
@import url("prettyPhoto.css") screen;
@import url("hoverex-all.css") screen;

/*	################################################################
	1. GENERAL STRUCTURES
################################################################# */
* { 
	margin: 0;
	padding: 0px;
} 

body {
	background: #ffffff; 
    margin: 0;
    height: 100%;
    background-color: #f9fbfd;
    color: #384452;
    font-family: 'Lato', sans-serif;
	font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
}

p { 
	padding: 0; 
	margin-bottom: 12px; 
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 17px; 
	line-height: 24px;
	color: #384452; 
	margin-top: 10px; 
}

img {
	height: auto;
	max-width: 100%;
}

a { 
	padding: 0;
	margin: 0;
	text-decoration: none; 
	-webkit-transition: background-color .4s linear, color .4s linear;
	-moz-transition: background-color .4s linear, color .4s linear;
	-o-transition: background-color .4s linear, color .4s linear;
	-ms-transition: background-color .4s linear, color .4s linear;
	transition: background-color .4s linear, color .4s linear;
}
a:hover,
a:focus {
  text-decoration: none;
  color:#01b2fe;
}

::-moz-selection  {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}
::selection {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}

.centered {
	text-align: center
}

/*	
################################################################
	BOOTSTRAP MODIFICATIONS & TWEAKS
################################################################# */
.navbar {
	min-height: 55px;
	padding-top: 2px;
	margin-bottom: 0px;
}

.navbar-brand {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}

.navbar-header .navbar-brand {
	color: white;
}

.navbar-default .navbar-nav > li > a {
	color: white;
	font-weight: 600;
	font-size: 14px;
}

.navbar-default .navbar-nav > li > a:hover {
	color: #00b3fe;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #00b3fe;
	background-color: transparent;
}

.navbar-default {
	background-color: #384452;
	border-color: transparent;
}

.navbar-default .navbar-toggle {
	border-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}

.navbar-brand {
	color: white;
}

.dropdown-menu {
background-color: #ffffff; /* White background */}

.dropdown-menu > li > a {
	background-color: #ffffff; /* White background */
	font-weight: 700;
	font-size: 12px;
}

.btn-theme {
	color: #fff;
	background-color: #384452;
	border-color: #384452;
	margin: 4px;
}

.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active,
.btn-theme.active,
.open .dropdown-toggle.btn-theme {
	color: #fff;
	background-color: #00b3fe;
	border-color: #00b3fe;
}

.dmbutton:hover,
.dmbutton:active,
.dmbutton:focus{
	color: #ffffff;
	background-color: #222222;
	border-color: #ffffff;
}
.dmbutton {
	background:rgba(0, 0, 0, 0);
	border: 1px solid #ffffff;
	color: #ffffff;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding-top: 1.025rem;
	padding-right: 2.25rem;
	letter-spacing:0.85px;
	padding-bottom: 1.0875rem;
	padding-left: 2.25rem;
	font-size: 1.55rem;
	cursor: pointer;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1.25rem;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	-webkit-transition: background-color 300ms ease-out;
	-moz-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
	-webkit-appearance: none;
}

.mtb {
	margin-top: 40px;
	margin-bottom: 80px;
}

.mb {
	margin-bottom: 60px;
}

.mt {
	margin-top: 60px;
}

.hline {
	border-bottom: 2px solid #384452;
}

.hline-w {
	border-bottom: 2px solid #ffffff;
	margin-bottom: 25px;
}
/*	################################################################
	SITE WRAPS
################################################################# */

#headerwrap {
	background-color: #00b3fe;
	min-height: 550px;
	padding-top: 100px;
	padding-bottom: 0px;
	text-align: center;
}

#headerwrap h3,
#headerwrap h5 {
    color: white;
}

#headerwrap h1 {
	color: white;
	margin-bottom: 25px;
}

#headerwrap .img-responsive {
	margin: 0 auto;
}

/* Services Wrap */
#service {
	margin-top: 100px;
	margin-bottom: 80px;
}

#service i {
	color: #00b3fe;
	font-size: 60px;
	padding: 15px;
}

/* Portfolio Wrap */
#portfoliowrap {
	padding-top: 60px;
	margin-bottom: 60px;
	display: block;
	text-align: center
}

#portfoliowrap h3 {
	margin-bottom: 25px;
}

.portfolio {
	padding:0 !important;
	margin:0 !important;
	display:block;
}

.portfolio-item .title:before {border-radius:0; display:none}
.portfolio-item p {margin:0px 0 30px;}
.portfolio-item h3 {margin:-10px 0 10px; font-size:16px; text-transform:uppercase;}

.tpl6 h3
{
	color:#fff;
	margin:0;
	padding:40px 5px 0;
	font-size:16px;
	text-transform:uppercase;
}
.tpl6 .dmbutton
{
	display:inline-block;
	margin:30px 5px 20px 5px;
	font-size:13px;
}

.tpl6 .bg
{
	height:100%;
	width:100%;
	background-color:#00b3fe;
	background-color:rgba(0,179,254,.9);
	text-align:center;
}

/* Testimonials Wrap */
#twrap {
	background: url(../img/t-back.jpg) no-repeat center top;
	margin-top: 0px;
	padding-top:60px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 450px;
	width: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#twrap i {
	font-size: 50px;
	color: white;
	margin-bottom: 25px;
}

#twrap p {
	color: white;
	font-size: 15px;
	line-height: 30px;
}

/* clients logo */
#cwrap {
	background: #f7f7f7;
	margin-top: 0px;
	padding-top: 80px;
	padding-bottom: 100px;
}

#cwrap h3 {
	margin-bottom: 60px;
}

/* Footer */
#footerwrap {
	padding-top: 5px;
	padding-bottom: 5px;
	background: #384451;
}

#footerwrap p {
	color: #bfc9d3;
}

#footerwrap h4 {
	color: white;
}

#footerwrap i {
	font-size: 30px;
	color: #bfc9d3;
	padding-right: 25px;
}

#footerwrap i:hover {
	color: #00b3fe
}

/*	################################################################
	PAGE CONFIGURATIONS
################################################################# */
/* General Tweaks */

#blue {
	background: #00b3fe;
	margin-top: 60px;
	margin-bottom: 60px;
	padding-top: 25px;
	padding-bottom: 25px;
}

#blue h3 {
	color: white;
	margin-left: 15px;
}

.ctitle {
	color: #00b3fe;
	font-weight: 700;
	margin-bottom: 15px;
}

.csmall {
    font-size: 12px;
    color: #b3b3b3;
}

.csmall2 {
    font-size: 12px;
    color: #f39c12;
}

.spacing {
	margin-top: 40px;
	margin-bottom: 40px;
}

.badge-theme {
	background: #00b3fe;
}

/* Contact Page */
#contactwrap {
	background: url(../img/contact.jpg) no-repeat center top;
	margin-top: -60px;
	padding-top:0px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 400px;
	width: 100%;
	
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* Blog Page */
.popular-posts { 
	margin: 0px;
	padding-left: 0px;
}
	
.popular-posts li {
	list-style: none; 
	margin-bottom: 20px; 
	min-height: 70px;
}
.popular-posts li a, 
.popular-posts li a:hover {
	color:#2f2f2f; 
	text-decoration: none;
}
	
.popular-posts li img {
	float: left; 
	margin-right: 20px;
}
	
.popular-posts li em {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	color: #b3b3b3
}

.popular-posts p {
	line-height: normal;
	margin-bottom: auto;
}	

.share i {
	padding-right: 15px;
	font-size: 18px;
}

table {
	border-collapse: separate; /* Ensure that spacing is applied between cells */
	border-spacing: 1px; /* Space between cells */
}

th,td {
	padding: 5px; /* Space inside each cell */
	border: 1px solid black; /* Border style for cells */
}

.font-mono {
	font-family: 'Lucida Console', monospace;
	font-size: 10px;
}	

.text-center {
	text-align: center;
}	

header {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

hr {
	border: none;
	height: 4px; /* Makes the line bold */
	background-color: black; /* Dark color for visibility */
	margin: 15px auto;
	width: 80%;
}

th {
	background-color: teal;
	color: white;
	padding: 10px;
	font-size: 13px;
}
	
.erp-intro {
	margin-top: 30px;
	padding: 15px 20px;
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	font-size: 14px;
	line-height: 1.6;
	color: #333;
}

.erp-intro p {
    margin-bottom: 10px;
}	

/* Sidebar styles */
.sidebar {
	width: 250px;
	position: fixed;
	top: 50;
	left: 0;
	height: 100%;
	transition: all 0.3s ease;
	overflow-x: hidden;
	z-index: 1000;
}

/* Collapsed state */
.sidebar.collapsed {
	width: 0;
}

/* Content area */
#content-area {
	margin-left: 250px; /* Keeps space for sidebar */
	margin-top: 50px; /* Push below the header */
	transition: all 0.3s ease;
	padding: 20px;
	width: calc(100% - 250px); /* Fills remaining space */
	max-width: 100%;
	box-sizing: border-box;
}
	
/* Adjust content when sidebar is collapsed */
.sidebar.collapsed + #content-area {
	margin-left: 0;
	width: 100%;
}
			
/* Toggle button */
#sidebarToggle {
	position: fixed;
	top: 3px;
	left: 3px;
	z-index: 1100;
	background-color: #29b6f6;
	color: white;
	border: none;
	padding: 2px 4px; /* Reduced padding */
	cursor: pointer;
	border-radius: 5px;
	font-size: 16px; /* Smaller font size */
	height: 25px; /* Control height */
	width: 25px;  /* Control width */
	text-align: center;
}

/* Body background */
body {
margin: 0;
font-family: Arial, sans-serif;
background-color: #f9fbfd; /* Cool and bright background */
color: #004d80;
}
			
/* icon-button.css */
.icon-button {
	display: inline-block;
	width: 120px;
	text-align: center;
	margin: 10px;
	cursor: pointer;
	position: relative;   /* anchor for absolute children */
}
.icon-button img {
	width: 64px;
	height: 64px;
	border-radius: 8px;
	transition: transform 0.2s;
}
.icon-button img:hover {
	transform: scale(1.1);
}
.icon-button p {
	margin-top: 8px;
	font-size: 14px;
}
.badge {
	position: absolute;
	top: 10px;        /* move up/down */
	right: 80px;     /* move left/right */
	background-color: red;
	color: white;
	font-size: 16px;   /* 🔼 increase font size */
	font-weight: bold;
	border-radius: 50%;
	padding: 5px 10px; /* 🔼 increase padding so circle grows */
	line-height: 1;
}

/* Editor Toolbar */
.editor-toolbar {
    border: 1px solid #ccc;
    background: #f7f7f7;
    padding: 5px;
    margin-bottom: 4px;
}

.editor-toolbar button {
    border: 1px solid #aaa;
    background: #fff;
    padding: 4px 8px;
    margin-right: 2px;
    cursor: pointer;
	user-select: none;
}

.editor-toolbar button:hover {
    background: #eaeaea;
}

.message-editor {
    border: 1px solid #ccc;
    padding: 8px;
    min-height: 300px;
    overflow: auto;
    white-space: pre-wrap;
}

.form-control { 
	width: 100%; padding: 6px; margin-bottom: 10px; 
}

#SendersList { 
	height: 120px; 
}

.tablinks 
{
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 15px;
    color: white; /* text readable */
    transition: opacity 0.3s;
}

.tablinks:nth-of-type(1) { background-color: green; }
.tablinks:nth-of-type(2) { background-color: blue; }
.tablinks:nth-of-type(3) { background-color: purple; }

.tablinks:hover 
{
    opacity: 0.8;
}

.tablinks.active 
{
    border-bottom: 3px solid black;
}