﻿/*body,
html,
.main-container {
      margin:0;
      padding-left:0;
      padding-right:0;
      height:100vh;
      overflow:hidden;
      background-color:whitesmoke;
    }*/

    /*.slide-left
    .slide-left.active
    {
       left: 0;
    }*/

.flex-center {
    display: flex; flex-direction: column; justify-content: center; align-items: center;
}

body {
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}


.fl-btn-transparent,
.fl-btn-transparent.active,
.fl-btn-transparent:active,
.fl-btn-transparent:focus {
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    touch-action:none;
}

.fl-icon-center{
    display:inline-block;
    font-size: 28px;
    line-height: 28px;
    background-color:rgba(147,196,125, 0.9);
    color:whitesmoke;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    padding-top:0px;
}

.fl-row-center {
    display:inline-block;
    float: none;
    margin-left: auto; 
    margin-right: auto;
}

.fl-disabled{
    pointer-events:none;
}

.fl-popup-stand {
    position:fixed;
    display:block;
    z-index:auto;
    left: 50%; 
    -webkit-transform: translate(-50%, -95%);
    -ms-transform: translate(-50%, -95%);
    -moz-transform: translate(-50%, -95%);
}  

.fl-view-floorplan
{
    position:fixed;
    width:100%;
    height:100%;
}


/*    fixed top nav bar requirement
.fl-view-floorplan,
.fl-view-dashboard 
{
    padding-top:60px;
}*/

    .main-container {
      margin:0;
      padding-left:0;
      padding-right:0;
      height:calc(100% - 60px);
      overflow:hidden;
      background-color:whitesmoke;
    }

    @media screen and (max-width: 991px) {
        .main-container {
            position: relative;
            -webkit-transition: all 0.25s ease-out;
            -moz-transition: all 0.25s ease-out;
            transition: all 0.25s ease-out;
            width:calc(100% + 265px);
        }
    
        .slide-left
        {
            left: -265px;
        }

        .slide-left.active {
            left: 0;
        }
    }

    .container-bottom-drawer {
        -moz-transition: all 0.25s ease-out;
        -o-transition: all 0.25s ease-out;
        -webkit-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
        width:100%;
    }

    .slide-down {
        bottom: -60px;
    }

    .slide-down.active {
        bottom: 0;
    }

    .slide-down-flipped {
        bottom: 0;
    }

    .slide-down-flipped.active {
        bottom: 60px;
    }

.fl-typehead-container
    .dropdown-menu { width: 100%; max-height:300px; left:0 !important; overflow-y:scroll; background-color:white;
}
    .fl-typehead-container .dropdown-menu li > a {
        color:black;
    }

.fl-typeahead-row {
    padding: 4px;
}

.fl-typeahead-row:hover {
    background-color: #4b94c7;
    color: white;
}

button:focus, button:active 
{
    outline:none !important;
}

/*::-moz-selection { background: none ; text-shadow: none; }
::selection { background: none; text-shadow: none; }*/

.container-left-side
{
    margin:0;
    padding-left:0;
    padding-right:0;
    width:265px;
    background-color:white;
    float: left;
    height:100%;
    overflow:hidden;
    border:1px solid #265473;
    border-top:none;
    border-bottom:none;
}

.left-side-scroll 
{
    margin:0;
    padding-left:0;
    padding-right:0;
    overflow-y:scroll;
    overflow-x:hidden;
}

.left-side-scroll-zones 
{
    height:calc(100% - 205px);
}

.left-side-scroll-nozones 
{
    height:calc(100% - 171px);
}

.fl-exhibitor-list-hover:hover 
{
    cursor:pointer;
    color:#C0C0C0;
}

.container-right-side
{
    background-color:lightblue;
    overflow:hidden;
    height:100%;
}
    .container-right-side,
    .container-right-side>.row,
    .container-right-side>.row>.col,
    .container-right-side>.row>.row{
        margin-left:0;
        margin-right:0;
        padding-left:0;
        padding-right:0;
    }

    .right-side-floorplan 
    {
        /*to do - get rid of this height in vh at some point as it is very ugly*/
        /*height:calc(100vh - 60px);*/
        height:100%;
        padding-left:0;
        padding-right:0;
    }

