body.hy {
    font: 400 12px "Arian AMU", "Arial AMU", "GHEA Grapalat", Sylfaen, sans-serif !important;
}

.dn { display: none; }
.cb { clear: both; }

.header h4 {
    color: #888;
    font-weight: 300;
    padding-left: 34px;
}

#admin-avatar {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 50px;
}

/* **************************************************** */
/* ****************      FORM ERROR     *************** */
/* **************************************************** */

.form-group .control-label.data-req:after {
    content:" *"!important;
    color:red!important;
    font-size: 1.5em;
    vertical-align: middle;
}

.has-error input,
.has-error textarea,
.has-error .selector {
    border-color: #a94442!important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075)!important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)!important;
}

.form-error-text,
.form-error-text a {
    color: #A94442 !important;
}

.form-error-text a {
    text-decoration: underline;
}

.form-error-text a:hover {
    text-decoration: none;
}

.hidden-form-elem{
    width: 1px !important;
    left: 0px;
    top: 0px;
    height: 0px !important;
    opacity: 0;
    float:left;
}

.winStatusBox {
    background-color: #F9EDBE;
    border: 1px solid #F0C36D;
    left: 0;
    padding: 2px 10px;
    position: fixed;
    top: 0;
    width: 190px;
    z-index: 99999 !important;
}

.winStatusText {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    margin-top: 9px;
    text-align: center;
}

.btn-group .btn.btn-default{
    color: #A7A7A7;
}
.btn-group .btn.btn-default.active{
    color: #676767;
}

.main-dropzone {
    border: 2px dashed #0087f7 !important;
    border-radius: 5px;
    color: #646c7f;
    /*margin: 0 auto;*/
    overflow: hidden;
    padding: 54px;
    position: relative;
    text-align: center;
    width: 608px;
}

/*************************************************************/

.input-group, .input-group {
    height: 24px !important;
    line-height: 24px !important;
}

.datetime-box {
    width: 170px!important;
}

.date .form-control {
    border-radius: 0 !important;
    height: 26px!important;
    transition-property: none;
}

.input-group.addon-right .input-group-addon {
    border-radius: 0!important;
}

.input-group .input-group-addon {
    top: 0;
}

.input-group .input-group-addon i, .input-group .input-group-addon i {
    line-height: 15px!important;
}

/**********************************************************/

.loading {
    background: url('/assets/helix/core/icons/loader.gif') no-repeat 98% center !important;
}


/*********************************************************************************/
/*                          Search From Filter                                   */
/*********************************************************************************/

.grid-form {
    margin: 13px auto;
    vertical-align: top;
}

.grid-form tbody, .grid-form td{
    padding-bottom: 7px;
    padding-right: 5px;
    vertical-align: top;
}

.grid-form .control-label{
    margin-right: 3px;
    margin-top: 4px;
}
.grid-form .control-label label{
    font-weight: bold !important;
}
.grid-form .controls{

}

.grid-form .controls .input-append{
    margin-bottom: 10px;
}

.grid-form .controls .btn{
    margin-bottom: 10px;
}

.grid-form .datepicker-divider {
    margin-top: 5px !important;
    padding: 1px 6px 0 4px;
    width: 17px;
}

.grid-form .space-before,
.grid-form .space-before1
{
    margin-left: 20px;
}

.grid-form .controls .selector{
    width: 100% !important;
}

.grid-form .controls .selector span{
    width: 100% !important;
}

.grid-form .space-before3 {
    margin-left: 60px !important;
}

.grid-form select {
    width: 100%;
}

.grid-form .controls .selector{
    min-width: 150px !important;
}

.grid-form input[type=text]{
    width: 100% !important;
}


.th-actions, .th-status{
    width: 110px;
}

.tr-actions{
    text-align: center;
}

.ta-cen{
    width: 100%;
    display: block;
    text-align: center;
}

.multi-content input[type="checkbox"] {
    width: auto;
}

.tr-action{
    margin-right: 7px;
}

.form-info .form-info-head {
    font-size: 1.3em;
}

.form-info .form-info-text {
    margin-top: 5px;
}

/* Image uploader box */
.img-uploader-tools {
    margin-top: 6px;
}
.uploader-remove-btn {
    margin-left: 5px;
    margin-right: 15px;
}
.img-uploader-help {
    color: #999;
    font-size: 12px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.img-uploader-box img {
    max-width: 100%;
}

/* File uploader box */
.file-uploader-upload-box {
    border: 1px solid #cccccc;
    cursor: pointer;
    height: 26px;
    line-height: 26px;
    padding-left: 10px;
    padding-right: 20px;
    position: relative;
}
.file-uploader-upload-box:hover .file-uploader-icon {
    opacity: 0.7;
}
.file-uploader-icon {
    position: absolute;
    right: 2px;
    top: 2px;
}
.file-uploader-name {
    color: #777777;
}
.file-uploader-box .core-remove-file {
    margin-top: 5px;
}

.underline {
    text-decoration: underline;
}

.separate-form-buttons {
    border-top: 1px solid #d4d4d4;
    margin: 0 20px;
}

.helix-icon {
    background-repeat: no-repeat;
    height: 25px;
    opacity: 0.7;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.primary-sidebar a:hover .helix-icon,
.primary-sidebar li.active .helix-icon {
    opacity: 1;
}

.helix-icon.video-icon {
    background-image: url('../icons/video.png');
}

.helix-icon.division-icon {
    background-image: url('../icons/division.png');
}

.helix-icon.banner_zone-icon {
    background-image: url('../icons/banner_zone.png');
}

/* file manager */
.file-manager-modal {
    padding: 35px;
    z-index: 100000;
}
.file-manager-modal .modal-content {
    min-height: 100%;
}
.file-item {
    margin: 0 auto 15px;
    position: relative;
    width: 200px;
}
.file-item .img-box,
.file-item .file-box {
    background-color: #efefef;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 200px;
}
.file-item .img-box {
    height: 150px;
}
.file-item .file-box {
    height: 75px;
}
.file-item img {
    max-height: 142px;
    max-width: 192px;
}
.file-item button {
    position: absolute;
    top: 0;
    right: 0;
}

/***************/
table.dataTable thead tr th.sorting,
table.dataTable thead tr th.sorting_desc,
table.dataTable thead tr th.sorting_asc {
    padding-right: 30px;
}
.sorting > div::after,
.sorting_asc > div:after,
.sorting_desc > div:after {
    bottom: 0;
    margin: auto 0;
    right: -23px;
    top: 0;
}
.sorting > div,
.sorting_asc > div,
.sorting_desc > div {
    line-height: 15px;
    height: auto;
    padding: 5px 0;
    position: relative;
}
.under-scroll {
    overflow: auto;
}

.login-type label {
    cursor: pointer;
}
.login-type .iradio_flat-aero {
    vertical-align: text-bottom;
}

.login .input-group-addon {
    padding-top: 10px;
}
.captcha-box img {
    border: 1px solid #ccc;
    border-left: none;
    position: absolute;
    top: 0;
    left: 36px;
}
.captcha-box input {
    padding-left: 165px !important;
}
.captcha-box .captcha-reload {
    cursor: pointer;
}

/*images cropper - in crop x button disabled*/
.ui-dialog .ui-dialog-titlebar-close {
    display: none;
}