/*
-----------------------------------------------
EPIINDEX ADMIN 2019
DESIGN CONCEPT - DOPTIQ
----------------------------------------------- 
*/

/* IMPORT CHARTIST CHARTS  */
@import url("chartist.css");

/* IMPORT WYIWYG  */
@import url("summernote.css");

/* INCLUDE SAILEC FONTS  */

@font-face {
    font-family: 'Sailec';
    src: url('../../fonts/sailec/Sailec-MediumItalic.eot');
    src: local('Sailec Medium Italic'), local('Sailec-MediumItalic'),
        url('../../fonts/sailec/Sailec-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/sailec/Sailec-MediumItalic.woff2') format('woff2'),
        url('../../fonts/sailec/Sailec-MediumItalic.woff') format('woff'),
        url('../../fonts/sailec/Sailec-MediumItalic.ttf') format('truetype'),
        url('../../fonts/sailec/Sailec-MediumItalic.svg#Sailec-MediumItalic') format('svg');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Sailec';
    src: url('../../fonts/sailec/Sailec-Medium.eot');
    src: local('Sailec Medium'), local('Sailec-Medium'),
        url('../../fonts/sailec/Sailec-Medium.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/sailec/Sailec-Medium.woff2') format('woff2'),
        url('../../fonts/sailec/Sailec-Medium.woff') format('woff'),
        url('../../fonts/sailec/Sailec-Medium.ttf') format('truetype'),
        url('../../fonts/sailec/Sailec-Medium.svg#Sailec-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Sailec';
    src: url('../../fonts/sailec/Sailec-Bold.eot');
    src: local('Sailec Bold'), local('Sailec-Bold'),
        url('../../fonts/sailec/Sailec-Bold.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/sailec/Sailec-Bold.woff2') format('woff2'),
        url('../../fonts/sailec/Sailec-Bold.woff') format('woff'),
        url('../../fonts/sailec/Sailec-Bold.ttf') format('truetype'),
        url('../../fonts/sailec/Sailec-Bold.svg#Sailec-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Sailec-RegularItalic';
    src: url('../../fonts/sailec/Sailec-RegularItalic.eot');
    src: local('Sailec Regular Italic'), local('Sailec-RegularItalic'),
        url('../../fonts/sailec/Sailec-RegularItalic.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/sailec/Sailec-RegularItalic.woff2') format('woff2'),
        url('../../fonts/sailec/Sailec-RegularItalic.woff') format('woff'),
        url('../../fonts/sailec/Sailec-RegularItalic.ttf') format('truetype'),
        url('../../fonts/sailec/Sailec-RegularItalic.svg#Sailec-RegularItalic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Sailec';
    src: url('../../fonts/sailec/Sailec-Regular.eot');
    src: local('Sailec'), local('Sailec-Regular'),
        url('../../fonts/sailec/Sailec-Regular.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/sailec/Sailec-Regular.woff2') format('woff2'),
        url('../../fonts/sailec/Sailec-Regular.woff') format('woff'),
        url('../../fonts/sailec/Sailec-Regular.ttf') format('truetype'),
        url('../../fonts/sailec/Sailec-Regular.svg#Sailec-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Sailec';
    src: url('../../fonts/sailec/Sailec-Light.eot');
    src: local('Sailec Light'), local('Sailec-Light'),
        url('../../fonts/sailec/Sailec-Light.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/sailec/Sailec-Light.woff2') format('woff2'),
        url('../../fonts/sailec/Sailec-Light.woff') format('woff'),
        url('../../fonts/sailec/Sailec-Light.ttf') format('truetype'),
        url('../../fonts/sailec/Sailec-Light.svg#Sailec-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

/* GENERAL RESET  */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
and,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
textarea,
select {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html,
body,
#map_canvas {
	height: 100%;
}

html {
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
body,
button,
input,
select,
textarea {
	font-family: 'Sailec', Helvetica, Arial, sans-serif;
	font-weight:normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #4E5F83;
	font-family: 'Sailec', Helvetica, Arial, sans-serif;
	font-weight: 500;
	line-height: normal;
	margin: 0 0 0.8em 0;
}

h1 {
	font-size: 350%;
}

h2 {
	font-size: 260%;
}

h3 {
	font-size: 180%;
}

h4 {
	font-size: 133.33%;
}

h5 {
	font-size: 116.67%;
}

h6 {
	font-size: 116.67%;
}

blockquote,
cite,
q {
	quotes: none;
	font-family: serif;
}

pre,
code,
kbd,
tt,
samp,
var {
	font-family: monospace, monospace;
	_font-family: 'courier new', monospace;
	font-size: 100%;
}

hr {
	background: transparent;
	margin: 0 0 0.5em 0;
	padding: 0 0 0.5em 0;
	border: 0;
	border-bottom: 1px #ddd solid;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
	line-height: 1.5em;
	margin: 0 0 1em 0;
}

acronym,
abbr {
	border-bottom: 1px #aaa dotted;
	font-variant: small-caps;
	letter-spacing: .07em;
	cursor: help;
}

blockquote,
.bq,
blockquote p {
	margin: 0 0 0.5em 0;
	color: #888;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited {
	color: #555;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

kbd,
samp,
var,
tt {
	color: #666;
	font-weight: bold;
}

p {
	line-height: 1.8em;
	margin: 0 0 1em 0;
}

p img {
	margin: 0;
}

var,
dfn {
	font-style: italic;
}

strong,
b {
	font-weight: bold;
}

small {
	font-size: 91.667%;
}

em,
i {
	font-style: italic;
}

big {
	font-size: 116.667%;
}

pre,
code {
	color: #800;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

ol ol {
	list-style-type: lower-latin;
	margin-bottom: 0;
}

ul ul {
	list-style-type: none;
	margin-bottom: 0;
}

ul,
ol,
dl,
menu {
	line-height: 1.5em;
}

ol {
	list-style-type: decimal;
}

ul {
	list-style-type: none;
}

dd {
	margin: 0 0 1em 0.8em;
}

li {
	line-height: 1.5em;
}

dt {
	font-weight: bold;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

menu,
ol,
ul {
	padding: 0;
}

input[placeholder] {
	font-family: 'Sailec', Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-style: normal;
	color: #959FB5;
}

a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
	outline: none;
}

a:hover,
a:active,
a:focus {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	vertical-align: top;
}

td,
th {
	line-height: 1.5em;
}

img {
	border: 0;
	display: block;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}

img,
img a,
a img {
	border: none;
	outline: none;
	background: none;
}

.responsive-img {
	max-width: 100%;
	height: auto;
	width: auto\9;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

:-moz-any-link:focus,
div,
:focus {
	outline: none;
}

.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear:before,
.clear:after {
	content: '';
	display: table;
}

.clear:after {
	clear: both;
}

.clear {
	zoom: 1;
}

html,
body{ 
	height: 100%;
}

html { 
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch; 
	-webkit-font-smoothing: antialiased; 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%;	
}

*{  
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	box-sizing: border-box;
}

body {
	font-family: 'Sailec', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style:normal;
	font-size: 16px;
	color:#4E5F83;
}

/* GRID */

.nt-grid{
	width:100%;
	margin:0 auto;
} 

.nt-grid-small{ max-width:1064px; } 
.nt-grid-wide{ max-width:1440px; }

.splash-image img,
.nt-grid img,
.nt-grid embed,  
.nt-grid object{ max-width:100%; }
.nt-grid img,
.splash-image img {
	height:auto; 
	display:block;
} 

/* @rows 
--------------------------------- */
.nt-row{ margin:0 -20px;  }
.nt-row:before,
.nt-row:after { 
	display: table;
	line-height: 0; 
	content: "";  
}

.nt-row:after{ clear: both; }

/* @columns 
----------------------------------- */
.colm{ 
	min-height:1px; 
	padding-left:20px; 
	padding-right:20px; 
	position:relative; 
	float:left; 
}

.colm-span1{width:8.33%;}
.colm-span2{width:16.66%;}
.colm-span3{width:25%;}
.colm-span4{width:33.33%;}
.colm-span5{width:41.66%;}
.colm-span6{width:50%;}
.colm-span7{width:58.33%;}
.colm-span8{width:66.66%;}
.colm-span9{width:75%;}
.colm-span10{width:83.33%;}
.colm-span11{width:91.66%;}
.colm-span12{width:100%; }
.colm-span1-5{width:20%;}
.colm-span1-8{width:12.5%;}
.full-wrapper,
.section-wrapper{ width:100%; }
.section-wrapper{ position:relative; }

/* ADMIN */

.admin-header{  
	display:block;
	position: relative;
	z-index:999;
}

.fix-header .admin-header{ 
	position:fixed;
	width:100%;
	top:0;
}

.admin-navbar {
    width: 100%;
    height: 60px;
    background-color: rgb(0, 74, 124);
    margin: 0px auto;
}
.admin-navnar-inner{ padding-left:25px; padding-right:25px; }
.admin-navbar a,
.admin-navbar ul li > span{ 
	display:inline-block;
	line-height:60px;
	color:#fff; 
}
.admin-navbar .brand-logo{ 
	font-weight:700; 
	text-transform:uppercase;
	font-size:26px; 
}
.admin-navbar .toggle-sidebar-nav{ display:none; }
.admin-navbar .toggle-sidebar-nav span{  
	vertical-align:middle;
	display:inline-block;
	position:relative;
	margin-right:10px;
	top:-5px;
}
.admin-navbar .toggle-sidebar-nav i {
    font-size:26px;
	vertical-align:middle;
}

.admin-notify{ }
.admin-container{ }
.admin-container{ }
.admin-sidebar {
    position: absolute;
    width: 270px;
    height: 100%;
    top: 0px;
    z-index: 20;
    padding-top: 60px;
    background: #FAFBFE;
	border-right: 1px solid #D3DCF1;
}

.fix-sidebar .admin-sidebar { position: fixed; }
.admin-sidebar-inner{ 
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	-webkit-overflow-scrolling: touch; 
	height:100%;
}
.admin-sidebar-menu{  padding-top:8px; }
.admin-sidebar-menu ul{ }
.admin-sidebar-menu li { display:block; }
.admin-sidebar-menu li a {
	display:block; 
	padding:8px 20px;
	vertical-align:middle;
	-webkit-box-shadow: inset 1px 0 0 rgb(245, 247, 249);
	box-shadow: inset 1px 0 0 rgb(245, 247, 249);		
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease; 
	transition: all .5s ease;
	text-decoration:none;
	position:relative;
	font-weight:400;
	color: #82879e;		
}
.admin-sidebar-menu li a i{ font-size:24px; margin-right:8px; }
.admin-sidebar-menu li h5{ 
	text-transform:uppercase;
	font-size:14px;
	font-weight:700;
	margin-top:20px;
	padding:0 20px;
}
.admin-sidebar-menu li.active > a,
.admin-sidebar-menu li.current > a,		
.admin-sidebar-menu li:hover > a{
	background-color:#EDF1FC;
	-webkit-box-shadow: inset 4px 0 0 #3558A8;
	box-shadow: inset 4px 0 0 #3558A8;
	color:#3558A8;		
}

.admin-sidebar-menu li a .linkindicator b:after{
	content: "\f3d1";
	font-family: "Ionicons";
	display: inline-block;
	position:absolute;
	font-size: 16px;
	margin-left: 4px;
	font-weight:normal;
	font-style:normal;
	right:24px;
	top:11px;
}
	

.admin-sidebar-menu ul ul{ display:none; }

.admin-sidebar-menu li.current > a,
.admin-sidebar-menu li.current:hover > a{
	background: none;
}

.admin-sidebar-menu li a span {
	color:#fff;
	background-color:#10ADE4;
	vertical-align:middle;
	display: inline-flex;
	flex-direction: row;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	font-size: 9px;
	font-weight: 700;
	overflow-wrap: normal;
	text-transform: uppercase;
	border-radius: 2px;
	margin-left: 15px;
	padding:0 5px;
	line-height:24px;
	height:24px;
		
}

.admin-sidebarmenu{ position:static; } 
.admin-animation-wrapper{ }
.admin-main { }
.admin-main-top {
    background: #FAFBFE;
	border-bottom: 1px solid #D3DCF1;
    padding: 30px 30px;
    position: relative;
    min-height:60px;
    width: 100%;	
    z-index: 10;
}

.admin-main-top-w{ }
.pages-cont {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
	padding:30px;
}

.pages-cont{}

.admin-main-bottom{
    position: relative;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: start;
    justify-content: flex-start;
    align-items: flex-start;
    height: calc(100% - 115px);
	-webkit-overflow-scrolling: touch; 
	-webkit-font-smoothing: antialiased; 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%;		
    overflow-y: auto;
    width: 100%;
}

.admin-main {
	display: flex;
	flex-direction: column;
	-webkit-box-pack: start;
	justify-content: flex-start;
	align-items: flex-start;
	position: relative;
	padding-top: 60px;	
	background: #fff;
}

.pgtitle h2{
	margin:0;  
	font-weight:100;
	font-size:26px;
	text-transform:uppercase;
}


.pgtitle .bbtn-wrap{ margin-top:10px; }
.bbtn {
    height:42px;    
	color:#5775BD;
	min-width:120px;
	padding: 0 15px;
    user-select: none;
    text-align: center;
	display:inline-block;
	transition: all 0.2s ease-in-out 0s;
	border:1px solid #D3DCF1;
    vertical-align: middle;
    letter-spacing: normal;
	text-decoration: none;
    background-color:#fff;
    white-space: nowrap;
	border-radius: 3px;
    font-weight: 400;
	line-height:40px;
    font-size: 16px;
    cursor: pointer;
    opacity: 1;
}
.bbtn i{ font-size:20px; }
.bbtn:hover{ background:#FAFBFE; } 
.bbtn-blue{ 
	background:#36A3F7; 
	border-color:#36A3F7; 
	color:#fff; 
}

.bbtn-blue:hover{ 
	background:#0778CB; 
	border-color:#0778CB; 
}

.bbtn-red{ 
	background:#F4516C; 
	border-color:#F4516C; 
	color:#fff; 
}

.bbtn-red:hover{ 
	background:#F0153C; 
	border-color:#F0153C; 
}

.bbtn-purple{ 
	background:#716ACA; 
	border-color:#716ACA; 
	color:#fff; 
}

.bbtn-purple:hover{ 
	background:#5249BE; 
	border-color:#5249BE; 
}

.bbtn-green{ 
	background:#34BFA3; 
	border-color:#34BFA3; 
	color:#fff; 
}

.bbtn-green:hover{ 
	background:#2C9E87; 
	border-color:#2C9E87; 
}

.fn-buttons{ text-align:right; }









/* OTHERS */

.flot-chart-content {
    width: 100%;
    height: 100%;
}

.dm-card{
    border:1px solid rgb(234, 234, 234);
	min-height:220px;
    width: 100%;
}

.dm-card-inner{ padding: 15px; }
.user-topnav{ }

.user-topnav{ }
.user-topnav ul{
    margin:  0;
    padding: 0;
    list-style: none;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.user-topnav ul li{ display: table-cell; }
.user-topnav ul li a{ 
	display: block; 
	padding:15px 20px;
	font-size:16px;
	text-align:center;
	font-weight:400;
	color: #CCC;
	position:relative;
}

.user-topnav ul li a:after {
	content: '';
	width: 13px;
	height: 13px;
	position: absolute;
	-webkit-transform:  rotate(135deg) scale(0);
	-moz-transform:  rotate(135deg) scale(0);
	-ms-transform:  rotate(135deg) scale(0);
	-o-transform:  rotate(135deg) scale(0);
	transform:  rotate(135deg) scale(0);
	transition:-webkit-transform .3s ease-in;
	transition:transform .3s ease-in;	
	border-bottom: 1px solid #CFDAE7;
	border-right: 1px solid #CFDAE7;
	background-color: #FFF;
	bottom:-8px;
	right: 47%;		
	z-index:11;
}

.user-topnav ul li.active-tab a:after {
	-webkit-transform: rotate(225deg) scale(1);
	-moz-transform: rotate(225deg) scale(1);
	-ms-transform: rotate(225deg) scale(1);
	-o-transform: rotate(225deg) scale(1);
	transform: rotate(225deg) scale(1);
}

.user-topnav ul li:first-child a{ border-left:0; }
.user-topnav ul li.active-tab a,
.user-topnav ul li a:hover{ color:#383838; }

/*  USER TABLES LARGE */

.user-trans-table {
    width: 100%;	
}

.user-trans-table tr td {
    padding: 10px 0;
    font-size: 16px;
	font-weight:400;
}

.user-trans-table>tbody>tr>td, 
.user-trans-table>tbody>tr>th, 
.user-trans-table>tfoot>tr>td, 
.user-trans-table>tfoot>tr>th, 
.user-trans-table>thead>tr>td, 
.user-trans-table>thead>tr>th {
    padding:12px 20px;
    line-height: 1.42857;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}

.user-trans-table tr td:last-child {
    text-align: right;
}

.user-trans-table>thead>tr>td,
.user-trans-table>thead>tr>td:last-child{ 
	text-align:left;
	padding:12px 20px;
	color:#004A7C;
	font-size:32px;
}

.amfig span{ display:block; font-size:14px;    }
.amfig .fsmall{ color:#ccc; }
.amfig-icon{     
	font-size: 32px;
	margin-right: 10px;
	position:relative;
	top:-5px; 
}
.amfig-icon i,
.amfig-icon span{ display:inline-block; vertical-align:middle; }
.amfig-icon-1{ color:#FF9B22; }
.amfig-icon-2{ color:#473BCB; }
.amfig-icon-3{ color:#3EDC89; }
.amfig-icon-4{ color:#08B5E5; }
.dm-info{ margin-top:40px; }
.dm-info-box{ padding:20px; }
.dm-info-box h3{
    font-weight: 400;
    font-size: 24px;
    text-transform: uppercase;
    font-style: normal;
    color: rgb(0, 74, 124);
    cursor: inherit;
    display: block;
    opacity: 1;
}
.dm-info-box{ text-align:center; }
.dm-info-box-inner{  }
.strong-txt{ font-weight:400; }
.fn-balances{ text-align:right; }
.fn-balances h6{ margin-bottom:5px; }
.fn-balances span{ font-size:24px; }
.subnavs{ text-align:right; }
.subnavs ul li{ 
	display:inline-block;
	vertical-align:middle;
	position:relative; 
}
.subnavs ul li a,
.subnavs ul li > span{ 
	display:block;
	font-weight:300;
	padding:0 10px; 
}

.subnavs ul li a i{ 
	vertical-align:middle;
	font-size:24px; 
}

.subnavs ul li li a i{
	font-size:18px;
	margin-right:3px; 
}

.subnavs ul li a > span,
.subnavs ul li > span span{ 
	background:#003B63; 
	display:inline-block;
	border-radius:3px;
	line-height:30px;
	padding:0 10px;
	height:30px; 
}

.subnavs ul .cfx-has-dropdown a > span{ background:none; }

.subnavs ul li em{  font-style:normal; }
.subnavs ul li a em{ font-weight:300; }
.subnavs ul li a span { text-transform:lowercase; }
.subnavs ul li > span span{ 
	font-size:11px;
	text-transform:uppercase;
	font-weight:300; 
}

.subnavs ul li ul{
	opacity: 0;
    display: block;
    position: absolute;
	visibility: hidden;
    -webkit-transition: transform .1s ease-out, opacity .1s ease-out, opacity .1s ease-out, visibility .1s ease-out;
    -moz-transition: transform .1s ease-out, opacity .1s ease-out, opacity .1s ease-out, visibility .1s ease-out;
    -ms-transition: transform .1s ease-out, opacity .1s ease-out, opacity .1s ease-out, visibility .1s ease-out;
    -o-transition: transform .1s ease-out, opacity .1s ease-out, opacity .1s ease-out, visibility .1s ease-out;
    transition: transform .1s ease-out, opacity .1s ease-out, opacity .1s ease-out, visibility .1s ease-out;	
	-webkit-box-shadow: 0px 22px 46px 0px rgba(156, 166, 190, 0.52);
	-moz-box-shadow: 0px 22px 46px 0px rgba(156, 166, 190, 0.52);
	box-shadow: 0px 22px 46px 0px rgba(156, 166, 190, 0.52);
    -webkit-transform: translateY(10px) scale(.9);
    -moz-transform: translateY(10px) scale(.9);
    transform: translateY(10px) scale(.9);		
    border-radius: 3px;
	background:#fff;
	padding:10px;
	width:150px;
    left: auto;
    top: 100%;
    right: 0;
}
.subnavs ul li ul li{ display: block; }
.subnavs ul li ul li a{ 
	color: #4E5F83;
	line-height:normal;
	font-weight:400;
	padding:5px 10px;
	text-align:left;
	font-size:14px;
	display:block;
	margin:0;
}
.subnavs ul li ul li a:hover{ color: #2D6EC4; }
.subnavs ul li:hover > ul, 
.subnavs ul li.openMenu > ul {
    display: block;
    transform: translateY(0) scale(1);
    -moz-transform: translateY(0) scale(1);
    -webkit-transform: translateY(0) scale(1);
    -o-transform: translateY(0) scale(1);
    visibility: visible;
    opacity: 1;	
}

.subnavs ul .cfx-has-dropdown > a::after {
    width: 0;
    height: 0;
    content: "";
    margin-left: 0.01em;
    display: inline-block;
    vertical-align: middle;
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
}
.subnavs ul .cfx-separator{ 
	position:relative;
	padding:0;
	margin:0; 
}
.subnavs ul .cfx-has-dropdown > a:before { 
    width:0;
    content: "";
	position:absolute;
	border-left:1px solid #2E77B5;
    height:20px;
	left:-1px;
	top:20px;
}
.subnavs ul li > span span { position:relative; }
.subnavs ul li > span span::after{}




/* FORMS UI */

.cfx-splitter {
	overflow: visible;
	border-bottom: 1px solid #C7D3E9;
	text-align: center;
	height: 8px;
	margin-bottom: 25px;
	margin-top: 15px;
}

.cfx-splitter span {
	background-color: #fff;
	text-transform: uppercase;
	position:relative;
	line-height: 100%;
	padding: 0 10px;
	font-size: 12px;
	color:#A2ABBD;
	top:-5px;
}

.cs-form { display:block; position:relative; }
.cs-form  .nt-row{ margin:0 -10px;  }
.cs-form  .colm{
	padding-left:10px; 
	padding-right:10px;
}

input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder{color:#A2ABBD; font-weight:300;}
input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="url"]::placeholder,
input[type="tel"]::placeholder,
input[type="email"]::placeholder,
input[type="search"]::placeholder,
input[type="number"]::placeholder,
input[type="date"]::placeholder{color:#A2ABBD; font-weight:300;}

.cs-form  ::-ms-reveal,
.cs-form  ::-ms-clear { display: none !important; }
.cs-form .fm-control {  display:block; width:100%; font-size:17px; position:relative; }
.cs-form .label-control { display: block; font-weight:400; margin-bottom:6px; font-size:16px; position:relative; }
.cs-form .label-control .fpass{ color:#2B88DE; display:inline-block; position:absolute; right:0; }
.cs-form .label-control .fpass:hover{ text-decoration: underline; }
.cs-form .fm-section{ margin-bottom:15px; }
.cs-form .fm-control .cs-input,
.cs-form .fm-control .cs-textarea,
.cs-form .fm-control .cs-select select{
	outline:0;
	width: 100%;
	padding: 10px;
	height:42px;
	line-height:42px;
	color: #4E5F83;
	line-height:1em;
	font-size: 16px;
	background-color:#fff;
	vertical-align: middle;
	border: 1px solid #C7D3E9;
	font-weight:400;	
	-webkit-box-shadow: 0 2px 0 0 rgba(156, 166, 190, 0.15);
	-moz-box-shadow: 0 2px 0 0 rgba(156, 166, 190, 0.15);
	-o-box-shadow: 0 2px 0 0 rgba(156, 166, 190, 0.15);
	box-shadow: 0 2px 0 0 rgba(156, 166, 190, 0.15);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance:none;
	text-indent: 0.01px;
	text-overflow: ''; 
	z-index:10;
	margin: 0;	
}
.cs-group-fields{
	border: 1px solid #B3B9C6;
	-webkit-box-shadow: 0 2px 0 0 rgba(0,0,0,.05);
	-moz-box-shadow: 0 2px 0 0 rgba(0,0,0,.05);
	-o-box-shadow: 0 2px 0 0 rgba(0,0,0,.05);
	box-shadow: 0 2px 0 0 rgba(0,0,0,.05);
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	padding:20px 30px; 
	padding-bottom:0;
	margin-top:10px;			
}

.cs-form .fm-control .cs-input:focus,
.cs-form .fm-control .cs-textarea:focus,
.cs-form .fm-control .cs-select select:focus{
	border-color: #6BACED;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.15), 0 0 8px rgba(82,168,236,.7);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.15), 0 0 8px rgba(82,168,236,.7);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.15), 0 0 8px rgba(82,168,236,.7);
}

.cs-form .fm-control .cs-select select{ padding:0 10px; line-height:normal; }
.cs-form .fm-control .cs-textarea{resize:none; height: 8em; max-width:100%; }
.cs-form .fm-control .cs-select { position:relative; display:block; width:100%; }
.cs-form .fm-control .cs-select:before, 
.cs-form .fm-control .cs-select:after {
	content: '';
	position: absolute;
	border: 4px dashed;
	border-color: #C7D3E9 transparent;
	border-color: #C7D3E9 transparent;
	pointer-events: none;
	z-index: 100;
	right: 15px;
	height: 0;
	top: 35%;
	width:0;
}
.cs-form .fm-control .large-txt{ font-size:22px; padding:7px 10px; }
.cs-form .lbl-large{ font-size:24px; margin-bottom:10px; }	
.cs-form .fm-control .cs-select:before { 
	border-bottom-style: solid; 
	border-top: none; 
}
	
.cs-form .fm-control .cs-select:after { 
	margin-top: 7px; 
	border-top-style: solid; 
	border-bottom: none; 
}

.cs-form .fm-control .cs-select:before, 
.cs-form .fm-control .cs-select:after{
	border:none\9;
}

.cs-form .cs-buttn {
	border: 0;
	height: 42px;
	color: #195FEE;
	line-height: 1;
	font-size:18px; 
	cursor: pointer;
	padding: 0 18px;
	text-align: center;
	vertical-align: top;
	font-weight:400;
	background: #EDF1FC;
	display: inline-block;
	-webkit-user-drag: none;
	text-shadow: 0 1px rgba(255, 255, 255, 0.2);	
	-webkit-tap-highlight-color:transparent;
	-webkit-tap-highlight-color: rgba(0,0,0,0);	
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	
}

.cs-form .cs-buttn i{ font-size:14px; margin-right:6px; } 
/* @buttons :hover, :active states 
---------------------------------------------------------------- */
.cs-form .cs-buttn:hover { color: #243140; background: #cacfd2; }
.cs-form .cs-buttn:active{ color: #1d2938; background: #a1a6a9; }
.cs-form a.cs-buttn{ line-height: 42px; text-decoration: none; }
.cs-form .btn-small{ height:34px; }
.cs-form a.btn-small{ line-height:34px; }
.cs-form .btn-large{ height:54px; }
.cs-form a.btn-large{ line-height:54px; }
.btn-full{ width:100%; }

/* red button theme
-------------------------------------------- */
.cs-form .btn-red {  background-color: #D2232A;  }
.cs-form .btn-red:hover,
.cs-form .btn-red:focus { background-color: #DF444B; }
.cs-form .btn-red:active{ background-color: #A61C23; }
.cs-form .btn-red, 
.cs-form .btn-red:hover,
.cs-form .btn-red:focus, 
.cs-form .btn-red:active{ color: #fff; text-shadow: 0 1px rgba(0, 0, 0, 0.08); }
.cs-form .btn-block{ width:100%; }

/* blue button theme
-------------------------------------------- */
.cs-form .btn-blue {  background-color: #0F73EE;  }
.cs-form .btn-blue:hover,
.cs-form .btn-blue:focus { background-color: #0C5CBE; }
.cs-form .btn-blue:active{ background-color: #0C5CBE; }
.cs-form .btn-blue, 
.cs-form .btn-blue:hover,
.cs-form .btn-blue:focus, 
.cs-form .btn-blue:active{ color: #fff; }
.cs-form .btn-orange{ background:#FF5400; color: #fff; text-shadow: 0 -1px rgba(0, 0, 0, 0.08); }
.cs-form .btn-orange:hover{ background:#FF9933; color: #fff;  }

/* @file inputs :: file uploaders 
-------------------------------------------------------- */
.cs-form  .cs-file{ display:block; width:100%; position:relative; }
.cs-form  .cs-file .cs-file-input{
	width:100%;
	height:100%;
	cursor:pointer;
	padding:8px 10px;
	position:absolute;
	-moz-opacity:0;
	opacity: 0;
	z-index:11;
	bottom:0;	
	right:0;
	filter:alpha(opacity=0);
	zoom: 1;	
}

.cs-form  .cs-file .cs-buttn {
	position: absolute;
	top: 4px;
	right: 4px;
	float: none;
	height: 34px;
	line-height: 34px;
	padding: 0 16px;
	z-index:10;
}


/* @tooltips on inputs + textareas 
------------------------------------------------- */ 
.cs-form .cs-tooltip {
	position: absolute;
	z-index: -1;
	opacity: 0;
	color: #fff;	
	width: 184px;
	left: -9999px;
	top:auto;
	font-size: 12px;
	font-weight: bold;
	background: #34495E;
	-webkit-border-radius:5px; 
	-moz-border-radius:5px;  
	border-radius:5px;	
	-webkit-transition: margin 0.6s, opacity 0.6s;
	-moz-transition: margin 0.6s, opacity 0.6s;
	-ms-transition: margin 0.6s, opacity 0.6s;
	-o-transition: margin 0.6s, opacity 0.6s;
	transition: margin 0.6s, opacity 0.6s;
}

.cs-form  .cs-tooltip > em{ padding:12px; font-style:normal; display:block; position:static; }
.cs-form  .cs-tooltip:after { content: ''; position: absolute; }
.cs-form  .cs-input:focus + .cs-tooltip,
.cs-form  .cs-textarea:focus + .cs-tooltip { opacity: 1; z-index: 999; }

/* @tooltip left
------------------------------------------------- */
.cs-form  .tip-left { top:1px; margin-right:-20px; }
.cs-form  .tip-left:after {
	top:12px;
	left: 100%;
	border-left: 8px solid #34495E;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}

.cs-form  .cs-input:focus + .tip-left,
.cs-form  .cs-textarea:focus + .tip-left {
	margin-right:5px;
	right: 100%;
	left: auto;
}
/* @tooltip right
------------------------------------------------- */
.cs-form  .tip-right { top:1px; margin-left:-20px; }
.cs-form  .tip-right:after {
	top:12px;
	right: 100%;
	border-right: 8px solid #34495E;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;	
}

.cs-form  .input:focus + .tip-right,
.cs-form  .textarea:focus + .tip-right { left: 100%; margin-left:5px; }

/* @tooltip right-top
------------------------------------------------- */
.cs-form  .tip-right-top { bottom: 100%; margin-bottom: -20px; }
.cs-form  .tip-right-top:after {
	top: 100%;
	right: 12px;
	border-top: 8px solid #34495E;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}

.cs-form  .cs-input:focus + .tip-right-top,
.cs-form  .cs-textarea:focus + .tip-right-top {
	right: 0;
	left: auto;
	margin-bottom: 10px;
}

/* @tooltip left-top
------------------------------------------------- */
.cs-form  .tip-left-top { bottom: 100%; margin-bottom: -20px; }
.cs-form  .tip-left-top:after {
	top: 100%;
	left: 12px;
	border-top: 8px solid #34495E;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}

.cs-form  .cs-input:focus + .tip-left-top,
.cs-form  .cs-textarea:focus + .tip-left-top {
	left: 0;
	right: auto;
	margin-bottom: 10px;
}

/* @tooltip right-bottom
------------------------------------------------- */
.cs-form  .tip-right-bottom { top: 100%; margin-top: -20px; }
.cs-form  .tip-right-bottom:after {
	right: 12px;
	bottom: 100%;
	border-bottom: 8px solid #34495E;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}

.cs-form  .cs-input:focus + .tip-right-bottom,
.cs-form  .cs-textarea:focus + .tip-right-bottom {
	margin-top: 10px;
	left: auto;
	right: 0;
}

/* @tooltip left-bottom
------------------------------------------------- */
.cs-form  .tip-left-bottom { top: 100%; margin-top: -20px; }
.cs-form  .tip-left-bottom:after {
	left: 12px;
	bottom: 100%;
	border-bottom: 8px solid #34495E;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}

.cs-form  .cs-input:focus + .tip-left-bottom,
.cs-form  .cs-textarea:focus + .tip-left-bottom {
	margin-top:10px;
	right: auto;
	left: 0;
}

.fm-section .cs-option-group{ border-top:0; margin-top:0; }
.fm-footer{ padding-top:10px; }
.fm-right{ text-align:right; }

.cs-option-group .cs-option {
	position: relative;	
	padding-right:15px;    
	display: inline-block;
	vertical-align: middle;
	font-weight:400;
}

.cs-option-group .cs-option.block  { display:block; margin-top:10px;}
.cs-option-group .cs-option > input {
	position: absolute;
	height: inherit;
	width: inherit;
	clip: rect(1px 1px 1px 1px); 
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;	
	opacity: 0;
	left: 0;
}

.cs-option-group .cs-checkbox, 
.cs-option-group .cs-radio { 
	position:relative;
	margin-right:2px;
	background: white;
	display: inline-block;
	border: 1px solid #C7D3E9;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px; 
	-o-border-radius: 2px; 
	border-radius: 2px;		
	height: 21px;
	width: 21px;
	top:5px;	
}



table .cs-option-group .cs-checkbox, 
table .cs-option-group .cs-radio { top:2px;	 }
table th .cs-option-group .cs-checkbox, 
table th .cs-option-group .cs-radio { left:-5px; }

.cs-option-group .cs-checkbox:before, 
.cs-option-group .cs-radio:before {
	content: '';
	display: none;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-o-box-sizing: content-box;
	box-sizing: content-box;
	padding: 0;	
	margin: 0; 		
}


.cs-option-group input:checked + .cs-checkbox:before, 
.cs-option-group input:checked + .cs-radio:before { display: block; }
.cs-option-group .cs-checkbox:before {
	position: absolute;
	top: 4px;
	left: 3px;
	width: 6px;
	height: 3px;
	border: solid #fff;
	border-width: 0 0 3px 3px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.cs-option-group input:checked + .cs-checkbox, 
.cs-option-group input:checked + .cs-radio{ 
	border: 3px solid #2B88DE; 
	background:#2B88DE; 
}

.cs-option-group .cs-radio { 
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px; 
	-o-border-radius: 20px; 
	border-radius: 20px;
 
}

.cs-option-group .cs-radio:before {
	margin: 3px;
	width: 9px;
	height: 9px;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
	-o-border-radius: 10px; 
	border-radius: 10px;
}
	

.cs-button{
	height:30px;
	background:#195FEE;
	display:inline-block;
	border-radius:3px;
	line-height:30px;
	padding:0 20px;
	color:#fff;
}

.cs-button:hover{ background:#195FEE; }	


.cs-form .cfx-error .cs-input, 
.cs-form .cfx-error .cs-radio,
.cs-form .cfx-error .cs-textarea,
.cs-form .cfx-error .cs-checkbox,
.cs-form .cfx-error .cs-select select{
	background:#FEEFE9;
	border-color:#E46B66;
}

.cs-form .cfx-error .cs-select:before{ border-bottom-color:#E46B66; } 
.cs-form .cfx-error .cs-select:after { border-top-color:#E46B66; }

.cs-form .cfx-error .cs-input:focus,
.cs-form .cfx-error .cs-textarea:focus,
.cs-form .cfx-error .cs-select select:focus{
	border-color: #E46B66;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.15), 0 0 8px rgba(228,107,102,.7);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.15), 0 0 8px rgba(228,107,102,.7);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.15), 0 0 8px rgba(228,107,102,.7);
}

.cs-form .cfx-error + em{ 
	display: block;
	margin-top: 6px;
	padding: 0 3px;
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	color:#CC0000;
	font-size:0.85em;
  
}



/* SIMPLE RESPONSIVE TABLES */

.resp-table table{ 
	width:100%;
	margin:10px 0;
}

.resp-table table td, 
.resp-table table th{
	padding:10px;
	font-size:14px;
	vertical-align:middle;  
}	
.resp-table table td{ border:1px solid #ddd; border-width:1px 0; }
.resp-table table td:first-child{ border-left-width:1px; }
.resp-table table td:last-child{ border-right-width:1px; }
.resp-table.advanced table{
	border:1px solid #ddd;
	-webkit-box-shadow: 0 2px 0 0 rgba(0,0,0,.05);
	-moz-box-shadow: 0 2px 0 0 rgba(0,0,0,.05);
	-o-box-shadow: 0 2px 0 0 rgba(0,0,0,.05);
	box-shadow: 0 2px 0 0 rgba(0,0,0,.05);
}

.resp-table.advanced table td, 
.resp-table.advanced table th{ 
	border:1px solid #ddd;
	text-align:left;
}

.resp-table table th{ font-weight:500; text-transform:uppercase;  }

/* STATUS BUTTONS + NOTIFICATIONS */

.status-butn{ color:#999; }
.status-butn + .status-butn { margin-left:8px; }
.status-butn:hover{color:#2D6EC4;}
.status-butn i{ margin-right:4px; font-size:14px; }
.appl { color:#444; }
.appl:hover { color:#2D6EC4; text-decoration:underline; }

.custom-button{ 
	background:#EEF1F5; 
	border:1px solid #C5C8CF;
	display:inline-block;
	text-align:center;
	color:#A9B5C3;
	padding:6px 10px;
}

.add-ed{ display:inline-block; color:#8091A6; }
.add-ed span{ display:inline-block; margin-left:5px; }
.add-ed span i{ margin-right:4px; }

.status-select select::-ms-expand,
.cs-form .fm-control .cs-select select::-ms-expand { display: none; }

/* Gradients */
.custom-button,
.status-select select,
.action-select select,
.mmenu-tabs .mmenu-tablist,
.toggle-widget .toggle-trigger,
.cs-form .fm-control .cs-select select{ 
	-webkit-box-shadow: inset 0 1px #fff, inset 0 0 0 1px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px #fff, inset 0 0 0 1px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px #fff, inset 0 0 0 1px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.05);		
	background-image: -webkit-gradient(linear,  left top,  left bottom,  color-stop(0%,  #ffffff), color-stop(100%,  #EBEEF2));
	background-image: -webkit-linear-gradient(top,  #ffffff, #EBEEF2);
	background-image: -moz-linear-gradient(top,  #ffffff, #EBEEF2);
	background-image: -ms-linear-gradient(top,  #ffffff, #EBEEF2);
	background-image: -o-linear-gradient(top,  #ffffff, #EBEEF2);
	background-image: linear-gradient(top,  #ffffff, #EBEEF2);	
}

.toggle-widget .toggle-trigger.active{ 
	-webkit-box-shadow: inset 0 1px #fff, inset 0 0 0 1px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px #fff, inset 0 0 0 1px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px #fff, inset 0 0 0 1px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.05);		
	background-image: -webkit-gradient(linear,  left top,  left bottom,  color-stop(0%,  #ffffff), color-stop(100%,  #EBEEF2));
	background-image: -webkit-linear-gradient(top,  #ffffff, #EBEEF2);
	background-image: -moz-linear-gradient(top,  #ffffff, #EBEEF2);
	background-image: -ms-linear-gradient(top,  #ffffff, #EBEEF2);
	background-image: -o-linear-gradient(top,  #ffffff, #EBEEF2);
	background-image: linear-gradient(top,  #ffffff, #EBEEF2);	
}

.action-select,
.status-select{ 
	width:120px; 
	position:relative; 
}

.action-select,
.status-select,
.action-select select,
.status-select select{ display:inline-block; }
.action-select select,
.status-select select{ 
	width:100%;   
	height:28px;
	padding:0 10px; 
	padding-right:30px;
	border:1px solid #ccc;
	-webkit-box-shadow: 0 2px 0 0 rgba(0,0,0,.02);
	-moz-box-shadow: 0 2px 0 0 rgba(0,0,0,.02);
	-o-box-shadow: 0 2px 0 0 rgba(0,0,0,.02);
	box-shadow: 0 2px 0 0 rgba(0,0,0,.02);	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	background-color: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance:none;	
	color:#666;
}

.action-select:after,
.status-select:after {
	content: '';
	position: absolute;
	border: 4px dashed;
	border-color: #B1B8C5 transparent;	
	border-top-style: solid; 
	border-bottom: none; 
	pointer-events: none;
	pointer-events: none;
	margin-top: 7px;
	z-index: 100;
	right: 12px;
	height: 0;
	top: 10px;
	width:0;
}
	
.action-select:after,
.status-select:after { top:6px; }
.action-select:after{}
.status-select.prepend-icon{
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.status-select.prepend-icon .status-icon{
	top:0;
	width:28px;
	height:28px;
	color: inherit;
	line-height:28px;
	position:absolute;
	text-align: center;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	pointer-events: none;
	z-index:99;
}
 
.status-select.prepend-icon .status-icon i{ 
	position:relative;
	font-size:14px;
}

.status-select.prepend-icon .status-icon{ left:0;  }
.status-select.prepend-icon > select{ padding-left:28px; }
.status-select.prepend-icon .status-icon .statusEnabled{ color:#059C05; }
.status-select.prepend-icon .status-icon .statusDisabled{ color:#FF6666; }

/*NOTIFICATIONS + ALERTS*/

.notification { color: #444; padding:15px; position:relative; margin:5px 0; border-radius:3px; }
.notification p{ margin:0; font-weight:400; padding:0 15px; padding-left:5px; line-height:normal;  }
.notification .close-btn{
	margin-top: -7px;
	padding: inherit;
	position: absolute;
	text-decoration:none; 
	font: bold 20px/20px Arial, sans-serif;
	opacity: 0.65; 	
	color: inherit;
	display: block;    
	right:1px;
	top:14%;
}

.notification .close-btn:hover{ opacity: 1; }
.alert-info { color:#163161; background-color: #cfe6fc; }
.alert-success { color:#336633; background-color: #d2f7ad; }
.alert-warning { color: #CC6600; background-color: #fae7a2; }
.alert-error { color:#990000; background-color: #FBDBCF; }
.notification ul{ 
	margin-left:1.3em; 
	list-style-position: inside;
	margin-top:10px;
}

/* PAGINATION */

/* pagination 
------------------------------------------- */
.pagination-wrap{ border:1px solid #ddd; border-width:1px 0; padding:10px 0; }
.foot-pagination .pagination{ text-align:right; }
.pagination li{ display:inline; }
.pagination li a{
	color: #82879e;
	text-align:center;
	border: 1px solid;
	text-decoration: none;
	background-color: #eee;
	text-shadow: 0 1px 0 #fdfdfd;
	border-color: #C7D3E9;
	-webkit-box-shadow: inset 0 1px #fff, inset 0 0 0 1px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px #fff, inset 0 0 0 1px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px #fff, inset 0 0 0 1px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(0, 0, 0, 0.05);		
	background-image: -webkit-gradient(linear,  left top,  left bottom,  color-stop(0%,  #ffffff), color-stop(100%,  #EBEEF2));
	background-image: -webkit-linear-gradient(top,  #ffffff, #EBEEF2);
	background-image: -moz-linear-gradient(top,  #ffffff, #EBEEF2);
	background-image: -ms-linear-gradient(top,  #ffffff, #EBEEF2);
	background-image: -o-linear-gradient(top,  #ffffff, #EBEEF2);
	background-image: linear-gradient(top,  #ffffff, #EBEEF2);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	margin-right: 5px;
	line-height: 30px;
	height:30px;
	min-width:30px;
	padding:0 10px;
	font-weight:400;
}

.pagination li a.current, 
.pagination li a.current:hover, 
.pagination li a:active { 
	background: #fff; 
	border-color: #C7D3E9;
	-webkit-box-shadow: inset 0 0 2px rgba(156, 166, 190, 0.45);
	-moz-box-shadow: inset 0 0 2px rgba(156, 166, 190, 0.45);
	box-shadow: inset 0 0 2px rgba(156, 166, 190, 0.45); 
}

/* DATA TABLES */

table.dataTable {
	width: 100%;
	margin: 0 auto;
	clear: both;
	border-collapse: separate;
	border-spacing: 0
}

table.dataTable thead th,
table.dataTable tfoot th {
	font-weight: bold
}

table.dataTable thead th,
table.dataTable thead td {
	padding: 10px 18px;
	border-bottom: 1px solid #111
}

table.dataTable thead th:active,
table.dataTable thead td:active {
	outline: none
}

table.dataTable tfoot th,
table.dataTable tfoot td {
	padding: 10px 18px 6px 18px;
	border-top: 1px solid #111
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
	cursor: pointer;
	*cursor: hand;
	background-repeat: no-repeat;
	background-position: center right
}

table.dataTable thead .sorting {
	background-image: url("../../images/sort_both.png")
}

table.dataTable thead .sorting_asc {
	background-image: url("../../images/sort_asc.png")
}

table.dataTable thead .sorting_desc {
	background-image: url("../../images/sort_desc.png")
}

table.dataTable thead .sorting_asc_disabled {
	background-image: url("../../images/sort_asc_disabled.png")
}

table.dataTable thead .sorting_desc_disabled {
	background-image: url("../../images/sort_desc_disabled.png")
}

table.dataTable tbody tr {
	background-color: #ffffff
}

table.dataTable tbody tr.selected {
	background-color: #B0BED9
}

table.dataTable tbody th,
table.dataTable tbody td {
	padding: 8px 10px
}

table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
	border-top: 1px solid #ddd
}

table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td,
table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
	border-top: none
}

table.dataTable.cell-border tbody th,
table.dataTable.cell-border tbody td {
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd
}

table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
	border-left: 1px solid #ddd
}

table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
	border-top: none
}

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
	background-color: #f9f9f9
}

table.dataTable.stripe tbody tr.odd.selected,
table.dataTable.display tbody tr.odd.selected {
	background-color: #acbad4
}

table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
	background-color: #f6f6f6
}

table.dataTable.hover tbody tr:hover.selected,
table.dataTable.display tbody tr:hover.selected {
	background-color: #aab7d1
}

table.dataTable.order-column tbody tr>.sorting_1,
table.dataTable.order-column tbody tr>.sorting_2,
table.dataTable.order-column tbody tr>.sorting_3,
table.dataTable.display tbody tr>.sorting_1,
table.dataTable.display tbody tr>.sorting_2,
table.dataTable.display tbody tr>.sorting_3 {
	background-color: #fafafa
}

table.dataTable.order-column tbody tr.selected>.sorting_1,
table.dataTable.order-column tbody tr.selected>.sorting_2,
table.dataTable.order-column tbody tr.selected>.sorting_3,
table.dataTable.display tbody tr.selected>.sorting_1,
table.dataTable.display tbody tr.selected>.sorting_2,
table.dataTable.display tbody tr.selected>.sorting_3 {
	background-color: #acbad5
}

table.dataTable.display tbody tr.odd>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
	background-color: #f1f1f1
}

table.dataTable.display tbody tr.odd>.sorting_2,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_2 {
	background-color: #f3f3f3
}

table.dataTable.display tbody tr.odd>.sorting_3,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_3 {
	background-color: whitesmoke
}

table.dataTable.display tbody tr.odd.selected>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1 {
	background-color: #a6b4cd
}

table.dataTable.display tbody tr.odd.selected>.sorting_2,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2 {
	background-color: #a8b5cf
}

table.dataTable.display tbody tr.odd.selected>.sorting_3,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3 {
	background-color: #a9b7d1
}

table.dataTable.display tbody tr.even>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
	background-color: #fafafa
}

table.dataTable.display tbody tr.even>.sorting_2,
table.dataTable.order-column.stripe tbody tr.even>.sorting_2 {
	background-color: #fcfcfc
}

table.dataTable.display tbody tr.even>.sorting_3,
table.dataTable.order-column.stripe tbody tr.even>.sorting_3 {
	background-color: #fefefe
}

table.dataTable.display tbody tr.even.selected>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1 {
	background-color: #acbad5
}

table.dataTable.display tbody tr.even.selected>.sorting_2,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2 {
	background-color: #aebcd6
}

table.dataTable.display tbody tr.even.selected>.sorting_3,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3 {
	background-color: #afbdd8
}

table.dataTable.display tbody tr:hover>.sorting_1,
table.dataTable.order-column.hover tbody tr:hover>.sorting_1 {
	background-color: #eaeaea
}

table.dataTable.display tbody tr:hover>.sorting_2,
table.dataTable.order-column.hover tbody tr:hover>.sorting_2 {
	background-color: #ececec
}

table.dataTable.display tbody tr:hover>.sorting_3,
table.dataTable.order-column.hover tbody tr:hover>.sorting_3 {
	background-color: #efefef
}

table.dataTable.display tbody tr:hover.selected>.sorting_1,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1 {
	background-color: #a2aec7
}

table.dataTable.display tbody tr:hover.selected>.sorting_2,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2 {
	background-color: #a3b0c9
}

table.dataTable.display tbody tr:hover.selected>.sorting_3,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3 {
	background-color: #a5b2cb
}

table.dataTable.no-footer {
	border-bottom: 1px solid #111
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
	white-space: nowrap
}

table.dataTable.compact thead th,
table.dataTable.compact thead td {
	padding: 4px 17px 4px 4px
}

table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
	padding: 4px
}

table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
	padding: 4px
}

table.dataTable th.dt-left,
table.dataTable td.dt-left {
	text-align: left
}

table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
	text-align: center
}

table.dataTable th.dt-right,
table.dataTable td.dt-right {
	text-align: right
}

table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
	text-align: justify
}

table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
	white-space: nowrap
}

table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
	text-align: left
}

table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
	text-align: center
}

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
	text-align: right
}

table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
	text-align: justify
}

table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
	white-space: nowrap
}

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
	text-align: left
}

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
	text-align: center
}

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
	text-align: right
}

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
	text-align: justify
}

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
	white-space: nowrap
}

table.dataTable,
table.dataTable th,
table.dataTable td {
	box-sizing: content-box
}

.dataTables_wrapper {
	position: relative;
	clear: both;
	*zoom: 1;
	zoom: 1
}

.dataTables_wrapper .dataTables_length {
	float: left
}

.dataTables_wrapper .dataTables_filter {
	float: right;
	text-align: right
}

.dataTables_wrapper .dataTables_filter input {
	margin-left: 0.5em
}

.dataTables_wrapper .dataTables_info {
	clear: both;
	float: left;
	padding-top: 0.755em
}

.dataTables_wrapper .dataTables_paginate {
	float: right;
	text-align: right;
	padding-top: 0.25em
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	box-sizing: border-box;
	display: inline-block;
	min-width: 1.5em;
	padding: 0.5em 1em;
	margin-left: 2px;
	text-align: center;
	text-decoration: none !important;
	cursor: pointer;
	*cursor: hand;
	color: #333 !important;
	border: 1px solid transparent;
	border-radius: 2px
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	color: #333 !important;
	border: 1px solid #979797;
	background-color: white;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));
	background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
	background: -moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);
	background: -ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);
	background: -o-linear-gradient(top, #fff 0%, #dcdcdc 100%);
	background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%)
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
	cursor: default;
	color: #666 !important;
	border: 1px solid transparent;
	background: transparent;
	box-shadow: none
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	color: white !important;
	border: 1px solid #111;
	background-color: #585858;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
	background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
	background: -moz-linear-gradient(top, #585858 0%, #111 100%);
	background: -ms-linear-gradient(top, #585858 0%, #111 100%);
	background: -o-linear-gradient(top, #585858 0%, #111 100%);
	background: linear-gradient(to bottom, #585858 0%, #111 100%)
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
	outline: none;
	background-color: #2b2b2b;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
	background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
	background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
	background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
	background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
	background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
	box-shadow: inset 0 0 3px #111
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
	padding: 0 1em
}

.dataTables_wrapper .dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 40px;
	margin-left: -50%;
	margin-top: -25px;
	padding-top: 20px;
	text-align: center;
	font-size: 1.2em;
	background-color: white;
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
	background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%)
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
	color: #333
}

.dataTables_wrapper .dataTables_scroll {
	clear: both
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
	*margin-top: -1px;
	-webkit-overflow-scrolling: touch
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td {
	vertical-align: middle
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th>div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td>div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th>div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td>div.dataTables_sizing {
	height: 0;
	overflow: hidden;
	margin: 0 !important;
	padding: 0 !important
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
	border-bottom: 1px solid #111
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
.dataTables_wrapper.no-footer div.dataTables_scrollBody>table {
	border-bottom: none
}

.dataTables_wrapper:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0
}

@media screen and (max-width: 767px) {
	.dataTables_wrapper .dataTables_info,
	.dataTables_wrapper .dataTables_paginate {
		float: none;
		text-align: center
	}
	.dataTables_wrapper .dataTables_paginate {
		margin-top: 0.5em
	}
}

@media screen and (max-width: 640px) {
	.dataTables_wrapper .dataTables_length,
	.dataTables_wrapper .dataTables_filter {
		float: none;
		text-align: center
	}
	.dataTables_wrapper .dataTables_filter {
		margin-top: 0.5em
	}
}

/* BUTTONS | */

@keyframes dtb-spinner {
	100% {
		transform: rotate(360deg)
	}
}

@-o-keyframes dtb-spinner {
	100% {
		-o-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-ms-keyframes dtb-spinner {
	100% {
		-ms-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes dtb-spinner {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-moz-keyframes dtb-spinner {
	100% {
		-moz-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

div.dt-button-info {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 400px;
	margin-top: -100px;
	margin-left: -200px;
	background-color: white;
	border: 2px solid #111;
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
	border-radius: 3px;
	text-align: center;
	z-index: 21
}

div.dt-button-info h2 {
	padding: 0.5em;
	margin: 0;
	font-weight: normal;
	border-bottom: 1px solid #ddd;
	background-color: #f3f3f3
}

div.dt-button-info>div {
	padding: 1em
}

div.dt-button-collection-title {
	text-align: center;
	padding: 0.3em 0 0.5em;
	font-size: 0.9em
}

button.dt-button,
div.dt-button,
a.dt-button {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	margin-right: 0.333em;
	margin-bottom: 0.333em;
	padding: 0.5em 1em;
	border: 1px solid #999;
	border-radius: 2px;
	cursor: pointer;
	font-size: 0.88em;
	line-height: 1.6em;
	color: black;
	white-space: nowrap;
	overflow: hidden;
	background-color: #e9e9e9;
	background-image: -webkit-linear-gradient(top, #fff 0%, #e9e9e9 100%);
	background-image: -moz-linear-gradient(top, #fff 0%, #e9e9e9 100%);
	background-image: -ms-linear-gradient(top, #fff 0%, #e9e9e9 100%);
	background-image: -o-linear-gradient(top, #fff 0%, #e9e9e9 100%);
	background-image: linear-gradient(to bottom, #fff 0%, #e9e9e9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='white', EndColorStr='#e9e9e9');
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	outline: none
}

button.dt-button.disabled,
div.dt-button.disabled,
a.dt-button.disabled {
	color: #999;
	border: 1px solid #d0d0d0;
	cursor: default;
	background-color: #f9f9f9;
	background-image: -webkit-linear-gradient(top, #fff 0%, #f9f9f9 100%);
	background-image: -moz-linear-gradient(top, #fff 0%, #f9f9f9 100%);
	background-image: -ms-linear-gradient(top, #fff 0%, #f9f9f9 100%);
	background-image: -o-linear-gradient(top, #fff 0%, #f9f9f9 100%);
	background-image: linear-gradient(to bottom, #fff 0%, #f9f9f9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#ffffff', EndColorStr='#f9f9f9')
}

button.dt-button:active:not(.disabled),
button.dt-button.active:not(.disabled),
div.dt-button:active:not(.disabled),
div.dt-button.active:not(.disabled),
a.dt-button:active:not(.disabled),
a.dt-button.active:not(.disabled) {
	background-color: #e2e2e2;
	background-image: -webkit-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
	background-image: -moz-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
	background-image: -ms-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
	background-image: -o-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
	background-image: linear-gradient(to bottom, #f3f3f3 0%, #e2e2e2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#f3f3f3', EndColorStr='#e2e2e2');
	box-shadow: inset 1px 1px 3px #999999
}

button.dt-button:active:not(.disabled):hover:not(.disabled),
button.dt-button.active:not(.disabled):hover:not(.disabled),
div.dt-button:active:not(.disabled):hover:not(.disabled),
div.dt-button.active:not(.disabled):hover:not(.disabled),
a.dt-button:active:not(.disabled):hover:not(.disabled),
a.dt-button.active:not(.disabled):hover:not(.disabled) {
	box-shadow: inset 1px 1px 3px #999999;
	background-color: #cccccc;
	background-image: -webkit-linear-gradient(top, #eaeaea 0%, #ccc 100%);
	background-image: -moz-linear-gradient(top, #eaeaea 0%, #ccc 100%);
	background-image: -ms-linear-gradient(top, #eaeaea 0%, #ccc 100%);
	background-image: -o-linear-gradient(top, #eaeaea 0%, #ccc 100%);
	background-image: linear-gradient(to bottom, #eaeaea 0%, #ccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#eaeaea', EndColorStr='#cccccc')
}

button.dt-button:hover,
div.dt-button:hover,
a.dt-button:hover {
	text-decoration: none
}

button.dt-button:hover:not(.disabled),
div.dt-button:hover:not(.disabled),
a.dt-button:hover:not(.disabled) {
	border: 1px solid #666;
	background-color: #e0e0e0;
	background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
	background-image: -moz-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
	background-image: -ms-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
	background-image: -o-linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
	background-image: linear-gradient(to bottom, #f9f9f9 0%, #e0e0e0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#f9f9f9', EndColorStr='#e0e0e0')
}

button.dt-button:focus:not(.disabled),
div.dt-button:focus:not(.disabled),
a.dt-button:focus:not(.disabled) {
	border: 1px solid #426c9e;
	text-shadow: 0 1px 0 #c4def1;
	outline: none;
	background-color: #79ace9;
	background-image: -webkit-linear-gradient(top, #bddef4 0%, #79ace9 100%);
	background-image: -moz-linear-gradient(top, #bddef4 0%, #79ace9 100%);
	background-image: -ms-linear-gradient(top, #bddef4 0%, #79ace9 100%);
	background-image: -o-linear-gradient(top, #bddef4 0%, #79ace9 100%);
	background-image: linear-gradient(to bottom, #bddef4 0%, #79ace9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#bddef4', EndColorStr='#79ace9')
}

.dt-button embed {
	outline: none
}

div.dt-buttons {
	position: relative;
	float: left
}

div.dt-buttons.buttons-right {
	float: right
}

div.dt-button-collection {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	margin-top: 3px;
	padding: 8px 8px 4px 8px;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.4);
	background-color: white;
	overflow: hidden;
	z-index: 2002;
	border-radius: 5px;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
	-webkit-column-gap: 8px;
	-moz-column-gap: 8px;
	-ms-column-gap: 8px;
	-o-column-gap: 8px;
	column-gap: 8px
}

div.dt-button-collection button.dt-button,
div.dt-button-collection div.dt-button,
div.dt-button-collection a.dt-button {
	position: relative;
	left: 0;
	right: 0;
	width: 100%;
	display: block;
	float: none;
	margin-bottom: 4px;
	margin-right: 0
}

div.dt-button-collection button.dt-button:active:not(.disabled),
div.dt-button-collection button.dt-button.active:not(.disabled),
div.dt-button-collection div.dt-button:active:not(.disabled),
div.dt-button-collection div.dt-button.active:not(.disabled),
div.dt-button-collection a.dt-button:active:not(.disabled),
div.dt-button-collection a.dt-button.active:not(.disabled) {
	background-color: #dadada;
	background-image: -webkit-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
	background-image: -moz-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
	background-image: -ms-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
	background-image: -o-linear-gradient(top, #f0f0f0 0%, #dadada 100%);
	background-image: linear-gradient(to bottom, #f0f0f0 0%, #dadada 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#f0f0f0', EndColorStr='#dadada');
	box-shadow: inset 1px 1px 3px #666
}

div.dt-button-collection.fixed {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -75px;
	border-radius: 0
}

div.dt-button-collection.fixed.two-column {
	margin-left: -150px
}

div.dt-button-collection.fixed.three-column {
	margin-left: -225px
}

div.dt-button-collection.fixed.four-column {
	margin-left: -300px
}

div.dt-button-collection>* {
	-webkit-column-break-inside: avoid;
	break-inside: avoid
}

div.dt-button-collection.two-column {
	width: 300px;
	padding-bottom: 1px;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	-ms-column-count: 2;
	-o-column-count: 2;
	column-count: 2
}

div.dt-button-collection.three-column {
	width: 450px;
	padding-bottom: 1px;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	-ms-column-count: 3;
	-o-column-count: 3;
	column-count: 3
}

div.dt-button-collection.four-column {
	width: 600px;
	padding-bottom: 1px;
	-webkit-column-count: 4;
	-moz-column-count: 4;
	-ms-column-count: 4;
	-o-column-count: 4;
	column-count: 4
}

div.dt-button-collection .dt-button {
	border-radius: 0
}

div.dt-button-background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	background: -ms-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
	background: -moz-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
	background: -o-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
	background: -webkit-gradient(radial, center center, 0, center center, 497, color-stop(0, rgba(0, 0, 0, 0.3)), color-stop(1, rgba(0, 0, 0, 0.7)));
	background: -webkit-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
	background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
	z-index: 2001
}

@media screen and (max-width: 640px) {
	div.dt-buttons {
		float: none !important;
		text-align: center
	}
}

button.dt-button.processing,
div.dt-button.processing,
a.dt-button.processing {
	color: rgba(0, 0, 0, 0.2)
}

button.dt-button.processing:after,
div.dt-button.processing:after,
a.dt-button.processing:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 16px;
	margin: -8px 0 0 -8px;
	box-sizing: border-box;
	display: block;
	content: ' ';
	border: 2px solid #282828;
	border-radius: 50%;
	border-left-color: transparent;
	border-right-color: transparent;
	animation: dtb-spinner 1500ms infinite linear;
	-o-animation: dtb-spinner 1500ms infinite linear;
	-ms-animation: dtb-spinner 1500ms infinite linear;
	-webkit-animation: dtb-spinner 1500ms infinite linear;
	-moz-animation: dtb-spinner 1500ms infinite linear
}


/* RESPONSIVE DATA TABLES */
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  top: 9px;
  left: 4px;
  height: 14px;
  width: 14px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  font-family: 'Courier New', Courier, monospace;
  line-height: 14px;
  content: '+';
  background-color: #31b131;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  content: '-';
  background-color: #d33333;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.child td:before {
  display: none;
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
  padding-left: 27px;
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
  top: 5px;
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px;
}
table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer;
}
table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  font-family: 'Courier New', Courier, monospace;
  line-height: 14px;
  content: '+';
  background-color: #31b131;
}
table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: '-';
  background-color: #d33333;
}
table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}
table.dataTable > tbody > tr.child:hover {
  background: transparent !important;
}
table.dataTable > tbody > tr.child ul.dtr-details {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
table.dataTable > tbody > tr.child ul.dtr-details li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}
table.dataTable > tbody > tr.child ul.dtr-details li:first-child {
  padding-top: 0;
}
table.dataTable > tbody > tr.child ul.dtr-details li:last-child {
  border-bottom: none;
}
table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}

div.dtr-modal {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em;
}
div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid black;
  border-radius: 0.5em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}
div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 1em;
}
div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12;
}
div.dtr-modal div.dtr-modal-close:hover {
  background-color: #eaeaea;
}
div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 767px) {
  div.dtr-modal div.dtr-modal-display {
	width: 95%;
  }
}


/* CUSTOMIZE DATA TABLES */

table.dataTable thead th, table.dataTable thead td {
    padding: 10px 18px;
	border-top: 1px solid #D3DCF1;
    border-bottom: 1px solid #D3DCF1;
	background-color:#FAFBFE;
}

table.dataTable thead th, 
table.dataTable tfoot th {
    font-weight: 500;
	text-align:left;
	text-shadow:none;
}

/* stripped rows */
table.dataTable.stripe tbody tr.odd, 
table.dataTable.display tbody tr.odd {
    background-color: #fff;
}
/* table body padding */
table.dataTable tbody th, 
table.dataTable tbody td {
    padding:7px 10px;
	line-height:normal;
	vertical-align:middle;
}

table.dataTable tbody th > a, 
table.dataTable tbody td > a{ color:#2D6EC4; }
table.dataTable tbody th > a:hover, 
table.dataTable tbody td > a:hover{ 
	text-decoration:underline; 
	color:#2D6EC4; 
}

table.dataTable tbody th p, 
table.dataTable tbody td p{ margin:0; }

table.dataTable.row-border tbody th, 
table.dataTable.row-border tbody td, 
table.dataTable.display tbody th, 
table.dataTable.display tbody td {
    border-top: 1px solid #D3DCF1;
}

table.dataTable.display tbody tr.odd>.sorting_1, 
table.dataTable.order-column.stripe tbody tr.odd>.sorting_1,
table.dataTable.display tbody tr.even>.sorting_1, 
table.dataTable.order-column.stripe tbody tr.even>.sorting_1{
    background-color: #F6F8FD;
}

table.dataTable.display tbody tr.even>.sorting_1, 
table.dataTable.order-column.stripe tbody tr.even>.sorting_1{ background-color:#FAFBFE; }
table.dataTable thead .sorting_asc { background-color:#ECF0FB; }

table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
	background-color:#FAFBFE;
}

table.dataTable.no-footer {
	border-bottom: 1px solid #D3DCF1;
}

.dataTables_wrapper .dataTables_length, 
.dataTables_wrapper .dataTables_filter, 
.dataTables_wrapper .dataTables_info, 
.dataTables_wrapper .dataTables_processing, 
.dataTables_wrapper .dataTables_paginate {
    color: #9EB2DE;
}

div.dt-buttons,
.dataTables_info,
.dataTables_paginate,
.dataTables_wrapper .dataTables_filter{ padding:10px; }
.dataTables_wrapper .dataTables_filter label input{ background:none; }
.dataTables_wrapper .dataTables_filter label{ 
	background:#ECF0FB;
	border: 1px solid #D3DCF1;
	border-radius:3px 3px;
	position:relative;
	padding:8px 10px;
	top:8px;
}

.dataTables_info,
.dataTables_paginate{ 
	position:relative; 
	top:4px;
}

.cfx-datatable{ border: 1px solid #D3DCF1; }




/* DT PAGINATE  */

.dataTables_wrapper .dataTables_paginate .paginate_button {
	background:#E8EEF9;
	padding: 0.5em 1em;
	color:#6A8ED0!important;
	border:0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	border:0;
	color:#6A8ED0!important;
	background:#C7D3E9;
	box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, 
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	color: #2D6EC4!important;
    background:#C7D3E9;
    border: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, 
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, 
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
	cursor: default;
	color: #BBC9E8!important;
	background: #F6F8FD;
	box-shadow: none;
	border:0;
}

button.dt-button, 
div.dt-button, 
a.dt-button {
	border: 1px solid #D3DCF1;
    background: #fff;
	border-radius:3px;
	color: #5775BD;
	/*margin-right:-4px;*/
}

button.dt-button:hover:not(.disabled),
div.dt-button:hover:not(.disabled),
a.dt-button:hover:not(.disabled),
button.dt-button:focus:not(.disabled),
div.dt-button:focus:not(.disabled),
a.dt-button:focus:not(.disabled) { 
	background:#ECF0FB;
	border: 1px solid #D3DCF1;
	text-shadow: none;
	
}

.cfx-datatable button.dt-button, 
.cfx-datatable div.dt-button, 
.cfx-datatable a.dt-button {
    margin-left: -5px;
    border-radius: 0;
	margin-right:0;
}
.cfx-datatable button.dt-button:first-child, 
.cfx-datatable div.dt-button:first-child, 
.cfx-datatable a.dt-button:first-child {
	margin-left: 0;
	border-radius: 3px 0 0 3px;
}

.cfx-datatable button.dt-button:last-child, 
.cfx-datatable div.dt-button:last-child, 
.cfx-datatable a.dt-button:last-child {
	border-radius: 0 3px 3px 0;
}

.cfx-datatable button.dt-button:focus, 
.cfx-datatable div.dt-button:focus, 
.cfx-datatable a.dt-button:focus {
    position: relative;
    z-index: 1;
}

table.dataTable thead th > p, 
table.dataTable tfoot th > p{
	margin:0;
	padding:0;
	text-align:right;
	padding-right:20px;
}

/* TABLES PRELOADER */
.cfx-tableloader{
   visibility:hidden;
   position:relative;
}
.cfx-tableloader:before {
	visibility:visible;
	display:table-caption;
	content: " ";
	width: 100%;
	height: 100%;
	background-image:
	linear-gradient( rgba(236,240,251, 1) 1px, transparent 0 ),
	linear-gradient(90deg, rgba(236,240,251, 1) 1px, transparent 0 ),
	linear-gradient( 90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 15%, rgba(255, 255, 255, 0) 30% ),
	linear-gradient( rgba(236,240,251, 1) 35px, transparent 0 );
	background-repeat: repeat;
	background-size: 1px 35px,calc(100% * 0.1666666666) 1px,30% 100%,2px 70px;
	background-position: 0 0,0 0,0 0,0 0;
	animation: shine 0.5s infinite;
	position:absolute;
	left:0;
	top:0;
}

@keyframes shine {
	to {
		background-position:0 0,0 0,40% 0,0 0;
	}
}


/* STATUS AND BUDGES */

.m-badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 10px;
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	background-color: transparent;
	border: 1px solid #D2DAE2;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease; 
	transition: all .5s ease;		
	border-radius: 10px;
	position: absolute;
	right: 42px;
	top:10px;
}
	
.m-badge-round{
	border-width:2px;
	border-radius:22px;
	line-height:22px;
	height:24px;
	width:24px;
	padding:0;	
}

.m-status {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 3px;
    background: #eaeaea;
    color: #444;
    font-size: 0.6em;
    line-height: 20px;
    min-height: 20px;
    min-width: 20px;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    padding: 0px 2px;
	font-weight:300;
	text-transform:uppercase;
	border:0;
}

.m-status--wide {
    letter-spacing: 0.6px;
    padding: 1px 10px;
}

.m-status-purple,
.m-badge-purple {
    background-color: #716aca;
	border-color: #716aca;
    color: #ffffff;
}

.m-status-red,
.m-badge-red {
    background-color: #f4516c;
	border-color: #f4516c;
    color: #ffffff;
}

.m-status-green,
.m-badge-green {
    background-color: #34bfa3;
	border-color: #34bfa3;
    color: #ffffff;
}

.m-status-blue,
.m-badge-blue {
    background-color: #36a3f7;
	border-color: #36a3f7;
    color: #ffffff;
}

.m-status-grey,
.m-badge-grey {
    background-color: #c4c5d6;
	border-color: #c4c5d6;
    color: #ffffff;
}

.m-status-yellow,
.m-badge-yellow {
    background-color:#ffb822;
	border-color:#ffb822;
    color: #ffffff;
}

.subnavs ul li a .m-badge{ 
	top:7px;
	padding:0;
	left:12px;
	right: auto;
	border-color:#004A7C;
}



/* MAGNIFIC POPUP */

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #CCC;
}

.mfp-preloader a:hover {
	color: #FFF;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after {
	border-right: 17px solid #FFF;
	margin-left: 31px;
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after {
	border-left: 17px solid #FFF;
	margin-left: 39px;
}

.mfp-arrow-right:before {
	border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}


img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}



.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}

.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready { opacity: 0.8; }
.mfp-fade.mfp-bg.mfp-removing { opacity: 0; }
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content { opacity: 1; }
.mfp-fade.mfp-wrap.mfp-removing .mfp-content { opacity: 0; }

/* CUSTOMIZE MODAL */

.cfx-modal {
	position: relative;
	background: #FFFFFF;
	box-shadow:0px 5px 15px rgba(0, 0, 0, 0.5);	
	margin: 20px auto;
	max-width: 540px;
	width: auto;
}
		

.cfx-modal .pop-header h3{ 
	margin:0; 
	padding:0;
	font-weight:400;
}
.cfx-modal .pop-body,
.cfx-modal .pop-footer,
.cfx-modal .pop-header { padding:10px 30px; }
.cfx-modal .pop-body{ padding:30px; padding-bottom:0;  }
.cfx-modal .pop-header { 
	border-bottom:1px solid #D8DBDE;
}

.cfx-modal .pop-footer { text-align:right; padding-bottom:30px; }
.cfx-modal .pop-header{ position:relative; }
.cfx-modal .pop-header a {  
	width: 29px;
	height: 29px;
	position: absolute;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);		
	cursor:pointer;
	opacity: 1;
	right:20px;
	top:20px;
}

.cfx-modal .pop-header a:before, 
.cfx-modal .pop-header a:after {
	content:"";
	position: absolute;
	background-color: #606f94;
	-webkit-transition: all 200ms cubic-bezier(0.895, 0, 0.070, 1);
	-webkit-transition: all 200ms cubic-bezier(0.895, -0.600, 0.070, 1.650); 
	-moz-transition: all 200ms cubic-bezier(0.895, -0.600, 0.070, 1.650); 
	-o-transition: all 200ms cubic-bezier(0.895, -0.600, 0.070, 1.650); 
	transition: all 200ms cubic-bezier(0.895, -0.600, 0.070, 1.650);						
}

.cfx-modal .pop-header a:before {
	height: 0%;
	width: 1px;
	position: absolute;
	-webkit-transition-delay:60ms;
	-moz-transition-delay:60ms;
	-o-transition-delay:60ms;
	transition-delay:60ms;				
	left:13px;
}

.cfx-modal .pop-header a:after {
	width: 0%;
	height: 1px;
	position: absolute;
	-webkit-transition-delay:50ms;
	-moz-transition-delay:50ms;
	-o-transition-delay:50ms;
	transition-delay:50ms;
	top:13px;
	left:0;				
}

.mfp-ready .pop-header a:before{ 
	height: 100%; 
	-webkit-transition-delay:0.2s;
	-moz-transition-delay:0.2s;
	-o-transition-delay:0.2s;
	transition-delay:0.2s;	
} 

.mfp-ready .pop-header a:after { 
	width:100%; 
	transition-delay:1s;
	-webkit-transition-delay:0.4s;
	-moz-transition-delay:0.4s;
	-o-transition-delay:0.4s;
	transition-delay:0.4s;				 
}


/* ACTION BUTTONS */
.cfx-action-button{ 
	display: inline-block;
	text-align:right;
	width:100%; 
}
.cfx-action-button span{
    display: inline-block;
    vertical-align: top;
    height: 32px;
    line-height: 1;
    padding: 0 12px;
    font-size:14px;
    text-align: center;
    background: transparent;
    background-clip: padding-box;
    border-radius: 3px;
    cursor: pointer;
    color: #2D6EC4;
}

.cfx-action-button:hover span,
.cfx-action-group:hover .cfx-action-button span {
    background-color: #ECF0FB;
}

.cfx-action-group {
    display: inline-block;
    vertical-align: top;
    position: relative;
    white-space: nowrap;
	overflow:hidden;
    height: 32px;
    font-size: 0;
	width:100%;
}
.cfx-action-group > .cfx-action-button span{
	position: relative;
	min-width:64px;
	line-height: 30px;
	border-radius:3px;
	padding: 0 12px;
	height: inherit;
	z-index: 1;
}
.cfx-action-group > .cfx-action-button span i{ 
	font-size:24px;
	vertical-align:middle; 
}
.cfx-action-group ul {
	opacity: 0;
	display:block;
	font-size: 14px;
	margin-top:6px;
	background: white;
	visibility:hidden;
	position: absolute;
    -webkit-transition: transform .1s ease-out, opacity .1s ease-out, opacity .1s ease-out, visibility .1s ease-out;
    -moz-transition: transform .1s ease-out, opacity .1s ease-out, opacity .1s ease-out, visibility .1s ease-out;
    -ms-transition: transform .1s ease-out, opacity .1s ease-out, opacity .1s ease-out, visibility .1s ease-out;
    -o-transition: transform .1s ease-out, opacity .1s ease-out, opacity .1s ease-out, visibility .1s ease-out;
    transition: transform .1s ease-out, opacity .1s ease-out, opacity .1s ease-out, visibility .1s ease-out;	
	-webkit-box-shadow: 0 0 20px rgba(156, 166, 190, 0.82);
	-moz-box-shadow: 0 0 20px rgba(156, 166, 190, 0.82);
	box-shadow: 0 0 20px rgba(156, 166, 190, 0.82);
    -webkit-transform: translateY(10px) scale(.4);
    -moz-transform: translateY(10px) scale(.4);
    transform: translateY(10px) scale(.4);	
	border-radius:3px;
	padding:6px 10px;
	width:130px;
	z-index:99;   
	top: 100%;
	left: auto;
	right: 0;
}
.cfx-action-group:hover{ overflow:visible; }
.cfx-action-group:hover ul{ 
	display: block;
	transform: translateY(0) scale(1);
	-moz-transform: translateY(0) scale(1);
	-webkit-transform: translateY(0) scale(1);
	-o-transform: translateY(0) scale(1);
	visibility: visible;
	opacity: 1; 
}
.cfx-action-group ul > li > a {
    display: block;
    line-height: 34px;
	vertical-align:middle;
    padding: 0 3px;
    color: #2D6EC4;
}
.cfx-action-group ul > li > a i{ 
	font-size:18px; 
	margin-right:3px;
	vertical-align:middle;
	position:relative;
	top:-1px;
}
.cfx-action-group ul:after {
	content: '';
	position: absolute;
	background: transparent;
	height: 12px;
	width: 100%;
	bottom:100%;
	left: 0;
}

.cfx-action-group ul:before {
	content: '';
	position: absolute;
	bottom: 100%;
	right: 20px;
	border-right: 5px solid transparent;
	border-bottom: 5px solid rgba(255,255,255,1);
	border-left: 5px solid transparent;
}

.cfx-action-group ul>li>a:hover, 
.cfx-action-group ul>li>a:focus {
    position: relative;
    text-decoration: none;
    outline: none;
    z-index: 2;
}
.cfx-action-group ul > li+li { border-top: 1px solid #D3DCF1; }
.cfx-action-group ul > li:last-child > a { border-radius: 0 0 3px 3px; }

/* box grid */
.admin-dashboard-area{ 
	width:100%;
	padding:30px;
	padding-bottom:0; 
}
.admin-dashboard-area-inner{ border: 1px solid #D3DCF1; }
.cfx-box-row {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex; 
}

.cfx-box-col {
	width: 33.33%; 
	border-right: 1px solid #D3DCF1;
	vertical-align:middle;
}

.cfx-box-row .cfx-box-col:last-child{ border-right:0; }

.cfx-box-col-inner {
    padding:30px;
	position:relative;
}

.cfx-box-item{}
.cfx-box-item-row {
    display: flex;
    flex-wrap: wrap;
	align-items: center;
}

.cfx-box-item-col{
   flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.cfx-box-item-row h4{
	font-weight:500;
	margin:0; 
}
.cfx-box-item-row em{ 
	border-radius:3px; 
	display:inline-block;
	vertical-align: middle; 
	position:relative; 
	background:#34BFA3;
	padding:2px 10px;
	font-style:normal;
	font-weight:300;
	font-size:12px;
	color:#fff;
	top:-2px;
}
.cfx-box-item-row span{
	display:block; 
	font-size:14px;
	margin-bottom:10px; 
	color:#9CA0B1; 
}

.cfx-box-item-row p{
	font-weight:300;
	font-size:26px;
	color:#36A3F7; 
	margin:0; 
}
.cfx-box-item-full{ width:100%; }
.cfx-box-item-row .cfx-box-investment{ }
.cfx-box-item-row .cfx-box-investment p{ color:#F4516C; font-weight:bold;  }
.cfx-box-item-row .cfx-box-plan p{ color:#716ACA;}
.cfx-box-item-row .cfx-box-item-details p{ font-size:18px; text-align:right;   }
.cfx-bordered-bottom{ border-bottom: 1px solid #D3DCF1;  }
.cfx-box-action{ padding-top:20px; }
.cfx-box-item-row .cfx-box-activity h4{ 
	font-weight:300; 
	text-transform:uppercase;
	text-align:center;
	color: #3558A8;
}

.cfx-box-item-row .cfx-box-activity h4 strong{ 
	display:block;
	font-weight:bold;
}
.cfx-activity-box{ border: 1px solid #D3DCF1; }
.cfx-activity-box h4 {
    font-weight: 300;
	border-bottom: 1px solid #D3DCF1;
    text-transform: uppercase;
	padding:10px 20px;
    color: #3558A8;
	margin:0;
}

.cfx-btn-action{ 
	background:#E7F3FF;
	display:inline-block;
	border-radius:3px;
	padding:5px 15px;
	color:#1B8AF6;
}

.cfx-btn-action:hover{ 
	background:#C8E3FF;
}
.cfx-activity-box .plain-table tbody tr td:last-child,
.cfx-activity-box .plain-table thead tr th:last-child { text-align: right; }



/* TEXT COLORS */
.cfx-text-blue{ color:#36A3F7; }
.cfx-text-red{ color:#F4516C; }
.cfx-text-purple{ color:#716ACA; }
.cfx-text-green{ color:#34BFA3; }
.cfx-text-grey{ color:#C4C5D6; }
.cfx-text-yellow{ color:#FFB822; }


/* MORRIS CHARTS */

.dm-card{
	border: 1px solid #D3DCF1;
	margin-bottom: 20px;	
}

.dm-card-body {
	padding: 1.25rem;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	color:#82879e;
}
.dm-card-footer p{ margin:0; }
.dm-card-footer{ border-top: 1px solid #D3DCF1; padding: 1.25rem; }
.dm-card-body svg { width: 100%; }	

.dm-card-title { 
	margin:0;
	padding:0;
	margin-bottom: .75rem;
	line-height: 22px;
	font-size: 22px;
	font-weight:300;		
}

ul.list-inline {
	padding-left: 0;
	list-style: none;
	text-align:right;
}
	
ul.list-inline li{
	display:inline-block;
	padding:0 8px;
}

ul.list-inline li h5 {
	line-height: 18px;
	font-size: 16px;
	padding:0;
	margin:0;
}

ul.list-inline li h5 i{
	margin-right: 5px;
	font-size:22px;
}

.cgreen { color: #6772E5; }
.cblue { color: #36A3F7; }
.cred { color:#F4516C; }
.cemerald { color: #34BFA3; }
.cdblue{ color:#1976D2; }

.cfx-space-t{ padding-top:10px; }

.morris-hover {
  position:absolute;
  z-index:1000;
}

.morris-hover.morris-default-style {
	border-radius: 4px;
	padding: 10px 12px;
	background:#63676b;
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.5);
	font-size:14px;
	border: none;
	color: #fff;
}

.morris-hover.morris-default-style .morris-hover-row-label {
	font-weight:bold;
	margin:0.25em 0;
}

.morris-hover.morris-default-style .morris-hover-point {
	color: rgba(257, 257, 257, 0.8)!important ;
	white-space:nowrap;
	margin:0.1em 0;
}

.cfx-eq{}
.dm-info-inner{ padding-top:30px;  }
.dm-info-txt{ 
	font-size:20px; 
	font-weight:300;
	color:#36A3F7; 
}

/* ADMIN SETUP */

.setups{ margin:0 -5px; }
.setups {
	list-style:none;
	float:left;
	padding:0;
	clear:both;
}

.setups li {
	float:left;
	width:20%;
}

.setups li a{ 
	display:block; 
	padding:5px; 
	color: #4E5F83;
}
.setups li a span.spn{ 
	display:block; 
	border:1px solid #D3DCF1;
	background:#FAFBFE;
	transition:all 0.4s;
	-o-transition:all 0.4s;
	-ms-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-webkit-transition:all 0.4s;		 
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	overflow:hidden;
	padding:10px 15px;   
}
.setups li a span .spn-icon{ 
	display:inline-block;
	float:left; 
	width:32px;  
}

.setups li a span .spn-icon i{ font-size:32px;  }
.setups li a span .spn-details{ 
	display:block; 
	height:32px; 
	line-height:32px; 
	margin-left:42px; 
	position:relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;	 
}
.setups li a span .spn-details i{ 
	position:absolute;
	transition:all 0.5s;
	-o-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-moz-transition:all 0.5s;	 
	right:10px;
	top:10px;  
 }
.side-note h5{ text-transform:uppercase; font-size:14px;}
.side-note{ margin-bottom:20px; }
.side-note-inner{ 
	padding:20px; 
	box-shadow:0 0 5px rgba(0,0,0,.3);
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;		 
}
.setups li a:hover .spn{ color:#008CDB; background:#fff;  }
.setups li a:hover span .spn-details i{ right:20px; }

/* PLAIN TABLES */

.user-content-wrapper{
	border: 1px solid #D3DCF1;
}
.user-content-top{ display:block; }
.user-topnav{ border-bottom: 1px solid #D3DCF1; }
.user-content-bottom{ display:block; }
.bottom-container{
	background:#fff;
	
}

.user-topnav{ }
.user-topnav ul{
    margin:  0;
    padding: 0;
    list-style: none;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.user-topnav ul li{ display: table-cell; }
.user-topnav ul li a{ 
	display: block; 
	padding:15px 20px;
	font-size:16px;
	text-align:center;
	font-weight:400;
	color: #71818C;
	border-left:1px solid #DADEE0;
	position:relative;
}

.user-topnav ul li a:after {
	content: '';
	width: 13px;
	height: 13px;
	position: absolute;
	-webkit-transform:  rotate(135deg) scale(0);
	-moz-transform:  rotate(135deg) scale(0);
	-ms-transform:  rotate(135deg) scale(0);
	-o-transform:  rotate(135deg) scale(0);
	transform:  rotate(135deg) scale(0);
	transition:-webkit-transform .3s ease-in;
	transition:transform .3s ease-in;	
	border-bottom: 1px solid #CFDAE7;
	border-right: 1px solid #CFDAE7;
	background-color: #FFF9F1;
	bottom:-8px;
	right: 47%;		
	z-index:11;
}

.user-topnav ul li.active-tab a:after {
	-webkit-transform: rotate(225deg) scale(1);
	-moz-transform: rotate(225deg) scale(1);
	-ms-transform: rotate(225deg) scale(1);
	-o-transform: rotate(225deg) scale(1);
	transform: rotate(225deg) scale(1);
}

.user-topnav ul li:first-child a{ border-left:0; }
.user-topnav ul li.active-tab a,
.user-topnav ul li a:hover{ color:#FAB238; }

.user-content-subnav{ border-bottom:1px solid #DADEE0; background:#FFF9F1; }
.user-content-subnav ul{ overflow:hidden; }
.user-content-subnav ul li{ display:inline; }
.user-content-subnav ul li a{
	display:block;
	padding:10px 15px;
	position:relative;
	font-weight:400;
	font-size:15px;
	color:#000000;
	float:left; 
}
.user-content-subnav ul li a:hover{ color:#FAB238; }
.user-content-header,
.user-content-footer{
    margin: 0;
    padding:15px 20px;
    border-bottom: 1px solid #DADEE0;
	background:#FAFBFE;
}

.user-content-footer{ 
	border-bottom:0; 
	border-top: 1px solid #DADEE0;
}

.transct-header h3{ border-bottom:1px solid #DADEE0; padding:20px; }
.panel-container{ padding:10px;}
.balances h4{ margin:0; }
.balances h4 span{ 
	display:block;
	margin-bottom:5px; 
	font-size:14px; 
	color:#666; 
}

.balances { border-top:1px solid #DADEE0; padding:0 20px; }
.balances h4{ border-top:1px solid #fff; padding-top:10px; }
.userside-nav-bottom { border-top:1px solid #DADEE0; }
.userside-nav-bottom ul{ }
.userside-nav-bottom ul li{ }
.userside-nav-bottom ul li a{}
.userside-nav-bottom ul{
    margin:  0;
    padding: 0;
    list-style: none;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.userside-nav-bottom ul li{ display: table-cell; }
.userside-nav-bottom ul li a{ 
	display: block; 
	padding:10px 20px;
	font-size:14px;
	font-weight:400;
	color: #71818C;
	border-left:1px solid #DADEE0;
	text-align:center;
}

.userside-nav-bottom ul li:first-child a{ border-left:0; }
.userside-nav-bottom ul li a:hover{ color:#FAB238; }
.user-form-holder{ padding:15px 20px; }
.plain-table {
	width: 100%;
	border-collapse: separate;
	box-shadow:none;
	border-spacing: 0;
	border: 0;
}

.plain-table th {
	text-align: left;
	vertical-align: top;
	background:#FAFBFE;
	font-size: 16px;
	font-weight:500;
}
.plain-table td{ font-size: 12px; }
.plain-table i{  }
.plain-table td, 
.plain-table th { 
	padding: 10px 15px; 
	border-bottom:1px solid #D3DCF1;
	vertical-align:middle;
	font-weight: 400;
	border-radius:0;
}
.plain-table span{ display:block; }
.plain-table strong{ font-weight:400; }
.transaction-type { 
	color:#0066CC; 
	display:block; 
	font-size:14px; 
	position:relative;
}

.plain-table > tbody > tr:nth-of-type(even){ background-color:#FAFBFE; }
.plain-table > tbody > tr:last-child td{ border-bottom:0; border-radius:0; }

.bbtn-ref{ cursor:pointer; position:relative; padding-left:130px; }
.bbtn-ref .bbtn{ position:absolute; left:0; top:0; }
.bbtn-ref .reflink {
	padding:0 12px; 
	border-radius:3px; 
	border:1px solid #D3DCF1;
	position:relative;
	line-height:42px;
	height:42px;
}

.bbtn-ref .reflink .reflink-url{ 
	display:block;
	text-overflow: ellipsis;
	white-space: nowrap; 
	overflow: hidden;	 
}

.bbtn-ref .reflink .reflink-copy{
	opacity: .001;
	color: #0069ff;
	font-size: 13px;
	line-height: 100%;
	position: absolute;
	display: inline-block;
	transition: opacity .2s ease-in-out;
	background:#fff;
	padding:2px;
	right:10px;
	top:10px;	
}

.bbtn-ref .reflink:hover .reflink-copy{ opacity: .999; }

/* SUMMER NOTE */

.note-editor.note-frame { border: 1px solid #C7D3E9; }
.note-toolbar { background:#fff; border-bottom: 1px solid #C7D3E9; }
.note-editor.note-frame .note-statusbar {
    background-color: #EDF1FC;
    border-top: 1px solid #C7D3E9;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;	
}

.note-btn,
.note-frame * { color: #4E5F83; }
.note-btn:hover, 
.note-btn:focus, 
.note-btn.focus {
    color: #4E5F83;
    text-decoration: none;
    background-color: #EDF1FC;
    border: 1px solid #fff;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    outline: 0;
}

/* UI DATEPICKER */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); 
}

.ui-front {
	z-index: 100;
}

.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}

.ui-icon {
	display: inline-block;
	vertical-align: middle;
}

.ui-widget-icon-block {}
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ui-datepicker {
	width: 20em;
	padding: .2em .2em 0;
	background: #fff;
	position: relative;
	-webkit-box-shadow: 0 12px 36px 16px rgba(156, 166, 190, 0.54);
	-moz-box-shadow: 0 12px 36px 16px rgba(156, 166, 190, 0.54);
	-o-box-shadow: 0 12px 36px 16px rgba(156, 166, 190, 0.54);
	box-shadow: 0 12px 36px 16px rgba(156, 166, 190, 0.54);
	box-sizing: border-box;
	z-index:9999!important;		
	text-align: center;
	display: none;
	border: none;
	color: #666;
}

.ui-datepicker a { color: #82879e; text-align:center; }
.ui-datepicker .ui-state-disabled span{ color:#DBDBDB;}


.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding:10px;
	text-align: center;
	background: #FAFBFE;
	line-height: 27px;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	width: 34px;
	height: 34px;
	display: block;
	padding:0 10px;
	line-height: 34px;
	position: absolute;
	text-decoration:none;
	cursor: pointer;
	outline: none;  
	border: none;
	top:6px;
	
}

.ui-datepicker .ui-datepicker-prev {
	left: 6px;  
}
.ui-datepicker .ui-datepicker-next {
	right: 6px;
}

.ui-datepicker .ui-datepicker-prev.ui-state-hover,
.ui-datepicker .ui-datepicker-next.ui-state-hover { background: #EDF1FC; }
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: inline-block;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}



.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	border-collapse: collapse;
	font-size: 16px;
	width:100%;
	margin:4px;
}

.ui-datepicker th,
.ui-datepicker-calendar thead th {
  	color: #0F73EE;
	padding:10px 10px;
	text-align: center;
	font-weight: normal;
	font-size:15px;
	border: 0;
}

.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}


.ui-datepicker td { border: 0; padding:1px; }
.ui-datepicker td span,
.ui-datepicker td a { 
	padding:2px;
	font-size:15px;
	display: block;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-o-border-radius:20px;
	border-radius:20px;
	line-height:30px;
	height:32px;
	width:32px; 
}

.ui-datepicker td span:hover,
.ui-datepicker td a:hover {  background:#EDF1FC; }
.ui-datepicker-calendar .ui-state-default,
.ui-datepicker .ui-state-disabled span:hover{ background:none; }
.ui-datepicker .ui-state-disabled span{ color:#C7D3E9;}

.ui-datepicker-today a, 
.ui-datepicker-today a:hover{
	background: #0F73EE!important;
	color:#fff;	
}

.ui-datepicker-calendar .ui-state-active,
.ui-datepicker-calendar .ui-state-active:hover  {
	font-weight: 400;
	background: #F9F2B5!important;
	color:#0F73EE;
}



/* @ ui buttons
---------------------------------------------------------------- */
.ui-datepicker .ui-datepicker-buttonpane{ 
	border-top:1px solid #D3DCF1;
	overflow:hidden;
	padding:10px;  
}

.cfx-bordered{ border:1px solid #D3DCF1; }


.ui-datepicker .ui-datepicker-buttonpane button {
	padding:8px 12px;
	position: relative;
	line-height: normal;
	display: inline-block;
	-webkit-user-drag: none;
	vertical-align: middle;
	background: #EDF1FC;
	text-align: center;
	overflow: visible;	
	cursor: pointer;
	color: #82879e;
	float: right;
	border:0;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float: left; }
.ui-datepicker .ui-datepicker-buttonpane button:hover { color: #fff; background: #0F73EE; }
.ui-datepicker .ui-datepicker-buttonpane button:active{ color: #fff; background: #0F73EE; }


/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}


.cfx-pnav{ border-bottom: 1px solid #DADEE0; }
.cfx-pnav{ }
.cfx-pnav ul{
    margin:  0;
    padding: 0;
    list-style: none;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.cfx-pnav ul li{ display: table-cell; }
.cfx-pnav ul li a{ 
	display: block; 
	padding:15px 20px;
	font-size:16px;
	text-align:center;
	font-weight:400;
	color: #71818C;
	border-left:1px solid #DADEE0;
	position:relative;
}



.cfx-pnav ul li a:after {
	content: '';
	width: 13px;
	height: 13px;
	position: absolute;
	-webkit-transform:  rotate(135deg) scale(0);
	-moz-transform:  rotate(135deg) scale(0);
	-ms-transform:  rotate(135deg) scale(0);
	-o-transform:  rotate(135deg) scale(0);
	transform:  rotate(135deg) scale(0);
	transition:-webkit-transform .3s ease-in;
	transition:transform .3s ease-in;	
	border-bottom: 1px solid #CFDAE7;
	border-right: 1px solid #CFDAE7;
	background-color: #FFF9F1;
	bottom:-8px;
	right: 47%;		
	z-index:11;
}

.cfx-pnav ul li.active-tab a:after {
	-webkit-transform: rotate(225deg) scale(1);
	-moz-transform: rotate(225deg) scale(1);
	-ms-transform: rotate(225deg) scale(1);
	-o-transform: rotate(225deg) scale(1);
	transform: rotate(225deg) scale(1);
}

.cfx-pnav ul li:first-child a{ border-left:0; }
.cfx-pnav ul li.active-tab a,
.cfx-pnav ul li a:hover{ color:#FAB238; }


/* LOGIN REGISTER
------------------------------- */

.cfx-bgg {
    -ms-flex-align: center;
    align-items: center;
    background: linear-gradient(135deg, #fff 0%, #EDF1FC 100%);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100vh;
	position:absolute;
}

.cfx-bgg::before {
    content: "";
    position: fixed;
    left: -22%;
    top: 60%;
    right: 0;
    width: 125%;
    height: 100%;
    background: linear-gradient(135deg, #EDF1FC 0%, #fff 100%);
    transform: rotate(15deg);
}

.ta-right{ text-align:right; }
.ta-center{ text-align:center; }
.fm-head{ margin-bottom:10px; }
.cfx-login{ background:#FAFBFE; }
.cfx-login-wrapper { padding:30px; padding-top:70px; position:relative;  }
.cfx-register{ padding-top:20px; padding-bottom:20px; }
.login-wrapper{ max-width:450px;  margin:0 auto; }
.login-flip{
    background: #fff;
	background:rgba(255, 255, 255,.75);
    border-radius: 6px;
    -ms-box-shadow: 0 0 0 1px rgba(156, 166, 190,.02),0 2px 5px rgba(156, 166, 190,.14),inset 0 -1px 2px rgba(156, 166, 190,.05);
    -o-box-shadow: 0 0 0 1px rgba(156, 166, 190,.02),0 2px 5px rgba(156, 166, 190,.14),inset 0 -1px 2px rgba(156, 166, 190,.05);
    box-shadow: 0 0 0 1px rgba(156, 166, 190,.02), 0 2px 5px rgba(156, 166, 190,.14), inset 0 -1px 2px rgba(156, 166, 190,.05);
	border:1px solid #C7D3E9;
}
.login-box{ padding:30px; }
.login-box .logo-name{
	display:block;
	font-size:22px;
	font-weight:700;
	text-decoration:none;
	color: #0066CC;
}
.forgotten p{ font-size:14px; margin-bottom:0; }
.forgotten a { display: inline-block;color: #0066CC; }
.form-foo {
    position: relative;
    border-radius: 4px;
	margin-top:20px;
}
.cfx-agree {
	color: #A2ABBD;
    font-size: 12px;
    line-height: 16px;
    margin-top:12px;
}
.cfx-agree a{}
.form-foo  a{
    display: block;
    padding:15px;
    border-radius: 6px;
    -ms-box-shadow: inset 0 1px 0 hsla(0,0%,100%,.9),0 1px 0 hsla(0,0%,100%,.9);
    -o-box-shadow: inset 0 1px 0 hsla(0,0%,100%,.9),0 1px 0 hsla(0,0%,100%,.9);
    box-shadow: inset 0 1px 0 hsla(0,0%,100%,.9), 0 1px 0 hsla(0,0%,100%,.9);
    border: 1px solid #C7D3E9;
    color: #68728A;
    font-size: 14px;
    font-weight:400;
    text-align: center;
}

.form-foo  a:hover{ text-decoration:none; }
.form-foo  a:hover span{ text-decoration:underline; }
.cfx-agree a,
.form-foo  a span{ color: #0066CC; }

/* cfx-box-nav */
.cfx-box-nav { border-top:1px solid #D3DCF1; }
.cfx-box-nav ul{
    margin:  0;
    padding: 0;
    list-style: none;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.cfx-box-nav ul li{ display: table-cell; }
.cfx-box-nav ul li a{ 
	display: block; 
	padding:12px 20px;
	font-size:14px;
	font-weight:400;
	color: #82879e;
	border-left:1px solid #D3DCF1;
	text-align:center;
	background:#FAFBFE;
}

.cfx-box-nav ul li:first-child a{ border-left:0; }
.cfx-box-nav ul li a:hover{ background:#fff; color: #36A3F7; }
.list-inline{padding-left:0;list-style:none}
.list-inline-item{display:inline-block}
.list-inline-item:not(:last-child){margin-right:5px}
.cfx-list-inline li{display:inline-block; padding:0 8px; }
.cfx-list-inline li h5 { margin:0; font-size:14px; text-transform:uppercase; }
.cfx-list-inline li h5 i{ margin-right:0; font-size:18px; }

/* CFX SETBOX */
.cfx-setbox{ border:1px solid #D3DCF1; margin-bottom:30px; }
.cfx-setbox-header{ background:#FAFBFE; border-bottom:1px solid #D3DCF1; }
.cfx-setbox-header h4{ margin:0; padding:8px 20px; }
.cfx-setbox-body{ /*padding:30px;*/ }
.cfx-setbox-inner .table-responsive{ border-right:1px solid #D3DCF1; }
.cfx-setbox-ed { padding:30px;  }

@media (min-width: 1024px){
	.admin-main {
		margin-left: 270px;
	}


	
}


@media (max-width: 1023px) {
	.admin-sidebar,
	.fix-sidebar .admin-sidebar{
		position: absolute;
		left:-270px;
	}
	
	.admin-navbar .toggle-sidebar-nav{ display:inline-block; }
	.admin-sidebar{
		-webkit-transition: all 600ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
		-moz-transition: all 600ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
		-o-transition: all 600ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
		transition: all 600ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
	}
	
	.sidebar-nav-open .admin-sidebar{ left:0; }
	.sidebar-open{ overflow:hidden; }
	.setups li {
		width:33.33%;
	}	
	
}

@media (max-width: 860px) {
	.nt-row{ margin:0;  }
	.colm{ 
		width: 100%; 
		float:none; 
		padding:0; 
	}
	.admin-navbar .nt-row,
	.admin-main-top .nt-row{ margin:0 -20px;  }
	.admin-navbar .nt-row .colm,
	.admin-main-top .nt-row .colm{ 
		min-height:1px; 
		padding-left:20px; 
		padding-right:20px; 
		position:relative;
		width:50%;
		float:left; 
	}	
	
	.pgtitle h2{ 
		font-weight:400;
		font-size:16px;
	}
	
	.pgtitle .bbtn { min-width:0; }	
	.admin-main-top {
		padding: 10px 10px;
		position: relative;
		min-height:0;
	}
	
	.fn-balances{ position:relative; top:10px; }
	.fn-balances h6,
	.admin-navbar .brand-logo,	
	.fn-balances span{ font-size:14px; }
	.admin-navbar .toggle-sidebar-nav span{ top:-3px; }
	.admin-navbar .brand-logo{ font-size:18px; }
	.dm-info{ margin-top:0; }
	.dm-card{ margin-bottom:20px; }
	.pages-cont,
	.admin-dashboard-area {
		padding:20px;
	}
	.admin-dashboard-area { padding-bottom:0; }	
	.sublinks{ display:none!important; }
	.setups li {
		width:50%;
	}
	
	.cfx-box-row {
		display: block;
	}	
	
	.cfx-box-col {
		width:100%;
		border-right:0;
		border-bottom: 1px solid #D3DCF1;
		vertical-align: middle;
	}
	
	.subnavs > ul > li{ display:none; }
	.subnavs > ul > li:last-child{ display:inline-block; }
		
}
	  	 		
.success{color:#03F; font-size:16px;}
.error2{color:#F00; font-size:16px;}
.cfx-login-wrapper .error2{
    padding: 15px;
    position: relative;
    display: block;
    margin: 5px 0;
    border-radius: 3px;
	color: #990000;
    background-color: #FBDBCF;
    font-size:12px;
}

.cfx-login-wrapper .success{
    padding: 15px;
    position: relative;
    display: block;
    margin: 5px 0;
    border-radius: 3px;
    color: #336633;
    background-color: #d2f7ad;
    font-size:12px;
}

div.dtr-modal div.dtr-modal-content h2{   
	padding: 15px;
	border-bottom: 1px solid #e5e5e5; 
	font-size: 18px; 
}

table.dataTable tfoot th {
    border-bottom: 1px solid #D3DCF1;
	border-top: 1px solid #D3DCF1;
}


.demo-error {
	color:#FF0000;
    font-size: 0.95em;
}
.demo-input {
    width: 100%;
    border-radius: 5px;
    border: #CCC 1px solid;
    padding: 12px;
    margin-top: 5px;
}
.demo-btn {
	    padding: 12px;
    border-radius: 5px;
    background: #232323;
    border: #284828 1px solid;
    color: #FFF;
    width: 100%;
    cursor: pointer;
    margin-top: 4px;
}
.demo-table {
    border-radius: 3px;
    padding: 10px;
    border: #E0E0E0 1px solid;
}
.demo-success {
    margin-top: 5px;
    color: #478347;
    background: #e2ead1;
    padding: 10px;
    border-radius: 5px;
}
.captcha-input {
	background: #FFF url(./../../captchaImageSource.php) repeat-y left center;
    padding-left: 85px;
}