﻿.tabs-icon{line-height:1}
.embed-responsive {
    position: relative;
    display: block;
    padding: 0;
    overflow: hidden;
    height:100%;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.btn-group {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing:border-box;
    position:relative;
    display:inline-block;
    vertical-align:middle;
}
.btn-group > a {
    width: auto;
    height: auto;
    position: relative;
    float: left;
    margin: 0;
    /*border-radius: 15px;*/
}

a.l-btn-selected {
    background-color: #428bca;
    border-color: #428bca;
    color: #ffffff;
    z-index: 2;
}

.btn-group > .l-btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .l-btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.panel-heading{
    padding:3px 4px;
}
.panel-footer {
    padding: 0;
    height: auto;
}
.pagination{
    margin:0;
    display:block;
}
.card-view{
    width:100%;
    height:100%;
    overflow-y:auto;
    overflow-x:hidden;
    margin:0;
}
.card {
    border-radius: 4px;
    border: 1px solid #ddd;
    
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.card-header {
    border-bottom: 1px solid #ddd;
    padding: 3px 4px 2px 4px;
    margin: -1px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #f5f5f5;
}
.card-header .tools{
    float:right;
}
.card-pink {
    border-color: hotpink;
}
.card-pink > .card-header {
    border-bottom: 1px solid hotpink;
    background-color: hotpink;
    color: white;
}
.card-blue{
    border-color:steelblue;
}

.card-front-red {
    color: red;
}

.card-blue > .card-header {
    border-bottom: 1px solid steelblue;
    background-color: steelblue;
    color: white;
}
.card-footer {
    border-bottom: 1px solid #ddd;
    background-color: #f5f5f5;
}
.table {
    border-collapse:separate;
}
.row>*{
    padding-bottom:2px;
    padding-top:2px;
}
.ctrl{
    display:table;
    width:100%;
    overflow-x:hidden;
}
.ctrl>*{
    display:table-cell;
}
.ctrl-stack{
    display:block;
}
.ctrl-stack > * {
    display: block;
}
.bar{
    clear:both;
}
.bar > .caption, .bar > .tools {
    padding: 5px;
    vertical-align: middle;
}
.bar>.tools{
    float:right;
    padding:3px;
}
.bar>.tools>.btn{
    margin-left:5px;
}
.textbox-label-after{
    font-weight:normal;
    width:auto;
}
i.ef {
    position: relative;
    top: 1px;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}
.form-control {
    height: 30px;
    line-height: 28px;
    padding:0 4px 0 4px;
}
.form-control .btn {
    height: 30px;
    line-height: 28px;
    padding: 0 4px 0 4px;
}
.form-group{
    padding-left:80px;
    margin-bottom:0;
    position:relative;
}
.form-group>.control-label{
    position:absolute;
    left:5px;
    height:30px;
    line-height:30px;
    font-weight:bold;
}

.form-checkbox>input{
    margin:6px;
}
label{
    font-weight:normal;
    margin-bottom:0;
}
.form-group-block{
    padding-left:5px;
}
.form-group-block > .control-label {
    position: relative;
    left: 0;
}
.form-group .radio-inline, .form-group .radio-inline > input, .form-group .checkbox-inline, .form-group .checkbox-inline > input {
    line-height: 30px;
    vertical-align: middle;
}
.form-group .radio-inline > input, .form-group .checkbox-inline > input {
    margin-top: 8px;
}
.bootstrap-select{
    width:100%;
}
.form-control-feedback{
    width:28px;
    height:28px;
    line-height:28px;
}
.control-empty{
    height:30px;
}
.bar > * {
    margin-left: 2px;
    margin-right: 2px;
}
.thumbnail{
    margin-bottom:5px;
}
.ef {
    background-image:none !important;
}
.textbox-text{
    color:#333;
}
label.xrequired:before {
    content: '* ';
    color: red;
}
button.width30 {
    width:30%
}

.exp {
    width: 100%;
    height: 150px;
    overflow: auto;
    border: 1px solid #95B8E7
}

.innerLable {
    display: inline-block;
}

.exp1 {
    border: 1px solid #ccc;
}
    .exp1:focus {
        border: none;
        outline: none;
        box-shadow: 0 0 0 1px rgb(112, 178, 230),0 0 3px 3px #BDE7FF;
    }
