@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Abel');

@import url("self_service_colors.css");

body {
    background-color: white;
    color: #EAEAEA;
    font-family: Abel;
    font-size: 16pt;
    margin: 8px;
    padding: 0 !important;
}
hr{
    margin-top: 16px !important;
    margin-bottom: 16px !important;
}

.heading1{
    font-family: Abel;
    font-size: 30pt;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 24px;
}
.col-heading1{
    font-family: Abel;
    font-size: 20pt;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 24px;
}
.heading2{
    font-family: Abel;
    font-size: 23pt;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-transform: uppercase;
    margin: 0;
}
.heading2-events{
    font-family: Abel;
    font-size: 23pt;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    margin: 0;
}
.text-overflow {
	overflow-wrap: anywhere;
    word-break: break-all;
}
.text{
    font-family: Abel;
    font-size: 16pt;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
}
.col-text{
    font-family: Abel;
    font-size: 12pt;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
}
.text-center{
    text-align: center !important;
}
.inline-text{
    white-space: nowrap;
}
.line-break-text {
    white-space: pre-line;
}
.underlined{
    text-decoration: underline !important;
}
.text.placeholder{
    font-family: Abel;
    font-size: 23px;
}
.semibold{
    font-weight: 600 !important;
}
.disabled-area{
    opacity: 0.35;
    pointer-events: none;
}
.text-primary-color{
	color: var(--text-primary-color);
}
/*.text-primary-color:focus{
    color: var(--text-primary-color);
    text-decoration: none;
}*/
/*.main-color{
    color: var(--primary-color);
}
.main-color:hover, .main-color:focus{
    color: var(--primary-color);
    text-decoration: none;
}*/
.text-accent-color {
	color: var(--primary-color);
}
.text-accent-color:hover, .text-accent-color:focus{
    color: var(--primary-color);
    text-decoration: none;
}
.primary-color {
	color: var(--primary-color);
}
.main-bg{
    background: var(--primary-color) !important;
}
/*.dark-color{
    color: var(--dark-primary-color);
}*/
/*.middle-color{
    color: var(--primary-color-medium);
}*/
/*.light-color{
    color: var(--light-primary-color);
}*/
.warning-color{
    color: #FFDF57;
}
.alert-color{
    color: var(--primary-color);
}
.alert-color:hover, .alert-color:focus{
    color: var(--primary-color);
    text-decoration: none;
}
.enabled-color{
    color: #57ff98;
}
.text-color-on-background{
    color: var(--text-color-on-background);
}
.text-color-on-background>a{
    color: var(--text-color-on-background);
}
.text-color-on-background>a:hover, .text-color-on-background>a:focus{
    color: var(--text-color-on-background-hover);
    text-decoration: none;
}
.text-color-on-background-hr {
    border: 0;
    border-top: 1px solid var(--text-color-on-background-hr);
}
.link-color-on-white-bg {
	color: var(--link-color-on-white-bg);
}
.link-color-on-white-bg:focus{
    color: var(--link-color-on-white-bg);
    text-decoration: none;
}
.link-color-on-white-bg:hover {
	color: var(--link-color-on-white-bg-hover);
}
/*.link-color-on-colored-background {
	color: var(--link-color-on-colored-background);
}*/
.link-color-on-colored-background a:hover {
	color: var(--text-color-on-background-hover);
}
.midgrey-color{
    color: var(--text-color-on-background);
}
.midgrey-color a:hover{
    color: var(--text-color-on-background) !important;
}
/*.midgrey-bg{
    background: #EAEAEA;
}*/
.text-secondary-color {
	color: var(--text-secondary-color);
}
.text-secondary-color-events {
    color: gray;
    font-weight: 100 !important;
}
a.text-secondary-color {
	color: var(--text-secondary-color);
}
.grey-color{
    color: #484848;
}
.grey-color:hover,.grey-color:focus{
    color: #484848;
    text-decoration: none;
}
.text-secondary-color{
    color: var(--text-secondary-color);
}
.text-secondary-color:hover,.text-secondary-color:focus{
    color: var(--text-secondary-color);
    text-decoration: none;
}
/*.grey-bg{
    background: #484848;
}*/
.hr-separator-color {
	background: var(--hr-separator-color);
}
.hr-separator-color-devices-sessions {
	background: var(--hr-separator-color-devices-sessions);
}
/*.darkblue-color{
    color: var(--main-text-color);
}
.darkblue-color>a{
    color: var(--main-text-color);
}
.darkblue-color>a:hover{
    color: var(--main-text-color);
}*/
.text-primary-color>a{
    color: var(--text-primary-color);
}
/*same for dashboard logout btn*/
.text-primary-color>a:hover, .text-primary-color>a:focus{
    color: var(--link-color-on-white-bg-hover);
    text-decoration: none;
}
.white-bg{
    background: white !important;
}
.no-padding{
    padding: 0 !important;
}

