
/**
*
*/
body {
    font-family: 'Open Sans';
    font-size: 12px;
    height: 100%;
    width: 100%;
}

.main-header, .sub-header, .footer, .mr-nav, .content {
    float: left;
    position: relative;
    width: 100%;  
}

.main-header {
    height: 30px;
    padding: 0;
    margin: 0;
    background: #003653;
}

.main-header p {
    padding: 6px 0;
    color: #fff;
}

.sub-header {
    padding: 20px 0;
    margin: 0;
    background: #fff;
}

.sub-header img {
    height: 100%;
}

.mr-nav {
    
    min-height: 40px;
    padding: 0 10px;
    margin: 0;
    background: #0085ca !important;
    border: 0;
    border-radius: 5px;
    color: #fff; 
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/*.mr-nav .btn {
    height: 30px;
    margin: 5px 0;
    background: #ff6a13;
}*/

.navbar-brand {
    height: 40px;
    padding: 10px 20px;
}

.navbar-brand > img {
    padding: 0;
    margin: 0;
    height: 100%;
    padding-right: 20px;
    border-right: 1px solid #fff;
}

.navbar-nav {
    margin: 0 10px;
}

.nav > li > a:hover{

}

.nav > li > a, .mr-nav .btn {
    font-size: 13px;
    font-weight: 500;
    margin: 6px 2px;
    padding: 4px 10px;
    color: #000;
    text-shadow: none;
    background: #fff;
    box-shadow: 1px 1px 1px #f2f2f2;
    border: 0;
}

.nav > li > a:hover, .nav > li > a:focus, .mr-nav .btn:hover, .mr-nav .btn:focus{
    outline: none;
    text-decoration: none;
    background: #ff6a13;
    color: #fff;
}

.nav > li.active > a {
    outline: none;
    text-decoration: none;
    background: #ff6a13;
    color: #fff;
}

/**
*
*/

.content {
    min-height: 350px;
    background: #fff;
    border-bottom: 1px solid #def3ff;
    padding: 20px;
    margin: 0;
}

.box-login {
    padding: 10px;
    position: relative;
    display: block;
    width: 300px;
    margin: 0 auto;
    box-shadow: 1px 1px 2px #337ab7;
    border-radius: 10px;
}

.box-login .header{
    text-align: center;
    position: relative;
    width: 100%;
    font-size: 30px;
    font-weight: 900;
    color: #0d699e;
    text-shadow: 1px 1px 2px #ccc;
}

.box-login .body{
    width: 100%;
    position: relative;
    padding: 20px 10px;
}

.box-login .body form{
    width: 100%;
}

.box-login .body .form-group {
    margin: 15px 0;
}

.box-login .body .has-feedback .form-control {
    margin: 0;
    font-size: 12px;
}

.btn, .form-control {
    border-radius: 0;
}

.btn {
    border: 0;
}

/**
*
*/

.footer {
    background: #003653;
    padding: 20px 10px;
}

.footer .brand {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.footer .brand-text {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
}

.img {
    position: relative;
    margin: 5px 15px;
}

.footer img {
    background: #fff;
    padding: 10px 20px;
    width: 200px;
    border-left: 5px solid #337ab7;
    box-shadow: 1px 2px 1px #ccc;
    background: #fff;
    border-top-right-radius: 10px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 10px;
}

.footer a {
    outline: none;
    text-decoration: none;
    color: #51c0ff;
}


/**
* Tabel
*/

.mr-table {
    border-collapse: collapse !important;
    width: 100%;
    margin: 0;
}


.mr-table th {
    font-weight: bold;
    text-align: center;
    border-top: 1px solid #0085ca;
}

.mr-table table, .mr-table th, .mr-table td{
    padding: 5px;
    border: 1px solid #0085ca;
}

.mr-design th{
    text-align: center; 
    color: #fff; 
    font-weight: 100;
    border: 1px solid #0085ca; 
    background: #0085ca;
}

.mr-design table, .mr-design th, .mr-design td{
    padding: 5px;
    border-color: #0085ca;
}

table.dataTable {
    border-collapse: collapse !important;
}

/**
* PANEL
*/

.panel {
    border: 1px solid #0085ca !important;
}

.panel-heading, .panel-footer {
    font-size: 14px;
    color: #fff;
    background: #0085ca !important;
}

/*LOADER*/
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;
    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;
    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}