﻿.clear{
  clear: both;
}

.form-first-group .form-element .label, .form-first-group .form-element .field{
  display: inline-block;
  vertical-align: bottom;
}

.form-first-group .form-element .label{
  width: 60%;
}

.form-first-group .form-element .field{
  width: 35%;
}

.form-first-group .form-element .field input{
  max-width: 100%;
}

.form-first-group .form-element .help-text{
  margin-left: 60%;
}

.form-first-group .form-element:not(:last-child) {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}

.form-element{
  margin-bottom: 15px;
}

.form-element .label{
  margin-bottom: 10px;
}

#fpl-inv-form-hoder input{
  border: 1px solid #a8a8a8;
}

.form-element input, .form-element textarea{
  background: #f7f7f7 linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) repeat scroll 0 0 !important;
  border: 1px solid #bbb !important;
  border-radius: 3px;
  color: #666;
  display: block;
  padding: 0.7em;
  width: 100%;
  min-height: 35px;
}

.form-element input:focus, .form-element textarea:focus {
  border-color: #333;
  color: #222;
}

button.form-next, button.form-prev, button.form-submit{
  background-color: #222;
  border: 0 none;
  border-radius: 2px;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1;
  padding: 1em 2em;
  text-shadow: none;
  transition: background 0.2s ease 0s;
}

#fpl-inv-form button:hover, #fpl-inv-form button:focus {
  background: #767676 none repeat scroll 0 0;
}

.help-text, .form-element .label span{
  font-size: 80%;
  color: #818181;
  margin-top: 7px;
}

button.form-prev, button.form-submit, .form-second-group {
  display: none;
}

.input-btns{
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ccc;
}

#form-status-failed, #form-status-success{
  margin-top: 20px;
}

#form-status-failed p{
   font-weight: bold;
   border: 1px solid red;
   padding: 10px 15px;
}

#form-status-success p{
   font-weight: bold;
   border: 1px solid green;
   padding: 10px 15px;
}

#form-status-failed{
  color: red;
}

#form-status-success{
  color: green;
}

.input-btns{
  position: relative;
  width: 100%;
  clear: both;
}

.loading {
  background: rgba(0, 0, 0, 0) url("balls_loading2.gif") repeat scroll 0 0;
  display: none;
  float: right;
  height: 40px;
  margin-left: 15px;
  position: relative;
  width: 40px;
}

/*tabs*/
.tabs-menu {
    float: left;
    clear: both;
    display: block;
    margin: 0 0 10px !important;
}

.tabs-menu li {
  background-color: #ccc;
  border-left: 1px solid #d4d4d1;
  border-right: 1px solid #d4d4d1;
  border-top: 1px solid #d4d4d1;
  display: inline-block;
  height: auto;
  line-height: 30px;
  list-style: outside none none !important;
  margin-bottom: 10px;
  margin-right: 10px;
}

.tabs-menu li.current {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    z-index: 5;
}

.tabs-menu li a {
    padding: 10px;
    text-transform: uppercase;
    color: #000;
    text-decoration: none; 
    font-size: 12px;
}

.tabs-menu .current a {
    color: #2e7da3;
}

.tab {
    border: 1px solid #d4d4d1;
    background-color: #fff;
    float: left;
    margin-bottom: 20px;
    width: auto;
}

.tab-content {
    width: 660px;
    padding: 20px;
    display: none;
}

#tab-1 {
 display: block;   
}

/*Tab Colors*/

.tabs-menu li:first-child a{
  background-color: #2095d3;
  color: #fff;
}

.tabs-menu li:nth-child(2) a{
  background-color: #1c80b5;
  color: #fff;
}

.tabs-menu li:nth-child(3) a{
  background-color: #13587d;
  color: #fff;
}

.tabs-menu li:nth-child(4) a{
  background-color: #0d3f59;
  color: #fff;
}

.tabs-menu li:nth-child(5) a{
  background-color: #07202e;
  color: #fff;
}

.tabs-menu li:nth-child(6) a{
  background-color: #a41fd0;
  color: #fff;
}

.tabs-menu li:nth-child(7) a{
  background-color: #8018a2;
  color: #fff;
}

.tabs-menu li:nth-child(8) a{
  background-color: #57106e;
  color: #fff;
}

.tabs-menu li:nth-child(9) a{
  background-color: #c81eaa;
  color: #fff;
}

.tabs-menu li:nth-child(10) a{
  background-color: #70115f;
  color: #fff;
}

.tabs-menu li.current{
  border: 1px solid #d4d4d4;
}

.tabs-menu li.current a{
  background-color: #ededed !important;
  color: #2e7da3 !important;
}

/*03-08-17*/

.fcl-cl-3 {
    display: inline-block;
    width: 25%;
}

.input-group-item{
  position: relative;
}
.container-wrapper {
  width:1170px;
  margin:0 auto;
}
.button-item.fa.fa-search,
.input-item.fa.fa-percent {
  color:#515151;
    background: #ddd none repeat scroll 0 0;
    border: 1px solid #bfbfbf;
    box-sizing: border-box;
    cursor: pointer;
    height: 37px;
    margin-left: -5px;
    padding: 7px;
    vertical-align: top;
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 0 5px 5px 0;
  line-height: 21px;

}

.form-control-fcl {
    border: 1px solid #bfbfbf;
    box-sizing: border-box;
    height: 37px;
    padding: 5px 10px;
    width: 80%;
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}

/*dd-menu*/
.dropdown-menu-fpl {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  display: none;
  float: left;
  font-size: 14px;
  left: 0;
  list-style: outside none none;
  margin: 2px 0 0 !important;
  min-width: 160px;
  padding: 5px 0;
  position: absolute;
  text-align: left;
  top: 100%;
  z-index: 1000;
  padding-left: 0;
}

.dropdown-menu-fpl li {
  list-style: outside none none;
  margin-left: 0 !important;
  padding-left: 0;
}
.dropdown-menu-fpl > li > a {
  clear: both;
  color: #333;
  display: block;
  font-weight: normal;
  line-height: 1.42857;
  padding: 3px 20px;
  white-space: nowrap;
  text-decoration:none;
}
.dropdown-menu-fpl a:hover, .dropdown-menu-fpl a:focus {
	background:#3174ae;
	color:#fff;
	
}
.dropdown-menu-fpl {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  display: none;
  float: left;
  font-size: 14px;
  left: 0;
  list-style: outside none none;
  margin: 2px 0 0;
  min-width: 260px;
  padding: 5px 0;
  position: absolute;
  text-align: left;
  top: 100%;
  z-index: 1000;
}

.row.highlightRow{
  margin-bottom: 15px;
}

#fireTickerModal h4{
  margin: 0 !important;
}

.col-sm-2{
  width: 15%;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  position: relative;
}

.col-sm-10{
  width: 70%;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.allocation_total{
  background-color: #eaeaea !important;
}

.totalMissMatch {
  background-color: #ffd4d4 !important;
}

.totalOkay {
  background-color: #acf3ac !important;
}

.form-suggestion {
  margin-bottom: 25px;
}

.form-suggestion p{
  font-size: 12px;
  margin-bottom: 10px !important;
}

#fireTickerModal {
  margin: 50px auto;
  max-width: 600px;
}