body {
	padding-top: 150px;
   
}

.custom-font {
	font-size: 40px;
	color: #0078d7;
}

.margin-bottom-15 {
	margin-bottom: 15px;
}

.margin-bottom-20 {
	margin-bottom: 20px;
}



 .input-login {
        border: 1px solid #b7b7b7;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        color: rgba(0,142,198,1);
        -o-text-overflow: clip;
        text-overflow: clip;
        background: rgba(252,252,252,1);
        -webkit-box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.2);
        box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.2);
        text-shadow: 1px 1px 0 rgba(255,255,255,0.66);
        -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
        -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
        -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
        transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    }

    .logintype-active {
        background-color: darkgray;
    }

    body {
        margin: 0px;
        padding: 0px;
        /*background-image: url("../../Images/LoginBGgrey.jpg");*/
        opacity: 0.8;
        filter: alpha(opacity=80);
        /*-webkit-filter: grayscale(100%);*/ /* Safari 6.0 - 9.0 */
        /*filter: grayscale(100%);*/
        /* Full height */
        height: 100%;
        /* Center and scale the image nicely */
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        overflow: hidden;
    }

    .base {
        position: absolute;
        width: 100%;
        margin-top: 50px;
        top: 0px;
        left: 0px;
        color: gray;
    }

    #logo {
        margin-top: 20px;
        height: 38px;
        width: 500px;
    }

    #info1 {
        width: 500px;
        margin-top: 50px;
        font-family: 'Open Sans', sans-serif;
        font-size: 20px;
        color: #555557;
    }

    #info2 {
        width: 500px;
        margin-top: 17px;
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        font-weight: bold;
        color: #555557;
    }

    #form-login {
        margin-top: 17px;
        width: 355px;
        height: 360px;
        padding-top: 40px;
        background: #f7f7f7;
        box-shadow: 0px 1px 1px 1px #c6c1c1;
    }

    #form-img {
        width: 99px;
        height: 99px;
    }

    .mailbox {
        width: 270px;
        height: 42px;
        border-radius: 5px 5px 5px 5px;
        background: white;
        font-size: 18px;
        margin-top: 20px;
        border-width: 0px;
        border-style: solid;
        border-color: blue;
    }

    #btn-login, #btn-next {
        width: 270px;
        height: 35px;
        margin-top: 10px;
        background: #02a5f0;
        font-family: verdana;
        font-size: 14px;
        color: white;
        border-radius: 5px 5px 5px 5px;
        border-width: 1px;
        border-style: solid;
        border-color: gray;
        cursor: pointer;
        outline: none;
    }

    #btn-back {
        width: 270px;
        height: 35px;
        margin-top: 10px;
        background: #d9edf7;
        font-family: verdana;
        font-size: 14px;
        color: #31708f;
        border-radius: 5px 5px 5px 5px;
        border-width: 1px;
        border-style: solid;
        border-color: #bce8f1;
        cursor: pointer;
        outline: none;
    }

    #info3 {
        float: right;
        margin-top: 10px;
        font-size: 13px;
        font-family: 'Open Sans', sans-serif;
        color: #498af2;
        padding-right: 42px;
        font-weight: bold;
    }

        #info3 a {
            color: #498af2;
            text-decoration: none;
        }

    #info4 {
        margin-top: 25px;
        font-size: 13px;
        font-family: 'Open Sans', sans-serif;
        font-weight: bold;
    }

        #info4 a {
            color: #498af2;
            text-decoration: none;
        }

    #info5 {
        margin-top: 30px;
        font-size: 13px;
        font-family: 'Open Sans', sans-serif;
        color: #87898b;
        font-weight: bold;
    }

    #logo2 {
        margin-top: 10px;
        height: 27px;
        width: 243px;
    }

    #bottom {
        float: left;
        padding: 0px;
        margin: 0px;
    }

        #bottom ul {
            list-style: none;
        }

            #bottom ul li {
                float: left;
                margin-left: 20px;
            }




  .circle-tile {
    margin-bottom: 15px;
    text-align: center;
}

.circle-tile-heading {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto -40px;
    border: 3px solid rgba(255,255,255,0.3);
    border-radius: 100%;
    color: #fff;
    transition: all ease-in-out .3s;
}

/* -- Background Helper Classes */

/* Use these to cuztomize the background color of a div. These are used along with tiles, or any other div you want to customize. */

 .dark-blue {
    background-color: #34495e;
}

.green {
    background-color: #16a085;
}

.blue {
    background-color: #02a5f0;
}

.orange {
    background-color: #f39c12;
}

.red {
    background-color: #e74c3c;
}

.purple {
    background-color: #8e44ad;
}

.dark-gray {
    background-color: #7f8c8d;
}

.gray {
    background-color: #95a5a6;
}

.light-gray {
    background-color: #bdc3c7;
}

.yellow {
    background-color: #f1c40f;
}

/* -- Text Color Helper Classes */

 .text-dark-blue {
    color: #34495e;
}

.text-green {
    color: #16a085;
}

.text-blue {
    color: #2980b9;
}

.text-orange {
    color: #f39c12;
}

.text-red {
    color: #e74c3c;
}

.text-purple {
    color: #8e44ad;
}

.text-faded {
    color: rgba(255,255,255,0.7);
}



.circle-tile-heading .fa {
    line-height: 80px;
}

.circle-tile-content {
    padding-top: 50px;
}
.circle-tile-description {
    text-transform: uppercase;
}

.text-faded {
    color: rgba(255,255,255,0.7);
}

.circle-tile-number {
    padding: 5px 0 15px;
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
}

.circle-tile-footer {
    display: block;
    padding: 5px;
    color: rgba(255,255,255,0.5);
    background-color: rgba(0,0,0,0.1);
    transition: all ease-in-out .3s;
}

.circle-tile-footer:hover {
    text-decoration: none;
    color: rgba(255,255,255,0.5);
    background-color: rgba(0,0,0,0.2);
}


.morning {
    background: url(https://lh3.googleusercontent.com/-1YbV7nsVnX8/WMugaq-6BEI/AAAAAAAADSg/0wPfQ84vMUcCle_SkgiUDOumUKscMaA8QCL0B/w530-d-h353-p-rw/widget-bg-morning.jpg) center bottom no-repeat;
    background-size: cover;
}

.time-widget {
    margin-top: 5px;
    overflow: hidden;
    text-align: center;
    font-size: 1.75em;
}

.time-widget-heading {
    text-transform: uppercase;
    font-size: .5em;
    font-weight: 400;
    color: #fff;
}
.wide-screen .modal-dialog {
    width: 75%;
}

.imageRowStyle{
    width:30px;
    height:30px;
}

.semi-wide-screen .modal-dialog {
    width: 75%;
}

.small-screen .modal-dialog {
    width: 30%;
}


