/*!
 * Start Bootstrap - SB Admin (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

 /* Global Styles */

 body {
    margin-top: 100px;
    background-color: #fff;
}

@media(min-width:768px) {
    body {
        margin-top: 50px;
    }
}
.daterangepicker select.monthselect,.daterangepicker select.yearselect{
  display: inline-block;
}
.daterangepicker .drp-buttons .btn{
        display: inline-block;
    width: 46%;
}
.navbar-inverse .navbar-nav>li>a{
    color: #fff !important;
}
.navbar-inverse{
    background-color: #3c8dbc !important;
    border-color: #1a2225 !important;
}
.navbar-inverse .navbar-brand {
    color: white !important;
    font-size: 25px;
}
.navbar-header{
        background: #357ca6;
    width: 100%;
    max-width: 225px;
}
html {
    position: relative;
    min-height: 100%;
}
footer{
padding: 15px 15px;
    background: white;
    /* position: absolute; */
    left: 0;
    bottom: 0;
    height: auto;
    width: 100%;
    overflow: hidden;

}
.breadcrumb-v2{
        background: #eceff4;
    padding: 8px 15px;
}
.toggle:after {
    content: "\f053";
    color: #fff;
    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;
    float: right;
    padding-top: 3px;
        padding-right: 15px;
}
.toggle.collapse:after {
  content: "\f078";
}
.frmlogin{
    width: 100%;
    max-width: 480px;
    /*border: 1px solid #6b6b6b;*/
    margin: 10% auto;
    padding: 20px;
  /*  box-shadow: 3px 3px 3px #b5b5b5;*/
    background: #fff;
}
.frmlogin .right-inner-addon {
    position: relative;
}
.frmlogin .right-inner-addon input {
    padding-right: 30px;    
}
.frmlogin .right-inner-addon i {
    position: absolute;
    right: 0px;
    padding: 7px 11px;
    pointer-events: none;
    font-size: 20px;
}
.frmlogin #btnlogin{
    background: #3c8dbc;
    color: white;
    border: 0px;
    padding: 10px 25px;
}
button:hover,
html input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(142, 44, 101, 1) !important;
}
button, html input[type=button], input[type=reset], input[type=submit] {
       background: #fcc143;
    /* color: #0c121e; */
    /* border: 0px; */
    padding: 11px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    text-align: center;
    max-width: 170px;
    width: 100%;
    margin-left: 0px;
    /* padding: 7px 8px; */
    white-space: pre-line;
    min-height: 35px !important;
    height: auto !important;
    font-weight: 700;
    text-transform: uppercase;
    border: 0px solid #0c121e !important;
}
input[type=submit]:hover{
    /*background: #f1bb4a;*/
}
.button{
    background: #3c8dbc;
    color: white;
    border: 0px;
   /* padding: 5px 17px;*/
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    text-align: center;
    max-width: 150px;
    width: 100%;
  
}

#wrapper {
    padding-left: 0;
}

#page-wrapper {
    width: 100%;
    padding: 0;
    background-color: #eceff4;
    height: auto;
}

.huge {
    font-size: 50px;
    line-height: normal;
}

@media(min-width:768px) {
    #wrapper {
       /* padding-left: 225px;*/
    }

    #page-wrapper {
        padding: 10px;
    }
}

/* Top Navigation */

.top-nav {
    padding: 0 15px;
}

.top-nav>li {
    display: inline-block;
    float: left;
}

.top-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
    color: #fff;
}

.top-nav>li>a:hover,
.top-nav>li>a:focus,
.top-nav>.open>a,
.top-nav>.open>a:hover,
.top-nav>.open>a:focus {
    color: #fff;
    background-color: #357ca6;
}

