@CHARSET "ISO-8859-1";

html, body, form, .container-fluid{
	width: 100%; height: 100%; overflow: hidden;
}

body{
	background-color: #FAFAFA;
}
/* Boot Stap Fixes  */
.form-control{
	border:1px solid #aaa;
}
.input-group .form-control{
	border: 1px solid #ccc;
}
[readonly].form-control{
	background-color: #fff;
}

.dynamicInputGroup.input-group{
	width: 100% !important;
}
.dynamicInputGroup .form-control{
	border-radius: 4px !important;
}

.input-group-addon{
	cursor: pointer;
}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

.col-sm-2-width-10{
	width: 10% !important;
}
.col-sm-2-width-11{
	width: 11% !important;
}
.col-sm-2-width-12{
	width: 12% !important;
}
.col-sm-2-width-13{
	width: 13% !important;
}
.col-sm-2-width-14{
	width: 14% !important;
}

.btn-secondary {
    color: #292b2c;
    background-color: #fff;
    border-color: #ccc;
}
.btn-secondary:hover {
    color: #292b2c;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-secondary.active, .btn-secondary:active, .show>.btn-secondary.dropdown-toggle {
    color: #292b2c;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad;
}

.panel-heading .accordion-toggle h2:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    /* color: grey; */         /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed h2:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}
.ui-front { z-index: 1000; }