
.login-page{
    background: #000;
    background-image: url("../img/cover-admin.jpg");
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: cover; 
}
.login-box-body, .register-box-body {
    color: #bbbcbc;
}
.login-box-body{
    background-color: rgba(0, 0, 0, 0.8);
    border: 1px solid #000;
    padding: 10%;
    border-radius: 3px;
}
.login-box-body .btn-success {
    background-color: #ff7f00;
    border-color: #e57303;
    width: 200px;
    margin: 0 auto;
    display: block;
    max-width: 95%;
}
.login-box-body .btn-success:hover, .login-box-body .btn-success:focus, .login-box-body .btn-success:active{
    background-color: #e47405;
    border-color: #ce6803   ;
}
.login-box-body legend{
    border-bottom: 1px solid #4e4e4d;
    color: #919191;
    font-weight: 300;
}
.login-box-body label{
    font-weight: 500;
}
.login-box-body .form-control{
    height: 45px;
}
.login-box{
    width: 500px;
    max-width: 90%
}
.skin-black-yellow .main-sidebar{
    background-color: #202020;
}
.skin-black-yellow .main-header .logo {
    background-color: #f67c01;
}
.skin-black-yellow .main-header .navbar{
    background-color: #fe9225   
}
.skin-black-yellow .main-header .logo:hover,.skin-black-yellow .main-header .navbar .sidebar-toggle:hover {
    background-color: #e47606;
}
.skin-black-yellow .sidebar-menu > li.header{
    color: #9c9c9c;
    background: #000;
}
.skin-black-yellow .sidebar-menu > li:hover > a, .skin-black-yellow .sidebar-menu > li.active > a{
    background: #000;
    border-left: 2px solid #f87e01;
}
.skin-black-yellow .sidebar-menu > li > .treeview-menu {
    background: #000;
}
.navbar-nav > .user-menu > .dropdown-menu{
    padding: 0;
    border: none;
}
.skin-black-yellow .main-header li.user-header{
    background-color: #f67c01
}
.skin-black-yellow .main-header .logo,.skin-black-yellow .main-header .sidebar-toggle{
    color:#fff;
}
.skin-black-yellow .main-header .navbar .nav > li > a{
    color:#f6f6f6
}
.skin-black-yellow .sidebar-form {
    border-radius: 3px;
    border: 1px solid #000;
    margin: 10px 10px;
}
.skin-black-yellow .user-panel > .info, .skin-black-yellow .user-panel > .info > a{
    color: #fff;
}
.skin-black-yellow .sidebar-form input[type="text"]{
    background-color: #474747;
    border-color: #4e4e4e;
    color: #e0e0e0;
}
.skin-black-yellow .sidebar-form input[type="text"]:focus, .skin-black-yellow .sidebar-form input[type="text"]:focus + .input-group-btn .btn{
    background-color: #545454;
}
.skin-black-yellow .sidebar-form .btn{
    background: #383838;
    border-color: #4e4e4e;
    color: #e0e0e0;
}
.skin-black-yellow .sidebar a {
    color: #cccccc;
    border-left: 2px solid transparent 
}
.skin-black-yellow .nav > li > a:hover,.skin-black-yellow .nav > li > a:active,.skin-black-yellow .nav > li > a:focus,.skin-black-yellow .nav .open > a, 
.nav .open > a:focus,.skin-black-yellow  .nav .open > a:hover{
    background-color: #f67c01;
}
.skin-black-yellow .alert-warning,.skin-black-yellow .label-warning{
    background-color: #e39110 !important;
}
.skin-black-yellow .navbar-nav > .user-menu > .dropdown-menu > .user-body{
    border-bottom: 1px solid #222222;
    border-top: 1px solid #000;
}
.skin-black-yellow .navbar-custom-menu > .navbar-nav > li.user-menu > .dropdown-menu{
    background: #1a1a1a;
}
.skin-black-yellow .navbar-nav > .user-menu > .dropdown-menu > .user-footer{
    background-color: #000;
}
.skin-black-yellow .user-menu .btn-default {
    background-color: #f67c01;
    color: #eee!important;
    border-color: #000;
    border-radius: 2px !important;
}
.skin-black-yellow .user-menu .btn-default:hover,.skin-black-yellow .user-menu .btn-default:focus{
    background-color: #e3790d;
} 
.skin-black-yellow .navbar-nav > .user-menu > .dropdown-menu > .user-body a{
    color: #e8e8e8 !important;
}

