﻿html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

.mbox {
    width: 100%;
    max-width: 100%;
    display: block;
    /*padding: 4px;*/
    padding: 8px 15px;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.retLt1 {
    color: red;
}

.navbar-brand > img {
    display: block;
    margin-top: -6px;
}

.carousel-inner img {
    width: 100%;
    height: 100%;
}

.carousel-control.right {
    right: 0px;
    left: auto;
    background-image: none;
}

.carousel-control.left {
    right: auto;
    left: 0px;
    background-image: none;
}

.myTest {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #222;
    border-color: #080808;
}

.mylt {
    background-color: #f6f6f6;
    clear: both;
    padding: 20px 0 20px;
}

a:link, a:visited {
    color: #444;
    text-decoration: none;
}

a:hover {
    color: blue;
}

.btn-outline {
    color: #563d7c;
    background-color: transparent;
    border-color: #563d7c;
}

.btn-primary1 {
    color: blueviolet;
    background-color: initial;
    border-color: #2e6da4;
}

.navbar {
    min-height: 40px;
    margin-bottom: 0px;
    border: 1px solid transparent;
}

.nav-tabs li a {
    line-height: 2;
}

.nav-tabs .active a {
    border-top: solid 2px #3498db !important;
}


.breadcrumb {
    padding: -2px 15px;
    margin-bottom: 20px;
    list-style: none;
    /* background-color: #f5f5f5; */
    border-radius: 4px;
}

.newright {
    background: #fff;
    padding: 10px 10px;
    margin-bottom: 10px;
}

.zmbox {
    padding: 10px 10px;
    background: #fff;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

.title {
    margin-top: 0;
    padding-bottom: 7px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 21px;
    position: relative;
}

.table > tbody > tr > td {
    border: none
}



.info-box {
    display: block;
    min-height: 90px;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    border-radius: 2px;
    margin-bottom: 15px;
}

.form-control {
    border: 0;
    border-bottom: 1px solid #ebebeb;
    webkit-box-shadow: none;
    box-shadow: none;
}

    .form-control:focus {
        border-color: #fff;
        border-bottom: 1px solid #ebebeb;
        /*border-left: 3px solid #808080;
    border-right: 2px solid #ff000c;*/
        /*webkit-box-shadow:none;*/
        box-shadow: none;
    }

ul, ol {
    padding: 0;
    /*margin: 0 0 10px 25px;*/
    list-style-type: none;
    /*background: #fff;*/
}
