/* 
    Created on : Jan 11, 2018, 7:42:23 AM
    Author     : Rafail
*/

body {   
    /*font-family: 'Roboto', sans-serif;*/
    font-family: Tahoma, Geneva, sans-serif;
}

.footer {
    margin-top: 10px;
    margin-bottom: 0px;
    background-image: linear-gradient(to bottom,#3c3c3c 0,#222 100%);
    color: white;
}

.footer h4 {
    padding-bottom: 6px;
    border-bottom: 1px solid #313131;
    margin-bottom: 10px;
    /*
    color: #ccc;
    font-size: 15px;
    */
}

.footer p {
    font-size: 18px;
    margin-bottom: 4px;
}

.header {
    padding-top: 1px;
    padding-bottom: 1px;
    width: 100%;
    margin-left: 0px;
}

.address_line {
    font-style: oblique;
    font-weight: bold;
    font-size: 20px;
    text-align: right;    
}

.img-link
{
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);   

}

.img-link:hover
{
    box-shadow: 0px 0px 150px #000000;
    z-index: 1000;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 200ms ease-in;
    transform: scale(1.5);
    position:relative;
    background-color: black;
}

.btnlink {
    font-weight: 700;
}

/* The sidebar menu */
.sidenav {
    /*height: 100%;  Full-height: remove this if you want "auto" height */
    /* width: 145px; Set the width of the sidebar */
    position: fixed; /* Fixed Sidebar (stay in place on scroll) */
    z-index: 1; /* Stay on top */
    top: 20%; /* Stay at the top */
    right: 0;
    background-color: rgb(190,190,190);
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 5px;
}

/* The navigation menu links */
.sidenav a {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 20px;
    /*font-weight: 700;*/
    color: #428bca;
    display: block;
    border-bottom: solid 3px white; 
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #f1f1f1;
}


.col-xs-3, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6 {
    padding-left: 5px;
    padding-right: 5px;
}

.regdiv {
    margin-top: 0px;
}

.navbar {
    min-height: 30px;
}

.nav-bar-set-car
{
   padding-top: 10px;
    padding-bottom: 10px;
    background-color: #000 !important;
    border: 0px !important;
    border-radius: 0px !important;
    margin: 0px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:1000; 
}

.cntr {
    text-align: center;
}

.review {
    border: solid 1px gray;
    height: 300px;
    overflow-y: auto;
    border-radius: 10px;  
    background-color: #F0F0F0;
}


.review_top {
    margin: 15px 40px 40px 40px;
    min-height: 300px;
}

.carousel-indicators {
    bottom: 0px;
}

.carousel-indicators li {
    border-color: black;
}

.carousel-indicators .active {
    background-color: black;
    border-color: black;
}

.checked {
    color: orange;
}

.set-socila-i i
{
    width: 36px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #000;
    font-size: 21px;
    text-align: center;
    background-color: #F0F0F0; 
}

.set-socila-i i:hover
{
    width: 36px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #000;
    font-size: 21px;
    text-align: center;
    color: #fff !important;
    background-color: #fa2837; 

}

@media(max-width: 768px)
{
    .set-margin-col-m
    {
        margin-top: 6%;
    }

    .set-inline-display
    {
    display: inline !important;
    width: 100%;
    text-align: justify;
    }
    .client-review button
    {
        background-color: #000 !important;
        border: 0px !important;
        border-radius: 0px !important;
        width: 100% !important;
        padding-top: 1%;
        padding-bottom: 1%;
        font-size: 20px !important;
        color: #fff !important;

    }
    .table-int {
        font-size: 12px;
    }
}

.line1 {
    font-size: large;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: 560;   
}

.line1_small {
    font-size: small;
}

.set-socila-is i
{
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #000;
    font-size: 20px;
    text-align: center;
}

.set-socila-is i:hover
{
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #000;
    font-size: 20px;
    text-align: center;
    color: #fff !important;
    background-color: #fa2837; 

}

.table-int {
    width: 100%;
    color: black;
}

.table-int > thead > tr > th,
.table-int > tbody > tr > th,
.table-int > tfoot > tr > th,
.table-int > thead > tr > td,
.table-int > tbody > tr > td,
.table-int > tfoot > tr > td {
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 2px;
    padding-right: 2px;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 50px;
}

.table-int th {
    width: 35%;
}

.back-to-top {
    position: fixed;
    bottom: 50%;
    right: 0px;
    text-decoration: none;
    color: #000000;
    font-size: 12px;
    display: none;
}

.back-to-top:hover {    
    background-color: rgba(135, 135, 135, 0.50);
}

#menu_bar {
    border-width: 2px 0 1px;
    border-top: solid #6d000e;
    border-bottom: solid #6c6c6c;
    -webkit-box-shadow: rgba(0,0,0,0.15) 0px 10px 10px;
    -moz-box-shadow: rgba(0,0,0,0.15) 0px 10px 10px;
    box-shadow: rgba(0,0,0,0.15) 0px 10px 10px;
}
