textarea {
    margin-top: 5px;
}
small {
    font-size: 10px;
    white-space: wrap;
    word-break: break-all;
    word-wrap: break-word;
}
small b {
    font-size: 10px;
    color: #2196F3;
    white-space: wrap;
}
large b {
    color: #2196F3;
    white-space: wrap;
}
.btn-actions button {
    margin: 0px 5px;
    font-size: 10px;
}
.btn-actions button:first-child {
    margin-left: 20px;
}
.btn:focus, .btn:hover {
    color: #efefef !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .6), 0 2px 10px rgba(0, 0, 0, .6);
}
.box-status {
    width: 60px;
    line-height: 200%;
    text-transform: uppercase;
    color: white;
    text-align: center;
    font-size: 10px;
    border-radius: 2px;
    margin-left: 10px;
    margin-right: 0px;
}
.box-status-big {
    width: 100%;
    line-height: 240%;
    text-transform: uppercase;
    color: white;
    text-align: center;
    font-size: 11px;
}
.btn-status {
    font-size: 10px !important;
    padding: 2px 6px !important;
    margin-right: -3px !important;
    box-shadow: none !important;
    width: 60px;
}
.btn-cancel {
    color: #fff;
    background-color: #aaa;
}
.btn-closed {
    color: #fff;
    background-color: #aaa;
    margin-right: -3px !important;
    box-shadow: none !important;
    width:: 50px;
}
.dt_day {
    margin-top: -4px;
    font-size: 20px;
    font-weight: bold;
}
.dt_month {
    margin-top: -3px;
    font-size: 12px;
    line-height: 95%;
}
.table div.form-group {
    margin-left: -5px;
    margin-right: -20px;
}
.table > tbody > tr:nth-child(n+2) > td:first-child {
    min-width: 10px;
    max-width: 100px;
    width: auto;
    padding-left: 0px !important;
    text-align: right;
}
.table > tbody > tr:nth-child(n+3) > td {
    border-top: 2px solid #2196F3 !important;
}
.moment-picker {
    margin: auto;
    width: 100%;
    max-width: 250px;
    background-color: #2D5F8B;
}
.moment-picker-container {
    color: white;
    background: #2D5F8B !important;
    border: none 0px !important;
}
.moment-picker-container table {
    color: white;
    background-color: #2D5F8B !important;
	margin-bottom: 20px;
}
.moment-picker.inline {
    display: contents;
}
.moment-picker th, .moment-picker td {
	min-width: unset !important;
}
.moment-picker th:first-child, .moment-picker th:last-child {
	width: unset !important;
}
#detail .chosen-container-single .chosen-single {
    padding-left: 1px;
}
.table .chosen-container-single .chosen-single {
    height: 30px !important;
    top: 4px;
    padding-top: 3px;
    border-radius: 2px;
}
.table .chosen-container-single .chosen-single div b {
    margin-top: 4px;
    margin-left: -2px;
}
.input-date {
    background: #fff url(/img/calendar/icon.svg) 3% 50% no-repeat !important;
    background-size: 16px 16px !important;
    padding-left: 20px !important;
    text-align: left !important;
    font-size: 12px;
}
.nopadding {
    padding: 15px 0px !important;
}
.ng-table .form-control {
    border: 1px solid #E4E4E4;
    padding: 0px;
    width: 100%;
    height: 30px;
    margin-top: 5px;
    margin-left: 0px;
    margin-bottom: 15px;
    margin-right: 0px;
}
.fg-float .fg-toggled .fg-label {
    bottom: 100% !important;
}
.input-group {
    width: 100%;
}
.radio {
    margin: 10px 3px -7px 0px !important;
}
.radio > button {
    font-size: 12px !important;
    text-transform: capitalize !important;
}
.bg-secundary, .bg-closed {
    background-color: #aaa !important;
}
.row-selected {
    background-color: #efefef !important;
}
.nav-pills li {
    width: 45%;
    margin-left: 3%;
}
.nav-pills > li > a {
    text-align: center;
    color: #000 !important;
    background-color: white;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #000;
    background-color: white;
    border-bottom: solid 2px #2196F3;
}
#detail {
    z-index: 1;
}
.day1 {
    background-image: url(/img/calendar/day1.svg);
    background-repeat: no-repeat;
    background-position: 9px 11px;
    background-size: 25px 25px;
}
.day2 {
    background-image: url(/img/calendar/day2.svg);
    background-repeat: no-repeat;
    background-position: 9px 11px;
    background-size: 25px 25px;
}
.day3 {
    background-image: url(/img/calendar/day3.svg);
    background-repeat: no-repeat;
    background-position: 9px 11px;
    background-size: 25px 25px;
}
.day4 {
    background-image: url(/img/calendar/day4.svg);
    background-repeat: no-repeat;
    background-position: 9px 11px;
    background-size: 25px 25px;
}
.day5 {
    background-image: url(/img/calendar/day5.svg);
    background-repeat: no-repeat;
    background-position: 9px 11px;
    background-size: 25px 25px;
}
.day6 {
    background-image: url(/img/calendar/day6.svg);
    background-repeat: no-repeat;
    background-position: 9px 11px;
    background-size: 25px 25px;
}
.day7 {
    background-image: url(/img/calendar/day7.svg);
    background-repeat: no-repeat;
    background-position: 9px 11px;
    background-size: 25px 25px;
}
.pmo-contact ul li {
    padding: 4px 0 4px 25px;
}
.avatar {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 15vw;
    height: 15vw;
    border-radius: 2%;
    background: $pinkish;
    background-image: url("{{url}}/img/users/{{data.id}}.png"), url("{{url}}/img/users/none.png");
    background-size: cover;
    background-position: 50% 25%;
    -webkit-transition: border 0.5s linear;
    transition: border 0.5s linear;
}
.avatar:after {
    content: "";
    position: absolute;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #f0e3c7), color-stop(100%, #6bcab4));
    width: 15vw;
    height: 15vw;
    border-radius: 2%;
    left: 0px;
    top: 0px;
    opacity: 0;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    cursor: pointer;
    -webkit-transform-style: preserve-3d;
}
.avatar:hover:after {
    opacity: 0.7;
}
.avatar.open:hover:after {
    opacity: 0;
}
#camera {
    -webkit-transform: scale(0.4);
    position: relative;
    z-index: 9999;
    cursor: pointer;
    top: 3vw;
    overflow: hidden;
}
#circle {
    -webkit-transform: scale(0.75);
    -webkit-transform-origin: 50% 50%;
    -webkit-transition: all 0.3s linear;
    stroke-dashoffset: 33px;
    stroke-dasharray: 33px;
}
#cameraFrame {
    -webkit-transition: all 0.5s linear;
    stroke-dashoffset: 72px;
    stroke-dasharray: 72px;
}
#plus {
    -webkit-transition: all 0.3s linear;
    stroke-dashoffset: 5px;
    stroke-dasharray: 5px;
}
.avatar:hover > #camera > #cameraFrame {
    stroke-dashoffset: 0;
}
.avatar:hover > #camera > #circle {
    stroke-dashoffset: 0px;
}
.avatar:hover > #camera > #plus {
    stroke-dashoffset: 0px;
}
.avatar:active > #camera > #cameraFrame {
    -webkit-transition: none;
    stroke: rgba(255,255,255,0.7);
}
.avatar:active > #camera > #circle {
    -webkit-transition: none;
    stroke: rgba(255,255,255,0.7);
}
.avatar:active > #camera > #plus {
    -webkit-transition: none;
    stroke: rgba(255,255,255,0);
}
#camera {
    -webkit-transition: 250ms cubic-bezier(0.7, 0, 0.36, 1);
    transition: 250ms cubic-bezier(0.7, 0, 0.36, 1);
}
.avatar.open > #camera {
    -webkit-transform: scale(0);
    fill: #fff;
}
.avatar.open > #camera {
    visibility: hidden;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 0px !important;
}