.skin-blue .main-header .logo {
    background-color: #f67c01;
}
.skin-blue .main-header .navbar{
    background-color: #fe9225   
}
.skin-blue .main-header .logo:hover,.skin-blue .main-header .navbar .sidebar-toggle:hover,
.skin-blue .main-header .navbar .user-menu .dropdown-toggle:hover {
    background-color: #e47606;
}
.skin-blue .main-header li.user-header{
    background-color: #f67c01
}

.box-social-profile .list-group-item i {
    background: transparent;
    padding: 5px;
    border-radius: 2px;
    font-size: 20px;
    margin-right: 10px;
    width: 32px;
    text-align: center;
    color: #000;
}

form .box-footer .btn.btn-lg{
    width: 300px;
    margin: 0 auto;
    max-width: 95%;
} 

form .input.error .error-message{
    color: #dd4b39;
}

.cropit-preview {
    background-color: #f8f8f8;
    background-size: cover;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-top: 7px;
    width: 250px;
    height: 250px;
}

.cropit-preview-image-container {
    cursor: move;
}
.cropit-image-zoom-input[type="range"]{
     width: 250px;
}
.splash .controls-wrapper .slider-wrapper .cropit-image-zoom-input.custom::-moz-range-thumb,
.cropit-image-zoom-input.custom::-moz-range-thumb
{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    width:15px;
    height:15px;
    background:#888;
    -webkit-border-radius:50%;
    border-radius:50%;
    -webkit-transition:background 0.25s;
    -moz-transition:background 0.25s;
    -o-transition:background 0.25s;
    -ms-transition:background 0.25s;
    transition:background 0.25s;
}
.thumbnail-list{
    height: 120px;
    width: auto;
}
.campaign-banner-editor .cropit-preview {
    width: 750px;
    height: 420px;
}
.campaign-view .widget-user .widget-user-header{
    height: 250px;
    background-size: cover;
    background-position: center center;
}
.campaign-view .widget-user .widget-user-image {
    top: 195px;
}
.days-select .form-group .select2{
    width: 80%;
}
.days-select .bootstrap-timepicker{
    clear: both;
    margin-top: 15px;
}
.days-select .form-group{
    margin-bottom: 0;
}
.bootstrap-tagsinput{
    width: 100%
}
.tt-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    cursor: pointer;
}

.tt-suggestion {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
}

.tt-suggestion:hover,
.tt-suggestion:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.bootstrap-tagsinput .tag.label i{
    display: none;
}
.campaign-view .widget-user .widget-user-username{
    text-shadow: 0 1px 1px rgba(0,0,0,0.7);
}
.menu-open.open-submenu{
    display: block;
}
.active-filter i,.active-filter a{
    color: #d81b60
}
.modal-dialog-centered {
min-height: calc(100% - (#{$modal-dialog-margin-y-sm-up} * 2));
}
.no-margin{
    margin: 0
}
.group-checks > label{
    margin-right: 10px;
    cursor: pointer;
}
textarea.form-control.text-medium{
   height: 60px;
   margin-bottom: 5px;
}
.box-total{
   background: #00a65a;
   color: #fff;
   border-radius: 2px;
   padding: 10px;
   margin-bottom: 17px !important;
}
.box-counters{
    width: auto;
    margin: 15px;
    padding: 15px 0;
}
.box-counters h2{
    font-size: 21px;
}
.box-counters .knob-label{
    font-size: 14px;
    font-weight: 400;
}
.box-counters a:hover .knob-label{
    color: #23527c;
}
.submit-footer{
    border: none;
    background: none;
}
.search div.input-group,.search div.input-group span{
    display: inline-block;
    vertical-align: top;
}
.search .form-control.typeahead.tt-input {
    font-size: 12px;
    padding: 5px 10px;
    height: 30px;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #fbfbfb;
}
.table-hover > tbody > tr:hover{
    background-color: #f5f5f5!important;
}
.brand-view .logo-box{
    text-align: center;
}
.brand-view .logo-box img{
    padding: 30px 15px;
}
.brand-view .logo-box h3{
    font-size: 45px;
}
.related-data table thead th{
    min-width: 130px;
}

.campaign-view-admin .description-block {
    text-align: left;
}
.campaign-view-admin .description-block h5.description-header {
    text-align: center;
    font-size: 25px;
}
.info-static .info-box-number{
    font-size: 30px;
}
.reach-social .description-block{
    text-align: center;
}
.box-chart{
    margin-top: 20px;
}
.actions-posts .btn{
    margin: 5px 0;
    min-width: 112px;
    text-align: center;
}
.modalStatusPost .messageStatus label{
    font-weight: normal;
    display: block;
}
.modalStatusPost .messageStatus textarea{
    display: block;
    width: 100%;
    border: none;
    color: #444;
}
.input.select .select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color: #00c0ef;
    border: 1px solid #00c0ef;
    border-radius: 3px;
    font-size: 13px;
}
.input.select .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    color: #fff;
}
.inputFiles{
    border-bottom: 1px solid #eee;
    padding: 0;
}
.inputFiles li.itemFile{
    list-style: none;
    position: relative;
    border: 1px solid #eee;
    border-bottom: 0;
    padding: 5px;
}
.inputFiles li.itemFile .btn-danger{
    display: none;
    margin-right: 10px;
    padding: 2px 7px;
}
.inputFiles li.itemFile.loaded .btn-danger{
    display:inline-block;
}
.inputFiles li.itemFile input[type='file']{
    position: absolute;
    height: 30px;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity:0;
    opacity:0;
}
.inputFiles li.itemFile.loaded input[type='file'],.inputFiles li.itemFile.loaded button.btn-success{
    display: none;
}
.hide-button{
    display: none;
}
.users-list > li img{
    width: 50%;
}
.img-logo{
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 2px;
    margin: 15px 0;
}
.text-make,.text-dont{
    font-size: 14px;
}
.zoom-image{
    display: inline-block;
    position: relative;
}
.zoom-image i.fa-search-plus{
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 20px;
     -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=0.4);
    -moz-opacity:0.4;
    -khtml-opacity:0.4;
    opacity:0.4;
}
.zoom-image:hover i.fa-search-plus{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=1);
    -moz-opacity:1;
    -khtml-opacity:1;
    opacity:1;   
}

