/*
 Property of CAMS Inc. All rights reserved.
 Author Rafail Svirski
*/
/* 
    Created on : Dec 27, 2014, 8:28:36 AM
    Author     : Rafail
*/

blockquote {
    padding-left: 120px;
    padding-right: 120px;
}

.margin {
    margin: 3% 0;
}

.gallery img {
    border-radius: 10%;
    opacity:.8;
}

.gallery img:hover {
    opacity:1;
}

.address {
    height: 206px;
}

@media screen and (max-width:460px) {
    .footer .well {
        background: none;
    }
}

.modal .form-group {
    position: relative;
}

.modal input {
  padding-left: 7%;
}

.glyphicon {
    position: absolute;
    top: 29.411765%;
    left: 2%;
    color: #666;
}

#bs-navbar-collapse-1 {
    border: 1px solid rgb(66, 139, 202);
    border-radius: 6px;
}

h2 {
    margin-top: 10px;
}

.list-group-item {
    font-weight: 550;
    font-size: 18px;
    padding-top: 7px;
    padding-bottom: 7px;
    color: rgb(66, 139, 202);
}

a.list-group-item {
    color: rgb(66, 139, 202);
}

.carousel-control {
    width: 5%;
}

.cams_caption {
    margin-top: 0px;
    background-color: #3278b3;
    color: whitesmoke;
    font-family: sans-serif;
    font-weight: 500;
}

#msg_content {
  padding-top: 5px;
  padding-bottom: 0px;
  overflow-y:auto;
  max-height: 600px;
  color: darkblue;
}

.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;
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}

.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 0px;
    font-size: 12px;
    padding: 1em;
}

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

.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;    
}

.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;
}

.regdiv {
    margin-top: 15px;
    border: solid 2px blue;
    border-radius: 10px;  
    padding: 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; 
}

.set-i i
{
    width: 50px;
    height: 50px;
    line-height: 47px;
    border: 2px solid #000000 !important;
    text-align: center;
    border-radius: 100% !important;
    font-size: 20px !important;
}

.set-i i:hover
{
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid !important;
    text-align: center;
    border-radius: 100% !important;
    font-size: 20px !important; 
    background-color: #fa2837 !important;
    color: #fff !important;

}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.img-tr
{
    -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-tr:hover
{
    box-shadow: 0px 0px 150px #000000;
    z-index: 1000;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.2);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.2);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.2);
    transition: all 200ms ease-in;
    transform: scale(1.2);
    position:relative;
}

.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;
}

::-webkit-scrollbar {
    width: 10px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
