﻿
.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;
}
.Ssimg {
    width: 80px;
    height: 80px;
    /*width: 270px;
    height: 250px;*/
}
.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: 50px;
}
.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;
    }

   
} 
/*a{
        position:relative;
        display:inline-block;
        padding:8px 8px;
        color:#2196f3;
        text-transform:uppercase;
        letter-spacing:0px;
        text-decoration:none;
        font-size:16px;
        overflow:hidden;
        transition:0.2s;
}
    a:hover {
        color: #255784;
        background: #2196f3;
        box-shadow: 0 0 10px #2196f3, 0 0 40px #2196f3, 0 0 80px #2196f3;
        transition-delay: 0.5s;
    }
 a span{
     position:absolute;
     display:block;
 }
 a span:nth-child(1){
     top:0;
     left:-100%;
     width:100%;
     height:2px;
     background:linear-gradient(360deg,transparent,#f6fad7);

 }
    a:hover span:nth-child(1) {
        left:100%;
        transition:1s;
    }
    a span:nth-child(3) {
        bottom: 0;
        right: -100%;
        width: 100%;
        height: 2px;
        background: linear-gradient(270deg,transparent,#f6fad7);
    }

    a:hover span:nth-child(3) {
        left: 100%;
        transition: 1s;
        transition-delay:0.5s;
    }
    a span:nth-child(2) {
        top: -100%;
        right: 0;
        width: 2px%;
        height: 100%;
        background: linear-gradient(180deg,transparent,#f6fad7);
    }

    a:hover span:nth-child(2) {
        top: 100%;
        transition: 1s;
        transition-delay: 0.25s;
    }
    a span:nth-child(4) {
        bottom: -100%;
        left: 0;
        width: 2px%;
        height: 100%;
        background: linear-gradient(360deg,transparent,#f6fad7);
    }

    a:hover span:nth-child(4) {
        bottom: 100%;
        transition: 1s;
        transition-delay: 0.75s;
    }
*/
.navbar-inverse .navbar-nav > li > a {
    color: white;
}
textarea{
    width:300px;
    height:100px;
}
.redClass {
    background-color: red !important;
}
