/* Reset the container */
.container {
    width: auto !important;
    min-width: 920px !important;
    max-width: none !important;
}

label {
    margin-top: 5px;
    margin-bottom: 0;
    color: #8b8989;
    font-size: 14px;
    font-weight: normal;
}

.input-inline {
    display:inline-block !important;
}

.input-auto {
    width: auto;
}

.input-mini {
    width: 60px;
}

.input-small {
    width: 90px;
}

.input-medium {
    width: 40%;
    min-width: 135px;
}

.input-large {
    width: 210px;
}

.input-xlarge-date {
    min-width: 230px;
    width: 80% !important;
}

.input-xlarge-currency {
    max-width: 220px;
}

.input-xlarge {
    min-width: 270px;
    width: 80%;
}

.input-xxlarge {
    width: 530px;
}

.control-group {
    margin-bottom: 15px;
}

.form-control.form-control-multiple {
    margin-bottom: 5px;
}

.form-control.form-control-float {
    float: left;
    margin-right: 5px;
}

.btn-file-upload {
    position: relative;
    overflow: hidden;
}

    .btn-file-upload input {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
        font-size: 200px;
        direction: ltr;
        cursor: pointer;
    }

.list-container .col-xs-3 {
    margin-bottom: 20px;
    position: relative;
}

    .list-container .col-xs-3 img {
        width: 100%;
    }

#gallery-container .gallery-photo {
    cursor: pointer;
}

img.photo-thumbnail {
    cursor: pointer;
}

.list-container .col-xs-3 a.btn-close {
    background: rgba(0, 0, 0, 0) url(../imgs/x.png) no-repeat scroll 0 0;
    cursor: pointer;
    display: inline;
    height: 29px;
    position: absolute;
    right: 1px;
    top: -15px;
    width: 25px;
    z-index: 1000;
}

.alert-fluid {
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 4px 5px;
}

hr.line {
    border: none;
    height: 1px;
    background-color: #d3d3d3;
    margin-top: 0;
}



.ui-front {
    z-index: 9999;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
}



/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    outline: none;
}

    .ui-menu .ui-menu {
        margin-top: -3px;
        position: absolute;
    }

    .ui-menu .ui-menu-item {
        margin: 0;
        padding: 0;
        width: 100%;
        /* support: IE10, see #8844 */
        list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    }

    .ui-menu .ui-menu-divider {
        margin: 5px -2px 5px -2px;
        height: 0;
        font-size: 0;
        line-height: 0;
        border-width: 1px 0 0 0;
    }

    .ui-menu .ui-menu-item a {
        text-decoration: none;
        display: block;
        padding: 2px .4em;
        line-height: 1.5;
        min-height: 0; /* support: IE7 */
        font-weight: normal;
    }

        .ui-menu .ui-menu-item a.ui-state-focus,
        .ui-menu .ui-menu-item a.ui-state-active {
            font-weight: normal;
            margin: -1px;
        }

    .ui-menu .ui-state-disabled {
        font-weight: normal;
        margin: .4em 0 .2em;
        line-height: 1.5;
    }

        .ui-menu .ui-state-disabled a {
            cursor: default;
        }

/* icon support */
.ui-menu-icons {
    position: relative;
}

    .ui-menu-icons .ui-menu-item a {
        position: relative;
        padding-left: 2em;
    }

/* left-aligned */
.ui-menu .ui-icon {
    position: absolute;
    top: .2em;
    left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
    position: static;
    float: right;
}

/* Component containers
----------------------------------*/
.ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1.1em;
}

    .ui-widget .ui-widget {
        font-size: 1em;
    }

    .ui-widget input,
    .ui-widget select,
    .ui-widget textarea,
    .ui-widget button {
        font-family: Verdana,Arial,sans-serif;
        font-size: 1em;
    }

.ui-widget-content {
    border: 1px solid #aaaaaa;
    /*background: #ffffff url("images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;*/
    color: #222222;
}

    .ui-widget-content a {
        color: #222222;
    }