.self-button{
    border-radius: 2px !important;
    margin-top: 0;
    padding: 20px !important;
    font-family: Abel;
    font-weight:600 !important;
    text-transform: uppercase;
    color: var(--text-color-on-background) !important;
    font-size: 16pt !important;
}
/*.self-button:hover{
    color: var(--text-color-on-background-hover) !important;
}*/

.input-form{
    border-bottom: 3px solid var(--primary-color);
    padding: 15px;
    margin-bottom: 5px !important;
    text-align: center;
}

.input-form.error{
    border-bottom: 3px solid #FF0000;
}
.input-form.error>input{
   color: #FF0000;
}

.no-border-input {
    border: none;
    background: transparent;
    text-align: center;
    color: var(--main-text-color);
    outline: none;
    font-size: 22px;
    width: 100%;
}
.email-label{
    font-family: Abel;
    background: none;
    padding: 0;
    color: var(--main-text-color);
    font-size: 11pt;
}
.email-label.error{
    color: #FF0000;
}
.label-show{
    visibility: visible;
    opacity: 1;
    z-index: 1;
    position: absolute;
    top: 40%;
    width: 100%;
    transition: all 0.3s ease;
}
.label-hide{
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 30%;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
.log-button{
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    /*color: var(--button-text-color) !important;*/
}
.log-button.disabled-bg{
    opacity: 0.3!important;
}
.email-sent{
    margin: 48px 0;
}
.use-different-email{
    letter-spacing: 1px;
}
.use-different-email>i{
    padding-right: 5px;
}
.use-different-email:before {
    background-image: url(images/arrow_back.png);
    background-size: 30px;
    margin-right: 10px;
    padding: 3px;
    display: inline-flex;
    width: 30px;
    height: 25px;
    content: "";
}
/* sidebar */
#wrapper {
    display: flex;
    align-items: stretch;
}
#sidebar.desktop{
    min-width: 300px;
    max-width: 300px;
    min-height: 100vh;
    background: var(--primary-color);
    color: var(--text-color-on-background);
    transition: all 0.3s ease;
}

#sidebar.desktop.close {
    margin-left: -300px;
}

#sidebar.mobile.close {
    display: none;
}
#sidebar .logo {
    padding-top: 36px;
    padding-left: 33px;
}

a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}

a[aria-expanded="true"]::before {
    content: '\e260';
}

a:hover{
    text-decoration: none!important;
}
.list-unstyled{
    position: fixed;
    width: 300px;
    display: grid;
}
/* end sidebar */

