@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic&subset=latin,latin-ext,cyrillic");

@font-face {
    font-family: 'icofont';
    src:    url('fonts/icofont.eot');
    src:    url('fonts/icofont.eot') format('embedded-opentype'),
        url('fonts/icofont.ttf') format('truetype'),
        url('fonts/icofont.woff') format('woff'),
        url('fonts/icofont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
    height: 100%;
    margin: 0;
}

body {
    margin:0;
    color:#3f4041;
    font-size: 11.5px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    background:#f6f6f7;
    position: relative;
    font-weight: normal;
}

body > .container {
    min-height: 100%;
    padding-bottom: 70px;
}

body > .container.login {
    max-width: 320px;
}

header {
    padding: 50px 0 20px 0;
}

.session-register header {
    padding-top: 20px;
}

img {
    border-style:none;
}

a {
    text-decoration:none;
    color: #4ac4ff;
}

a:hover {
    color: #87d8ff;
    text-decoration: none;
}

a:focus {
    outline:none
}
h1, .h1 {
    font-size: 18px;
    font-weight: 600;
}
h2, .h2 {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}
h3, .h3 {
    font-size: 13.5px;
    font-weight: 600;
    margin: 0;
}
.text-note {
    color: #acacac;
    margin:3px 0 0;
    clear: both;
    font-size: 10.5px;
}
.register-box {
    margin: 8px 0 0;
}

.register-box ul {
    float:right;
    padding:0;
    margin:0;
    list-style:none;
}
.register-box ul li {
    float: left;
    padding: 0 10px;
    border-left: 1px solid #a5adb7;
}

.register-box ul li:first-child {
    border: 0;
}

.register-box ul li a {
    color:#a5adb7;
}

.register-box ul li a:hover {
    text-decoration: underline;
}

.tab-content > .tab-pane {
    background-color: #ffffff;
    border: 1px solid #e1e2e4;
    border-top: 0;
    padding: 20px;
}
.nav-tabs {
    border-bottom: 1px solid #e1e2e4;
}
.nav-tabs > li {
    margin-left: -1px;
}
.nav-tabs > li:first-child {
    margin-left: 0;
}
.nav-tabs > li > a,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
    margin: 3px 0 0 0;
    border-bottom: 0;
    padding: 4px 18px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    margin: 0;
    border-bottom: 0;
}

.nav-tabs > li a {
    border: 1px solid #e1e2e4;
    background-color: #ffffff;
    border-radius: 0;
    color: #cccccc;
    border-bottom: 0;
}
.nav-tabs > li > a:hover {
    color: #585858;
    background-color: #ffffff;
}
.nav-tabs > li.active > a {
    color: #585858;
    padding: 6px 18px;
    margin: 0;
}
.form-group {
    margin-bottom: 12px;
}
.form-group.buttons {
    margin: 25px 0 0 0;
}
.form-control, .form-control:focus, .form-control:hover {
    border: 1px solid #e1e2e4;
    box-shadow: none;
    font-size: 12px;
    padding: 3px;
    height: auto;
}
.error .form-control, .error .form-control:focus, .error .form-control:hover, .error label, .form-control.error, div.error {
    border-color: #b82b2b;
    color: #b82b2b;
}
.form-control + div.error {
    margin-top: 3px;
}
.form-group.error p {
    margin: 5px 0;
    color: #b82b2b;
}
.form-group .field-error {
    display: none;
}
.form-group.error .field-error {
    display: block;
}
label {
    font-weight: 600;
    margin-bottom: 3px;
}
label em, .control-label em {
    color: red;
}
.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    padding-top: 0px;
    margin-top: 4px;
    min-height: 20px;
}
.form-horizontal .checkbox label, .form-horizontal .radio label {
    min-height: 20px;
    padding-left: 0px;
}
.btn {
    font-size: 12px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    border-radius: 4px;
    border-right: 0;
    border-left: 0;
    padding: 3px 8px;
    cursor: pointer;
    min-width: 80px;
}
.btn.btn-icon {
    min-width: 0;
}
.btn.btn-primary {
    background-color: #00a637;
    border-top:1px solid #00a637;
    border-bottom: 1px solid #00a637;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
    background-color: #00a637;
    border-top: 1px solid #00a637;
    border-bottom: 1px solid #1b86c0;
    box-shadow: none;
}
.btn.btn-primary:active {
    border-bottom: 1px solid #00a637;
    border-top: 1px solid #1b86c0;
}
.btn.btn-warning, .btn.btn-warning:hover, .btn.btn-warning:focus {
    background-color: #ffc000;
    border-top: 1px solid #ffc000;
    border-bottom: 1px solid #ffc000;
    box-shadow: none;
}
.btn.btn-warning:hover {
    border-bottom: 1px solid #cc9a00;
}
.btn.btn-warning:active {
    border-top: 1px solid #cc9a00;
    border-bottom: 1px solid #ffc000;
}
.btn.btn-success, .btn.btn-success:hover, .btn.btn-success:focus {
    background-color: #9aca3b;
    border-top: 1px solid #9aca3b;
    border-bottom: 1px solid #9aca3b;
    box-shadow: none;
}
.label-warning {
    background-color: #ffc000;
}
.btn.btn-success:hover {
    border-bottom: 1px solid #539c2b;
}
.btn.btn-success:active {
    border-top: 1px solid #539c2b;
    border-bottom: 1px solid #9aca3b;
}
.btn.btn-lg {
    border-radius: 6px;
    font-size: 18px;
    line-height: 1.33333;
    padding: 10px 16px;
}
.select-wrapper {
    width: 100%;
    border: 1px solid #e1e2e4;
    border-radius: 4px;
    overflow: hidden;
    height: 24px;
    display: inline-block;
    box-sizing: border-box;
    background-color: #fff;
    position: relative;
}
.padding-top {
    padding-top: 50px;
}

