﻿.navbar-brand {
    font-weight: bold;
    /*float: right;*/
}

.alert ul {
    margin-bottom: 0;
}

.ui-widget,
.ui-widget input {
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.ui-search-toolbar input[type="text"] {
    font-size: 12px;
    font-weight: 400;
    height: 20px;
    border: 1px solid #DDD;
    border-radius: 0px;
}

.search-result a.icon-action {
    color: #C5C5C5;
    font-size: 18px;
    margin: 0 0 0 10px;
}

.container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.popover-content a {
    color: #C5C5C5;
}

#modal-details .modal-body img {
    max-width: 100% !important;
}

.dark-timeline .vertical-timeline-content.pinned {
    background: #E6FFFA;
}


.table-style td {
    text-align: center;
    padding: 2px 5px;
}

    .table-style td .btn,
    .table-style td .btn:hover,
    .table-style td .btn:focus {
        color: #fff;
    }

.note-editor {
    border: 1px solid #e5e6e7;
}

ul.notes > li {
    cursor: pointer;
}

.fav.active > i {
    color: #ffd800;
}

#widget-container .ibox-title h5 i {
    margin-left: 5px;
    margin-right: 5px;
}

ul.notes li div {
    overflow-x: auto;
}

.jsoneditor-wrapper .well .row {
    margin-left: 0;
    margin-right: 0;
}

.btn-default {
    background-color: #546C84;
    border-color: #6D7782;
    color: #FFFFFF;
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default:active,
    .btn-default.active,
    .open .dropdown-toggle.btn-default,
    .btn-default:active:focus,
    .btn-default:active:hover,
    .btn-default.active:hover,
    .btn-default.active:focus {
        background-color: #6D88A2;
        border-color: #83A0BB;
        color: #FFFFFF;
    }

.ibox-title h5 {
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}

.ibox-title.editable h5 {
    width: calc(100% - 40px);
}

.hr-line-dashed {
    margin: 5px 0 !important;
}

ul.list-display-mode > li > a {
    color: #676a6c;
    font-size: 24px;
}
/*.fa {
    font-size: 14px;
}*/
.hideLongWords {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.grid-view {
    width: 100%;
    margin-right: 3%;
    margin-bottom: 15px;
    display: inline-block;
}

@media (min-width: 1300px) {
    .grid-view {
        width: 30% !important;
    }
}

@media (min-width: 1600px) {
    .grid-view {
        width: 21% !important;
    }
}

@media (min-width: 1000px) {
    .grid-view {
        width: 46%;
    }
}

.modal {
    padding-top: 100px;
}

.modal-header {
    background: #1ab394;
    color: white;
}

.modal-content {
    width: 60%;
    text-align: center;
    margin: auto;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}

/* jqGrid override */

.ui-jqgrid .ui-jqgrid-view {
    font-size: 13px;
}

.ui-jqgrid tr.jqgrow td {
    height: auto;
}

    .ui-jqgrid tr.jqgrow td .btn {
        color: #fff;
        margin-right: 5px;
        padding: 3px 8px;
    }

        .ui-jqgrid tr.jqgrow td .btn:last-child {
            margin-right: 0;
        }

.ui-jqgrid-titlebar {
    background: #2f4050 !important;
    border-color: #2f4050 !important;
    color: #ffffff !important;
}

.ui-jqgrid .ui-jqgrid-title {
    text-shadow: none;
    margin: 0 15px;
    line-height: 40px;
    font-size: 18px;
    font-weight: 600;
}

.ui-jqgrid .ui-jqgrid-htable th div {
    height: auto;
}

.ui-jqgrid .ui-jqgrid-htable th {
    height: 40px;
    padding: 2px;
}

.ui-jqgrid .ui-search-table .ui-search-input > input,
.ui-jqgrid .ui-search-table .ui-search-input > select {
    font-family: 'Open Sans';
    font-size: 13px;
    height: 32px;
    padding: 0 2px !important;
    outline: none !important;
}

.ui-jqgrid .ui-jqgrid-pager {
    font-size: 13px;
}

.ui-jqgrid .ui-pg-input {
    outline: none !important;
    height: 27px;
}

.ui-jqgrid .ui-pg-button {
    height: auto;
}

.jqGrid_wrapper {
    margin-bottom: 20px;
}

.ui-jqgrid .cell-wrapperleaf {
    margin-left: 30px;
}

/* jqgrid overrides end */

#custom-search-form {
    margin: 0;
    margin-top: 5px;
    padding: 0;
}

    #custom-search-form .search-query {
        padding-right: 3px;
        padding-right: 4px \9;
        padding-left: 3px;
        padding-left: 4px \9;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    #custom-search-form button {
        border: 0;
        background: none;
        /** belows styles are working good */
        padding: 2px 5px;
        margin-top: 2px;
        position: relative;
        left: -28px;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

.search-query:focus + button {
    z-index: 3;
}

.hiddenMessage {
    background-color: rgb(220, 220, 220);
}

.dropzone {
    background-color:transparent!important;
}

.message-content a {
    border: 0;
    background: none;
    padding: 0px 5px;
    position: relative;
    margin-bottom: 0;
    color: #D9230F;
}

.removed {
    background-color: rgb(255, 215, 215);
}

.clip {
    color: #337ab7 !important;
}

.hovering {
    cursor: pointer;
}

.dot {
    font-size: 40px;
    color: #23c6c8;
}

.myAltRowClass {
    background-color: #e2f6ff !important;
}

.posticipated {
    background-color: #ffd0d0 !important;
}

#imageContainer {
    position: relative;
    width:300px;
    height:300px;
    overflow:hidden;
}
.imageWidth {
    height: 100%;
    width:auto;
    overflow: hidden;
}
.imageHeight {
    width: 100%;
    height: auto;
    overflow: hidden;
}/*
.mobileTitle {
    padding:0;
}*/
.tickList {
    border-top-width: 5px;
    //border-top-color: transparent;
    margin-bottom: 20px;
    cursor: pointer
}

