/* alert-success */
.alert.alert-success {
    background: #69F0AE;
}
.alert.alert-danger {
    background: #E0E0E0;
}
.btn i {vertical-align: middle;}
/* button */
.md-btn.md-flat.green:not([disabled]):hover, 
.md-btn.md-flat.green:not([disabled]):focus {
  background-color: #4caf50;
}

.md-btn.md-fab.md-mini {
  line-height: 30px;
}
.md-btn.md-circle.md-mini {
  border-radius: 50px;
  padding: 6px 8px; 
  vertical-align: top;
}
.md-btn.md-btn-circle.md-mini {
  width: 20px;
  height: 20px;
  padding: 3px;
  margin-top: 0px;  
}
.md-btn.md-btn-circle.md-mini i {
  font-size: 14px;
}

.blue-grey-900 button.btn {
  background: #023e5c;
  border-color: #3e515b;
  color: #fff;  
}
.md-btn-circle {
  vertical-align: middle;
}
/* badge */
.badge-sm {
    padding: 4px 7px;
}
.badge-xs {
    padding: 1px 7px;
    font-size: 12px;
    font-weight: normal;    
}
.label-xs {
  
}
/* card */
.card .card-heading.p-xs {
    padding: 15px 15px
}
.card .card-heading.p-sm {
    padding: 19px
}
.card .card-heading .btn.btn-sm {
    margin-top: -5px
}
.card .card-heading h3 {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}
.card .card-heading h2 .i-24 {
    vertical-align: -15%;
}
.card .card-tools .md-btn.md-mini {
    width: 32px;
    height: 32px;
    line-height: 22px;
    padding-left: 5px;
    padding-top: 4px;
}
.card .card-tools.p-xs {
    padding: 0px
}
.card.just-body .card-heading{
    display: none;
}
.card .card-tools.p-xs .md-btn.md-mini {
    margin-top: -5px;
    padding-left: 4px;
    padding-top: 5px;
}
.card.card-xs .card-body, .card.card-xs .md-list {
    height: 300px;
    overflow: scroll;
}
.card.card-xs-zr .card-body, .card.card-xs-zr .md-list {
    height: 300px;
    overflow: hidden;
}
.card.card-x-xs-zr .card-body, .card.card-xs-zr .md-list {
    height: 150px;
    overflow: hidden;
}
.card.card-x-xs-zr .exception.card-body, .card.card-xs-zr .md-list {
    height: auto;
}
.card.card-x-xs-zr {
    padding-bottom: 20px;
}
.card.card-xs.just-body .card-body, .card.card-xs.just-body .md-list {
    height: 355px;
    overflow: scroll;
}
.card.overwrite {
    
}
.card.overwrite .card-heading {
    padding: 10px;
    border: 1px solid #efefef;
}
.card.overwrite .card-body {
    padding: 5px 15px 10px;
}
.card.overwrite h1 {
    margin: 0px;
}
.card.overwrite .card-tools {
    top: 6px;
}
/* list */

