.datepicker.dropdown-menu {
    z-index: 1001 !important;
}

.right {
    float: right;
}

.has-error .chosen-container-single .chosen-single,
.has-error .chosen-container-multi .chosen-choices {
    border-color: #ed5565;
}

.tooltip {
    z-index: 9999;
}

.jqgrow a {
    color: #337ab7 !important;
}

.radio-group {
    margin-top: 5px;
}

.radio-group .radio-inline:first-child {
    padding-left: 0;
}

.attachment-preview {
    border: 1px solid rgba(0,0,0,0.03);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: rgba(0,0,0,0.03);
    margin-top: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;

    cursor: pointer;
}

.ui-jqgrid tr.jqgrow td {
    white-space: normal;
}

.ui-jqgrid tr.jqgrow .hr-line-dashed {
    margin: 5px 0;
}

.gray-bg {
    background-image: url("/img/tiny_grid.png");
}

.chartjs-legend {
    list-style: none;
    position: absolute;
    right: 0px;
    top: 0;
}

.chartjs-wrapper {
    position: relative;
}

.chartjs-legend li {
    display: block;
    position: relative;
    margin-bottom: 4px;
    border-radius: 5px;
    padding: 2px 8px 2px 28px;
    font-size: 12px;
    cursor: default;
    -webkit-transition: background-color 200ms ease-in-out;
    -moz-transition: background-color 200ms ease-in-out;
    -o-transition: background-color 200ms ease-in-out;
    transition: background-color 200ms ease-in-out;
}

.chartjs-legend li:hover {
    background-color: #eee;
}

.chartjs-legend li span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 100%;
    border-radius: 5px;
}

.tooltip-inner {
    max-width: 320px;
    text-align: left;
}

#assistant_auto_complete_faux_area {
    visibility: hidden;
    position: absolute;

    border: 1px solid #e5e6e7;
    border-radius: 1px;
    padding: 6px 12px;
    font-size: 14px;

    font-family: 'open sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#assistant_auto_box {
    padding: 3px 0;
}

#assistant_auto_box > li > a {
    line-height: 20px;
    margin: 0;
    padding: 3px 10px;
}

.ui-jqgrid .ui-pg-input {
    height: 24px;
    text-align: center;
    margin-top: 2px;
}

.special_link.active .nav-label {
    text-decoration: underline;
}

.versatile-special-menu-item {
    background: #3a4459;
}

.versatile-special-menu-item a {
    color: #e8e8e8 !important;
}

.versatile-special-menu-item.active a, .versatile-special-menu-item a:hover{
    background: #3a4459 !important;
    color: #ffffff !important;
    text-decoration: underline !important;
}

.skin-3 .dashboard-header {
    background-color: #ffffff;
}

.skin-3 li.special_link > a {
    color: #e8e8e8;
}

.association-cell {
    position: relative;
    height: 100%;
}

.association-cell img {
    display: block;
    float: left;
}

.association-cell .association-name {
    float: left;
    width: 100%;
    padding-left: 46px;
    position: absolute;
    height: 100%;
    display: table;
}

.association-cell .association-name > div {
    display: table-cell;
    vertical-align: middle;
}

.other-more-info {
    font-size: 15px;
    text-align: justify;
}

.ibox-content.no-padding .table {
    margin-bottom: 0; !important;
}

.ibox-content.no-padding .no-data-tip {
    padding: 15px 20px 20px 20px;
}

.skin-3 #page-wrapper {
    background-image: url("/img/climpek.png");
}

.sweet-alert h2 {
    font-size: 24px;
}

.sweet-alert p {
    color: #222222;
    font-size: 18px;
}

.logo {
    font-family: 'Poiret One', cursive;
    font-weight: bold;
}

.nav-header .logo {
    font-size: 30px;
    color: #eeeeee;

}

.nav-header .logo img {
    width: 36px;
    margin-top: -6px;
    margin-right: 2px;
}