@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&subset=latin-ext');

html, body {
    margin:0px;
    padding:0px;
    background:#ffffff;
    font-family: 'Roboto Condensed', Tahoma;
    font-size:15px;
    width:100%;
    height:100%;
}

html *, body * {
    font-family: 'Roboto Condensed', Tahoma;
}

@font-face {
  font-family: 'Glyphs';
  src:  url('../../assets/fonts/glyphicons-halflings-regular.woff2') format('woff2'),
        url('../../assets/fonts/glyphicons-halflings-regular.woff') format('woff');
}

.glyphicon {
    font-family: 'Glyphs', sans-serif !important;
}

a img {
    text-decoration:none !important;
    border:none !important;
    outline:none !important;
}

.hometable {
    display:table;
    width:100%;
    height:100%;
}

.hometd {
    display:table-cell;
    width:100%;
    height:100%;
    text-align:center;
    vertical-align:middle;
}

.homebox {
    width:444px;
    margin:0px auto;
    padding:15px;
    margin-bottom:60px;
}

.logo {
    display:block;
    margin-bottom:15px;
}

.logo img {
    max-width:100%;
}

.roundy {
    border-radius:3px !important;
    padding:13px;
}

.npleft {
    padding-left:0px;
}

.npright {
    padding-right:0px;
}

.lpright {
    padding-right:5px !important;
}

.srcinp {
    padding:20px 15px;
    border-radius:3px;
    padding-left:46px;
    background:url(../img/search.png) no-repeat left 15px center;
    background-size:18px 18px;
    font-size:18px;
}

.ttlab {
    display:block;
}

.footer {
    margin-top:30px;
    font-size:13px;
}

.footer a {
    font-size:13px;
    color:#d43f3a;
}

.footer a:hover, .footer a:active, .footer a:focus {
    text-decoration:underline !important;
}

textarea: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 {   
  border-color: #d43f3a !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #d43f3a;
  outline: 0 none;
}

.container-fluid {
    margin-left:15px;
    margin-right:15px;
}

.logo.low img {
    height:60px;
}

.row.header {
    margin-top:15px;
    margin-bottom:15px;
    border-bottom:2px solid #d43f3a;
}

.header .col-md-6 {
    padding:0px;
}

.restxt {
    text-align:right;
}

.ptop15 {
    padding-top:10px;
}

.resulttitle {
    color:#999;
    display:block;
    padding-bottom:15px;
}

.result {
    border-bottom:1px solid #f2f2f2;
    margin-top:15px;
    padding-bottom:15px;
}

.result.single {
    margin-top:0px;
    border:none !important;
}

.result h1 {
    margin:0px;
    padding:0px;
    font-size:21px;
    color:#d43f3a;
}

.result.single h1 {
    margin-bottom:15px;
}

.result h1 a {
    color:#d43f3a;
    text-decoration:none;
}

.result h1 a:hover, .result h1 a:focus, .result h1 a:active {
    text-decoration:underline !important;
}

.result p {
    margin:0px;
    padding:5px 0px;
}

#pgnt {
    padding-top:15px;
}

.btn-null {
    border:1px transparent !important;
    text-align:left !important;
    padding-left:0px !important;
}

.btn-null:hover, .btn-null:focus, .btn-null:active {
    background:none !important;
}

.detayfooter {
    border-top:1px solid #f2f2f2;
    padding-top:15px;
    margin-bottom:30px;
}

.detayfooter a {
    color:#d43f3a;
    cursor:pointer;
    cursor:hand;
}

.relat {
    position:relative;
}

.open {
    position:absolute;
    border:1px solid #e2e2e2;
    width: calc(100% - 49px);
    left:30px;
    top:42px;
    border-color: #d43f3a !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #d43f3a;
    border-top:none !important;
    z-index:999;
    background:#ffffff;
    max-height:200px;
    overflow:auto !important;
}

.open a {
    display:block;
    padding:7px 15px;
    border-bottom:1px solid #e2e2e2;
    text-align:left;
    color:#333;
    font-size:15px;
    font-weight:bold;
}

.open a em {
    float:right;
    font-weight:normal;
}

.opensrc {
    display:block;
    padding:7px 15px;
    text-align:left;
    font-weight:normal;
}

.opensrc.imaged {
    padding-left:47px;
    background:url(../img/ajax-loader.gif) no-repeat left 15px center;
}

.modal-title {
    margin:0px;
    padding:0px;
    font-size:21px;
    float:left;
}

.modal-header button {
    float:right;
}

.modal-header button span {
    color:red;
    font-size:31px;
    font-weight:bold;
}

.detayfirstline {
    padding:15px;
    border:1px solid #e2e2e2;
    background:#f2f2f2;
}

.detaydetails {
    max-height:300px;
    overflow:auto;
    margin-top:15px;
    padding-left:15px;
    padding-right:15px;
}

.detaydetails h2:first-child {
    margin-top:0px !important;
    padding-top:0px !important;
}

.detaydetails.full {
    max-height: 99999px;
    overflow: visible;
}

.detayfullpage {
    display:inline-block;
    font-weight:normal;
    text-align:left;
    font-size:15px;
    color:#d43f3a;
}

.detayfullpage a {
    text-decoration: none !important;
    color:#d43f3a;
}

.marbot30 {
    padding-bottom:30px;
}

.modal-body, .result.single {
    -moz-user-select: none;  
    -webkit-user-select: none;  
    -ms-user-select: none;  
    -o-user-select: none;  
    user-select: none;
}

@media(max-width:999px) {
    .homebox {
        width:100%;
    }
    
    .mobhide {
        display:none;
    }
    
    .logo.low {
        display:block;
        text-align:center;
    }
    
    .detaydetails {
        padding-left:0px;
        padding-right:0px;
    }
    
    .result.single h1 {
        text-align:center;
    }
    
    .mobpadbot {
        padding-bottom:15px;
    }
    
    .mobpadright {
        padding-right:5px;
    }
}