    /* To push content below navbar */
@media (min-width: 768px) {
    body {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .max-height-screen {
        height:92%;
    }
    .info {
        position: fixed;
        left: 83%;
    }
    .menu {
        position: fixed;
        left: 0;
    }
    .row {
        margin-bottom: 10px;
    }
}
    
@media (max-width: 767px) {
    body {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .max-height-screen {
        height:93%;
    }

    .toogle-display {
        border-color:transparent !important;
    }
    
    .navbar-control {
        padding-bottom: 20px;
    }
    
    .navbar-header {
        min-width:210px;
    }
}

@media (max-width: 980px) {
    body {
        padding-bottom: 70px;
        padding-top: 40px; 
    }
    /* Enable use of floated navbar text */
    .navbar-text.pull-right {
        float: none;
        padding-left: 5px;
        padding-right: 5px;
    }

     .container-narrow {
        padding-top:45%;
    }

}

.links > a > img{
	vertical-align:initial !important;
}

/* Custom container */
body {
    color: #555555;   
}

.form-group {
    margin-bottom: 15px;
    margin-top: 10px;
}

.container {
	width:100%
}

hr {
    border-top: 2px solid #dddddd;
}

.btn-default, .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    color: #555555;
}

.container-narrow {
    margin: 0 auto 0 auto;
    max-width: 66%;
}

input[type=checkbox]{
	margin:0;
}

.container-narrow > hr {
    margin: 0 0;
}

.sidebar-nav > ul {
    line-height: 1.428571429;
    text-align: left;
    padding-top: 9px;
    padding-bottom: 9px;
    text-shadow: 0 1px 0 #fff;
    border-radius: 5px;             
}

.nav-tabs {
    margin-bottom: 20px;    
}

.nav-list > li > a {
    padding-top: 3px;
    padding-bottom: 3px;    
}

.nav-list > .active > a, .nav-list > .active > a:hover, .nav-list > .active > a:focus, .title-top {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    background-color: #0088cc;  
}

.uneditable-input {
    padding: 9px 9px;
    height: 20px;
}

.home-icon {
    float: left;
    margin: 5px 10px 0 0;
    font-size: 14px;
    line-height: 20px;
    height: auto;
    vertical-align: middle;
    border: 0;
}

/* .row p {
    text-align: left;
    display: block; 
}
 */
/* .form-horizontal .form-group:after{
  display: inline-table;
  content: " ";
} */

.row h3 {
    font-size: 24.5px;
    line-height: 40px;
    margin: 0px 0px 0px 0px;
    text-align: left;
    display: block; 
}

/* Main marketing message and sign up button */
.jumbotron {
    margin: 40px 0 0 0;
    text-align: center;
}

.jumbotron h1 {
    font-size: 54px;
    line-height: 1;
}

.jumbotron h2 {
    font-size: 39px;
    line-height: 1;
}

.jumbotron h3 {
    font-size: 24.5px;
    line-height: 40px;
    margin: 10px 0px 0px 00px;
    float: left;
}

.jumbotron p {
    display: block;
    margin: 0px 0px 0px 00px;
}

.jumbotron .btn {
    font-size: 14px;
    padding: 9px 20px;
}

.btn {
    margin: 0 2px 0 2px;
    min-width:90px;
}

.footer p {
    text-align: left;
    display: block; 
}

/* Supporting marketing content */
.marketing {
    margin: 60px 0;
}

.marketing h1 {
    font-size: 39px;
}

.marketing p + h4 {
    margin-top: 28px;
}

.checkbox{
  position: relative;
  display: block;
  margin-bottom: 10px !important;
}

.form-horizontal .control-label{
    text-align:left !important;
}

/***** Mandatory Field & Error Field *****/

label.required{
	color :#0088cc;
}

label.required:after{ 
    content: ' * ';
    color :#0088cc;
}

input:required, select:required, textarea:required {
	border:1px solid #0088cc;
}

.invalid input, .invalid select, .invalid textarea {
    border-color :#D12A2A;
}

.invalid, .invalid label {
	 color :#D12A2A;
}

.invalid label:after {
    content: ' * ';
    color :#D12A2A;
}

.form-left {
    float:left;
    width:45%;
}
.form-right {
    margin-left:55%;
    margin-bottom: 3%;
}

.form-group-control {
	float:left;
	margin-left:5px;
	margin-right:5px;
}

.body-header{
    width:100%;
    margin-bottom: 10px;
    float:left;
}

.body-content{
    width:100%;
    float:left;
}

.body-footer{
    width:100%;
    margin-top: 10px;
    float:left;
}

div.title-header{
    display: inline-block;
    margin-left:5%;
    vertical-align: middle;
    font-weight: normal
}

label.identity-header-name{
    font-size: 30px;
}

label.identity-header-field{
    font-size: 20px;
}

table#id-document-status-list, #id-passport-accepted-status-list{
    width:auto;
}

