@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700);
body {
    font-family: 'Open Sans', sans-serif!important;
    font-size:14px;
	margin: 0px;
}

.well.login-box {
    background-color:#fff!important;
    border-radius:5px;
    border:#d1d1d1 solid 1px;
    margin:0 auto;
	padding: 15px;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}
.well.login-box legend {
  font-size:26px;
  text-align:center;
  font-weight:300;
}
.well.login-box label {
  font-size:14px;
  
}
.well.login-box input[type="text"] {
  box-shadow:none;
  border-color:#ddd;
  border-radius:0;
}

.well.welcome-text{
    font-size:21px;
}

/* Notifications */

.notification{
    position:fixed;
    top: 20px;
    right:0;
    background-color:#FF4136;
    padding: 20px;
    color: #fff;
    font-size:21px;
    display:none;
}
.notification-success{
  background-color:#3D9970;
}

.notification-show{
    display:block!important;
}

/*Loged in*/
.btn-default {
    color: #333;
    background-color: #f9f9f9;
    border-color: #ccc;
    border: 1px solid;
    text-align: center;
    cursor: pointer;
    color: #5e5e5e;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fefefe), color-stop(100%, #f9f9f9)), #f9f9f9;
    background: -moz-linear-gradient(#fefefe, #f9f9f9), #f9f9f9;
    background: -webkit-linear-gradient(#fefefe, #f9f9f9), #f9f9f9;
    background: linear-gradient(#fefefe, #f9f9f9), #f9f9f9;
    border-color: #c3c3c3 #c3c3c3 #bebebe;
    -moz-box-shadow: rgba(0, 0, 0, 0.06) 0 1px 0, rgba(255, 255, 255, 0.1) 0 1px 0 0 inset;
    -webkit-box-shadow: rgba(0, 0, 0, 0.06) 0 1px 0, rgba(255, 255, 255, 0.1) 0 1px 0 0 inset;
    box-shadow: rgba(0, 0, 0, 0.06) 0 1px 0, rgba(255, 255, 255, 0.1) 0 1px 0 0 inset;
}

.footer {
    background-color: #000066;
    color: #fff;
    padding: 15px;
    text-align: center;
}

.navbar-brand {
	padding: 0px;
}

.type-logo-small {
	background-color: #030369;
	color: #fff;
	margin-right: 10px;
	padding: 15px 12px;
	font-weight: bold;
	float: left;
}
.type-logo-full {
	overflow: hidden;
	font-weight: 600;
	padding: 3px 0px;
	font-size: 24px;
}
.type-logo-full span {
	display: block;
	font-size: 10px;
	font-style: italic;
	text-align: right;
	font-weight: 400;
	position: relative;
	top: -3px;
}

.cta-register {
	margin-bottom: 25px;	
}
.cta-register a {
	background-color: #239248;
	color: #fff;
	display: inline-block;
	padding: 10px 25px;
	font-size: 15px;
	font-weight: bold;
	border-radius: 5px;
	width: 100%;
	max-width: 320px;
}

.introPromo {
	font-weight: 600;
	margin-bottom: 50px;
}

.login-main-content {
	position: relative;
}

.login header {
    background: #ccd5ed;	
}
.login .navbar-brand {
	margin: 15px 0px;	
}


.card {
	background-color: #ccc;
	border-radius: 0px;
	margin: 15px 0px;
}
.card:first-child {
	margin-top: 0;
}
.card-top {
	font-weight: bold;
	padding: 10px 15px;
}
.card-body {
	background-color: #fff;
	padding: 0px;
}
.card-row {
	padding: 6px;
}

.admin-alert {
	background-color: #b5b5b5;
	text-align: center;	
}

.message-alert {
	background-color: #e02626;
	text-align: center;	
}
.message-alert .card-top {
	color: #fff;
}

#loginform {
	margin-top: 11px;	
}

.main {
	padding: 75px 0px 25px 0px;
	position: relative;
}
.main-wrapper {
	height: 175px;
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ccd5ed+0,7db9e8+100&1+0,0+100 */
	background: -moz-linear-gradient(top, rgba(204,213,237,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(204,213,237,1) 0%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(204,213,237,1) 0%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccd5ed', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
}

.myHorses span img {
	float: left;
}
.myHorses .reduced {
	display: none;
}


.navbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;	
}
.header {
    background: #ccd5ed;
    border-bottom: 1px solid rgba(0,0,0,.0625);
    display: block;
    height: 58px;
    margin-bottom: 0;
    padding: 0;
    position: fixed;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    width: calc(100% - 280px);
    z-index: 800;
}
.main-content {
	padding: 85px 15px 15px;
	min-height: calc(100vh - 61px);	
}
footer {
	padding: 30px;	
}

.header .header-container .nav-left, .header .header-container .nav-right {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    position: relative;
}
.header .header-container .nav-left {
    float: left;
    margin-left: 15px;
}
.header .header-container .nav-right {
    float: right;
    margin-right: 15px;
}
.header .header-container .nav-left, .header .header-container .nav-right {
    list-style: none;
}
.header .header-container .nav-left > li, .header .header-container .nav-right ul > li {
    float: left;
}
/*.header .header-container .nav-right > li:after {
	content: "|";
	float: left;
}*/
.header .header-container .nav-left > li > a, .header .header-container .nav-right ul > li > a,
.header .header-container .nav-left > li > span, .header .header-container .nav-right ul > li > span {
    color: #000066;
    display: block;
    line-height: 58px;
    min-height: 58px;
    padding: 0 15px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

svg:not(:root).svg-inline--fa {
    overflow: visible;
}
.svg-inline--fa.fa-w-14 {
    width: .875em;
}
svg:not(:root) {
    overflow: hidden;
}
.svg-inline--fa {
	color: #030369;
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}

#sidebarCollapse {
	background-color: transparent;
	border-color: #000066;
	margin: 10px 0px;
}

.sidebar-logo .mobile-toggle {
    display: none;
    float: right;
    font-size: 18px;
    line-height: 64px;
}
.sidebar-logo .mobile-toggle a {
    color: #72777a;
}
.sidebar-logo a {
    display: inline-block;
    width: 100%;
}

.footer {
	background-color: #000066;
	color: #fff;
	padding: 15px;
	text-align: center;
}


/*
    DEMO STYLE
*/

p {
    font-size: 1.1em;
    line-height: 1.7em;
    color: #333;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 0px;
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

i,
span {
    display: inline-block;
}

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

.wrapper {

}
.wrapper.active .sidebar {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
}
.wrapper.active .page-container {
   padding-left: 80px;
}
.active .header {
    width: calc(100% - 70px);
}

.sidebar {
	background-color: #ccd5ed;
	border-right: 1px solid #ccc;
	bottom: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	width: 280px;
	z-index: 1000;
}

/*.sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #020268;
    color: #fff;
    transition: all 0.3s;
}*/

.sidebar.active {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
}

.sidebar.active .sidebar-header h3,
.sidebar.active .CTAs {
    display: none;
}

.sidebar.active .sidebar-header strong {
    display: block;
}

.sidebar.active ul li a {
    padding: 20px 10px;
    text-align: center;
    font-size: 0.85em;
}

.sidebar.active ul li a i {
    margin-right: 0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
}

.sidebar.active ul ul a {
    padding: 10px !important;
}

.sidebar.active .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

.sidebar .sidebar-header {
    xpadding: 16px;
    background: #030369;
}

.sidebar .sidebar-header strong {
    display: none;
    font-size: 1.8em;
}

.sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
	overflow: auto;
	height: 100%;
}

.sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
    text-align: left;
}
.sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

.sidebar ul li a i {
    margin-right: 10px;
}

.sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #020268;
    background: #cbd3ec;
}

a[data-toggle="collapse"] {
    position: relative;
}

.active .sidebar ul li a {
    padding: 20px 10px;
    text-align: center;
    font-size: 0.85em !important;
}
.active .sidebar .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}
.active .sidebar ul ul a {
    padding: 10px !important;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #030369;
	color: #fff;;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

.page-container {
	min-height: 100vh;
	padding-left: 280px;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;	
}