header,
.header-left,
.header-right {
    background-color:rgb(52,152,219);
    color: #ddd;
    text-align:center;
    height:75px;
}

.header-left {
    background-color: rgb(71,161,221);
}

.header-right > .btn-group {
/*	top: 50%;
	transform:translateY(-50%);*/
    top:0;
}

.ontop {
    position: absolute;
    z-index: 99999;
}

/*
    LABELS
*/
.required:after{
    content:" *";
    color:red;
}

/*
    TABLE STYLING
*/

.text-concat { max-width: 100px; }
.text-concat-sm { max-width:60px;}

.text-concat-sm div,
.text-concat div { overflow: hidden; -ms-text-overflow: ellipsis; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; width: inherit; }

.table-hover > tbody > tr.select-row:hover > td,
.select-row > td {
    background-color:#227cbc;
    color:white;
    font-weight:bold;
}

.table-hover > tbody >tr:hover {
    background-color:#87b9dd;
    color:white;
}

.table-text-center th, .table-text-center td {
    text-align: center;
}

.table ,
tr,
tbody,
th,
td {
    padding-bottom:0;
    margin-bottom:0;
    font-size:12px;
}

.fl-table > thead {
    font-weight:bold;
    background-color:#313E46;
    color:whitesmoke;
}

.fl-table > tbody > tr {
    line-height: 34px;
    min-height: 34px;
    height: 34px;
}

.fl-table-header-colapse > thead {
    visibility:hidden;
}

.fl-table-header-colapse > thead > tr 
{
    visibility:hidden;
    line-height: 0;
    min-height: 0;
    height: 0;
}

.fl-table-header-colapse > thead > tr > th 
{
    padding:0;
}

/*
    SCROLL BAR - chrome
*/
::-webkit-scrollbar {
    width: 12px !important;
}

/* Track */
::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/ 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(0,0,0,0.2); 
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);*/ 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(0,0,0,0.1); 
}

/*
    LOGIN FORM
*/

.login-form-container{
    height:100%;
    width:400px;
    display: table;
    vertical-align: middle;
    /*background-color: rgba(83, 122, 200, 0.9);*/
}

.vertical-center-row {
    display: table-cell;
    vertical-align: middle;
}

    .vertical-center-row .row {
        border-radius: 7px;
        /*border: 2px solid rgba(83, 122, 200, 0.5);*/
        padding: 3px;
        box-shadow: 0 0 15px gray;
    }

/*ACCORDION*/

.fl-accordion .panel-title > a > span 
{
    width:100% !important;
}

.fl-accordion .panel-default > .panel-heading 
{
    padding:0px;
}

.fl-accordion .accordion-toggle > .fa 
{
    margin:0;
}

.fl-accordion .panel-body 
{
    padding:0 0 0 0;
}

.fl-accordion .panel-footer 
{
    padding-top:5px;
    padding-bottom:0;
    padding-left:0;
    padding-right:0;
}

.fl-accordion .panel-group {
    margin:0 !important;
}


.panel-custom
{
    margin-top:1px !important;
}

 /* ACCORDION STYLES */
.accordion-toggle 
{
    outline:none;
    background:none;
    text-decoration: none;
}
.accordion-toggle span 
{
    font-size:18px;
    vertical-align: middle;
    line-height: normal;      
}

.accordion-toggle i 
{
    font-size:24px;
}

.accordion-toggle:focus 
{
    outline: none;
}

.accordion-toggle:link {
    text-decoration: none;
}
.accordion-toggle:visited {
    text-decoration: none;
}
.accordion-toggle:hover {
    text-decoration: none;
}
.accordion-toggle:active {
    text-decoration: none;
}

.fl-accordion-header-buttons 
{
    font-size:15px;
    margin:0;
    padding:0;
    width:47px;
    height:37px;
}
.fl-accordion-header-names 
{

    width:54%;
    height:37px;
    line-height:37px !important;
    padding-left:5px;
}

.fl-accordion-header-dates 
{
    background-color:buttonface;

    width:25%;
    min-width:220px;
    height:37px;
    line-height:37px !important;
}

.accordion-header 
{}

