﻿/* Image uploader style starts here */
    .hvrbox,
.hvrbox * {
    box-sizing: border-box;
}

.hvrbox {
    position: relative;
    display: inline-block;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

    .hvrbox img {
        max-width: 100%;
        width:100% !important;
    }

    .hvrbox .hvrbox-layer_bottom {
        display: block;
    }

    .hvrbox .hvrbox-layer_top {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        color: #fff;
        padding: 15px;
        -moz-transition: all 0.4s ease-in-out 0s;
        -webkit-transition: all 0.4s ease-in-out 0s;
        -ms-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s;
    }

    .hvrbox:hover .hvrbox-layer_top,
    .hvrbox.active .hvrbox-layer_top {
        opacity: 1;
    }

    .hvrbox .hvrbox-text {
        text-align: center;
        font-size: 18px;
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .hvrbox .hvrbox-text_mobile {
        font-size: 15px;
        border-top: 1px solid rgb(179, 179, 179); /* for old browsers */
        border-top: 1px solid rgba(179, 179, 179, 0.7);
        margin-top: 5px;
        padding-top: 2px;
        display: none;
    }

    .hvrbox.active .hvrbox-text_mobile {
        display: block;
    }

    /* Image uploader style ends here */


.Postback-Loader {
    display:none;
}
.Postback-Loader .Img-Loading {
    width:30px;
    height:30px;
}
.help-block {
    color:orangered;
    font-weight:bold;
}
.compulsoryStar {
   color:red;
}
.prfil-img {
   border-radius:5px;
    border: 1px solid #eee;
   padding:5px;
    transition: box-shadow 1s;
}
.prfil-img:hover {
    box-shadow: 0 0 5px #515151;
}
.imgProfilePhoto {
    height:70px !important;
    width:100% !important;
}
.companyTitleLogo {
   width:150px;
   min-height:75px; max-height:75px;
}
.imgService {

    height:80px;
}
.serviceCaption {

padding-top:70px;
}
.serviceImageBox:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);

  transition: box-shadow 0.3s ease-in-out;

}
.serviceButton {
    height:50px;
    background-color:blueviolet;
    color:white;
    text-decoration:none;
    padding:15px;
}
.requiredStar {
    color:red;
    font-weight:bold;
}

.rightFloat {
float:right;
}
.formHeading{
   border-bottom: 1px solid rgba(204,204,204,.35);
}
.modal-Image {
    width:400px;
    height:400px;
    
}
.grid-Image {
    cursor:pointer;
    
}
.grid-Image:hover {
    box-shadow:5px 5px 5px rgba(0,0,0,0.4);
}
.box-margin {
    margin-bottom:35px;
}
.sliderImage {
    height:406px;
    width:100%;
}
.news-box {
    height:466px;
}
.file-upload-image {
    width:100%;
    height:100%;
}

.swiper-slide {
 position: relative;

}
.sliderTitle {

       float: left;
       position: absolute;
       left:40%;
       top: 55%;
       z-index: 1000;
}
    .sliderTitle h3 {
        color:white;
    }
.imgScreenShot {
    cursor:pointer;
}
.imgScreenShot:hover { 
       -webkit-box-shadow: 3px 3px 5px 6px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    3px 3px 5px 6px #ccc;  /* Firefox 3.5 - 3.6 */
  box-shadow:         3px 3px 5px 6px #ccc; 
   transition: box-shadow 1s;

}
.wdropdown {
    position:relative;
    display:inline-block;
}

.wdropdown-content{
    display:none !important;
    position: absolute !important;
    z-index: 1 !important;
    
    /*left: 71px !important;*/
    /*display: block !important;*/
    width: 100% !important;
    overflow: visible !important;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
    .wdropdown-content li  a {
        background:#39395F !important;
    }
    .wdropdown-content li  a:hover {
        background:#00acc1 !important;
    }
.wdropdown-content li a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.wdropdown-content li a:hover {background-color: #ddd;}

.wdropdown .nestedMenu:hover ul{
    display:block !important;
    
}
.wdropdown:hover {
    overflow:visible;
}
.wdropdown a .nav-text   {
    padding-left:10px;
}

.card-text {
    font-size:12px;
}

/* width */
/*::-webkit-scrollbar {
  width: 10px;
}*/

/* Track */
/*::-webkit-scrollbar-track {
  background: #f1f1f1; 
}*/
 
/* Handle */
/*::-webkit-scrollbar-thumb {
  background: #888; 
}*/

/* Handle on hover */
/*::-webkit-scrollbar-thumb:hover {
  background: #555; 
}*/


::-webkit-scrollbar {
    width: 0.3em;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

.user-card {
position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.user-card {
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 20px 0 rgba(69,90,100,.08);
    box-shadow: 0 1px 20px 0 rgba(69,90,100,.08);
    border: none;
    margin-bottom: 30px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding-top:20px;
}
.card-Image {
border-radius: 50%;
    width: 100%;
    height: 150px;
}
.card-block h4 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
    margin:10px;
}
.card-block p {
    margin:5px;
}
.card-block a {
    margin:10px;
}
.card-block .btn {
    margin-bottom:10px;
}
.addressTabs li.active {
    border:1px solid #ddd;
    border-bottom:none;
}

.upperCase {
  text-transform:uppercase !important;
}

thead input {
    width: 100%;
 }
.counter-box {
    width:100%; 
    text-align:center !important; 
    margin-left:0px;
}
.tableButtons tr td {
 padding:2px !important;
}
.dataTables_length{
    padding-top:5px !important;
}
.topM5{
    margin-top:5px !important;
}

    .page-header.navbar .page-logo .logo-default {
    margin: 7px -25px 0;
    height: 34px;
}
    