/** mobile **/
@media only screen and (max-width: 768px) {
    #sidebar.desktop.close , #sidebar.desktop{
        display: none;
    }

    #sidebar.mobile{
        display: block;
        position: fixed;
        max-width: 100%;
        min-width: 100%;
        z-index: 100;
        margin-top: 0;
        min-height: 100vh;
        background: var(--primary-color);
    	color: var(--text-color-on-background);
        transition: all 0.4s ease-in-out;
    }
    #sidebar.mobile.close{
        margin-top: -100vh;
        display: block;
    }

    #sidebar.mobile .closebtn{
        width: 32px;
    }

    #sidebar.mobile .closebtn img{
        height: 100%;
        width: 100%;
        padding: 2px;
    }

    #sidebar.mobile .closebtn:focus{
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -moz-transition: all 0.4s ease-out;
        -o-transition: all 0.4s ease-out;
        -webkit-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
    }
    #sidebar.mobile .logo img{
        top:23px;
        right: 24px;
        position: absolute;
    }

    .mobile .list-unstyled{
        width: 100%;
    }
    .list-unstyled.fade-in{
        -webkit-transition: opacity 0.4s ease-in-out;
        -moz-transition: opacity 0.4s ease-in-out;
        -ms-transition: opacity 0.4s ease-in-out;
        -o-transition: opacity 0.4s ease-in-out;
        opacity: 1;
    }
    .list-unstyled.fade-out{
        -webkit-transition: opacity 0.4s ease-in-out;
        -moz-transition: opacity 0.4s ease-in-out;
        -ms-transition: opacity 0.4s ease-in-out;
        -o-transition: opacity 0.4s ease-in-out;
        opacity: 0.2;
    }
    .mobile-header{
        padding: 21px 24px !important;
        display: flex;
        max-height: 74px;
    }
    /* typography */
    .heading1{
        font-size: 21pt;
        margin-bottom: 10px !important;
    }
    .heading2{
        font-size: 18pt;
    }
    .heading2-events {
        font-size: 18pt;
    }
    .text{
        font-size: 13pt;
    }
    .self-button{
        font-size: 13pt !important;
    }

    .page_header{
        padding: 21px 24px !important;
    }
    .logo>img {
        height: 50px;
    }
    .account .heading2 .heading2-events{
        margin-bottom: 30px;
    }
    .manage-page{
        padding-top: 50px;
    }
    .manage-page .top>img {
        height: 120px !important;
        margin-right: 36px !important;
    }
    .manage-page .session-top>img {
        height: 70px !important;
        margin-right: 36px !important;
    }

    .manage-page .devices .img-holder{
        max-width: 100px !important;
        max-height: 100px !important;
    }
    .manage-page .devices .img-holder>img{
        max-width: 100px !important;
        max-height: 100px !important;
    }
    .disable-button, .delete-button{
        width: 100%;
    }
    .manage-page .middle>div:first-child{
       display: flex;
    }
    .dashboard_body{
        padding: 32px 36px !important;
    }
    .dashboard_body_column{
        padding: 32px 0 !important;
    }

    .dashboard_body_column .img-holder{
        max-height: 90px !important;
        min-width: 85px !important;
        text-align: center;
        margin-left: -15px;
        margin-right: 20px;
    }
    .dashboard_body_column .img-holder>img{
        max-height: 90px !important;
        /*min-width: 85px !important;*/
        max-width: 85px !important;
    }
    .dashboard_body_column .anchor{
        margin-top: 36px !important;
    }
    .dashboard_num{
        font-size: 48pt !important;
    }
    .dashboard_header .container{
        padding: 56px 21px !important;
    }
    .dashboard_header_col{
        height: 100% !important;
        padding-top: 48px;
    }
    #page-wrapper .nav-affix{
        position: fixed;
        z-index: 99;
    }
    .ic-delete:before{
        background-size: 25px !important;
        width: 24px !important;
        height: 24px !important;
    }
    .open-menu>img{
        width: 35px;
    }
    .open-menu:focus{
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

    .email-sent{
        margin: 36px 0 !important;
    }

    .use-different-email:before {
        background-image: url(images/arrow_back.png);
        background-size: 25px;
        padding: 0 !important;
        display: inline-flex;
        width: 20px;
        height: 18px;
        content: "";
    }

    .safariDashboardFix {
        display: block !important;
    }
}

/* end mobile */

.safariDashboardFix {
    display: flex;
}

.logo>img{
    height: 50px;
}
.admin-logo>img{
    width: 70px !important;
}
#page-wrapper{
    width: 100%;
}

.page_header{
    background-color: transparent;
    border: none !important;
    padding: 36px 48px;
    margin-bottom: 0 !important;
    float: none !important;
}
.page_header>a:hover{
    color: #EAEAEA;
}

