﻿@font-face 
{
    font-family: 'Glyphicons Halflings';
    src: url(../Bootstrap/fonts/glyphicons-halflings-regular.eot);
    src: url(../Bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../Bootstrap/fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(../Bootstrap/fonts/glyphicons-halflings-regular.woff) format('woff'), url(../Bootstrap/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../Bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}
.glyphicon 
{
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.glyphicon-time:before 
{
    content: "\e023"
}
.glyphicon-chevron-left:before 
{
    content: "\e079"
}
.glyphicon-chevron-right:before 
{
    content: "\e080"
}
.glyphicon-chevron-up:before 
{
    content: "\e113"
}
.glyphicon-chevron-down:before 
{
    content: "\e114"
}
.glyphicon-calendar:before 
{
    content: "\e109"
}
.input-group .form-control
{
    display: table-cell;
	position: relative;
    z-index: 2;
    float: left;  
    margin-bottom: 0;
    width: 136px;
} 
.input-group .form-control:first-child,  .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) 
{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.dropdown-menu 
{
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    -ms-background-clip: padding-box;
    -o-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -ms-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -o-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}
.list-unstyled 
{
    padding-left: 0;
    list-style: none
}
.collapse 
{
    display: none; 
}
.collapse.in 
{
    display: block;
    visibility: visible;
}
.table-condensed 
{
	border-spacing: 0; 
    border-collapse: collapse
}
.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th 
{
    padding: 5px;
}
.table-condensed a.btn
{
	float:none;
}
.table-condensed a.btn:hover
{
	border: none;
    background: transparent;
    font-weight:inherit;
    color: inherit;
    outline: none;    
}  
.collapsing 
{
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -ms-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -moz-transition-duration: .35s;
    -ms-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height,visibility;
    -moz-transition-property: height,visibility;
    -ms-transition-property: height,visibility;    
    -o-transition-property: height,visibility;
    transition-property: height,visibility;
}
.open>.dropdown-menu 
{
    display: block
}