.top-nav>.open>.dropdown-menu {
    float: left;
    position: absolute;
    margin-top: 0;
    border: 1px solid rgba(0,0,0,.15);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.top-nav>.open>.dropdown-menu>li>a {
    white-space: normal;
}

ul.message-dropdown {
    padding: 0;
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

li.message-preview {
    width: 275px;
    border-bottom: 1px solid rgba(0,0,0,.15);
}

li.message-preview>a {
    padding-top: 15px;
    padding-bottom: 15px;
}

li.message-footer {
    margin: 5px 0;
}

ul.alert-dropdown {
    width: 200px;
}

/* Side Navigation */

@media(min-width:768px) {
    .side-nav {
        position: fixed;
        top: 51px;
        left: 225px;
        width: 225px;
        margin-left: -225px;
        border: none;
        border-radius: 0;
        overflow-y: auto;
        background-color: #222d33;
        bottom: 0;
        overflow-x: hidden;
        padding-bottom: 40px;
    }

    .side-nav>li>a {
        width: 225px;
    }

    .side-nav li a:hover,
    .side-nav li a:focus {
        outline: none;
        background-color: #1a2225 !important;
    }
}

.side-nav>li>ul {
    padding: 0;
}

.side-nav>li>ul>li>a {
    display: block;
    padding: 10px 15px 10px 38px;
    text-decoration: none;
    color: #999;
}

.side-nav>li>ul>li>a:hover {
    color: #fff;
}

/* Flot Chart Containers */

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

/* Custom Colored Panels */

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green > .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green > a {
    color: #5cb85c;
}

.panel-green > a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red > .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red > a {
    color: #d9534f;
}

.panel-red > a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow > .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow > a {
    color: #f0ad4e;
}

.panel-yellow > a:hover {
    color: #df8a13;
}


/*custom*/
#filter{
	display:none;
}
.filter{
	cursor:pointer;
}
div.neighborhood{display:inline;}

.arrow-sidebar:focus{
    outline: 0px;
}
.arrow-sidebar{
    display: inline-block;
    background: #222d33;
    color: white;
    border: 0px;
    padding: 5px 10px;
    vertical-align: middle;
    margin: 10px 30px;
}
.arrow-sidebar i:before{
       content: "\f0a8";
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;
        font-size: 20px;
}
.arrow-sidebar.closethis i:before{
    content: "\f0a9";
}
@media screen and (max-width: 375px) {
/*.container-fluid{
    overflow: auto;
}*/
}
@media screen and (max-width: 600px) {
    .arrow-sidebar{
        display: none;
    }
    .navbar-header{
        max-width: 100%;
    }
}
html input[type=button].btn{
        margin-top: 0px !important;
    border-radius: 0px !important;
}
table.dataTable tbody th, table.dataTable tbody td{
   /* position: relative;*/
}
.usersReferencesDataTable input {
    width: 120px;
}

.red {
    color:red;
}
@media screen and (max-width: 375px) {
   .pagination{
        display: initial !important;
   }
   .dataTables_wrapper .dataTables_paginate .paginate_button{
        padding: 0.5em 0.2em !important;
   }
}

table,
	.divsTabs{
		    width: 100%;
		        margin-top: 0px;
	}
	#shidduchSearch_wrapper table th{
		background: #f5f5f5;
	}
	#shidduchSearch_wrapper table th .hTitle{
		    color: #41a9f2;
    text-align: center;
    font-size: 25px;
	}
	#shidduchSearch_wrapper table tbody tr:nth-child(even) {
    background: #f5f5f5;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
    font-size: 20px;
}
#shidduchSearch_wrapper table tr td:first-child{
	    width: 35%;
    font-weight: bold;
}
#shidduchSearch_wrapper table tr td{
	font-size: 16px;
}
@media screen and (max-width: 480px){
	.nav-tabs {
    border-bottom: 1px solid #ddd;
    font-size: 13px;
    width: 100%;
    display: inline-block;
}
.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
    width: 48%;
    float: none;
    display: inline-block;
}
#shidduchSearch_wrapper table tr td {
    font-size: 12px;
    width: 50% !important;
}    
}
.navbar-responsive-01 {
    width: 100%;
    max-width: 60px;
}

    .navbar-responsive-01 .navbar-toggler-icon {
        margin-top: -15px;
    }

@media screen and (max-width: 640px) {
    .float-logo-m {
        width: 80% !important;
        display: block;
        float: right;
    }
}

.float-logo-m {
    width: 100%;
}