select option {
  width:300px;
  text-overflow:ellipsis;
  overflow:hidden;
}

.sbd-dateinterval {
  position: relative;
  display: flex;
  flex-direction: row;
  width:500px;
  flex-basis:500px;
  height:30px;
  overflow: hidden;
  line-height: 30px;
  box-sizing: border-box;
}

.sbd-dateinterval input[type="number"] {
  border-radius: 5px;
  border:1px solid #ddd;
  background-color:white;
  position: relative;
  cursor: pointer;
  -webkit-appearance:none;
  padding-left:10px;
  flex-grow:0;
  flex-shrink: 0;
  flex-basis:40px;
  font-size:14px;
  font-family: open_sansregular;

}

.sbd-dateinterval select{
  position: relative;
  cursor: pointer;
  -webkit-appearance:none;
  background-image:url(../img/svg/caret-down.svg);
  background-position: right 9px center;
  background-size:12px 12px;
  background-repeat: no-repeat;
  border-radius: 5px;
  border:1px solid #ddd;
  background-color:white;
  padding-right:30px;
  flex-grow:0;
  flex-shrink: 0;
  flex-basis:100px;
  font-size:14px;
  font-family: open_sansregular;
  padding-left:10px;
}

.sbd-daterange {
  position: relative;
  display: flex;
  flex-direction: row;
  width:500px;
  flex-basis:500px;
  height:30px;
  overflow: hidden;
  line-height: 30px;
  box-sizing: border-box;
}

.sbd-daterange input[type="date"] {
  border-radius: 5px;
  border:1px solid #ddd;
  background-color:white;
  position: relative;
  cursor: pointer;
  -webkit-appearance:none;
  padding-left:10px;
  flex-grow:0;
  flex-shrink: 0;
  flex-basis:150px;
  font-size:14px;
  font-family: open_sansregular;
}


.sbd-search-bar {
  position: relative;

  flex-grow: 0;
  flex-shrink: 0;
  height:30px;
  overflow: hidden;
  background-color:white;
  border-radius: 3px;
  line-height: 30px;
  border:1px solid #ddd;
  box-sizing: border-box;
  transition: all 0.3s;
}

.sbd-search-bar {
  width:30px;
  flex-basis:30px;
}

.sbd-search-bar .search-toggle .fa-times{
  display:none;
}

.sbd-search-bar.toggled {
  width:360px;
  flex-basis:360px;
}

.sbd-search-bar.toggled .search-toggle .fa-search{
  display:none;
}
.sbd-search-bar.toggled .search-toggle .fa-times{
  display:inline;
}

.sbd-search-bar .search-toggle {
  position: absolute;
  left:0;
  top:0;
  width:30px;
  height:30px;
  cursor: pointer;
  font-size:14px;
  text-align: center;
}

.sbd-search-bar .search-terms {
  position: absolute;
  left:30px;
  top:-1px;
  -webkit-appearance:none;
  background-color:transparent;
  border-radius: 0px;
  border:none;
  padding-right:20px;
  width:300px;
  height:30px;
  line-height: 30px;
  font-size:14px;
  font-family: open_sansregular;
  box-sizing: border-box;
}

.sbd-search-bar .search-button {
  position: absolute;
  left:330px;
  top:0px;
  width:30px;
  height:30px;
  cursor: pointer;
  font-size:14px;
  text-align: center;
  border-left:1px solid #eee;
  box-sizing: border-box;
}

.sbd-dropdown {
  position: relative;
  display: flex;
  flex-direction: row;
  width:500px;
  flex-basis:500px;
  height:30px;
  overflow: hidden;
  background-color:white;
  border-radius: 3px;
  line-height: 30px;
  border:1px solid #ddd;
  box-sizing: border-box;
}

.sbd-text-input {
  position: relative;
  display: flex;
  flex-direction: row;
  width:100%;
  height:30px;
  overflow: hidden;
  background-color:white;
  border-radius: 3px;
  line-height: 30px;
  border:1px solid #ddd;
  box-sizing: border-box;
  margin-bottom:10px;
}

