﻿.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;
}

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;
}

.containerRow {
    height: 120px;
    line-height: 120px;
    font-size: 80px;
    border-bottom: solid 1px black;
}

.containerRowMobile {
    height: 58px;
    line-height: 58px;
    font-size: 28px;
    border-bottom: solid 1px black;
}

.containerRowBO {
    height: 80px;
    line-height: 80px;
    font-size: 50px;
    border-bottom: solid 1px black;
}
.containerRowMobile {
    height: 100px;
    line-height: 50px;
    font-size: 30px;
    border-bottom: solid 1px black;
}

.leftCol {
    float: left;
    margin-left: 2%;
    width: 70%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.rightCol {
    float: right;
    margin-right: 50px;
    /*position: fixed;
    right: 0;*/
}

.fix {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.contFinale {
    display: none;
    position: absolute;
}

.blink {
    animation: blinker 2s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

#grid .dropdown-visible {
    overflow: visible;
}

.grid-wrapper {
    margin-bottom: 200px;
}

.k-header-column-menu.k-active,
.k-header-column-menu.k-active:hover {
    background-color: #428bca;
    color: white !important;
}

.k-filtercell > span > .k-button,
.k-filtercell .k-spin-button {
    display: none
}  