/* CSS Document */
#tlbPlan td {text-align:center}
#tlbPlan th:nth-child(1){
     padding-right:25px;
	 text-align:right;
}
#tlbPlan td:nth-child(2){
     background-color:#c5e0b2;
}
#tlbPlan td:nth-child(3){
     background-color:#a9d18d;
}
#tlbPlan td:nth-child(4){
     background-color:#548135;
	 color:#FFFFFF;
}
.plan-header{font-size:20px;}
.plan-title{font-size:14px;}


.tooltab{position:absolute;margin:0px 5px;color:#006600;}
.tooltab + .tooltip > .tooltip-inner {background-color: #006600;}
.tooltab + .tooltip > .tooltip-arrow {border-top-color: #006600;}

.toolplan{position:absolute;margin:0px 5px;color:#FF9900;}
.toolplan + .tooltip > .tooltip-inner {background-color: #FF9900;}
.toolplan + .tooltip > .tooltip-arrow {border-top-color: #FF9900;}


#msgregister, #msglogin {text-align:center;font-size:16px;color:#FF0000;padding:4px;}
.select2 {
	width:100%!important;
}
.select2-container--default .select2-selection--multiple {
	background:none;
	background-color:#fbfbfb;
	border:2px solid #d5d5d5;
	border-radius: 0;
	 -webkit-appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
  	color: #999;
	min-height:44px;
	font-size:16px;
	font-weight:400;
	font-family: 'Open Sans', Arial, sans-serif;
	line-height: 1.428571429;
	padding: 4px 12px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	background-color:#fbfbfb;
	border:2px solid #d5d5d5;
    outline: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f2f2f2;
    border: 1px solid #d5d5d5;
    border-radius: 0px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    float: right;
    margin-left: 6px;
}


label.error {
    top: -5px;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #999;
	font-size:14px;
}
label.check {font-size:14px;font-weight:normal;}

input.form-control, select.form-control, textarea.form-control, .styled-select, .select2 {
    margin-bottom: 15px;
}
.qty-buttons {
    margin-bottom: 20px;
}

.select2-search, .select2-search__field {width:100%!important;}

::-moz-placeholder { color: #999; opacity:1;}


.select2-container--default .select2-selection--single {
	background:none;
	background-color:#fbfbfb;
	border:2px solid #d5d5d5;
	border-radius: 0;
	 -webkit-appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
  	color: #999;
	min-height:44px;
	font-size:16px;
	font-weight:400;
	font-family: 'Open Sans', Arial, sans-serif;
	line-height: 1.428571429;
	padding: 4px 12px;
}

.select2-container--default.select2-container--focus .select2-selection--single {
	background-color:#fbfbfb;
	border:2px solid #d5d5d5;
    outline: 0;
}

.select2-container--default .select2-selection--single .select2-selection__choice {
    background-color: #f2f2f2;
    border: 1px solid #d5d5d5;
    border-radius: 0px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.select2-container--default .select2-selection--single .select2-selection__choice__remove {
    float: right;
    margin-left: 6px;
}
 .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -400px;
      margin-top: -200px;
      position: absolute;
      top: 50%;
      width: 0; 
}

.alert{
font-size:14px !important;
line-height:24px;
} 
 
