.box_title
{
    background-color: #efefef !important;
    color: #000000 !important;
    font-size: 18px !important;
}
.icon-ok, .icon-remove
{
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}

.icon-ok:before{content:"\e013"}

.icon-remove:before{content:"\e014"}


.status
{
	min-width: 150px;
}

.name-tip
{
/*	white-space: nowrap;*/
}

.main-wrapper
{
	padding: 10px;
}

.box
{
    margin-bottom: 20px !important;
/*     background-color: #efefef !important; */
}

.box
{
    border: 1px #000000 !important;
}

.editor td, .box_body table td
{
    padding: 3px !important;
    
}

.photo
{
	float: left;
	margin: 15px;
	
}

.photo img
{
	border: solid 15px #d9edf6;
}

.shadow img {
	-moz-box-shadow: 4px 4px 5px #000;
	-webkit-box-shadow: 4px 4px 5px #000;
	box-shadow: 4px 4px 5px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#000000');
}

.clear
{
	clear: both;
}

.photo-radio, .top-radio
{
	float: left;
	/*margin-top: -15px !important;*/
	position: absolute !important;
	margin-top: 0px !important;
}

.field
{
	float: left;
	margin: 5px;
}
.login-width
{
	max-width: 400px !important;
    margin: auto;
	margin-top: 25px !important;
}

.menu-panel
{
	margin: 10px !important;
}

hr, .pagination
{
	margin: 3px !important;
}

.main-wrapper
{
	padding: 10px;
}

.well-sm
{
	    padding: 1px !important;
}

.field label
{
	display:block;
	    margin-bottom: 0px;
}

.field .indent
{
	padding-left: 15px;
}


.field
{
	
 	width: 13%; 
	
	border-radius: 4px;
	
	margin: 8px;
	margin-bottom: 8px;
	
	
	    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
	
	
}

.search-for
{
	    width: 28%;
}

.search-for2
{
	    width: 19%;
}

.glyphicon-remove
{
	color: red;
}

.btn-right
{
	float: right;
	margin-left: 5px;
}

.search_results .row
{
	margin-bottom: 20px;
}

.full-width
{
	width: 94% !important;
}

.full-width textarea
{
	height: 150px !important;
}


@media screen and (max-width: 1760px)
{
	.field
	{
		width: 15%;
	}
}

@media screen and (max-width: 1370px)
{
	.field
	{
		width: 30%;
	}
}


#timer_popup
{
display: none;
}

.cal-popup
{
	width: 95%;
}
/*
#my_popup
{
	padding: 10px;
	border-radius: 15px;
	background-color: #EDEFF0;
}*/

.login-drop-down
{
	float: right;
	margin-right: 50px;
	clear: both;
}

.login-drop-down .glyphicon-user
{
	color: gray;
	font-size: 80px;
	float: left;
}

.disabled 
{
   pointer-events: none;
   cursor: default;
	color: gray !important;
}

.main-wrapper .nav
{
	/*margin-top: -41px;*/
}

.green-check
{
	color: green;
}

.red-x
{
	color: red;
}