.chrome .select-wrapper select, .safari .select-wrapper select, .internet_explorer .select-wrapper select {
    padding-left: 4px;
}

.select-wrapper:after{
    content: "\e932";
    position: absolute;
    top:0;
    right:3px;
}

.select-wrapper select::-ms-expand {
    display: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.select-wrapper select {
    width: 99.9%;
    background: transparent;
    border: 0;
    font-size: 12px;
    -webkit-appearance: none;
    -moz-appearance:    none;
    -o-appearance:      none;
    appearance:         none;
    margin: 0 !important;
    height: 100%;
    position: relative;
    z-index: 1;
    padding: 1px 3px;
}
.checkboxArea, .radioArea {
    padding:0;
    float:left;
    width:15px !important;
    height:15px !important;
    border:0;
    overflow: hidden;
    cursor: default;
    margin-right: 5px;
    background: url(../images/checkboxes.png) no-repeat;
}
.radioArea, .radioAreaChecked {
    background: url(../images/radiobuttons.png) no-repeat;
}
.checkboxArea.checked, .radioArea.checked {
    background-position: 0 -22px;
}
.checkboxArea.checked.disabled, .radioArea.checked.disabled {
    background-position: 0 -67px;
}
.checkboxArea.disabled, .radioArea.disabled {
    background-position: 0 -44px;
}
.checkboxArea input[type="checkbox"], .radioArea input[type="radio"] {
    margin: 0;
    z-index: 2;
    cursor: pointer;
    outline: none;
    opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
}
#loader {
    display: none;
    width: 135px;
    padding: 6px 10px;
    text-align: center;
    font-size: 13.5px;
    font-weight: 600;
    position: absolute;
    top: 0px;
    background-color: #CDCFD4;
    border-radius: 0 0 5px 5px;
    color: #757575;
    z-index: 99999;
}

.alert {
    padding: 7px 10px;
    color:#fff;
    border: 0;
    font-size: 11.5px;
    word-wrap: break-word;
    border-radius: 4px;
}

.alert span:first-letter {
    text-transform: uppercase;
}

.alert.alert-danger {
    background-color: red;
}

