﻿body {
}



.mainWrapper {
    height: 100% !important;
    min-height: 100% !important;
    min-width: 650px;
}

.no-margin-left {
    margin-left: 0 !important;
}

.no-margin-right {
    margin-right: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

input, button, select, textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
}

    input.btn.btn-default, button.btn.btn-default, a.btn.btn-default.box {
        background: #f3f3f3;
        color: #777;
        border: none;
    }

.btn {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    text-shadow: none;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
}

    .btn i:before {
        font-size: 12px !important;
    }

a.glyphicon span {
    font-family: sans-serif;
}
/* TOP Menu */
div.Menu_TopMenu {
    max-width: 10.7%;
    float: left;
    border: none;
    line-height: 0px;
}

@media only screen and (min-width:1200px) {
    div.Menu_TopMenu {
        max-width: 20% !important;
        float: left;
        border: none;
        line-height: 0px;
    }
}

div.Menu_TopMenu:nth-child(10) {
    border: none;
}

div.Menu_TopMenu a:link, div.Menu_TopMenu a:visited, div.Menu_TopMenu a {
    display: block;
    color: #999999;
    text-decoration: none;
    line-height: 29px;
    font-weight: 600;
    padding-right: 6px;
    font-size: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 0px;
    padding-left: 6px;
}

div.Menu_TopMenuActive a:link, div.Menu_TopMenuActive a:visited, div.Menu_TopMenuActive a {
    color: rgb(209, 34, 37);
    border-bottom: 2px solid #D12225;
}


/* Trial box */
.trial {
    background: #333 none repeat scroll 0 0;
    box-sizing: border-box;
    font-size: 16px;
    height: 40px;
    padding: 2px 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 999999;
}

    .trial img {
    }

    .trial span {
        color: #777 !important;
        line-height: 31px;
        margin: 0 20px;
        padding-top: 0;
    }

    .trial a {
        background: #ea282d none repeat scroll 0 0;
        border: 0 none;
        border-bottom: 2px solid #ff9ea1;
        color: #fff;
        margin-top: 0px;
        padding: 6px 20px;
        border-radius: 6px !important;
        transition: none;
        -webkit-transition: none;
    }

        .trial a:hover {
            border-bottom: none;
            position: relative;
            top: 2px;
        }

    .trial .counter {
        background: rgba(0, 0, 0, 0) url("https://s3-eu-west-1.amazonaws.com/magniresources/Images/trial_icon.png") no-repeat scroll 0 0;
        color: #777;
        height: 27px;
        line-height: 30px;
        margin-top: 0.5px;
        padding-top: 2.5px;
        text-align: center;
        width: 26px;
    }

    .trial * {
        display: inline-block;
    }

.main-content {
    margin: auto;
    max-width: 1200px;
}

.content-box {
    box-sizing: border-box !important;
    height: calc(100% - 90px) !important;
    margin-top: 0;
    overflow-y: scroll !important;
    padding-left: 40px !important;
    padding-right: 20px !important;
    padding-top: 20px !important;
    padding-bottom: 10px;
}

    .content-box.padding-left {
        padding-left: 20px;
    }

/* Box Style */
.box-style {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    clear: both;
    margin: auto;
    padding: 2% 5%;
    position: relative;
    margin-bottom: 40px;
}

    .box-style.margins {
        margin: 30px 0;
    }

    .box-style .row {
        margin: 0;
    }

.realign {
    clear: both;
    float: none;
    max-width: 1200px;
    margin: auto;
}

.glyphicons {
    display: inline-block;
}



/* Icone no search global, header */
.top-search::before {
    content: url("https://d385xxgpk8p5zy.cloudfront.net/search_big.png");
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
}

    textarea:focus,
    select:focus,
    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="datetime"]:focus,
    input[type="datetime-local"]:focus,
    input[type="date"]:focus,
    input[type="month"]:focus,
    input[type="time"]:focus,
    input[type="week"]:focus,
    input[type="number"]:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="search"]:focus,
    input[type="tel"]:focus,
    input[type="color"]:focus,
    .uneditable-input:focus {
        border-color: rgba(82, 168, 236, 0.8);
        outline: 0;
        outline: thin dotted \9;
        /* IE6-9 */
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
        -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    }

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    /* IE7 */
    margin-top: 1px \9;
    /* IE8-9 */
    line-height: normal;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
    width: auto;
}

