@charset "UTF-8";
/* CSS Document */
body, ul, p, h1, h2, h3 {
    margin: 0px;
    padding: 0px;
}
a {
    text-decoration: none;
}
a:hover, a:focus {
    text-decoration: none;
}
li {
    list-style: none;
}
input{outline:none !important;}

::-webkit-scrollbar-thumb:vertical
{
    width:1px;
    background-color: #ccc;
    -webkit-border-radius: 6px;
}


.modal{    z-index: 99999;}
.container-fluid {
    padding: 0px;
}
.row {
    margin-right: 0px;
    margin-left: 0px;
}
.c:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.form-group {
    margin-bottom: 5px;
}
.btn, .no_radius {
    border-radius: 0px;
}
.w1100 {
    max-width: 1100px;
    margin: 0 auto;
}
.f12 {
    font-size: 12px !important;
}
.cursor, .btn-gold, .btn-iuiga {
    cursor: pointer;
}
.modal-footer, .modal-header {
    border: 0px;
    text-align: center;
}
.nav-justified>li>a {
    border-radius: 0px;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    border-radius: 0px;
}
.modal-content {
    border-radius: 0px;
}
.table tr td {
    vertical-align: middle !important;
}
.text {
    width: 100%;
}
.form-control {
    border-radius: 0px !important;
    box-shadow: none;
}
.form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
}
.w100 {
    width: 100%;
}
.btn {
    text-transform: uppercase
}
.text_hidden {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.tran{
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.Column_path {
    padding: 20px 0px;
    font-weight: 500;
}
.table-bordered>thead>tr>th, .table-bordered>thead>tr>td {
    border-bottom-width: 1px;
}
.lmbanner{height:200px;    margin-top: 80px;}
.lmbanner h1{color: #fff;}
.lmbanner .container{    height:200px;
    position: relative;}
.lmbanner .container h1{    
    position: absolute;
    bottom: 80px;text-shadow: 0px 0px 5px #333;}
