@media(min-width:992px){
    .tickList{
        display: inline-table;
        width: 49%;
    }
    .tickList:nth-child(odd) {
        float:left;
        margin-right: 2%;
    }
    /*.tickDetailsInfo {
        margin-left: 10px;
    }*/

}

.marginBottom {
    margin-bottom: 20px;
}

.tickDetailsInfo{
    display:inline-flex;
    font-size: 18px;
}

.green{
    color:green;
}

.trasparent{
    background-color:transparent
}

.chat-content {
    padding-bottom: 20px;
}
.chat-message.left {
    width:85%;
}
.chat-message.left {
    width: 85%;
}

.chat-message.right {
    width: 85%;
    margin-left:15%;
}

.message .message-author,
.message .message-date {
    font-weight:bold;
}

.message-date {
    float: inherit!important
}

.dateGrouping {
    text-align:center;
    font-weight: bold
}

.stateLabel{
    color: #fff;
    background-color: green;
    border: 1px solid green;
    border-radius: 7px;
    padding: 1px 5px 1px 5px;
}

.navbar-toggle{
    /*float:left;*/
    margin: 10px 5px 5px 20px;
}
.chat-discussion {
    background: transparent;
    padding: 15px 0;
    height: auto;
    overflow-y: auto;
}
.chat-message {
    padding: 10px 5px;
}
.chat-view .ibox-content {
    padding: 0 10px;
}
/* padding: 15px 0 15px 0; Era sulla chad discussion
.chat-message {
    padding: 10px 0;
}

.message-content {
    overflow: hidden;
    text-overflow: ellipsis;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: inherit!important;
    border-color: #337ab7;
}

.hideMex {
    max-height: 88px;
    overflow: hidden;
    text-overflow: ellipsis;
}*/

span.select2-container {
    z-index:10050;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: inherit;
}

.img-responsive {
    margin:auto;
}
.chartPie {
    overflow:hidden
}
#canvas-holder {
    min-width: 300px !important;
}

#navigation-bar {
    float: right;
    width: 200px;
    font-size:18px;
}
.content-page {
    max-width:850px;
    display: inline-block;
}

.body-page {
    max-width: 1250px;
}

.sticky-wrapper {
    width: 200px;
}

.content-page p {
    font-size:18px;
}

.content-page p a {
    display: block;
    position: relative;
    top: -80px;
    visibility: hidden;
}

.content-page img {
    max-width: 850px;
    width:100%;
}

@media (max-width: 1200px) {
    #navigation-bar {
        display: none;
        position:fixed;
    }
    #navigation-bar-sticky-wrapper {
        position:fixed;
    }
}

.black {
    color:black!important;
}

.black:hover, .black:focus {
    color: black;
    background-color: #f5f5f5 !important;
}

.has-error-tab {
    color: #ed5565!important;
}

.list-header {
    background-color: #eaeaea;
    font-size:15px;
    text-align:center;
}

/*Telerik Override*/

.k-grid-filter.k-state-active {
    border-color: #a6a6a6 !important;
    /*background-color: #e3e3e3 !important;*/
    background-color: #2f4050 !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset !important;
    color: #f3f3f4;
}

.k-grid-top, .k-grouping-header {
    background-color: #293846;
}

.k-header.k-grid-toolbar {
    border-color: #2f4050;
}

.k-grid .k-header .k-button {
    background-color: #2f4050;
    border-color: #2f4050;
}

    .k-grid .k-header .k-button:hover {
        background-color: #4b6379;
        border-color: #4b6379;
    }

.k-grouping-header .k-group-indicator {
    background-color: #2f4050;
    border-color: #2f4050;
}

.k-pager-numbers .k-state-selected {
    border-color: #2f4050;
    color: #2f4050;
}

.k-grid-pager .k-link,
.k-grid-pager .k-link:link {
    color: #2f4050;
}

.k-widget .k-button.k-state-active:hover, .k-widget .k-button:active:hover {
    color: #fff;
}

.k-header .k-drag-clue {
    background: #fff !important;
}

.k-grid td .btn + .btn {
    margin-left: 6px;
}

.container {
    width:auto;
}

#gridDiv {
    overflow-x:scroll;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}

.nav.navbar-left > li > a {
    /* color: #999c9e; */
    color: white;
}

.hideMex > p > img {
    width: 100%!important;
}

.k-header-column-menu.k-state-active {
    border-color: #a6a6a6 !important;
    /* background-color: #e3e3e3 !important; */
    background-color: #2f4050 !important;
    box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset !important;
    color: #f3f3f4;
}