﻿
@import url("DraftStyle.css");

/*-----------------------------------------

This stylesheet along with draftstyle.css is used for the layout page


Table of Contents:

General Layout Style
Login and Registration Page - Transparent Background Style
FORM ELEMENTS
BUTTONS

------------------------------------------*/



/*----------------------------------------
  General Layout Style
------------------------------------------*/

.text-center{text-align:center}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    padding: 15px 0px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    background-color: rgb(38, 49, 55);
    -moz-box-shadow: 0 -1px 0 rgb(31, 39, 44), inset 0 1px 0 rgb(49, 64, 72);
    -webkit-box-shadow: 0 -1px 0 rgb(31, 39, 44), inset 0 1px 0 rgb(49, 64, 72);
    box-shadow: 0 -1px 0 rgb(31, 39, 44), inset 0 1px 0 rgb(49, 64, 72);
}

.inner-footer.content-body {
    background: transparent;
}

.inner-footer .footer  {
    position: relative;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 3px rgba(149, 149, 149, 0.3);
    -webkit-box-shadow: 0 1px 3px rgba(149, 149, 149, 0.3);
    box-shadow: 0 1px 3px rgba(149, 149, 149, 0.3);
}

.inner-footer .footer .container {
    width: 100%;
}


/*----------------------------------------
  Login and Registration Page - Transparent Background Style
------------------------------------------*/
.loginpage {
    padding: 0 50px;
}

.loginbox-modalpopup {
	width: 100%;
    padding: .4em 1em;
	background-color: rgb(48, 61, 69);
	-moz-box-shadow: inset 0 0 0 1px rgb(255, 255, 255);
	-webkit-box-shadow: inset 0 0 0 1px rgb(255, 255, 255);
	box-shadow: inset 0 0 0 1px rgb(255, 255, 255);
}
@media(min-width: 992px) and(max-width: 1199px) {
    .loginpage {
        padding: 0 90px;
    }
}

.loginpage h1 a,
.login-wrapper h1 a {
    height: 54px;
    margin: 0px auto 0px auto;
    padding: 0;
    text-decoration: none;
    -moz-background-size: 212px 54px;
    -o-background-size: 212px 54px;
    background-size: 212px 54px;
    background-color: transparent;
    min-height: 54px;
    width: auto;
    background-image: url("../../images/logo-login.png");
    background-position: center top;
    background-repeat: no-repeat;
    text-indent: -9999px;
    outline: 0;
    overflow: hidden;
    display: block;
}

.login-wrapper h1 {
    padding-top: 5%;
}

.loginbox-wrapper {
    width: 100%;
    min-height: 245px;
    padding-top: 30px;
    background-color: rgb(48, 61, 69);
    -moz-box-shadow: inset 0 0 0 1px rgb(255, 255, 255);
    -webkit-box-shadow: inset 0 0 0 1px rgb(255, 255, 255);
    box-shadow: inset 0 0 0 1px rgb(255, 255, 255);
}

.loginpage form {
    margin-bottom: 30px;
    margin-left: 0;
    font-weight: 400;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    background-color: transparent;
}

.loginpage form .forgetmenot {
    width: 100%;
    display: block;
    margin: 12px 0 11px 0!important;
    font-weight: 400;
    float: left;
    margin-bottom: 0px;
}

.loginpage form p.submit {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}

.loginpage label {
    font-size: 14px;
    line-height: 23px;
    width: 100%;
    text-transform: uppercase;
    font-weight: 500;
}

.loginpage form .input,
.loginpage form input[type=checkbox],
.loginpage input[type=text] {
    /*-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
    -o-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);*/
    /* text-shadow: 1px 1px 1px rgba(200,200,200,.1); */
    
    font-weight: 500;
}

.loginpage form .input,
.loginpage input[type=text] {
    font-size: 19px;
    width: 100%;
    padding: 9px;
    line-height: 25px;
    margin: 5px 0 15px 0;
    border: 1px solid transparent !important;
}

.loginpage form .input,
.loginpage form input[type=checkbox],
.loginpage input[type=text] {
    color: rgba(250, 133, 100, 1);
    background: rgb(251, 251, 251);
}

.loginpage #nav a,
.loginpage a {
    color: rgba(255, 255, 255, 1);
    font-size: 15px;
    color: rgb(221, 221, 221);
}

.loginpage #nav a:hover,
.loginpage a:hover,
.loginpage #nav a:active,
.loginpage a:active {
    color: rgba(255, 255, 255, 1);
}

.loginpage,
.loginpage form label,
.loginpage form,
.loginpage .message {
    color: #2b2a2a;
    font-size: 12px;
}

.loginpage form .input,
.loginpage form input[type=checkbox],
.loginpage input[type=text] {
    background-color: rgba(255, 255, 255, 0.6);
}

