﻿.dropdown-menu {
    left: 0;
    right: auto;
}
.form-group:after {
    display: table;
    content: " ";
    clear: both;
}
.form-panel .control-label {
    text-align: left;
    line-height: 2.5;
    margin-bottom: 0;
}
.pad-me10 {
    padding: 10px;
}
.pad-me20 {
    padding: 20px;
}
.pad-me30 {
    padding: 30px;
}
.pad-me40 {
    padding: 40px;
}
.popover {
    font-family: inherit;
}
.modal-footer {
    text-align: right;
}
/*.btn {
    zoom: 1;
    float: left;
}
.btn:before,
.btn:after {
    content:'';
    display:inline;
}
.btn:after {
    clear: both;
}*/

.li8-datetime {
    border: 1px solid #CCC;
    border-radius: 4px;
}
.li8-datetime:focus {
    
    
}
.li8-datetime span {
    float: right;
    font-size: large;
    padding: 3px 3px;
}
.li8-datetime .form-control:focus {
    border: none;
    box-shadow: none;
}
.li8-datetime .input-group-addon:first-child {
    border: none;
}
.li8-datetime.focusin {
    border-color: #66AFE9;
    outline: 0px none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0.6);
}
.li8-datetime input {
    border: none;
    text-align: center;
    box-shadow: none;
    transition: none;
}
.li8-datetime input.err {
    border: 1px solid red;
}