/*!
 * Start Bootstrap - Round About HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    padding-top: 4px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
	background:url(../img/body.png)repeat center center !important;
	background-size:auto 120%;
}

.img-center {
	margin: 0 auto;
}

footer {
    margin: 50px 0;
}
.ftr{
	background:url(../img/footer.png)repeat center center !important;
	background-size:auto 120%;
}
.content{
	overflow:auto;
}
.add_new{
	background:#ebf3fe;
	color:#3d73b3 ;
	font-weight:bold;
	font-size:13px;
	padding:2px 15px;
	border-top: 1px solid #bccee6;
	border-bottom: 1px solid #bccee6;
	cursor:pointer
}
.cate img{
	margin-top:-3px
}
.cate:hover{
	background:#ebf3fe;
}
.cate{
	padding-left:15px;
	color:#555;
	font-size:12px;
	margin:10px 0px ;
	font-weight:bold;
	cursor:pointer
}
.search{
	background:url(../img/toolbar_find.png)no-repeat 99% center;

}
/* #####################################################################
   #
   #   Project       : Modal Login with jQuery Effects
   #   Author        : Rodrigo Amarante (rodrigockamarante)
   #   Version       : 1.0
   #   Created       : 07/28/2015
   #   Last Change   : 08/02/2015
   #
   ##################################################################### */
   
@import url(http://fonts.googleapis.com/css?family=Roboto);

* {
    font-family: 'Roboto', sans-serif;
}

#login-modal .modal-dialog {
    width: 350px;
}

#login-modal input[type=text], input[type=password] {
	margin-top: 10px;
}

#div-login-msg,
#div-lost-msg,
#div-register-msg {
    border: 1px solid #dadfe1;
    height: 30px;
    line-height: 28px;
    transition: all ease-in-out 500ms;
}

#div-login-msg.success,
#div-lost-msg.success,
#div-register-msg.success {
    border: 1px solid #68c3a3;
    background-color: #c8f7c5;
}

#div-login-msg.error,
#div-lost-msg.error,
#div-register-msg.error {
    border: 1px solid #eb575b;
    background-color: #ffcad1;
}

#icon-login-msg,
#icon-lost-msg,
#icon-register-msg {
    width: 30px;
    float: left;
    line-height: 28px;
    text-align: center;
    background-color: #dadfe1;
    margin-right: 5px;
    transition: all ease-in-out 500ms;
}

#icon-login-msg.success,
#icon-lost-msg.success,
#icon-register-msg.success {
    background-color: #68c3a3 !important;
}

#icon-login-msg.error,
#icon-lost-msg.error,
#icon-register-msg.error {
    background-color: #eb575b !important;
}

#img_logo {
    max-height: 100px;
    max-width: 100px;
}

/* #########################################
   #    override the bootstrap configs     #
   ######################################### */

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .8;
}

.modal-content {
    background-color: #ececec;
    border: 1px solid #bdc3c7;
    border-radius: 0px;
    outline: 0;
}

.modal-header {
    min-height: 16.43px;
    padding: 15px 15px 15px 15px;
    border-bottom: 0px;
}

.modal-body {
    position: relative;
    padding: 5px 15px 5px 15px;
}

.modal-footer {
    padding: 15px 15px 15px 15px;
    text-align: left;
    border-top: 0px;
}

.checkbox {
    margin-bottom: 0px;
}

.btn {
    border-radius: 0px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
}

.btn-lg, .btn-group-lg>.btn {
    border-radius: 0px;
}

.btn-link {
    padding: 5px 10px 0px 0px;
    color: #95a5a6;
}

.btn-link:hover, .btn-link:focus {
    color: #2c3e50;
    text-decoration: none;
}

.glyphicon {
    top: 0px;
}

.form-control {
  border-radius: 0px;
}
@media(max-width:890px){
	.content{
		height:auto !important
	}
}
.new_phone_cls{width:50%;float:left;}
.each_phone_row{margin:3px 0px;}
textarea.address_cls{height:100px;}
textarea.notes_cls{height:150px;}
.xdsoft_option {text-align:center;}
#calendar{margin:10px 10px;}
.hide_row, .message_main_div{display:none;}
#loading_img_bg{
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	text-align: center;
	z-index: 10;
	top: 0px;
	display: none;
	border: 0px solid red;
}
#loading_img_bg img{
	position:fixed;
	top:48%;
}
.ui-tooltip
{
	word-break:break-all !important;
	background:white !important;
}