.alert.alert-success {
    background-color: #35e56f;

}
.alert .icon, span.icon  {
    position: relative;
    top: 3px;
    display: inline-block;
    line-height: 1;
    margin-right: 5px;
}
.alert .icon:before,
.select-wrapper:after,
span.icon {
    font-family: 'icofont' !important;
    speak: none;
    font-size: 16px !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.alert-danger .icon:before{
    content: "\e93b";
}
.alert-success .icon:before{
    content: "\e93a";
}
.sort-bar a.asc .icon::after {
    content: "\e930";
}
.sort-bar a.desc .icon::after {
    content: "\e932";
}
.group-bar a .icon:after {
    content: "\e932";
}
.active .group-bar a .icon:after {
    content: "\e930";
}
.contact-organizer .icon:after{
    content: "\e909";
}
.system-check .icon:after {
    content: "\e92d";
}
.faqs .icon:after {
    content: "\e916";
}
.support .icon:after {
    content: "\e92e";
}
.join-link .icon:before{
    content: "\e938";
    color: #f5ab35;
}

.container-fluid {
    background-color: #ffffff;
    border: 1px solid #e1e2e4;
}
.section-bar {
    border-bottom: 1px solid #e1e2e4;
}
.section-bar h2 {
    margin: 0;
    font-weight: 600;
    margin: 0;
    overflow: hidden;
    padding: 8px 15px;
    text-transform: uppercase;
}
.group-bar {
    padding: 2px 15px;
}
.group-bar a, .group-bar a:hover, .group-bar a:focus {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}
.sort-bar {
    padding: 5px 0;
}
.sort-bar  a, .sort-bar a:hover, .sort-bar a:focus {
    color: #8f8f8f;
    text-decoration: none;
}
.data-list .row {
    padding: 5px 0;
    border-top: 1px solid #f0f0f0;
}
.data-list .row:first-child {
    border: 0;
}
.no-data-message {
    padding: 50px;
    text-align: center;
    font-size: 20px;
}
.action-nav {
    border-bottom: 1px solid #e1e2e4;
    padding: 5px 0;
}
.action-nav .btn {
    margin: 3px;
}
.session-info {
    padding: 0;
    border-right: 1px solid #e1e2e4;
}
.session-info .info {
    margin: 0;
    padding: 20px 0;
    clear: both;
    border-top: 1px solid #e1e2e4;
}
.session-info .info .line {
    margin: 15px 0;
}
.session-info .info h3 {
    margin: 5px 0;
}
.session-info .info .label {
    margin: 5px 0;
    font-size: 100%;
    display: inline-block;
    padding: 5px 10px;
}
.session-register-form {
    padding-left: 40px;
    padding-bottom: 50px;
    border-left: 1px solid #e1e2e4;
    margin-left: -1px;
}
.session-register-form h1 {
    margin: 50px 0 10px 0;
}
.session-register-form .form-title {
    margin: 50px 0 10px 0;
}
.session-register-form .btn-lg {
    margin: 15% auto;
}
.session-register-form .description {
    height: auto;
    margin: 25px 0;
}
.session-register-form .description h2 {
    text-transform: capitalize;
    background-color: #ffffff;
    float: left;
    padding: 2px 5px 0 0;
}
.session-register-form .form-horizontal {
    margin-top: 10px;
}
.session-register-form .description div {
    padding: 5px 0;
    margin: 10px 0 0 55px;
}
.line {
    line-height: 0;
    height: 0;
    border-bottom: 1px solid #e1e2e4;
}
.session-buttons {
    padding: 15px;
}
.session-buttons .btn {
    min-width: 45%;
    margin: 3px;
}
.session-image img {
    width: 100%;
    max-width: 340px;
}
a.facebook, a.twitter {
    display: inline-block;
    height: 32px;
    margin-right: 7px;
    width: 32px;
}
a.facebook {
    background: url(../images/session_registration/fb_color.png) no-repeat 0 0;
}
a.twitter {
    background: url(../images/session_registration/tweet_color.png) no-repeat 0 0;
}
.form-footer {
    border-top: 1px solid #e1e2e4;
    height: 50px;
}
.custom-instructions {
    padding: 5px 0 20px 0;
}

#footer{
    clear:both;
    position:relative;
    width:100%;
    height: 70px;
    margin-top:-70px;
    padding: 35px 5px 0 0;
    color: #acacac;
}
#footer ul {
    padding:0;
    list-style:none;
    float:right;
    display:inline;
}
#footer ul li {
    float: right;
    text-align: right;
    padding: 0 10px;
    border-right: 1px solid #acacac;
}
#footer li:first-child {
    border: 0;
}
#footer a {
    color:#acacac;
}
#footer span.copyright {
    padding: 0 10px;
    white-space: nowrap;
}
#footer a:hover{
    text-decoration:underline;
}
#box-mobile {
    margin: 0 auto;
}
#box-mobile > img {
    width: 70%;
    max-width: 420px;
    margin: 10% 0 5% 0;
}
#box-mobile h2, #box-mobile h3 {
    font-weight: normal;
    margin: 15px 0;
}
#box-mobile h2 {
    font-size: 34px;
    padding: 35px 0;
}
#box-mobile h3 {
    font-size: 30px;
}
#box-mobile a {
    text-decoration: underline;
}
#box-mobile p {
    font-size: 24px;
    padding: 15px 0;
}
#box-mobile .btn {
    text-transform: uppercase;
    width: 90%;
    max-width: 460px;
    display: inline-block;
    padding: 3% 0;
    font-size: 30px;
    text-decoration: none;
    margin: 3%;
}
.html5 #box-mobile h3 {
    margin: 15px 0 0 0;
}
.html5 #box-mobile .btn {
    width: 100%;
    margin: 3% 0;
}
.html5 #box-mobile .container {
    padding: 0 30px;
}
.html5 #box-mobile .mobile-options-description {
    padding: 0 0 30px 0;
}
.html5 #box-mobile img {
    width: 55%;
    max-width: 400px;
    margin: 40px auto;
}
.html5.mobile {
    padding-top: 150px;
}
.html5 #box-mobile .container-fluid {
    border: 0;
}
.html5 #box-mobile .link-lg {
    font-size: 18px;
    padding-top: 20px;
    display: inline-block;
}

