@import url(https://fonts.googleapis.com/css?family=Oswald:400,300);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
body
{
    font-family: 'Open Sans', sans-serif;
}

.gurdeepoushan .dropdown-menu {
    padding: 6px;
}
.gurdeepoushan .dropdown-menu li a i {
    border: 1px solid;
    border-radius: 50px;
    display: list-item;
    font-size: 19px;
    height: 40px;
    line-height: 36px;
    margin: auto;
    text-align: center;
    width: 40px;
}
.gurdeepoushan .dropdown-menu li {
    float: left;
    text-align: center;
    width: 33%;
}
.gurdeepoushan .dropdown-menu li a {
    border-radius: 7px;
    font-family: oswald;

    transition: all 0.3s ease-in-out 0s;
    color: #333
}

/*.gurdeepoushan .dropdown-menu li a:hover{
    background: #304445 none repeat scroll 0 0 !important;
    color: #fff;
}*/

/* Content Wrapper */
.content-wrap {
    height: 90%;
    overflow: auto;
}

/* Conversation Item */
.conversation {
    text-align: left;
    padding: 15px 10px 10px;
    border-bottom: 1px solid #ddd;
    width: 100%;
    margin-top: 12px;

    transition: background-color 0.5s ease;
}
/* Conversation Properties */
.conversation:hover {
    background-color: whitesmoke;
}

.conversation .media-body, .contact .media-body {
    display: block;
    width: 100%;
}

/* For Conversations and Contacts */
.conversation .media-body{
    display: block;
    width: 100%;
}

/* Header Wrapper */
.header-wrap {
    height: 10%;
}

/* Header Button */
.header-button {
    display: table-cell;
    vertical-align: middle;
    color: #333;
}
/* Header Properties */
.header-button a {
    padding: 0;
}
.chat-header .btn:hover {
    transition: color 0.5s ease;
    color: #333;
}
.searchable-container{margin:20px 0 0 0}
.searchable-container label.btn-default.active{background-color:#007ba7;color:#FFF}
.searchable-container label.btn-default{width:90%;border:1px solid #efefef;margin:5px; box-shadow:5px 8px 8px 0 #ccc;}
.searchable-container label .bizcontent{width:100%;}
.searchable-container .btn-group{width:90%}
.searchable-container .btn span.glyphicon{
    opacity: 0;
}
.searchable-container .btn.active span.glyphicon {
    opacity: 1;
}


/*  Start Image Hover */

.thumbnail {
    position:relative;
    overflow:hidden;
}
 
.caption {
    position:absolute;
    top:0;
    right:0;
    background:rgba(90, 90, 90, 0.75);
    width:100%;
    height:100%;
    padding:2%;
    display: none;
    text-align: left;
    color:#fff !important;
    z-index:2;
}

.label-default {
    background-color: #777;
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e;
}
a.label:hover, a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.datepicker{z-index:1151 !important;}

.picker__holder{width: 179px !important;}


.workingStatus .switchery {margin-right: 3px !important;}


@media (min-width: 768px) {
    
    .workingStatus2 .switchery {margin-right: -4px;} 
}

@media (min-width: 768px) {
    
    .workingStatus3 .switchery {margin-right: -2px;} 
}

@media (min-width: 418px) and (max-width: 1024px){
    
    .workStyle .form-group .input-group {margin-bottom:  15px !important;} 
}

@media (min-width: 418px) and (max-width: 1024px){
    
    .workStyle .form-group .input-group .form-control {width: 179px !important;} 
}

/* to the body element */
/*
.carousel-inner > .item > img,
.carousel-inner > .item > a > img{width:100%;height:100%}
.carousel-caption{bottom:340px;padding-left:20px;padding-right:20px}
.carousel-caption h1{color:#DDD}
.carousel-caption p{color:#EEE}
.carousel-indicators{bottom:0}
.carousel-indicators li{border-radius:18px;width:15px;height:15px;border:1px solid #EEE}
.carousel-indicators .active{border-radius:20px;width:17px;height:17px;border:1px solid #EEE}
*/