.ui-widget-header {
    border: 1px solid #aaaaaa;
    background: #cccccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
    color: #222222;
    font-weight: bold;
}

    .ui-widget-header a {
        color: #222222;
    }

    /* Interaction states
----------------------------------*/
    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default {
        border: 1px solid #d3d3d3;
        background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
        font-weight: normal;
        color: #555555;
    }

        .ui-state-default a,
        .ui-state-default a:link,
        .ui-state-default a:visited {
            color: #555555;
            text-decoration: none;
        }

    .ui-state-hover,
    .ui-widget-content .ui-state-hover,
    .ui-widget-header .ui-state-hover,
    .ui-state-focus,
    .ui-widget-content .ui-state-focus,
    .ui-widget-header .ui-state-focus {
        border: 1px solid #999999;
        background: #dadada url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
        font-weight: normal;
        color: #212121;
    }

        .ui-state-hover a,
        .ui-state-hover a:hover,
        .ui-state-hover a:link,
        .ui-state-hover a:visited,
        .ui-state-focus a,
        .ui-state-focus a:hover,
        .ui-state-focus a:link,
        .ui-state-focus a:visited {
            color: #212121;
            text-decoration: none;
        }

    .ui-state-active,
    .ui-widget-content .ui-state-active,
    .ui-widget-header .ui-state-active {
        border: 1px solid #aaaaaa;
        background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
        font-weight: normal;
        color: #212121;
    }

        .ui-state-active a,
        .ui-state-active a:link,
        .ui-state-active a:visited {
            color: #212121;
            text-decoration: none;
        }

    /* Interaction Cues
----------------------------------*/
    .ui-state-highlight,
    .ui-widget-content .ui-state-highlight,
    .ui-widget-header .ui-state-highlight {
        border: 1px solid #fcefa1;
        background: #fbf9ee url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
        color: #363636;
    }

        .ui-state-highlight a,
        .ui-widget-content .ui-state-highlight a,
        .ui-widget-header .ui-state-highlight a {
            color: #363636;
        }

    .ui-state-error,
    .ui-widget-content .ui-state-error,
    .ui-widget-header .ui-state-error {
        border: 1px solid #cd0a0a;
        background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
        color: #cd0a0a;
    }

        .ui-state-error a,
        .ui-widget-content .ui-state-error a,
        .ui-widget-header .ui-state-error a {
            color: #cd0a0a;
        }

    .ui-state-error-text,
    .ui-widget-content .ui-state-error-text,
    .ui-widget-header .ui-state-error-text {
        color: #cd0a0a;
    }

    .ui-priority-primary,
    .ui-widget-content .ui-priority-primary,
    .ui-widget-header .ui-priority-primary {
        font-weight: bold;
    }

    .ui-priority-secondary,
    .ui-widget-content .ui-priority-secondary,
    .ui-widget-header .ui-priority-secondary {
        opacity: .7;
        filter: Alpha(Opacity=70);
        font-weight: normal;
    }

    .ui-state-disabled,
    .ui-widget-content .ui-state-disabled,
    .ui-widget-header .ui-state-disabled {
        opacity: .35;
        filter: Alpha(Opacity=35);
        background-image: none;
    }

        .ui-state-disabled .ui-icon {
            filter: Alpha(Opacity=35); /* For IE8 - See #6059 */
        }



/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
    opacity: .3;
    filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    opacity: .3;
    filter: Alpha(Opacity=30);
    border-radius: 8px;
}

.clickable {
    cursor: pointer;
}

