.nopadding{
	padding: 0 !important;
}
#formcreateNew input {
    width: 100%;
    height: 35px;
    padding: 10px;
}
#formcreateNew button {
    width: 50%;
    float: right;
    border-radius: 0;
    font-size: 13px;
}
#formcreateNew select {
    width: 100%;
    height: 35px;
    padding: 0 10px;
}
#formcreateNew textarea {
    width: 100%;
    min-height: 100px;
    padding-left: 10px;
}

.formstyless input {
    width: 100%;
    height: 35px;
    padding: 10px;
}
.formstyless button {
    width: 50%;
    float: right;
    border-radius: 0;
    font-size: 13px;
}
.formstyless select {
    width: 100%;
    height: 35px;
    padding: 0 10px;
}
.formstyless textarea {
    width: 100%;
    min-height: 100px;
    padding-left: 10px;
}

/*//*/
#formNewBlog input {
    width: 100%;
    height: 35px;
    padding: 10px;
}
#formNewBlog button {
    width: 50%;
    float: right;
    border-radius: 0;
    font-size: 13px;
}
#formNewBlog select {
    width: 100%;
    height: 35px;
    padding: 0 10px;
}
/***/
#formEdit input {
    width: 100%;
    height: 35px;
    padding: 10px;
}
#formEdit button {
    width: 50%;
    float: right;
    border-radius: 0;
    font-size: 13px;
}
#formEdit textarea {
    width: 100%;
    min-height: 100px;
}
#formEdit select {
    width: 100%;
    height: 35px;
    padding: 0 10px;
}
.fileUpload {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
#formNewBlog input[type="file"] {
    width: 75%;
    float: left;
}
.form-group.inputfile {
    float: left;
    width: 100%;
}
.form-group.inputfile.new-video input{
    width: 83%;
}
.form-group.inputfile span.one {
    line-height: 34px;
    font-weight: bold;
}
.preloaddisplay {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.popover-content a {
    width: 100%;
    margin-bottom: 5px;
}
.margin0{
    margin-left: 0 !important;
}

/* config home*/
.login-page, .register-page{

    background-image: url('/images/generals/backoffice.jpg') !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    overflow: hidden;
}
.login-box, .register-box {
    margin: 0% auto !important;
    padding: 10% 0 !important;
}
.main-header .logo .logo-lg img {
    margin-left: -30px;
    width: 90px;
    margin-top: -5px;
}
.main-header .logo .logo-mini img {
    width: 30px;
}

/****/

.progress 
{
  display:none; 
  position:relative; 
  width:100%; 
  border: 1px solid #ddd; 
  padding: 1px; 
  border-radius: 3px; 
}
.bar 
{ 
  background-color: #B4F5B4; 
  width:0%; 
  height:20px; 
  border-radius: 3px; 
}
.percent 
{ 
  position:absolute; 
  display:inline-block; 
  top:3px; 
  left:48%; 
}
.spinner {
    position: absolute;
    top: 50%;
    left: 40%;
    margin-left: -50px;
    margin-top: -50px;
    text-align: center;
    z-index: 999999999;
    overflow: auto;
    width: 100px;
    height: 102px;
}
#spinner{
    background-color: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    float: left;
    top: 0;
}
.spinner i{
    color: white;
}
.team-preview p {
    line-height: 33px;
}
.inspirations-preview p {
    line-height: 33px;
    height: 25px;
    overflow: hidden;
    font-size: 12px;
}
.panel-default>.panel-heading{
    background-color: #eaeaea;
    border: 1px solid #e2e2e2;
}
.panel{ border: 0; }

.m-bottom{ margin-bottom: 30px; }

form#formEdit, form#formNewBlog {
    width: 100%;
}
li.name-user {
    font-size: 16px;
    color: white;
    line-height: 50px;
}
li.name-user .dropdown-menu a {
    float: left;
    padding: 0px 22px;
    line-height: 37px;
}
li.name-user .dropdown-menu {
    min-width: 116px;
    border-radius: 0;
    height: 50px;
    text-align: center;
}
.formdatefrom {
    margin-bottom: 30px;
    margin-top: 10px;
}
.formdatefrom input {
    width: 100%;
    height: 35px;
}
ul.brandscheck {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.brandscheck li {
    display: inline-flex;
    margin-right: 5px;
    background: cadetblue;
    padding: 5px 20px;
}
ul.brandscheck li p span {
    color: #fff;
}
.form-group ul {
    padding: 0;
    list-style: none;
}
.form-group ul li {
    display: inline-flex;
    margin-right: 15px;
}
.form-group ul li input[type="checkbox"] {
    height: auto !important;
    margin: 0;
    cursor: pointer;
}
.form-group ul li label {
    margin: 0;
    padding-left: 5px;
    font-weight: normal;
    
}
.alertblog {
    background: #d73925;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px){

    .skin-blue .main-header .navbar .dropdown-menu li a{
        background: #367fa9;
    }
    .form-group.inputfile.new-video .fileUpload {
        float: left !important;
        width: 50%;
        margin-top: 15px;
    }
    .form-group.inputfile.new-video input {
        width: 100% !important;
    }

    .spinner{
        left: 50%;
    }
}