/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .box-landing {
 	border: 1px solid #eee;
 	-webkit-box-shadow: 2px 2px 22px -9px rgba(0,0,0,0.33);
 	-moz-box-shadow: 2px 2px 22px -9px rgba(0,0,0,0.33);
 	box-shadow: 2px 2px 22px -9px rgba(0,0,0,0.33);
 }
 .text-center {
 	text-align: center;
 }
 /*data table css*/
 td.cae-no-data {
 	text-align: center;
 	padding: 15px !important;
 }
 #cae-user-data_length, #cae-user-data_filter {
    margin-bottom: 30px;
}
 a.paginate_button.current {
 	background: #fbb717 !important;
 	color: #fff !important;

 }
 .paginate_button{
 	border: 1px solid #eee !important;
 	padding: 5px 15px !important;
 	font-size: 15px !important;
 }
 td.dwnld a {
    font-size: 25px;
    padding-left: 10px;
}
.short-notif {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
}
.bg-yells {
    background: transparent !important;
    border: none !important;
}
.bg-yells p, .bg-yells h5 {
    color: #fff !important;
}
.bg-yells h5:before{
	display: none;
}
.bg-yells {
    padding: 0 20px !important;
}

.landingbox {
    background-image: linear-gradient(360deg,#595959 0%,#848484 100%);
    border-radius: 8px 8px 8px 8px;
    overflow: hidden;
    padding-top: 25px;
    padding-right: 18px;
    padding-bottom: 25px;
    padding-left: 18px;
}

.landingbox h2 {
	color: #fff;
	font-size: 23px;
    line-height: 1.1em;
	width:100%;
	text-align:center;
}

.landingbox p {
	display:block;
	color: #fff;
	line-height: 1.3em;
	font-weight: 400;
	text-align:center;
	font-size: 14px;
	margin-bottom: 2em;
}

.landingbox a:link, .landingbox a:visited,
a.cae-button:link, a.cae-button:visited {
	display:block;
	text-align: center;
    font-size: 19px;
    color: #fff;
    background-color: #f6b21a !important;
    border-width: 1px!important;
    border-color: #f6b21a;
    border-radius: 50px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    padding: .3em 1em;
    border-style: none;
}

form#ltiLaunchForm input[type=submit] {
	display:block;
	text-align: center;
    font-size: 19px;
    color: #fff;
    background-color: #f6b21a !important;
    border-width: 1px!important;
    border-color: #f6b21a;
    border-radius: 50px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    padding: .3em 1em;
    border-style: none;
    width:100%; 
}

form#ltiLaunchForm input[type=submit]:hover {
    background-color: #cd912c !important;
    cursor:pointer;
}


.landingbox a:hover,
a.cae-button:hover {

    background-color: #cd912c !important;
    cursor:pointer;
}

a.cae-logout {
 float:right;
 max-width: 10em;

}
a.cae-rcp {
    float:left;
    max-width: 20em;
}




#cae-cs .et_pb_toggle {
    background-color: #f6b21a;
    border: 1px solid  #f6b21a;
    color: #fff;
    text-align: center;
}
#cae-cs .et_pb_toggle_title {
    color: #fff;
    text-align: center;
    text-transform: uppercase;

}

.cae-cp-icon {
    border-radius: 2328px 2328px 2328px 2328px;
    overflow: hidden;
    border: solid #ffffff 3px;
    box-shadow: 6px 6px 15px 0px rgba(0,0,0,0.59);
    margin-right:25px !important;
}
#cae-cs .et_pb_toggle_title::before {
    left: -1000em;
} 
.text-right {
    text-align: right;
    margin-bottom: 15px;
}
a.btn.cae-rto {
    background: #f6b21a;
    color: #fff;
    border-radius: 50px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: .3em 1em;
}