/* List Tools override */

.small {
	font-size: 11px;
	font-style: italic;
}

.cominfo {
	margin-bottom: 5px;
}

.sideel {
	color: White;
}

.info {
	width: 60% !important;
}

.pad10 {
    padding: 10px;
}

.center {
    text-align: center;
}

.todo-list>li {
background-color: White;
border: none;
padding: 5px;
}

.todo-list>li .tools {
display: block;
    float: right;
    color: #D6D6D6;
}

.dataTables_filter input {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.dataTables_filter label {
	float: left;
}

/* Validation Override */
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: -20px;
	 margin-left: 150px;
    color: #737373;
}

.visvalue {
	margin-left: 30px;
}

.modal-body i, .adress i {
	width: 20px;
	text-align: center;
}

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; /* Adjusts for spacing */
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.user {
	margin-left: 15px !important;
}

.user select[multiple] {
	width: 95%;
}

select[multiple], select[size] {
    height: 525px !important;
}

.skin-blue .sidebar-menu>li.header {
    color: #fff;
    background: #1a2226;
}

.sidebar-menu, .main-sidebar .user-panel, .sidebar-menu>li.header {
    white-space: nowrap;
    overflow: hidden;
	 padding-bottom: 20px;
}

.sbuts .btn {
	width: 155px;
}

.helptext {
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    display: block;
    padding: 9.5px;
    margin: 0px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: transparent;
    border: none;
    border-radius: 4px;
}

.helpsite {
	padding: 5px;
	color: White;
}