.not-set {
    color: #cccccc;
    font-style: italic;
    font-size: smaller;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
}
td, th {
    white-space: normal;
}
img {
    max-width: 100%;
}

textarea {
    min-height: 32px;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    font-family: 'Glyphicons Halflings'; /* NOSONAR */
    position: relative;
    top: 1px;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151"; /*"\e113"*/
}

a.desc:after {
    content: "\e152"; /*"\e114"*/
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view thead th {
    white-space: nowrap;
    background: #222d32;
    color: #ffffff;
    min-width: 100px;
}
.grid-view thead a {
    color: #b8c7ce;
}
.grid-view thead a:hover {
    color: #ffffff;
}
.grid-view thead td {
    padding: 0;
}
.grid-view .action-column {
    min-width: 50px;
    text-align: center;
}
.grid-view .summary {
    float: right;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.form-group .intl-tel-input {
    width: 100%;
}

.required label:after {
    content: " *";
}
.required-partially label:after {
    content: " **";
}

.selectize-control {
    padding: 0;
    min-height: 34px;
}
.selectize-input {
    padding: 6px 12px;
}
.selectize-control.single .selectize-input {
    background: #ffffff;
    border-radius: 0;
    min-height: 100%;
}
.selectize-control.single .selectize-input, .selectize-dropdown.single {
    border-color: #d2d6de;
    padding: 0;
}
.selectize-control.single .selectize-input .item, .selectize-dropdown.single .item {
    padding: 6px 12px;
}
.selectize-dropdown, .selectize-input, .selectize-input input {
    line-height: 20px;
    font-size: 14px;
    background: #ffffff;
}
.selectize-dropdown-content {
    background: #ffffff;
}
.tab-content {
    padding: 15px 0;
}
.search-panel {
    display: none;
}
.modal-backdrop {
    z-index: 800;
}
.modal-dialog {
    margin-top: 52px;
}

.valid-result-waiting:before {
    content: "\f059";
}
.valid-result-valid:before {
    content: "\f058";
}
.valid-result-invalid:before {
    content: "\f057";
}
.valid-result-expired:before {
    content: "\f017";
}
.valid-result-waiting {
    color: #f9b32f;
}
.valid-result-valid {
    color: #98e25a;
}
.valid-result-invalid {
    color: #f44842;
}
.valid-result-expired {
    color: #f44842;
}

.content-wrapper {
    position: relative;
}
.fixed-wrapper {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #ffffff;
    z-index: 15;
}
.fixed-wrapper .fixed {
    padding: 10px;
    color: #444444;
    border-top: 1px solid #d2d6de;
    margin-left: 230px;
}
.sidebar-mini.sidebar-collapse .fixed-wrapper .fixed {
    margin-left: 50px;
}
@media (max-width: 767px) {
    .fixed-wrapper .fixed,
    .sidebar-mini.sidebar-collapse .fixed-wrapper .fixed {
        margin-left: 0;
    }
}

.yii-debug-toolbar {
    width: 20px!important; /* NOSONAR: Hide Yii debug bar */
}
.yii-debug-toolbar_active {
    width: 100%!important; /* NOSONAR: Hide Yii debug bar */
}
.yii-debug-toolbar:not(.yii-debug-toolbar_active) .yii-debug-toolbar__bar {
    height: 20px!important; /* NOSONAR: Hide Yii debug bar */
}
.yii-debug-toolbar__toggle {
    right: 0!important; /* NOSONAR: Hide Yii debug bar */
    bottom: 0!important; /* NOSONAR: Hide Yii debug bar */
    width: 20px!important; /* NOSONAR: Hide Yii debug bar */
    height: 25px!important; /* NOSONAR: Hide Yii debug bar */
}
.yii-debug-toolbar__block {
    line-height: 12px;
}
.yii-debug-toolbar__title img {
    display: none;
}
.selectize-dropdown {
    background: #ffffff;
    z-index: 9999999;
    padding: 5px;
}

.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right),
.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
    width: 220px;
}

.wrapper {
    overflow: hidden;
}
.origin-helper {
    margin: -10px 10px 15px 10px;
    font-style: italic;
    color: #f0c674;
}
.twitter-typeahead {
    width: 100%;
}
.tt-menu {
    width: 100%;
    background: #ffffff;
    border: #d2d6de 1px solid;
}
.selectable {
    cursor: pointer;
    padding: 10px;
}

.blink {
    animation: blink 1s infinite;
}

@keyframes blink{
    0%{opacity: 1;}
    75%{opacity: 1;}
    76%{ opacity: 0;}
    100%{opacity: 0;}
}

.gridview-special-filter .form-group {
    padding: 0 20px;
}
.gridview-special-filter .form-group {
    margin-bottom: 0;
}
.gridview-special-filter .help-block {
    display: none;
}
