@font-face {
    font-family: "TerminaW00-Heavy";
    src: url("//db.onlinewebfonts.com/t/1360e81c1500b16a3115fc890863a8a3.eot");
    src: url("//db.onlinewebfonts.com/t/1360e81c1500b16a3115fc890863a8a3.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/1360e81c1500b16a3115fc890863a8a3.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/1360e81c1500b16a3115fc890863a8a3.woff") format("woff"), url("//db.onlinewebfonts.com/t/1360e81c1500b16a3115fc890863a8a3.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/1360e81c1500b16a3115fc890863a8a3.svg#TerminaW00-Heavy") format("svg");
}

html {
    height: 100%;
    box-sizing: border-box;
}
body {
    position: relative;
    background:#fff;
    color: #787878;
    font-family:Myriad Set Pro, Helvetica Neue, Verdana, sans-serif;
    font-size:16px;
    font-weight:300;
    min-height: 100%;
    padding-bottom: 220px;
}
.row-no-padding > [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
img {
    max-width:100%;
}
.strong {
    font-weight: bold;
}
.bolder {
    font-weight: bolder;
}
a:hover {
    text-decoration: none;
}
.gloss {
    opacity:0.9;
}
.gloss:hover {
    opacity:1;
}
.bootstrap-select.text-center.btn-group .dropdown-toggle .filter-option {
    text-align: center !important;
}

a.button {
    display:inline-block;
    padding:6px 10px;
    background:#e0189c;
    color: rgba(255, 255, 255, .9);
    border-radius: 3px;
    font-weight: 500;
    font-size:13px;
}
a.button.button-bordered {
    background:none;
    padding:4px 8px;
    color:#e0189c;
    border:2px solid #e0189c;
    border-radius:3px;
}
a.button:hover {
    color:#fff;
}
a.button.button-bordered:hover {
    color:#fff;
    background-color:#e0189c;
}
a.button-extra-small {
    padding:1px 3px !important;
    font-size:13px;
    border-width:2px !important;
}

.labeled-textbar {
    padding:5px 3px;
    display:inline-block;
    background-color:#e0189c;
    color:#fff;
}
.popup {
    position: relative;
    background: #fff;
    padding: 15px;
    width: auto;
    max-width: 992px;
    margin:50px auto;
    display:none;
    border-top:3px solid #e0189c;
}
.popup h2 {
    text-align: center;
}
@media(max-width:992px) {
    .popup {
        margin-top:15px;
    }
}
.mfp-ready .popup {
    display:block;
}
.popup#loading-popup {
    max-width:260px;
}
.full-width {
    width: 100%;
}

h2 {
    /*font-weight: 300;*/
    /*color: #9c9c9c;*/
    font-weight:900;
    color:#000;
}
h3 {
}

.disable-padding-right {
    padding-right:0 !important;
}
.disable-padding-left {
    padding-left:0 !important;
}
.disable-margin-bottom {
    margin-bottom:0 !important;
}

.top-margin { margin-top:15px; }

.notifications-container {
    /*width:100%;*/
    /*max-width:350px;*/
    /*height:100%;*/
    /*position: fixed;*/
    /*left:30px;*/
    /*top:0;*/
    /*background: red;*/
    z-index:10000;
}
.notifications-container .notifications {
    position: fixed;
    bottom:0%;
    list-style-type: none;
    padding:0;
    margin:0;
    width:100%;
    max-width:350px;
    left:15px;
    z-index:10000;

}
.notifications-container .notifications li {
    width:100%;
    background:#fff;
    border-top:3px solid #e0189c;
    padding:15px;
    margin:15px 0;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
    position: relative;
}
.notifications-container .notifications li .bar {
    position: absolute;
    height:2px;
    bottom:0;
    left:0;
    background: #aeaeae;
}


