.navbar-brand > img {
    height: 17px;
}

.navbar-brand {
    font-size: 18px;
}


.dz-preview{
    max-width: 158px;
}


.dropzone .dz-default.dz-message.dz-message-full:before {
    content: none !important;
}

.panel .dropzone {
    border-color: #d2d2d2;
}


*{

outline:0 !important;
}


.icon-arrow-up16{
    cursor: pointer;
}

.has-error .select2-selection, .has-error .select2-container {
    border-color: #D84315 !important;
}

.dashboard-banner-widget{
    background: #f9f9f9; margin-bottom: 2em;max-height: 160px;overflow-y: scroll;overflow-x: auto;
}

.banner-container{
    border: 1px solid  #dfdfdf;
    background: #f9f9f9;padding-top: 5px; margin-bottom: 2em;min-height: 600px; max-height: 600px;overflow-y: scroll;overflow-x: auto;
}

.banner-single{
    float: left;
    margin-top: 10px;
    margin-bottom: 15px;
    margin-right: 0;
    margin-left: 15px;
}

.banner-single-content{
    border: 1px solid #acacac;
    border-top: none;
}

.equal, .equal + div[class*='col-'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:1 1 auto;
}

.equal, .panel {
    height: 100%;
}

.featured-banner-preview .img-container {
    position: relative;
    text-align: center;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    background-color: #f4f4f4;
}

.featured-banner-preview img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
    vertical-align: middle;
}

.featured-banner-preview .img-shiv {
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
}

.featured-banner-preview .img-shiv:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.featured-banner-preview .thumb img {
    width: auto !important;
}


.banner-preview .img-container {
    position: relative;
    text-align: center;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    background-color: #f4f4f4;
}

.banner-preview img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
    vertical-align: middle;
}

.banner-preview .img-shiv {
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
}

.banner-preview .img-shiv:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.banner-preview .thumb img {
    width: auto !important;
}

.cut-text{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.show-scroll ::-webkit-scrollbar {
    width: 10px;
}

.show-scroll ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.4);
    border-radius: 8px;
    -webkit-border-radius: 8px;
}

.show-scroll ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(100,100,100,0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}


ul.countdown {
    list-style: none;
    margin: 0 0;
    padding: 0;
    display: block;
    text-align: center;
}
ul.countdown li {
    display: inline-block;
}
ul.countdown li span {
    font-size: 40px;
    font-weight: 300;
    line-height: 40px;
}
ul.countdown li.seperator {
    font-size: 40px;
    line-height: 35px;
    vertical-align: top;
}
ul.countdown li p {
    color: #a7abb1;
    font-size: 14px;
}


#error-msg {
    color: red;
}
#valid-msg {
    color: #00C900;
}
input.error {
    border: 1px solid #FF7C7C;
}

.intl-tel-input {width: 100%;}

.intl-tel-input .country-list {z-index: 3 !important;}