.html5 #box-mobile .navbar-fixed-top.shadow {
    -webkit-box-shadow: 0 10px 15px rgba(57, 63, 72, 0.15);
    -moz-box-shadow: 0 10px 15px rgba(57, 63, 72, 0.15);
    box-shadow: 0 10px 15px rgba(57, 63, 72, 0.15);
}
.html5 #box-mobile .mobile-options {
    padding: 30px 0;
}
.html5 #box-mobile .mobile-options-header {
    font-size: 36px;
    text-align: center;
    margin-bottom: 0;
}
.html5 #box-mobile .error-message {
    margin: 10% 0 0 0;
}
.html5 #box-mobile .error-message h2 {
    font-size: 42px;
    margin-bottom: 40px;
}
.page-404 > img {
    max-width: 420px;
    max-width: 80%;
    margin: 15% 0 10% 0;
}
.page-404 .title {
    text-align: center;
    font-size: 36px;
}
.page-404 .message {
    text-align: center;
    margin: 25px 0;
    font-size: 22px;
}
.pass-graybar {
    height: 5px;
    background-color: #CCC;
    width: 100%;
    position: relative;
    margin: 5px 0;
    border-radius: 2px;
}
.pass-colorbar {
    height: 5px;
    background-image: url(../images/password-strength.png);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 2px;
}
.pass-wrapper {
    padding: 5px 0 0 0;
}
.pass-percent, .pass-text {
    font-size: 1em;
}
.pass-percent {
    margin-right: 5px;
}
.form-group.recaptcha {
    margin-bottom: 0;
    margin-top: 20px;
}
.rc-anchor.rc-anchor-normal.rc-anchor-light {
    width: 260px !important;
}
.join-session-message {
    padding-top: 15px;
}
.btn-join-session {
    cursor: pointer !important;
}
@media (min-width: 992px) {
    .form-horizontal .control-label  {
        padding: 4px 0 0 0;
    }
}
@media (max-width: 992px) {
    .session-buttons .btn {
        width: 100%;
    }
    .session-register-form {
        padding-left: 15px;
    }
    .session-register-form {
        border-top: 1px solid #e1e2e4;
        padding-top: 25px;
    }
}

@media (max-width: 767px) {
    .html5 #box-mobile .mobile-options-header {
        font-size: 28px;
    }
    .html5 #box-mobile img {
        margin: 30px auto;
    }
    .html5.mobile {
        padding-top: 130px;
    }
    .session-register-form h1 {
        margin-top: 0;
    }
    .session-image, .session-buttons {
        float: left;
        width: 50%;
    }
    .session-buttons .btn {
        width: 90%;
    }
    .session-register-form .form-title {
        margin-top: 10px;
    }
}

@media (max-width: 540px) {
    .action-nav .btn.btn-icon span:not(.icon) {
        display: none;
    }
    .action-nav .btn.btn-icon .icon {
        margin-right: 0;
    }
    #footer .copyrights {
        border: 0;
    }
    #box-mobile h2 {
        font-size: 24px;
        padding: 15px 0;
    }
    #box-mobile h3 {
        font-size: 18px;
    }
    #box-mobile .btn {
        font-size: 18px;
    }
    #box-mobile p {
        font-size: 18px;
    }
    .html5 #box-mobile img {
        width: 65%;
        margin: 25px auto;
    }
    .html5.mobile {
        padding-top: 90px;
    }
    .html5 #box-mobile .mobile-options-header {
        font-size: 20px;
    }
    .html5 #box-mobile p {
        font-size: 16px;
    }
    .html5 #box-mobile h3 {
        font-size: 16px;
    }
    .html5 #box-mobile .error-message h2 {
        font-size: 32px;
    }
    .session-register-form .description div {
       margin-left: 0;
    }
    .info .session-status h3 {
        float: left;
    }
    .info .session-status div {
        float: right;
    }
    .session-info .info .label {
        margin-top: 0;
    }
    .session-info .info .line {
        margin: 10px 0;
    }
    .page-404 .title {
        font-size: 24px;
    }
    .page-404 .message {
        font-size: 18px;
    }
}
@media (max-width: 380px) {
    .html5 #box-mobile img {
        width: 70%;
        margin: 20px auto;
    }
    .html5 #box-mobile .error-message h2 {
        font-size: 28px;
    }
}