.tag {
    padding:2px 4px;
    color:#fff;
    border-radius:3px;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    vertical-align: baseline;
}
.tag.tag-red { background:#d9534f; }


.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
.col-xs-offset-15,
.col-sm-offset-15,
.col-md-offset-15,
.col-lg-offset-15 {
    margin-left: 20% !important;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.page-switch {
    text-align: center;
    border-bottom:1px solid #dedede;
    min-width:25%;
    width:100%;
    /*width:50%;*/
    margin:35px auto 25px auto;
}
@media (max-width:992px){
    .page-switch {
        width:90%;
    }
}
.page-switch .left-side {
    float:left;
    margin-top:-20px;
}
.page-switch .right-side {
    float:right;
    margin-top:-20px;
}
.page-switch a.switch {
    color:#787878;
    padding:0 5px 5px 5px;
    margin:0 15px;
    position: relative;
}

@media (max-width:375px){
    .page-switch a.switch {
        width:90%;
        margin: 0 5px;
    }
}

.page-switch a.switch.active:before {
    position:absolute;
    width:100%;
    height:1px;
    bottom:1px;
    left:0px;
    display:block;
    content: " ";
    border-bottom:1px solid #787878;
}

.dropdown-menu {
    border-radius:3px;
    padding:0;
    min-width:200px;
}
.dropdown-menu a {
    color: #696969;
    display:block;
    font-size:13px;
    /*padding:5px 0;*/
    padding-left:5px;
    padding-right:10px;
    border-bottom:1px solid #e7e7e7;
    line-height:25px;
}
@media(max-width: 990px) {
    .dropdown-menu {
        min-width: 120px;
    }
    .dropdown-menu a {
        line-height: 35px;
    }
}
.dropdown-menu a.delete {
    color:#a94442;
}
.dropdown-menu a i {
    min-width:15px;
    font-size:12px;
    text-align: center;
}
.dropdown-menu a:first-child {
    padding-top:3px;
}
.dropdown-menu a:last-child {
    border-bottom:0;
    /*padding-bottom: 3px;*/
}
@media(max-width:992px) {
    .dropdown-menu a:active {
        background: #e7e7e7;
    }
}
@media(min-width:992px) {
    .dropdown-menu a:hover {
        background: #e7e7e7;
    }
}

.mediaPage .paginator {
    display: block;
    padding:15px;
    width:96%;
    margin:50px auto 0 auto;
    text-align: center;
    background:#eee;
}

.message {
    width:100%;
    text-align: center;
    padding:6px 5px 4px 5px;
    margin:5px 0;
    position: relative;
    border-radius: 1px;
}
.message:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #000;
    font-size: 16px;
    padding-right: 0.5em;
    position: absolute;
    top: 5px;
    left: 5px;
    opacity:1;
}
.message.message-success {
    background: #ade983;
}
.message.message-success:before {
    content: "\f058";
}
.message.message-error {
    /*background: #f48261;*/
    background: #e55336;
    color: #fff;
}
.message.message-error a {
    color:#fff;
    text-decoration: underline;
}
.message.message-error:before {
    content: "\f12a";
    left:8px;
    color: #fff;
}
.message.message-info {
    background: #58d0fd;
}
.message.message-info:before {
    content: "\f0a4";
}
.message.message-warning {
    background: #f8e345;
}

.settings-cover.full-height {
    height: calc(100vh - 200px);
}
.settings-cover:not(.full-height) {
    padding-top:100px;
    padding-bottom:100px;
}
.settings-cover h1 {
    text-shadow:0px 0px 5px #000 !important;
}
.settings-cover.full-height h1 {
    margin-top:150px;
}
.settings-cover h2 {
    margin:0;
    color:#fff;
}
.settings-cover .right-side .button.button-bordered {
    color:#fff;
    border-color:#fff;
}
@media(min-width:993px) {
    .settings-cover .right-side {
        text-align: right;
        margin-top:30px;
    }
}
.settings-cover {
    color: #fff;
}


.select2 { width: 100% !important;  }

.shadow1-textbar {
    text-shadow:0px 0px 10px #000;
}
.shadow2-textbar {
    text-shadow:0px 1px 5px #000;
}