.content-main {
    font-size: 12px;
}
.content-tools {
    background-color: #847E97;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.content-title .page-title {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
    margin: 5px 0;
}
.content-main-wrapper {
    margin: 5px;
}
.navbar {
    margin: 0;
}
.navbar-static-top {
    border-width: 0;
}

*::before, *::after {
    box-sizing: border-box;
}
*::before, *::after {
    box-sizing: border-box;
}
* {
    box-sizing: border-box;
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
    color: #eee;
}


.logo-img {
    margin: -3px 4px 0 0;
    height: 20px;
    width: 37px;
}
.sub-header {
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 10px;
}

.logo-img {
	margin: -3px 4px 0 0;
	height: 20px;
	width: 37px;
        vertical-align: -2px;
}

.ktap-padd {
	padding: 5px 0;
}

.content-tools .page-title {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
	margin: 5px 0;
}

.navbar-brand > img {
	display: inline;
}

.logo-text {
    color: #eeeeee;
    vertical-align: bottom;
}

.col-center-block {
    float: none;
    display: block;
    margin: 0 auto;
    /* margin-left: auto; margin-right: auto; */
}

/* login page */



/* client-search page*/

#client-search, #user-login {
    font-size: 1.5em;
}

#client-search h3, #user-login h3{
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
}

#search-form, #login-form {
    width: 50%;
    margin: 0 auto;
}

#form_tip {
    padding: 5px 0 15px;
    border-bottom: solid 1px #ddd;
}

#kat-cnp, #kat-date {
    padding: 15px;
    margin-bottom: 15px;
    border-bottom: solid 1px #ddd;
}


/* take picture page*/
#contentarea {
/*    width: 1004px;
    margin: 0 auto;*/
}
#video {
  border: 1px solid black;
  box-shadow: 2px 2px 3px black;
  position: relative;

}

#canvas {
  display:none;
}

.camera {
    float:left;
}

.output {
    float: left;
}

.kta_form_errors {
    color: red;
}

#add-client-form > div {
    margin-bottom: 10px;
}

/* modals */

#insuccess_modal .modal-header {
    background-color: red;

}
#insuccess_modal .modal-header h4{
    color: #ffffff;
    font-size: 3em;
    font-weight: bold;
    text-align: center;
}

#insuccess_modal .modal-body {
    background-color: #f8d7da;
    color: #721c24;
    font-size: 2em;
    text-align: center;
}

#success_modal .modal-header {
    background-color: green;

}
#success_modal .modal-header h4{
    color: #ffffff;
    font-size: 3em;
    font-weight: bold;
    text-align: center;
}

#success_modal .modal-body {
    background-color: #d4edda;
    color: #155724;
    font-size: 2em;
    text-align: center;
}

.sync-modal {
    display: none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     101%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 )
    url('../../ajax-syncing-loading-icon.gif')
    50% 50%
    no-repeat;
}


/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .sync-modal {
    display: block;
}
