﻿/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../Content/fonts/open-sans-v13-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('../Content/fonts/open-sans-v13-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../Content/fonts/open-sans-v13-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../Content/fonts/open-sans-v13-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../Content/fonts/open-sans-v13-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../Content/fonts/open-sans-v13-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../Content/fonts/open-sans-v13-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans'), local('OpenSans'),
       url('../Content/fonts/open-sans-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../Content/fonts/open-sans-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../Content/fonts/open-sans-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../Content/fonts/open-sans-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../Content/fonts/open-sans-v13-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

.sidebar-nav {
padding: 9px 0;
}

@media (max-width: 980px) {
/* Enable use of floated navbar text */
.navbar-text.pull-right {
    float: none;
    padding-left: 5px;
    padding-right: 5px;
}
}

.login-background 
{
    background-color: #222; 
}

.navbar-inner {
    border-bottom: solid 3px #E36112 !important;
}

/* Sidebar */

#sidebar li ul {
    display: none; /* used to hide sub-menus */
}

/* Bootstrap Overrides */

.input-block-level {
    width: 100%;
}

/*.multiselect-container {
    width: 100%;
}*/

.multiselect b.caret {
    position: absolute;
    right: 8px;
    top: 14px;
    border-bottom: none;
    margin-top: 0;
}

/* Removing the awful inbuilt validators */

input:invalid {
     box-shadow:none;
}

/* Validators - override because for some reason a valid field's validator is still showing... */

.field-validation-valid {
    display: none;
}

/* Sortable tables - this disables webkit's default bahaviour to highlight the entire table when touching it */

