body{
	font-family: "Fira Sans", "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
}

.links:hover {
	color: #0000EE;
}

.contain-login{
	margin: 5.2% auto;
	float: none;
}

.wrapper{
	margin: 3% auto;
	border-radius: 5px;
	background-color: #fafafa;
	border: solid 1px #dcdcdc;
	padding: 12px 30px;
}

.btn-custom{
	margin: 24px 0;
}

.form-signin-heading{
	font-size: 24px;
	text-align: center;
	color: #474747;
	font-weight: 500;
}

label{
	font-size: 13px;
	text-align: left;
	color: #474747;
	font-weight: 400;
	margin-top: 20px;
}

.link-text-wrapper{
	font-weight: 500;
}

.link-text{
    margin-right: 22px;
}

/*Login Form Styles Ends*/

/*Footer Styles Starts*/
#oce_footer {
	width: 100%;
    display: div;
    bottom: 0;
    left: 0;
	right: 0;
    clear: both;
	position: absolute;
}

#oce_footer > p {
    vertical-align: middle;
    text-align: center;
    padding: 20px;
    margin-bottom: 0;
}

.oce_footer_content {
    color: #007ac3 !important;
}


#footSurvey {
    float: right;
}

/*Mobile Devices/Phablets*/
@media only screen and (max-device-width: 767px) {
    #oce_footer > p {
        padding: 1%;
        width: 100%;
    }
    #footNote {
        padding-top: 3%;
    }
}

/*Footer Styles Starts*/

/*Header Styles Starts*/
.wk-navbar{
	list-style-type: none;
}
.wk-nav > li {
    padding-left: 2%;
}

.registeredLogo {
    font-size: 20px;
}

.enable-display {
    display: inherit !important;
    background-color: #00619c;
    list-style-type: none;
}


.label-center {
    height: inherit !important;
}

.wk-navbar .wk-navbar-container {
    max-width: 100%;
    background-color: #00619c;
}

.navbar-brand {
    height: 48px;
    padding-left: 3.5%;   
    font-family: "Fira Sans", "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
    font-size: 29px;
    font-weight: 300;
    text-align: left;
    color: #ffffff;
}

.wk-navbar {
    background-color: #00619C;
    color: #00619C;
}

li.col-sm-2.col-lg-3 {
    text-align: right;
}

.wolter-label {
    padding: 3% 4%;
    max-width: 64%;
    width: 100%;
}

.wolter-label-logo {
    max-width: 100%;
}

.logo-color {
    font-size: 29px;
    font-weight: 300;
    text-align: left;
    color: #ffffff;
    position: relative;
    display: inline-block;
}

/*Ipad and above*/

@media only screen 
	and (max-device-width: 1024px) and (min-device-width: 768px) 
    and (orientation: portrait) {

        .wolter-label {
            max-width: 87%;
            top: 8px;
        }

        #oce_footer{
        }

}

@media only screen 
    and (max-device-width: 1024px) and (min-device-width: 768px) 
    and (orientation: landscape) {

    .wolter-label {
        max-width: 83%;
        top: 2px;
    }
}
@media only screen and (max-device-width: 767px) and (orientation: landscape) {
                #oce_footer {
                                position: relative;
                }
}


/*Mobile Devices/Phablets*/
@media only screen and (max-device-width: 767px) {
    .wolter-label {
        max-width: 85%;
        padding: 2% 2%;
        padding-top: 8%;
    }
    .col-lg-3 {
        max-width: 25%;
    }
    .col-xs-8 {
        width: 66.66666667%;
    }
    #oce_footer{
    }
}

@media only screen and (max-device-width: 767px) and (orientation: landscape){
    .wolter-label {
        padding: 4%;
    }
}

.container div.error_wrapper {
    border: 1px solid #b22b2e;
    background-color: #ffffff;
    margin: 2% auto;
    width: 77%;
    font-size: 13px;
    text-align: left;
    color: #474747;
    /*margin-top: 2%;*/
    /*margin-left: 10%;*/
    display: table;
}
/*Header Styles Ends*/

.container div.error_wrapper > div{
    display: table-cell;
}

.container div.error_wrapper .error_heading {
    font-weight: bold;
    font-size: 15px;
    padding-top: 0.5%;
}

.container div.error_wrapper .error_end {
    padding-bottom: 0.5%;
}

.container div.error_wrapper .alert-icon {
    color: #fff;
    top: 35%;
    position: absolute;
    width: 10px;
    left: 14%;
    display: inline-block;
    font-size: 2.5em;
}

.container div.error_wrapper .icon-wrapper {
    background-color: #b22b2e;
    float: none !important;
}
.container .error_container {
    float: none;
    margin: 0 auto;
}

/*Mobile Devices/Phablets*/
@media only screen and (max-device-width: 767px) {
    .container div.error_wrapper .alert-icon {
        font-size: 1.8em;
    }
    .wrapper{
        border: none;
        margin: 0;
        padding: 0;
    }
    body {
        background-color: #fafafa !important;
    }
    .container div.error_wrapper {
        margin: 5% 0;
        width: 100%;
    }
    .link-text{
        margin-bottom: 1%;
    }
}
    #oce_footer .positionRelative{
       position: relative;
    }
/*Ipad and above*/
@media only screen and (max-device-width: 767px)
	and (orientation: portrait) {
    .link-text{
        width: 100%;
    	display: inline-block;
    }
}
@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) {

    .container div.error_wrapper .alert-icon {
        left: 5%;
    }

    .contain-login{
        width: 60%;
    }
}
