﻿.rtl .main-header .navbar {
    margin-right: 0px !important
}

.rtl .content-wrapper, .rtl .main-footer {
    margin-right: 0px !important
}

body {
    background: -webkit-linear-gradient(90deg, #16222A 10%, #3A6073 90%); /* Chrome 10+, Saf5.1+ */
    background: -moz-linear-gradient(90deg, #16222A 10%, #3A6073 90%); /* FF3.6+ */
    background: -ms-linear-gradient(90deg, #16222A 10%, #3A6073 90%); /* IE10 */
    background: -o-linear-gradient(90deg, #16222A 10%, #3A6073 90%); /* Opera 11.10+ */
    background: linear-gradient(90deg, #16222A 10%, #3A6073 90%); /* W3C */
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

@keyframes bganimation {
    0% {
        background-position: -100% -100%, 200% 200%, -100% 200%, 200% -100%;
    }

    50% {
        background-position: 150% 100%, -200% 100%, 100% 0%, 0% 100%;
    }

    100% {
        background-position: -100% -100%, 200% 200%, -100% 200%, 200% -100%;
    }
}

/*.majid {
    background: radial-gradient(ellipse at center, rgba(0,0,255,0.3) 0%, rgba(0,0,0,0) 70%),*/ /* niebieski */
    /*radial-gradient(ellipse at center, rgba(255,0,0,0.3) 0%, rgba(0,0,0,0) 70%),*/ /*czerwony */
    /*radial-gradient(ellipse at center, rgba(0,255,0,0.3) 0%, rgba(0,0,0,0) 70%)*/ /*zielony */
    /*#c3d7db;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 900px 900px, 900px 900px, 900px 900px;
    background-attachment: fixed;
    animation: bganimation 30s infinite;
}*/

.modal-fill, .modal-content {
    transition: 0s !important;
}

td, th {
    /* border: 0px !important;*/
}

.c-right td {
    text-align: right !important;
}

    .c-right td a {
        font-size: 12px !important;
    }

.border-0 td, .border th {
    border: 0px !important;
}

.border-0 td {
    border-bottom: 1px solid gray !important;
}

/* .border th {
            display: none !important;
        }
*/
.btn-rep {
    float: left;
    position: absolute;
    top: -10px;
    right: 172px;
}

.modal-hieght {
    max-height: 312px;
    min-height: 312px;
}

.ui-icon {
    display: none !important;
}

.footercontent {
    position: fixed;
    background-color: rgba(71,70,70,0.64);
    width: 184px;
    height: 149px;
    bottom: -102px;
    left: 84px;
    line-height: 1.5em;
    transition-duration: 0.4s;
    padding-top: 4px;
    padding-right: 17px;
    z-index: 10000;
    text-align: center;
}

.animatipon-zoom {
    animation: pulse-dot 1.75s cubic-bezier(0, 0.47, 0.88, 0.75) -0.4s infinite;
    display: block;
}

.navbar .dropdown-menu a:not(.active) {
    color: none !important;
}

.text-khak {
    color: #878787;
}
