@charset "uft-8";

html {
  	position: relative;
	min-width: 389px;
	min-height: 100vh;
}

body {
    font-family: sans-serif;
    background-color: #f3f3f3;
}

button {
	outline: none !important;
}

select.form-control[multiple], select.form-control[size] {
    border-radius: 0;
}

.fw {
    width: 100%;
}

.btn, button[type="submit"], .button[type="submit"] {
    padding: 10px 30px;
	border-radius: 32px;
}

.btn-oxfam {
    color: #fff;
    background-color: rgb(59, 94, 132);
    border-color: rgb(59, 94, 132);
}

.btn-oxfam:hover {
    color: #fff;
    background-color: rgb(59, 94, 132, 0.8);
}

.btn-cancel {
    color: #fff;
    background-color: rgb(204, 204, 204);
    border-color: rgb(204, 204, 204);
}

.btn-cancel:hover {
    color: #fff;
    background-color: rgba(204, 204, 204, 0.8);
}

fieldset {
	margin-top: 10px;
}

fieldset legend {
	color: #aaa;
    font-size: 16px;
    font-variant: small-caps;
    border-bottom: 1px solid #ddd;
}

textarea {
	height: 100px !important;
	resize: none;
}

.logo {
    width: 160px;
}

.logo-w30 {
    width: 30%;
}

.form, .card, .table {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

form, .form {
    padding: 20px;
}

#login-form {
    position: absolute;
    width: 100%;
    margin: 0 0 0 -15px; /* Per il container. */
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.form-control {
    color: #dca972;
    background-color: #f2f2f2;
    border-radius: 20px;
}

.text-bold {
    font-weight: bold;
}

.text-italic {
	font-style: italic;
}

.text-danger {
    color: #a94442 !important;
}

.text-disabled {
    color: #bbb;
}

.text-upper {
	text-transform: uppercase;
}

.text-through {
	text-decoration: line-through;
}

.text-fit {
	white-space: nowrap;
    width: 1%;
}

.text-highlight {
	color: #dca972;
}

.paginator {
    text-align: center;
}

.paginator ul.pagination li {
    float: none;
    display: inline-block;
}

.paginator p {
    text-align: right;
    color: rgba(0, 0 ,0 , 0.54);
}

.asc:after {
    content: " \2193";
}

.desc:after {
    content: " \2191";
}

#loader {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(40, 40, 40, .7) url(../img/loader.gif) 50% 50% no-repeat;
}

.message {
	position: fixed;
    text-align: center;
    cursor: pointer;
    display: block;
    font-weight: normal;
    padding: 0 1.5rem 0 1.5rem;
    transition: height 300ms ease-out 0s;
    background-color: #a0d3e8;
    color: #626262;
    top: 15px;
    right: 15px;
    z-index: 999;
    overflow: hidden;
    height: 50px;
    line-height: 2.5em;
}

.message:before {
    line-height: 0px;
    font-size: 20px;
    height: 12px;
    width: 12px;
    border-radius: 15px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    left: -11px;
    background-color: #FFF;
    padding: 12px 14px 12px 10px;
    content: "i";
    color: #a0d3e8;
}

.message.error {
    background-color: #C3232D;
    color: #FFF;
}

.message.error:before {
    padding: 11px 16px 14px 7px;
    color: #C3232D;
    content: "x";
}

.message.hidden {
    height: 0;
}

.btn-file {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.btn-file input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
	opacity: 0;
	filter: 'alpha(opacity=0)';
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px !important;
    direction: ltr;
    cursor: pointer;
}

.navbar {
    border-bottom: 1px solid #000 !important;
}

@media screen\9 {
    .btn-file input {
        filter: alpha(opacity=0);
        font-size: 100%;
        height: 100%;
    }
}

#wrapper .navbar-collapse {
    padding: 0 15px;
}

#wrapper .navbar-collapse .circle {
    height: 30px;
    width: 30px;
    background-color: #b4b8ff;
    border-radius: 50%;
    display: inline-block;
}

#wrapper .list-group-item {
    color: #fff;
    border-color: #fff;
    text-transform: uppercase;
}

/*
#wrapper .list-group-item.disabled {
    color: #aaa;
    border-color: #aaa;
}
*/

#sidebar-wrapper {
    position: relative;
}

#sidebar-wrapper .sidebar-heading {
    padding: 4.25rem 1.25rem !important;
}

#sidebar-wrapper .sidebar-footer {
    position: absolute;
    left: 0;
    bottom: 0;
}

#sidebar-wrapper .sidebar-footer .logo {
    width: 25%;
}

#sidebar-wrapper .sidebar-footer .copyright,
#wrapper #page-content-wrapper #navbar-content {
    font-size: 12px;
    color: #516175;
}

#sidebar-wrapper,
#sidebar-wrapper .list-group-item {
    background-color: #203a55;
    font-size: 12px;
}


#sidebar-wrapper .list-group-item:first-child {
    border-top: 1px solid #fff;
}

#sidebar-wrapper .list-group-item:last-child {
    border-bottom: 1px solid #fff;
}

#sidebar-wrapper .list-group-item.active {
    background-color: #2e4760 !important;
    border-left: 3px solid #fff;
}

#wrapper #page-content-wrapper {
    background-color: #fff;
}

#wrapper #page-content-wrapper #menu-toggle {
    color: rgba(0, 0, 0, .5);
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, .1);
	border-radius: .25rem;
	padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
}

.card {
    height: 130px;
}

.card-title {
    font-size: 1.2rem;
    color: #000;
}

.card-text {
    font-size: .75rem;
    color: #969495;
}

.card-number, .card-link {
    font-size: 2.3rem;
}

.card-number {
    color: #b4b8ff;
}

.card-link  > a {
    font-size: .75rem;
    font-weight: bold;
    color: #000;
}

.card-link > a:hover {
    text-decoration: none;
}

.card-link > a:after {
    content:  " \2192";
}

.table {
    padding: 20px;
    border-collapse: separate;
    border-spacing: 8px;
}

.table thead th {
    padding-bottom: .25rem;
}

.table tr td {
    color: #565656;
    background-color: #f2f2f2;
    border-left: 5px solid #b4b8ff;
    vertical-align: middle;
    white-space: nowrap;
    width: 1%;
}

.table td.action {
    border: none;
}

.table td.action table tr {
    text-align: left;
}

.table td.action table tr th {
    padding-left: 0;
}

.table td.action table tr td {
    border: none;
    vertical-align: middle;
    white-space: nowrap;
    padding: 0 1.5rem 0 0;
    width: 1%;
}