.modal.fade {
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
​
.modal-open {
	height: 100%;
	overflow: hidden;
	width: 100%;
}

.modal legend {
text-indent: 20px;
}

/* MODAL HEADER */

.modal-header {
background: #007de9;
border: 0;
padding: 5px 10px;
border-radius: 4px 4px 0px 0px;
}

.modal-header h3 {
color: #fff;
font: 400 14px/25px 'open sans';
}

.modal-header h3 .glyphicons {
color: #fff;
font-size: 14px;
padding: 0 3px;
}

.modal-header h3 small {
color: #fff;
font-size: 1em;
margin-left: 20px;
}

.modal-header .close {
color: #fff;
font: 400 30px/25px 'open sans';
margin: 0;
opacity: 1;
}

.modal-header-extra {
color: #fff;
float: right;
line-height: 30px;
margin: 0 20px 0 0;
}

.modal-header-extra i {
color: #fff;
}


/* MODAL TABS */

.nav-tabs {
background: #213a50;
border: 0;
margin: 0;
padding: 0;
}

.nav-tabs > li {
float: left;
margin: 0;
padding: 0;
}

.nav-tabs > li > a {
background: none;
border: 0;
border-radius: 0;
color: #d5dfe9;
display: block;
font: 400 14px/25px 'open sans';
margin: 0;
padding: 5px 10px;
transition: color 100ms ease-in-out;
}

.nav-tabs > li:hover > a,
.nav-tabs > li > a:hover {
background: #43576A;
border: 0;
color: #fff;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover {
background: #fff;
border: 0;
color: #213a50;
}

.nav-tabs li a i {
display: none;
}


/* MODAL BODY */

.modal-content {
background: #fff;
margin: 0;
padding: 10px;
position: relative;
}

.modal-body {
margin: 10px;
overflow: auto !important;
padding: 0;
position: relative;
}

.modal-body .grid-view {
margin-top: 10px;
margin-right: 2px;
}

.modal-body .pagination {
background: transparent;
border: 0;
left: 0px;
padding-left: 0px;
padding-right: 0px;
right: 0px;
}

.modal-body > .categories-tree {
top: 11px;
}

.modal-body > .record-details {
top: 11px;
}

.modal-body > .record-bigfooter {
/*top: 11px;*/
}

.modal-body .wrapped-column + div.grid-with-structures > div {
left: 32px;
}


/* MODAL FOOTER */

.modal-footer .controls {
margin: 0;
}

.modal-footer .control-group {
margin-bottom: 0px;
}

.modal-footer input {
width: auto;
}

.modal-footer select {
height: 24px;
}

.modal-footer .add_action {
margin: 0 10px 0 0;
}

.modal-backdrop {
background-color: #012;
}