.loader {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: #000;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    opacity: 0.4;
}

    .loader:before {
        content: '';
        background-color: rgba(0,0,0,0);
        border: 5px solid rgba(0,183,229,0.9);
        opacity: .9;
        border-right: 5px solid rgba(0,0,0,0);
        border-left: 5px solid rgba(0,0,0,0);
        border-radius: 50px;
        box-shadow: 0 0 35px #2187e7;
        width: 50px;
        height: 50px;
        -moz-animation: spinPulse 1s infinite ease-in-out;
        -webkit-animation: spinPulse 1s infinite linear;
        margin: -25px 0 0 -25px;
        position: absolute;
        top: 50%;
        left: 50%;
    }

    .loader:after {
        content: '';
        background-color: rgba(0,0,0,0);
        border: 5px solid rgba(0,183,229,0.9);
        opacity: .9;
        border-left: 5px solid rgba(0,0,0,0);
        border-right: 5px solid rgba(0,0,0,0);
        border-radius: 50px;
        box-shadow: 0 0 15px #2187e7;
        width: 30px;
        height: 30px;
        -moz-animation: spinoffPulse 1s infinite linear;
        -webkit-animation: spinoffPulse 1s infinite linear;
        margin: -15px 0 0 -15px;
        position: absolute;
        top: 50%;
        left: 50%;
    }


@-moz-keyframes spinPulse {
    0% {
        -moz-transform: rotate(160deg);
        opacity: 0;
        box-shadow: 0 0 1px #2187e7;
    }

    50% {
        -moz-transform: rotate(145deg);
        opacity: 1;
    }

    100% {
        -moz-transform: rotate(-320deg);
        opacity: 0;
    }
}