.loginpage form .input:hover,
.loginpage form input[type=checkbox]:hover,
.loginpage input[type=text]:hover,
.loginpage form .input:focus,
.loginpage form input[type=checkbox]:focus,
.loginpage input[type=text]:focus {
    background-color: rgba(255, 255, 255, 0.8);
}

.loginpage input[type=text],
.loginpage form .input {
    background-color: rgb(38, 49, 55);
   -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    color: #aaadae;
}

.loginpage input[type=text]:hover,
.loginpage input[type=text]:focus,
.loginpage form .input:hover,
.loginpage form .input:focus {
    background-color: #2b373e;
}

.loginpage #login_error,
.loginpage .message {
    background-color: rgba(255, 255, 255, 0.6);
}

.loginpage .message,
.loginpage .message a,
.loginpage #login_error,
.loginpage #login_error a {
    color: rgba(250, 133, 100, 1);
}

.register-social {
    margin: 30px 0;
}

.register-social a {
    margin: 5px 5px 5px 5px;
}

body.login_page {
    background-color: #f1f1f1;
    width: 100%;
    margin-bottom: 80px !important;
}

.register-wrapper {
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
    padding-top: 100px;
}

#register {
    padding-bottom: 100px;
}

.login-wrapper {
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
}

.login-title {
    color: #2b2a2a;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 200;
    padding-bottom: 5%;
    display: block;
}

.login-title span {
    position: relative;
}

.login-title span:before,
.login-title span:after {
    border-top: 1px solid #2b2a2a;
    content: "";
    position: absolute;
    top: 15px;
    right: 16em;
    bottom: 0;
    width: 100%;
}

.login-title span:after {
    position: absolute;
    top: 15px;
    left: 16em;
    right: 0;
    bottom: 0;
}

/*------------------------------
	FORM ELEMENTS
-------------------------------*/

input[type=checkbox],
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=radio],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea,

.form-control {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: inset 1.5px 2.6px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 1.5px 2.6px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 1.5px 2.6px 3px rgba(0, 0, 0, 0.1);
}

select.form-control {
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
    -moz-box-shadow: inset -1.9px -2.3px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset -1.9px -2.3px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset -1.9px -2.3px 3px rgba(0, 0, 0, 0.1);
}

.form-control {
    font-size: 14px;
    padding-left: 10px;
}

