﻿@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../../fonts/bootstrap/glyphicons-halflings-regular.eot');
    src: url('../../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../fonts/bootstrap/glyphicons-halflings-regular.woff') format('woff'), url('../../fonts/bootstrap/glyphicons-halflings-regular.ttf') format('truetype'), url('../../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}


.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

div.k-colorpicker {
    float: left;
    width: initial !important;
}

.k-colorpicker.k-header.k-editor-widget {
    width: 50px !important;
    float: left;
}

.btn-transparent {
    background-color: initial;
    color: black;
    border: none;
    -webkit-box-shadow: none !important;
}
.popover {
    z-index: 99999999;
}