.table-sortable {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

/* needs to be applied when table is made sortable as it doesn't leave enough room at the bottom */
.table-spaced {
    padding-bottom: 20px;
}

/* This fixes the issue where there's no placeholder when dropping and dragging tbodies */
.sortable-table-row {
  display: table-row;
}

.label-block {
    display: block;
}

legend>select {
    margin-bottom: 5px;
    float: right;
}

.grouped-section {
    background-color: #F5F5F5; 
    border: 1px solid #DDDDDD; 
    border-radius: 4px 0 4px; 
    padding-top: 20px;
    padding-left: 10px;
}

/* Bootstrap Multi-Selects */

.multiselect span {
    float: left;
}

.multiselect b.caret {
    float: right;
}

/*table input {
    margin: 0px !important;
}*/

table .form-group {
    margin-bottom: 0px !important;
}

th input[type=checkbox] {
       margin: 0 !important;
}

.boxcolumn {
       width: 10px;
}

.column-hover { 
    background-color: #FFFFCC !important;
}

.row-selected { 
    background-color: #FFFFCC !important;
}

    .row-selected td { 
        background-color: #FFFFCC !important;
    }

.ajax-loading {
     background:url('images/ajax-loader.gif') no-repeat; 
     background-position: 50% 100px;
}

img.loading {
    content:url('images/ajax-loader.gif')
}

.row-selectable {
    cursor: pointer;
}

.change-page {
    cursor: pointer;
}

.cursor-pointer {
    cursor: pointer;
}

.dropdown-menu > .selected > a,
.dropdown-menu > .selected > a:hover,
.dropdown-menu > .selected > a:focus {
  color: #333333;
  text-decoration: none;
  background-color: #FFFFCC;
  background-image: -moz-linear-gradient(top, #FFFFCC, #FFFFCC);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFCC), to(#FFFFCC));
  background-image: -webkit-linear-gradient(top, #FFFFCC, #FFFFCC);
  background-image: -o-linear-gradient(top, #FFFFCC, #FFFFCC);
  background-image: linear-gradient(to bottom, #FFFFCC, #FFFFCC);
  background-repeat: repeat-x;
  outline: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFCC', endColorstr='#FFFFCC', GradientType=0);
}

.tree {
    margin: 0px;
}

.tooltipanchor {
    padding-left: 5px;
    color: #333333;
}

.help-inline {
       padding-left: 0px;
}

.sortable-handle, .sortable-handle label {
    cursor: move;
}

.delete-item, .unlink-item {
    cursor: pointer;
}

.changeparent {
    cursor: pointer;
}

/* Larger Bootstrap Modals */

.large-modal .modal-body {

}

@media (min-width: 400px) {
    .large-modal .modal-dialog {
        width: 80%; /* respsonsive width */
    }
}

@media (min-width: 1200px) {
    .large-modal .modal-dialog {
    	width: 1100px; /* SET THE WIDTH OF THE MODAL */
    }
}

table label {
    margin-bottom: 0px;
}

.tablePagination {
    text-align: center;
}

.pagination > li > span.pagination-numbers {
        color: #2283C5;
        cursor: pointer;
    }
        .pagination > li > span.pagination-numbers.selected-pagination-number {
            background-color: #2283C5;
            color: #FFF;
        }

.site-header {
    background-image: url(Images/header_logo.png); 
    background-repeat: no-repeat; 
    background-position: 0 50%; 
    height: 40px; 
    padding-left: 170px; 
    position: relative;
    background-size: contain;
}

.home-logo {
    background-image: url(Images/perenso_logo_300x85_transparent_lightbg.png); 
    background-position: center; 
    background-repeat: no-repeat; 
    height: 50px;
}

.save-button {
    float: right;
    margin-bottom: 10px;
}

.wizard a {
    padding: 10px 12px 10px;
    margin-right: 5px;
    background: #efefef;
    position: relative;
    display: inline-block;
}
.wizard a:before {
    width: 0;
    height: 0;
    border-top: 20px inset transparent;
    border-bottom: 20px inset transparent;
    border-left: 20px solid #fff;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
}
.wizard a:after {
    width: 0;
    height: 0;
    border-top: 20px inset transparent;
    border-bottom: 20px inset transparent;
    border-left: 20px solid #efefef;
    position: absolute;
    content: "";
    top: 0;
    right: -20px;
    z-index: 2;
}
.wizard a:first-child:before,
.wizard a:last-child:after {
    border: none;
}
.wizard a:first-child {
    -webkit-border-radius: 4px 0 0 4px;
       -moz-border-radius: 4px 0 0 4px;
            border-radius: 4px 0 0 4px;
}
.wizard a:last-child {
    -webkit-border-radius: 0 4px 4px 0;
       -moz-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;
}
.wizard .badge {
    margin: 0 5px 0 18px;
    position: relative;
    top: -1px;
}
.wizard a:first-child .badge {
    margin-left: 0;
}
.wizard .current {
    background: #007ACC;
    color: #fff;
}
.wizard .current:after {
    border-left-color: #007ACC;
}

.mywizard li {
    position: relative;
    background: #f5f5f5;
    padding-right: 30px;
    padding-left: 5px;
}

.mywizard li a:after, .mywizard li a:before {
    left: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.mywizard li a:after {
    border-color: rgba(245, 245, 245, 0);
    border-left-color: #f5f5f5;
    border-width: 20px;
    top: 50%;
    margin-top: -20px;
    margin-left: -30px;
}

.mywizard li a:before {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #fff;
    border-width: 30px;
    top: 50%;
    margin-top: -30px;
    margin-left: -30px;
}
.mywizard li .badge {
    vertical-align: text-bottom;
    padding-top: 3px;
}

form#isDirty {
    margin: 0 0 0 0;
}

#source-data-table {  
    height: 100%;
    overflow-x: scroll;
 }

.remove-set {
    cursor: pointer;
}

/* Overwriting Well Styles */

.well {
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.alert-neutral {
  color: #333333;
  background-color: #F5F5F5;
  border-color: #F5F5F5;
}

.alert-blank {
  color: #555;
  background-color: #FFF;
  border-color: #FFF;
}


.accordion-heading > a{
   white-space:nowrap; 
    width:40em; 
    overflow:hidden;
    text-overflow:ellipsis;
    
}
.accordion-heading > span{
    margin-right:20px;
    margin-top:-28px;
}

.multiselect > span {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
    text-align: left;
}

.download-pdf {
  list-style: none;
  margin: 0;
  padding: 0;
}

.download-pdf > li > a {
  padding: 17px 10px 17px 52px;
  display: inline-block;
  background: url("pdficon_large.png") no-repeat 10px 50%;
  font-size: 20px;
}


.select2-add-choice input {
    background: none !important;
}

.uploadButtonHorizontal {
    margin-bottom: 10px;
    margin-top: 10px;
}

.container {
    max-width: 100%;
}


/* Sidebar */

.bs-sidebar.affix {
    position: static;
}
.bs-sidenav {
    background-color: #F5F5F5;
    border-radius: 5px 5px 5px 5px;
    padding-top: 10px;
    text-shadow: 0 1px 0 #FFFFFF;
}
.bs-sidebar .nav > li > a {
    color: #716B7A;
    display: block;
    padding: 5px 20px;
}
.bs-sidebar .nav > li > a:hover, .bs-sidebar .nav > li > a:focus {
    background-color: #E5E3E9;
    border-right: 1px solid #DBD8E0;
    text-decoration: none;
}
.bs-sidebar .nav > .active > a, .bs-sidebar .nav > .active:hover > a, .bs-sidebar .nav > .active:focus > a {
    background-color: rgba(0, 0, 0, 0);
    border-right: 2px solid #5ac3f0;
    color: #5ac3f0;
    font-weight: bold;
}
.bs-sidebar .nav .nav {
    display: none;
    margin-bottom: 8px;
}
.bs-sidebar .nav .nav > li > a {
    font-size: 90%;
    padding-bottom: 3px;
    padding-left: 30px;
    padding-top: 3px;
}
@media screen and (min-width: 992px) {
.bs-sidebar .nav > .active > ul {
    display: block;
}
.bs-sidebar.affix, .bs-sidebar.affix-bottom {
    width: 213px;
}
.bs-sidebar.affix {
    position: fixed;
    top: 80px;
}
.bs-sidebar.affix-bottom {
    position: absolute;
}
.bs-sidebar.affix-bottom .bs-sidenav, .bs-sidebar.affix .bs-sidenav {
    margin-bottom: 0;
    margin-top: 0;
}
}
@media screen and (min-width: 1200px) {
.bs-sidebar.affix-bottom, .bs-sidebar.affix {
    width: 263px;
}
}

#sidebar ul {
    margin-bottom: 0;
}

.help-inline {
    color: #B94A48;
}

.pagination {
    margin-top: 0px;
    margin-bottom: 0px;
}

.hide {
    display: none;
}

.badge-warning{background-color:#b94a48;}

.tooltip {
    z-index: 2000 !important;
}

.row-bottom-spacing {
    padding-bottom: 15px;
}

.tradeshow-gradient {
    background-color: #323C48;
}

.navbar-nav > li > a > [class*="icon-"]:first-child {
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    margin-right: 0;
    min-width: 30px;
    text-align: center;
    vertical-align: middle;
    padding-bottom: 3px;
}

.navbar-nav > li > a {
    padding-bottom: 0px;

}

/* Overwriting ACE */

.btn.btn-white.active, .btn.btn-white:active, .btn.btn-white:focus, .btn.btn-white:hover, .open .btn.btn-white.dropdown-toggle {
    background-color: #FFFFFF !important;
    border: 1px solid #D5D5D5 !important;
    color: #858585 !important;
}

.btn-group > .btn > .caret {
    border-top-color: #858585;
    margin-top: 0;
}

.header.tradeshow-orange {
    border-bottom-color: #F16923;
}

.tradeshow-orange {
    color: #F16923 !important;
}


.sub-breadcrumb {
    margin-bottom: 20px;
    border-bottom: none;
    
}

.sub-breadcrumb a {
    color: #428BCA !important;
}

.select2-container .select2-choice .select2-arrow b:before {
    content:none !important;
}

.btn-white-tradeshow, .btn-white-tradeshow:focus {
    background-color: #FFFFFF !important;
    border-color: #A0A0A0;
    border-width: 1px;
    color: #393939 !important;
    height: 34px;
    text-shadow: none !important;
}

.btn-success {
    background-color: #6F9D43 !important;
    border-color: #6F9D43 !important;
}

.select2-container .select2-choices .select2-search-field input, .select2-container .select2-choice, .select2-container .select2-choices {
    font-family: inherit !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    color: #858585 !important;
}

.select2-chosen, .select2-choice > span:first-child, .select2-container .select2-choices .select2-search-field input{
    padding: 8px 5px !important;
}

.input-icon.input-icon-right > [class*="icon-"] {
    right: 5px;
    font-size: 20px;
    top: 5px;
}

.required-marker{
    color:red;
}
 
.checkbox-in-list{
    margin-bottom: 0px;
}

/* Header Styles */

.navbar-header > .version-number {
    padding-left: 0; 
    color: #FAFAFA; 
    padding-top: 8px; 
    margin-bottom: 0; 
    margin-left: 10px;
    white-space: nowrap; 
    float: left;
}

    .navbar-header > .version-number > h5 {
        border-radius: 25px;
        padding: 4px 12px;
        background-color: rgba(255, 255, 255, 0.09);
    }

.navbar-header > .slogan {
    padding-left: 10px;
    color: #FAFAFA;
    padding-top: 15px;
    margin-bottom: 0;
    white-space: nowrap;
    float: left;
    font-style: italic;
}

.navbar-header > .top-menu {
    padding-left: 15px; 
    padding-top: 20px; 
    white-space: nowrap; 
    float: left; 
}

.profile-info-box {
    padding-top: 13px; 
    padding-left: 10px; 
    margin-bottom: 0px; 
    padding-bottom: 0px; 
    display: block; 
    float: left; 
    text-align: right;
}

.logged-in-box {
     color: white !important; 
     text-decoration: none !important;
}

.logged-in-box a{
    color: #fff;
}

.logged-in-box-menu {
    font-size: 16px; 
    margin-left: 5px;
}

#avatar-picture{
    height: 50px;
    width: 50px;
    background-image: url(Images/perenso_icon_orange2.png);
    background-repeat:  no-repeat;
    margin-left: 10px;
    margin-top: 7px;
    margin-bottom: 7px;
    border-color: #555555;
    border-width: 2px;
    float: left;
}


.tooltip-inner {
    white-space:pre-wrap;
    text-align:left;
}

 .tooltip > p {
   text-align:left;
 }

 .table-nested {
 }

 .panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}

.accordion-style1.panel-group .panel-heading .accordion-toggle {
    color: #478fca !important;
}

.minimum-pricing-label {
    text-align: right; 
    vertical-align: central; 
    padding-top: 12px; 
    padding-right: 5px; 
    color:#707070;
}

.dropdown-menu {
    min-width: 0;
}

.navbar .navbar-nav > li {
    border: none;
}

.navbar .navbar-brand {
    height: 45px !important;
    margin-top: 8px;
    margin-left: 16px;
    margin-right: 16px;
}

/* Ace Overrides */


.breadcrumb>li>a {
color: #E66A39;
}

.page-header h1 {
    color: #F16923;
}


.no-skin .navbar .navbar-toggle {
background-color: #F16923;
margin-top: 14px;
}

.no-skin .navbar .navbar-toggle.display, .no-skin .navbar .navbar-toggle[data-toggle=collapse]:not(.collapsed) {
background-color: #FFA742;
box-shadow: inset 1px 1px 2px 0 rgba(0,0,0,.25);
border-color: #F16923;
}

.no-skin .navbar .navbar-toggle:hover {
background-color: #F16923;
border-color: rgba(255,255,255,.1);
}

.no-skin .navbar .navbar-toggle:focus {
background-color: #F16923;
border-color: transparent;
}

.navbar-container {
padding-left: 0px;
padding-right: 10px;
}

@media (max-width: 992px){
    .version-number{
        display: none;
    }
    .top-menu{
        display: none;
    }
}


.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover{
    color:#999;
}

::-webkit-input-placeholder {
   color: #999;
}

:-moz-placeholder { /* Firefox 18- */
   color: #999; 
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #999;
}

:-ms-input-placeholder {  
   color: #999;
}

label.checkbox{
    padding-left: 20px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border-top: 2px solid #F7EC28;
}

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=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], textarea {
    color: #6D6D6D;
}

.dropdown-menu>li>span.disabled {
font-size: 13px;
padding-left: 11px;
padding-right: 11px;
margin-bottom: 1px;
margin-top: 1px;
display: block;
padding-top: 3px;
clear: both;
font-weight: 400;
line-height: 1.42857143;
color: #999;
white-space: nowrap;
}

.fc-event {
    min-height: 20px;
    cursor: pointer;
}

.fc-event-container .popover{
    width: 300px;
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    line-height: 1.42857143 !important  ;
}


.bulk-file-container{
    padding-right: 80px;
}

.bulk-file-container.loading{
    background-image: url(Images/ajax-loader2.gif);
    background-repeat: no-repeat;
    background-position: right 15px center;
}

.bulk-file-container.alert-success{
    background-image: url(Images/tick2.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
}

.bulk-file-container button.close{
    margin-right: -75px; 
    margin-top: -10px;
}

.bulk-file-container.loading button.close{
    display: none;
}

.bulk-file-container.error-has-occured p.error-has-occured{
    display: block !important;
}

.bulk-file-container.error-has-occured div.progress-bar{
    background-color: #ca5952;
}

.bulk-file-container.processing{
    min-height: 79px;
    background-image: url(Images/ajax-processing.gif);
    background-position: center center;
}

.email-template-images{
    height: 80px;
    margin-bottom: 10px;
}

.email-template-images div.image-container {
    width: 90px; 
    float: left; 
    height: 90px; 
    margin-left: -90px;
}

.email-template-images div.image-parent-container {
    padding-left: 90px;
}

 

div.image-container img {
    max-width: 80px; 
    max-height: 80px;
}

.email-template-images div.info {
    float: right; 
    height: 90px; 
    width: 100%;
}

.auto-selected-field{
    cursor: text !important;
}

.colpick {
    z-index: 10;
}

.tabs-left>.nav-tabs>li>a{
    padding-top: 10px;
    padding-bottom: 10px;
}

.number-field {
    text-align: right;
}

.ellipsis-overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.indicator-button{
    min-width: 124px;
}

.dropdown-menu.dropdown-close {
    left: auto !important;
}

.registration-main-content {
    min-height:500px;
    padding-left: 35px;
}

.registration-page-tabs {
    min-width: 200px;
}


.tabs-left > .nav-tabs > li.active > a, .tabs-left > .nav-tabs > li.active > a:focus, .tabs-left > .nav-tabs > li.active > a:hover {
    border-left: 2px solid #F7EC28;
}




th.no-stretch{
    width: 1%;
    white-space:nowrap;
}

.wizard-actions {
    overflow: hidden;
}

.btn-next {
    margin-left: 5px;
}

body{
    background: none;
}

td.no-stretch{
    width: 1%;
    white-space:nowrap;
}


.summary-footer{
    font-size: 20px;
    text-align: right;
}

.align-right {
    text-align:right;
}

.table-header {
    background-color: #5ac3f0;
}

.dataTables_wrapper .row:first-child {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}

.dataTables_length select {
    width: 150px;
}

/** Ace Tabs Overrides */

@media only screen and (min-width: 992px) {
    .no-skin .sidebar.h-sidebar .nav-list > li.active, .no-skin .sidebar.h-sidebar .nav-list > li.active + li, .no-skin .sidebar.h-sidebar .nav-list > li:hover + li.active {
        border-left-color: #F16923;
    }

    .no-skin .sidebar.h-sidebar .nav-list > li.active:before {
        background-color: #F16923;
    }

    .sidebar.h-sidebar .nav-list {
        border-bottom: 2px solid #F16923;
    }

    .no-skin .sidebar.h-sidebar .nav-list > li.active:last-child {
        border-right-color: #F16923;
    }

    .no-skin .sidebar.h-sidebar .nav-list>li.active {
        border-color: #F16923;
    }
}

.no-skin .nav-list > li.active > a {
    color: #F16923;
}

.no-skin .nav-list > li:hover > a, .no-skin .nav-list > li:focus > a {
    color: #E66A39;
}

.nav-list >li:before{
    background-color: #E66A39;
}

.booth-count-container {
    font-size: 18px;
    text-align: left; 
    margin-bottom: 20px;
}

.booth-count-container .badge {
    font-size: 18px;
    padding-top: 3px;
    padding-bottom: 3px;
    line-height: 18px;
}

#broadcast-message {
    padding: 10px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    margin-top: 0px;
    text-align: center;
}

.container {
    padding-top: 50px;
}

.pad {
    border: 1px solid #d5d5d5;
}

.pad:hover {
    cursor: crosshair;
}

.fixed-to-bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
    margin-left: -20px;
    z-index: 2;
}

#checkouts-list tbody td {
    vertical-align: middle;
}

.badge.booth-app-status {
    width: 100%;
    padding: 6px !important;
    font-size: 13px !important;
}

    .badge.booth-app-status.asset-disconnected {
        background-color: #87B87F !important;
        border-color: #87B87F;
        color: #FFF;
    }

    .badge.booth-app-status.asset-connected {
        background-color: #D9EDF7 !important;
        border-color: #BCE8F1;
        color: #3A87AD;
    }

.badge.device-type {
    color: #000;
    padding: 6px !important;
    font-size: 13px !important;
}