﻿/* Set padding to keep content from hitting the edges */
.body-content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}
@font-face {
    font-family: 'nrt-bd';
    src: url('../fonts/nrt-bd.ttf') format('truetype');
}

* {
    font-family: 'nrt-bd', nrt-bd;
    font-style: normal;
    font-weight: 400;
    font-size:medium;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.navbar-default {
    background-color: #bebdbf;
    background-color: blueviolet;
    border-color: #f7f4e7;
}

input.myClass {
    width: 20px;
}

a {
    color: steelblue;
    text-decoration: none;
    margin-right: 15px;
}

.navbar-default .navbar-nav > li > a {
    color: #fdfcf7;
}

.Simg {
    width: 220px;
    height: 220px;
}

.Dimg {
    width: 100%;
    margin: 2px;
}

.hdimg {
    width: 150px;
    height: 80px;
}

.logimg {
    width: 80px;
    height: 80px;
}
.logimg1 {
    /*width: 500px;*/
    height: 100px;
}
#row-rev {
    border: 1px solid #c3c3c3;
    display: flex;
    flex-direction: row-reverse;
}

.indexmargin {
    padding-left: 10px;
    margin-left: 15px;
}

.myfooter {
    background-color: burlywood;
    padding-top: 1px;
    padding-bottom: 1px;
    height: 30px;
    margin-bottom: 0px;
    margin-top: 1px;
}

.subfooter {
    background-color: blueviolet;
    color: white;
    font-size: x-large;
    /*text-align: center;*/
    padding-top: 1px;
    padding-bottom: 2px;
}

.pad {
    margin-top: 10px;
}

.imglogo {
    height: 50px;
    width: 75px;
}

.rek {
    width: 100%;
    /*height: 250px;*/
    margin-right: 1px;
    margin-left: 1px;
    margin-top: 1px;
    margin-bottom: 1px;
}

.col-md-4 {
    width: 31.33333333%;
}

.stl_h {
    color: burlywood;
    padding-right: 25px;
}

.logoclr {
    color: black;
    background-color: orange;
}

.p_right {
    text-align: right;
}
/*table{
    text-align:center;
    table-layout:fixed;
}
table, tr, td {
    border-collapse: collapse;
    background: linear-gradient(top, #fdfcf7 0%, aqua 100%);
    background: -webkit-linear-gradient(top, #fdfcf7 0%, aqua 100%);
}
table, th {
    border-collapse: collapse;
    background: linear-gradient(top, #fdfcf7 0%, antiquewhite 100%);
    background: -webkit-linear-gradient(top, #fdfcf7 0%, antiquewhite 100%);
}
.thumbnail {
    margin-bottom:0px;
}*/
/*/////////////*/
.zoom {
    padding: 0px;
    background-color: green;
    /*transition: transform .2s;*/
    width: 80px;
    height: 80px;
    margin: 0 auto;
}


    .zoom:hover {
        -ms-transform: scale(5.5); /* IE 9 */
        -webkit-transform: scale(5.5); /* Safari 3-8 */
        transform: scale(5.5);
        transform-origin: bottom left;
        /*transform-style: preserve-3d;*/
    }

.pmarq {
    font-family: Impact;
    font-size: 18pt;
    width: 900px;
}

body {
    background-position-y: 50px;
    background-repeat: repeat;
    background-size: cover;
}

.dl-horizontal dt {
    width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

table {
    text-align: center;
    table-layout: initial;
}
/*table, tr, td {
    border-collapse: collapse;
    background: linear-gradient(top, #fdfcf7 0%, aqua 100%);
    background: -webkit-linear-gradient(top, #fdfcf7 0%, aqua 100%);
}
table, th {
    border-collapse: collapse;
    background: linear-gradient(top, #fdfcf7 0%, antiquewhite 100%);
    background: -webkit-linear-gradient(top, #fdfcf7 0%, antiquewhite 100%);
}*/
.thumbnail {
    margin-bottom: 0px;
}

thead tr {
    background: lightblue;
}

.widthpaper {
    width: 800px;
    padding: 10px;
}

.table-bordered {
    border: 4px groove #d0b3b3;
    border-top-color: rgb(221, 221, 221);
    /*border-top-style: solid;*/
    border-top-style: groove;
    border-top-width: 4px;
    border-right-color: rgb(221, 221, 221);
    border-right-style: groove;
    border-right-width: 4px;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-style: groove;
    border-bottom-width: 4px;
    border-left-color: rgb(221, 221, 221);
    border-left-style: groove;
    border-left-width: 4px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
}

    .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        border: 4px groove #d0b3b3;
    }

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.verticalTxt_lr {
    writing-mode: vertical-lr;
}

.verticalTxt_rl {
    writing-mode: vertical-rl;
}

.rotate {
    transform: rotateZ(270deg);
    transform-origin: 50% 50%;
}

.ui-datepicker {
    width: 20em;
    padding: .2em .2em 0;
    display: none;
    background-color: antiquewhite;
}

    .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
        position: absolute;
        top: 2px;
        width: 1.8em;
        height: 1.8em;
        background: aqua;
        margin: auto;
    }

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
    background: aqua;
}

.ui-slider {
    position: relative;
    text-align: left;
    background: black;
}

th {
    text-align: center
}

/*neon*/
.glow {
    font-size: 20px;
    color: #fff;
    text-align: center;
    -webkit-animation: glow 1s ease-in-out infinite alternate;
    -moz-animation: glow 1s ease-in-out infinite alternate;
    animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
    }

    to {
        text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
    }
}

.navbar-inverse .navbar-nav > li > a {
    color: white;
}

textarea {
    width: 300px;
    height: 100px;
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
}

.redClass {
    background-color: red !important;
}

@media print {
    html, body {
        height: auto;
    }

    .dt-print-table, .dt-print-table thead, .dt-print-table th, .dt-print-table tr {
        border: 0 none !important;
    }
}

.hidden {
    display: none !important;
} 