a {
    color: #034ea2;
}

.btn-warning {
    background-color: #034ea2;
    border-color: #034ea2;
	border-radius: 24px;
    margin: 0 3px;
}

div.title h1,
div.title h2,
div.title h3 {
	color: #3E3E3E;
}

div.title h2 {
	position: relative;
	overflow: visible;
	margin-top: 10px;
}
div.title h2::after {
    width: 100%;
    content: "";
    position: absolute;
    bottom: 0;
    background: #FAE76E;
    height: 13px;
    left: -4px;
    right: auto;
    z-index: -1;
    margin: 0 auto;
    max-width: 200px;
    bottom: -2px;
}

.login input[type="submit"] {
	background-color: #fae76e;
}
.login input[type="submit"]:hover {
	background-color: #f2f2f2;
}
.login input:focus {
	border-color: #fae76e;
}
.login input[type="submit"], .login input + i.glyphicon {
	color: #555;
}

#FirstTab {
	/*border: none;*/
	background-color: transparent !important;
}
#FirstTab ul li {
	border-radius: 0px 0px 0 0;
    padding: 0 0 6px 0;
	/*border-bottom: solid 1px #ffcc26;*/
}
#FirstTab > ul li img {
	max-width: 500px;
    height: 90px;
    margin: 15px auto 10px auto;
}

#FirstTab ul li.ui-tabs-active.ui-state-active {
	background-color: #fff !important;
	color: #034ea2 !important;
	border-bottom: solid 1px #fff;
}
#FirstTab .ui-widget-content {    
    background-color: #fff !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
	border-color: #ffcc26;
	border-bottom: solid 1px #ffcc26;
}

#tabs-1, #tabs-2, #tabs-3, #subtabs-1, #subtabs-2 {
    padding: 30px 25px 8px;
}

#FirstTab form input.forn-control {
	width: 100%;
    padding: 5px 14px;
    height: 42px;
    line-height: 1.3;
    color: #555555;
    background-color: #f2f2f2;
    border: solid 0px #BFC3C8;
    border-radius: 4px;
    box-sizing: border-box;
    outline: none;
    box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset;
    margin: 0 0 5px 0;
}

#FirstTab .btn-success {
	background: #fae76e;
	border-color: #fae76e;
	color: #555;	
	background: #fae76e;
    font-style: normal;
    line-height: 26px;
    letter-spacing: 1px;
    cursor: pointer;
    color: #555;
    border-radius: 24px;
    padding: 7px 24px;
    box-sizing: border-box;
    outline: none;
    font-weight: normal;
    border: solid 1px rgba(0,0,0,0.05);
    font-size: 16px;
    text-transform: none;
    min-height: 30px;
	transition: all 0.3s linear;
}
#FirstTab .btn-success:hover {
	color: #fff;
    /*background-color: #5cb85c;
    border-color: #4cae4c;*/
	background: #c1b255;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    background-color: #034ea2;
    border-color: #034ea2;
    cursor: default;
}