/*
Theme Name: 
Author: MP | Prosoft Phils
Version 1.0
Author URL: http://prosoft-phils.com/
Description: Main CSS for Global Partials
*/

/*--------------------------------------------------------------
HEADER
--------------------------------------------------------------*/
header {
	background: none;
}

.desktop-header-fixed {
	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 ;
}

/*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 ;
}

.bordered1 {
	border: 1px solid rgba(51,51,51,0.1);
	border-bottom: none;
}
.bordered2 {
	border: 1px solid rgba(51,51,51,0.1);
	border-top: none;
}

.desktop-header .container img {
	margin: 5px auto 0px auto;
}

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

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

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

/*--------------------------------------------------------------
FONT SIZE
--------------------------------------------------------------*/
.t-9 {
	font-size: 9px;
}
.t-10 {
	font-size: 10px;
}

.t-11 {
	font-size: 11px;
}

.t-12 {
	font-size: 12px;
}

.t-13 {
	font-size: 13px;
}

.t-14 {
	font-size: 14px;
}

.t-15 {
	font-size: 15px;
}

.t-16 {
	font-size: 16px;
}

.text-red {
    color: ;
}

.padding-0 {
    padding: 0;
}

.padding-0-5 {
    padding: 0 5px;
}

.padding-0-10 {
    padding: 0 10px;
}

.padding-0-15 {
    padding: 0 15px;
}

.margin-0 {
    margin: 0;
}

.m-b-5 {
    margin-bottom: 5px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.italic {
    font-style: italic;
}

.underlined {
    text-decoration: underline;
}

.top-text {
    line-height: 16px;
}

.log-out{
/*	position: absolute;
    top: 0;
    right: 0;
    margin-top: 30px;
    margin-right: 10px;*/
    font-size: 20px;
}

.go-to-dashboard {
/*	position: absolute;
	top: 28px;
	right: 0;
	margin-top: 2px;
	margin-right: 45px;*/
	color: black;
	font-size: 20px;
}

.go-to-home {
/*	position: absolute;
	top: 28px;
	right: 0;
	margin-top: 2px;
	margin-right: 45px;*/
	color: black;
	font-size: 20px;
}



.disabled {
	pointer-events: none;
	opacity: 0.6;
}

.form-control.is-invalid{
background-image : none !important;
}

.inner-addon {
  position: relative;
}

.inner-addon i {
  position: absolute;
  padding: 10px;
  pointer-events: none;
  top: 0;
}

.right-addon i { right: 0px;}


#custom-header-menu-dropdown a{
	color: #000;
}

.mobile-header span.client-name,
.desktop-header span.client-name {
    font-size: 14px;
    font-weight: 900;
}
.mobile-header span.client-practice,
.desktop-header span.client-practice {
    font-size: 12px;
    line-height: 11px;
    display: block;
}
/*--------------------------------------------------------------
FOOTER
--------------------------------------------------------------*/
footer {
	background: green
}

/*--------------------------------------------------------------
SIDEBAR
--------------------------------------------------------------*/

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