﻿/***login**/
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);

body {
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    overflow-y: auto;
}

.bootstrap-admin-login-form {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.24);
    padding-bottom: 40px
}

.bootstrap-admin-navbar-under-small {
    top: 0 !important;
}

.bootstrap-admin-login-form .form-group {
    margin-bottom: 9px;
}

.btnlogin {
    height: 41px;
    background-image: linear-gradient(to bottom, #08c, #04c);
    font-size: 17.5px;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-radius: 6px;
}

.boxstyle {
    background-color: #e5e5e5;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125) inset;
    color: #555;
    text-decoration: none;
    padding: 15px;
    height: auto;
    padding-top: 11px;
}

.navbar {
    min-height: 10px;
    background-image: linear-gradient(to bottom, #fff, #f2f2f2);
    border: 1px solid #d4d4d4;
    border-width: 0 0 1px;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    height: auto;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

.navbar-brand {
    line-height: 13px;
    height: auto;
}

.btn {
    background-size: 100% 90px;
    background-position: 0 -30px;
}

    .btn:hover {
        background-position: 0 0;
    }
/*.colorblue{color:#337ab7;}*/
.navbar-default .navbar-brand {
    color: #337ab7;
}

.leaf {
    font-size: 18px;
    margin-top: 11px;
}
/***End**/

/* DEMO 1 */
/*login page loader*/
.background {
    background: #fff;
}

.loadingbackground {
    background: #f5f5f5;
}

/*html, body { height: 100%; }
body { overflow: hidden; position: relative; }*/
.demo-1 body { /*background-color:#f5f5f5;*/ /*background: #f5f5f5;*/ /*content: "";z-index: -1;position: absolute;top: 0; right: 0; bottom: 0; left: 0;
    background: -webkit-radial-gradient(center center, circle cover, rgba(0,0,0,0), rgba(0,0,0,0.5));background: radial-gradient(center center, circle cover, rgba(0,0,0,0), rgba(0,0,0,0.5));*/
}

.demo-1 .bar {
    font-size: 20px;
    width: 10em;
    height: 1em;
    position: relative;
    margin: 100px auto;
    border-radius: .5em;
    background: rgba(255,255,255,0.6);
    box-shadow: 0 0 0 .05em rgba(100,100,100,0.075), 0 0 0 .25em rgba(0,0,0,0.1), inset 0 .1em .05em rgba(0,0,0,0.1), 0 .05em rgba(255,255,255,0.7);
}

    .demo-1 .bar:after {
        content: "Please wait";
        position: absolute;
        left: 25%;
        top: 150%;
        font-family: 'Carrois Gothic', sans-serif;
        font-size: 1em;
        color: #555;
        text-shadow: 0 .05em rgba(255,255,255,0.7);
    }

    .demo-1 .bar .sphere {
        border-radius: 50%;
        width: 1em;
        height: 100%;
        background: -webkit-linear-gradient(#eee, #ddd);
        background: linear-gradient(#eee, #ddd);
        box-shadow: inset 0 .15em .1em rgba(255,255,255,0.3),inset 0 -.1em .15em rgba(0,0,0,0.15),0 0 .25em rgba(0,0,0,0.3);
        display: block;
        -webkit-animation: slide 1.75s ease-in-out infinite alternate;
        animation: slide 1.75s ease-in-out infinite alternate;
    }

@-webkit-keyframes slide {
    from {
    }

    to {
        margin-left: 90%;
    }
}

@keyframes slide {
    from {
    }

    to {
        margin-left: 90%;
    }
}
/***End**/
/*
	CSS animated loading dots BY Hassan 08/02/2016
*/
.loading_dots {
    /* background-color: rgba(0,0,0,0.2);
    border-radius: 5px;
    box-shadow: inset 0 1px 0 rgba(0,0,0,0.3),
               0 1px 0 rgba(255,255,255,0.3);
               
    font-size: 1em; /* set size here */
    /* line-height: 1;
    padding: 0.125em 0 0.175em 0.55em;
    width: 2.75em;
     margin: 20% auto;*/
    /*
      position just for demo
    */ margin: -25% 67%;
    width: 2.75em;
}

    .loading_dots span {
        background: transparent;
        border-radius: 50%;
        box-shadow: inset 0 0 1px rgba(0,0,0,0.3);
        display: inline-block;
        height: 0.4em;
        width: 0.4em;
        -webkit-animation: loading_dots 0.8s linear infinite;
        -moz-animation: loading_dots 0.8s linear infinite;
        -ms-animation: loading_dots 0.8s linear infinite;
        animation: loading_dots 0.8s linear infinite;
    }

        .loading_dots span:nth-child(2) {
            -webkit-animation-delay: 0.2s;
            -moz-animation-delay: 0.2s;
            -ms-animation-delay: 0.2s;
            animation-delay: 0.2s;
        }

        .loading_dots span:nth-child(1) {
            -webkit-animation-delay: 0.4s;
            -moz-animation-delay: 0.4s;
            -ms-animation-delay: 0.4s;
            animation-delay: 0.4s;
        }

/*
  Define the animation for every efing vendor prefix
*/
@-webkit-keyframes loading_dots {
    0% {
        background: transparent;
    }

    50% {
        background: #000000;
    }

    100% {
        background: transparent;
    }
}

@-moz-keyframes loading_dots {
    0% {
        background: transparent;
    }

    50% {
        background: #000000;
    }

    100% {
        background: transparent;
    }
}

@-ms-keyframes loading_dots {
    0% {
        background: transparent;
    }

    50% {
        background: #000000;
    }

    100% {
        background: transparent;
    }
}

@keyframes loading_dots {
    0% {
        background: transparent;
    }

    50% {
        background: #000000;
    }

    100% {
        background: transparent;
    }
}
/*End*/




.main-footer {
    -webkit-transition: -webkit-transform 0.3s ease-in-out,margin 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out,margin 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out,margin 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out,margin 0.3s ease-in-out;
    z-index: 820
}

.main-footer {
    background: #fff;
    padding: 15px;
    color: #444;
    border-top: 1px solid #d2d6de
}

.thick {
    font-weight: bold
}

.align-top {
    margin-top: 70px
}

.align-form {
    margin-top: 22px
}

.glyphicon-user {
    font-size: 20px
}

.glyphicon-lock {
    font-size: 20px
}
