/* bootstrap 3 helpers */
/*@import url('../css/overwrite.css');*/
@import url('../css/dlmenu.css');
@import url('../css/animate.css');


/*Typeahead themeing ADD typeahead-drop-down class to line 7317 in uibootstrap tpls*/
.typeahead-drop-down {
    background-color: white!important;
    color: black;
    width: 100%;
}
.typeahead-drop-down li.active>a,
.typeahead-drop-down li.active>a:hover {
    color: black;
    width: 100%;
}
/*Typeahead Themeing*/

.search-field > input { /*This is a fix for the multi chosens placeholder text not spanning 100% */
    width: 100%!important;
}
/*
    this fixes the accordions to be height:100% clickable
*/
@-ms-viewport {
    width: auto !important;
}

.modal:not(#addUserModal):not(#superLoginModal):not(#groupForexModal):not(#editUserModal):not(#viewUserModal):not(#chatModal):not(#makeFinalModal):not(#addExpenseModal):not(#viewBookingModal) {
    overflow: hidden;
}

#multiUsersDIV > div > div > span:nth-child(1) > div > ul > li > input {
    width: 100%;
}

.panel-heading {
    padding: 0;
}
span[uib-accordion-header] div {
    padding: 10px 15px;
}

header {
    min-height:230px;
    margin-bottom:5px;
}

@media (min-width: 979px) {
    #sidebar.affix-top {
        position: static;
    }

    #sidebar.affix {
        position: fixed;
        top: 0;
        width:21.2%;
    }
}

.uib-datepicker-popup{
    z-index: 9999!important; /*Used important as this needs to show above modals too!*/
}

.affix,.affix-top {
    position:static;
}

body {
    color:#828282;
    background-color: white;
}

a, a:hover {
    color:#811d58;
    text-decoration:none !important;
}

.highlight-bk {
    background-color:#ff3333;
    padding:1px;
    width:100%;
}

.highlight {
    color:#ff3333;
}

h3.highlight  {
    padding-top:13px;
    padding-bottom:14px;
    border-bottom:2px solid #ff3333;
}

.navbar {
    background-color:#f58220;
    color:#ffffff;
    border:0;
    border-radius:0;
}
.navbar-nav > li > a {
    color:#fff;
    padding-left:20px;
    padding-right:20px;
    border-left:1px solid #f58220;
}
.navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
    color:#666666; 
}
.navbar-nav > li:last-child > a {
    border-right:1px solid #f58220;
}
.navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color:transparent;
}
.navbar-nav > .open > a, .navbar-nav > .open > a:hover, .navbar-nav > .open > a:focus {
    color: #f0f0f0;
    background-color:transparent;
    opacity:.9;
    border-color:#f58220;
}

.nav .open > a {
    border-color:#f58220;
    border-width:0;
}

.dropdown-menu {
    min-width: 250px;
}

.caret {
    color:#fff;
}

.navbar-toggle {
    color:#fff;
    border-width:0;
}

.navbar-toggle:hover {
    background-color:#fff;
}

/** {
    font-family: 'Open Sans', sans-serif;
    font-family: 'Montserrat';
    font-size: auto;
    background-color: rgba(0,0,0,0);
    color: #811d58;
    color: #010101;
}*/

hr {
    margin: 10px;
}
footer {
    bottom: 0px;
    color: white!important;
    padding-bottom: 20px;
}
.nav-header-text {
    background-color: #f58220;
    text-align: center;
    padding: 5px
}
.nav-top-container {
    background-color: #811d58;
}
.navbar {
    margin-top: 20px;
    margin-bottom: 5px;
}
.navbar-text {
    font-size: 14px;
}
.navbar-brand {
    padding: 0px;
    padding-left: 25px;
}
.btn-default {
    color: #fff;
    background-color: #811d58;
    border-color: #811d58;
}
.btn-default:hover {
    color: #811d58;
    background-color: #fff;
}
.dropdown-menu a {
    /*color: #811d58!important;*/
    color: #811d58;
}
.text-info {
    color: #811d58;
    font-weight: bold;
}
.text-bold {
    font-weight: bold;
}
.btn-default.disabled {
    color: #811d58;
}
.btn-default[disabled] {
    color: #811d58;
}
.btn-big {
    height: 40px;
}
.tree-view .tree-view-group a {
    color: black !important;
}
.tree-view .tree-view-group a.checked {
    /*background-color: #811d58 !important;*/
    background-color: #811d58;
    color: white !important;
}
@media(max-width: 768px) {
    .logo-img {
        width: 85%;
        height: auto;
        margin-top: 0px;
        padding-top: 0px;
    }
}
.clockpicker-plate {
    border-radius : 50%!important;
}
.clockpicker-tick{
    border-radius : 50%!important;
}