.list-group .list-group-item.white {
    background: white;
    border-radius: 0px
}
.list-group .list-group-item.white input {
    color: #333;
}
.list-group .list-group-item.selected {
    background: #4caf50;
    color: #fff;
    font-weight: bold
}
.list-group-xs .list-group-item {padding: 5px 10px;}
.list-group-hovered .list-group-item:hover {background: #efefef;}
.list-group.list-group-box {
    border-radius: 0px
}
.list-group.list-group-box .list-group-item:first-child {
    border-radius: 0px
}
.list-group.list-group-box .list-group-item:last-child {
    border-radius: 0px
}
.list-group-item .pull-right a.md-btn.md-circle.md-mini {
    margin-top: -8px;
    vertical-align: middle
}
.list-group-item .pull-right button.md-btn.md-circle.md-mini {
    vertical-align: middle;
    margin-top: -8px;
}
.list-group-item .badge.exception {
    float: none
}
.list-group.list-group-border {
    border: 1px solid #ddd;
}
.ui-list.ui-list-badgets {
 list-style-type: none;
}
.ui-list.ui-list-badgets li {
    border: 2px solid #ccc;
    border-radius: 10px;
    padding: 0px 5px;
}
.ui-list.ui-list-badgets li.active {
    border: 2px solid #43a047;
    background: #43a047;
    color: #fff;
}
.list-group-subitem {
    margin-left: 30px;
    border-style: solid;
    border-color: transparent transparent transparent #aaa;
    border-width: 1px 1px 1px 6px;    
}
.list-group-subitem.list-group-subitem-warning {
    border-style: solid;
    border-color: transparent transparent transparent #fb8c00;
    border-width: 1px 1px 1px 6px;
}
.list-group-subitem.list-group-subitem-info {
    border-style: solid;
    border-color: transparent transparent transparent #42a5f5;
    background: #e3f2fd;
    border-width: 1px 1px 1px 6px;
}
.list-group-item .md-btn-circle {
    margin-top: -4px;
}
.form-group.divider {border-width: 0px 0px 1px 0px; border-color: rgba(0,0,0,0.12); border-style: solid; margin-bottom: 0px; }
.list-group-item form .form-group.divider {padding-bottom: 15px;}

/* table */
.table.table-xs > tbody > tr > td span.single-line, .table.table-xs > tbody > tr > td i.single-line {
    vertical-align: middle;
}
.table.table-xs > tbody > tr > td, 
.table.table-xs > tfoot > tr > td, 
.table.table-xs > tbody > tr > th, 
.table.table-xs > tfoot > tr > th,
.table.table-xs > thead > tr > th {
    padding: 2px 10px;
    vertical-align: middle;
    font-size: 13px;
}
.table.table-xs > tbody > tr > td .form-group, 
.table.table-xs > tfoot > tr > td .form-group, 
.table.table-xs > tbody > tr > th .form-group, 
.table.table-xs > tfoot > tr > th .form-group,
.table.table-xs > thead > tr > th .form-group {margin: 0px;}

.table.table-xs.top > tbody > tr > td, 
.table.table-xs.top > tfoot > tr > td, 
.table.table-xs.top > tbody > tr > th, 
.table.table-xs.top > tfoot > tr > th,
.table.table-xs.top > thead > tr > th {
    vertical-align: top;
}
.table.table-xs > tbody > tr > td.p-sm, 
.table.table-xs > tfoot > tr > td.p-sm, 
.table.table-xs > tbody > tr > th.p-sm, 
.table.table-xs > tfoot > tr > th.p-sm,
.table.table-xs > thead > tr > th.p-sm {
    padding: 10px;
}
.table.table-xs.font-xs > tbody > tr > td, 
.table.table-xs.font-xs > tfoot > tr > td, 
.table.table-xs.font-xs > tbody > tr > th, 
.table.table-xs.font-xs > tfoot > tr > th,
.table.table-xs.font-xs > thead > tr > th,
.table > thead.font-xs > tr > th {
    font-size: 10px
}
.table.table-xs.font-x-xs > tbody > tr > td, 
.table.table-xs.font-x-xs > tfoot > tr > td, 
.table.table-xs.font-x-xs > tbody > tr > th, 
.table.table-xs.font-x-xs > tfoot > tr > th,
.table.table-xs.font-x-xs > thead > tr > th,
.table > thead.font-x-xs > tr > th {
    font-size: 8px
}
.table > tbody > tr > td.td-xs, 
.table > tfoot > tr > td.td-xs {
    padding: 8px;
}
.table.table-xs .md-mini {
    margin-top: 5px
}
.table > thead > tr > th {
    vertical-align: middle
}
.table > tbody > tr.bg-primary > td {
    
}
.table.no-border > tbody > tr:first-child > td {
    border-color: transparent;
}

.table.table-report {
    
}
.table.table-report tbody tr td:first-child{
    background: #efefef;
    font-weight: bold;
}

.table.table-no-style tbody tr td{
    border:none;
}

.table.table-hover > tbody > tr:hover {
    background-color: #efecec;
}



/*.table thead.stickyTitle{*/
/*    position: -webkit-sticky;*/
/*    position: -moz-sticky;*/
/*    position: -ms-sticky;*/
/*    position: -o-sticky;*/
/*    position: sticky;*/
/*    top: 0;*/
/*    background:#FFF; */
/*    z-index: 100;*/
/*}*/
/* text */

/*.font-xs {
    font-size: 10px
}
.font-sm {
    font-size: 12px
}*/

.text-mute {
    color: #888;
}
.help-text, .text-help {
    color: #e57373;
}
.help-text.help-text-right {
    display: block;
    text-align: right
}
.font-xs {
    font-size: 10px
}
.font-xs-i {
    font-size: 10px!important
}
.font-x-xs {
    font-size: 8px
}
.font-x-xs-i {
    font-size: 8px!important
}
.font-sm {
    font-size: 12px
}
.font-md-i {
    font-size: 16px!important;
}
.font-lg-i {
    font-size: 24px!important;
}
.font-em-lg-i {
    font-size: 6em!important;
}
.font-roboto {
    font-weight: 500;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
small.text-md.font-roboto {
    color: #333;
}
.box-xs h4, .box-xs .h4 {
    font-size: 1em
}

.pink-400{color: #fff;}
.text-grey{color: rgba(0,0,0,0.65);}
/* Paddings  */
.p-zr {
  padding: 0px;
}
.p-zr-i {
  padding: 0px !important;
}
.p-t-zr {
    padding-top: 0px
}
.p-t-zr-i {
    padding-top: 0px !important
}
.p-b-zr {
    padding-bottom: 0px;
}
.p-b-zr-i {
    padding-bottom: 0px !important;
}
.p-l-zr {
    padding-left: 0px;
}
.p-l-zr-i {
    padding-left: 0px !important
}
.p-r-zr {
    padding-right: 0px
}
.p-r-zr-i {
    padding-right: 0px !important
}
.p-xs {
  padding: 5px
}
.p-xs-i {
  padding: 5px !important
}
.p-t-xs {
    padding-top: 5px
}
.p-t-xs-i {
    padding-top: 5px !important
}
.p-b-xs {
    padding-bottom: 5px;
}
.p-b-xs-i {
    padding-bottom: 5px !important;
}
.p-l-xs {
    padding-left: 5px;
}
.p-l-xs-i {
    padding-left: 5px !important
}
.p-r-xs {
    padding-right: 5px
}
.p-r-xs-i {
    padding-right: 5px !important
}
.p-sm {
  padding: 10px
}
.p-sm-i {
  padding: 10px !important
}
.p-t-sm {
    padding-top: 10px
}
.p-t-sm-i {
    padding-top: 10px !important
}
.p-b-sm {
    padding-bottom: 10px;
}
.p-b-sm-i {
    padding-bottom: 10px !important;
}
.p-l-sm {
    padding-left: 10px;
}
.p-l-sm-i {
    padding-left: 10px !important
}
.p-r-sm {
    padding-right: 10px
}
.p-r-sm-i {
    padding-right: 10px !important
}
.p {
  padding: 15px
}
.p-i {
  padding: 15px !important
}
.p-t {
    padding-top: 15px
}
.p-t-i {
    padding-top: 15px !important
}
.p-b {
    padding-bottom: 15px;
}
.p-b-i {
    padding-bottom: 15px !important;
}
.p-l {
    padding-left: 15px;
}
.p-l-i {
    padding-left: 15px !important
}
.p-r {
    padding-right: 15px
}
.p-r-i {
    padding-right: 15px !important
}
.p-lg {
  padding: 20px
}
.p-lg-i {
  padding: 20px !important
}
.p-t-lg {
    padding-top: 20px
}
.p-t-lg-i {
    padding-top: 20px !important
}
.p-b-lg {
    padding-bottom: 20px;
}
.p-b-lg-i {
    padding-bottom: 20px !important;
}
.p-l-lg {
    padding-left: 20px;
}
.p-l-lg-i {
    padding-left: 20px !important
}
.p-r-lg {
    padding-right: 20px
}
.p-r-lg-i {
    padding-right: 20px !important
}
/* Margins  */
.m-zr {
  margin: 0px;
}
.m-zr-i {
  margin: 0px !important;
}
.m-t-zr {
    margin-top: 0px
}
.m-t-zr-i {
    margin-top: 0px !important
}
.m-b-zr {
    margin-bottom: 0px;
}
.m-b-zr-i {
    margin-bottom: 0px !important;
}
.m-l-zr {
    margin-left: 0px;
}
.m-l-zr-i {
    margin-left: 0px !important
}
.m-r-zr {
    margin-right: 0px
}
.m-r-zr-i {
    margin-right: 0px !important
}
.m-xs {
  margin: 5px
}
.m-xs-i {
  margin: 5px !important
}
.m-t-xs {
    margin-top: 5px
}
.m-t-xs-i {
    margin-top: 5px !important
}
.m-b-xs {
    margin-bottom: 5px;
}
.m-b-xs-i {
    margin-bottom: 5px !important;
}
.m-l-xs {
    margin-left: 5px;
}
.m-l-xs-i {
    margin-left: 5px !important
}
.m-r-xs {
    margin-right: 5px
}
.m-r-xs-i {
    margin-right: 5px !important
}
.m-sm {
  margin: 10px
}
.m-sm-i {
  margin: 10px !important
}
.m-t-sm {
    margin-top: 10px
}
.m-t-sm-i {
    margin-top: 10px !important
}
.m-b-sm {
    margin-bottom: 10px;
}
.m-b-sm-i {
    margin-bottom: 10px !important;
}
.m-l-sm {
    margin-left: 10px;
}
.m-l-sm-i {
    margin-left: 10px !important
}
.m-r-sm {
    margin-right: 10px
}
.m-r-sm-i {
    margin-right: 10px !important
}
.m {
  margin: 15px
}
.m-i {
  margin: 15px !important
}
.m-t {
    margin-top: 15px
}
.m-t-i {
    margin-top: 15px !important
}
.m-b {
    margin-bottom: 15px;
}
.m-b-i {
    margin-bottom: 15px !important;
}
.m-l {
    margin-left: 15px;
}
.m-l-i {
    margin-left: 15px !important
}
.m-r {
    margin-right: 15px
}
.m-r-i {
    margin-right: 15px !important
}
.m-lg {
  margin: 20px
}
.m-lg-i {
  margin: 20px !important
}
.m-t-lg {
    margin-top: 20px
}
.m-t-lg-i {
    margin-top: 20px !important
}
.m-b-lg {
    margin-bottom: 20px;
}
.m-b-lg-i {
    margin-bottom: 20px !important;
}
.m-l-lg {
    margin-left: 20px;
}
.m-l-lg-i {
    margin-left: 20px !important
}
.m-r-lg {
    margin-right: 20px
}
.m-r-lg-i {
    margin-right: 20px !important
}
/* Negative margins */
.m-t--xs {
    margin-top: -5px;
}
.md-switch {
    vertical-align: text-bottom;
}
.form-group-switch {
    
}
.form-group-switch .ui-switch{
    vertical-align: middle
}
.form-group-switch span:first-child {
    padding-right: 10px;
}
.form-group-switch span:last-child {
    padding-left: 10px;
}
.input-group-xs {
    
}
.input-group-xs .input-group-addon {
    padding: 0px 10px 0px 10px;
    font-size: 12px;
}
.input-group-xs .form-control, .form-control-xs {
    height: 24px;
    padding: 0px 10px;
    font-weight: normal;
}

.input-group .form-control {
    border-radius: 4px;
}
.input-group select.form-control {
  
}

.input-group .form-control:last-child, 
.input-group-addon:last-child, 
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn, 
.input-group-btn:first-child>.btn:not(:first-child), 
.input-group-btn:last-child>.btn, 
.input-group-btn:last-child>.btn-group>.btn, 
.input-group-btn:last-child>.dropdown-toggle {
    -webkit-border-bottom-left-radius: 0px;    
    -webkit-border-top-left-radius: 0px;
    -webkit-appearance: none;
}

textarea.form-control-xs {
    font-size: 12px;
    padding: 2px 5px;
    min-height: 60px;
}
.input-group-xs .input-group-btn > .btn {
    height: 24px;
    padding: 0px 10px
}

.blue-grey-900 input, .blue-grey-900 select{
    background: #465c67;
    border-color: #3e515b;
    color: #fff;
}

.box-xs{
	font-size: 12px;
}
.box-xs hr{
    margin: 5px 0px;
}
.box-xs form .form-group{
    margin-bottom: 5px;
}
.box-xs form .form-group select.form-control{
    height: 20px;
}
.box-xs form .form-group .form-control{
    padding: 0px 10px; 
    font-size: 11px;
    height: 20px;
}

.md-check > i {margin-right: 12px; height: 12px;}
.md-check > i:before {width: 12px;}
.md-check input[type="radio"]:checked + i:after {
    top: 3px;
    left: 3px;
}








/* helpers */

.hand {
    cursor: pointer
}

.white {
    background: #fff;
}


/* information */
ul.information {
    padding-left: 10px
}
ul.information .data {
    font-weight: bold
}
ul.information .data .value {
    font-weight: normal
}

/* grid */

/* height */
.wrap-xs {
    height: 600px;
}
.wrap-xs .card{
    margin-bottom: 0px;
    height: 550px;
}
.wrap-xs .card .list-group {
    height: 400px;
    overflow: auto
}

.wrap-sm {
    height: 700px;
}
.wrap-sm .card{
    margin-bottom: 0px;
    min-height: 650px;
}
.wrap-sm .card.exception {
    margin-bottom: 0px;
    height: auto;
}
.wrap-sm .card .list-group {
    height: 450px;
    overflow: auto
}
.wrap-sm .card .card-body.fixed {
    height: 450px;
    overflow: auto
}
.wrap-sm .card .card-body.fixed-310 {
    height: 310px;
    overflow: auto
}
.wrap-sm .card .card-body.fixed-500 {
    height: 500px;
    overflow: auto
}
.wrap-sm .card .card-body.fixed-140 {
    height: 140px;
    overflow: auto
}
.wrap-sm .card .list-group.exception {
    height: auto
}

/* load */
.load {
    min-width: 32px;
    min-height: 32px;
    background: url(/../img/loader-circle.gif) center no-repeat;
}

.card-body .alert {
    border-radius: 0px
}

.md-btn.md-circle.md-mini:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.md-btn.md-flat.md-btn-circle:hover {
    background-color: rgba(0, 0, 0, 0.2);
}
/*panel*/
.box .box-col {vertical-align: middle}

/* divs */
.b-rounded {
    border-radius: 5px;
}
.box-b {
    border-style: solid;
    border-width: 1px;
}
.b-grey {
    border-color: #dfdfdf
}
.box-b-lg {
    border-style: solid;
    border-width: 2px;
}
.box-b-r {
    border-style: solid;
    border-width: 0px 1px 0px 0px;
}
.box-b-l {
    border-style: solid;
    border-width: 0px 1px 0px 0px;
}
.box-b-t {
    border-style: solid;
    border-width: 1px 0px 0px 0px;
}
.box-b-b {
    border-style: solid;
    border-width: 0px 1px 1px 1px;
}
.box-b-t-lg {
    border-style: solid;
    border-width: 2px 0px 0px 0px;
}
.box-xs {
    font-size: 12px;
}
/* angular */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

.ui-tree {

}
.ui-tree .branch{
    margin-left: 30px;
    margin-bottom: 0px;
    background: #efefef;
}
.ui-tree .branch.expanded{
    border-left: 4px solid #aaa;
}
.ui-tree .branch.expanded.active{
    border-left: 4px solid #43a047;
}

.no-padding{
    padding:0px;
}
.no-border{
    border:none;
}

/* ul no margin bottom*/
ul.list-group.ul-no-margin{
    margin-bottom:0px;
}

/**/
.small-italic{
    font-style:italic;
    font-size:12px;
    color: #000;
}


/* Overflow Sizes */
.ov-125{
    max-height: 125px;
    overflow: auto;
}
.ov-150{
    max-height: 150px;
    overflow: auto;
}
.ov-200{
    max-height: 200px;
    overflow: auto;
}
.ov-250{
    max-height: 250px;
    overflow: auto;
}
.ov-400{
    max-height: 400px;
    overflow: auto;
}
.h-400 {
    height: 400px;
}
.ov-450{
    max-height: 450px;
    overflow: auto;
}

.ov-500{
    max-height: 500px;
    overflow: auto;
}

.ov-100p {
	height: 100%;
	overflow-y: auto;
}
.ov-90p {
	height: 90%;
	overflow-y: auto;
}
.h-100p {
	height: 100%;
}
.h-90p {
	height: 90%;
}

/* Book Item Format */

.row#book-item {
    border:solid #000 2px;
    margin: 45px 50px 0px 50px;
}
#book-item {
    padding:5px;
}
#book-item *{
    font-size: 9px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#book-item .logo {
    width: 60%;
    height: 60px;
    padding:2px;
}
#book-item .image-Product {
    width: auto;
    height: 192px;
}
#book-item .header tr td{
    border:solid #000 1px;
}
#book-item .header tr td strong{
    padding:1px;
}

