﻿#customBtn {
    display: inline-block;
    background: white;
    color: #444;
    width: 42px;
    border-radius: 3px;
    border: thin solid #888;
    white-space: nowrap;
}

#customBtn:hover {
    cursor: pointer;
}

span.label {
    font-family: serif;
    font-weight: normal;
}

span.icon {
    background: url('images/buttons/google_social.png') no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    height: 42px;
}

span.buttonText {
    display: inline-block;
    vertical-align: middle;
    padding-left: 42px;
    padding-right: 42px;
    font-size: 14px;
    font-weight: bold;
    font-family: 'RobotoLight', sans-serif;
}

body {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #ffffff;
    font-size: 17px;
    line-height: 1.62857143;
}

@font-face {
    font-family: "RobotoBold";
    src: url("../Styles/fonts/RobotoBold/RobotoBold.eot");
    src: url("../Styles/fonts/RobotoBold/RobotoBold.eot?#iefix")format("embedded-opentype"), url("../Styles/fonts/RobotoBold/RobotoBold.woff") format("woff"), url("../Styles/fonts/RobotoBold/RobotoBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "RobotoLight";
    src: url("../Styles/fonts/RobotoLight/RobotoLight.eot");
    src: url("../Styles/fonts/RobotoLight/RobotoLight.eot?#iefix")format("embedded-opentype"), url("../Styles/fonts/RobotoLight/RobotoLight.woff") format("woff"), url("../Styles/fonts/RobotoLight/RobotoLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "RobotoMedium";
    src: url("../Styles/fonts/RobotoMedium/RobotoMedium.eot");
    src: url("../Styles/fonts/RobotoMedium/RobotoMedium.eot?#iefix")format("embedded-opentype"), url("../Styles/fonts/RobotoMedium/RobotoMedium.woff") format("woff"), url("../Styles/fonts/RobotoMedium/RobotoMedium.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "RobotoRegular";
    src: url("../Styles/fonts/RobotoRegular/RobotoRegular.eot");
    src: url("../Styles/fonts/RobotoRegular/RobotoRegular.eot?#iefix")format("embedded-opentype"), url("../Styles/fonts/RobotoRegular/RobotoRegular.woff") format("woff"), url("../Styles/fonts/RobotoRegular/RobotoRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

.btn-login {
    border: 1px solid #cb9023;
    border-radius: 3px;
    color: white;
    padding: 5px 10px 5px 25px;
    background-image: url(../images/buttons/orange_norm.png);
    background-color: orange;
    width: 300px;
    height: 42px;
    margin-bottom: 8px;
    font-family: 'RobotoBold';
    font-size: 14px;
}

.btn-signup {
    border: 1px solid #0570cc;
    border-radius: 3px;
    color: white;
    padding: 5px 10px 5px 25px;
    background-image: url(../images/buttons/blue_norm.png);
    background-color: #0570cc;
    width: 300px;
    height: 42px;
    margin-bottom: 8px;
    font-family: 'RobotoBold';
    font-size: 14px;
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

.form-signin .form-signin-heading {
    margin-bottom: 10px;
}

.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-left: 1px;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.fullsreen_progress_wrapper {
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: transparent;
    position: fixed;
    z-index: 100101;
    text-align: center;
    vertical-align: middle;
}

.fullsreen_progress_block {
    width: 250px;
    height: 72px;
    margin-left: -125px;
    margin-top: -40px;
    position: relative;
    top: 50%;
    left: 50%;
    border: 1px solid #e9e9e9;
    background-color: #fafafa;
    vertical-align: middle;
    text-align: center;
}

.fullscreen_progress_content {
    background: url(images/progress.gif) no-repeat left;
    text-align: left;
    width: 100px;
    margin: 20px;
}

.fullscreen_progress_content span {
    line-height: 32px;
}

.fullscreen_progress_background {
    z-index: 100100;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.popupBackground {
    background-color: #000000;
    opacity: 0.5;
}