.message-required {
    color: red;
    font-size: 11px;
}
.btn-link {
    color: #811d58;
}
.btn-link:hover {
    color: #811d58;
}
.btn-info {
    background-color: #f58220!important;
    border-color: #f58220!important;
}
.active {
    /*color:    #811d58!important;*/
}

.line-spacer {
    width: 20%;
    margin:0 auto;
    margin-top: 20px;
    margin-bottom: 25px;
    border-bottom:1px solid rgb(51, 51, 51);
}

.spacer {
    padding: 20px;
}

.spacer-x2 {
    margin: 40px;
}

/*inner section pieces*/
.section-heading {
    margin: 0 auto;
    text-align: center;
    color: #3a3a3a !important;
}
.navigate-dropdown{
    background-color: #f58220;
    color: white;
    position: fixed;
    width: 50px;
    text-align: center;
    top: 0;
    left: 0;
    z-index: 15;
}
.navigate-dropdown .dropdown-toggle{
    width: 100%;
    height: 100%;
    padding: 15px 10px;
    cursor: pointer;
}
.navigate-dropdown .dropdown-menu {
    border-radius: 0px;
    background-color: #f58220;
    /*color: white!important;*/
    color: white;
}
.navigate-dropdown .dropdown-menu a{
    /*color: white!important;*/
    color: white;
    padding: 10px; 
    margin: 0;
    cursor: pointer;
}
.navigate-dropdown .dropdown-menu a:hover{
    background: rgba(255,248,213,0.1);
}
.xs-spacer {
    color: #811d58;
    margin-top: 60px;
    margin-bottom: 12px;
}
.text-purple{
    color: #811d58;
}

.text-nav-buttons {
    font-size: 1.1em; 
    font-weight: bold;
}
.page{
    padding                 : 0px 0px 55px 0px;
    padding-left            : 0px !important;
}
.bottomNav {
    margin                  : 0 auto;
    width                   : 80%
}
.spacer-h{
    margin-top              : 20px;
}
.spacer-h-sm{
    padding-top             : 10px;
}
.spacer-w-r{
    margin-right            : 5px;
}
.spacer-small {
    margin-bottom: 15px;
}
.custom {
    width                   : 95px !important;
}
.chosen-container.chosen-container-multi, /* This is a fix for chosens not spanning 100% when created */
.chosen-container.chosen-container-single {
    width: 100%!important;
}

.display-count {
    width: 68px;
}
.btn-add {
    margin : 0% auto;
    text-align: center;
    margin-top:2em;
}
.top-navigation {
    margin-bottom: 2em;
}
.bottom-navigation {
    margin-bottom: 2em;
    margin-top: 2em;
}
#selectorDiv2 {
    text-indent: 0px;
}
.btn-group-tinyspace {
    margin: 3px;
}