#book-item .title{
    font-size: 16px;
    font-weight: bold;
}
#book-item .subtitle{
    background-color: #95b3d7 !important;
    color: #fff !important;
    padding: 0px;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 8px;
    font-weight: bold;
    margin-bottom:2px;
    -webkit-print-color-adjust: exact;
}
#book-item .field{
    background-color: #dce6f0 !important;
    color: #000 !important;
    padding: 0px 0px;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 10px;
    margin: 1px 0px;
    -webkit-print-color-adjust: exact;
}


#book-item .w-3{
    width: 30%;
}
#book-item .w-4{
    width: 40%;
}
#book-item .w-5{
    width: 50%;
}
#book-item .w-6{
    width: 60%;
}
#book-item .w-7{
    width: 70%;
}
#book-item .w-all{
    width: 100%;
}

#book-item .border{
    border: solid #000 1px;
    padding: 5px;
    margin: 1px;
}
#book-item .no-border{
    border:none !important;
}
#book-item .only-border-top{
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}
#book-item .only-border-bottom{
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
}

#book-item .no-border-top{
    border-top: none;
}

#book-item .border-solid-description{
    border: solid #6b6b6b 1px;
    font-style: italic;
    padding:1px;
}
#book-item .border-description{
    border: solid #6b6b6b 1px;
    font-style: italic;
    margin-top: 5px;
    padding:1px;
}

