﻿.navbar-brand {
    font-weight: bold;
}

.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;
}

.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!important;
}

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;
}*/

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px !important;
        margin: 30px auto;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px!important;
    }
}

/* 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-col-img {
    max-height: 100px;
}

/* 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;
}

#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;
    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;
}

.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;
}

.navbar-brand{
    float:right;
}
.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;
}

.ui-sortable {
    overflow-y: hidden;
}

.ui-jqgrid .tree-wrap-ltr {
    width:20px;
}

td>p {
    margin: 0;
}

.white {
    color:white!important;
}