html,
body {
    /* height: 100%; */
}

.color-black{
    color:#000;
}
.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
}

.wrap > .container {
    padding: 40px 0;
}

@media (min-width: 1260px){
    .container {
        width: 1200px;
    }
}
@media (min-width: 1600px){
    .container {
        width: 1460px;
    }
}
.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}
.alert {
    min-height: 70px;
}
/*==================     grid     ======================*/
/*[class*="col-"] {
    float: left;
}*/
.col-3 {
    width: 16%;
}
.col-9 {
    width: 84%;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}


#drag-and-drop-zone form {
    ///display: none;
}

.ex-tooltip {position: absolute;}

.daterangepicker_start_input, .daterangepicker_end_input, .editable-clear {
    display: none!important;
}

.ui-state-active {
    font-weight: bold!important;
}

div.required label:after {
    content: " *";
    color: red;
}
/*==================    Banners    ======================*/
.uploader {
    margin-left: 80px;
}
.vertical-banner, .horizontal-banner  {
    background-image: url(ipad-end-iphone.png);
    display: table;
    float: left;
    margin-right: 40px;
}
.vertical-banner {
    background-position: 0 0;
    width: 194px;
    height: 412px;
}
.vertical-banner div {
    height: 218px;
    position: relative;
    width: 168px;
    left: 14px;
    overflow: hidden;
    top: 84px;
}
.vertical-banner div img {
    display: block;
     max-height: 100%;
    margin: 0 auto;

}
.horizontal-banner {
    background-position: right;
    height: 412px;
    width: 485px;
}
.horizontal-banner div {
    height: 197px;
    width: 370px;
    position: relative;
    top: 90px;
    left: 69px;
    overflow: hidden;

}
.horizontal-banner div img {
        max-height: 100%;
    position: relative;
    display: block;
    margin: 0 auto;


}
.horizontal-banner p {
    display: block;
    position: relative;
    top: 70px;
}
#banner_wizard{
    padding: 0!important;
}

.banners-wizard-create {
    padding: 10px;
}

.ui-dialog {
    z-index: 2000!important;
}

.preffix-1 {
    margin-left: 10px;
}

.onModeration{ 
    background-color: #D8FC9F!important;
}

.waitformoney{ 
    background-color: #FFBCA8!important;
}

.site-login .tab-login{
    width: 459px;
    margin: auto;
}

.col-lg-8 {
    color: #a94442;
}
@media (max-width: 479px) {
    #login-form h2 {
        font-size: 19px;
        margin-bottom: 6px;
        padding: 0;
    }
    .site-login .tab-login{
        width: 100%;
    }
}