@-moz-keyframes spinoffPulse {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spinPulse {
    0% {
        -webkit-transform: rotate(160deg);
        opacity: 0;
        box-shadow: 0 0 1px #2187e7;
    }

    50% {
        -webkit-transform: rotate(145deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: rotate(-320deg);
        opacity: 0;
    }
}

@-webkit-keyframes spinoffPulse {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

div.controls span.inline {
    display: inline-block;
    vertical-align: top;
}

    div.controls span.inline input.btn {
        margin-left: 5px;
    }

.tips {
    font-size: 11px;
    font-weight: normal;
}

.slide-container > span {
    display: inline-block;
}

.slide-container .slide-btn {
    width: 8%;
    min-width: 28px;
}

.slide-container .slide-left {
    text-align: left;
}

.slide-container .slide-right {
    text-align: right;
}

.slide-container .slide-btn button {
    height: 18px;
    vertical-align: top;
    line-height: 12px;
    font-size: 12px;
    border: 1px solid #c5c5c5;
    border-radius: 4px;
    background: #F6F6F6;
}

.slide-container .slide-main {
    width: 80%;
}

.slide-container .slide-focus {
    border: 1px solid #003eff !important;
    background: #007fff !important;
}

.fc-action {
    margin-right: 10px;
}

.inline-label {
    line-height: 34px;
    margin: 0;
}

.page-error {
    text-align: center;
    padding-top:30px;
}

.page-error .number {
    position: relative;
    top: 35px;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 10px;
    color: #ec8c8c;
    text-align: right;
    letter-spacing: -10px;
    line-height: 128px;
    font-size: 128px;
    font-weight: 300;
}

.page-error .details {
    margin-left: 40px;
    display: inline-block;
    padding-top: 0;
    text-align: left;
    min-height: 250px;
}

.btn.btn-outline.red {
    border-color: #e7505a;
    color: #e7505a;
    background: 0 0;
}

.float-notify {
    position:fixed;
    top: 10%;
    right: 10%;
    background-color:rgba(117,200,186,0.5);
    height: 60px;
    min-width: 160px;
    padding: 20px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}

.loading-mask {
    display:none;
    background-image: url("../imgs/loading.gif");
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index:9999;
}

.section-title {
    font-weight: normal;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
    font-size: 21px;
    padding: 6px 0;
}

.padtop, .section-group {
    padding-top: 20px;
}

.blankfield {
    height: 60px;
    width: 100%;
}

.verified, .nonverified {
    border-radius: 10px;
    padding: 0px 10px;
    font-size: 10px;
    color: #fff;
    float: right;
    margin: 2px 0 2px 5px;
}

.verified {
     background-color: #63C6CC;
}
.nonverified {
    background-color: #FF8C90;
}
.select-read-only-class {
    cursor: not-allowed;
}

.brands-container ul {
    width: 100%;
    height: 60px;
    overflow: hidden auto;
}

.dt-buttons .dt-button {
    margin: 0 2px;
}

.btn-grid-action {
    margin: 1px 0;
    width: 60px;
}

@media (min-width: 768px) {
    .sidebar-mini.sidebar-collapse .main-header .logo {
        width: 50px;
        padding: 0;
    }

    .sidebar-mini.sidebar-collapse .main-header .logo>.logo-lg {
        display: block;
        background: #fff url("../images/ibuencer_logo_min.png") no-repeat;
        background-size: contain;
    }
}

li.user-menu>a {
    background: #2175b7;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    padding: 0px 0;
    margin: 5px 10px;
    display: inline-block;
}

    li.user-menu>a:hover, li.user-menu.open>a {
        background: #074C80 !important;
    }

.navbar-nav > .user-menu > .dropdown-menu {
    min-width: 110px;
    width: 110px;
    border: 1px solid #2175b7;
    border-radius: 0;
    box-shadow: 2px 0 9px rgba(0, 0, 0, 0.1);
    right: 10px !important;
}

.dropdown-menu > li > a {
    color: #8aa4af;
    text-align: left;
    padding: 3px 10px;
}

    .dropdown-menu > li > a:hover {
        background: #fff;
        color: #2175b7;
    }

.link-icon {
    width: 20px;
    vertical-align: top;
    padding: 3px 0px;
}

.img-container {
    color: #333;
    display: flex;
    border: solid 1px #E6EAEF;
    border-radius: 2px;
    background: #fefefe;
    padding: 2px 5px 0;
    height: 195px;
    align-items: center;
    margin: 5px 0;
}

    .img-container .post-img {
        text-align: center;
        width: 100%;
    }

    .img-container img {
        max-height: 195px;
    }

.del-img-link {
    position:absolute;
    text-align: center;
    top: 10px;
    right: 25px;

}

.external-links li {
    list-style: decimal;
}

.btn-draft-add {
    margin: 1px 4px;
    font-size: 24px;
    line-height: 28px;
    padding: 0px 6px;
    vertical-align: bottom;
}

.linkDeleteLink,
.linkDeleteVideo,
.linkDeletePicture,
.linkDeleteLink:hover,
.linkDeleteVideo:hover,
.linkDeletePicture:hover,
.linkDeleteLink:active,
.linkDeleteVideo:active,
.linkDeletePicture:active {
    color: red;
}

.post-video {
    text-align: center;
}
.post-video video {
    width: 95%;
    max-height: 280px;
}

.video-container {
    color: #333;
    display: flex;
    border: solid 1px #E6EAEF;
    border-radius: 2px;
    background: #fefefe;
    padding: 2px 5px 0;
    height: 295px;
    align-items: center;
    margin: 5px 0;
}

.ui-multiselect {
    background: none !important;
    border: none !important;
    border-bottom: 1px solid #ced4da  !important;
    border-radius: 0;
    height: 30px;
    margin-bottom: 15px;
    font-size: 14px;
    font-family: inherit;
}

.multiselectsearch .ui-multiselect {
    border: 1px solid #ced4da  !important;
    padding: 0 5px;
}

.ui-widget-header {
    border: none;
    background: none;
}

.ui-multiselect-checkboxes label {
    padding: 0;
    line-height: 24px;
}

    .ui-multiselect-checkboxes label input {
        margin-right: 5px;
    }

.ui-state-hover, .ui-widget-content .ui-state-hover {
    border:none;
    background:#E8E8E8; 
    background-image: none;
    border-radius: 0;
}

.labelinfo {
    margin-bottom: 15px;
    line-height: 30px;
}