html, body { height: 100%; }
	body { 
	font-family: "Roboto","Helvetica Neue",Arial,sans-serif;
    font-size: 13px;
    line-height: 1.42857;
    color: #455A64; }
	.navbar { background:#FFF;     box-shadow: 0 1px 1px rgba(0,0,0,.1); }
    .bb { -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1); background-color:#FFF; padding:20px 20px; }
	.header {
	margin-bottom:20px;}
	.header h2 {
	    font-size: 18px;
		color: #AAA;
		padding-bottom:20px;
	}
	
#maincontent h2 {
    font-size: 16px;
    line-height: 32px;    
    margin-bottom: 20px;
    color: #2b303e !important;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: bold;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
	text-transform: uppercase;
	font-size:12px;
}
.help-block {
    color: #a94442;
}
.form-control {
    border:0px;
    border: 1px solid #cfd8dc;   
    -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,.075);
    box-shadow: inset 0 0 0 rgba(0,0,0,.075);    
    background: #FFF;    
    height:auto;
    padding: 8px 12px;
}
select.input-sm {
    height:auto !important;
}
input[type=date].form-control, input[type=datetime-local].form-control {
    line-height: 1.42857143 !important;
}

.panel {
    /*box-shadow: 0 0 3px rgba(0,0,0,0.1);*/
    border: 1px solid #ecf0f1;
    box-shadow: 0 1px 5px rgba(0,0,0,0.05);
}

.panel-default {
    /*border-color: #e2edeb;*/
}

.panel-controls > a {
    padding-top: 1px;
    display: inline-block;
    color: #a9acbd;
    font-size: 13px;
    font-weight: 300;
    text-align: center;
    width: 26px;
    margin-right: 5px;
}

.panel-controls > a:hover {
    color: #67d3e0;
    text-decoration: none;
}

.panel-controls > a:after {
    font-family: "FontAwesome";
}

.panel-control-remove:after {
    content: "\f00d";
}

a.panel-control-remove {
    color:#aab8c2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    font-size: 17px;
    line-height: 18px;
}
a:hover.panel-control-remove {
    color:#DD6777;
}

a.panel-control-title {
    color:#aab8c2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    font-size: 17px;
    line-height: 18px;
}

a:hover.panel-control-title {
    color:#6FC080;
}

.panel-control-title:after {
    content: "\f040";
}

.pagination {
	margin: 10px 0;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-bordered {
    border: 1px solid #ebeff2;
}

.table-bordered tbody > tr:hover {
    background-color: #f4f8fb !important;
}

.table>thead>tr>th, .table>thead>tr>td, .table>tbody>tr>th, .table>tbody>tr>td, .table>tfoot>tr>th, .table>tfoot>tr>td {
    padding: 13px;
    line-height: 1.42857;
    vertical-align: top;
    border:0;
    border-top: 1px solid #ebeff2;
}

dl {
    margin-top: 0;
    margin-bottom: 0px;
}

h1 {
    font-size: 32px;
    line-height: 2.5rem;
    letter-spacing: -1px;
	font-weight: 900;
}

.blue {
	color:#1aa7f0;
}

.btn-primary {
    color: #fefefe;
    background: #69cb95;
    border-color: #69cb95;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    box-shadow: inset 0px -2px 0 0 #4fb67d !important;
}
.btn-primary:focus, .btn-primary:hover {
    color: #FFF;
    background-color: #38af75;
    border-color: #38af75 !important;
    box-shadow: inset 0px -2px 0 0 #309463 !important;
}

nav.navbar-findcond .btn-primary:hover {
	color: #FFF;
    background-color: #38af75 !important;
    border-color: #38af75 !important;
}

nav.navbar-findcond .btn-danger:hover {
	color: #fff;
    background-color: #c9302c !important;
    border-color: #ac2925 !important;
}

.btn-default {
    background-color:#bfbfbf;
    box-shadow: inset 0px -2px 0 0 #b5b5b5 !important;
}
.btn-default:focus, .btn-default:hover {
	background-color:#b0b0b0;
	border-color: #b0b0b0;
	color:#FFF;
    box-shadow: inset 0px -2px 0 0 #989898 !important;
}

.btn-info {
	background-color: #07d9d6;
    border-color: #07d9d6;
    box-shadow: inset 0px -2px 0 0 #09c7c4 !important;
}
.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
    box-shadow: inset 0px -2px 0 0 #2b9dbe !important;
}