#book-item .p-r-10{
    padding-right: 10px;
}
#book-item .p-l-10{
    padding-left: 10px;
}

.box-h-product{
    min-height: 192px;
}

.box-h-160{
    min-height: 160px;
}
.box-h-125{
    min-height: 125px;
}
.box-h-60{
    min-height: 60px;
}
#book-item .m-3{
    margin-bottom:3px;
}
#book-item .text_area_format{
    border: none;
    width: 100%;
    height: 100%;
    background: none;
    resize: none;
    overflow: hidden;
}
#book-item .text_area_format.text_area_160{ min-height: 160px; }
#book-item .text_area_format.text_area_40{ min-height: 40px; }
#book-item .text_area_format.text_area_110{ min-height: 110px; }
/* End Book Item Format */
.inline-150 {
  width: 150px;
}

.ulala-loading-check {
  border-width: 2px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.2);
  border-left-color: #5cb85c;
  animation: loaderSpin 1.2s infinite linear;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  width: 1em;
  height: 1em;
}
.ulala-loading-check.red {
  border: 2px solid #ffc9c9;
  border-left-color: #ff4c4c;
  background: transparent;
}
.ulala-loading-check.small {
  width: 2em;
  height: 2em;
  border-width: 1px;
}
.ulala-loading-check.big {
  width: 3em;
  height: 3em;
}
.ulala-loading-check.huge {
  width: 4em;
  height: 4em;
}
/*https://codepen.io/scottloway/pen/zqoLyQ*/
.ulala-loading-check.load-complete {
  -webkit-animation: none;
  animation: none;
  border-color: #5cb85c;
  transition: border 500ms ease-out;
}

