/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
  padding-bottom: 20px;
}

/* begin dimensions */

.no-side-margins{
	margin-left : 0px!important;
	margin-right : 0px!important;
}
.no-top-margin{
	margin-top : 0px!important;
}
.mh150 {
	min-height: 150px;
}

.mt05{
	margin-top: 5px;
}

.mt10{
	margin-top: 10px;
}

.mt20{
	margin-top: 20px;
}

.mt40{
	margin-top: 40px;
}

.mb05{
	margin-bottom: 5px;
}

.mb10{
	margin-bottom: 10px;
}

.mb20{
	margin-bottom: 20px;
}

.mr5{
	margin-right:5px;
}

.mr10{
	margin-right:10px;
}

.mr20{
	margin-right:20px;
}

.mr50{
	margin-right:50px;
}

.mr100{
	margin-right:100px;
}

.mr120{
	margin-right:120px;
}

.ml05{
	margin-left: 5px;
}

.ml10{
	margin-left: 10px;
}

.ml20{
	margin-left: 20px;
}

.ml40{
	margin-left: 40px;
}

.w100p{
	width: 100%;
}

.pad5{
	padding: 5px;
}

.pad10{
	padding: 10px;
}

.pad15{
	padding: 15px;
}

.pad20{
	padding: 20px;
}

.pb10{
	padding-bottom:10px;
}

.pb20{
	padding-bottom:20px;
}

.mv-top-2{
	position: relative;
	top: 4px;
}

.mv-top-4{
	position: relative;
	top: 4px;
}

.mv-top-8{
	position: relative;
	top: 4px;
}

.mv-top-10{
	position: relative;
	top: 4px;
}

.mv-top-15{
	position: relative;
	top: 4px;
}

.mv-top-20{
	position: relative;
	top: 4px;
}

.align-right {
	margin-right: 145px;
}

.inline-comment{
	font-size: 0.9em;
	position: relative;
	left: 10px;
	top: 3px;
}

.inline-block{
	width: 300px!important;
	top: -20px;
}

.inline-data{
	line-height:30px!important;
	padding : 7px 10px 7px 10px;
}

.inline-check{
	width: 36px!important;
}

.inline-small{
	width: 100px!important;
}

.inline-medium{
	width: 200px!important;
}

.inline-large{
	width: 300px!important;
}

.inline-check-editable{
	width: 34px!important;
	height : 34px;
	margin: 0px!important;
	position:relative;
	left:-3px;
	top: -2px;
}

.inline-small-editable{
	width: 90px!important;
	position:relative;
	left:-3px;
	top: -2px;
}

.inline-medium-editable{
	width: 190px!important;
	position:relative;
	left:-3px;
	top: -2px;
}

.inline-large-editable{
	width: 290px!important;
	position:relative;
	left:-3px;
	top: -2px;
}


.fixedcol-icon{
	width: 50px!important;
}

.fixedcol-small{
	width: 100px!important;
}

.fixedcol-medium{
	width: 200px!important;
}

.fixedcol-large{
	width: 300px!important;
}

.noverticalpadding{
	padding-top: 0px!important;
	padding-bottom: 0px!important;
}

.nohorizontalpadding{
	padding-left: 0px!important;
	padding-right: 0px!important;
}

.nopadding{
	padding: 0px!important;
}

#pagenumber{
	width:150px;
}

/* additional bootstrap theme styles*/
.controls INPUT {
    display: block;
    float:right;
    position:relative;
    margin-bottom:3px;
    width: 75%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.controls SELECT{
    display: block;
    float:right;
    position:relative;
    margin-bottom:3px;
    width: 75%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-group INPUT{
    display: block;
    float:right;
    position:relative;
    /*width: 150px;*/
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-group SELECT{
    display: block;
    float:right;
    position:relative;
    width: 130px;
    height: 34px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.control-label{
	position:relative;
	float:left;
	font-weight:normal;
}

.control-group{
	margin-bottom:5px;
	clear:both;
}

.input-group {
    width: 100%;
}
.whitelist-disabled{
	background-color:red;
}
.whitelist a{
	color:white!important;
}
.whitelist-enabled{
	background-color:green;
}
.form-group select{
	width: 150px!important;
	margin-right:15px!important;
}
.form-group label{
	font-weight:normal;
	/*margin-right:5px;*/
	position:relative;
	top:6px;
}
.btn-tall {
	padding: 7px 8px 7px 8px;
}
.mt20{
	margin-top:20px;
}