﻿@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../../../images/bootstrap/3.3.1/glyphicons-halflings-regular.eot');
  src: url('../../../images/bootstrap/3.3.1/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../../images/bootstrap/3.3.1/glyphicons-halflings-regular.woff') format('woff'), url('../../../images/bootstrap/3.3.1/glyphicons-halflings-regular.ttf') format('truetype'), url('../../../images/bootstrap/3.3.1/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.navMenu li {
    line-height: 13px;
    font-size: 11px;
}


.form-group-condensed {
    margin-bottom: 3px;    
    padding: 0px;
}

.form-group-condensed p, .form-group-condensed .control-label  {
    padding: 0px;
}


.table th.numberColumn, .table td.numberColumn {
    text-align: right;
}

@-ms-viewport {
    width: auto !important;
}

.fixedDialog{
    height:120px;
}

select.form-control{
	max-width:100%;
}

.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
    color:white;
    background-color: #369;
    background-image: linear-gradient(to bottom,#369,#47a);
}

.form-control-auto {
    width: auto !important;
}

.dropdown-menu {
    z-index: 1100;
}