/*
    user website
    Created on : 19 Jun, 2014, 4:47:19 PM
    Author     : Eirenaios
*/


#bodylogin{
    height: 100%;
    /*background-color: #2d67a3;*/
    background-image: -moz-linear-gradient(top,#3270b0,#26598f);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#3270b0),to(#26598f));
    background-image: -webkit-linear-gradient(top,#3270b0,#26598f);
    background-image: -o-linear-gradient(top,#3270b0,#26598f);
    background-image: linear-gradient(top,#3270b0,#26598f);
    background-repeat: repeat-x;
    background-attachment: fixed;
}

#wrap{
    margin-top: 50px;    
}

#footer {
    height: 60px;
    width: 100%;
    bottom: 0px;
    background-color: #f5f5f5;
    margin-top:50px;
    padding-top:20px;
    padding-bottom:20px;
}

#footer a {
    color:#efefef;
}

.tab-content{
    padding: 15px;
}

.marginz{
    margin: 0 !important;
    width: 100%;
}

.p8{
    font-size: 18px !important;
    margin: 10px;
    line-height: 2.2;
}

.p6{
    font-size: 16px !important;
}

thead>.info{
    font-size: 16px;
    text-shadow: 0px 0px 1px #2e2e2e;
}

ul.nav.navbar-nav {
    width: 93%;
}

.cap{
    text-transform: capitalize !important;
}

.low{
    text-transform: lowercase !important;
}

td{
    font-size: 15px;
}

table a, .table a {
    text-decoration: none;
}

.navbar-nav>li>a {
    color: #fff!important;
}

.navbar-nav>li>a:hover {
    background-color: #427BB6 !important;
}

.navbar-nav>li>a.active {
    background-color: #427BB6 !important;
}

a.navbar-brand {
    color: #fff!important;
}

.btnlink{
    width: 155px;
    padding: 14px 16px 13px 16px !important;
    line-height: 36px !important;
    font-size: 18px !important;
}

.links{
    display: inline-block;
    margin: 15px;
}

.links img{
    width: 100%;
}

#calendar {
    width: 900px;
    margin: 40px auto;
}

.form-horizontal .control-label {
    text-align: left !important;
    font-weight: 700 !important;
    display: block !important;
}

.dropdown-menu {
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background-clip: padding-box;
}

.stickem-container {
	position: relative;
}
 
.stickit {
	margin-left: 660px;
	position: fixed;
	top: 0;
}
 
.stickit-end {
	bottom: 0;
	position: absolute;
	right: 0;
}
