
@font-face {
    font-family: 'Comfortaa';
    src: url('../fonts/Comfortaa/Comfortaa-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Comfortaa';
    src: url('../fonts/Comfortaa/Comfortaa-Bold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'Arimo';
    src: url('../fonts/Arimo/Arimo-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Arimo';
    src: url('../fonts/Arimo/Arimo-Italic.ttf') format('truetype');
    font-style: italic;
}

@font-face {
    font-family: 'Arimo';
    src: url('../fonts/Arimo/Arimo-Bold.ttf') format('truetype');
    font-weight: bold;
}

body {
    font: 400 15px 'Arimo', sans-serif!important;
    line-height: 1.8!important;
    color: #818181!important;
    cursor: default!important;
}

.navbar {
    margin-bottom: 0;
    border: 0;
    font-size: 12px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 3.5px;
    border-radius: 0;
    font-family: 'Comfortaa', cursive;
    text-transform: uppercase;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}

.navbar-default .navbar-toggle:focus {
    border-color: transparent;
}

@media (min-width: 1500px) {
    .container{
        width: 1470px;
    }
}

#changeKtDropdown {
    font-size: 18px;
    text-transform: uppercase;
    left: 50%;
    right: auto;
    text-align: center;
    transform: translate(-50%, 0);
}

.rounded-corners {
    border-radius: 5px;
}

h2 {
    font-size: 24px;
    font-weight: 600;
}

h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    margin-bottom: 30px;
}

a , a:hover, a:focus{
    text-decoration: none;
}

.jumbotron {
    padding: 100px 25px;
    font-family: 'Comfortaa', cursive;
    margin: 0;
}

.container-fluid {
    padding: 60px 50px;
}

.btn-navi{
    margin: 15px 0;
}

.btn, a{
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
}

.popover {
    border-radius: 6px;
    border-width: 2px;
    margin-left: -500%;
    max-width: 500px;
}

.popover:hover {
    cursor: default;
}

.popover ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.popover-content {
    size: 15px;
    font-family: 'Comfortaa', cursive
}

.tpv_errInfo {
    color:red;
    font-weight:bold;
    font-size:12px;
}

.form-control[disabled]{
    background-color: inherit!important;
    cursor: default!important;
}

.pagination {
    margin: 0 0 20px 0;
}

.pagination > li > a {
    border: none;
    cursor: pointer;
}

.pagination > .active > a{
    cursor: default;
    color: white!important;
}

.pagination > .active:hover > a{
    cursor: default;
}

.ratingFilterMenu {
    width: 175px;
    max-width: 175px;
    padding: 3px 5px 3px 5px;
    background-color: #FFF;
}

.ratingFilterPanel {
    left:0px !important;
}

.ratingPickerLabel {
    height: 28px;
    width: 50px;
    max-width: 50px;
    font-size: 15px;
    padding: 2px 0px 0px 2px;
}

.ratingFilterPicker {
    width: 115px;
    max-width: 115px;
    padding: 2px 0px 0px 2px;
}

.recommendationFilterLbl {
    font-size:20px;
    width:32px !important;
    height:32px !important;
    line-height:32px !important;
}

.recommendationFilterInput {
    max-height: 32px !important;
    margin:0px 2px 0px 0px !important;
    padding:0px 3px 0px 3px !important;
}

.recommendationFilterInput > div {

}

.recommendationFilterInput input[type="text"] {

}

.sr_gridColumnHeader {
    background-color: #f7f7f7;
}

.sr_gridLoadMaskWrap {
    width:110px;
    height:45px;
    border:1px solid #C6C6C6;
    background-color: #FFF;
}

.sr_gridLoadMaskMsgEl {
    width:110px;
    height:45px;
}

.sr_gridLoadMaskMsgTextEl{
    width:110px;
    height:45px;
    padding:0px;
    background-position: center center;
}

.x-window-header-default {
    background-color: white;
    border-color: #ececec;
}

#tpv_window_header-title-textEl {
    height: 25px !important;
}

.x-window-header-title-default {
    color: #818181;
}

.x-window-default {
    border-color: transparent;
    border-radius: 10px;
}

.x-css-shadow {
    border-radius: 10px;
}

.x-tool-tool-el{
    color: #818181;
}

body > .x-mask {
    background-color: rgba(0, 0, 0, 0.6);
}