@charset "UTF-8";

/* Stylesheet */

/* Imports */

@import url(animate.css);

/* Selections */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*#logo {
    top: 5px;
    font-size: 48px;
    position: absolute;
	width:181px;
	height:70px;
	background:url(../img/pixglass-min.png) no-repeat top center;
    display: none;
}*/

::selection {
    color: #fff;
    text-shadow: none;
    background: #444;
}

::-moz-selection {
    color: #fff;
    text-shadow: none;
    background: #444;
}

/* Basics */

.nodisplaytable {
    display: none;
}
.displaytable {
    display: table;
}

html,
body {
    width: 100%;
    height: 100%;
    line-height: 1.42857;
    color: #3c4249;
    background-color: #f4f3f3;
    -webkit-font-smoothing: antialiased;
}

#container,
#forgetPassword {
    position: fixed;
    width: 340px;
    height: 360px;
    top: 50%;
    left: 50%;
    margin-top: -140px;
    margin-left: -170px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #ccc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-animation-name: bounceIn;
    -webkit-animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: bounceIn;
    -moz-animation-fill-mode: both;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    animation-name: bounceIn;
    animation-fill-mode: both;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
}

form {
    margin: 0 auto;
    margin-top: 20px;
}

label {
    color: #555;
    display: inline-block;
    margin-left: 18px;
    padding-top: 10px;
    font-size: 14px;
}

p a {
    font-size: 11px;
    color: #aaa;
    float: right;
    margin-top: -13px;
    margin-right: 20px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

p a:hover {
    color: #555;
}

input {
    font-size: 1em;
    outline: none;
    font-family: 'Roboto', sans-serif;
}

#accescode input[type='password'],
#accescode input[type='name'] {
    height: 40px !important;
    padding: 0px 16px !important;
}

input[type='name'],
input[type='password'],
select {
    color: #777;
    margin-bottom: 10px;
    height: 30px;
    border: 1px solid #056bb5;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

input[type='name']:hover,
input[type='password']:hover,
select:hover {
    border: 1px solid #056bb5;
}

input[type='name']:focus,
input[type='password']:focus,
select:focus {
    border: 1px solid #056bb5;
}

#lower {
    width: 100%;
    height: 69px;
    margin-top: 20px;
}

input[type='checkbox'] {
    margin-left: 20px;
    margin-top: 30px;
}

.check {
    margin-left: 3px;
    font-size: 11px;
    color: #444;
    text-shadow: 0 1px 0 #fff;
}

input[type='submit'] {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    padding: 2px 9px;
    position: relative;
    text-decoration: none;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row:before,
.row:after {
    content: ' ';
    display: table;
}

.row:after {
    clear: both;
}

.row {
    /*background: #006fb9*/
}

html {
    height: 100%;
}

body {
    height: 100%;
    background: #006fb9;
}
body {
    margin: 0;
}
body .container-fluid {
    height: 100%;
}

body .container-fluid .row {
    height: 100%;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container-fluid:before,
.container-fluid:after {
    content: ' ';
    display: table;
}

.container-fluid:after {
    clear: both;
}

.row .sidebar {
    /*background: white;*/
    padding-top: 70px;
    padding-bottom: 70px;
    height: 100%;
    display: table;
    position: relative;
}

.row .sidebar .logo {
    top: 5px;
    font-size: 48px;
    position: absolute;
}

.row .sidebar .contentForm {
    display: table-cell;
    vertical-align: middle;
}

.row .image {
    background: url('../img/bg-hd.jpg') center center no-repeat;
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    height: 100%;
}

.col-lg-3,
.col-lg-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-lg-3,
.col-lg-9 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
    #logo {
        display: block !important;
    }
}
@media (min-width: 768px) {
    .col-sm-6 {
        float: left;
        width: 30%;
    }
    .col-sm-7 {
        float: left;
        width: 70%;
    }
}
@media (min-width: 992px) {
    .col-md-4 {
        width: 25%;
        float: left;
    }
    .col-md-8 {
        width: 75%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-3 {
        width: 25% !important;
    }

    .col-lg-9 {
        width: 75% !important;
    }
}

.form-control {
    display: block;
    width: 100%;
    height: 46px;
    padding: 12px 16px;
    font-size: 14px;
    line-height: 18px;
    color: #8a949e;
    background-color: white;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s,
        box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
    color: #b7bdc3;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #b7bdc3;
}

.form-control::-webkit-input-placeholder {
    color: #b7bdc3;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #e3e6e8;
    opacity: 1;
}

body:not(.button-style-default) .sqs-editable-button,
body:not(.button-style-default) .sqs-editable-button-layout {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 10px 19px;
    border-width: 0;
    text-align: center;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.btn {
    position: relative;
    padding: 7px 30px;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
}

.btn-blue {
    color: white;
    background: url('../img/arrow-right.png') no-repeat 10px center #428bca;
    -webkit-transition: color 0.3s ease-out, background 0.3s ease-in;
    -moz-transition: color 0.3s ease-out, background 0.3s ease-in;
    -o-transition: color 0.3s ease-out, background 0.3s ease-in;
    transition: color 0.3s ease-out, background 0.3s ease-in;
}

.header {
    background-color: rgb(78, 136, 193);
    color: #ffffff;
    padding: 15px;
}

#wrap {
    width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

#external-events {
    float: left;
    width: 200px;
    padding: 0 10px;
    border: 1px solid #ccc;
    background: #eee;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

#external-events h4 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 0;
    padding-top: 1em;
}

#external-events .fc-event {
    margin: 10px 0;
    cursor: pointer;
}

#external-events .injection-input {
    padding: 6px;
    line-height: 100%;
}

#external-events input {
    float: left;
    font-size: 15px;
    width: 80%;
}

#external-events p {
    margin: 1.5em 0;
    font-size: 18px;
    font-weight: bold;
    color: #666;
}

#external-events p input {
    margin: 0;
    vertical-align: middle;
}

#calendar {
    float: right;
    width: 900px;
}
