﻿.ui-dialog-title {
    font-size: small;
}

.ui-dialog-content {
    font-size: small !important;
}

.uppercase {
    text-transform: uppercase;
}

.dimmed {
    background: #ececec !Important;
}

.fresh-card-font {
    font-size: 14px !important;
}

@media only screen and (min-width: 768px) {
    .tab_layout {
        height: 650px !important;
    }
    .responsive_control {
        width: 250px !important;
    }
}

@media (min-width: 1023px)  {
    .custom-float-right {
        float: right !important;
    }
}


@media only screen and (max-width: 767px) {
    .tab_layout {
        height: auto !important;
        padding-bottom: 60px;
    }
    .responsive_control {
        width: 80% !important;
    }
    .responsiveButton_control {
        width: 60% !important;
    }
}

.fileinput-button input {
    width: 100% !important;
    -moz-transform: none !important;
}