.sbd-dropdown .select-arrow {
  position: absolute;
  width: 30px;
  height:inherit;
  top:0px;
  right:0px;
  text-align: center;
  font-size:12px;
  z-index: -1;
}


.sbd-dropdown .select-label {
  flex-grow:0;
  flex-shrink: 0;
  box-sizing: border-box;
  padding-left:10px;
  font-size:12px;
  font-family: open_sanssemibold;
  letter-spacing: 2px;
  height:20px;
  line-height: 20px;
  margin-top:5px;

}

.sbd-text-input .input-label{
  flex-grow:0;
  flex-shrink: 0;
  box-sizing: border-box;
  padding-left:10px;
  font-size:14px;
  font-family: open_sanssemibold;
  height:20px;
  line-height: 20px;
  margin-top:5px;

}

.sbd-text-input input[type="text"], .sbd-text-input input[type="email"], .sbd-text-input input[type="password"]{
  position: relative;
  -webkit-appearance:none;
  background-color:transparent;
  border-radius: 0px;
  border:none;
  padding-right:30px;
  flex-grow:1;
  flex-shrink: 1;
  font-size:14px;
  font-family: open_sansregular;
}

.sbd-text-input input[type="number"] {
  position: relative;
  -webkit-appearance:none;
  background-color:transparent;
  border-radius: 0px;
  border:none;
  flex-grow:0;
  flex-shrink: 0;
  flex-basis:30px;
  font-size:14px;
  font-family: open_sansregular;
}

.sbd-dropdown select,.sbd-text-input select{
  position: relative;
  cursor: pointer;
  -webkit-appearance:none;
  background-color:transparent;
  background-image:url(../img/svg/caret-down.svg);
  background-position: right 9px center;
  background-size:12px 12px;
  background-repeat: no-repeat;
  border-radius: 0px;
  border:none;
  padding-right:30px;
  flex-grow:1;
  flex-shrink: 1;
  font-size:14px;
  font-family: open_sansregular;
  flex-basis:0;
  width:200px;
}

.sbd-dropdown .daterange-input, .sbd-text-input .daterange-input{
  position: relative;
  cursor: pointer;
  -webkit-appearance:none;
  background-color:transparent;
  background-image:url(../img/svg/caret-down.svg);
  background-position: right 9px center;
  background-size:12px 12px;
  background-repeat: no-repeat;
  border-radius: 0px;
  border:none;
  padding-right:30px;
  flex-grow:1;
  flex-shrink: 1;
  font-size:14px;
  font-family: open_sansregular;
}



.radio input[type="radio"]:checked,
.radio input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
        visibility: hidden;
}

.radio input[type="radio"]:checked + label,
.radio input[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 30px;
    display: inline-block;
    color: #666;
        height:30px;
}

.radio input[type="radio"]:checked + label:before,
.radio input[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 4px;
    width: 20px;
    height: 20px;
    border: 1px solid #333;
    border-radius: 100%;
    background: #fff;
}

input[type="radio"]:checked + label:after,
input[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #333;
    position: absolute;
    top: 9px;
    left: 5px;
    border-radius: 100%;

}