#zoom-image .modal-dialog{
    width: 830px;
}
.bg-download {
    width: 190px;
    background: #00acd6;
    color: #fff;
    display: inline-block;
}
.bg-download:hover,.bg-download:active{
    background-color: #269abc;
    color: #fff;
}
.filesReferences{
    list-style: none;
    padding: 0;
}
.filesReferences li{
    text-align: center;
}
.filesReferences img, .filesReferences video{
    max-width: 100%
}
.info-chart .small-box h3{
    margin: 0;
}
.info-chart .small-box h3 span{
    font-size: 18px;
}
.info-chart .small-box p{
    font-size: 16px;
    margin: 0;
}
.info-chart .small-box .icon{
    font-size: 50px;
    top: 0;
    display: block;
}
.info-dashboard .post-info .info-box-text{
    white-space: normal;
}
..info-box-icon{

}
.list-campaigns .thumbnail-list{
    width: 150px;
    height: auto;
}
.actions a.btn-info,.actions a.btn-danger,.actions a.btn-warning,.actions a.btn-sm{
    min-width: 60px;
    margin-bottom: 5px;
}
.reach-social .number-info {
    font-size: 25px;
    font-weight: 700;
}
.reach-social .number-info span {
  font-size: 17px;
  font-weight: 500;
}
.reach-social .img-brand{
    width: 70px;
    height: 70px;
    border-radius: 120px;
}
.reach-social .img-brand img{
    height: 100%;
    width: 100%;
}
.reach-social h3{
    margin-bottom: 0
}
.info-box.post-info .info-box-content{
    color: #444;
}
.table td .btn-social-icon{
    display: inline-block;
    vertical-align: middle;
}
.table td a .btn-social-icon{
    cursor: pointer;
}
.ml-10{
    margin-left: 10px;
}
.modal-list .modal-dialog {
    width:900px;
    max-width: 100%;
}
#zoom-image{
    z-index: 10000;
}
.modal-list .content{
    padding: 0;
}
.form-search .input-group{
    margin:5px 0;
    display: inline-block;
    vertical-align: middle;
}
.ovh{
    overflow: hidden;
}
.content-filter .form-control{
  width: 180px;
  margin-right: 5px;
  font-size: 12px;
  height: 30px;
}
.content-filter .subgroup{
    display: inline-block;
    float: left;
}
.content-filter .subgroup .form-control{
    background-color: #effbfd;
}
.content-filter .subgroup label{
  line-height: 28px;
  margin-right: 5px;
  margin-left: 10px;
  font-size: 12px;
  display: inline;
  float: left;
}
.content-filter .input-group-btn{
  float: left;
}
.content-filter .input-group-btn .btn{
    border-radius: 3px;
}
.w95{
    width: 95px!important;
}
.w130{
    width: 130px!important;
}
.w110{
    width: 110px!important;
}
.w150{
    width: 150px!important;
}
.even-row{
    background: #f7f7f7;
}
.form-push .even-row{
    min-height: 145px;
}
.form-push textarea{
    max-height: 90px;
}
.form-push .even-row label,.form-push .odd-row label{
    margin-top: 15px;
}
@media screen and (max-width: 767px){
    .form-push .even-row{
    min-height: 0;
}
}
.tt-suggestion.tt-selectable.tt-cursor{
  color: #ffffff;
text-decoration: none;
outline: 0;
background-color: #428bca;
}
.select-autocomplet{
    height: auto;
}
.select-autocomplet .list-select li{
    background-color: #00c0ef;
    border: 1px solid #00c0ef;
    border-radius: 3px;
    font-size: 13px;
    color: #fff;
    padding: 0 5px;
    width: auto;
    display: inline-block;
    font-size: 13px;
    margin-right: 3px;
    margin-bottom: 3px;
}
.select-autocomplet .list-select{
    display: inline-block;
    width: auto;
    padding: 0;
    margin: 0;
}
.select-autocomplet .list-select li span{
    cursor: pointer;
}
.select-autocomplet .search-autocomplet{
    border: 1px solid #fff;
    color: #555;
    width: 200px;
}
.group-checks div.icheckbox_minimal-blue{
     margin-right: 3px
}