/* Chat Application ==================================================================*/ 
.chat-window {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
.chat-window .col-xs-12.col-md-12 {
    padding: 0;
    height: 100%;
}
.chat-window .panel {
    border: 0;
    border-radius: 5px 5px 0 0;
    margin-bottom: 0;
    height: 100%;
}

.chat-top-bar {
    background: #666;
    color: #fff;
    overflow: hidden;
    padding: 10px;
    position: relative;
    /*height: 55px;*/
    /*max-height: 60px;*/
    border-radius: 0;
    z-index: 2;
}
.chat-top-bar-off {
    background: #f5f5f5;
    color: #fff;
    overflow: hidden;
    padding: 10px;
    position: relative;
    height: 45px;
    max-height: 70px;
    border-radius: 0;
    z-index: 2;
}
.chat-top-bar .icon-minim {
    padding: 2px 10px;
}

.chat-bottom-bar {
    overflow: hidden;
    padding: 10px;
    position: relative;
    /*height: 70px;*/
    /*max-height: 70px;*/
    z-index: 1;
}
.chat-bottom-bar .icon-minim {
    padding: 2px 10px;
}
.chat-bottom-bar input {
    /*height: calc(70px - 30px);*/
}
.chat-bottom-bar .chat-submit-button {
    background: #666;
    color: #fff;
}

.msg-container-base {
    background: #e5e5e5;
    margin: 0;
    height: calc(100% - 140px);
    overflow-x: hidden;
    padding: 0 10px 10px;
}
.msg-container-base::-webkit-scrollbar-track {
    background-color: #f5f5f5;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.msg-container-base::-webkit-scrollbar {
    background-color: #f5f5f5;
    width: 12px;
}
.msg-container-base::-webkit-scrollbar-thumb {
    background-color: #555;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.msg-container-base .msg-container {
    display: flex;
    overflow: hidden;
    padding: 10px;
}

.chat-msg {
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    max-width: 100%;
    padding: 10px;
    z-index: 1;
}
.chat-msg p {
    font-size: 13px;
    margin: 0 0 .2rem;
}
.chat-msg time {
    color: #ccc;
    font-size: 11px;
}
.chat-msg .chat-msg-author {
    display: block;
}
.chat-msg.chat-msg-receive {
    margin-right: 0;
    padding-bottom: 20px;
}
.chat-msg.chat-msg-sent {
    margin-right: 0;
    padding-bottom: 20px;
}
.chat-msg.chat-msg-sent .chat-msg-author {
    text-align: right;
}
.chat-msg.chat-msg-sent time {
    float: right;
}
.chat-msg-select {
    font-family: 'FontAwesome', Arial;
    /*min-width: 100px;*/
    /*height:40px;*/
}
.chat-msg-select-container {
    display: table-cell;
    width: 100px;
    padding-top: 6px;
}

@media (max-width: 767px) {
    .chat-top-bar {
        height: 80px;
    }
}

/* Themes ------------------------------------------------------------------*/
.chat-th-irontec .chat-top-bar {
    background: #c33;
    color: #fff;
}
.chat-th-irontec .chat-msg-receive .chat-msg-author {
    color: #c33;
}
.chat-th-irontec .chat-input:focus {
    border-color: #c33;
    box-shadow: 0 1px 1px #fff inset, 0 0 8px #c33;
    outline: 0 none;
}
.chat-th-irontec .chat-submit-button {
    background: #c33;
    color: #fff;
}
.chat-th-irontec .chat-submit-button:focus {
    border-color: #c33;
    outline: 0 none;
}

.chat-th-material .chat-top-bar {
    background: #009688;
    color: #fff;
}
.chat-th-material .chat-msg-receive .chat-msg-author {
    color: #009688;
}
.chat-th-material .chat-input:focus {
    border-color: #009688;
    box-shadow: 0 1px 1px #fff inset, 0 0 8px #009688;
    outline: 0 none;
}
.chat-th-material .chat-submit-button {
    background: #009688;
    color: #fff;
}
.chat-th-material .chat-submit-button:focus {
    border-color: #009688;
    outline: 0 none;
}

.chat-th-vdesk .chat-top-bar {
    background: #f58220;
    color: #fff;
    box-shadow: 0 2px 2px rgba(58,58,58,0.2);
}
.chat-th-vdesk .chat-top-bar-off {
    background: #f5f5f5;
    color: #fff;
    box-shadow: 0 2px 2px rgba(58,58,58,0.2);
}
.chat-th-vdesk .chat-msg-receive .chat-msg-author {
    color: #009688;
}
.chat-th-vdesk .chat-input:focus {
    /*border-color: #f58220;*/
    /*box-shadow: 0 1px 1px #fff inset, 0 0 8px #811d58;*/
    outline: 0 none;
}
.chat-th-vdesk .chat-submit-button {
    background: #811d58;
    color: #fff;
}
.chat-th-vdesk .chat-submit-button:focus {
    border-color: #811d58;
    outline: 0 none;
}
.chat-th-vdesk .chat-bottom-bar {
    box-shadow: 0 -2px 2px rgba(58,58,58,0.2);
}
.chat-th-vdesk .msg-container-base::-webkit-scrollbar-thumb {
    background-color: #811d58;
}

/*@media (max-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 60px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        padding: 0px;
    }
    .modal-sm {
        width: 300px;
    }
}

.modal {
    text-align: center;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}*/

.modal-open {
    margin-right: 0 !important;
    padding-right: 0 !important;
    overflow: hidden !important;
}

/* Theamed tabs --------------------------------------------------*/
.tabs-themed .nav-tabs>li.active>a,
.tabs-themed .nav-tabs>li.active>a:focus,
.tabs-themed .nav-tabs>li.active>a:hover {
    font-weight: bold;
}
.tabs-themed .nav-tabs>li>a {
    font-weight: bold;
}
.tabs-themed .uib-tab > div {
    color:#811d58;
}
.tabs-themed .nav-tabs {
    border-bottom: none;
}


/* End Theamed tabs ----------------------------------------------*/

.btn.btn-flat {
    border-radius: 0px;
}

/* ===============================================================
    Breadcrumbs
==================================================================*/
.breadcrumb {
    font-weight: bold;
}

.breadcrumb>.active {
    color: #555;
}

.has-error div div.chosen-container a.chosen-single{
    color: #a94442;
    border-color: #a94442;
}

.has-error div div.chosen-container a.chosen-single:active{
    color: #a94442;
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
}

.has-error div div.chosen-container a.chosen-single:focus {
    color: #a94442;
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
}

.no-margin {
    margin-bottom: 0px !important;
}

.email-check-label {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
}