select,
input[type="file"] {
    height: 30px;
    /* In IE7, the height of the select element cannot be changed by height, only font-size */
    /* For IE7, add top margin to align select with labels */
    line-height: 30px;
}

select {
    width: 220px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
}

    select[multiple],
    select[size] {
        height: auto;
    }

.backoffice .backoffice_expop-ups {
    box-shadow: 0 0px 8px rgba(0, 0, 0, 0.2);
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(99%,#f6f6f6 )); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 99%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6 ',GradientType=0 ); /* IE6-9 */
    padding: 20px;
    margin-bottom: 30px !important;
    padding: 50px 20px 10px;
}

/*.TableRecords div {
    padding-top: 3px;
    padding-bottom: 3px;
}*/
.TableRecordsHeader {
    text-align: left;
    font-weight: 400;
    background: #FBF9F5;
    padding-top: 10px;
    padding-bottom: 10px;
}

a.SortColumns_Sortable {
    cursor: pointer;
    color: inherit;
}

    a.SortColumns_Sortable.selected {
        font-weight: bold;
        text-decoration: underline;
    }

div.Counter_Message {
    color: #c4c4c4;
    margin: 20px 0px 10px 0px;
    font-size: 13px;
}

.second-category-list {
    height: 340px;
    overflow: auto;
}

.section-title {
    margin-top: 5px;
    margin-bottom: 15px;
}

@keyframes bounce {
    0%, 20%, 53%, 80%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
        background-color: #F4BB6E;
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    90% {
        -webkit-transform: translate3d(0,-2px,0);
        transform: translate3d(0,-2px,0);
    }
}


.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.widget.metric-main {
    background: rgb(245, 243, 240) none repeat scroll 0 0;
    border-left: 1px solid rgba(204, 204, 204, 0.25);
    border-radius: 5px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
    padding: 7% 1% 7%;
}

.top-sub-box .title-box {
    white-space: nowrap;
    font-size: 16px;
    min-height: 20px !important;
    color: #474747;
    font-weight: 400;
    line-height: 40px;
    padding-left: 30px;
}

.top-box input[type=text] {
    font-size: 14px;
}

ul.timeline {
    margin-left: 25% !important;
}




.trialWrapper {
    padding-top: 40px;
}

.search-box .input-append input.top-search {
    padding-right: 75px;
}

.select2-selection__choice {
    white-space: normal;
}

.Menu_TopMenus {
    line-height: 30px;
}

.Menu_TopMenu_Breadcrumb_Left {
    margin-right: 20px;
    padding-top: 5px;
}

.Menu_TopMenu_Breadcrumb_Center {
    display: inline-block;
    width: 30%;
    bottom: 0;
    position: absolute;
}

select:hover {
    cursor: pointer;
}

.dropdown-menu {
    margin-top: 10px;
}

.popover {
    text-align: center;
    width: 236px;
}

.refresh i {
    margin-top: 5px;
    content: url("https://d385xxgpk8p5zy.cloudfront.net/loader.gif");
}

/*.select2-container {
    width: 100% !important;
}*/

/* pop do documents*/
.modal-backdrop, .modal-backdrop.fade.in {
    opacity: 0.9;
}

.modal-backdrop {
    z-index: 10000;
    background: #000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.modal.popup-view {
    z-index: 100001;
    border-color: #efefef;
    background: #fff;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 80%;
    height: 80%;
    margin-left: -40%;
}

.modal.popup-view-documents {
    overflow: hidden !important;
}

.fade.in {
    opacity: 1;
}

.modal {
    position: fixed;
    left: 50%;
    border: 1px solid rgba(0,0,0,0.3);
    outline: 0;
}

.modal-title, .modal-header .close {
    line-height: 29px !important;
}

.modal.popup-view .modal-header {
    padding: 0 10px;
    height: 29px;
    line-height: 29px;
    border-color: #efefef;
    background-image: none !important;
    filter: none !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background: #f4f4f4;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    .modal.popup-view .modal-header .h3 {
        font-size: 14px;
        margin-right: 24px;
    }

.modal.fade.in {
    top: 10%;
}

.popup-responsable {
    top: 0 !important;
    position: absolute;
    left: 0;
}

/* esconder menu ao chegar em 992px: */
@media screen and (max-width: 992px) {
    .top-sub-box {
        width: 100%;
    }

    /*.content-box {
        width: 100%;
    }*/
}

/* gráficos da home */
.flotTip {
    white-space: nowrap;
    border: 1px solid #e5412d;
    padding: 3px 8px;
    background: #e5412d;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    box-shadow: inset 1px 1px 1px rgba(255,255,255,0.2),inset -1px -1px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 1px 1px 1px rgba(255,255,255,0.2),inset -1px -1px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 1px 1px 1px rgba(255,255,255,0.2),inset -1px -1px 1px rgba(0,0,0,0.2);
    position: absolute;
    z-index: 100;
    color: #fff;
}


/* mf's e selects do angular material*/
td.receipt_datapicker mf-date-picker input {
    height: 30px;
}

td.receipt_datapicker mf-date-picker .add-on {
    color: #393939 !important;
    border: none;
}

td.receipt_select mf-select-one select option {
    color: black !important;
    border-color: black !important;
}

/* pivot */
.box-generic {
    border: 1px solid #efefef;
    padding: 15px;
    position: relative;
    background: #fff;
    margin: 0 0 15px;
}

.margin-rigth-5 {
    margin-right: 5px;
}

.pvtUi {
    color: #333;
}

.Pivot {
    padding: 40px;
}

.Pivot .pvtUi {
    max-width: 1200px;
    min-height: 700px;
}

.Pivot .pvtFilterBox {
    border: 0;
    box-shadow: 0 1px 6px rgba(0,0,0,.5);
    width: auto !important;
}

.pvtFilterBox {
    z-index: 100;
    width: 280px;
    border: 1px solid gray;
    background-color: #fff;
    position: absolute;
    padding: 20px;
    text-align: center;
}

.Pivot .pvtUi tr:first-child td:first-child, .pvtUi tr:first-child td:nth-child(2) {
    background: #ddd;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(221, 221, 221);
    border: solid 1px #fff;
}

.Pivot .pvtAxisContainer {
    background: #fff none repeat scroll 0 0;
    background-image: none;
    background-position-x: 0px;
    background-position-y: 0px;
    background-size: initial;
    background-repeat-x: repeat;
    background-repeat-y: repeat;
    background-attachment: scroll;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(255, 255, 255);
    border: 1px solid #eee;
}

.Pivot .pvtRendererArea {
    background: #fff !important;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(255, 255, 255);
}

.pvtVal {
    width: auto;
    padding: 0px 5px 0px 5px;
}

.pvtAxisContainer, .pvtVals {
    background: #EEE;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(238, 238, 238);
    padding: 5px;
    min-width: 20px;
    min-height: 20px;
}

.Pivot .pvtAxisContainer.pvtRows {
    border: 2px dashed #aaa;
    background: #f5f3f0 !important;
}

.Pivot .pvtAxisContainer.pvtRows {
    border: 2px dashed #aaa;
    background: #f5f3f0 !important;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(245, 243, 240);
}

.Pivot .pvtTotal, .pvtGrandTotal {
    background: #fac9ca !important;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(255, 228, 229);
    background: #ffe4e5 !important;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(255, 228, 229);
    width: auto;
    padding: 0px 5px 0px 5px;
}

.Pivot .pvtColLabel, .pvtRowLabel {
    background: #ffe4e5 !important;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(245, 243, 240);
    background: #f5f3f0 !important;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(245, 243, 240);
}

.Pivot table.pvtTable tr th {
    background: #fff;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(255, 255, 255);
    border: 1px solid #ddd;
}

.pvtAxisContainer li span.pvtAttr {
    -webkit-text-size-adjust: 100%;
    background: #F3F3F3;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(243, 243, 243);
    border: 1px solid #DEDEDE;
    padding: 2px 5px;
    white-space: nowrap;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

table.pvtTable tr th, table.pvtTable tr th {
    background-color: #e6EEEE;
    border: 1px solid #CDCDCD;
    font-size: 8pt;
    padding: 5px;
}

.Pivot .pvtAxisContainer li span.pvtAttr {
    font-size: 14px !important;
    background-color: #fff;
    border-radius: 0;
    border: 0;
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
    line-height: 20px;
    padding: 6px 5px;
}

.pvtPlaceholder {
    border-width: 1px;
    border-style: dashed;
    border-color: #aaa;
    max-width: 100px;
}

.Pivot .pvtAxisContainer {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eee;
}

    .Pivot .pvtAxisContainer li span.pvtAttr:hover, .pvtAxisContainer li span.pvtAttr:active {
        border: 2px dashed #aaa;
        box-sizing: border-box;
    }

*:focus {
    outline: -webkit-focus-ring-color auto 0;
    outline-color: -webkit-focus-ring-color;
    outline-style: auto;
    outline-width: 0px;
}

:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-color: -webkit-focus-ring-color;
    outline-style: auto;
    outline-width: 5px;
}

.pvtAxisContainer li {
    padding: 8px 6px;
    list-style-type: none;
    cursor: move;
}

.Pivot table.pvtTable tr th, .Pivot table.pvtTable tr td {
    font-size: 14px !important;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.Pivot table.pvtTable tr th.pvtRowLabel {
    white-space: normal;
}

.Pivot .pvtFilteredAttribute span {
    font-style: normal;
    font-weight: bold;
    color: #ED262A;
}

table.pvtTable .pvtColLabel {
    text-align: center;
}

.Pivot table.pvtTable {
    width: 100%;
}

.Pivot .pvtUnused:before, .pvtRows:before, .pvtHorizList:before {
    top: 0;
    left: 0;
    width: 100%;
    color: #aaa;
    font-size: 16px;
    border: 2px dashed;
    height: 60px;
    box-sizing: border-box;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
    z-index: 0;
}

.Pivot .pvtRows:before {
    content: url(https://s3-eu-west-1.amazonaws.com/magniresources/Images/pvtRows_bg.png);
    border: 0;
    margin-left: 40px;
}

.Pivot .pvtUnused:before {
    content: url(https://s3-eu-west-1.amazonaws.com/magniresources/Images/pvtUnused_bg.png);
    border: 0;
}

.Pivot .pvtHorizList {
    background: url(https://s3-eu-west-1.amazonaws.com/magniresources/Images/pvtHorizList_bg.png) no-repeat #f5f3f0 center center !important;
    width: 100%;
    vertical-align: middle;
    border: 2px dashed #aaa !important;
}

.Pivot .pvtAxisContainer {
    min-width: 200px;
}

.Pivot .pvtUi button {
    background: #4285f4;
    color: #FFF;
    border: 0;
    padding: 4px 10px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}

.Pivot .pvtSearch {
    width: 100%;
    height: 30px;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #ccc;
}

.pvtFilterBox p {
    margin: 1em auto;
}

.pvtCheckContainer p {
    margin: 5px;
}

.pvtFilterBox label {
    font-weight: normal;
}

.Pivot .pvtFilterBox h4 {
    color: #777;
    font-size: 16px;
    font-weight: normal;
}

.pvtFilterBox h4 {
    margin: 0;
}

.Pivot .pvtCheckContainer {
    max-height: 200px;
    overflow-x: hidden;
}

.Pivot .pvtCheckContainer {
    overflow: auto;
}

.pvtCheckContainer {
    text-align: left;
    overflow: scroll;
    width: 100%;
    max-height: 200px;
}

#output_pivot_data > table > tbody > tr:nth-child(1) > td.pvtAxisContainer.pvtHorizList.pvtCols.ui-sortable {
    display: inline-flex;
    height: 75px;
}

.docPreview .modal-header {
    padding: 15px !important;
}

.docPreview .modal-body {
    padding: 0px !important;
}


input[type=search]:focus,
input[type=text]:focus {
    border-bottom: 1px solid rgba(82, 168, 236, 0.8) !important;
}

select:focus {
    box-shadow:none!important;
    border-bottom: 1px solid rgba(82, 168, 236, 0.8) !important;
}

input[type=search]:focus,
input[type=text]:focus {
    border-radius: 0px;
}

.tutorial-transfers {
    padding-bottom: 8px;
    border-radius: 0px;
}

.tutorial-transfers select:focus, .tutorial-transfers select {
    font-size: 12px;
}
.tutorial-transfers .form-control {
    font-size: 12px;
    padding-bottom: 8px;
}

#selectClientBox .draggable .slick-slide div {
    display: grid !important;
    margin-left: 7px;
}