.ulala-loading-check.load-complete .checkmark {
  display: block;
}
.ulala-loading-check .checkmark {
  display: none;
}
.ulala-loading-check.small .checkmark:after {
  height: 1.2em;
  width: 0.6em;
  left: 0.3em;
  top: 1em;
}
.ulala-loading-check.big .checkmark:after {
  height: 1.5em;
  width: 0.75em;
  left: 0.6em;
  top: 1.6em;
}
.ulala-loading-check.huge .checkmark:after {
  height: 2.5em;
  width: 0.9em;
  left: 0.6em;
  top: 2.2em;
}
.ulala-loading-check .checkmark:after {
  opacity: 1;
  transform-origin: left top;
  border-right: 3px solid #5cb85c;
  border-top: 3px solid #5cb85c;
  content: '';
  position: absolute;
  animation-duration: 800ms;
  animation-timing-function: ease;
  transform: scaleX(-1) rotate(135deg);
}
.ulala-loading-check.small .checkmark:after{
  animation-name: checkmarkSmall;
}
.ulala-loading-check.big .checkmark:after{
  animation-name: checkmarkBig;
}
.ulala-loading-check.huge .checkmark:after{
  animation-name: checkmarkHuge;
}
@keyframes loaderSpin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
  /*height: 1.5em;*/
  /*width: 0.75em;*/
@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 0.75em;
    opacity: 1;
  }
  40% {
    height: 2em;
    width: 0.75em;
    opacity: 1;
  }
  100% {
    height: 1.5em;
    width: 0.75em;
    opacity: 1;
  }
}
@keyframes checkmarkSmall {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 0.6em;
    opacity: 1;
  }
  40% {
    height: 1.3em;
    width: 0.6em;
    opacity: 1;
  }
  100% {
    height: 1.2em;
    width: 0.6em;
    opacity: 1;
  }
}

@keyframes checkmarkBig {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 0.75em;
    opacity: 1;
  }
  40% {
    height: 1.8em;
    width: 0.75em;
    opacity: 1;
  }
  100% {
    height: 1.5em;
    width: 0.75em;
    opacity: 1;
  }
}

@keyframes checkmarkHuge {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 0.9em;
    opacity: 1;
  }
  40% {
    height: 2.7em;
    width: 0.9em;
    opacity: 1;
  }
  100% {
    height: 2.5em;
    width: 0.9em;
    opacity: 1;
  }
}