.mb-20{
    margin-bottom: 20px!important;
}
.percent-label{
    position: absolute;
    transform: translate(-50%,-50%);
    top: 70%;
    left: 50%;
    font-size: 20px;
}
.input-budget{
    font-size: 25px !important;
    margin-top: 60px!important;
    width: 150px !important;
    margin-left: -175px !important;
}
.currency-label{
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translateX(-50%);
    font-weight: bold;
}

.text-mark{
    display: inline-block;
    padding: 0 15px;
    border-radius: 0px;
}

.list-planing .table thead th{
    font-size: 13px;
    font-weight: normal;
    background: #f4f4f4
}
.list-planing .table{
    margin-bottom: 35px;
}
.list-planing h4{
    font-weight: bold;
    font-size: 15px;
}
.color-green{
    color: #22b005;
}
.color-red{
    color: #ec1212;
}
.modal-xl .modal-dialog{
 width: 90%;
}
.modal-dialog.modal-full{
    width: 90%
}
.box-static{
    overflow: hidden;
    position: relative;
}
.box-static .piechart{
    float: left;
}
.box-static .info-piechart{
    float: left;
    margin: 15px;  
    font-weight: 600; 
}
.box-static .info-piechart span{
    display: block;
    margin: 5px 0;
}
.box-static .info-piechart i{
    border-radius: 160px;
    background-color:#000;
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-right: 5px;
}
.circle-blue{
    background: #3366cc!important
}
.circle-red{
    background: #dc3912!important
}
.circle-yellow{
    background: #ff9900!important
}
.circle-green{
    background: #109618!important
}
.circle-green2{
    background: #66aa00!important
}
.circle-pink{
    background: #dd4477!important
}
.circle-blue2{
    background: #0099c6!important
}
.circle-purple{
    background: #990099!important
}
.ova{
    overflow: auto;
}
.data-planning{
    width: 100%;
}
.mr-25{
    margin-right: 25px;
}
.ct-chart .ct-label {
    fill:rgba(255, 255, 255, 0.9);
    font-size: 100%;
    font-weight: 700;
}
.ct-chart .ct-series-a .ct-slice-pie{
    fill: #3366cc ;
}
.ct-chart .ct-series-b .ct-slice-pie{
    fill: #dc3912  ;
}
.ct-chart .ct-series-c .ct-slice-pie{
    fill: #ff9900  ;
}
.ct-chart .ct-series-d .ct-slice-pie{
    fill: #109618  ;
}
.ct-chart .ct-series-e .ct-slice-pie{
    fill: #66aa00   ;
}
.ct-chart .ct-series-f .ct-slice-pie{
    fill: #dd4477    ;
}
.ct-chart .ct-series-g .ct-slice-pie{
    fill: #0099c6     ;
}
.ct-chart .ct-series-h .ct-slice-pie{
    fill: #990099      ;
}
.default-avatar{
    border-radius: 120%;
    border: 1px solid #e8e8e8;
}
.pd-0{
    padding: 0 10px!important;
}
.form-search .content-filter .input-group-btn{
    float: right;
    width: auto;
}
.form-search .content-filter > .subgroup, 
.form-search .content-filter > select.form-control,
.form-search .content-filter > input.form-control,
.form-search .content-filter > .input-group-btn{
    margin-top: 7px;
}
.group-filter{
    overflow: hidden;
    width: auto;
    clear: both;
}