﻿@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

body {
    background-color: #E6E9ED;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: #434A54;
    font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

a:hover, a:focus {
    text-decoration: none;
}

hr {
    margin-top: 0;
    margin-bottom: 15px;
    border: 0;
    border-top: 2px solid #4FC1E9;
}

a {
    color:#003663;
}

button, input, select, a {
    outline: none !important;
}

blockquote {
    padding: 0px 5px;
    margin: 0px 0 0 0;
    font-size: 16px;
    border-left: 3px solid #3BAFDA;
    color: #434A54;
    letter-spacing: 1px;
}

.remove-img {
    position: absolute;
    top: 0;
    color: #fff;
    background: #ED5565;
    padding: 7px;
    cursor: pointer;
    transition: .7s all;
}

.remove-img:hover {
    background: #DA4453
}

/* ====================== Content ====================== */
section.content {
    margin: 55px 15px 0 235px;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.remarkable-disciplines li {
    margin-top: 5px;
}

/* ====================== Input ====================== */
.form-group {
    margin-bottom: 10px;
}

.form-group:last-child {
    margin-bottom: 0;
}

.fm-input {
    height: 34px;
    font-weight: 500;
    font-size: 14px;
    border-color: #E6E9ED;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    z-index: 0;
}

.fm-input:focus {
    border-color: #3BAFDA;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: rgba(230, 233, 237, .3);
    opacity: 1;
    padding: 6px 15px;
    font-weight: 500;
}
select{
    padding: 6px 8px !important;
    font-weight: 500 !important;
}
.has-float-label label, .has-float-label > span {
    position: absolute;
    cursor: text;
    font-size: 12px;
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
    top: -.5em;
    left: 15px;
    z-index: 3;
    line-height: 1;
    padding: 0 1px;
    color:#3BAFDA;
    font-weight:normal;
}
.has-float-label .form-control:placeholder-shown:not(:focus)+* {
    font-size: 13px;
    top: .85em;
    color:#7f8c8d;
    font-weight: bold;
}

input[type=checkbox], input[type=radio] {
    cursor: pointer;
}

/* ====================== Button ====================== */
.btn {
    transition: .7s all;
}

.btn-umr-default {
    width: 100%;
    border-radius: 0px;
    padding: 9px 10px 7px 10px;
    border: 1px solid #4FC1E9;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    background: #3BAFDA;
}

.btn-umr-default:hover {
    background: #4FC1E9;
    border: 1px solid #3BAFDA;
    color: #fff;
}

.btn-umr-default.focus, .btn-umr-default:focus {
    color: #fff;
    background-color: #3BAFDA;
    border-color: #4FC1E9;
}

.btn-umr {
    color: #fff;
    background: #3BAFDA;
    padding: 3px 5px;
    border-radius: 0px;
    border: 1px solid #4FC1E9;
    text-transform:uppercase;
}

.btn-umr:hover {
    background: #4FC1E9;
    border: 1px solid #3BAFDA;
    color: #fff;
}

.btn-umr:active, .btn-umr.active, .open > .dropdown-toggle.btn-umr {
    color: #fff;
    background-color: #59A9C2;
    border-color: #3BAFDA;
}

.btn:active, .btn.active {
    background-color: #59A9C2;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-umr:active:hover, .btn-umr.active:hover, .open > .dropdown-toggle.btn-umr:hover,
.btn-umr:active:focus, .btn-umr.active:focus, .open > .dropdown-toggle.btn-umr:focus, .btn-umr:active.focus, .btn-umr.active.focus,
.open > .dropdown-toggle.btn-umr.focus {
    color: #fff;
    background-color: #59A9C2;
    border-color: #3BAFDA;
}

.btn-umr-default:active, .btn-umr-default.active, .open > .dropdown-toggle.btn-umr-default {
    color: #fff;
    background-color: #4FC1E9;
    border-color: #3BAFDA !important;
}

.input-group-btn > .btn-umr-default:hover, .input-group-btn > .btn-umr-default:focus, .input-group-btn > .btn-umr-default:active {
    color: #fff;
    background-color: #59A9C2;
    border-color: #3BAFDA;
}

.input-group-btn .btn-umr-default {
    padding: 5px 20px;
    background: #4FC1E9;
    color: #fff;
}

.umr-table .btn-umr {
    padding: 0px 5px
}

.btn-umr:focus {
    color: #fff;
    background-color: #59A9C2;
    border-color: #3BAFDA;
}

/* ====================== Image ====================== */
.img-umr {
    border: 1px solid #4FC1E9;
}


/* ====================== Panel ====================== */
.panel {
    margin-bottom: 10px;
    border-radius: 0px;
    border: none;
    box-shadow: none;
}

.panel-default > .panel-heading, .panel-footer {
    color: #333;
    background-color: #F5F7FA;
    border:none;
}

h3.panel-title {
    margin-top: 7px;
    margin-bottom: 0;
    font-size: 14px;
    color: inherit;
    font-weight: normal;
    color: #003663;
    font-weight:500;
}

.panel-group {
    margin-bottom: 0;
}

.panel-group .panel {
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 5px;
}

.panel-group .panel .panel-heading {
    padding: 0;
}

    .panel-group .panel .panel-heading h4 a {
        background: #F5F7FA;
        display: block;
        font-size: 14px;
        font-weight: 500;
        padding: 15px;
        text-decoration: none;
        color: #003663;
        transition: 0.15s all ease-in-out;
    }

.panel-group .panel .panel-heading h4 a:hover,
.panel-group .panel .panel-heading h4 a:not(.collapsed) {
    background: #F5F7FA;
    transition: 0.15s all ease-in-out;
    color: #4FC1E9;
}

    .panel-group .panel .panel-heading h4 a:hover i, .panel-group .panel .panel-heading h4 a:not(.collapsed) i {
        color:#4FC1E9;
    }
    
    .panel-group .panel .panel-heading h4 a:not(.collapsed) i:before {
        content: "\f0d8";
    }

        .panel-group .panel .panel-heading h4 a i {
            color: #003663;
            font-size: 14px;
        }

.panel-group .panel .panel-heading + .panel-collapse > .list-group,
.panel-group .panel .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
}

.panel-group .panel + .panel {
border-top: none;
margin-top: 0;
}


/* ====================== List Group ====================== */
.list-unstyled {
    margin-bottom: 0;
}

.list-group {
    margin: 0;
}

.list-group-item {
    border: none;
    padding: 8.4px 0px;
}

.list-group-item .col-md-6 {
    padding: 0;
    color: #7f8c8d
}

.list-group-item label {
    margin: 0;
    color: #434A54;
    font-size: 14px;
    font-weight: normal
}

.sec-menu {
    margin-left: 5px;
}

.sec-menu li {
    margin: 5px 0px
}

/* ====================== Table ====================== */
.umr-table {
    margin: 0px;
}

.umr-table > thead > tr > th {
    border-bottom: none;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 5px
}

.table-content tbody tr td {
    border: none
}

.table-fixed tr td:first-child {
    text-align: left;
    padding-left: 15px;
}

.table-fixed {
    width: 100%;
}

.table-fixed tbody {
    height: 219px;
    overflow-y: auto;
}

.table-fixed tbody, .table-fixed tbody tr, .table-fixed tbody tr td {
    display: block;
}

.table-fixed tbody tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

.table-fixed tbody tr td {
    float: left;
    width: 20%
}

.ui-datatable th.ui-sortable-column:not(.ui-state-active):hover {
    background: #d9edf7;
    border-color: #d9d9d9;
}



/* ====================== Pagination ====================== */
.pagination {
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.pagination-sm li:first-child a, .pagination-sm li:first-child span, .pagination-sm li:last-child a, .pagination-sm li:last-child span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #4FC1E9;
    border-color: #3BAFDA;
}

.pagination > li > a, .pagination > li > span {
    color: #4FC1E9;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #E6E9ED;
}

/* ====================== Modal ====================== */
.modal-content {
    border-radius: 4px;
    box-shadow: none;
    border: none;
}

.modal-header {
    padding: 10px 15px;
}

    .modal-header .close {
        margin-top: 0px;
    }

.modal-title {
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
    font-weight: normal;
    color: #4FC1E9;
}

.modal-body .list-unstyled li a {
    display: block;
    width: 100%;
    padding: 10px;
}

    .modal-body .list-unstyled li a:first-child {
        margin-bottom: 10px;
    }

/* ====================== input, select validation ====================== */
input:required.ng-valid, select:required.ng-valid, p-calendar.ng-valid input:required {
    border-left: 5px solid green;
}

input:required.ng-invalid, select:required.ng-invalid, p-calendar.ng-invalid input:required {
    border-left: 5px solid red;
}

input:required.ng-pending, select:required.ng-pending, p-calendar.ng-pending input:required {
    border-left: 5px solid orange;
}

input:required.ng-touched.ng-invalid, select:required.ng-touched.ng-invalid, p-calendar.ng-touched.ng-invalid input:required {
    border: 1px solid red;
    border-left: 5px solid red;
}

p-chips.ng-dirty.ng-touched.ng-invalid > div {
    border: 1px solid red;
    border-left: 5px solid red;
}

input:required.ng-touched.ng-pending, select:required.ng-touched.ng-pending, p-calendar.ng-touched.ng-pending input:required {
    border: 1px solid orange;
    border-left: 5px solid orange;
}

input:not(:required).ng-invalid, p-calendar.ng-invalid input:not(:required) {
    border: 1px solid red;
}

input:not(:required).ng-pending, p-calendar.ng-pending input:not(:required) {
    border: 1px solid orange;
}

.fa-plus {
    position: relative !important;
    top: 0 !important;
    left: 0;
    margin-top: 0 !important;
}

.ui-fileupload-buttonbar {
    border: none;
    background: transparent;
    padding:0;
}

.ui-fileupload-content {
    border: none;
    padding: 0;
    margin: 0 3px 0 0;
}

.ui-fileupload-choose {
    background: #3bafda !important;
    border: 1px solid #4FC1E9 !important;
    color: #fff !important;
    border-radius: 2px;
    padding: 7px 0px 0px 0px;
    transition: .7s all;
}

.ui-fileupload-choose:hover {
    color: #fff !important;
    background: #4FC1E9 !important;
}

.ui-c {
    padding: 0 !important;
}

.ui-progressbar {
    height: 5px;
    text-align: center !important;
    position: relative;
    border: none;
    margin-top: 0px;
    border-radius: 0;
    top: 0 !important;
}

.ui-progressbar .ui-progressbar-value {
    border: 0;
    background: #4FC1E9;
    border-radius: 0;
}

.ui-growl {
    position: fixed;
    top: 55px;
    right: 15px;
    width: 300px;
}

.ui-growl-item-container.ui-state-highlight.ui-growl-message-success {
    background-color: #4CAF50;
    border-color: #4CAF50;
}


.ui-tooltip .ui-tooltip-text {
    background: #003663 !important;
    white-space: normal;
    padding: 10px;
}

.ui-tooltip {
    position: absolute;
    display: none;
    max-width: 100%;
    z-index: 10000 !important;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 1em;
}

.ui-widget-content {
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-bottom: 1px solid #F5F7FA !important;
}
.ui-datatable table {
    width: 100.1%;
}
.ui-paginator-bottom {
    background: #F5F7FA !important;
}
.ui-paginator .ui-paginator-page.ui-state-active {
    border-radius: 0px !important;
}
.ui-calendar button {
    height: 100.2% !important;
}
.ui-datatable .ui-datatable-thead > tr > th {
    padding: 10px 0px !important;
}
.ui-button,
button.ui-button.ui-state-default,
.ui-button.ui-state-default {
    border-radius: 0px !important;
}
.cursor-pointer {
    font-size: 12px !important;
}
.ui-datatable .ui-datatable-data > tr > td {
    border: 0px !important;
}
.ui-widget-header {
    border:0px !important;
}
.ui-paginator .ui-paginator-page {
    padding: 1px 7px !important;
    border-radius: 0px !important;
    margin: 0 3px !important;
    border: 1px solid #4FC1E9 !important;

}
.ui-paginator-next, .ui-paginator-prev,
.ui-paginator-first, .ui-paginator-last {
    background: transparent !important;
    border:0px !important;
}
.ui-datatable-emptymessage {
    text-align:center !important;
}
.btn-xs {
    padding: 5px 5px;
    font-size: 13px;
    border-radius: 0;
}