.fl-accordion-header-views
{
    width:79%;
    height:37px;
    line-height:37px !important;
    padding-left:5px;
    cursor:pointer;
}
.fl-accordion-header-views:hover 
{
    background-color:#efefef;
}

.fl-accordion-selected {
    background-color:#efefef;
}

.fl-accordion-margin-12 
{
    margin:0 12px 0 0 !important;
    padding:0 !important;
}

.fl-accordion-margin-17 
{
    margin:0 17px 0 0 !important;
    padding:0 !important;
}

.fl-accordion-margin-20
{
    margin:0 20px 0 0 !important;
    padding:0 !important;
}

.dropdown-menu table
{
    background-color:white;
}

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body 
{
    border-top:1px solid #c9c9c9 !important;
}

/* custom dropdown in dashboard */
.fl-dashboard-dropdown-link 
{
    color:black !important;
}

.fl-dashboard-dropdown-link:hover
{
    color:white !important;
}

/* Search */

.searchclear {
    position:absolute;
    right:25px;
    top:0;
    bottom:0;
    height:14px;
    margin:auto;
    font-size:14px;
    cursor:pointer;
    color:#ccc;
}

/*
* Some general testing stuff
*/

.visited-link {
    color:blue;
}

.not-visited-link {
    color:GrayText;
}

/*
* PRELOADER
*/

@-webkit-keyframes enter {
  0% {
    opacity: 0;
    top: -10px;
  }
  5% {
    opacity: 1;
    top: 0px;
  }
  50.9% {
    opacity: 1;
    top: 0px;
  }
  55.9% {
    opacity: 0;
    top: 10px;
  }
}
@keyframes enter {
  0% {
    opacity: 0;
    top: -10px;
  }
  5% {
    opacity: 1;
    top: 0px;
  }
  50.9% {
    opacity: 1;
    top: 0px;
  }
  55.9% {
    opacity: 0;
    top: 10px;
  }
}
@-moz-keyframes enter {
  0% {
    opacity: 0;
    top: -10px;
  }
  5% {
    opacity: 1;
    top: 0px;
  }
  50.9% {
    opacity: 1;
    top: 0px;
  }
  55.9% {
    opacity: 0;
    top: 10px;
  }
}

/*body {
  background: #1fbeca;
}

* {
  margin: 0;
}*/

.preloader-container {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -27.5px;
  margin-top: -27.5px;
}

.preloader-square {
  background-color:cornflowerblue;
  width: 12px;
  height: 12px;
  float: left;
  top: -10px;
  margin-right: 2px;
  margin-top: 2px;
  position: relative;
  opacity: 0;
  -webkit-animation: enter 6s infinite;
  animation: enter 6s infinite;
}

.square-enter {
  top: 0px;
  opacity: 1;
}