table#id-document-status-list, #id-passport-accepted-status-list #value{
    text-align:center;  
}

.fc-event {
     height: 35px !important;
     border:none;
}  

.fc-axis{
    height: 38px !important;
}
.fc-time, .fc-title{
   margin-top: 2px;
   text-align:center;
}
.fc-event-container{
    width:100%;
}

.ui-tooltip {
    background: #949494;
    color: white !important;
    border:none;
}

/*****  make sidebar nav vertical *****/ 
@media (min-width: 768px) {
  .sidebar-nav .navbar .navbar-collapse {
    padding: 0;
    max-height: none;
  }
  .sidebar-nav .navbar ul {
    float: none;
  }
  .sidebar-nav .navbar ul:not {
    display: block;
  }
  .sidebar-nav .navbar li {
    float: none;
    display: block;
  }
  .sidebar-nav .navbar li a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.nav-tabs{
    display: table;
    content: " ";
    width:100%;
}

/* .section{
    width:70%;
} */

.tab-header{
    padding-bottom: 45px;
}

/***** Fields Custom *****/
textarea {
	resize:none !important;
}

/***** Table Elements Design Sorting as Datatable *****/
th a:link {
    text-decoration: none;
    color: #555555;
}

table thead>tr>th.sorting_asc,
table thead>tr>th.sorting_desc, 
table thead>tr>th.sorting, 
table thead>tr>td.sorting_asc, 
table thead>tr>td.sorting_desc, 
table thead>tr>td.sorting {
    padding-right: 30px;
}

table thead .sorting, 
table thead .sorting_asc, 
table thead .sorting_desc, 
table thead .sorting_asc_disabled, 
table thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative;
}

table thead .sorting_asc:after {
    content: "\e155";
}

table thead .sorting:after {
    opacity: 0.2;
    content: "\e150";
}

table thead .sorting_desc:after {
    content: "\e156";
}

table thead .sorting:after, 
table thead .sorting_asc:after, 
table thead .sorting_desc:after, 
table thead .sorting_asc_disabled:after, 
table thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: 8px;
    right: 8px;
    display: block;
    font-family: 'Glyphicons Halflings';
    opacity: 0.5;
}

/***** Comment Section Custom Position *****/
@media (max-height:769px){
    .chat-panel div .panel-body{
        height: 270px!important;
    }
}

.chat-panel div .panel-body {
    height:550px;
    overflow-y: auto;
}

.chat li .chat-body p {
    margin: 0;
    margin-top: 20px;
}

.chat li.left .chat-body {
    margin-left:0px;
}

.chat-panel div .panel-footer {
	padding: 0px;
	height:30%;
}

/***** Custom Color Boostrap Button *****/
.btn-primary, 
.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover {
    background-color: #0088cc;
    border-color:#0088cc;
}

a {
    color: #0088cc;
}

.tooltip{
    display: inline;
    position: relative;
}

.tooltip:hover:before{
    border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
}

.tooltip:hover:after{
    background: #333;
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    content: attr(title);
    left: 20%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 220px;
}

/***** Custom List Items *****/
.list-items-containers {
    left: 8%;
}

.list-items * {margin: 0; padding: 0;}

.list-items div {
    margin-bottom: 5px;
}

.list-items ul {
  list-style-type: none;
}

.list-items li {
  padding: 10px;
  overflow: hidden;
}

.list-items-content {
	float: left;
	width:88%;
}

.list-items-content div {
	float: left;
	width:30%;
}

.thumbnail-image {
	float:right;
	width:12%;
	padding-right
}

.list-items li:hover {
  background: #eee;
  cursor: pointer;
}

table tbody td img {
	width:80px;
}

.nav-sub-menu {
	margin-left:30px;
}

.navbar-operation:hover{
	background-color: #E4E4E4 !important;
}

.navbar-fixed-bottom 
.navbar-collapse, 
.navbar-fixed-top 
.navbar-collapse, 
.navbar-static-top 
.navbar-collapse{
    padding-right: 30px;
    padding-left: 15px;

}

/* Prevent image aliasing when scaling down */
.img{
    -ms-interpolation-mode: bicubic;
}

.thumbnail {
	background-color: transparent !important;
	border: none !important;	
}

.pagination{
	cursor : pointer;
}