.iziModal {
	max-height: 80vh;
}

.iziModal table tr th,
.iziMotal table tr td {
	padding: 10px;
}

.ccrc-wrapper {
	padding: 30px 10px;
}

button [class^="icon"] {
	background-color: #e6e6e6;
    border-radius: 3px 0 0 3px;
    border-right: 1px solid #b3b3b3;
    height: auto;
    line-height: inherit;
    margin: 0 6px 0 -10px;
    opacity: 1;
    text-shadow: none;
    width: 28px;
    z-index: -1;
}

.btn-success [class^="icon"] {
	background-color: transparent;
    border-right: 0;
    border-left: 0;
    width: 16px;
    margin-left: 0;
    margin-right: 0;
}

div[class$="body-wrapper"] .list {
	width: 80%;
    float: right;
    margin: 10px 0;
}

div[class$="body-wrapper"] .list-item {
	background-color: #eee;
    border: 1px solid #ddd;
    padding: 5px;
    margin-bottom: 5px;
    width: 100%;
    overflow: auto;
}

div[class$="body-wrapper"] .list-item button {
	margin-left: 10px;
	float: right;
}

.button-controllers {
	text-align: right;
}
.button-controllers .messages {
	font-weight: bold;
	margin-right: 20px;
}
.messages.success {
	color: green;
}
.messages.error {
	color: red;
}

.iziModal table thead tr th,
.iziModal table tbody tr td {
	border-color: #193867;
}

.iframe-search {
	padding: 0 15px 10px;
	overflow: auto;
}

.iframe-search label {
	font-weight: bold;
	margin-top: 7px;
	margin-right: 15px;
}

.iframe-search input {
	padding: 15px;
}

.iframe-search label,
.iframe-search input {
	display: inline-block;
	float: left;
}

.fancySearchRow input {
	padding: 5px;
	margin: 5px;
	border: 1px solid #CCC;
	width: 40% !important;
}

.fancySearchRow input:focus{
   border: 1px solid #193867;
}

.fancySearchRow th {
	text-align: right;	 
}

body.fixed-controllers .ccrc-wrapper .button-controllers {
	position: fixed;
	top: 82px;
	left: 0;
	right: 0;
	z-index: 999;
	padding: 10px 20px;
	background-color: #fff;
	border-bottom: 1px solid #ededed;
}