/* FONTS */
@font-face {
    font-family: "Source Sans Pro";
    src: url('../fonts/SourceSansPro-ExtraLight.ttf');
    font-weight: 200;
}
@font-face {
    font-family: "Source Sans Pro";
    src: url('../fonts/SourceSansPro-Light.ttf');
    font-weight: 300;
}
@font-face {
    font-family: "Source Sans Pro";
    src: url('../fonts/SourceSansPro-Regular.ttf');
    font-weight: 400;
}
@font-face {
    font-family: "Source Sans Pro";
    src: url('../fonts/SourceSansPro-Semibold.ttf');
    font-weight: 600;
}

@font-face {
    font-family: "Dinen";
    src: url('../fonts/din.ttf');
}

@font-face {
    font-family: "UrbanJungle";
    src: url('../fonts/UrbanJungle.ttf');
}
@font-face {
    font-family: "Azosans";
    src: url('../fonts/AzoSans-Regular.ttf');
}
@font-face {
    font-family: "Azosansbold";
    src: url('../fonts/AzoSans-Bold.ttf');
}
@font-face {
    font-family: "Din";
    src: url('../fonts/DIN CONDENSED BOLD_0.TTF');
}
@font-face {
    font-family: "Oswald-SemiBold";
    src: url('../fonts/Oswald-SemiBold.ttf');
}
@font-face {
    font-family: "Oswald-Medium";
    src: url('../fonts/Oswald-Medium.ttf');
}
@font-face {
    font-family: "Oswald-Light";
    src: url('../fonts/Oswald-Light.ttf');
}
@font-face {
    
}

@font-face {
    font-family: "AZO SANS BOLD";
    src: url('../fonts/RUI ABREU - AZO SANS BOLD.otf') format("opentype");
}



body { background: #f1f1f1; -webkit-print-color-adjust:exact; }
/* TYPOGRAPHY */
p { font:normal normal 500 12px/18px Arial, sans-serif; color: #666; }
h1, h1 > a, h1 > span { margin: 10px 0; font: 300 22px "Source Sans Pro"; }
h2 { margin: 5px 0 10px 0; font: 300 22px "Source Sans Pro", sans-serif;  }
h3 { 
    margin: 0;
    font: 400 17px/21px "Source Sans Pro", sans-serif;
    padding: 0;
    position: relative;
    color: #333;
    clear: both;
}
h4 { margin: 0;
    font: 600 15px/20px "Source Sans Pro", sans-serif;
    padding: 0;
    position: relative;
    color: #111; 
}
h5 { font-size: 0.83em; margin: 1.67em 0; }
h6 { font-size: 16px; margin: 2.33em 0; }

a { color: #51afeb; text-decoration:none; font:normal normal 500 12px Arial, sans-serif; }

/* LAYOUT */
#logo {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #f1f1f1;
/*    padding: 8px 15px;*/
}
#main-wrap {
    width: 100%;
    float: left;
}
#body-wrap {
    width: 100%;
    margin: 45px auto 0 auto;
    float: none;
    background: #f1f1f1;
}
#navigation-wrap {
    width: 100%;
    float: left;
    background: #03203f;  
    border-bottom: 3px solid #333;
}
#navigation {
    display: -webkit-box;
    display: -moz-box;
    display: box;
}
.menu-item {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
}
.menu-item a {
    display: block;
    padding: 13px 10px 12px 10px;
    color: #f1f1f1;
    font: normal 300 15px/17px Arial, sans-serif;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s;
}
.menu-active > a, .menu-item > a:hover {
    text-decoration: none;
    background: #4F4F4F;
}
.sub-menu {
    position: absolute;
    /*top: 42px;*/
    width: 100%;
    display: none;
    z-index: 100;
}
.menu-item:hover .sub-menu {
    display: block;
}
.sub-menu li {
    display: block;
    width: 100%;
    background: #444;
}
.sub-menu a {
    display: block;
    padding: 13px 10px 12px 10px;
    color: #f1f1f1;
    font: normal 300 15px/17px Arial, sans-serif;
    text-align: left;
    text-decoration: none;
    transition: all 0.3s;
}
.sub-menu a:hover {
    text-decoration: none;
    background: #4F4F4F;
}
.page-header {
    max-width: 1120px;
    float: none;
    background: #f1f1f1;
    margin: 0 auto;
    font-weight: 300;
    height: 54px;
    border-bottom: 2px solid #ddd;
    display: block;
    padding: 10px 0 0 0;
}
.page-title {    
    padding: 6px 0 6px 0;
    margin: 0;
    float: left;
    line-height: 20px;
}
.page-header button {
    float: right;
    padding: 6px 21px;
    font-size: 15px;
    font-weight: normal;
}
.page-content {
    max-width: 1120px;
    float: none;
    background: #f1f1f1;
    margin: 0 auto;
}
.notification-success {
    color: #fff;
    padding: 13px;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    background: #56AEFF;
    margin: 10px 0;
}
.half {
    width:50%;
    float:left;
}
/* DATA TABLE */
.data-table {
    width: 100%;
}
.col-img img {
    width: 28px;
    height: auto;
}
.dataTables_length {
    font-size: 13px;
    padding: 5px 0;
    color: #444;
}
.dataTables_length select {
    padding: 2px 10px;
}
.dataTables_filter input {
    padding: 2px 10px;
}
.dataTables_filter {
    padding: 5px 0;
}
table.dataTable thead th, table.dataTable thead td {
    padding: 5px 0 5px 10px;
    border-bottom: 1px solid #D2D2D2;
    background-color: #E2E2E2 !important;
    color: #5E5E5E;
    text-shadow: none;
    text-align: left;
    margin: 0;
    border-right: 1px solid #E0E0E0;
}
table.dataTable.no-footer {
    border-bottom: 1px solid #D2D2D2;
}
table.dataTable tbody tr {
    background: none;
}
.col-actions {
    width: 150px !important;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 8px 10px;
    border-bottom: 1px solid #ddd;
}
.color-block {
    color: #fff;
    padding: 3px 10px;
    width: 70px;
    float: left;
}
/* ELEMENTS */
.form-element select {
    padding: 6px 10px;
    border: 1px solid #C0C0C0;
    width: 100%;
    float: left;
}
.form-element button {
    width: 100%;
}

