

/* generic classes */
.display-tbl {
    display: table;
}

.line-btm-grey {
    border-bottom: 1px solid #C0C0C0;
}
.line-blue {
    border-color:#0072C6!important;
}

.line-top-thin {
    border: solid;
    border-width: 1px 0px 0px 0px;
}

.margin-lr-auto {
    margin-left: auto;
    margin-right: auto;
}

.margin-lr-small {
    margin-left:3px;
    margin-right:3px;
}

.margin-lr-medium {
    margin-left:9px;
    margin-right:9px;
}

.margin-top-small {
    margin-top:3px;
}

.margin-top-medium {
    margin-top:9px;
}

.margin-btm-small {
    margin-bottom:3px;
}

.margin-btm-medium {
    margin-bottom:9px;
}

.margin-small {
    margin: 3px;
}

.overflow-hidden {
    overflow:hidden;
}

.overflow-y-auto {
    overflow-y: auto;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.padding-small {
    padding: 3px;
}

.padding-medium {
    padding: 9px;
}

.padding-top-medium {
    padding-top: 9px;
}

.padding-btm-medium {
    padding-bottom: 9px;
}

.inline-block {
    display: inline-block;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.float-left
{
	float: left;
}

.float-right
{
	float: right
}

.hide
{
	display: none;
}

.margin-lr
{
	margin-left: 4px;
	margin-right: 4px;
}

.vertical-align-btm {
    vertical-align:bottom;
}
.hide {
    display:none;
}

/* stolen from bootstrap */

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 4px 6px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}


.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}


.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.width-12,
.col-xs-12 {
  width: 100%;
}
.width-11,
.col-xs-11 {
  width: 91%;
}
.width-10,
.col-xs-10 {
  width: 83%;
}
.width-9,
.col-xs-9 {
  width: 75%;
}
.width-8,
.col-xs-8 {
  width: 66%;
}
.width-7,
.col-xs-7 {
  width: 58%;
}
.width-6,
.col-xs-6 {
  width: 50%;
}
.width-5,
.col-xs-5 {
  width: 41%;
}
.width-4,
.col-xs-4 {
  width: 33%;
}
.width-3,
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16%;
}
.col-xs-1 {
  width: 8%;
}


.row:after {
    clear:both;
}


.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.alert {
  padding: 5px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 14px;
  z-index: 10000;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 25px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}



.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #ffffff;
}

.label-arrow {
	position: relative;
}

.label-arrow-right {
    border-top-right-radius:0;
    border-bottom-right-radius:0;
    margin-right:10px;
}
  
.label-arrow-right:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
    border-left-color:#999;
    border-width: 15px;
    border-bottom-width: 15px;
    margin-top: -15px;
    
}

.label-arrow-left {
    border-top-left-radius:0;
    border-bottom-left-radius:0;
    margin-left:10px;
}

.label-arrow-left:before {
    right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
    border-right-color:white;
    border-width: 15px;
    border-bottom-width: 15px;
    margin-top: -15px;
    
}

.label-primary.label-arrow:after {
    border-left-color:#428bca;
}
.label-primary.label-arrow:before {
    border-right-color:#428bca;
}
.label-primary.banner-left:before,.label-primary.banner-right:after {
    border-color:#428bca;
}

.label-success.label-arrow:after {
    border-left-color:#5cb85c;
}
.label-success.label-arrow:before {
    border-right-color:#5cb85c;
}

.label-warning.label-arrow:after {
    border-left-color:#f0ad4e;
}
.label-warning.label-arrow:before {
    border-right-color:#f0ad4e;
}

.label-danger.label-arrow:after {
    border-left-color:#d9534f;               
} 
.label-danger.label-arrow:before {
    border-right-color:#d9534f;               
} 

.label-info.label-arrow:after {
    border-left-color:#5bc0de;
} 
.label-info.label-arrow:before {
    border-right-color:#5bc0de;
}

.banner-left:before {
  border: 10px solid #999;
  border-left: 10px solid transparent !important;
  border-bottom-width: 9px;
  left:-18px;
  position: absolute;
  top: 0;
  height:0;
  content: " ";
}
    
.banner-right:after {
  border: 10px solid #999;
  border-right: 10px solid transparent !important;
  border-bottom-width: 9px;
  right:-18px;
  position: absolute;
  top: 0;
  height:0;
  content: " ";
}

h1 .label-arrow-right {
    margin-right:22px;
}
h1 .label-arrow-left {
    margin-left:22px;
} 
h1 .label-arrow-right:after, h1 .label-arrow-left:before {
    border-width: 25px;
    margin-top: -25px;
}

h1 .banner-left:before {
    border-width: 24px;
	border-left-width:24px;
    right:-10px;
    border-bottom-width:21px;
}

h1 .btn {
height: 50px;
font-size: 54%;
font-weight: bold;
}

.btn-success.label-arrow-right:after {
    border-left-color: #5cb85c;
}

.btn-success.label-arrow-right:hover:after {
    border-left-color: #449d44;
}

.btn {
border-radius: 0px;
}

.btn-grey {
    background-color: white;
    border-color: #c0c0c0;
    color: black;
    font-weight: normal;
}

.btn-grey:hover {
    background-color: #0072C6;
    border-color: darkblue;
    color: white;
    font-weight: normal;
}

.btn-grey:disabled {
    background-color: #eee;
    border-color: #ccc;
    color: #a2a3a2;
    font-weight: normal;
}

.label-arrow-left.btn-grey:before {
    border-right-color: white;
}

.label-arrow-left.btn-grey:hover:before {
    border-right-color: #0072C6;
}


/* special for my components */
.stepper {
    background-color: #EDEFF8;
    padding: 6px 20px;
    position: relative;
}

.stepper-top {
    border-bottom: solid 4px #0072C6;
}

.stepper-bottom {
    border-top: solid 4px #0072C6;
}

.stepper-width {
    width:72.3% !Important;
}

.stepper-center {
    position: absolute;
    left: 0%;
    width: 100%;
    text-align: center;
}

.alert-center {
    width: 30%;
    margin: auto;
    position: absolute;
    top: 50px;
    left: 33%;
}

.container-control {
  margin-right: auto;
  margin-left: auto;
  padding-left: 1.5px;
  padding-right: 1.5px;
}

.grid-footer {
    margin-top: 0px;     
    text-align:left; 
}

.box-grey {
    background-color:rgb(235, 236, 241); 
    border:solid 1px #c0c0c0;
}

.grid-action-row {
    background-color: #D6E7EE; 
    border: solid 1px #0072C6;
    overflow: hidden;
}

.center-checkbox {
    padding-top:6px !important;  
    vertical-align:top; 
}

.linkButton {
    height: 18px;
    border: 1px solid #ccc;
    padding: 3px 11px 3px 11px;
    background-color: white;
    text-decoration: initial;
    color: black;
    display: inline-block;
    line-height: 20px;
    margin: 0;
    vertical-align: top;
}

.linkButton:hover {
    background-color: #0072C6;
    color: white;
}

.field-colored {
    background-color: #D2D8E4;
}


.resp-container {
    margin: 0;
    max-width: 1018px;
}
@media (max-width: 1200px) {
  .resp-container {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .resp-container {
    width: 1018px;
  }
}