﻿@charset "utf-8";

html {
    height: 100%;
}

  
body {
    /*padding-top: 20px;*/
    padding-bottom: 0px;
    background-color: #eee;
    font-size: 14px !important;
}

.body-background {
    /*background: url('../images/Background2.jpg') no-repeat center center fixed;   ne radi campaign sa ovim*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.container {
    height: inherit;
}





.container-box {
    max-width: 440px;
}


.container-editor {
    max-width: 800px;
    padding: 0px;
    margin: 0 auto;
    text-align: center;
    text-align: -webkit-center;
    /*background: transparent;*/
    -moz-transition: width 0.2s ease-in-out;
    -o-transition: width 0.2s ease-in-out;
    -webkit-transition: width 0.2s ease-in-out;
    transition: width 0.2s ease-in-out;
}



.container-global {
    max-width: 440px;
    padding: 0px;
    margin: auto;
    text-align: center;
    background: transparent;
}

.pad-space {
    padding: 10px 40px 10px 40px;
}

.vertical-center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.form-global {
    width: 100%;
    padding: 0px;
    margin: 0 auto;
}

    .form-global .form-global-heading,
    .form-global .checkbox {
        margin-bottom: 10px;
    }

    .form-global .form-control {
        position: relative;
        font-size: 16px;
        height: auto;
        padding: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .form-global .form-control:focus {
            z-index: 5000;
        }

    .form-global input[type="text"] {
        margin-bottom: 5px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .form-global input[type="password"] {
        margin-bottom: 5px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .form-global textarea {
        margin-bottom: 5px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

.separator {
    height: 15px !important;
    white-space: nowrap;
    width: 100%;
}



/*.smart-form .input input, .smart-form .select select, .smart-form .textarea textarea,   .form-control, .input-lg  
{-webkit-box-shadow: -3px 0px 0 #618ebf !important;
    box-shadow: -3px 0px 0 #618ebf !important;
    border-radius: 3px !important;
    font-size: 14px !important;
    padding-left:8px;
    margin-left: 3px;
}

textarea:focus, .input-lg:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus{
    -webkit-box-shadow: -3px 0 0 #618ebf!important;
    box-shadow: -3px 0 0 #618ebf!important;
    padding-left:8px;
    margin-left: 3px;
}*/





.error-message {
    color: #C04343;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.errormessage {
    color: #C04343;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

#errormessage {
    color: #C04343;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.post-message {
    color: #000;
    text-align: center;
}

.img-responsive.img-center {
    margin: 0 auto;
}

.alpha80 {
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(255, 255, 255);
    /* RGBa with 0.6 opacity */
    background: rgba(255, 255, 255, 0.8);
    /* For IE 5.5 - 7*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#C8FFFFFF);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#C8FFFFFF)";
}

.alpha-back {
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(255, 255, 255);
    /* RGBa with 0.6 opacity */
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    /* For IE 5.5 - 7*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#C8FFFFFF);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#C8FFFFFF); -moz-border-radius:10px";
}


.alpha-back-gridster {
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(255, 255, 255);
    /* RGBa with 0.6 opacity */
    background: rgba(255, 255, 255, 0.8) !important;
    /*border-radius: 10px;*/
    /* For IE 5.5 - 7*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#C8FFFFFF);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#C8FFFFFF); -moz-border-radius:10px";
}

.alpha-black-back {
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background: rgba(0, 0, 0, 0.75);
    border-radius: 10px;
    /* For IE 5.5 - 7*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#C8FFFFFF);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#C8FFFFFF); -moz-border-radius:10px";
}

.btn-lg {
    margin-bottom: 6px;
}



/* ---------------- Ads content--------------------*/
#click_ad_content {
    width: 100%;
}

/* ---------------- Click Coupons --------------------*/
.coupons_div {
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.coupons_table {
    width: 100%;
    border: 1px solid #FFFFFF;
    border-collapse: collapse;
    border-spacing: 0px;
    background-color: #FFFFFF;
}

    .coupons_table td a {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        text-decoration: none;
        color: black;
    }

    .coupons_table td.off {
        background: #FFFFFF;
    }

    .coupons_table td.on {
        background: #F2F2F2;
    }

.coupons_image_div {
    width: 140px;
    height: 60px;
    float: left;
    background-size: cover;
    background-size: 100% auto;
}

.coupons_image_bck {
    background-size: cover;
    background-size: 95% auto;
}

.coupons_image {
    padding: 3px;
}

/* ---------------- Announcement --------------------*/
#announcement_div {
    width: 100%;
    height: 80px;
    padding: 0px;
}

/* ---------------- radio group setup --------------------*/
[data-toggle="buttons"] > .btn > input[type="radio"] {
    display: inline;
}

.btn-group-vertical {
    display: block;
}

    .btn-group-vertical + .btn-group-vertical {
        margin-top: 5px;
    }

    .btn-group-vertical .btn {
        display: block;
        width: 100%;
        margin-top: -1px;
        padding-top: 5px;
        font-size: 16px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

        .btn-group-vertical .btn.btn-large {
            padding-top: 10px;
        }

        .btn-group-vertical .btn:first-child {
            margin-top: 0;
            -webkit-border-top-left-radius: 4px;
            -moz-border-radius-topleft: 4px;
            border-top-left-radius: 4px;
            -webkit-border-top-right-radius: 4px;
            -moz-border-radius-topright: 4px;
            border-top-right-radius: 4px;
        }

        .btn-group-vertical .btn:last-child, .btn-group-vertical .dropdown-toggle {
            -webkit-border-bottom-left-radius: 4px;
            -moz-border-radius-bottomleft: 4px;
            border-bottom-left-radius: 4px;
            -webkit-border-bottom-right-radius: 4px;
            -moz-border-radius-bottomright: 4px;
            border-bottom-right-radius: 4px;
        }

        .btn-group-vertical .btn.large:first-child {
            margin-top: 0;
            -webkit-border-top-left-radius: 6px;
            -moz-border-radius-topleft: 6px;
            border-top-left-radius: 6px;
            -webkit-border-top-right-radius: 6px;
            -moz-border-radius-topright: 6px;
            border-top-right-radius: 6px;
        }

        .btn-group-vertical .btn.large:last-child, .btn-group-vertical .large.dropdown-toggle {
            -webkit-border-bottom-left-radius: 6px;
            -moz-border-radius-bottomleft: 6px;
            border-bottom-left-radius: 6px;
            -webkit-border-bottom-right-radius: 6px;
            -moz-border-radius-bottomright: 6px;
            border-bottom-right-radius: 6px;
        }

        .btn-group-vertical .btn:hover, .btn-group-vertical .btn:focus, .btn-group-vertical .btn:active, .btn-group-vertical .btn.active {
            z-index: 2;
        }

    .btn-group-vertical .dropdown-toggle:active, .btn-group-vertical.open .dropdown-toggle {
        outline: 0;
    }


/* ---------------- Click Coupons Details --------------------*/
.coupon_image_div {
    padding-top: 3px;
    height: 60px;
}

.coupon_image {
    width: 100px;
    height: 50px;
}

.coupon_name {
    height: 60px;
    float: left;
    margin-top: 8px;
    font-size: 12px;
    text-align: left;
    font-family: arial,helvetica,sans-serif;
}

.coupon_offer {
    padding-top: 4px;
    height: 50px;
    float: left;
    font-size: 22px;
    font-family: arial,helvetica,sans-serif;
}

.coupon_image_url {
    width: 300px;
}

/* ---------------- bootstrap change --------------------*/
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    background-color: #efefef;
}

.aleft {
    text-align: left;
}

.aright {
    text-align: right;
}

.acentered {
    text-align: center;
    text-align: -moz-center;
    text-align: -webkit-center;
}






@media (max-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 180px;
    }

    .nav li a {
        padding: 10px 5px;
    }
}

@media (max-width: 400px) {
    .pad-space {
        padding: 7px 15px 15px 15px;
    }
}




.advert-container-global {
    max-width: 400px;
    max-width: 550px;
    height: 400px;
    width: 100%;
    padding: 0px;
    margin: 0 auto;
    text-align: center;
    background: transparent;
}

.advert-container-box3 {
    height: 100%;
    font-size: 18px;
    margin: 20px;
}

@media (max-height: 400px) and (orientation: landscape) {
    .advert-container-box3 {
        height: 100%;
        font-size: 18px;
        margin: 0px;
    }
}


@media (max-width: 400px) {
    .advert-container-global {
        max-width: 400px;
        max-width: 550px;
        height: 400px;
        width: 100%;
        /*padding: 0px;*/
        margin: 0 auto;
        text-align: center;
        background: transparent;
    }

    .video-responsive-style {
        max-width: 550px;
        width: 100%;
    }
}

@media (max-height: 400px) and (orientation: landscape) {
    .live-center {
        /*float: none;
		margin-left: auto;
		margin-right: auto;
		text-align: center; */
        margin-top: 0px !important;
    }

    .h1, .h2, .h3, h1, h2, h3 {
        margin-top: 10px;
    }
}






.button-widget-actions {
    border-radius: 4px;
    /*border: #252525 2px solid;*/
    font-size: 14px;
    border: #252525 0px solid;
    height: 32px;
    line-height: 30px;
    padding: 0 12px 0 12px !important;
    color: #2b2b2b;
    background: linear-gradient(to bottom,rgba(255,255,255,.96) 0%,rgba(238,238,238,.96) 100%);
    box-shadow: 0 2px 5px 0 rgba(22,45,61,.58);
}

    .button-widget-actions:hover {
        /*background: linear-gradient(to bottom,rgba(255,255,255,.56) 0%,rgba(238,238,238,.96) 56%);*/
        box-shadow: 0 3px 5px 0 rgba(22,45,61,.58);
    }







.terms-text {
    margin: 5px 0;
    display: inline-block;
    clear: both;
    font-size: 12px;
    width: 300px;
    zoom: 1;
    color: #fff;
}

    .terms-text a {
        color: #fff;
    }



.header {
    height: 120px;
    border-bottom: 1px solid #EEE;
    background-color: #ffffff;
}

.header-logo {
    padding-left: 10px;
    padding-top: 10px;
}

.header-desc {
    text-align: right;
    color: #1b1b1b;
    font-size: 16px;
}

/*.row  problem u widgetima
    {
        height: 100%;
    }*/

.mainbody {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    background-color: #333;
    color: #eee;
}

.custom-box {
    width: 530px;
    padding: 0px;
    margin: 0 auto;
    text-align: center;
    background-color: #eee;
    border-radius: 10px;
    color: #1b1b1b;
}

.boxcc1 {
    text-align: left;
    padding-left: 30px;
    padding-top: 20px;
    height: 50px;
}

.boxcc2 {
    padding-top: 20px;
    text-align: center;
    font-size: 16px;
    height: 50px;
}

.boxcc3 {
    padding-top: 10px;
    text-align: center;
    font-size: 16px;
    min-height: 300px;
}

.brandlogo {
    width: auto;
    height: auto;
    display: table;
    margin: 0 auto;
}

.custombutton {
    width: 230px;
    height: 90px;
    background-color: #7f7f7f;
    display: table;
    margin: 0 auto;
}

.boxcc4 {
    padding-top: 30px;
    text-align: center;
    font-size: 16px;
}

.boxcc5 {
    text-align: center;
    font-size: 14px;
    height: 50px;
}

.footer {
    bottom: 0;
    position: fixed;
    height: 40px;
    border-top: 1px solid #333;
    background-color: #333;
    text-align: center;
    color: #eee;
    font-size: 16px;
    display: table;
}

    .footer span {
        display: table-cell;
        vertical-align: middle;
    }

@media (max-width: 979px) and (min-width: 768px) {
    .custom-box {
        width: 530px;
        height: 500px;
    }
}

@media (max-width: 767px) {
    .custom-box {
        width: 320px;
        height: 500px;
        visibility: hidden;
    }

    .boxcc1 {
        visibility: visible;
    }

    .boxcc2 {
        visibility: visible;
    }

    .boxcc3 {
        visibility: visible;
    }

    .boxcc4 {
        visibility: visible;
    }
}

@media only screen and (max-width: 679px) and (min-width: 0px) {
    .custom-box {
        width: 320px;
        height: 500px;
        visibility: hidden;
    }

    .boxcc1 {
        visibility: visible;
    }

    .boxcc2 {
        visibility: visible;
    }

    .boxcc3 {
        visibility: visible;
    }

    .boxcc4 {
        visibility: visible;
    }
}

@media only screen and (max-width: 479px) and (min-width: 320px) {
    .custom-box {
        width: 320px;
        height: 500px;
        visibility: hidden;
    }

    .boxcc1 {
        visibility: visible;
    }

    .boxcc2 {
        visibility: visible;
    }

    .boxcc3 {
        visibility: visible;
    }

    .boxcc4 {
        visibility: visible;
    }
}

.live-left {
    float: left
}

.live-center {
    float: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 10px;
}

.live-right {
    float: right
}

.live-subelement {
    float: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.regular-checkbox {
    display: none;
}

    .regular-checkbox + label {
        background-color: rgba(255, 255, 255, 0.9);
        border: 2px solid #AFAFAF;
        /* box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05); */
        padding: 9px;
        border-radius: 5px;
        /* display: inline-block; */
        display: initial;
        position: relative;
    }

        .regular-checkbox + label:active, .regular-checkbox:checked + label:active {
            box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
        }

    .regular-checkbox:checked + label {
        background-color: rgba(255, 255, 255, 0.9);
        border: 2px solid #cacece;
        box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
        color: #99a1a7;
    }

        .regular-checkbox:checked + label:after {
            content: '\2714';
            font-size: 14px;
            position: absolute;
            top: 0px;
            left: 3px;
            color: #99a1a7;
        }


.big-checkbox + label {
    padding: 10px 12px 6px 20px;
    margin-right: 10px;
}

.big-checkbox:checked + label:after {
    font-size: 24px;
    left: 6px;
    Color: #444;
}


















.btn:hover {
    filter: brightness(0.85);
}

/*.btn {
    border: 0px !important;
}*/


.adcontent {
    font-size: 32px;
    line-height: 130%;
    position: relative;
    z-index: 2;
    /*max-width: 1000px;*/
    max-width: 600px;
    margin: 0 auto;
    display: block;
    text-align: center;
}


.btn.loaderButton {
    position: relative;
}

.btn.banner {
    background-color: #6493c4;
    background-image: -moz-linear-gradient(top,#6493c4,#5174a2);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#6493c4),to(#5174a2));
    background-image: -webkit-linear-gradient(top,#6493c4,#5174a2);
    background-image: -o-linear-gradient(top,#6493c4,#5174a2);
    background-image: linear-gradient(to bottom,#6493c4,#5174a2);
    background-repeat: repeat-x;
    border: 1px solid #6493c4;
}

.btnAd {
    vertical-align: top;
    opacity: 1;
    padding-right: 85px;
    padding-left: 85px;
}

.pad-space {
    padding: 10px 20px 10px 20px;
}

@media (max-width: 480px) {
    .pad-space {
        padding: 7px 5px 5px 5px;
    }
}

@media screen and (max-width: 480px) {
    .btnAd {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
}


.page-link {
    font-size: 19px;
    cursor: hand;
    cursor: pointer;
}


.modal-body {
    position: relative;
    padding: 20px;
    overflow-y: auto;
    height: -webkit-fill-available;
    max-height: 500px;
}




.buttonTypeselected {
    background-color: #2179bf !important;
    border: 1px solid #6493c4;
}











/*AZM SOCIAL*/

.icons-container {
    padding: 40px 0 50px 0;
}

.container-gray {
    background: #f8f8f8;
}

.icons-text {
    padding-bottom: 10px;
}

.azm-social {
    margin: 0;
    padding: 0;
    display: inline-block;
    color: #fff;
    text-align: center;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

    .azm-social:hover, .azm-social:focus, .azm-social:active {
        outline: 0;
        opacity: 0.8;
        color: #fff;
    }

.azm-size-32 {
    width: 32px;
    height: 32px;
    margin: 5px;
    padding-top: 8px;
    font-size: 14px;
    line-height: 14px;
}

.azm-size-48 {
    width: 48px;
    height: 48px;
    margin: 4px;
    padding-top: 13px;
    font-size: 21px;
    line-height: 21px;
}

.azm-size-64 {
    width: 64px;
    height: 64px;
    margin: 5px;
    padding-top: 16px;
    font-size: 28px;
    line-height: 28px;
}

.azm-r-square {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.azm-circle {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.azm-btn {
    height: 44px;
    margin: 4px;
    padding: 10px 16px;
    font-size: 16px;
    line-height: 21px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 280px;
    text-align: center;
}

.azm-btn-small {
    width: 140px !important;
}

.azm-btn i {
    padding-right: 27px;
    font-size: 21px;
    line-height: 21px;
    vertical-align: top;
    width: 28px;
    float: left;
}

    .azm-btn i:after {
        /*content: "";*/
        position: absolute;
        top: -8px;
        left: 70%;
        width: 1px;
        height: 36px;
        background: #ccc;
        background: rgba(255, 255, 255, 0.3);
    }

.azm-border-bottom {
    padding-top: 12px;
    border-bottom: 4px solid rgba(0, 0, 0, 0.1);
}

.azm-pill {
    -moz-border-radius: 400px;
    -webkit-border-radius: 400px;
    border-radius: 400px;
}

.azm-gradient {
    position: relative;
    overflow: hidden;
}

    .azm-gradient:before {
        /*content: "";*/
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: -moz-linear-gradient(top, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.4)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(255,255,255,0.4) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(255,255,255,0.4) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(255,255,255,0.4) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(255,255,255,0.4) 0%,rgba(255,255,255,0) 100%); /* W3C */
    }

.azm-shadow-left {
    position: relative;
    overflow: hidden;
}

    .azm-shadow-left:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%;
        background: rgba(0, 0, 0, 0.1);
    }

.azm-shadow-bottom {
    position: relative;
    overflow: hidden;
}

    .azm-shadow-bottom:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 50%;
        background: rgba(0, 0, 0, 0.1);
    }


.azm-android {
    background: #8ec147;
}

.azm-apple {
    background: #777;
}

.azm-behance {
    background: #0077ff;
}

.azm-bitcoin {
    background: #f79012;
}

.azm-buysellads {
    background: #c90100;
}

.azm-codepen {
    background: #444;
}

.azm-css3 {
    background: #0270bb;
}

.azm-delicious {
    background: #31a9ff;
}

.azm-deviantart {
    background: #05cc47;
}

.azm-digg {
    background: #0093cc;
}

.azm-dribbble {
    background: #ea4c89;
}

.azm-dropbox {
    background: #007ee5;
}

.azm-drupal {
    background: #0073ba;
}

.azm-email-1 {
    background: #35c7ed;
}

.azm-email-2 {
    background: #35c7ed;
}

.azm-facebook {
    background: #4862a3;
}

.azm-flickr {
    background: #ff1981;
}

.azm-foursquare {
    background: #f04d7a;
}

.azm-git {
    background: #f64d27;
}

.azm-github {
    background: #999;
}

.azm-google {
    background: #3f85f4;
}

.azm-google-plus {
    background: #dd4b39;
}

.azm-html5 {
    background: #e54d26;
}

.azm-instagram {
    background: #3d6b92;
}

.azm-joomla {
    background: #fc8f30;
}

.azm-jsfiddle {
    background: #4679bd;
}

.azm-lastfm {
    background: #df1c23;
}

.azm-linkedin {
    background: #0177b5;
}

.azm-linux {
    background: #39a6df;
}

.azm-maxcdn {
    background: #ff5b02;
}

.azm-medium {
    background: #333;
}

.azm-pagelines {
    background: #444;
}

.azm-paypal {
    background: #009cde;
}

.azm-pinterest {
    background: #db242c;
}

.azm-reddit {
    background: #ff4500;
}

.azm-rss {
    background: #fc8f55;
}

.azm-share {
    background: #01924b;
}

.azm-skype {
    background: #00aff0;
}

.azm-slideshare {
    background: #0679b5;
}

.azm-soundcloud {
    background: #ff4e00;
}

.azm-spotify {
    background: #84bd00;
}

.azm-stack-exchange {
    background: #366fb3;
}

.azm-stack-overflow {
    background: #07c;
}

.azm-stumbleupon {
    background: #ea4b24;
}

.azm-trello {
    background: #026aa7;
}

.azm-tumblr {
    background: #2c4762;
}

.azm-twitter {
    background: #55acee;
}

.azm-vimeo {
    background: #44bbff;
}

.azm-vine {
    background: #00bf8f;
}

.azm-vk {
    background: #6281a3;
}

.azm-whatsapp {
    background: #59ac23;
}

.azm-windows {
    background: #00bcf2;
}

.azm-wordpress {
    background: #1e8cbe;
}

.azm-xing {
    background: #006464;
}

.azm-yahoo {
    background: #5210c4;
}

.azm-yelp {
    background: #c41200;
}

.azm-youtube {
    background: #d02022;
}

.azm-youtube-play {
    background: #d02022;
}

/***** long shadows *****/
.azm-long-shadow {
    overflow: hidden;
}



/*ISKLJUCI PAUZU NA VIDEO JS PLAYERU*/
/*.vjs-tech {
  pointer-events: none;
}*/


.language-size {
    width: 120px;
    float: right;
}

.language-size-2 {
    width: 140px;
    float: right;
}


















.back-blue-1 {
    background-color: #569dc2 !important;
    background-image: linear-gradient(top, #72b9d3, #569dc2) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#72b9d3', endColorstr='#569dc2') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#72b9d3', endColorstr='#569dc2') !important;
    background: -ms-linear-gradient(top, #72b9d3, #569dc2) !important;
    background: -moz-linear-gradient(top, #72b9d3, #569dc2) !important;
    background: -o-linear-gradient(top, #72b9d3, #569dc2) !important;
    background: -webkit-linear-gradient(top, #72b9d3, #569dc2) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #72b9d3), color-stop(1, #569dc2)) !important;
    color: white !important;
}

.back-blue-2 {
    background-color: #3c82b3 !important;
    background-image: linear-gradient(top, #4fa5c8, #3c82b3) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4fa5c8', endColorstr='#3c82b3') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4fa5c8', endColorstr='#3c82b3') !important;
    background: -ms-linear-gradient(top, #4fa5c8, #3c82b3) !important;
    background: -moz-linear-gradient(top, #4fa5c8, #3c82b3) !important;
    background: -o-linear-gradient(top, #4fa5c8, #3c82b3) !important;
    background: -webkit-linear-gradient(top, #4fa5c8, #3c82b3) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4fa5c8), color-stop(1, #3c82b3)) !important;
    color: white !important;
}

.back-blue-3 {
    background-color: #2f68a3 !important;
    background-image: linear-gradient(top, #3e8abd, #2f68a3) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e8abd', endColorstr='#2f68a3') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e8abd', endColorstr='#2f68a3') !important;
    background: -ms-linear-gradient(top, #3e8abd, #2f68a3) !important;
    background: -moz-linear-gradient(top, #3e8abd, #2f68a3) !important;
    background: -o-linear-gradient(top, #3e8abd, #2f68a3) !important;
    background: -webkit-linear-gradient(top, #3e8abd, #2f68a3) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3e8abd), color-stop(1, #2f68a3)) !important;
    color: white !important;
}

.back-blue-4 {
    background-color: #26579a !important;
    background-image: linear-gradient(top, #3373b6, #26579a) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3373b6', endColorstr='#26579a') !important;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3373b6', endColorstr='#26579a') !important;
    background: -ms-linear-gradient(top, #3373b6, #26579a) !important;
    background: -moz-linear-gradient(top, #3373b6, #26579a) !important;
    background: -o-linear-gradient(top, #3373b6, #26579a) !important;
    background: -webkit-linear-gradient(top, #3373b6, #26579a) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3373b6), color-stop(1, #26579a)) !important;
    color: white !important;
}


.well-data {
    padding: 10px;
    height: 70px;
    /*border-radius: 2px;*/
    min-width: 180px;
    max-width: 220px;
    width: 23%;
    float: left;
    min-height: 1px;
    padding-left: 13px;
    padding-right: 13px;
    margin-left: 13px;
    margin-right: 3px !important;
}

@media (min-width: 520px) {
    .well-data {
        padding: 10px;
        height: 70px;
        min-width: 180px;
        max-width: 230px;
        /* width: calc(140px + 15%); */
        /*width: calc(80px + 20%);*/
    }
}


.well-link-rect {
    width: 100%;
    height: auto;
    float: left;
}

.well-link-left {
    width: auto;
    height: 45px;
    float: left;
}

.well-link-right {
    float: right;
    height: 45px;
    padding-bottom: 2px;
}


.a-well-link {
    display: block;
    padding: 5px 10px;
    text-transform: uppercase;
    /*font-weight: 300;*/
    font-size: 11px;
    color: #555;
    opacity: .7;
    margin: -10px;
    margin-top: 10px;
    background-color: #f9f9f9;
    border-top: 1px solid #d9d9d9;
}

.a-well-link-arrow {
    margin-top: 2px;
    margin-bottom: -3px;
    font-size: smaller;
}

.div-well-link {
    display: table;
    margin: 2px 0 0;
}

.title-well-link {
    font-size: 14px;
    color: #555;
    float: left;
    font-weight: 700 !important;
    margin: -3px 0 0 0;
    text-transform: uppercase;
    color: white !important;
}

.title-well-link-2 {
    font-size: 14px;
    color: #555;
    float: left;
    font-weight: 700 !important;
    margin: -3px 0 0 0;
    text-transform: uppercase;
}

.data-well-link {
    display: table;
    font-size: 22px;
    color: white !important;
}

.data-well-link-2 {
    display: table;
    font-size: 22px;
}





#ad-message-box {
    font-size: 30px !important;
    /*color: #eee;*/
    padding-top: 30px;
    text-shadow: 1px 1px 4px rgba(0,0,0,.65);
}


#play-video-box, #install-app-box {
    font-size: 26px !important;
    color: #eee;
    padding-top: 60px;
}


.ad-header-box {
    position: absolute;
    top: -100px;
    height: 50px;
    width: 100%;
    background-image: linear-gradient(0deg,rgba(0,0,0,0) 0,#00000061 100%);
    transition: .3s;
}

.ad-control-box {
    position: absolute;
    bottom: 0px;
    height: 160px;
    width: 100%;
    background-image: linear-gradient(180deg,rgba(0,0,0,0) 0,#000 100%);
    z-index: 100000;
    
    left: 0;
    /*top: 0;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;*/
}

.campaign-welcome-box {
    padding: 30px 0px 20px 0px;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.54);
    font-size: 26px !important;
    color: #333;
}

.campaign-welcome-message {
    padding: 10px 0px 10px 0px;
    /*text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.54);*/
    font-size: 16px !important;
    color: #333;
}

.ytp-icon-watermark {
    visibility: hidden !important;
}



#buttonAdContinue, #buttonAdContinue2 {
    width: 50%;
    max-width: 450px;
    min-width: 300px;
    /*padding: 12px 100px 12px 100px;*/
    font-size: 24px;
    transform: translate3d(0,0,0);
    opacity: 1;
    overflow: hidden;
    font-weight: 700;
    /*position: relative;
    display: inline-block;
    box-sizing: border-box;*/
    border: none;
    /*transition: background .2s,color .2s;*/
    background-color: #2f68a3 !important;
    background-image: linear-gradient(top,#3e8abd,#2f68a3) !important;
    color: #fff !important;
    border-radius: 6px;
    transition: .3s;
}

    #buttonAdContinue:disabled, #buttonAdContinue2:disabled {
        background-color: gray !important;
    }


#buttonAdConnectVisit {
    padding: 12px 100px 12px 100px;
    font-size: 32px;
    transform: translate3d(0,0,0);
    opacity: 1;
    overflow: hidden;
    font-weight: 700;
    /*position: relative;
    display: inline-block;
    box-sizing: border-box;*/
    border: none;
    /*transition: background .2s,color .2s;*/
    background-color: #2f68a3 !important;
    background-image: linear-gradient(top,#3e8abd,#2f68a3) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e8abd',endColorstr='#2f68a3') !important;
    background: -ms-linear-gradient(top,#3e8abd,#2f68a3) !important;
    background: -moz-linear-gradient(top,#3e8abd,#2f68a3) !important;
    background: -o-linear-gradient(top,#3e8abd,#2f68a3) !important;
    background: -webkit-linear-gradient(top,#3e8abd,#2f68a3) !important;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#3e8abd),color-stop(1,#2f68a3)) !important;
    color: #fff !important;
    border-radius: 6px;
    transition: .3s;
}

#buttonAdConnect {
    font-size: 20px;
    box-sizing: border-box;
    padding: 8px 20px 8px 20px;
    transform: translate3d(0,0,0);
    /*transition: background .2s,color .2s;*/
    border-radius: 4px;
    text-shadow: none;
    color: #eeefef;
    border: 1px solid #eeefef;
    background: 0 0;
    transition: .3s;
}


#buttonUnmute {
    font-size: 20px;
    box-sizing: border-box;
    padding: 8px 20px 8px 20px;
    transform: translate3d(0,0,0);
    /*transition: background .2s,color .2s;*/
    border-radius: 4px;
    text-shadow: none;
    color: #eeefef;
    border: 1px solid #eeefef;
    background-color: rgba(142, 0, 0, 0.5);
    transition: .3s;
}

@media screen and (min-width: 768px) {
    #buttonAdContinue {
        font-size: 24px;
    }

    #buttonAdConnectVisit {
        padding: 12px 100px 12px 100px;
        font-size: 32px;
    }

    #buttonAdConnect {
        font-size: 20px;
        box-sizing: border-box;
        padding: 8px 20px 8px 20px;
    }
    #buttonUnmute {
        font-size: 20px;
        box-sizing: border-box;
        padding: 8px 20px 8px 20px;
    }

    .ad-control-box {
        height: 160px;
    }

    #buttonWelcomeCounter {
        font-size: 20px;
        box-sizing: border-box;
        padding: 8px 20px 8px 20px;
    }

    #buttonWelcomeConnect {
        /*padding: 12px 100px 12px 100px;
        font-size: 32px;*/
        padding: 10px 60px 10px 60px !important;
        font-size: 26px !important;
    }
}

@media screen and (max-width: 767px) {
    #buttonAdContinue {
        width: 70%;
        padding: 10px 60px 10px 60px !important;
        font-size: 24px !important;
    }

    #buttonAdConnectVisit {
        padding: 10px 60px 10px 60px !important;
        font-size: 26px !important;
    }

    #buttonAdConnect {
        padding: 7px 18px 7px 18px !important;
        font-size: 20px !important;
    }
    #buttonUnmute {
        padding: 7px 18px 7px 18px !important;
        font-size: 20px !important;
    }

    #ad-message-box {
        font-size: 26px !important;
    }

    .ad-control-box {
        height: 150px;
    }

    #buttonWelcomeCounter {
        padding: 7px 18px 7px 18px !important;
        font-size: 20px !important;
    }

    #buttonWelcomeConnect {
        padding: 10px 60px 10px 60px !important;
        font-size: 26px !important;
    }
}

@media screen and (max-width: 479px), (max-width: 767px) and (orientation: landscape) {
    #buttonAdContinue {
        width: 80%;
        padding: 10px 30px 10px 30px !important;
        font-size: 22px !important;
    }

    #buttonAdConnectVisit {
        padding: 10px 30px 10px 30px !important;
        font-size: 22px !important;
    }

    #buttonAdConnect {
        padding: 6px 15px 6px 15px !important;
        font-size: 16px !important;
    }
    #buttonUnmute {
        padding: 6px 15px 6px 15px !important;
        font-size: 16px !important;
    }

    #ad-message-box {
        font-size: 22px !important;
    }

    .ad-control-box {
        height: 140px;
    }

    /*#buttonWelcomeCounter {
        padding: 6px 15px 6px 15px !important;
        font-size: 16px !important;
    }

    #buttonWelcomeConnect {
        padding: 10px 30px 10px 30px !important;
        font-size: 22px !important;
    }*/
}

@media screen and (max-width: 320px) {
    #buttonAdContinue {
        width: 90%;
        padding: 10px 15px 10px 15px !important;
        font-size: 20px !important;
    }

    #buttonAdConnectVisit {
        padding: 10px 15px 10px 15px !important;
        font-size: 20px !important;
    }

    #buttonAdConnect {
        padding: 5px 15px 5px 15px !important;
        font-size: 16px !important;
    }
    #buttonUnmute {
        padding: 5px 15px 5px 15px !important;
        font-size: 16px !important;
    }

    .ad-control-box {
        height: 130px;
    }

    /*#buttonWelcomeCounter {
        padding: 5px 15px 5px 15px !important;
        font-size: 16px !important;
    }

    #buttonWelcomeConnect {
        padding: 10px 15px 10px 15px !important;
        font-size: 20px !important;
    }*/
}




#buttonWelcomeConnect {
    padding: 12px 100px 12px 100px;
    font-size: 32px;
    transform: translate3d(0,0,0);
    opacity: 1;
    overflow: hidden;
    font-weight: 700;
    /*position: relative;
    display: inline-block;
    box-sizing: border-box;*/
    border: none;
    /*transition: background .2s,color .2s;*/
    background-color: #2f68a3 !important;
    background-image: linear-gradient(top,#3e8abd,#2f68a3) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e8abd',endColorstr='#2f68a3') !important;
    background: -ms-linear-gradient(top,#3e8abd,#2f68a3) !important;
    background: -moz-linear-gradient(top,#3e8abd,#2f68a3) !important;
    background: -o-linear-gradient(top,#3e8abd,#2f68a3) !important;
    background: -webkit-linear-gradient(top,#3e8abd,#2f68a3) !important;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#3e8abd),color-stop(1,#2f68a3)) !important;
    color: #fff !important;
    border-radius: 6px;
    transition: .3s;
}

#buttonWelcomeCounter {
    font-size: 20px;
    box-sizing: border-box;
    padding: 8px 20px 8px 20px;
    transform: translate3d(0,0,0);
    /*transition: background .2s,color .2s;*/
    border-radius: 4px;
    text-shadow: none;
    color: #eeefef;
    border: 1px solid #eeefef;
    background: 0 0;
    transition: .3s;
}











.ad-button-separator {
    height: 15px !important;
    white-space: nowrap;
    width: 100%;
}


#remaining_time {
    position: absolute;
    margin-top: 10px;
    /*margin-left: 320px;  */
    width: 100%;
    height: 20px;
    /*background: rgba(0, 0, 0, 0.8);*/
    z-index: 1500;
    color: #fff;
    font-size: 16px;
    text-shadow: 1px 1px 4px black;
}






#click_to_continue_enabled {
    position: absolute;
    margin-top: 10px;
    margin-left: 20px;
    width: 250px;
    height: 30px;
    text-align: left;
    /*background: rgba(0, 0, 0, 0.8);*/
    z-index: 1500;
    /*padding-top: 10px;
        border: 1px solid #fff;*/
    text-shadow: 1px 1px 4px black;
}

    #click_to_continue_enabled a {
        color: #fff;
        font-size: 26px;
        font-weight: 700;
        text-shadow: 1px 1px 4px black;
    }

.white-background {
    background-color: white, 0.8;
}

.no-background {
    background-color: transparent;
}

#click_to_continue_enabled2 {
    position: absolute;
    margin-top: -50px;
    margin-left: 0;
    width: 160px;
    height: 40px;
    z-index: 1501;
    /*padding-top: 10px;*/
}








.splashtabs {
    font-size: 20px;
    min-width: 138px;
}

.nav-tabs {
    border-bottom: 2px solid #f0f3f5;
}

.nav-tabs > li > a {
    border: none;
    color: #666;
}

.nav-tabs > li > a {
    border-radius: 0;
    color: #333;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 2px 2px 0 0;
    background-color: #ffffff00 !important;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 9px 10px 10px;
}

.nav-tabs > li > a::after {
    content: "";
    background: #4285f4;
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -1px;
    transition: all 250ms ease 0s;
    transform: scale(0);
}

.card {
    /*background: #f0f3f5 none repeat scroll 0% 0%;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);*/
    margin-bottom: 30px;
}

.nav-tabs > li.active > a {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-top-width: 0 !important;
    margin-top: 0 !important;
    font-weight: 400;
}






/*novi tab*/

.nav-tabs {
    border-bottom: 2px solid #f0f3f5;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border-width: 0;
}

.nav-tabs > li > a {
    border: none;
    color: #666;
}

.nav-tabs > li.active > a, .nav-tabs > li > a:hover {
    border: none;
    color: #4285F4 !important;
    background: transparent;
}

.nav-tabs > li > a::after {
    content: "";
    background: #4285F4;
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -1px;
    transition: all 250ms ease 0s;
    transform: scale(0);
}

.nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after {
    transform: scale(1);
}

.tab-nav > li > a::after {
    background: #21527d none repeat scroll 0% 0%;
    color: #f0f3f5;
}

.tabswell200 {
    text-align: center;
    width: 200px;
}

.tabswell250 {
    text-align: center;
    width: 250px;
}

.navwell {
    margin-bottom: 30px !important;
    text-transform: uppercase;
}

.navshadow {
    box-shadow: 0 3px 4px 0px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}


.nav-tabs > li {
    float: none;
    display: inline-block;
    zoom: 1;
}

.nav-tabs {
    text-align: center;
}

/*.nav-tabs > li.active > a {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-top-width: 0 !important;
    margin-top: 0 !important;
    font-weight: 400;
}

.nav-tabs > li.active > a, .nav-tabs > li > a:hover {
    border: none;
    color: #4285f4 !important;
    background: transparent;
}

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        border-width: 0;
    }

.nav-tabs > li.active > a {
    -webkit-box-shadow: 0 -2px 0 #57889c;
    -moz-box-shadow: 0 -2px 0 #57889c;
    box-shadow: 0 -2px 0 #57889c;
    border-top-width: 0 !important;
    margin-top: 1px !important;
    font-weight: 700;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-tabs > li > a {
    border: none;
    color: #666;
}

.nav-tabs > li > a {
    border-radius: 0;
    color: #333;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 2px 2px 0 0;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 9px 10px 10px;
}*/










.btn-plan.active, .btn-plan.focus, .btn-plan:active, .btn-plan:focus, .btn-plan:hover, .open > .dropdown-toggle.btn-plan {
    color: #FFF !important;
    filter: brightness(0.85);

    /*background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#4fa5c8),color-stop(1,#3c82b3)) !important;*/
    /*background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#51c84f),color-stop(1,#298c28)) !important;*/  /*green*/
}

.btn-plan {
    border: 1px solid #AAA;
    border-left: none;
    border-right: none;
    height: 65px;
    padding-top: 3px !important;
}

.plan-box-left {
    float: left;
    width: 73%;
    height: 45px;
    padding-bottom: 2px;
}

.plan-box-right {
    height: 60px !important;
    float: right;
    width: 27%;
    margin-top: -2px;
    padding-bottom: 2px;
    text-align: right;
    overflow: hidden;
}

.plan-title {
    font-size: 20px;
    float: left; /* font-weight: 700!important; */
    /*margin: -3px 0 0 0; /* text-transform: uppercase; */
    max-width: 100%;
    overflow: hidden;
    font-family: "Roboto Condensed", Roboto, Arial, Helvetica;
}

.plan-desc {
    /*color: gray;*/
    font-size: 12px;
    float: left; /* font-weight: 700!important; */
    margin: -1px 0 0 0; /* text-transform: uppercase; */
    max-width: 110%;
    white-space: normal;
    height: 40px;
    overflow: hidden;
    line-height: 14px;
}

.plan-note {
    float: right;
    margin: -2px 0 0 0 !important;
    max-width: 110%;
    white-space: normal;
    height: 40px;
    overflow: hidden;
    line-height: 14px;
    font-size: 14px;
    font-weight: 700 !important;
    margin: -4px 0 0 0;
}


.plan-item-separator {
    width: 100%;
    height: 0px;
    clear: both;
}

.plan-item-top {
    font-size: 22px;
    font-weight: 700 !important;
    margin-top: -2px;
}

.loginMethodsButton {
    height: 44px;
    margin: 8px;
    padding: 10px 16px;
    font-size: 16px;
    line-height: 21px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 260px;
    text-align: center;
}
.loginMethodsButton i:after {
    content: "";
    position: absolute;
    top: -8px;
    left: 30px;
    width: 1px;
    height: 36px;
    background: #ccc;
    background: rgba(255,255,255,.3);
}

.loginMethodsButton i {
    text-align: center;
    /* padding-right: 27px; */
    font-size: 21px;
    line-height: 21px;
    vertical-align: top;
    width: 25px;
    float: left;
}

.gobackbutton {
    font-size: 17px;
}

.noround {
    border-radius: 0px;
}

.buttonDarkTheme {
    width: 50px;
    
    /*color: #ececec; border: 0px; padding: 7px 0px;*/
}

.buttonLightTheme {
    width: 50px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #000;
    
    padding: 7px 0px;
}