.totalview-holder{
    margin-bottom: 15px;
}
.totalvideoText {
    height: 17px;
    font-size: 10px;
    font-weight: bold;
    display: inline-block;
}
.sortby-holder{
    float: right;
}
.btn:active{
    margin-top: 0px!important;
}
.btn:hover{
    margin-top: 0px!important;
}
.pendingBox{
    width: auto!important;
    padding-left: 0px!important;
}
.pendingArea .firstDivider{
    margin-bottom: 0px!important;
}
.pendingBox .info .rowCell{
    display: inline-block!important;
}
.pendingBox .info .reactionsLabel{
    margin-right: 20px;
}
.pendingBox .info .reaction{
    float: left;
    margin-right: 30px;
}
.pendingBox .info .reaction img{
    height: 15px;
    display: block;
    float: left;
}
.pendingBox .info .reaction .data{
    color: #4a4a4a;
    margin-left: 5px;
}
#pending{
    padding-top: 20px;
    margin-bottom: 20px;
}
.view-holder{
    width: 20%!important;
}
.publish-holder{
    width: 40%!important;
}
.dropdown-menu{
    border-width:0!important;
    padding: 0px!important;
    border: solid 1px #f2f2f2!important;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15)!important;
    margin-bottom: 0px!important;
}
.bootstrap-select>select{
    left: 100%!important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 160px!important;
}
.btn-default{
    background-color: #ffffff!important;
    border: solid 1px #f2f2f2!important;
    width: 0px!important;
    background-color: #ffffff!important;
    font-size: 10px!important;
    border-radius: 0px;
}
.btn-group > .btn, .btn-group-vertical > .btn {
    position: unset!important;
    float: left!important;
}
.btn {
    width: 100%!important;
    height: 25px !important;
    font-stretch: normal !important;
    padding: 5px !important;
    text-transform: none !important;
}
.bootstrap-select.btn-group .dropdown-menu li {
    position: relative;
    color: #ffffff !important;
    font-family: Helvetica !important;
    font-size: 10px !important;
    font-weight: bold !important;
}
.dropdown > .dropdown-menu > li > a {
    padding: 5px 5px!important;
    font-weight: bold!important;
    color: #4a4a4a!important;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #ffffff!important;
    background-color: #603813!important;
}
.selected a span.text{
    color: #ffffff;
}
.secondReactionRow{
    margin-top: 7px;
}
.secondReactionRow .reactionsLabel{
    visibility: hidden;
}

/* Customize the label (the container) */
.checkbox_container {
    display: block;
    position: relative;
    padding-left: 40px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: left;
  }
  
  /* Hide the browser's default checkbox */
  .checkbox_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border: 1px solid #415b76;
  }
  
  /* On mouse-over, add a grey background color */
  .checkbox_container:hover input ~ .checkmark {
    background-color: #415b76;
  }
  
  /* When the checkbox is checked, add a blue background */
  .checkbox_container input:checked ~ .checkmark {
    background-color: #415b76;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  .checkbox_container .checkmark.strike:after {
    left: 3px;
    top: 5px;
    width: 7px;
    height: 3px;
    background-color: white;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  /* Show the checkmark when checked */
  .checkbox_container input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .checkbox_container .checkmark:after {
    left: 6px;
    top: 2px;
    width: 3px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .selectedWrapper{
    width: 930px;
    height: 38px;
    background-color: #415b76;
    margin-bottom: 25px;
    padding: 12px 15px;
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    z-index: 100;
    display: none;
  }

  .selectedWrapper .selectedLabel{
    float: left;
    margin-right: 30px; 
  }

  .selectedWrapper .addLabel{
    float: left;
    margin-right: 3px; 
  }

  .selectedWrapper .selectTooltip{
    float: left;
    color: #ffcf7b;
    margin-right: 5px;
  }

  .selectedWrapper .selectTooltip a{
    color: #ffcf7b;
  }

  .tooltip{
      font-size: 12px;
  }
  
  .selectedWrapper .dropdown{
    float: left;
      color: #4a4a4a;
      width: 160px;
      height: 25px;
      margin-top: -4px;
  }

  .selectedWrapper .dropdown .dropdown-toggle{
    background-color: #ffffff;
    height: 100%;
    padding-top: 6px;
    padding-left: 8px;
    cursor: pointer;
    color: #9b9b9b;
}

.selectedWrapper .dropdown #channelDropdown .caret{
    margin-left: 40px;
}

.selectedWrapper .dropdown li:not(.divider){
    padding: 3px 7px;
}

.selectedWrapper .dropdown li .checkbox_container{
    margin-top: 3px;
    margin-right: -16px;
}

.selectedWrapper .dropdown li span{
    font-size: 10px;
}

.selectedWrapper .dropdown li.save{
    height: 34px;
}

.selectedWrapper .dropdown li .saveChannels{
    width: 69.2px;
    height: 25px;
    background-color: #9b9b9b;
    position: absolute;
    right: 10px;
    bottom: 5px;
    color: #ffffff;
    text-align: center;
    padding-top: 4px;
    cursor: pointer;
    font-size: 12px;
}

.selectedWrapper .dropdown li .saveChannels:hover{
    background-color: #7C7C7C;
}

.selectedWrapper .status{
    float: left;
    margin-left: 15px;
}

.selectedWrapper .spinner-border{
    width: 18px;
    height: 18px;
    color: #ffcf7b;
    float: left;
    display: none;
}

.selectedWrapper .savingText,.selectedWrapper .successText{
    margin-left: 12px;
    margin-top: 2px;
    color: #ffcf7b;
    float: left;
    display: none;
}

.selectedWrapper .successIcon{
    width: 18px;
    height: 18px;
    float: left;
    background-color: #58bb77;
    position: relative;
    border-radius: 9px;
    display: none;
}

.selectedWrapper .successIcon:after{
    content: "";
    position: absolute;
    left: 8px;
    top: 4px;
    width: 4px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.filter-option-inner-inner{
    font-size: 10px;
}

.bootstrap-select .dropdown-menu li a span.text{
    font-size: 10px;
}