﻿
/*New style for admin panel*/
.info-box {
    border-radius: 4px !important;
}



.panel {
    border-radius: 4px !important;
}

.btn {
    border-radius: 4px !important;
}

.k-i-calendar {
    margin-top: 6px;
}

.k-icon, .k-state-disabled .k-icon, .k-column-menu .k-sprite {
    margin-top: 6px;
}

.input-group .input-group-addon {
    border-bottom-right-radius: 4px !important;
    border-top-right-radius: 4px !important;
}



.k-input, input.k-textbox, textarea.k-textbox, input.k-textbox:hover, textarea.k-textbox:hover, .k-textbox > input, .k-multiselect-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 4px !important;
}


.k-icon:hover, .k-state-hover .k-icon, .k-state-selected .k-icon, .k-state-focused .k-icon, .k-column-menu .k-state-hover .k-sprite, .k-column-menu .k-state-active .k-sprite {
    margin-top: 6px;
}


.k-autocomplete.k-state-default, .k-picker-wrap.k-state-default, .k-numeric-wrap.k-state-default, .k-dropdown-wrap.k-state-default {
    background-color: #fff !important;
}




.k-rtl .k-dropdown-wrap, .k-rtl .k-picker-wrap, .k-rtl .k-numeric-wrap {
    padding-top: 4px !important;
    padding-bottom: 2px !important;
    border-radius: 4px !important;
}

.k-autocomplete.k-state-default, .k-picker-wrap.k-state-default, .k-numeric-wrap.k-state-default, .k-dropdown-wrap.k-state-default {
    padding-top: 4px !important;
    padding-bottom: 2px !important;
    border-radius: 4px !important;
}

.k-dropdown-wrap.k-state-focused {
    border-bottom-width: 1px !important;
}

.overflow-hidden {
    overflow: hidden;
}

    .overflow-hidden .info-box-text {
        font-size: 10px;
    }

        .overflow-hidden .info-box-text strong {
            font-size: 12px;
        }



.k-picker-wrap.k-state-focused {
    border-bottom-width: 1px !important;
}

.border-left-none {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-left-width: 0px !important;
}

.border-right-none {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-right-width: 0px !important;
}

.bootbox-input-textarea {
    height: 150px !important;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}

.dropdown-color-item {
    font-size: 15px;
}

@media print {
    .content-wrapper{
		margin-right:0px;
	}
}