.page_header>div:first-child{
    float: left;
}

.page_header>div:last-child{
    list-style-type: none;
    display: flex;
    float: right;
}

.page_header .vertical-border{
    border: 1px solid;
    margin: 4px 10px;
}

.dashboard_header .container{
    padding: 50px 48px 40px 48px;
}
.dashboard_header_col{
    height:56pt;
    display: inline-flex;
    margin-top: auto;
    margin-bottom: auto;
}
.dashboard_header_col i{
    margin: auto;
}
.dashboard_header_col p{
    margin-bottom: 0 !important;
}
.dashboard_header_col .visible-xs{
    margin: auto;
    margin-left: 20px;
}
.dashboard-locked{
    display: grid;
}
.dashboard_body{
    text-align: center;
    padding: 104px 0;
}
.dashboard_body_column{
    text-align: left;
    display: flex;
}

.dashboard_body_column .anchor{
    margin-top: 50px;
}
.dashboard_num{
    font-size: 56pt;
}
.img-holder{
    max-height: 160px;
    max-width: 120px;
    text-align: right;
    display: inline-block;
    margin-left: 0px;
    margin-right: 10px;
    padding: 5px;
}
.img-holder>img{
    max-height: 120px;
    max-width: 120px;
    /*height: 100%;*/
}

.line-offset{
	margin: 22px;
}
.session-img-holder{
    max-height: 160px;
    max-width: 120px;
    text-align: right;
    display: inline-block;
    margin-left: 0px;
    margin-right: 10px;
    padding: 5px;
    padding-top: 40px;
}
.session-img-holder>img{
    max-height: 60px;
    max-width: 120px;
    height: 100%;
}
.dashboard_column {
	width: 25% !important;
}
.circle {
    margin-top: 24pt;
    margin-bottom: 25pt;
    width: 28px;
    height: 28px;
    border-radius: 50%
}
.locked, .danger{
    background: #FF0000;
}
.disabled-bg{
    background: #FFDF57;
}
.enabled{
    background: #57ff98;
}
.account .heading2 .heading2-events{
    margin-bottom: 36px;
}
.manage-page .top{
    display: flex;
}
.manage-page .session-top{
    display: flex;
}
.manage-page .circle{
    margin-bottom: 0!important;
    margin-top: 6px!important;
}
.manage-page .top>img{
    height: 140px;
    margin-right: 56px;
}
.manage-page .session-top>img {
    height: 80px !important;
    margin-right: 36px !important;
}
.manage-page .top .text{
    float: left;
    max-width:350px;
}
.manage-page .text-col{
    max-width:500px;
}
.manage-page .btn{
    max-width:300px;
    float: right;
}
.manage-page .middle , .bottom{
    padding-top: 36px;
    padding-bottom: 18px;
    background: #eaeaea;
}
.manage-page .devices .img-holder{
    max-height: 110px;
    max-width: 110px;
    text-align: center;
    margin-left: -20px;
    margin-right: 10px;
    margin-top: -20px;
    padding: 5px;
}
.manage-page .devices .img-holder>img{
    max-height: 110px;
    max-width: 110px;
}

.disable-button{
    background-color: #484848 !important;
    border-color: #484848 !important;
}
.delete-button{
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}
.devices .delete-button{
    padding: 5px 20px !important;
    min-width: 140px !important;
    max-width: 200px !important;
}
.manage-page .hr-text{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0!important;
    padding: 36px 0;
}
.manage-page .hr-text .text{
    font-weight: 600;
    padding-right: 15px;
}
.manage-page .hr-text hr{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 2px;
    flex: 1;
    border:none;
    margin: 0!important;
}
/** modal **/
.modal{
    text-align: center;
}
.modal:before{
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
}
.modal-dialog{
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.modal-content{
    border-radius: 3px !important;
}
.modal-body{
    padding: 36px 40px !important;
}
.modal-body img{
    height: 50px;
    margin-bottom: 30px;
}
.modal-header{
    min-height: 0 !important;
    padding: 0 !important;
    border:none !important;
}
.modal-title{
    padding-bottom: 36px;
}
.modal-footer{
    padding: 10px 15px 20px 15px !important;
    border:none !important;
}
.modal-footer>a{
    padding: 8px;
}
.modal.fade:not(.in) .modal-dialog {
    -webkit-transform: translate3d(-25%, 0, 0) !important;
    transform: translate3d(-25%, 0, 0) !important;
}

#spinner>img {
    -webkit-animation: rotation 1s infinite linear;
    height: 35px;
}