.preloader-square:nth-child(1) {
  -webkit-animation-delay: 1.8s;
  -moz-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.preloader-square:nth-child(2) {
  -webkit-animation-delay: 2.1s;
  -moz-animation-delay: 2.1s;
  animation-delay: 2.1s;
}

.preloader-square:nth-child(3) {
  -webkit-animation-delay: 2.4s;
  -moz-animation-delay: 2.4s;
  animation-delay: 2.4s;
  background: #fdc96f;
}

.preloader-square:nth-child(4) {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.preloader-square:nth-child(5) {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.preloader-square:nth-child(6) {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.preloader-square:nth-child(8) {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.preloader-square:nth-child(9) {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.square-clear {
  clear: both;
}

.square-last {
  margin-right: 0;
}

.center-row 
{
	display:table;
}
.center {
	display:table-cell;
    vertical-align:middle;
    float:none;
}

/*NAVIGATION BAR*/

.navbar .nav > li > a {
    min-width: 8em;
}

.nav li a:link {
/*display: block;
width: 100%;
text-align:center;*/
text-align:center;
/*background-color: #265473;*/
}

.navbar {
    position:static !important;
    margin-bottom:0;
    font-weight:bold;
}

/*fix for colapsed horizontal nav scroll*/
.navbar-nav{
    margin-right:0 !important;
}

.navbar-nav-bordered {
    border-left: 1px solid #265473;
}

.navbar-nav-bordered > li,
.navbar-nav-bordered > .btn
{
    border-right: 1px solid #265473 !important;
}

.navbar-text-title {
    white-space: nowrap;
    overflow:hidden;
    color:white !important;
}

.navbar-btn {
    background: transparent;
    color:whitesmoke;
    height:60px !important;
    margin:0 !important;
}

.navbar-btn:hover {
    background: rgb(38, 84, 115);
    color:#87b9dd;
}

.navbar-collapse {
    padding:0;
}

/*.navbar-brand
{
    margin-left: auto;
    margin-right: 15px;
    width: 214px;
    background-image: url('img/brand.jpg');
    background-size: contain;
    background-repeat:no-repeat;
    background-position:center center;
}*/

.navbar-brand {
    margin-right: 15px !important;
    width: 214px;
    text-align:left;
    font-family: 'Open Sans Condensed', sans-serif !important;
    font-size:35px;
    padding-left:0 !important;
    padding-top:19.5px !important;
}

/*
    INPUT FIELD
*/
.fl-no-padding-sides {
    padding-left:0 !important;
    padding-right:0 !important;
}

.fl-no-border {
    border:none;
    margin:0 !important;
}

.fl-border-left {
    border-left:1px solid;
    border-right:none;
    border-top:none;
    border-bottom:none;
    margin:0 !important;
    border-color:lightgray;
}

.fl-border-right {
    border-left:none;
    border-right:1px solid;
    border-top:none;
    border-bottom:none;
    margin:0 !important;
    border-color:lightgray;
}

.fl-field-bordered {
    border:1px solid;
    border-color:lightgray;
    margin:1px;
    padding:0;
}

    .fl-field-bordered button {
        height:31px !important;
    }

.fl-no-top
{
    top:0 !important;
}

.fl-mwidth {
    width:100% !important;
}

.tooltip-inner {
    font-size:12px !important;
    font-weight:bold !important;
}

/*  CUSTOM PDF POPOVER */
.fl-popover + .popover 
{
    padding:0 !important;
    border:0;
}

.fl-popover + .popover > .popover-inner > .popover-content 
{ 
    padding:0 !important;
}



/*.fl-header-height {
    height:31px !important;
}*/

input.input-icon-placeholder {
    padding:5px;
}
input.input-icon-placeholder::-webkit-input-placeholder {
    font-family:'FontAwesome';
}
input.input-icon-placeholder::-moz-placeholder {
    font-family:'FontAwesome';
}
input.icon::-ms-input-placeholder {
    font-family:'FontAwesome';
}

.fl-badge {
    border-radius: 0.4em;
    font-size:12px !important;
    top:-2px !important;
    padding:6px 12px !important;
    margin-left:4px !important;
}

.fl-badge-default{
    background-color:lightgray !important;
}

.fl-badge-success {
    background-color: #2FAF0F !important;
}

.fl-badge-danger {
    background-color: #cc0000 !important;
}

.fl-select {
    position: relative;
}
.fl-select input {
    padding-right: 30px;  
}
.fl-select i {
    position: absolute;
    right: 0;
    padding: 8px 12px;
    pointer-events: none;
    z-index:3;
}

.fl-select select.form-control {
  -moz-appearance: none;
   -webkit-appearance: none;
   appearance: none;
   /*text-indent: 10px;*/
}

.fl-select select::-ms-expand{
    display: none;
}

.fl-input-error {
    color:#cc0000 !important;
}

.fl-input-warn {
    color:orange !important;
}

.fl-input-date {
    height:37px;
    width:100%;
    text-align:center;
    font-size:14px;
}
option {
    padding:9px !important;
}

 select.form-control {
    padding-left:9px;
 }

.fa-1p3x {
    font-size:1.3em;
}

.fa-1p7x {
    font-size:1.7em;
}

.fl-input-box { position: relative; height:31px;}

.fl-input-box > input,
.fl-input-number
{ padding:0 0 0 12px !important;}

.fl-input-box-unit
{
    position: absolute; 
    display: block; 
    z-index: 9; 
    left: 10%;
    top: 46%;
    transform: translate(-50%,-50%);
}

.fl-hud-nav-controls {
    position:absolute;
    right:5px;
    margin-top:5px;
    z-index:1;
}

.fl-hud-modfiers {
    position:absolute;
    right:5px;
    margin-top:120px;
    z-index:1;
}

.fl-hud-stand-select {
    position:absolute;
    z-index:1;
    left: 50%;
    margin-left:-137px;
    min-width:273px;	
}

.slide-container {
    position: relative;
}

.fl-btn-green {color:white; border-color: white; background-color: #6AA84F;}
.fl-btn-green:hover,
.fl-btn-green:active,
.fl-btn-green:focus,
.fl-btn-green::selection {color:white; border-color: white; background-color: #93C47D; }

.fl-btn-green-light {color:white;border:0; background-color: #93C47D;}
.fl-btn-green-light:hover,
.fl-btn-green-light:active,
.fl-btn-green-light:focus,
.fl-btn-green-light::selection {color:white;background-color: #B6D7A8; }

/* JOURNAL MODAL */
.fl-journal-header {
    vertical-align:middle !important;
    font-size:15px;
    font-weight:bold;
    text-align:center;
}
.fl-journal-row {
    vertical-align:middle !important;
    text-align:center;
    max-width:100px;
}



/* EVENT LIST MODAL */
.fl-modal-header {
    padding:15px;
    width:100%;
    margin:0;
}

.fl-accordion-header {
    background-color:#f5f5f5;
    line-height:37px;
    cursor:pointer;
    font-size:18px;
    padding:0;
}

.fl-text-crop {
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
}

/* FLOORPLAN EDIT STAND MODAL */

@media screen and (min-width: 1020px) {
	.edit-stand-modal .modal-dialog {
        width:1020px;
    }

    .event-list-modal .modal-dialog {
        width:900px;
    }

    .pdf-modal .modal-dialog {
        width:900px;
    }

    .journal-modal .modal-dialog {
        width:900px;
    }

    .reports-modal .modal-dialog {
        width:700px;
    }
}

@media screen and (max-width: 420px) {
    .fl-hidden-xxs {
        display: none;
    }
}
@media screen and (min-width: 421px) {
    .fl-visible-xxs {
        display:none;
    }
}


.journal-modal {
    min-width:400px;
}

.fl-borderless {
    border:0 !important;
}

.fl-border-helper 
{
    border:1px solid #ccc;
    border-bottom:0;
}

.fl-modal-textarea {

    background-color:white;
    border:0;
    resize: none;
    overflow: auto;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width:100%;
    border-radius:0;

}

.fl-modal-input-button {
    width:37px;
}

.fl-modal-label {
    width:40px;
    height:31px;
    border-left:1px solid #ccc !important;
}

.edit-stand-box 
{
    height:55px;
    line-height:55px;
    width:100%;
    font-weight:500;
    font-size:20px;
    font-family:Oswald;
}

.edit-stand-btn 
{
    padding:0;
    height:55px;
    width:100%;
    line-height:55px;
    font-family:Oswald;       
    font-size:14px;
    border:0;
}

.modal-preloader {
    position: absolute;
    min-height:84%;
    width: 100%;
    z-index:10;
    background-color:white
}

.modal-left-body {
    margin-left:3px;
    padding:5px;
    height:520px;
    border:1px solid #D9D9D9;
}
.modal-right-body {
    min-height:520px;
}

.modal-left-footer {  
    padding:5px;
    height:50px;
}
.modal-right-footer {
    padding:5px;
    height:50px;
}

.modal-dropdown-toggle 
{
    height:55px !important;
    background-color:#3D85C6;
    color:white;
}

.modal-dropdown-toggle:hover 
{
    color:black;
}

.modal-tab-title {
    font-size:16px;
    font-weight:bold;
    padding-top:5px !important;
    padding:3px;
}

.no-padding-margin {
    padding:0 !important;
    margin:0 !important;
}

.fl-checkbox-label {
    width:39px;
    height:24px;
    text-align:center;
    padding-top:8px;
}

input[type='number'] {
    -moz-appearance:textfield;
}

.modal-body input::-webkit-outer-spin-button,
.modal-body input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.fl-details-input-group 
{
    margin-top:5px;
}

@media screen and (max-width: 3000px)
{
    .fl-details-input-group 
    {
        min-width:140px;
    }
}

@media screen and (max-width: 1020px) 
{
    .fl-details-input-group 
    {
        min-width:120px;
    }
}

.fl-input-group-addon {
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-bottom:0;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
    width:100%;
}

.fl-input-group-border {
    border: 1px solid #ccc;
}

.fl-input-group-label 
{

}

.fl-modal-heading {
    font-size:18px;
    font-weight:500;
    padding:10px 0;
    font-family:Oswald;
    width:100%;
}

.fl-modal-title {
    font-size:20px;
    font-weight:500;
    padding:10px 0;
    font-family:Oswald;
    color: #ffffff;
    width:100%;
}

/*MODAL SLIDER*/
.fl-slider-container {
    border:1px solid lime;
    overflow:hidden;
    /* the container's height will determine the height of its slider  */

}

.fl-modal-slider {
    /* only transition on transform properties which are hardware accelerated = way better performances */
	-webkit-transition:-webkit-transform .3s ease;
       -moz-transition:   -moz-transform .3s ease;
        -ms-transition:    -ms-transform .3s ease;
            transition:        transform .3s ease;
}

.fl-modal-slider.fl-modal-opened { 
    /* visible */
    -webkit-transform: translate(0, 0%);
       -moz-transform: translate(0, 0%);
        -ms-transform: translate(0, 0%);
            transform: translate(0, 0%);
}
.fl-modal-slider.fl-modal-closed { 
    /* completely offscreen */
    -webkit-transform: translate(0, -100%);
       -moz-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
            transform: translate(0, -100%);
}

/* PDF MODAL */

.fl-pdf-modal-row {
    cursor:pointer;
    display:flex;
    font-size:12px;
}

.fl-pdf-modal-row:hover {
    background-color:#87b9dd;
    color:white;
}

.fl-pdf-selected {
    background-color:#227cbc !important;
    color:white;
}

/*MODAL ANIMATIONS

.modal-right-body > .ng-animate {
    -webkit-transition: 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -moz-transition: 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -ms-transition: 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -o-transition: 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    transition: 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    position: absolute;
    width: 100%;
    overflow: hidden;
}

.modal-right-body > .ng-enter {
    left: 20px;
    opacity: 0;
}
.modal-right-body > .ng-enter.ng-enter-active {
    left: 0;
    opacity: 1;
}

.modal-right-body > .ng-leave {
    left: 0;
    opacity: 0;
}

.modal-right-body > .ng-leave.ng-leave-active {
    opacity: 0;
}
*/

/* ADMIN EVENTS TABLE */

#events-table td {
    font-size:14px;
    text-align:center;
}
#events-table th {       
    font-size:16px;
    text-align:center;
}

/* LANGUAGES SELECT DIRECTIVE */

.fl-language-seelct 
{
    padding:10px;
    cursor:pointer;
} 

.fl-language-seelct:hover
{
    background-color:#007bb6;
    color:white;
} 
    
/* DROPDOWN MENU */
.fl-dropdown-menu-addon 
{
    width:100%;
    background-color: transparent;
    background: transparent;
    border:0;
}

/* ALERTS */

.fl-alert 
{
    font-size:13px;
    line-height:15px;
    margin-top:5px;
}

/* NOTIFICATION */

.ui-notification
{
 position:fixed;
 z-index:9999;
 top:-100px;
 right:10px;
 width:300px;
 cursor:pointer;
 -webkit-transition:all ease .5s;
 -o-transition:all ease .5s;
 transition:all ease .5s;
 color:#fff;
 background:#428bca;
 box-shadow:5px 5px 10px rgba(0,0,0,.3);
}
.ui-notification.killed
{
    -webkit-transition:opacity ease 1s;
    -o-transition:opacity ease 1s;
    transition:opacity ease 1s;
    opacity:0;
}
.ui-notification > h3
{
    font-size:14px;
    font-weight:700;
    display:block;
    margin:10px 10px 0;
    padding:0 0 5px;
    text-align:left;
    border-bottom:1px solid rgba(255,255,255,.3);
}
.ui-notification a
{
    color:#fff;
}
.ui-notification a:hover
{
    text-decoration:underline;
}
.ui-notification>.message
{
    margin:10px;
}
.ui-notification.warning
{
    color:#fff;
    background:#f0ad4e;
}
.ui-notification.error
{
    color:#fff;
    background:#d9534f;
}
.ui-notification.success
{
    color:#fff;
    background:#5cb85c;
}
.ui-notification.info
{
    color:#fff;
    background:#5bc0de;
}
.ui-notification:hover
{
    opacity:.7;
}

/* LAYER */

.fl-layer-mask {
     position: relative;
     z-index:1;
}
.fl-layer {
    position: absolute;
    top: 0;
    left:0;
    right:0;
    bottom:0;
    z-index:1;
}
.fl-layer-mask button[disabled] {
    position: relative;
    z-index: 0;
}

/* LOGIN */

.fl-login-background 
{
    position:fixed !important;
    height:100%;
    top:0;
    bottom:0;
    left:50%;
    background: url("img/portrait-2.png") no-repeat;
    background-color:#2A5D80; 
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: cover;
    color:#2A5D80;
    font-family:'Open Sans Condensed', sans-serif !important;
}

.fl-login-container
{
    margin:0 !important;
    padding:0 !important;
    height:100% !important;
    background-color:#F4F6F9;
}

.fl-row-container 
{
    display:-webkit-flex;
    display: flex;
    -webkit-flex-direction:column;
    flex-direction: column;
    height:100%
}

.fl-row-filler 
{
    min-height:0;
    flex-grow:50
}

.login-h1 
{
	font-size: 65px;
    color: #555;
    line-height: 50px;
    font-family:'Open Sans Condensed', sans-serif !important;
}

.login-h2 {
    font-size: 65px;
    color: #555;
    line-height: 65px;
    font-family:'Open Sans Condensed', sans-serif !important;
}

.login-h3 {
    font-size: 55px;
    color: #555;
    line-height: 55px;
    font-family:'Open Sans Condensed', sans-serif !important;
}

.fl-login-box 
{
    border:1px solid #e5e5e5;
    padding:10px 25px 5px 25px;
    background-color:white;
    margin:0 auto;
    max-width:400px;
    min-width:300px;
}

.form-group > input 
{
    border: 1px solid #e5e5e5 !important;
}

.fl-login-box-link 
{
    padding:10px;
    font-size:16px;
}

.help-block 
{
    padding-left:5px;
}

.fl-login-contact-box 
{
    font-weight:bold;
    text-align:center;
    font-size:20px;
    color:#4d4d4d;
    padding-top:20px;
    background-color:#F4F6F9;
    font-family:'Open Sans Condensed', sans-serif !important;
}

.fl-login-footer-icon 
{
    height:100%;
    padding:0px 20px 0px 20px;
    margin:0 !important;
    line-height: 50px;
    color: #fff;
    text-decoration: none !important;
}

.btn-login 
{
    margin: 0;
    vertical-align: middle;
    background: #0094ff;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 50px;
    color: #fff;
    text-align:center;
    cursor:pointer;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    position:relative;
}

.fl-login-spinner 
{
    position:absolute;
    right:25px;
    line-height:50px;
}

.btn-login:hover { opacity: 0.6; color: #fff; }

.btn-login:active { outline: 0; opacity: 0.6; color: #fff; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }

.btn-login:focus { outline: 0; opacity: 0.6; background: #de995e; color: #fff; }

.btn-login:active:focus, .btn-login.active:focus { outline: 0; opacity: 0.6; background: #de995e; color: #fff; }

.login-input {
	height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #f8f8f8;
    border: 3px solid #ddd;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #888;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.fl-login-footer 
{
    height: 50px;
    background:#dedede;
    color:#4d4d4d;
}

.fl-login-copyright 
{
    float: left;
    margin: 0;
    line-height: 50px;
    font-size: 14px;
    padding: 0 20px;
}

.fl-login-label 
{
    padding:7px;
    font-size:12px;
    font-family:SFS, Arial, sans-serif;
}

/* CMS */

.cms-accordion-label 
{
    margin-left:5px;
    font-family:'Open Sans Condensed';
    font-size:14px;
}

.cms-hex-field 
{
    height:35px;
    width:75px;
    margin-left:5px;
}

/* EMAIL TEXT EDITOR*/
.open > .dropdown-menu 
{
    color:white !important;
}