.btn {      
    color: #fff;
    -webkit-font-smoothing: antialiased;
    line-height: 1.2rem;
    font-weight: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    cursor: pointer;
    text-shadow: 0 1px 1px rgba(0,0,0,.1);
    border: none;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: none;
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
    white-space: nowrap;
    margin: 0;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    padding: 11px 16px;
    font-size: 15px;
}

.btn-white {
    border: 1px solid #eaeaea !important;
    background-color: #ffffff;
    color: #4c5667;
    box-shadow: inset 0px -2px 0 0 #dddddd !important;
}
.btn-white:hover {
    color: #fff;
    background-color: #dddddd;
    border-color: #dddddd;
    box-shadow: inset 0px -2px 0 0 #c8c8c8 !important;
}


.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    /*background: linear-gradient(#49cc8c,#3dad76);*/
}

.navbar { border:0px !important; }

nav.navbar-findcond { margin-bottom:0; border-radius: 0px; }
nav.navbar-findcond a { color: #FFF; }
nav.navbar-findcond ul.navbar-nav a { color: #FFF;    
    text-decoration: none;    
    font-size: 15px;
    border-right:1px solid #33425c;
    text-shadow: 0 1px 1px rgba(0,0,0,.4);
}
nav.navbar-findcond ul.navbar-nav li:last-child a {
    border-right:0px;
}
.nav>li>a {
    padding: 15px 20px;
}
nav.navbar-findcond ul.navbar-nav a.active { background: #263348; color: #21ce99; }
nav.navbar-findcond ul.navbar-nav a:hover,
nav.navbar-findcond ul.navbar-nav a:visited,
nav.navbar-findcond ul.navbar-nav a:focus,
nav.navbar-findcond ul.navbar-nav a:active { background: #263348; /*border-color: #FFF;*/ }
nav.navbar-findcond ul.navbar-nav a:hover { }
nav.navbar-findcond li.divider { }
nav.navbar-findcond button.navbar-toggle { background: #ee5448; border-radius: 2px; }
nav.navbar-findcond button.navbar-toggle:hover { background: #69cb95; }
nav.navbar-findcond button.navbar-toggle > span.icon-bar { background: #fff; }
nav.navbar-findcond ul.dropdown-menu { border: 0; background: #fff; border-radius: 4px; margin: 4px 0; box-shadow: 0 0 4px 0 #ccc; }
nav.navbar-findcond ul.dropdown-menu > li > a { color: #444; }
nav.navbar-findcond span.badge { background: #ee5448; font-weight: normal; font-size: 11px; margin: 0 4px; }
nav.navbar-findcond span.badge.new { background: rgba(255, 0, 0, 0.8); color: #fff; }
nav.navbar-findcond ul.navbar-right a.btn-primary {
    color: #FFF;
    background-color: #38af75;
    border-color: #38af75 !important;
}
nav.navbar-findcond ul.navbar-right a.btn-danger {
    color: #fff;
    background-color: #c9302c !important;
    border-color: #ac2925 !important;
}

.dropdown-menu {
    border: 1px solid rgba(0,0,0,0.1);
}

.dropdown-menu li a {
    border:0px !important;
    text-shadow:none !important;
    color: #466371 !important;
    font-size: 14px !important;
}
nav.navbar-findcond ul.dropdown-menu > li > a:hover { background: #ebedf3; }
nav.navbar-findcond ul.dropdown-menu > li > a > i {
   color: #181a1d !important; 
   opacity:0.5;
}
.navbar-login
{
    width: 305px;
    padding: 10px;
    padding-bottom: 0px;
}

.navbar-login-session
{
    padding: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.icon-size
{
    font-size: 87px;
}

.navbar-nav>li>.dropdown-menu {
    margin-top:20px;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
}
.navbar-default .navbar-nav>li>a {
    width:200px;
    font-weight:bold;
}
.mega-dropdown {
  position: static !important;
}
.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.mega-dropdown-menu:before {
    content: "";
    border-bottom: 15px solid #fff;
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;
    position: absolute;
    top: -15px;
    left: 285px;
    z-index: 10;
}
.mega-dropdown-menu:after {
    content: "";
    border-bottom: 17px solid #ccc;
    border-right: 19px solid transparent;
    border-left: 19px solid transparent;
    position: absolute;
    top: -17px;
    left: 283px;
    z-index: 8;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #999;
  white-space: normal;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
  color: #444;
  background-color: #f5f5f5;
}
.mega-dropdown-menu .dropdown-header {
  color: #428bca;
  font-size: 18px;
  font-weight:bold;
}
.mega-dropdown-menu form {
    margin:3px 20px;
}
.mega-dropdown-menu .form-group {
    margin-bottom: 3px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

nav .glyphicon, .navbar-right .fa { margin-right:10px; font-size:14px; color: #FFF; }

.titled_list ul {
    margin: 0;
	padding:0;
}

.titled_list ul li {
    list-style-type: none;
    margin-bottom: .1rem;
    margin-top: .1rem;
    font-size: 15px;
}

.titled_list ul li a {
    display: block;
    width: 100%;
    max-width: 100%;
    border-radius: 4px;
    padding-left: .5rem;
    padding-right: .5rem;
    color: #555459;
    margin-left: -.5rem;
}

.titled_list ul li:not(:first-child) {
    margin-top: .25rem;
}
.titled_list ul li a:hover {
    background-color: #e8e8e8;
    text-decoration: none;
    outline: 0;
}
.titled_list ul li.active a, .titled_list ul li.active a:hover {
    background: #37a0f2!important;
    color: #fff;
}

#header_menu {
    width: 100%;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
    z-index: 1;
    position: relative;
	margin-bottom:30px;
    min-height: 35px;
}

footer {
	margin-top:50px;
    width: 100%;
    z-index: 10;
    background: #FFF;
    padding: 60px 0;
    color: #9E9EA6;
    clear: both; position: relative; z-index: 10; height: 3em; margin-top: -3em;

}

/*#footer {
    width: 100%;
    height: 100px;
    
}*/

/* forms */

.xform .section {
    margin-bottom: 22px;
}

.xform .prepend-icon {
    top: 0;
    left: 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 100%;
}

.xform .prepend-icon .field-icon {
    top: 0;
    left: 0;
    z-index: 4;
    width: 42px;
    height: 42px;
    color: inherit;
    line-height: 36px;
    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;
}


.xform label, .xform input, .xform button, .xform select, .xform textarea {
    margin: 0;
    font-size: 14px;
    font-weight: 400;    
    outline: none;
}

.xform .prepend-icon > input, .xform .prepend-icon > textarea {
    padding-left: 36px;
}

.xform .gui-input {
    position: relative;
    vertical-align: top;
    border: 1px solid #DDD;
    display: -moz-inline-stack;
    display: inline-block;
    color: #626262;
    outline: none;
    height: 42px;
    width: 100%;
    padding: 10px;
}

/* registration */

.panel .panel-heading .panel-title {
    font-size: 14px;
    line-height: 32px;    
    margin-bottom: 20px;
    color: #2b303e !important;
    margin-top: 0;    
    font-weight: 400;
}

.panel-primary > .panel-heading > .panel-title {
    color: #169CEE;
}

.panel-heading {
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #ffffff;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 3px 0 0;
    color: inherit;
    margin-bottom: 0;
    padding: 5px 15px !important;
}
.panel-body {
    color: inherit;
    padding: 15px 20px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
}

.xform .panel-title {
    text-align: left;
    font-weight: 300;
    font-size: 26px;
    padding: 0;
    margin: 0;
    background: transparent;
}
.panel-primary>.panel-heading, .panel-primary {
    background: transparent;
    border:0;
}
/* Dashboard */
.box-stats {
	text-align: left;
}
.box-stats .box-desc {
    font-size: 12px;
    line-height: 26px;
    color: #A5AEB1;
    text-transform: uppercase;
	float:left;
	clear:both;
}

.box-stats .box-num {
    font-size: 17px;
    display: block;
    color: inherit;
    font-weight: 600;
    color: #FFF;
    margin-bottom: 0;
}

.box-stats i {
    font-size: 28px;
    color: #FFF;
    line-height: 42px;
}

.box-stats span {
    font-size: 13px;
    display: block;
    color: inherit;  
    text-transform: uppercase;  
    display: inline-block;
    opacity:0.8;
    color:#FFF;
}

.iconbox {
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-right: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    background-clip: padding-box;
    color: #ffffff;
    text-align: center;
}

.transaction-list li {
    padding: 7px 0px;
    border-bottom: 1px solid #ebeff2;
    clear: both;
    position: relative;
}



.label-primary {
  background-color: #3f51b5;
}
.label-success {
  background-color: #4caf50;
  color:#FFF;
}
.label-info {
  background-color: #00bcd4;
  color:#FFF;
}
.label-warning {
  background-color: #ff9800;
  color:#FFF;
}
.label-danger {
  background-color: #f44336;
  color:#FFF;
}
.label-draft {
  background-color: #6EC7E6;
  color:#FFF;
}
.label-dark {
  background-color: #616161;
}


.label-default {
    border-color: #999;
	background-color: #999;
	color:#FFF;
}
.labelstate {
    padding:2px 5px;
    font-weight: 300;
    border-radius: 2px;
	text-transform:uppercase;
	font-size:11px;
}

#loading { display:none; }
#error { display:none; }
#confirm { display:none; }
.alert>ul { padding-left: 0; }
#error li { list-style-type:none; }

.nav-tabs {
    border-bottom: 0px;
}

.tab-pane {
	padding:20px 0px;
}

.nav-tabs>li {
    float:left;
    width:100%;
  display:block;
}

.nav-tabs>li>a {
  text-transform: uppercase;
  font-family: 'Roboto Condensed';
  font-size: 14px;
  border:0px;
  /*border-bottom: 2px solid transparent; */
  color: #7b8b8e;
  float:left;
  width:100%;
  display:block;
  border-radius: 4px;
  padding: 10px 20px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  color: #FFF;
  border:0px;
  text-decoration: none;
  /*border-bottom: 2px solid #e32;  */
}


.filterposts {
    background-color: #FFFFFF;
    border-radius: 100px;
    border: 0;
    width: auto;
    font-size: 14px;
    display: block;
    padding: 5px 17px;
}

.list-left {
    float: left;
    padding-right: 1rem;
}

.list-left+.list-body {
    margin-left: 56px;
}
.w-40 {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
	text-align:center;
}
.text-lg {
    font-size: 1.5rem;
}

.accent {
    color: rgba(255,255,255,.87);
    background-color: #a88add;
}
.r-2x {
    border-radius: 99px;
}

textarea {
	display: block;
    width: 100%;    
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}

@media (max-width: 767px) {
.navbar-nav .open .dropdown-menu { width:100%; }
nav.navbar-findcond ul.dropdown-menu > li > a { color: #FFF !important; }
}

.txtm {
    padding-left:10px;
}

.fa {
    /*display: inline-block;*/
}