@-webkit-keyframes rotation {
    from {-webkit-transform: rotate(0deg);}
    to   {-webkit-transform: rotate(359deg);}
}

.ic-delete:before{
    background-image: url(images/ic_delete.png);
    background-size: 30px;
    margin-right: 5px;
    padding: 4px;
    display: inline-flex;
    width: 28px;
    height: 28px;
    content: "";
}

.swipe-right{
    transform: translate(50vh);
    opacity: 0 !important;
    -moz-transition: all 0.3s ease-in !important;
    -o-transition: all 0.3s ease-in !important;
    -webkit-transition: all 0.3s ease-in !important;
    transition: all 0.3s ease-in !important;
}

.notification{
    position: fixed;
    min-height: 75px;
    width: 100%;
    left: 0;
    margin-top: 0px;
    transition: all 0.4s ease-in-out;
}
.notification.closed{
    margin-top: -75px;
    transition: all 0.4s ease-in-out;
}
.notification>div:first-child{
    margin: auto;
}
.notification .closebtn{
    position: absolute;
    height: 27px;
    right: 50px;
}
.notification .closebtn>img{
    height: 100%;
}
.login-logo img {
	height: 60px !important;
	margin-right: 5px;
}
.login-logo>a, .login-logo>div {
	float: left;
}
.qr-code {
	display: block !important;
	margin: auto !important;
	padding: 0 !important;
}
.scan-label {
	text-align: center;
}

.scan-error {
	color: #FF0000;
}

.qr-error {
	visibility: hidden;
}

.text-padding {
	visibility: hidden;
}

.no-text-padding {
	position: absolute;
}

/* GWT */

.cellListEvenItem > div.sidebar-list-item {
    font-size: 23px;
    display: block;
    font-weight: normal;
    padding: 16px;
    margin: 0;
    padding-left: 48px;
    height: 56px;
    position: relative;
}

.cellListEvenItem > div.sidebar-list-item:HOVER {
    cursor: pointer !important;
    color: var(--text-color-on-background-hover);
}

.cellListEvenItem i {
    padding-right: 10px;
}

.cellListOddItem > div.sidebar-list-item {
    font-size: 23px;
    display: block;
    font-weight: normal;
    padding: 16px;
    margin: 0;
    padding-left: 48px;
    height: 56px;
    position: relative;
}

.cellListOddItem > div.sidebar-list-item:HOVER {
    cursor: pointer !important;
    color: var(--text-color-on-background-hover);
}

.cellListOddItem i {
    padding-right: 10px;
}

.cellListSelectedItem > div.sidebar-list-item {
    background: var(--primary-color-medium);
    margin-right: 0px;
}
.nav-tabs>li>a[aria-expanded="false"]::before, .nav-tabs>li>a[aria-expanded="true"]::before {
	display: none !important;
}

.nav-tabs>li.active>a, .nav-tabs>li>a:hover {
    color: black !important;
    font-weight: 500 !important;
    background-color: white !important;
    border-radius: 4px !important;
}

#navTab.nav-tabs>li>a {
    color:black !important;
    font-weight: 500 !important;
    background-color: var(--primary-color);
    border-radius: 4px !important;
    margin-bottom: 0px !important;
}

.nav-tabs {
    border-bottom: none !important;
    text-align: center;
}
.nav-tab-custom {
    border-radius: 6px;
    overflow: hidden;
    background-color: var(--primary-color);
    padding: 2px 0px 4px 2px !important;
}

.nav-tabs-style-events {
    justify-content: left !important;
}

.width-events {
    width: 50%;
}

.overflow-style {
   overflow-wrap: break-word;
}
