@font-face {
    font-family: "Univers";
    src: url(../fonts/univers.eot?#iefix);
    src: url(../fonts/univers.eot?#iefix) format("eot"),
    url(../fonts/univers.woff2) format("woff2"),
    url(../fonts/univers.woff) format("woff"),
    url(../fonts/univers.ttf) format("truetype"),
    url(../fonts/univers.svg#univers) format("svg");
    font-weight: 300;
    font-style: normal
}

button:focus,
a:focus {
    outline: 0 !important;
}

body {
    background: #f9f9fc;
    font-family: "Univers";
}

body, h1, h2, h3, h4, h5, h6 {
    font-family: "Univers";
    font-weight: normal;
}
.qrcodeReportsPage,
.qrcodeReportsPage h1{
    font-family: "Univers";
}
a {
    color: #444444;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none !important;
}
.pagetitle{
    font-family: "Univers";
    color: #0045b7;
}
label {
    font-weight: normal;
}

.topBar {
}

.topBar li a {
    color: #fff;
    text-transform: uppercase;

}

.companyLogo {
    padding: 10px 0;
}

.companyLogo img.img-responsive {
    max-height: 85px;
}

.navbar-brand {
    float: left;
    padding: 10px 0;
    height: auto;
}

.navbarWrapper {
    background-color: #0045B7;
    padding: 15px 0;
}

.navbar {
    min-height: auto;
    margin-bottom: 0;
    border: 0;
}

.navbar-nav > li > a {
    color: #fff;
    font-size: 14px;
    padding: 8px 19px !important;
    margin-left: 2px;
    text-shadow: unset;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    border: 1px solid #0a5a9a;
    font-weight: 500;
    background-color: #0a5a9a;
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #fff;
    color: #0045b7;
}

.reportContent {
    font-size: 20px;
    padding-top: 25px;
    line-height: 25px;

}

.reportContent label {
    color: #00388b;
    font-family: "Univers", sans-serif;
    margin-bottom: 0;
}

.reportFiles {
    border-top: 1px solid #f2f2f2;
    margin-top: 10px;
}

.reportFiles li a i {
    color: #00388b;
}

.reportFiles li {
    padding: 4px 0;
}

.blue-bg {
    background-color: #0045ac;
    color: #fff;
}

.white-bg {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
    box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
    background-color: #ffffff;
}

.content h1 {
    font-family: "Univers", sans-serif;
    font-size: 26px;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 10px;
}

.content h3 {
    font-size: 21px;
    color: #0045ac;
    text-transform: uppercase;
    font-family: "Univers", sans-serif;
}

.content h4 {
    font-size: 18px;
    color: #222;
    text-transform: uppercase;
    font-family: "Univers", sans-serif;
}

.content,
.content p {
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #565656;
}

.content ul {
    list-style: none;
    padding: 0;
}

.content ul li {
    padding-left: 5px;
    line-height: 20px;
}

.content ul li:before {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 10px;
    color: #d2d0d0;
    font-size: 14px;
    position: relative;
    top: 0px;
}
.main-bg{
    background: #0045ac;
    color: #fff;
}
.yellow-bg{
    background: #f0a006;
    color: #fff;
}
.grey-bg{
    background-color: #f2f2f2;
    color: #333;
}
.red-bg{
    color: #fff;
    background-color: #c61226;
}
.btn.main {
    background: #0045ac;
    color: #fff;
}
.portlet.main, .portlet.box.main>.portlet-title, .portlet>.portlet-body.main {
    background-color: #0045ac;
}
.portlet.main>.portlet-title>.caption>i {
    color: #fff;
}
.sideBar {
    font-size: 13px;
}

.sideBar h2 {
    font-family: "Univers", sans-serif;
    font-size: 21px;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 10px;
}

.sideBar .eventSummary label {
    min-width: 100px;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 12px;
    text-align: right;
    color: #666;
}

.sideBar .eventSummary li {
    line-height: 33px;
    font-family: Arial, sans-serif;
}

.sideBar .eventSummary li:last-child {
    border-bottom: 0;
}

.sideBar .eventSummary li:nth-child(odd) {
    background-color: #f8f8f8;
}

.sideBar .eventSummary li:nth-child(even) {
    background-color: #fff;
}

.alert {
    position: relative;
    margin-bottom: 10px;
    padding: 20px 35px 20px 77px;
    color: #0045ac;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 15px;
    text-shadow: none;
}

.alert .alert-market,
.alert .alert-icon {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 60px;
    height: 100%;
}

.alert-info,
.alert-success {
    background-color: rgb(241, 241, 241);
    background-image: none;
}

.alert-block.alert-success {
    background-color: rgb(152, 193, 254);
    background-image: none;
    color: #fff;
    margin-bottom: 0;
}

.alert-block.alert-danger {
    background-color: #f00;
    background-image: none;
    color: #fff;
    margin-bottom: 0;
}

.alert-block.alert-danger .alert-icon {
    background-color: #f00;
}

.alert-block.alert-success .close,
.alert-block.alert-danger .close {
    display: none;
}

.alert-info .alert-market,
.alert .alert-icon {
    background-color: #0045ac;
}

.alert i {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -11px;
    font-size: 22px;
    text-align: center;
    color: #ffffff;
}

.katilimci_3,
.katilimci_5 {
    background-color: #efefef;
}

/* Slider
----------------------------------------------------------*/
.rev_slider_wrapper, .forcefullwidth_wrapper_tp_banner {
    max-height: 640px !important;
    height: 600px;
}

.tp-bannertimer {
    display: none;
}

.rev_slider_wrapper.sliderContents {
    max-height: 400px !important;
}

.rev_slider .tp-caption {
    white-space: nowrap;
    font-size: 42px;
    color: #fff;
    visibility: inherit;
    transition: none;
    line-height: 60px;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    opacity: 1;
    transform-origin: 50% 50% 0px;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}

.rev_slider .tp-caption span {
    color: #fff;
    font-size: 120px;
}

.rev_slider .tp-caption p {
    font-size: 14px;
    color: #252525;
    text-align: right;
    line-height: 25px;
}

.rev_slider .ot-btn {
    margin-bottom: 0 !important;
    width: 155px;
}

.slider-home-1 .tparrows {
    background: transparent;
}

.slider-home-1 .tparrows:hover {
    background: transparent;
}

.slider-home-1 .tparrows:before {
    content: "";
    display: block;
    width: 20px;
    height: 37px;
}

.slider-home-1 .tparrows.tp-leftarrow:before {
    content: "";
    background: url("../assets/Left.png");
}

.slider-home-1 .tparrows.tp-rightarrow:before {
    content: "";
    background: url("../assets/Right.png");
}

.rev-scroll-btn {
    z-index: 7;
    border-color: rgba(255, 255, 255, 0.3);
    border-style: solid;
    border-width: 2px;
    border-radius: 23px 23px 23px 23px;
    box-sizing: border-box;
}

.rev-scroll-btn span {
    border-radius: 100%;
    background: rgba(225, 255, 255, 0.9);
}

.tp-kbimg-wrap img {
    width: auto !important;
    height: 100% !important;
}

.filterSelection .heading {
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    border-bottom: 1px solid #ebedf2;
    margin-bottom: 15px;
    background: #f7f8fa;
    text-transform: uppercase;
}

.panel {
    -webkit-box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05) !important;
    box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05) !important;
    background-color: #ffffff;
}

.navbar-toggle .icon-bar {
    background-color: #585858;
}

.tekrarlanacak{
    background-color: #f0a006 !important;;
}
.basarili{
    background-color: #1b7e1d !important;;
}
.basarisiz{
    background-color: #c61226 !important;;
}

.portlet.light .dataTables_wrapper .dt-buttons {
    margin-top: -64px;
    margin-right: 70px;
}
#go_up {
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: fixed;
    bottom: 105%;
    left: 0;
    font-size: 16px;
    border-radius: 4px;
    z-index: 999;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    background: #0045b7;
    transition: 1s ease;
    border: none;
}

#go_up.open {
    bottom: 0;
}