.radio input[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.radio input[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.checkbox input[type="checkbox"]:checked,
.checkbox input[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
        visibility: hidden;
}

.checkbox input[type="checkbox"]:checked + label,
.checkbox input[type="checkbox"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 30px;
    display: inline-block;
    color: #666;
        height:30px;
}

.checkbox input[type="checkbox"]:checked + label:before,
.checkbox input[type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 4px;
    width: 20px;
    height: 20px;
    border: 1px solid #333;
    background: #fff;
}

.checkbox input[type="checkbox"]:checked + label:after,
.checkbox input[type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #333;
    position: absolute;
    top: 9px;
    left: 5px;

}

.checkbox input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.checkbox input[type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


.input-flex {
     width:100%;
     height:30px;
     display: flex;
     flex-wrap: nowrap;
     flex-direction: row;
     justify-content: flex-start;
     align-items: flex-start;
		 margin-bottom: 20px;
   }

.input-flex .label {
     order:1;
     margin-right:10px;
     height:30px;
     line-height: 30px;
     text-align: left;
		 width:90px;
     flex-basis:90px;
     flex-grow: 0;
     flex-shrink: 0;
     color:#333;
     font-family: open_sansregular;
     letter-spacing: normal;
   }


.input-flex input[type="text"],.input-flex input[type="password"],.input-flex input[type="email"]{
    order:2;
    flex-grow: 1;
    height:30px;
    line-height: 30px;
    -webkit-appearance:none;
    background-color:transparent;
    border-radius: 3px;
    border:1px solid #aaa;
    box-sizing: border-box;
    padding-left:20px;
    color:black;
    font-size:14px;
    font-family: open_sansregular;
  }

  .input-flex .input {
  order:2;
  flex-grow: 1;
  height:30px;
  line-height: 30px;
  }

  .input-flex input[type="text"][readonly],.input-flex input[type="password"][readonly] {
    color:#aaa;

  }

 .input-flex select {
    order:2;
    flex-grow: 1;
    flex-shrink:1;
    height:30px;
    line-height: 30px;
    -webkit-appearance:none;
    background-color:transparent;
    border-radius: 3px;
    border:1px solid #aaa;
    color:black;
    font-family: open_sansregular;
    font-size:14px;
    background-image: url(../img/svg/caret-down.svg);
   background-repeat:no-repeat;
   background-position: right 9px center;
   background-size:12px 12px;
   box-sizing: border-box;
   padding-right:35px;
   padding-left:20px;
   flex-basis: 0;
   width:200px;
  }


  /***************************** SETTINGS PANEL ****************************/


  .settings-title {
    height:30px;
    line-height: 30px;
    letter-spacing: normal;
    font-family:open_sanssemibold;
    border-bottom: 1px solid #f2f2f2;
    font-size:14px;
    color:#666;
  }

  .settings-option {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top:20px;
  }

  .settings-option-desc {
    flex-grow: 1;
    flex-shrink: 1;
    margin-right:20px;

  }

  .settings-option-desc .settings-desc-title {
    font-size:16px;
    color:black;
    font-family: open_sanssemibold;
    margin-bottom:10px;

  }

  .settings-option-desc .settings-desc-caption {
    font-size:14px;
    color:#666;
    font-family: open_sansregular;

  }

  .settings-option-toggle {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 150px;
  }

  .settings-option-toggle select{
    position: relative;
    cursor: pointer;
    -webkit-appearance:none;
    background-image:url(../img/svg/caret-down.svg);
    background-position: right 9px center;
    background-size:12px 12px;
    background-repeat: no-repeat;
    border-radius: 5px;
    border:none;
    background-color:#eee;
    padding-right:30px;
    font-size:14px;
    font-family: open_sansregular;
    padding-left:10px;
    float:right;
    height:30px;
    line-height: 30px;
  }
  /***************************** DATEPICKER OVERIDE ****************************/

.comiseo-daterangepicker, .ui-widget, .ui-widget input {
	font-family:open_sansregular!important;
}

.comiseo-daterangepicker{
  z-index: 900;
}

.ui-datepicker-header {
	border:none;
	background:#666;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	color:#666;
}

.ui-corner-all {
	border-radius:0px!important;
}

.ui-state-default .ui-icon {
  background-image: url(../img/svg/caret-down.svg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:12px 12px;
}

.comiseo-daterangepicker-triggerbutton.ui-button {
  border:none;
  color:black;
  height:30px;
  padding: 0px;
  margin:0px;
  min-width: 200px;
  width:100%;
  font-weight: normal;
  position:relative;
}

.comiseo-daterangepicker-triggerbutton.ui-button .ui-button-text{
  padding-left:0px;
}

.input-flex .comiseo-daterangepicker-triggerbutton.ui-button {
  height:30px;
  line-height: 30px;
  -webkit-appearance:none;
  border:none;
  background-color:rgba(0,0,0,0.2);
  box-sizing: border-box;
  width:100%;
  color:black;
  font-size:14px;
  font-family: open_sansregular;
}