/* jQuery UI Fixes */
.modal-form { display: none; width: 100% !important; }
.modal-form li {
	list-style: none;
	position: relative;
	width: 100%;
	margin-bottom: 15px;
}
.modal-form label {
	position: absolute;
	top: 4px;
	font: 400 13px/17px Arial, sans-serif;
}
.modal-form .modal-input-holder {
	width: 100%;
	padding-left: 120px;
}
.modal-form .modal-textarea-holder {
    padding-top: 25px;
}
.modal-form input[type=text], .modal-form input[type=password], .modal-form select, .modal-form textarea {
	width: 100%;
    background: 0;
	padding: 4px;
	border: 1px solid #D0D0D0;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
	outline-color: #2297E0;
}
.modal-form input[type=text]:hover, .modal-form input[type=password]:hover {
      
}
.modal-form input[type=text]:focus, .modal-form input[type=password]:focus {
    
}
.modal-form .cover-upload {
	position: relative;
	height: 27px;
}
.modal-form .cover-upload input[type=file] {
	width: 100%;
	height: 27px;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
	z-index: 2;
}
.modal-form .cover-upload button {
	width: 30%;
	padding: 2px 0 1px 0;
	float: right;
	box-shadow: none;
	font: bold 11px/19px Arial, sans-serif;
	cursor: pointer;
}
.modal-form .cover-upload input[type=text] {
	width: 70%;
	float: left;
}
.modal-form li.invalid {
	background: #FFEFEF;
}
.modal-form li.invalid label {
	color: #f00;
}
.form-errors {
    background: #FFEFEF;
    margin: 0 0 10px 0;
    display: none;
}
.form-errors h3 {
    color: #FF3232;
    font: bold 13px/17px Arial, sans-serif;
    border-bottom: 1px solid #FF3232;
    padding: 4px 0;
    margin: 0 0 5px 0
}
.form-errors ul {
    padding: 0 0 0 25px;
    margin: 0;
}
.form-errors li {
    color: #f00;
    font: 300 12px/19px Arial, sans-serif;
    list-style-type: square;
    line-height: 19px;
    margin: 0;
    display: none;
}
#modal-loading {
    background: url(../images/loading-ffffff.gif) center center no-repeat;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    padding-top: 160px;
    font: 300 17px/17px "Source Sans Pro", Arial;
    display: none;
}
.ui-dialog .ui-dialog-buttonset button {
    margin: 0 0 0 8px;
    float: right;
}
.ui-dialog .ui-dialog-content {
    display: block !important;
}
.ui-tabs .ui-tabs-nav li {
    width: auto;
}
.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-bottom: 1px solid #DDD;
}
.ui-widget .ui-widget {
    padding: 0;
}
.ui-tabs .ui-tabs-panel {
    padding: 10px 0 5px 0;
}
.ui-button:active {
    top: 0;
}
#request-wait {
    position: absolute;
    color: #FFF;
    background: rgba(0, 0, 0, 0.9);
    z-index: 10;
    padding: 20px 10px;
    width: 70%;
    left: 15%;
    top: 40%;
    display: none;
}