.form-control:focus,
.has-focus .form-control {
    background: rgb(248, 248, 248);
    border-color: rgb(168, 173, 175);
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.form-group {
    margin-bottom: 20px;
}

.form-group .controls {
    margin: 5px 0;
}

.form-label {
    font-weight: 400;
    color: rgb(43, 42, 42);
}

.form-group .desc {
    font-size: 13px;
    color: rgb(153, 153, 153);
    margin-left: 15px;
}

.help-block {
    color: rgb(153, 153, 153);
    font-style: italic;
}

.errorMsg-modalpopup{
    Height:180px;
    Width:400px;
    background-color: rgb(48, 61, 69);
    color: white;
    font-weight: bold;
    border: 2px solid black;
}

.errorMsg-button{
    position: absolute;
    right: 0;
    bottom: 0;
}

.errorCopyMsg-button{
    position: absolute;
    right: 56px;
    bottom: 0;
}

.quickLink-modalpopup{
    Width:250px;
    background-color: rgb(48, 61, 69);
    color: white;
    font-weight: bold;
    border: 2px solid black;
}

.quickLink-modalpopup a{
    color: white;
    font-weight: bold;
    text-decoration:none;
}

/*----------- input group ----------*/

.input-group-btn button {
    border: 1px solid rgb(204, 204, 204);
    height: 34px;
}

.input-group-btn:first-child button {
    border-right: 0px;
}

.input-group-btn:last-child button {
    border-left: 0px;
}

.input-group .input-group-addon {
    min-width: 40px;
}

.input-group.transparent .input-group-btn button {
    border: 0px;
    background-color: transparent;
}

.input-group .input-group-addon,
.input-group .input-group-btn button {
    border-color: rgb(225, 225, 225);
    background-color: rgb(245, 245, 245);
    color: rgb(85, 85, 85);
    border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, -moz-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.input-group .input-group-btn.input-focus button,
.input-group .input-group-addon.input-focus {
    border-color: rgba(31, 181, 172, 1.0);
    height: 34px;
}

.input-group.transparent {
    border: 1px solid rgb(225, 225, 225);
    height: 34px;
}

.input-group.transparent .input-group-addon {
    background-color: transparent;
    border: 0px solid transparent;
    height: 32px;
}

.input-group.transparent .input-group-btn.input-focus button,
.input-group.transparent .input-group-addon.input-focus {
    background-color: rgb(248, 248, 248);
}

.input-group.transparent .form-control {
    border: 0px solid transparent;
    height: 32px;
}

.input-group.primary .input-group-addon,
.input-group.primary .input-group-btn button {
    border-color: rgba(31, 181, 172, 1.0);
    background-color: rgba(31, 181, 172, 1.0);
    color: rgb(255, 255, 255);
}

.input-group.primary .input-group-addon {
    border: none;
    background: rgba(38, 49, 55, 1);
    -moz-border-radius: 0px 3px 3px 0px;
    -webkit-border-radius: 0px 3px 3px 0px;
    border-radius: 0px 3px 3px 0px;
}

.input-group .dropdown-menu {
    border-color: rgb(245, 245, 245);
    border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
/*----- fixed colors -----*/

.has-error .form-control,
.has-error .form-control:focus {
    border-color: rgb(231, 76, 60);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.has-warning .form-control,
.has-warning .form-control:focus {
    border-color: rgb(253, 180, 92);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.has-success .form-control,
.has-success .form-control:focus {
    border-color: rgba(102, 189, 120, 1.0);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: rgba(240, 80, 80, 1.0);
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: rgb(253, 180, 92);
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: rgba(102, 189, 120, 1.0);
}
/*------------------------------
	BUTTONS
-------------------------------*/

.btn {
    color: rgb(255, 255, 255);
    font-family: "lato";
    font-size: 14px;
    font-weight: 400;
    text-shadow: 0 1px 0 rgb(207, 0, 0);
}

.btn.btn-round {
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.btn.btn-corner {
    border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.btn.btn-border {
    border: 2px solid rgb(234, 234, 234);
    color: rgb(51, 51, 51);
    background: transparent;
}

.btn.btn-border.btn-success {
    border: 2px solid rgba(102, 189, 120, 1.0);
    color: rgba(102, 189, 120, 1.0);
    background: transparent;
}

.btn.btn-border.btn-warning {
    border: 2px solid rgb(253, 180, 92);
    color: rgb(253, 180, 92);
    background: transparent;
}

.btn.btn-border.btn-danger {
    border: 2px solid rgba(240, 80, 80, 1.0);
    color: rgba(240, 80, 80, 1.0);
    background: transparent;
}

.btn.btn-border.btn-info {
    border: 2px solid rgba(35, 183, 229, 1.0);
    color: rgba(35, 183, 229, 1.0);
    background: transparent;
}

.btn.btn-border.btn-orange {
    border: 2px solid rgba(250, 133, 100, 1.0);
    color: rgba(250, 133, 100, 1.0);
    background: transparent;
}

.btn.btn-border.btn-purple {
    border: 2px solid rgba(153, 114, 181, 1.0);
    color: rgba(153, 114, 181, 1.0);
    background: transparent;
}

.btn.btn-border.btn-primary {
    border: 2px solid rgba(31, 181, 172, 1.0);
    color: rgba(31, 181, 172, 1.0);
    background: transparent;
}

.btn.btn-border.btn-secondary {
    border: 2px solid rgba(169, 169, 169, 1.0);
    color: rgba(169, 169, 169, 1.0);
    background: transparent;
}

.btn.btn-border,
.btn.btn-border.btn-default {
    border: 2px solid rgb(234, 234, 234);
    color: rgb(51, 51, 51);
    background: transparent;
}

.btn.btn-border.btn-link {
    border: 2px solid transparent;
    color: rgb(51, 122, 183);
    background: transparent;
}
/*colors*/

.btn.btn-success {
    background: rgba(102, 189, 120, 1.0);
    color: rgb(255, 255, 255);
}

.btn.btn-warning {
    background: rgb(253, 180, 92);
    color: rgb(255, 255, 255);
}

.btn.btn-danger {
    background: rgba(240, 80, 80, 1.0);
    color: rgb(255, 255, 255);
}

.btn.btn-info {
    background: rgba(35, 183, 229, 1.0);
    color: rgb(255, 255, 255);
}

.btn.btn-orange {
    background: rgba(250, 133, 100, 1.0);
    color: rgb(255, 255, 255);
}

.btn.btn-purple {
    background: rgba(153, 114, 181, 1.0);
    color: rgb(255, 255, 255);
}

.btn.btn-primary {
    color: rgb(255, 255, 255);
    border: none;
    background-color: rgb(231, 76, 60);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 0 rgb(188, 61, 48), inset 0 1px 0 rgb(255, 152, 120);
    -webkit-box-shadow: 0 1px 0 rgb(188, 61, 48), inset 0 1px 0 rgb(255, 152, 120);
    box-shadow: 0 1px 0 rgb(188, 61, 48), inset 0 1px 0 rgb(255, 152, 120);
}

.btn.btn-secondary {
    background: rgba(169, 169, 169, 1.0);
    color: rgb(255, 255, 255);
}

.btn,
.btn.btn-default {
    background: rgb(234, 234, 234);
    color: rgb(51, 51, 51);
}

.btn.btn-link {
    background: transparent;
    color: rgb(51, 122, 183);
}
/*size*/

.btn {
    padding: 7px 18px;
}

.btn.btn-lg,
.btn-lg,
.btn-group-lg>.btn {
    padding: 10px 21px;
}

.btn.btn-sm,
.btn-sm,
.btn-group-sm>.btn {
    padding: 5px 13px;
}

.btn.btn-xs,
.btn-xs,
.btn-group-xs>.btn {
    padding: 2px 8px;
}

.btn.btn-block,
.btn-block,
.btn-group-block>.btn {
    padding: 11px 23px;
    font-size: 19px;
    line-height: 25px;
}
/*hover state*/

.btn:hover,
.btn:active,
.btn:focus,
.btn-default:hover,
.btn-default:active,
.btn-default:focus {
    color: rgb(51, 51, 51);
    background: rgb(229, 229, 229);
}

.btn.btn-link:hover,
.btn.btn-link:focus {
    color: rgba(1, 131, 122, 1.0);
    background: transparent;
}

.btn-success:hover,
.btn-success:active,
.btn-success:focus {
    background: rgba(72, 159, 90, 1.0);
    color: rgb(255, 255, 255);
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus {
    background: rgb(233, 160, 72);
    color: rgb(255, 255, 255);
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus {
    background: rgba(210, 50, 50, 1.0);
    color: rgb(255, 255, 255);
}

.btn-info:hover,
.btn-info:active,
.btn-info:focus {
    background: rgba(5, 153, 199, 1.0);
    color: rgb(255, 255, 255);
}

.btn-orange:hover,
.btn-orange:active,
.btn-orange:focus {
    background: rgba(215, 113, 80, 1.0);
    color: rgb(255, 255, 255);
}

.btn-purple:hover,
.btn-purple:active,
.btn-purple:focus {
    background: rgba(123, 74, 141, 1.0);
    color: rgb(255, 255, 255);
}

.btn-primary.active,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background: rgba(188, 61, 48, 1);
    color: rgb(255, 255, 255);
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
    background: rgba(139, 139, 139, 1.0);
    color: rgb(255, 255, 255);
}

.btn-default.active,
.btn-default:hover,
.btn-default:active,
.btn-default:focus {
    background: rgb(213, 213, 213);
    color: rgb(51, 51, 51);
}

.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
    box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -webkit-box-shadow: none;
}

.btn-primary:disabled,
.btn-primary[disabled] {
    background: rgba(0, 131, 122, 1.0);
    color: rgb(255, 255, 255);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    text-shadow: none;
}

.btn-colors .btn {
    width: 80px;
    margin: 0 15px 15px 0;
}

.btn-iconic .btn,
.btn-social .btn {
    width: 50px;
    text-align: center;
    margin: 0 10px 10px 0px;
}

.hiddenButton
{
	position:relative;
	bottom:0px;
	left:0px;
	background-color:Transparent;
	border-width:0px;
	display: none;
}

/*social media*/

.facebook {
    background-color: rgb(67, 108, 172) !important;
    color: rgb(255, 255, 255) !important;
}

.twitter {
    background-color: rgb(4, 155, 202) !important;
    color: rgb(255, 255, 255) !important;
}

.google-plus {
    background-color: rgb(49, 49, 49) !important;
    color: rgb(255, 255, 255) !important;
}

.dribbble {
    background-color: rgb(205, 74, 126) !important;
    color: rgb(255, 255, 255) !important;
}

.youtube {
    background-color: rgb(223, 34, 12) !important;
    color: rgb(255, 255, 255) !important;
}

.vimeo {
    background-color: rgb(133, 175, 39) !important;
    color: rgb(255, 255, 255) !important;
}

.flickr {
    background-color: rgb(223, 58, 127) !important;
    color: rgb(255, 255, 255) !important;
}

.rss {
    background-color: rgb(239, 116, 36) !important;
    color: rgb(255, 255, 255) !important;
}

.skype {
    background-color: rgb(31, 201, 250) !important;
    color: rgb(255, 255, 255) !important;
}

.linkedin {
    background-color: rgb(48, 137, 195) !important;
    color: rgb(255, 255, 255) !important;
}

.android {
    background-color: rgb(152, 203, 2) !important;
    color: rgb(255, 255, 255) !important;
}

.apple {
    background-color: rgb(2, 167, 231) !important;
    color: rgb(255, 255, 255) !important;
}






