.columns {
    clear: both;
    display: table-cell;
}

.column {
    float:left;
}

.clear {
    clear: both;
}

.center-text {
    text-align: center;
}



/* For file upload from minoral*/
.minoral .uneditable-input,
.minoral textarea,
.minoral input[type="text"],
.minoral input[type="password"],
.minoral input[type="datetime"],
.minoral input[type="datetime-local"],
.minoral input[type="date"],
.minoral input[type="month"],
.minoral input[type="time"],
.minoral input[type="week"],
.minoral input[type="number"],
.minoral input[type="email"],
.minoral input[type="url"],
.minoral input[type="search"],
.minoral input[type="tel"],
.minoral input[type="color"] {
    -webkit-appearance: none !important;
    color: #717171;
    outline: 0;
    height: 16px;
    padding: 6px 11px !important;
    line-height: 18px;
    font-size: 13px;
    vertical-align: top;
    background-color: #fafafa;
    min-height: 37px;
    filter: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: 1px solid #ececec;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.minoral .input-group .input-group-btn > .btn {
    line-height: 23px;
}

.minoral .btn.btn-primary:hover {
    color: white;
}


.minoral .btn {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    /* file upload */ }

.minoral .btn.btn-black-transparent {
    background-color: rgba(0, 0, 0, 0.1);
    color: #f2f2f2; }
.minoral .btn.btn-black-transparent:hover {
    background-color: rgba(0, 0, 0, 0.2);
    color: white; }
.minoral .btn:focus {
    outline: 0; }
.minoral .btn.active, .btn:active {
    -webkit-box-shadow: none;
    box-shadow: none; }
.minoral .btn.show-code {
    font-size: 9px;
    padding: 2px 10px;
    color: #888;
    background-color: #f2f2f2;
    position: absolute;
    right: 5px;
    bottom: 5px;
    border-radius: 10px;
    z-index: 999;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out; }
.minoral .btn.show-code:hover {
    background-color: #d2d2d2;
    color: #333; }
.minoral .btn.uppercased {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 900;
    padding: 3px 20px; }
.minoral .btn.btn-green {
    background-color: #a2d200;
    color: #f2f2f2; }
.minoral .btn.btn-green:hover {
    background-color: #8eb800;
    color: white; }
.minoral .btn.btn-cyan {
    background-color: #52ccf2;
    color: #f2f2f2; }
.minoral .btn.btn-cyan:hover {
    background-color: #0fa1cf;
    color: white; }
.minoral .btn.btn-red {
    background-color: #ff7b76;
    color: #f2f2f2; }
.minoral.minoral .btn.btn-red:hover {
    background-color: #ff4f48;
    color: white; }
.minoral .btn.btn-orange {
    background-color: #ffc100;
    color: #f2f2f2; }
.minoral .btn.btn-orange:hover {
    background-color: #f0b500;
    color: white; }
.minoral .btn.btn-amethyst {
    background-color: #cd97eb;
    color: #f2f2f2; }
.minoral .btn.btn-amethyst:hover {
    background-color: #b86ce3;
    color: white; }
.minoral .btn.btn-greensea {
    background-color: #1ccdaa;
    color: #f2f2f2; }
.minoral .btn.btn-greensea:hover {
    background-color: #14937a;
    color: white; }
.minoral .btn.btn-hotpink {
    background-color: #ff3385;
    color: #f2f2f2; }
.minoral .btn.btn-hotpink:hover {
    background-color: #e6005c;
    color: white; }
.minoral .btn.btn-drank {
    background-color: #d5099c;
    color: #f2f2f2; }
.minoral .btn.btn-drank:hover {
    background-color: #95066d;
    color: white; }
.minoral .btn.btn-dutch {
    background-color: #1cbbd2;
    color: #f2f2f2; }
.minoral .btn.btn-dutch:hover {
    background-color: #148798;
    color: white; }
.minoral .btn.btn-primary {
    color: #f2f2f2; }
.minoral .btn.btn-primary:hover {
    color: white; }
.minoral .btn.btn-danger {
    color: #f2f2f2; }
.minoral .btn.btn-danger:hover {
    color: white; }
.minoral .btn.btn-warning {
    color: #f2f2f2; }
.minoral .btn.btn-warning:hover {
    color: white; }
.minoral .btn.btn-success {
    color: #f2f2f2; }
.minoral .btn.btn-success:hover {
    color: white; }
.minoral .btn.btn-info {
     color: #f2f2f2; }
.minoral .btn.btn-info:hover {
    color: white; }
.minoral .btn.btn-file {
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    line-height: 23px; }
.minoral .btn.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 999px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    background: red;
    cursor: inherit;
    display: block; }

/* END For file upload */


/* END Tune metisFolder */

