/* GOOGLE WEB FONTS */
@import url(https://fonts.googleapis.com/css?family=The+Girl+Next+Door);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,300,700);

body
{
    margin:      0;
    font-family: "Open Sans", "Arial", sans-serif;
    font-size:   13px;
    background:  #DDE1E5;
    color:       #555555;
    overflow:    hidden;
}

::-webkit-scrollbar
{
    width:  13px;
    height: 13px;
}

::-webkit-scrollbar-corner
{
    background: transparent;
}

::-webkit-scrollbar-thumb
{
    background-color: rgba(0, 0, 0, 0.5);
    border-radius:    8px;
    cursor:           pointer;
    background-clip:  padding-box;
    border:           4px solid rgba(0, 0, 0, 0);
}

.data-editor-holder::-webkit-scrollbar-thumb {
    background-color: rgba(50, 50, 50, 0.15);
}

.data-editor-holder:hover::-webkit-scrollbar-thumb {
    background-color: rgba(100, 100, 100, 0.15);
}

body
{
    -webkit-font-smoothing:  antialiased;
    -moz-osx-font-smoothing: grayscale;

    @media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and ( min-device-pixel-ratio: 1.25), only screen and ( min-resolution: 200dpi), only screen and ( min-resolution: 1.25dppx)
    {
        -webkit-font-smoothing: subpixel-antialiased;
    }
}

h1, h2
{
    margin:      0;
    font-weight: 300;
}

label
{
    text-transform: none;
}

.container
{
    position: absolute;
    height:   calc(100% - 60px);
    width:    100%;
    top:      60px;
    left:     0;
    right:    0;
    bottom:   0;
}

.container.shift {
    height:   calc(100% - 110px) !important;
}
.header-holder
{
    width:      100%;
    height:     60px;
    position:   absolute;
    top:        0;
    left:       0;
    right:      0;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#297e99+0,316e9b+100 */
    background: #297E99; /* Old browsers */
    background: -moz-linear-gradient(left, #297E99 0%, #316E9B 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #297E99 0%, #316E9B 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #297E99 0%, #316E9B 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter:     progid:DXImageTransform.Microsoft.gradient(startColorstr='#297e99', endColorstr='#316e9b', GradientType=1); /* IE6-9 */
}

.header-holder .logo-holder img
{
    height:      50px;
    margin-top:  5px;
    position:    absolute;
    border:      none;
    margin-left: 15px;
}

.header-holder .button-holder
{
    height:      100%;
    margin:      10px 15px;
    position:    absolute;
    top:         0;
    right:       0;
    line-height: 40px;
}

.header-holder .button-holder .button
{
    display:             inline-block;
    *display:            inline;
    *zoom:               1;
    margin-bottom:       0;
    font-size:           13px;
    line-height:         18px;
    *line-height:        20px;
    border-style:        solid;
    border-width:        0;
    border-right-width:  1px;
    border-bottom-width: 3px;
    margin-left:         3px;
    border-radius:       3px;
    padding:             7px 15px;
    vertical-align:      middle;
    cursor:              pointer;
    *margin-left:        .3em;
    text-align:          left;
}

.header-holder .button-holder .button
{
    background:   #36A3E4;
    border-color: #1885B9;
    color:        #FFFFFF;
}

.header-holder .button-holder .button:active,
.header-holder .button-holder .button.active,
.header-holder .button-holder .button[disabled],
.header-holder .button-holder .button.disabled,
.header-holder .button-holder .button:hover i,
.header-holder .button-holder .button:active i,
.header-holder .button-holder .button.active i,
.header-holder .button-holder .button[disabled] i,
.header-holder .button-holder .button.disabled i
{
    background:          #1885B9;
    border-color:        #1885B9;
    color:               #FFFFFF;
    margin-top:          2px;
    border-bottom-width: 1px;
}

.header-holder .button-holder .button:active,
.header-holder .button-holder .button.active,
.header-holder .button-holder .button[disabled],
.header-holder .button-holder .button.disabled,
.header-holder .button-holder .button:hover i,
.header-holder .button-holder .button:active i,
.header-holder .button-holder .button.active i,
.header-holder .button-holder .button[disabled] i,
.header-holder .button-holder .button.disabled i
{
    color: #FFFFFF;
}

.header-holder .button-holder [data-color="green"].button
{
    background:   #5BB75B;
    border-color: #51A351;
}

.header-holder .button-holder [data-color="green"].button,
.header-holder .button-holder [data-color="green"].button i
{
    color: #FFFFFF;
}

.header-holder .button-holder [data-color="green"].button:active,
.header-holder .button-holder [data-color="green"].button.active,
.header-holder .button-holder [data-color="green"].button[disabled],
.header-holder .button-holder [data-color="green"].button.disabled
{
    border-color: #51A351;
}

.header-holder .button-holder [data-color="green"].button:active,
.header-holder .button-holder [data-color="green"].button.active,
.header-holder .button-holder [data-color="green"].button[disabled],
.header-holder .button-holder [data-color="green"].button.disabled,
.header-holder .button-holder [data-color="green"].button:hover i,
.header-holder .button-holder [data-color="green"].button:active i,
.header-holder .button-holder [data-color="green"].button.active i,
.header-holder .button-holder [data-color="green"].button[disabled] i,
.header-holder .button-holder [data-color="green"].button.disabled i
{
    color: #FFFFFF;
}

.header-holder .button-holder [data-color="orange"].button {
    border-color: #AB6E00;
    background: #df8526;
    color: white;
}

.header-holder .button-holder [data-color="orange"].button:hover,
.header-holder .button-holder [data-color="orange"].button:active,
.header-holder .button-holder [data-color="orange"].button.active,
.header-holder .button-holder [data-color="orange"].button[disabled],
.header-holder .button-holder [data-color="orange"].button.disabled {
    border-color: #df8526;
}

/*[data-color="orange"].button*/
/*{*/
/*border-color: #DF8526;*/
/*}*/

/*[data-color="orange"].button,*/
/*[data-color="orange"].button i*/
/*{*/
/*color: #DF8526;*/
/*}*/

/*[data-color="orange"].button:hover,*/
/*[data-color="orange"].button:active,*/
/*[data-color="orange"].button.active,*/
/*[data-color="orange"].button[disabled],*/
/*[data-color="orange"].button.disabled*/
/*{*/
/*border-color: #DF8526;*/
/*}*/

/*[data-color="orange"].button:hover,*/
/*[data-color="orange"].button:active,*/
/*[data-color="orange"].button.active,*/
/*[data-color="orange"].button[disabled],*/
/*[data-color="orange"].button.disabled,*/
/*[data-color="orange"].button:hover i,*/
/*[data-color="orange"].button:active i,*/
/*[data-color="orange"].button.active i,*/
/*[data-color="orange"].button[disabled] i,*/
/*[data-color="orange"].button.disabled i*/
/*{*/
/*color: #DF8526;*/
/*}*/

/*[data-color="red"].button*/
/*{*/
/*background:   #DA4F49;*/
/*border-color: #BD362F;*/
/*}*/

/*[data-color="red"].button:hover,*/
/*[data-color="red"].button:active,*/
/*[data-color="red"].button.active,*/
/*[data-color="red"].button[disabled],*/
/*[data-color="red"].button.disabled*/
/*{*/
/*background:   #DA4F49;*/
/*border-color: #BD362F;*/
/*}*/

/*[data-color="gray"].button*/
/*{*/
/*border-color: #9C9C9C;*/
/*}*/

/*[data-color="gray"].button,*/
/*[data-color="gray"].button i*/
/*{*/
/*color: #888888;*/
/*}*/

/*[data-color="gray"].button:hover,*/
/*[data-color="gray"].button:active,*/
/*[data-color="gray"].button.active,*/
/*[data-color="gray"].button[disabled],*/
/*[data-color="gray"].button.disabled*/
/*{*/
/*border-color: #888888;*/
/*}*/

/*[data-color="gray"].button:hover,*/
/*[data-color="gray"].button:active,*/
/*[data-color="gray"].button.active,*/
/*[data-color="gray"].button[disabled],*/
/*[data-color="gray"].button.disabled,*/
/*[data-color="gray"].button:hover i,*/
/*[data-color="gray"].button:active i,*/
/*[data-color="gray"].button.active i,*/
/*[data-color="gray"].button[disabled] i,*/
/*[data-color="gray"].button.disabled i*/
/*{*/
/*color: #888888;*/
/*}*/

/*.button-tooltip:hover,*/
/*.button:hover ~ .button-tooltip*/
/*{*/
/*opacity:           1;*/
/*-webkit-transform: translate(0, 0px);*/
/*-moz-transform:    translate(0, 0px);*/
/*transform:         translate(0, 0px);*/
/*}*/

/*.button i*/
/*{*/
/*font-size: 1.32em;*/
/*}*/

/*.button:first-child*/
/*{*/
/**margin-left: 0;*/
/*}*/

/*.button:hover*/
/*{*/
/*text-decoration:     none;*/
/*background-position: 0 -15px;*/
/*}*/

/*.button:focus*/
/*{*/
/*outline:        5px auto -webkit-focus-ring-color;*/
/*outline-offset: -2px;*/
/*}*/

/*.button.active,*/
/*.button:active*/
/*{*/
/*outline: 0;*/
/*}*/

/*.button.disabled,*/
/*.button[disabled]*/
/*{*/
/*cursor:           default;*/
/*background-color: #E6E6E6;*/
/*background-image: none;*/
/*opacity:          0.65;*/
/*}*/

/*.button-large*/
/*{*/
/*padding:     9px 14px;*/
/*font-size:   15px;*/
/*line-height: normal;*/
/*}*/

/*.button-large [class^="icon-"]*/
/*{*/
/*margin-top: 1px;*/
/*}*/

/*.button-small*/
/*{*/
/*padding:     5px 9px;*/
/*font-size:   11px;*/
/*line-height: 16px;*/
/*}*/

/*.button-small [class^="icon-"]*/
/*{*/
/*margin-top: -1px;*/
/*}*/

/*.button-mini*/
/*{*/
/*padding:     2px 6px;*/
/*font-size:   11px;*/
/*line-height: 14px;*/
/*}*/

/*.button-primary,*/
/*.button-primary:hover,*/
/*.button-warning,*/
/*.button-warning:hover,*/
/*.button-danger,*/
/*.button-danger:hover,*/
/*.button-success,*/
/*.button-success:hover,*/
/*.button-info,*/
/*.button-info:hover,*/
/*.button-inverse,*/
/*.button-inverse:hover*/
/*{*/
/*color:       #FFFFFF;*/
/*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
/*}*/

/*.button-primary.active,*/
/*.button-warning.active,*/
/*.button-danger.active,*/
/*.button-success.active,*/
/*.button-info.active,*/
/*.button-inverse.active*/
/*{*/
/*color: rgba(255, 255, 255, 0.75);*/
/*}*/

/*.button*/
/*{*/
/*border-color: #CCCCCC;*/
/*border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);*/
/*}*/

/*.button-primary*/
/*{*/
/*background-color: #1E95D3;*/
/*}*/

/*.button-primary:hover,*/
/*.button-primary:active,*/
/*.button-primary.active,*/
/*.button-primary.disabled,*/
/*.button-primary[disabled]*/
/*{*/
/*background-color:  #265D79;*/
/**background-color: #265D79;*/
/*}*/

/*.button-primary:active,*/
/*.button-primary.active*/
/*{*/
/*background-color: #004099 \9;*/
/*}*/

/*.button-warning*/
/*{*/
/*background-color: #FAA732;*/
/*}*/

/*.button-warning:hover,*/
/*.button-warning:active,*/
/*.button-warning.active,*/
/*.button-warning.disabled,*/
/*.button-warning[disabled]*/
/*{*/
/*background-color:  #F89406;*/
/**background-color: #DF8505;*/
/*}*/

/*.button-warning:active,*/
/*.button-warning.active*/
/*{*/
/*background-color: #C67605 \9;*/
/*}*/

/*.button-danger*/
/*{*/
/*background-color: #DA4F49;*/
/*}*/

/*.button-danger:hover,*/
/*.button-danger:active,*/
/*.button-danger.active,*/
/*.button-danger.disabled,*/
/*.button-danger[disabled]*/
/*{*/
/*background-color:  #BD362F;*/
/**background-color: #A9302A;*/
/*}*/

/*.button-danger:active,*/
/*.button-danger.active*/
/*{*/
/*background-color: #942A25 \9;*/
/*}*/

/*.button-success*/
/*{*/
/*background-color: #5BB75B;*/
/*}*/

/*.button-success:hover,*/
/*.button-success:active,*/
/*.button-success.active,*/
/*.button-success.disabled,*/
/*.button-success[disabled]*/
/*{*/
/*background-color:  #51A351;*/
/**background-color: #499249;*/
/*}*/

/*.button-success:active,*/
/*.button-success.active*/
/*{*/
/*background-color: #408140 \9;*/
/*}*/

/*.button-info*/
/*{*/
/*background-color: #49AFCD;*/
/*}*/

/*.button-info:hover,*/
/*.button-info:active,*/
/*.button-info.active,*/
/*.button-info.disabled,*/
/*.button-info[disabled]*/
/*{*/
/*background-color:  #2F96B4;*/
/**background-color: #2A85A0;*/
/*}*/

/*.button-info:active,*/
/*.button-info.active*/
/*{*/
/*background-color: #24748C \9;*/
/*}*/

/*.button-inverse*/
/*{*/
/*background-color: #414141;*/
/*}*/

/*.button-inverse:hover,*/
/*.button-inverse:active,*/
/*.button-inverse.active,*/
/*.button-inverse.disabled,*/
/*.button-inverse[disabled]*/
/*{*/
/*background-color:  #222222;*/
/**background-color: #151515;*/
/*}*/

/*.button-inverse:active,*/
/*.button-inverse.active*/
/*{*/
/*background-color: #080808 \9;*/
/*}*/

/*button.button,*/
/*input[type="submit"].button*/
/*{*/
/**padding-top:    2px;*/
/**padding-bottom: 2px;*/
/*}*/

/*button.button::-moz-focus-inner,*/
/*input[type="submit"].button::-moz-focus-inner*/
/*{*/
/*padding: 0;*/
/*border:  0;*/
/*}*/

/*button.button.button-large,*/
/*input[type="submit"].button.button-large*/
/*{*/
/**padding-top:    7px;*/
/**padding-bottom: 7px;*/
/*}*/

/*button.button.button-small,*/
/*input[type="submit"].button.button-small*/
/*{*/
/**padding-top:    3px;*/
/**padding-bottom: 3px;*/
/*}*/

/*button.button.button-mini,*/
/*input[type="submit"].button.button-mini*/
/*{*/
/**padding-top:    1px;*/
/**padding-bottom: 1px;*/
/*}*/

/*!* BAR *!*/
/*.button-bar*/
/*{*/
/*text-align: center;*/
/*padding:    15px 0px 15px 0px;*/
/*}*/

/*.button-input-holder*/
/*{*/
/*width:          20px;*/
/*position:       absolute;*/
/*display:        inline-block;*/
/*vertical-align: top;*/
/*margin-left:    0px !important;*/
/*}*/

/*.button-input-holder i*/
/*{*/
/*font-size: 14px !important;*/
/*}*/

/*.button-input*/
/*{*/
/*background: transparent;*/
/*border:     none;*/
/*padding:    0;*/
/*}*/
.information-bar {
    padding: 15px 0px;
    text-align: center;
    color: white;
    font-size: 16px;
}

.information-bar[data-color="green"] {
    background: #51A351;
}

.information-bar[data-color="orange"] {
    background: #EF9A00;
}

.information-bar a {
    color: white;
    text-decoration: none;
    background: #5BB75B;
    border-bottom: 3px solid #51A351;
    border-radius: 3px;
    padding: 5px 10px;
    margin-left: 20px;
}
.register-bar {
    position: fixed;
    width: 100%;
    bottom: 0px;
    padding: 15px 0px;
    text-align: center;
    color: white;
    height: 50px;
    padding-top: 15px;
    box-sizing: border-box;
    font-size: 14px;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#77cdc1+0,1482d7+100 */
    background: #77cdc1; /* Old browsers */
    background: -moz-linear-gradient(left, #77cdc1 0%, #1482d7 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #77cdc1 0%,#1482d7 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #77cdc1 0%,#1482d7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77cdc1', endColorstr='#1482d7',GradientType=1 ); /* IE6-9 */
    z-index: 91;
}

.register-bar a {
    color: white;
    text-decoration: none;
    background: #EF9A00;
    border-bottom: 3px solid #AB6E00;
    border-radius: 3px;
    padding: 5px 10px;
    margin-left: 20px;
}

.register-alert {
    position: fixed;
    left: 50%;
    bottom: 30px;
    opacity: 0;
    display: none;
    width: 180px;
    padding: 15px 15px;
    border-radius: 5px;
    z-index: 100;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.3);
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#39823b+0,5bb75b+100 */
    background: rgb(57,130,59); /* Old browsers */
    background: -moz-linear-gradient(45deg, rgba(57,130,59,1) 0%, rgba(91,183,91,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(57,130,59,1) 0%,rgba(91,183,91,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(57,130,59,1) 0%,rgba(91,183,91,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39823b', endColorstr='#5bb75b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.register-alert.show {
    bottom: 50px;
    opacity: 1;
    display: block;
}

.register-alert span {
    float: right;
    font-size: 16px;
    margin: 0px 0px 10px 10px;
    cursor: pointer;
}

.register-alert:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #449345;
    border-width: 10px;
    margin-left: -10px;
}
.table-striped
{
    width:          100%;
    border-spacing: 0px;
}

.table-striped th,
.table-striped td
{
    padding: 5px 10px;
}

.table-striped tr:nth-child(odd) td
{
    background: #F9F9F9;
}

.table-striped tr
{
    border-bottom: 1px solid #EEEEEE;
}

.table
{
    background-color:                  transparent;
    border-collapse:                   collapse;
    -webkit-border-horizontal-spacing: 0;
    -webkit-border-vertical-spacing:   0;
}

.table.table-infinite
{
    box-shadow: 0px 1px 3px rgba(0, 0, 0, .1);
    margin:     15px;
}

.table *
{
    font-size:   1em;
    line-height: 1em;
}

.table th,
.table td
{
    padding:    5px 10px;
    position:   relative;
    cursor:     pointer;
    color:      #555555;
    text-align: left;
}

.table
{
    display:           -webkit-flex;
    display:           flex;
    -webkit-flex-wrap: wrap;
    flex-wrap:         wrap;
    position:          relative;
}

.table thead,
.table tbody,
.table tr
{
    display:             -webkit-flex;
    display:             flex;
    -webkit-flex-flow:   row wrap;
    flex-flow:           row wrap;
    -webkit-flex:        1 100%;
    flex:                1 100%;
    -webkit-align-items: stretch;
    align-items:         stretch;
}

/*.table tr:hover {*/
/*z-index: 1;*/
/*}*/

.table tr.selected
{
    background-color: #E9EEF2;
}

.table tr.selected .data-identity,
.table tr.selected .data-button
{
    background-color: #E3E8ED !important;
}

.table thead
{
    position: -webkit-sticky;
    position: -moz-sticky;
    position: sticky;
    top:      0px;
    z-index:  5;
}

.table th,
.table td
{
    display:                 -webkit-inline-flex;
    display:                 inline-flex;
    -webkit-flex:            1 1;
    flex:                    1 1;
    -webkit-align-items:     center;
    align-items:             center;
    -webkit-align-content:   center;
    align-content:           center;
    -webkit-justify-content: flex-start;
    justify-content:         flex-start;
    -webkit-flex-wrap:       wrap;
    flex-wrap:               wrap;
}

.table-infinite td
{
    overflow:      hidden;
    text-overflow: ellipsis;
}

.table th.data-header
{
    background:     #FFFFFF;
    padding:        20px 10px;
    text-transform: uppercase;
    font-size:      0.89em;
    color:          #777777;
}

.table th.data-header[data-special="empty"]
{
    padding-left:  0;
    padding-right: 0;
}

.table th.data-header[data-sorting][data-direction]:after
{
    display:     inline;
    margin-left: 5px;
    font-family: "FontAwesome", sans-serif;
}

.table th.data-header[data-sorting][data-direction="asc"]:after
{
    content: "\f0d7";
}

.table th.data-header[data-sorting][data-direction="desc"]:after
{
    content: "\f0d8";
}

.table tr
{
    background:    #FFFFFF;
    border-bottom: 1px solid #EEEEEE;
    /*-webkit-will-change: opacity, border;*/
    /*-moz-will-change: opacity, border;*/
    /*will-change: opacity, border;*/
    /*transition: opacity 0.3s ease-in-out, background 0.3s ease-in-out;*/
    /*-moz-transition: opacity 0.3s ease-in-out, background 0.3s ease-in-out;*/
    /*-webkit-transition: opacity 0.3s ease-in-out, background 0.3s ease-in-out;*/
}

.table tr.dimmed
{
    opacity:    .4;
    background: #F8F8F8;

}

.table tr:hover,
.table tr:active,
.table tr.active
{
    background: #F8F8F8;
    opacity:    1;
}

.table [class*="data-status"]
{
    background:  #999999;
    color:       #FFFFFF;
    border:      none;
    white-space: nowrap;
    z-index:     4;
}

.table [data-color="gray"][class*="data-status"],
.table [data-color="gray"] [class*="data-status"]
{
    background: #9C9C9C;
    color:      #FFFFFF;
}

.table [data-color="blue"][class*="data-status"],
.table [data-color="blue"] [class*="data-status"]
{
    background: #1E95D3;
    color:      #FFFFFF;
}

.table [data-color="orange"][class*="data-status"],
.table [data-color="orange"] [class*="data-status"]
{
    background: #F69125;
    color:      #FFFFFF;
}

.table [data-color="red"][class*="data-status"],
.table [data-color="red"] [class*="data-status"]
{
    background: #DA4F49;
    color:      #FFFFFF;
}

.table [data-color="green"][class*="data-status"],
.table [data-color="green"] [class*="data-status"]
{
    background: #38AD2C;
    color:      #FFFFFF;
}

.table [data-special="status"],
.table .data-status
{
    min-width:             7px;
    padding-left:          0 !important;
    padding-right:         0 !important;
    white-space:           nowrap;
    -webkit-flex:          0 0;
    flex:                  0 0;
    -webkit-align-items:   stretch;
    align-items:           stretch;
    -webkit-align-content: center;
    align-content:         center;
    overflow:              visible;
}

.table .data-status > .data-status-title
{
    max-width:           0;
    position:            absolute;
    top:                 0;
    left:                0;
    bottom:              0;
    padding:             17px 0 17px 7px;
    line-height:         normal;
    -webkit-transition:  max-width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000), padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -moz-transition:     max-width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000), padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition:          max-width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000), padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -webkit-will-change: max-width;
    -moz-will-change:    max-width;
    will-change:         max-width;
    text-transform:      uppercase;
    overflow:            hidden;
    box-sizing:          border-box;
    z-index:             2;
}

.table .data-number-entry
{
    width: 50px;
}

.table .data-status:hover > .data-status-title
{
    max-width:     200px;
    padding-left:  7px;
    padding-right: 12px;
}

.table [data-special="identity"],
.table .data-identity
{
    position:                relative;
    background:              #F8F8F8;
    -webkit-justify-content: center;
    justify-content:         center;
    -webkit-flex:            0 0;
    flex:                    0 0;
    min-width:               50px;
    padding-top:             15px;
    padding-bottom:          15px;
}

.table .data-identity-holder
{
    word-break:         break-all;
    text-align:         center;
    display:            block;
    overflow:           hidden;
    position:           relative;
    opacity:            1;
    -webkit-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -moz-transition:    opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition:         opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

[datat-type^="table"] .data-identity-holder[data-marquee-horizontal="true"]
{
    width: 75px;
}

.table .data-checkbox-holder
{
    position:           absolute;
    top:                50%;
    left:               50%;
    -webkit-transform:  translate(-50%, -50%);
    -moz-transform:     translate(-50%, -50%);
    transform:          translate(-50%, -50%);
    -webkit-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -moz-transition:    opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition:         opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    opacity:            0;
}

.table .data-checkbox-holder .checkbox-holder
{
    margin: 16px 26px;
}

.table .data-text > .data-text-title
{
    width:         calc(100% - 25px);
    display:       block;
    text-overflow: ellipsis;
    overflow:      hidden;
}

.table .data-alert
{
    -webkit-flex: 0 0;
    flex:         0 0;
    min-width:    16px;
    padding:      20px 15px 20px 5px;
    position:     relative;
    overflow:     visible;
    color:        #9C9C9C;
}

.table .data-alert[data-color="orange"]
{
    color: #F69125;
}

.table .data-alert[data-color="red"]
{
    color: #DA4F49;
}

.table [data-special="button"],
.table .data-button
{
    background:     #F8F8F8;
    text-align:     center;
    -webkit-flex:   0 0;
    flex:           0 0;
    min-width:      40px;
    padding-top:    25px;
    padding-bottom: 25px;
    position:       relative;
    overflow:       visible;
}

.table [data-special="multi-select"],
.table .data-multi-select
{
    -webkit-flex: 0 0;
    flex:         0 0;
    min-width:    20px;
}

.table [data-special="multi-select"] .multi-select-checkbox,
.table .data-multi-select .multi-select-checkbox
{
    opacity: 1;
}

.table [data-special="button"] input,
.table .data-button input
{
    text-align: center;
    width:      100%;
}

.table tr:hover .data-button
{
    background: #F1F1F1;
}

.table tr .data-button[data-color="blanc"]
{
    background:   #F8F8F8;
    border-left:  1px solid #F1F1F1;
    border-right: 1px solid #F1F1F1;
}

.table tr:hover .data-button[data-color="blanc"]
{
    background:   #F8F8F8;
    border-left:  1px solid #F1F1F1;
    border-right: 1px solid #F1F1F1;
}

.table tr .data-button[data-color="blanc"],
.table tr .data-button[data-color="blanc"] > *
{
    color: #FFFFFF;
}

.table tr .data-button[data-color="blue"]
{
    background: #1E95D3;
}

.table tr:hover .data-button[data-color="blue"]
{
    background: #1885B9;
}

.table tr .data-button[data-color="blue"],
.table tr .data-button[data-color="blue"] > *
{
    color: #FFFFFF;
}

.table tr .data-button[data-color="orange"]
{
    background: #F69125;
}

.table tr:hover .data-button[data-color="blue"]
{
    background: #1885B9;
}

.table tr .data-button[data-color="orange"],
.table tr .data-button[data-color="orange"] > *
{
    color: #FFFFFF;
}

.table tr .data-button[data-color="red"]
{
    background: #DA4F49;
}

.table tr .data-button[data-color="red"],
.table tr .data-button[data-color="red"] > *
{
    color: #FFFFFF;
}

.table tr .data-button[data-color="green"]
{
    background: #38AD2C;
}

.table tr .data-button[data-color="green"],
.table tr .data-button[data-color="green"] > *
{
    color: #FFFFFF;
}

.table .data-button .data-menu-dropdown
{
    width:              100%;
    height:             100%;
    padding:            0;
    margin:             0;
    position:           absolute;
    top:                0;
    left:               0;
    right:              0;
    bottom:             0;
    cursor:             pointer;
    visibility:         hidden;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000), visibility 0s linear 0.3s;
    -moz-transition:    -moz-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000), visibility 0s linear 0.3s;
    transition:         transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000), visibility 0s linear 0.3s;
    opacity:            0;
    z-index:            22;
}

.table .data-button .data-menu-dropdown.show
{
    opacity:            1;
    visibility:         visible;
    -webkit-transform:  translate(0, 0px);
    -moz-transform:     translate(0, 0px);
    -ms-transform:      translate(0, 0px);
    -o-transform:       translate(0, 0px);
    transform:          translate(0, 0px);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -moz-transition:    -moz-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition:         transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.table .data-button .data-menu-dropdown-holder
{
    width:             200px;
    height:            auto;
    position:          absolute;
    display:           inline-block;
    margin-right:      10px;
    top:               50%;
    right:             100%;
    -webkit-transform: translateY(-50%);
    -moz-transform:    translateY(-50%);
    transform:         translateY(-50%);
}

.table .data-button .data-menu-dropdown-holder:after
{
    content:           "";
    position:          absolute;
    top:               50%;
    left:              100%;
    -webkit-transform: translateY(-50%);
    -moz-transform:    translateY(-50%);
    transform:         translateY(-50%);
    border-style:      solid;
    border-width:      5px 0 5px 7px;
    border-color:      transparent transparent transparent #FFFFFF;
    z-index:           15;
}

.table .data-button .data-menu-dropdown-holder *:before,
.table .data-button .data-menu-dropdown-holder *:after,
.table .data-button .data-menu-dropdown-holder *
{
    white-space: normal;
    color:       #333333;
}

.table .data-button .data-menu-dropdown-content
{
    background:    #FFFFFF;
    border-radius: 3px;
    box-shadow:    0px 10px 15px rgba(0, 0, 0, 0.1);
    box-sizing:    border-box;
    list-style:    none;
    padding:       0;
    margin:        0;
    z-index:       14;
    overflow:      hidden;
    text-align:    left;
}

.table .data-button .data-menu-dropdown-content li
{
    width:       100%;
    padding:     10px 15px;
    box-shadow:  inset 0 -1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 #EEEEEE;
    font-size:   1em;
    font-weight: 300;
    line-height: 1.31em;
    cursor:      pointer;
    box-sizing:  border-box;
}

.table .data-button .data-menu-dropdown-content li:hover
{
    background: #F8F8F8;
}

.table .data-button .data-menu-dropdown-content li:last-child
{
    box-shadow: none;
}

.table .data-button .data-menu-dropdown-content li i
{
    margin-right: 7px;
}

.table .data-button .data-menu-dropdown-content:after
{
    content:        "";
    width:          0;
    height:         0;
    pointer-events: none;
}

.table .data-button > i
{
    font-size:         1.31em;
    color:             #333333;
    position:          absolute;
    top:               50%;
    left:              50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform:    translate(-50%, -50%);
    transform:         translate(-50%, -50%);
    pointer-events:    none;
}

.table .data-identity-holder[data-horizontal="true"]
{
    width: 80px;
}

.table .data-identity-holder[data-horizontal="true"]:before,
.table .data-identity-holder[data-horizontal="true"]:after
{
    content:  "";
    /*background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(248,248,248,0)), color-stop(70%,rgba(248,248,248,1)), color-stop(100%,rgba(248,248,248,1)));*/
    /*background: -webkit-linear-gradient(left,  rgba(248,248,248,0) 0%,rgba(248,248,248,1) 70%,rgba(248,248,248,1) 100%);*/
    /*background: -moz-linear-gradient(left,  rgba(248,248,248,0) 0%, rgba(248,248,248,1) 70%, rgba(248,248,248,1) 100%);*/
    /*background: linear-gradient(to right,  rgba(248,248,248,0) 0%,rgba(248,248,248,1) 70%,rgba(248,248,248,1) 100%);*/
    border:   none;
    width:    15px;
    height:   100%;
    position: absolute;
    top:      0;
    right:    -5px;
    bottom:   0;
    z-index:  3;
}

.table .data-identity-holder[data-horizontal="true"]:before
{
    /*background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(248,248,248,1)), color-stop(30%,rgba(248,248,248,1)), color-stop(100%,rgba(248,248,248,0)));*/
    /*background: -webkit-linear-gradient(left,  rgba(248,248,248,1) 0%,rgba(248,248,248,1) 30%,rgba(248,248,248,0) 100%);*/
    /*background: -moz-linear-gradient(left,  rgba(248,248,248,1) 0%, rgba(248,248,248,1) 30%, rgba(248,248,248,0) 100%);*/
    /*background: linear-gradient(to right,  rgba(248,248,248,1) 0%,rgba(248,248,248,1) 30%,rgba(248,248,248,0) 100%);*/
    right: auto;
    left:  -5px;
}

/*.table .data-avatar ~ * > * {*/
/*-webkit-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);*/
/*-moz-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);*/
/*transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);*/
/*}*/

/*.table .data-avatar:hover ~ * > * {*/
/*opacity: 0;*/
/*}*/

.table .data-avatar:hover .data-avatar-holder
{
    visibility:         visible;
    opacity:            1;
    -webkit-transition: margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -moz-transition:    margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition:         margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.table .data-avatar:hover .data-avatar-holder,
.table .data-avatar .data-avatar-holder:first-child
{
    margin-left: 2px;
}

.table .data-avatar:hover .data-avatar-image .data-avatar-count
{
    opacity:            0;
    visibility:         hidden;
    -webkit-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000), visibility 0s linear 0.3s;
    -moz-transition:    opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000), visibility 0s linear 0.3s;
    transition:         opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000), visibility 0s linear 0.3s;
}

.table .data-avatar .data-avatar-holder
{
    margin-left: -42px;
}

.alert-holder
{
    position: relative;
    display:  inline-block;
}

.table [data-special="alert"],
.table .data-alert
{
    -webkit-flex:            0 0;
    flex:                    0 0;
    -webkit-align-items:     center;
    align-items:             center;
    -webkit-align-content:   center;
    align-content:           center;
    -webkit-justify-content: center;
    justify-content:         center;
    min-width:               16px;
    padding:                 0px 15px 0px 5px !important;
}

.alert-tooltip
{
    width:              100%;
    height:             100%;
    padding:            0;
    margin:             0;
    position:           absolute;
    top:                0;
    left:               0;
    right:              0;
    bottom:             0;
    pointer-events:     none;
    -webkit-transform:  translate(0, -15px);
    -moz-transform:     translate(0, -15px);
    transform:          translate(0, -15px);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -moz-transition:    -moz-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition:         transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    opacity:            0;
    z-index:            1;
}

.alert-tooltip .alert-item
{
    padding:       10px 0px 10px 0px;
    border-bottom: 1px solid #1885B9;
}

.alert-tooltip .alert-item:first-of-type
{
    padding-top: 0px;
}

.alert-tooltip .alert-item:last-of-type
{
    border-bottom:  none;
    padding-bottom: 0px;
}

.data-alert:hover .alert-tooltip
{
    opacity:           1;
    -webkit-transform: translate(0, 0px);
    -moz-transform:    translate(0, 0px);
    transform:         translate(0, 0px);
}

.table [data-special="avatar"],
.table .data-avatar
{
    -webkit-flex:            0 0;
    flex:                    0 0;
    -webkit-align-items:     center;
    align-items:             center;
    -webkit-align-content:   center;
    align-content:           center;
    -webkit-justify-content: center;
    justify-content:         center;
    min-width:               50px;
    padding:                 0px 5px 0px 10px !important;
}

.table .data-image
{
    max-width:  100px;
    width:      100px;
    max-height: 75px;
    height:     75px;
    padding:    0px !important;
    overflow:   hidden;
}

.table .data-avatar .data-avatar-holder
{
    opacity:    0;
    visibility: hidden;
}

.table .data-avatar .data-avatar-holder:nth-child(1),
.table .data-avatar .data-avatar-holder:nth-child(2),
.table .data-avatar .data-avatar-holder:nth-child(3)
{
    visibility: visible;
    opacity:    1;
}

.table .data-avatar .data-avatar-holder:nth-child(1) .data-avatar-count,
.table .data-avatar .data-avatar-holder:nth-child(2) .data-avatar-count,
.table .data-avatar .data-avatar-holder:nth-child(3) .data-avatar-count
{
    display: block;
}

.table .data-list
{
    white-space: nowrap;
}

.table .data-list-count
{
    border-radius:  50%;
    border:         1px solid #AAAAAA;
    vertical-align: top;
    text-align:     center;
    line-height:    17px;
    color:          #AAAAAA;
    z-index:        4;
}

.table .data-list-items
{
    list-style:            none;
    -webkit-margin-before: 0;
    -webkit-margin-after:  0;
    -webkit-margin-start:  0;
    -webkit-margin-end:    0;
    -webkit-padding-start: 0;
}

.table .data-list:before,
.table .data-list:after
{
    content:        "";
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(25%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));*/
    /*background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,1) 100%);*/
    /*background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 25%, rgba(255,255,255,1) 100%);*/
    /*background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 25%,rgba(255,255,255,1) 100%);*/
    border:         none;
    width:          100%;
    height:         20px;
    position:       absolute;
    right:          0;
    bottom:         5px;
    left:           0;
    z-index:        3;
    pointer-events: none;
}

/*.table tr:hover .data-list:before,*/
/*.table tr.active .data-list:before,*/
/*.table tr:active .data-list:before {*/
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,248,248,0)), color-stop(25%,rgba(248,248,248,0)), color-stop(100%,rgba(248,248,248,1)));*/
/*background: -webkit-linear-gradient(top,  rgba(248,248,248,0) 0%,rgba(248,248,248,0) 25%,rgba(248,248,248,1) 100%);*/
/*background: -moz-linear-gradient(top,  rgba(248,248,248,0) 0%, rgba(248,248,248,0) 25%, rgba(248,248,248,1) 100%);*/
/*background: linear-gradient(to bottom,  rgba(248,248,248,0) 0%,rgba(248,248,248,0) 25%,rgba(248,248,248,1) 100%);*/
/*}*/

.table .data-list:after
{
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(1%,rgba(255,255,255,0)), color-stop(75%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0)));*/
    /*background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0) 75%,rgba(255,255,255,0) 100%);*/
    /*background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,0) 75%, rgba(255,255,255,0) 100%);*/
    /*background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0) 75%,rgba(255,255,255,0) 100%);*/
    top:   5px;
    right: 0;
    left:  0;
}

/*.table tr:hover .data-list:after,*/
/*.table tr.active .data-list:after,*/
/*.table tr:active .data-list:after {*/
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,248,248,1)), color-stop(75%,rgba(248,248,248,0)), color-stop(100%,rgba(248,248,248,0)));*/
/*background: -webkit-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(248,248,248,0) 75%,rgba(248,248,248,0) 100%);*/
/*background: -moz-linear-gradient(top,  rgba(248,248,248,1) 0%, rgba(248,248,248,0) 75%, rgba(248,248,248,0) 100%);*/
/*background: linear-gradient(to bottom,  rgba(248,248,248,1) 0%,rgba(248,248,248,0) 75%,rgba(248,248,248,0) 100%);*/
/*}*/

.table .data-list .data-list-holder
{
    height:   43px;
    overflow: hidden;
    display:  inline-block;
}

.table .data-list .data-list-count,
.table .data-list .data-list-count-placeholder
{
    width:        17px;
    height:       17px;
    margin-right: 10px;
    display:      inline-block;
}

.table [class*="label"][data-color="gray"]
{
    color: #9C9C9C;
}

.table [class*="label"][data-color="orange"]
{
    color: #F69125;
}

.table [class*="label"][data-color="blue"]
{
    color: #1E95D3;
}

.table [class*="label"][data-color="red"]
{
    color: #DA4F49;
}

.table [class*="label"][data-color="green"]
{
    color: #38AD2C;
}

.table [class*="label-text"]
{
    text-transform: uppercase;
    font-weight:    600;
    display:        inline-block;
    white-space:    nowrap;
    overflow:       hidden;
    text-overflow:  ellipsis;
}

.table .data-text-lables
{
    margin-top: 7px;
}

.table .data-text-lables
{
    display: none;
}

.table .data-text-lables [class*="label-text"]
{
    margin-right: 10px;
    max-width:    140px;
    display:      none;
}

.table .data-text-lables [class*="label-text"]:last-child
{
    margin-right: 0;
}

.table .data-list-items li
{
    vertical-align: middle;
    margin:         4px 0 0;
}

.table .data-list-items li:first-child
{
    margin-top: 5px;
}

.table .data-list-items li:first-child:last-child
{
    margin-top: 15px;
}

.table .data-empty
{
    height:                  100px;
    text-align:              center;
    -webkit-justify-content: center;
    justify-content:         center;
}

.table .data-progress .progress-holder
{
    height:        18px;
    width:         140px;
    text-align:    center;
    overflow:      hidden;
    border-radius: 2px;
}

.table .data-progress .progress-holder.pulsate
{
    -webkit-animation: pulsate 2s infinite;
    -moz-animation:    pulsate 2s infinite;
    -ms-animation:     pulsate 2s infinite;
}

.table .data-progress .progress-holder .progress-progress
{
    position:      absolute;
    height:        18px;
    border-radius: 2px;
}

.table .data-progress .progress-holder .progress-label
{
    position:    absolute;
    height:      18px;
    line-height: 17px;
    z-index:     1;
    width:       140px;
    color:       white;
    font-size:   .9em;
    font-weight: 600;
}

.table .data-progress .progress-holder[data-color="green"]
{
    background: #207618;
}

.table .data-progress .progress-holder[data-color="green"] .progress-progress
{
    background: #38AD2C;
}

.table .data-progress .progress-holder[data-color="red"]
{
    background: #A5312C;
}

.table .data-progress .progress-holder[data-color="red"] .progress-progress
{
    background: #DA4F49;
}

.table .data-progress .progress-holder[data-color="orange"]
{
    background: #B96E1F;
}

.table .data-progress .progress-holder[data-color="orange"] .progress-progress
{
    background: #DF8526;
}

.table .data-progress .progress-holder[data-color="blue"]
{
    background: #1872A1;
}

.table .data-progress .progress-holder[data-color="blue"] .progress-progress
{
    background: #1E95D3;
}

.table [data-marquee-vertical="true"],
.table [data-marquee-vertical="true"] > *
{
    display: block;
}

.table [data-marquee-horizontal="true"],
.table [data-marquee-horizontal="true"] > *
{
    display:     inline-block;
    font-size:   1em;
    line-height: 1em;
}

.table [data-vertical="true"] > *
{
    -webkit-transform:  translate(0, 0%);
    -moz-transform:     translate(0, 0%);
    transform:          translate(0, 0%);

    -webkit-transition: -webkit-transform 2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -moz-transition:    -moz-transform 2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition:         transform 2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.table [data-vertical="true"]:hover > *
{
    -webkit-transform: translate(0, -75%);
    -moz-transform:    translate(0, -75%);
    transform:         translate(0, -75%);
}

.table [data-horizontal="true"] > *
{
    -webkit-transform:  translate(0%, 0);
    -moz-transform:     translate(0%, 0);
    transform:          translate(0%, 0);

    -webkit-transition: -webkit-transform 2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -moz-transition:    -moz-transform 2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition:         transform 2s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.table [data-horizontal="true"]:hover > *
{
    -webkit-transform: translate(-75%, 0);
    -moz-transform:    translate(-75%, 0);
    transform:         translate(-75%, 0);
}

/*.table-infinite tr {*/
/*-webkit-animation: FadeIn cubic-bezier(0.645, 0.045, 0.355, 1.000) 1;*/
/*-moz-animation: FadeIn cubic-bezier(0.645, 0.045, 0.355, 1.000) 1;*/
/*animation: FadeIn cubic-bezier(0.645, 0.045, 0.355, 1.000) 1;*/

/*-webkit-animation-duration: 0.4s;*/
/*-moz-animation-duration: 0.4s;*/
/*animation-duration: 0.4s;*/
/*}*/

/* TODO: Dit kan efficienter */
.table th[data-width="20"],
.table td[data-width="20"]
{
    -webkit-flex: none;
    flex:         none;
    width:        20px;
}

.table th[data-width="30"],
.table td[data-width="30"]
{
    -webkit-flex: none;
    flex:         none;
    width:        30px;
}

.table th[data-width="40"],
.table td[data-width="40"]
{
    -webkit-flex: none;
    flex:         none;
    width:        40px;
}

.table th[data-width="50"],
.table td[data-width="50"]
{
    -webkit-flex: none;
    flex:         none;
    width:        50px;
}

.table th[data-width="60"],
.table td[data-width="60"]
{
    -webkit-flex: none;
    flex:         none;
    width:        60px;
}

.table th[data-width="70"],
.table td[data-width="70"]
{
    -webkit-flex: none;
    flex:         none;
    width:        70px;
}

.table th[data-width="80"],
.table td[data-width="80"]
{
    -webkit-flex: none;
    flex:         none;
    width:        80px;
}

.table th[data-width="90"],
.table td[data-width="90"]
{
    -webkit-flex: none;
    flex:         none;
    width:        90px;
}

.table th[data-width="100"],
.table td[data-width="100"]
{
    -webkit-flex: none;
    flex:         none;
    width:        100px;
}

.table th[data-width="110"],
.table td[data-width="110"]
{
    -webkit-flex: none;
    flex:         none;
    width:        110px;
}

.table th[data-width="120"],
.table td[data-width="120"]
{
    -webkit-flex: none;
    flex:         none;
    width:        120px;
}

.table th[data-width="130"],
.table td[data-width="130"]
{
    -webkit-flex: none;
    flex:         none;
    width:        130px;
}

.table th[data-width="140"],
.table td[data-width="140"]
{
    -webkit-flex: none;
    flex:         none;
    width:        140px;
}

.table th[data-width="150"],
.table td[data-width="150"]
{
    -webkit-flex: none;
    flex:         none;
    width:        150px;
}

.table th[data-width="160"],
.table td[data-width="160"]
{
    -webkit-flex: none;
    flex:         none;
    width:        160px;
}

.table th[data-width="170"],
.table td[data-width="170"]
{
    -webkit-flex: none;
    flex:         none;
    width:        170px;
}

.table th[data-width="180"],
.table td[data-width="180"]
{
    -webkit-flex: none;
    flex:         none;
    width:        180px;
}

.table th[data-width="190"],
.table td[data-width="190"]
{
    -webkit-flex: none;
    flex:         none;
    width:        190px;
}

.table th[data-width="200"],
.table td[data-width="200"]
{
    -webkit-flex: none;
    flex:         none;
    width:        200px;
}

/** Width Switch 1100 **/
table[width-switch-1100][max-width-1100] .data-progress,
table[width-switch-1100][max-width-1100] .data-header[data-special="progress"]
{
    display: none;
}

table[max-width-1100] .data-label[width-switch-1100],
table[max-width-1100] .data-progress[width-switch-1100],
table[max-width-1100] .data-header[width-switch-1100]
{
    display: none;
}

table[max-width-1100] .data-text-lables[width-switch-1100]
{
    display: block;
}

table[max-width-1100] .data-text-lables [class*="label-text"][width-switch-1100]
{
    display: inline-block;
}

/** Width Switch 1200 **/
table[width-switch-1200][max-width-1200] .data-progress,
table[width-switch-1200][max-width-1200] .data-header[data-special="progress"]
{
    display: none;
}

table[max-width-1200] .data-label[width-switch-1200],
table[max-width-1200] .data-progress[width-switch-1200],
table[max-width-1200] .data-header[width-switch-1200]
{
    display: none;
}

table[max-width-1200] .data-text-lables[width-switch-1200]
{
    display: block;
}

table[max-width-1200] .data-text-lables [class*="label-text"][width-switch-1200]
{
    display: inline-block;
}

/** Width Switch 1300 **/
table[width-switch-1300][max-width-1300] .data-progress,
table[width-switch-1300][max-width-1300] .data-header[data-special="progress"]
{
    display: none;
}

table[max-width-1300] .data-label[width-switch-1300],
table[max-width-1300] .data-progress[width-switch-1300],
table[max-width-1300] .data-header[width-switch-1300]
{
    display: none;
}

table[max-width-1300] .data-text-lables[width-switch-1300]
{
    display: block;
}

table[max-width-1300] .data-text-lables [class*="label-text"][width-switch-1300]
{
    display: inline-block;
}

/** Default **/
table.table-infinite[data-switch="true"][max-width-900] .data-label,
table.table-infinite[data-switch="true"][max-width-900] .data-progress,
table.table-infinite[data-switch="true"][max-width-900] .data-header[data-special="label"],
table.table-infinite[data-switch="true"][max-width-900] .data-header[data-special="progress"]
{
    display: none;
}

table.table-infinite[data-switch="true"][max-width-900] .data-text-lables
{
    display: block;
}

table.table-infinite[data-switch="true"][max-width-900] .data-text-lables [class*="label-text"]
{
    display: inline-block;
}

.table-list,
.table-list tbody
{
    width: 100%;
}

.table-list tbody
{
    display:                 -webkit-flex;
    display:                 flex;
    -webkit-justify-content: space-between;
    justify-content:         space-between;
    -webkit-flex-wrap:       wrap;
    flex-wrap:               wrap;
}

.table-list tr
{
    min-width:               300px;
    border-bottom:           1px solid #EEEEEE;
    display:                 -webkit-inline-flex;
    display:                 inline-flex;
    -webkit-flex:            1 0 300px;
    flex:                    1 0 300px;
    -webkit-justify-content: space-between;
    justify-content:         space-between;
    -webkit-align-items:     center;
    align-items:             center;
    -webkit-align-content:   center;
    align-content:           center;
}

.table-list tr:hover
{
    z-index: 1;
}

.table-list tr[data-special="select"].open
{
    z-index: 11;
}

.table-list td,
.table-list th
{
    padding:     15px 10px 15px 25px;
    white-space: normal;
}

.table-list th
{
    min-width:    110px;
    font-weight:  600;
    -webkit-flex: 0 1 110px;
    flex:         0 1 110px;
}

.table-list th .data-heading-required
{
    display:       inline-block;
    width:         4px;
    height:        4px;
    border-radius: 4px;
    background:    red;
    margin-bottom: 2px;
    margin-left:   2px;
}

.table-list [editable],
.rows-editor [editable]
{
    width:              100%;
    background:         transparent;
    border:             none;
    outline:            none;
    box-shadow:         none;
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
    font-weight:        300;
    font-size:          1em;
    line-height:        1.31em;
    text-transform:     none;
    text-overflow:      ellipsis;
    color:              #1E95D3;
    white-space:        nowrap;
    cursor:             pointer;
}

.table-list [editable][button-appended],
.rows-editor [editable][button-appended]
{
    width: calc(100% - 40px);
}

.table-list [data-saved="true"]:after,
.table-list [data-invalid="true"]:after
{
    margin-right: 10px;
}

.table-list .data-list:before,
.table-list .data-list:after,
.table-list .data-list-count,
.table-list .data-list-count-placeholder
{
    display: none !important;
}

.table-list .data-list .data-list-holder
{
    height: auto;
}

.table-list .data-list .data-list-holder li:first-child:last-child
{
    margin-top: 0;
}

.data-invoice-list {
    position: absolute;
    width: 250px;
    background: #222125;
    height: 100%;
    overflow: auto;
}

.data-invoice-list .invoice-entry {
    background: #302f31;
    color: #aaa;
    padding: 10px 20px;
    margin-bottom: 1px;
    cursor: pointer;
}

.data-invoice-list .invoice-entry.focus {
    color: white;
    background: #464448;
}
.wks-document-container {
    overflow: auto !important;
}


.data-progress-holder
{
    width:              265px;
    height:             140px;
    padding:            15px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    position:           absolute;
    bottom:             0px;

    transition: background 500ms;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c41313+0,d69e2f+100 */
    background: rgb(196,19,19); /* Old browsers */
    background: -moz-linear-gradient(45deg, rgba(196,19,19,1) 0%, rgba(214,158,47,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(196,19,19,1) 0%,rgba(214,158,47,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(196,19,19,1) 0%,rgba(214,158,47,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c41313', endColorstr='#d69e2f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.data-progress-holder.success {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#39823b+0,5bb75b+100 */
    background: rgb(57,130,59); /* Old browsers */
    background: -moz-linear-gradient(45deg, rgba(57,130,59,1) 0%, rgba(91,183,91,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(57,130,59,1) 0%,rgba(91,183,91,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(57,130,59,1) 0%,rgba(91,183,91,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39823b', endColorstr='#5bb75b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.data-progress-holder .data-progress-header
{
    color:          rgba(255, 255, 255, .8);
    text-transform: uppercase;
    font-weight:    600;
    font-size:      11px;
    margin-bottom: 5px;
}

.data-progress-holder .progressbar-container
{
    height:     17px;
    background: rgba(30, 150, 211, .4);
    margin:     3px 0px 12px 0px;
}

.data-progress-holder .progressbar-container .progressbar-label
{
    position:    absolute;
    width:       225px;
    color:       white;
    z-index:     1;
    text-align:  center;
    font-size:   11px;
    font-weight: 600;
}

.data-progress-holder .progressbar-container .progressbar-bar
{
    position:   absolute;
    background: #1E95D3;
    height:     17px;
}

.data-progress-holder .data-progress-verification
{
    margin-top: 3px;
    font-size:  11px;
    color:      rgba(255, 255, 255, .8);
}

.data-progress-holder .data-progress-verification .linear {
    color: white;
    margin-right: 10px;
}

.editor-holder
{
    height:   100%;
    position: absolute;
    width: 100%;
    display:  block;
}

.editor-holder.shift {
    width: calc(100% - 250px) !important;
    margin-left: 250px !important;
}

.editor-holder editor
{
    background:   transparent;
    margin:       0px 30px;
    margin-left:  265px;
    margin-right: 125px;
    height:       100%;
    min-height:   0;
    /*box-shadow: inset 0px 10px 30px rgba(0, 0, 0, 0.2);*/
    background:   url(/img/grid.png);
}

.editor-holder wks-document
{
    height:  100%;
    padding: 0;
}

.wks-page
{
    margin:     auto auto 200px auto;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.page-index
{
    background: #E9EEF2;
    width:      125px;
    height:     auto;
    top:        0;
    right:      0;
    bottom:     0;
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
    text-align: center;
}

.page-index .sortable-placeholder
{
    width:          95px;
    height:         140px;
    margin:         0 5px 15px 0;
    display:        inline-block;
    vertical-align: top;
    border:         1px dashed #FFFFFF;
}

.page-index .wks-button
{
    margin-top:   20px;
    color:        #888888;
    border-color: #888888;
}

.mini-page
{
    width:         95px;
    height:        140px;
    margin-bottom: 15px;
    border-radius: 3px;
    border-color:  transparent;
    box-shadow:    0 2px 7px rgba(0, 0, 0, 0.15);
    text-align:    left;
}

.data-editor-holder
{
    width: 265px;
    height: calc(100% - 140px);
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

.data-set-holder
{
    border: 1px solid #d4d6d8;
    padding: 15px;
    margin: 13px 0px 13px 13px;
    background: white;
    color: black;
}

.data-set-holder:last-child
{
    padding-bottom: 20px;
}

.data-set-header
{
    font-size: 18px;
}

.data-set-input
{
    width:      100%;
    margin-top: 10px;
}

.data-set-input .input-header
{
    display:        block;
    color:          #59595d;
    text-align:     left;
    font-weight:    600;
    text-transform: uppercase;
    font-size:      11px;
    margin-top:     5px;
}

.data-set-input .input-holder
{
    display:       block;
    color:         #898992;
    text-align:    left;
    font-size:     16px;
    margin-bottom: 3px;
}

.data-set-input .input-holder input
{
    background:    #dde1e5;
    width:         100%;
    border-radius: 3px;
    padding:       6px;
    box-sizing:    border-box;
    font-size:     14px;
    border:        none;
    color:         black;
}

.data-set-input .input-holder .checkbox
{
    background: #dde1e5;
    border:     1px solid rgba(150, 150, 165, 0.35);
}

.data-set-input .input-holder .checkbox[checked]
{
    border-color: rgba(150, 150, 165, 1);
}

.data-set-input .input-holder .checkbox:before
{
    color: #9696A5;
}

.data-set-input .input-holder .checkbox-text
{
    font-size: 12px;
}

.data-set-input .input-holder .percentage .number
{
    width: 100% !important;
}

.data-set-input .input-holder .percentage:before
{
    padding: 5px;
    color:   #9696A5;
}

.data-set-input .input-holder input::-webkit-input-placeholder
{
    color: rgba(150, 150, 165, 0.7);
}

.data-set-input .input-holder input:-moz-placeholder
{
    color:   rgba(150, 150, 165, 0.7);
    opacity: 1;
}

.data-set-input .input-holder input::-moz-placeholder
{
    color:   rgba(150, 150, 165, 0.7);
    opacity: 1;
}

.data-set-input .input-holder input:-ms-input-placeholder
{
    color: rgba(150, 150, 165, 0.7);
}

.confirmation-holder
{
    padding: 7px 15px;
}

.email-message-form-holder .editor,
.text-block-form-holder .editor
{
    min-height: 300px;
}

.email-message-form-holder .redactor-editor,
.text-block-form-holder .redactor-editor
{
    height: 300px;
}

.button-toggle.hidden
{
    display: none;
}

.editor-loader-holder
{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#297e99+0,316e9b+100 */
    background:         #1482D7;
    background:         -moz-linear-gradient(45deg, #1482D7 0%, #77CDC1 100%);
    background:         -webkit-linear-gradient(45deg, #1482D7 0%, #77CDC1 100%);
    background:         linear-gradient(45deg, #1482D7 0%, #77CDC1 100%);
    filter:             progid:DXImageTransform.Microsoft.gradient(startColorstr='#1482d7', endColorstr='#77cdc1', GradientType=1);

    width:              100%;
    height:             100%;
    position:           fixed;
    top:                0;
    right:              0;
    bottom:             0;
    left:               0;
    visibility:         hidden;
    opacity:            0;
    -webkit-transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000), visibility 0s linear 0.5s;
    -moz-transition:    opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000), visibility 0s linear 0.5s;
    transition:         opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000), visibility 0s linear 0.5s;
    z-index:            9999;
}

.editor-loader-holder img
{
    width:       700px;
    position:    absolute;
    left:        50%;
    margin-left: -350px;
    top:         50%;
    margin-top:  -100px;
}

.editor-loader-holder.show
{
    opacity:            1;
    visibility:         visible;
    -webkit-transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -moz-transition:    opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition:         opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.layout-settings,
.layout-picker
{
    padding: 0 125px 0 265px;
}

.advertising-remove-options-holder,
.advertising-check-link-holder,
.editor-terms
{
    padding: 10px 15px;
}

.editor-terms .message {
    font-size: 20px; font-weight: normal;
}

.editor-terms .subtitle,
.editor-terms .subtitle a{
    font-size: 11px;
    color: #777;
    text-decoration: none;
}



.advertising-check-link-input {
    padding: 7px 15px;
    border: 1px solid #3097CF;
    font-size: 16px;
    width: 200px;
    border-radius: 3px;
}

.advertising-remove-options-holder,
.advertising-check-link-holder
{
    text-align: center;
}

.editor-warning-text,
.advertising-remove-text
{
    text-align: center;
    margin:     15px 0;
    font-size:  20px;
}

.advertising-remove-options
{
    display:         flex;
    justify-content: center;
    align-items:     stretch;
    align-content:   stretch;
}

.advertising-remove-option
{
    cursor:        pointer;
    background:    #3D5D6D;
    margin:        15px;
    padding:       0px 0 35px;
    display:       flex;
    flex:          1;
    border-radius: 3px;
    font-size:     15px;
    color:         #FFFFFF;
    text-align:    center;
    position:      relative;
}

.advertising-remove-option p
{
    height:        175px;
    background:    #F0F3F5;
    color:         #40474A;
    margin-bottom: 0;
    font-size:     14px;
}

.advertising-remove-option i
{
    font-size:   54px;
    line-height: 85px;
    margin:      20px;
    display:     block;
}

.advertising-remove-option p
{
    height:        144px;
    background:    #F0F3F5;
    color:         #40474A;
    padding:       15px 10px;
    margin-bottom: 0;
    font-size:     14px;
}

.advertising-option-image {
    position: absolute;
    margin: -3px 0px 0px -3px;
}

.advertising-remove-option .remove-button
{
    background:                 #3097CF;
    position:                   absolute;
    height:                     35px;
    width:                      100%;
    bottom:                     0;
    left:                       0;
    right:                      0;
    line-height:                35px;
    border-bottom:              3px solid #2F7BB2;
    border-bottom-left-radius:  3px;
    border-bottom-right-radius: 3px;
}

.advertising-remove-option .remove-button.orange
{
    background:   #EF9A00;
    border-color: #AB6E00;
}

.advertising-remove-option .remove-button.green
{
    background:   #49BA72;
    border-color: #299550;
}

.advertising-remove-option .remove-button.dark-blue
{
    background:   #3E86AB;
    border-color: #196386;
}

.register-account-sellingpoint {
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: 600;
    color: #51a351;
    float: left;
    width: 220px;
}

.email-message-form-holder,
.register-account-details
{
    width:   calc(100% - 400px);
    display: inline-block;
}

.email-message-form-holder
{
    margin-right: -5px;
    border-right: 1px solid #EEEEEE;
}

.register-account-details
{
    padding:    0 20px;
    margin:     20px -4px 20px 0;
    box-sizing: border-box;
}

.register-account-details p.header {
    font-size: 20px;
}

.register-account-details p
{
    margin:        0;
    margin-bottom: 20px;
}

.register-account-details p:last-child
{
    margin-bottom: 0;
}

.email-details-form-holder,
.register-account-form
{
    padding:        15px 20px;
    width:          400px;
    background:     #f5f5f5;
    box-sizing:     border-box;
    display:        inline-block;
    vertical-align: top;
    border-bottom:  1px solid #dddddd;
}

.email-details-form-holder,
.register-account-form .header {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.email-details-form-holder
{
    margin-top: 0;
}

.email-details-form-holder table,
.register-account-form table
{
    width: 100%;
}

.register-account-form .linear-question-circle {
    color: #3097CF;
    cursor: pointer;
}

.email-details-form-holder .underline,
.register-account-form .underline
{
    border-bottom:  1px solid #DDDDDD;
    padding-bottom: 8px;
    display:        block;
}

.email-details-form-holder .underline > *,
.register-account-form .underline > *
{
    display: table;
    width:   100%;
}

.email-details-form-holder .input-holder,
.register-account-form .input-holder
{
    position: relative;
}

.email-details-form-holder .input-holder:after,
.register-account-form .input-holder:after
{
    margin-top:   12px;
    margin-right: 12px;
}

.email-details-form-holder .input-text h3,
.register-account-form .input-text h3
{
    margin-top:    12px;
    margin-bottom: 12px;
}

.register-account-form [name="name_first"],
.register-account-form [name="name_sur"],
.register-account-form [name="name_prefix"]
{
    display:      inline-block;
    margin-right: -4px;
}

.register-account-form [name="name_first"],
.register-account-form [name="name_sur"]
{
    width: calc(40% - 11px);
}

.register-account-form [name="name_prefix"]
{
    width:  20%;
    margin: 0 10px;
}

.register-account-form [name="domain"]
{
    width: calc(100% - 171px);
}

.email-message-loader
{
    opacity:            0;
    visibility:         hidden;
    -webkit-transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000), visibility 0s linear 0.5s;
    -moz-transition:    opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000), visibility 0s linear 0.5s;
    transition:         opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000), visibility 0s linear 0.5s;
}

.email-message-loader.show
{
    opacity:            1;
    visibility:         visible;
    -webkit-transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000), visibility 0s linear 0s;
    -moz-transition:    opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000), visibility 0s linear 0s;
    transition:         opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000), visibility 0s linear 0s;
}

.email-message-loader:before
{
    content:    " ";
    background: rgba(0, 0, 0, 0.3);
    width:      100%;
    position:   absolute;
    top:        -73px;
    left:       0;
    right:      0;
    bottom:     -59px;
}

.invoice-code:before {
    padding-left: 8px;
    padding-top: 8px;
    font-size: 14px;
    line-height: 14px;
    color: #9696A5;
}

.invoice-code input[name="code"] {
    padding-left: 43px;
}
/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    src: url('../../font/fontawesome-webfont.eot?v=4.4.0');
    src: url('../../font/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../../font/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('../../font/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../../font/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../../font/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    width: 1.28571429em;
    text-align: center;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.85714286em;
}
.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}
.fa-pull-left {
    float: left;
}
.fa-pull-right {
    float: right;
}
.fa.fa-pull-left {
    margin-right: .3em;
}
.fa.fa-pull-right {
    margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.fa.pull-left {
    margin-right: .3em;
}
.fa.pull-right {
    margin-left: .3em;
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
    content: "\f000";
}
.fa-music:before {
    content: "\f001";
}
.fa-search:before {
    content: "\f002";
}
.fa-envelope-o:before {
    content: "\f003";
}
.fa-heart:before {
    content: "\f004";
}
.fa-star:before {
    content: "\f005";
}
.fa-star-o:before {
    content: "\f006";
}
.fa-user:before {
    content: "\f007";
}
.fa-film:before {
    content: "\f008";
}
.fa-th-large:before {
    content: "\f009";
}
.fa-th:before {
    content: "\f00a";
}
.fa-th-list:before {
    content: "\f00b";
}
.fa-check:before {
    content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}
.fa-search-plus:before {
    content: "\f00e";
}
.fa-search-minus:before {
    content: "\f010";
}
.fa-power-off:before {
    content: "\f011";
}
.fa-signal:before {
    content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}
.fa-trash-o:before {
    content: "\f014";
}
.fa-home:before {
    content: "\f015";
}
.fa-file-o:before {
    content: "\f016";
}
.fa-clock-o:before {
    content: "\f017";
}
.fa-road:before {
    content: "\f018";
}
.fa-download:before {
    content: "\f019";
}
.fa-arrow-circle-o-down:before {
    content: "\f01a";
}
.fa-arrow-circle-o-up:before {
    content: "\f01b";
}
.fa-inbox:before {
    content: "\f01c";
}
.fa-play-circle-o:before {
    content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}
.fa-refresh:before {
    content: "\f021";
}
.fa-list-alt:before {
    content: "\f022";
}
.fa-lock:before {
    content: "\f023";
}
.fa-flag:before {
    content: "\f024";
}
.fa-headphones:before {
    content: "\f025";
}
.fa-volume-off:before {
    content: "\f026";
}
.fa-volume-down:before {
    content: "\f027";
}
.fa-volume-up:before {
    content: "\f028";
}
.fa-qrcode:before {
    content: "\f029";
}
.fa-barcode:before {
    content: "\f02a";
}
.fa-tag:before {
    content: "\f02b";
}
.fa-tags:before {
    content: "\f02c";
}
.fa-book:before {
    content: "\f02d";
}
.fa-bookmark:before {
    content: "\f02e";
}
.fa-print:before {
    content: "\f02f";
}
.fa-camera:before {
    content: "\f030";
}
.fa-font:before {
    content: "\f031";
}
.fa-bold:before {
    content: "\f032";
}
.fa-italic:before {
    content: "\f033";
}
.fa-text-height:before {
    content: "\f034";
}
.fa-text-width:before {
    content: "\f035";
}
.fa-align-left:before {
    content: "\f036";
}
.fa-align-center:before {
    content: "\f037";
}
.fa-align-right:before {
    content: "\f038";
}
.fa-align-justify:before {
    content: "\f039";
}
.fa-list:before {
    content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}
.fa-indent:before {
    content: "\f03c";
}
.fa-video-camera:before {
    content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}
.fa-pencil:before {
    content: "\f040";
}
.fa-map-marker:before {
    content: "\f041";
}
.fa-adjust:before {
    content: "\f042";
}
.fa-tint:before {
    content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}
.fa-share-square-o:before {
    content: "\f045";
}
.fa-check-square-o:before {
    content: "\f046";
}
.fa-arrows:before {
    content: "\f047";
}
.fa-step-backward:before {
    content: "\f048";
}
.fa-fast-backward:before {
    content: "\f049";
}
.fa-backward:before {
    content: "\f04a";
}
.fa-play:before {
    content: "\f04b";
}
.fa-pause:before {
    content: "\f04c";
}
.fa-stop:before {
    content: "\f04d";
}
.fa-forward:before {
    content: "\f04e";
}
.fa-fast-forward:before {
    content: "\f050";
}
.fa-step-forward:before {
    content: "\f051";
}
.fa-eject:before {
    content: "\f052";
}
.fa-chevron-left:before {
    content: "\f053";
}
.fa-chevron-right:before {
    content: "\f054";
}
.fa-plus-circle:before {
    content: "\f055";
}
.fa-minus-circle:before {
    content: "\f056";
}
.fa-times-circle:before {
    content: "\f057";
}
.fa-check-circle:before {
    content: "\f058";
}
.fa-question-circle:before {
    content: "\f059";
}
.fa-info-circle:before {
    content: "\f05a";
}
.fa-crosshairs:before {
    content: "\f05b";
}
.fa-times-circle-o:before {
    content: "\f05c";
}
.fa-check-circle-o:before {
    content: "\f05d";
}
.fa-ban:before {
    content: "\f05e";
}
.fa-arrow-left:before {
    content: "\f060";
}
.fa-arrow-right:before {
    content: "\f061";
}
.fa-arrow-up:before {
    content: "\f062";
}
.fa-arrow-down:before {
    content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}
.fa-expand:before {
    content: "\f065";
}
.fa-compress:before {
    content: "\f066";
}
.fa-plus:before {
    content: "\f067";
}
.fa-minus:before {
    content: "\f068";
}
.fa-asterisk:before {
    content: "\f069";
}
.fa-exclamation-circle:before {
    content: "\f06a";
}
.fa-gift:before {
    content: "\f06b";
}
.fa-leaf:before {
    content: "\f06c";
}
.fa-fire:before {
    content: "\f06d";
}
.fa-eye:before {
    content: "\f06e";
}
.fa-eye-slash:before {
    content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}
.fa-plane:before {
    content: "\f072";
}
.fa-calendar:before {
    content: "\f073";
}
.fa-random:before {
    content: "\f074";
}
.fa-comment:before {
    content: "\f075";
}
.fa-magnet:before {
    content: "\f076";
}
.fa-chevron-up:before {
    content: "\f077";
}
.fa-chevron-down:before {
    content: "\f078";
}
.fa-retweet:before {
    content: "\f079";
}
.fa-shopping-cart:before {
    content: "\f07a";
}
.fa-folder:before {
    content: "\f07b";
}
.fa-folder-open:before {
    content: "\f07c";
}
.fa-arrows-v:before {
    content: "\f07d";
}
.fa-arrows-h:before {
    content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}
.fa-twitter-square:before {
    content: "\f081";
}
.fa-facebook-square:before {
    content: "\f082";
}
.fa-camera-retro:before {
    content: "\f083";
}
.fa-key:before {
    content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}
.fa-comments:before {
    content: "\f086";
}
.fa-thumbs-o-up:before {
    content: "\f087";
}
.fa-thumbs-o-down:before {
    content: "\f088";
}
.fa-star-half:before {
    content: "\f089";
}
.fa-heart-o:before {
    content: "\f08a";
}
.fa-sign-out:before {
    content: "\f08b";
}
.fa-linkedin-square:before {
    content: "\f08c";
}
.fa-thumb-tack:before {
    content: "\f08d";
}
.fa-external-link:before {
    content: "\f08e";
}
.fa-sign-in:before {
    content: "\f090";
}
.fa-trophy:before {
    content: "\f091";
}
.fa-github-square:before {
    content: "\f092";
}
.fa-upload:before {
    content: "\f093";
}
.fa-lemon-o:before {
    content: "\f094";
}
.fa-phone:before {
    content: "\f095";
}
.fa-square-o:before {
    content: "\f096";
}
.fa-bookmark-o:before {
    content: "\f097";
}
.fa-phone-square:before {
    content: "\f098";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}
.fa-github:before {
    content: "\f09b";
}
.fa-unlock:before {
    content: "\f09c";
}
.fa-credit-card:before {
    content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
    content: "\f09e";
}
.fa-hdd-o:before {
    content: "\f0a0";
}
.fa-bullhorn:before {
    content: "\f0a1";
}
.fa-bell:before {
    content: "\f0f3";
}
.fa-certificate:before {
    content: "\f0a3";
}
.fa-hand-o-right:before {
    content: "\f0a4";
}
.fa-hand-o-left:before {
    content: "\f0a5";
}
.fa-hand-o-up:before {
    content: "\f0a6";
}
.fa-hand-o-down:before {
    content: "\f0a7";
}
.fa-arrow-circle-left:before {
    content: "\f0a8";
}
.fa-arrow-circle-right:before {
    content: "\f0a9";
}
.fa-arrow-circle-up:before {
    content: "\f0aa";
}
.fa-arrow-circle-down:before {
    content: "\f0ab";
}
.fa-globe:before {
    content: "\f0ac";
}
.fa-wrench:before {
    content: "\f0ad";
}
.fa-tasks:before {
    content: "\f0ae";
}
.fa-filter:before {
    content: "\f0b0";
}
.fa-briefcase:before {
    content: "\f0b1";
}
.fa-arrows-alt:before {
    content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}
.fa-cloud:before {
    content: "\f0c2";
}
.fa-flask:before {
    content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}
.fa-paperclip:before {
    content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}
.fa-square:before {
    content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}
.fa-list-ul:before {
    content: "\f0ca";
}
.fa-list-ol:before {
    content: "\f0cb";
}
.fa-strikethrough:before {
    content: "\f0cc";
}
.fa-underline:before {
    content: "\f0cd";
}
.fa-table:before {
    content: "\f0ce";
}
.fa-magic:before {
    content: "\f0d0";
}
.fa-truck:before {
    content: "\f0d1";
}
.fa-pinterest:before {
    content: "\f0d2";
}
.fa-pinterest-square:before {
    content: "\f0d3";
}
.fa-google-plus-square:before {
    content: "\f0d4";
}
.fa-google-plus:before {
    content: "\f0d5";
}
.fa-money:before {
    content: "\f0d6";
}
.fa-caret-down:before {
    content: "\f0d7";
}
.fa-caret-up:before {
    content: "\f0d8";
}
.fa-caret-left:before {
    content: "\f0d9";
}
.fa-caret-right:before {
    content: "\f0da";
}
.fa-columns:before {
    content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-linkedin:before {
    content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}
.fa-comment-o:before {
    content: "\f0e5";
}
.fa-comments-o:before {
    content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}
.fa-sitemap:before {
    content: "\f0e8";
}
.fa-umbrella:before {
    content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}
.fa-lightbulb-o:before {
    content: "\f0eb";
}
.fa-exchange:before {
    content: "\f0ec";
}
.fa-cloud-download:before {
    content: "\f0ed";
}
.fa-cloud-upload:before {
    content: "\f0ee";
}
.fa-user-md:before {
    content: "\f0f0";
}
.fa-stethoscope:before {
    content: "\f0f1";
}
.fa-suitcase:before {
    content: "\f0f2";
}
.fa-bell-o:before {
    content: "\f0a2";
}
.fa-coffee:before {
    content: "\f0f4";
}
.fa-cutlery:before {
    content: "\f0f5";
}
.fa-file-text-o:before {
    content: "\f0f6";
}
.fa-building-o:before {
    content: "\f0f7";
}
.fa-hospital-o:before {
    content: "\f0f8";
}
.fa-ambulance:before {
    content: "\f0f9";
}
.fa-medkit:before {
    content: "\f0fa";
}
.fa-fighter-jet:before {
    content: "\f0fb";
}
.fa-beer:before {
    content: "\f0fc";
}
.fa-h-square:before {
    content: "\f0fd";
}
.fa-plus-square:before {
    content: "\f0fe";
}
.fa-angle-double-left:before {
    content: "\f100";
}
.fa-angle-double-right:before {
    content: "\f101";
}
.fa-angle-double-up:before {
    content: "\f102";
}
.fa-angle-double-down:before {
    content: "\f103";
}
.fa-angle-left:before {
    content: "\f104";
}
.fa-angle-right:before {
    content: "\f105";
}
.fa-angle-up:before {
    content: "\f106";
}
.fa-angle-down:before {
    content: "\f107";
}
.fa-desktop:before {
    content: "\f108";
}
.fa-laptop:before {
    content: "\f109";
}
.fa-tablet:before {
    content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}
.fa-circle-o:before {
    content: "\f10c";
}
.fa-quote-left:before {
    content: "\f10d";
}
.fa-quote-right:before {
    content: "\f10e";
}
.fa-spinner:before {
    content: "\f110";
}
.fa-circle:before {
    content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}
.fa-github-alt:before {
    content: "\f113";
}
.fa-folder-o:before {
    content: "\f114";
}
.fa-folder-open-o:before {
    content: "\f115";
}
.fa-smile-o:before {
    content: "\f118";
}
.fa-frown-o:before {
    content: "\f119";
}
.fa-meh-o:before {
    content: "\f11a";
}
.fa-gamepad:before {
    content: "\f11b";
}
.fa-keyboard-o:before {
    content: "\f11c";
}
.fa-flag-o:before {
    content: "\f11d";
}
.fa-flag-checkered:before {
    content: "\f11e";
}
.fa-terminal:before {
    content: "\f120";
}
.fa-code:before {
    content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}
.fa-location-arrow:before {
    content: "\f124";
}
.fa-crop:before {
    content: "\f125";
}
.fa-code-fork:before {
    content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}
.fa-question:before {
    content: "\f128";
}
.fa-info:before {
    content: "\f129";
}
.fa-exclamation:before {
    content: "\f12a";
}
.fa-superscript:before {
    content: "\f12b";
}
.fa-subscript:before {
    content: "\f12c";
}
.fa-eraser:before {
    content: "\f12d";
}
.fa-puzzle-piece:before {
    content: "\f12e";
}
.fa-microphone:before {
    content: "\f130";
}
.fa-microphone-slash:before {
    content: "\f131";
}
.fa-shield:before {
    content: "\f132";
}
.fa-calendar-o:before {
    content: "\f133";
}
.fa-fire-extinguisher:before {
    content: "\f134";
}
.fa-rocket:before {
    content: "\f135";
}
.fa-maxcdn:before {
    content: "\f136";
}
.fa-chevron-circle-left:before {
    content: "\f137";
}
.fa-chevron-circle-right:before {
    content: "\f138";
}
.fa-chevron-circle-up:before {
    content: "\f139";
}
.fa-chevron-circle-down:before {
    content: "\f13a";
}
.fa-html5:before {
    content: "\f13b";
}
.fa-css3:before {
    content: "\f13c";
}
.fa-anchor:before {
    content: "\f13d";
}
.fa-unlock-alt:before {
    content: "\f13e";
}
.fa-bullseye:before {
    content: "\f140";
}
.fa-ellipsis-h:before {
    content: "\f141";
}
.fa-ellipsis-v:before {
    content: "\f142";
}
.fa-rss-square:before {
    content: "\f143";
}
.fa-play-circle:before {
    content: "\f144";
}
.fa-ticket:before {
    content: "\f145";
}
.fa-minus-square:before {
    content: "\f146";
}
.fa-minus-square-o:before {
    content: "\f147";
}
.fa-level-up:before {
    content: "\f148";
}
.fa-level-down:before {
    content: "\f149";
}
.fa-check-square:before {
    content: "\f14a";
}
.fa-pencil-square:before {
    content: "\f14b";
}
.fa-external-link-square:before {
    content: "\f14c";
}
.fa-share-square:before {
    content: "\f14d";
}
.fa-compass:before {
    content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}
.fa-gbp:before {
    content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}
.fa-won:before,
.fa-krw:before {
    content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}
.fa-file:before {
    content: "\f15b";
}
.fa-file-text:before {
    content: "\f15c";
}
.fa-sort-alpha-asc:before {
    content: "\f15d";
}
.fa-sort-alpha-desc:before {
    content: "\f15e";
}
.fa-sort-amount-asc:before {
    content: "\f160";
}
.fa-sort-amount-desc:before {
    content: "\f161";
}
.fa-sort-numeric-asc:before {
    content: "\f162";
}
.fa-sort-numeric-desc:before {
    content: "\f163";
}
.fa-thumbs-up:before {
    content: "\f164";
}
.fa-thumbs-down:before {
    content: "\f165";
}
.fa-youtube-square:before {
    content: "\f166";
}
.fa-youtube:before {
    content: "\f167";
}
.fa-xing:before {
    content: "\f168";
}
.fa-xing-square:before {
    content: "\f169";
}
.fa-youtube-play:before {
    content: "\f16a";
}
.fa-dropbox:before {
    content: "\f16b";
}
.fa-stack-overflow:before {
    content: "\f16c";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-flickr:before {
    content: "\f16e";
}
.fa-adn:before {
    content: "\f170";
}
.fa-bitbucket:before {
    content: "\f171";
}
.fa-bitbucket-square:before {
    content: "\f172";
}
.fa-tumblr:before {
    content: "\f173";
}
.fa-tumblr-square:before {
    content: "\f174";
}
.fa-long-arrow-down:before {
    content: "\f175";
}
.fa-long-arrow-up:before {
    content: "\f176";
}
.fa-long-arrow-left:before {
    content: "\f177";
}
.fa-long-arrow-right:before {
    content: "\f178";
}
.fa-apple:before {
    content: "\f179";
}
.fa-windows:before {
    content: "\f17a";
}
.fa-android:before {
    content: "\f17b";
}
.fa-linux:before {
    content: "\f17c";
}
.fa-dribbble:before {
    content: "\f17d";
}
.fa-skype:before {
    content: "\f17e";
}
.fa-foursquare:before {
    content: "\f180";
}
.fa-trello:before {
    content: "\f181";
}
.fa-female:before {
    content: "\f182";
}
.fa-male:before {
    content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}
.fa-sun-o:before {
    content: "\f185";
}
.fa-moon-o:before {
    content: "\f186";
}
.fa-archive:before {
    content: "\f187";
}
.fa-bug:before {
    content: "\f188";
}
.fa-vk:before {
    content: "\f189";
}
.fa-weibo:before {
    content: "\f18a";
}
.fa-renren:before {
    content: "\f18b";
}
.fa-pagelines:before {
    content: "\f18c";
}
.fa-stack-exchange:before {
    content: "\f18d";
}
.fa-arrow-circle-o-right:before {
    content: "\f18e";
}
.fa-arrow-circle-o-left:before {
    content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}
.fa-dot-circle-o:before {
    content: "\f192";
}
.fa-wheelchair:before {
    content: "\f193";
}
.fa-vimeo-square:before {
    content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}
.fa-plus-square-o:before {
    content: "\f196";
}
.fa-space-shuttle:before {
    content: "\f197";
}
.fa-slack:before {
    content: "\f198";
}
.fa-envelope-square:before {
    content: "\f199";
}
.fa-wordpress:before {
    content: "\f19a";
}
.fa-openid:before {
    content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}
.fa-yahoo:before {
    content: "\f19e";
}
.fa-google:before {
    content: "\f1a0";
}
.fa-reddit:before {
    content: "\f1a1";
}
.fa-reddit-square:before {
    content: "\f1a2";
}
.fa-stumbleupon-circle:before {
    content: "\f1a3";
}
.fa-stumbleupon:before {
    content: "\f1a4";
}
.fa-delicious:before {
    content: "\f1a5";
}
.fa-digg:before {
    content: "\f1a6";
}
.fa-pied-piper:before {
    content: "\f1a7";
}
.fa-pied-piper-alt:before {
    content: "\f1a8";
}
.fa-drupal:before {
    content: "\f1a9";
}
.fa-joomla:before {
    content: "\f1aa";
}
.fa-language:before {
    content: "\f1ab";
}
.fa-fax:before {
    content: "\f1ac";
}
.fa-building:before {
    content: "\f1ad";
}
.fa-child:before {
    content: "\f1ae";
}
.fa-paw:before {
    content: "\f1b0";
}
.fa-spoon:before {
    content: "\f1b1";
}
.fa-cube:before {
    content: "\f1b2";
}
.fa-cubes:before {
    content: "\f1b3";
}
.fa-behance:before {
    content: "\f1b4";
}
.fa-behance-square:before {
    content: "\f1b5";
}
.fa-steam:before {
    content: "\f1b6";
}
.fa-steam-square:before {
    content: "\f1b7";
}
.fa-recycle:before {
    content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}
.fa-tree:before {
    content: "\f1bb";
}
.fa-spotify:before {
    content: "\f1bc";
}
.fa-deviantart:before {
    content: "\f1bd";
}
.fa-soundcloud:before {
    content: "\f1be";
}
.fa-database:before {
    content: "\f1c0";
}
.fa-file-pdf-o:before {
    content: "\f1c1";
}
.fa-file-word-o:before {
    content: "\f1c2";
}
.fa-file-excel-o:before {
    content: "\f1c3";
}
.fa-file-powerpoint-o:before {
    content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}
.fa-file-code-o:before {
    content: "\f1c9";
}
.fa-vine:before {
    content: "\f1ca";
}
.fa-codepen:before {
    content: "\f1cb";
}
.fa-jsfiddle:before {
    content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}
.fa-circle-o-notch:before {
    content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}
.fa-git-square:before {
    content: "\f1d2";
}
.fa-git:before {
    content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4";
}
.fa-tencent-weibo:before {
    content: "\f1d5";
}
.fa-qq:before {
    content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}
.fa-history:before {
    content: "\f1da";
}
.fa-circle-thin:before {
    content: "\f1db";
}
.fa-header:before {
    content: "\f1dc";
}
.fa-paragraph:before {
    content: "\f1dd";
}
.fa-sliders:before {
    content: "\f1de";
}
.fa-share-alt:before {
    content: "\f1e0";
}
.fa-share-alt-square:before {
    content: "\f1e1";
}
.fa-bomb:before {
    content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
}
.fa-tty:before {
    content: "\f1e4";
}
.fa-binoculars:before {
    content: "\f1e5";
}
.fa-plug:before {
    content: "\f1e6";
}
.fa-slideshare:before {
    content: "\f1e7";
}
.fa-twitch:before {
    content: "\f1e8";
}
.fa-yelp:before {
    content: "\f1e9";
}
.fa-newspaper-o:before {
    content: "\f1ea";
}
.fa-wifi:before {
    content: "\f1eb";
}
.fa-calculator:before {
    content: "\f1ec";
}
.fa-paypal:before {
    content: "\f1ed";
}
.fa-google-wallet:before {
    content: "\f1ee";
}
.fa-cc-visa:before {
    content: "\f1f0";
}
.fa-cc-mastercard:before {
    content: "\f1f1";
}
.fa-cc-discover:before {
    content: "\f1f2";
}
.fa-cc-amex:before {
    content: "\f1f3";
}
.fa-cc-paypal:before {
    content: "\f1f4";
}
.fa-cc-stripe:before {
    content: "\f1f5";
}
.fa-bell-slash:before {
    content: "\f1f6";
}
.fa-bell-slash-o:before {
    content: "\f1f7";
}
.fa-trash:before {
    content: "\f1f8";
}
.fa-copyright:before {
    content: "\f1f9";
}
.fa-at:before {
    content: "\f1fa";
}
.fa-eyedropper:before {
    content: "\f1fb";
}
.fa-paint-brush:before {
    content: "\f1fc";
}
.fa-birthday-cake:before {
    content: "\f1fd";
}
.fa-area-chart:before {
    content: "\f1fe";
}
.fa-pie-chart:before {
    content: "\f200";
}
.fa-line-chart:before {
    content: "\f201";
}
.fa-lastfm:before {
    content: "\f202";
}
.fa-lastfm-square:before {
    content: "\f203";
}
.fa-toggle-off:before {
    content: "\f204";
}
.fa-toggle-on:before {
    content: "\f205";
}
.fa-bicycle:before {
    content: "\f206";
}
.fa-bus:before {
    content: "\f207";
}
.fa-ioxhost:before {
    content: "\f208";
}
.fa-angellist:before {
    content: "\f209";
}
.fa-cc:before {
    content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b";
}
.fa-meanpath:before {
    content: "\f20c";
}
.fa-buysellads:before {
    content: "\f20d";
}
.fa-connectdevelop:before {
    content: "\f20e";
}
.fa-dashcube:before {
    content: "\f210";
}
.fa-forumbee:before {
    content: "\f211";
}
.fa-leanpub:before {
    content: "\f212";
}
.fa-sellsy:before {
    content: "\f213";
}
.fa-shirtsinbulk:before {
    content: "\f214";
}
.fa-simplybuilt:before {
    content: "\f215";
}
.fa-skyatlas:before {
    content: "\f216";
}
.fa-cart-plus:before {
    content: "\f217";
}
.fa-cart-arrow-down:before {
    content: "\f218";
}
.fa-diamond:before {
    content: "\f219";
}
.fa-ship:before {
    content: "\f21a";
}
.fa-user-secret:before {
    content: "\f21b";
}
.fa-motorcycle:before {
    content: "\f21c";
}
.fa-street-view:before {
    content: "\f21d";
}
.fa-heartbeat:before {
    content: "\f21e";
}
.fa-venus:before {
    content: "\f221";
}
.fa-mars:before {
    content: "\f222";
}
.fa-mercury:before {
    content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
    content: "\f224";
}
.fa-transgender-alt:before {
    content: "\f225";
}
.fa-venus-double:before {
    content: "\f226";
}
.fa-mars-double:before {
    content: "\f227";
}
.fa-venus-mars:before {
    content: "\f228";
}
.fa-mars-stroke:before {
    content: "\f229";
}
.fa-mars-stroke-v:before {
    content: "\f22a";
}
.fa-mars-stroke-h:before {
    content: "\f22b";
}
.fa-neuter:before {
    content: "\f22c";
}
.fa-genderless:before {
    content: "\f22d";
}
.fa-facebook-official:before {
    content: "\f230";
}
.fa-pinterest-p:before {
    content: "\f231";
}
.fa-whatsapp:before {
    content: "\f232";
}
.fa-server:before {
    content: "\f233";
}
.fa-user-plus:before {
    content: "\f234";
}
.fa-user-times:before {
    content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
    content: "\f236";
}
.fa-viacoin:before {
    content: "\f237";
}
.fa-train:before {
    content: "\f238";
}
.fa-subway:before {
    content: "\f239";
}
.fa-medium:before {
    content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b";
}
.fa-optin-monster:before {
    content: "\f23c";
}
.fa-opencart:before {
    content: "\f23d";
}
.fa-expeditedssl:before {
    content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
    content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244";
}
.fa-mouse-pointer:before {
    content: "\f245";
}
.fa-i-cursor:before {
    content: "\f246";
}
.fa-object-group:before {
    content: "\f247";
}
.fa-object-ungroup:before {
    content: "\f248";
}
.fa-sticky-note:before {
    content: "\f249";
}
.fa-sticky-note-o:before {
    content: "\f24a";
}
.fa-cc-jcb:before {
    content: "\f24b";
}
.fa-cc-diners-club:before {
    content: "\f24c";
}
.fa-clone:before {
    content: "\f24d";
}
.fa-balance-scale:before {
    content: "\f24e";
}
.fa-hourglass-o:before {
    content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253";
}
.fa-hourglass:before {
    content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256";
}
.fa-hand-scissors-o:before {
    content: "\f257";
}
.fa-hand-lizard-o:before {
    content: "\f258";
}
.fa-hand-spock-o:before {
    content: "\f259";
}
.fa-hand-pointer-o:before {
    content: "\f25a";
}
.fa-hand-peace-o:before {
    content: "\f25b";
}
.fa-trademark:before {
    content: "\f25c";
}
.fa-registered:before {
    content: "\f25d";
}
.fa-creative-commons:before {
    content: "\f25e";
}
.fa-gg:before {
    content: "\f260";
}
.fa-gg-circle:before {
    content: "\f261";
}
.fa-tripadvisor:before {
    content: "\f262";
}
.fa-odnoklassniki:before {
    content: "\f263";
}
.fa-odnoklassniki-square:before {
    content: "\f264";
}
.fa-get-pocket:before {
    content: "\f265";
}
.fa-wikipedia-w:before {
    content: "\f266";
}
.fa-safari:before {
    content: "\f267";
}
.fa-chrome:before {
    content: "\f268";
}
.fa-firefox:before {
    content: "\f269";
}
.fa-opera:before {
    content: "\f26a";
}
.fa-internet-explorer:before {
    content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
    content: "\f26c";
}
.fa-contao:before {
    content: "\f26d";
}
.fa-500px:before {
    content: "\f26e";
}
.fa-amazon:before {
    content: "\f270";
}
.fa-calendar-plus-o:before {
    content: "\f271";
}
.fa-calendar-minus-o:before {
    content: "\f272";
}
.fa-calendar-times-o:before {
    content: "\f273";
}
.fa-calendar-check-o:before {
    content: "\f274";
}
.fa-industry:before {
    content: "\f275";
}
.fa-map-pin:before {
    content: "\f276";
}
.fa-map-signs:before {
    content: "\f277";
}
.fa-map-o:before {
    content: "\f278";
}
.fa-map:before {
    content: "\f279";
}
.fa-commenting:before {
    content: "\f27a";
}
.fa-commenting-o:before {
    content: "\f27b";
}
.fa-houzz:before {
    content: "\f27c";
}
.fa-vimeo:before {
    content: "\f27d";
}
.fa-black-tie:before {
    content: "\f27e";
}
.fa-fonticons:before {
    content: "\f280";
}

@font-face {
    font-family: Linearicons;
    src: url('../../font/linearicons-webfont.eot');
    src: url('../../font/linearicons-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

[class^="linear-"], [class*=" linear-"] {
    font-family: "Linearicons", sans-serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Enable Ligatures ================ */
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="linear-"] .title, [class*=" linear-"] .title  {
    position: absolute;
    width: 100px;
    margin-left: -70px !important;
    text-align: center;
    font-size: 14px;
    margin-top: 10px !important;
    color: black !important;
    opacity: 0 !important;
    font-family: Myriad Pro, Arial !important;
}

[class^="linear-"]:hover .title, [class*=" linear-"]:hover .title  {
    opacity: 1 !important;
}

.linear-home:before {
    content: "\e600";
}

.linear-home2:before {
    content: "\e601";
}

.linear-home3:before {
    content: "\e602";
}

.linear-home4:before {
    content: "\e603";
}

.linear-home5:before {
    content: "\e604";
}

.linear-home6:before {
    content: "\e605";
}

.linear-bathtub:before {
    content: "\e606";
}

.linear-toothbrush:before {
    content: "\e607";
}

.linear-bed:before {
    content: "\e608";
}

.linear-couch:before {
    content: "\e609";
}

.linear-chair:before {
    content: "\e60a";
}

.linear-city:before {
    content: "\e60b";
}

.linear-apartment:before {
    content: "\e60c";
}

.linear-pencil:before {
    content: "\e60d";
}

.linear-pencil2:before {
    content: "\e60e";
}

.linear-pen:before {
    content: "\e60f";
}

.linear-pencil3:before {
    content: "\e610";
}

.linear-eraser:before {
    content: "\e611";
}

.linear-pencil4:before {
    content: "\e612";
}

.linear-pencil5:before {
    content: "\e613";
}

.linear-feather:before {
    content: "\e614";
}

.linear-feather2:before {
    content: "\e615";
}

.linear-feather3:before {
    content: "\e616";
}

.linear-pen2:before {
    content: "\e617";
}

.linear-pen-add:before {
    content: "\e618";
}

.linear-pen-remove:before {
    content: "\e619";
}

.linear-vector:before {
    content: "\e61a";
}

.linear-pen3:before {
    content: "\e61b";
}

.linear-blog:before {
    content: "\e61c";
}

.linear-brush:before {
    content: "\e61d";
}

.linear-brush2:before {
    content: "\e61e";
}

.linear-spray:before {
    content: "\e61f";
}

.linear-paint-roller:before {
    content: "\e620";
}

.linear-stamp:before {
    content: "\e621";
}

.linear-tape:before {
    content: "\e622";
}

.linear-desk-tape:before {
    content: "\e623";
}

.linear-texture:before {
    content: "\e624";
}

.linear-eye-dropper:before {
    content: "\e625";
}

.linear-palette:before {
    content: "\e626";
}

.linear-color-sampler:before {
    content: "\e627";
}

.linear-bucket:before {
    content: "\e628";
}

.linear-gradient:before {
    content: "\e629";
}

.linear-gradient2:before {
    content: "\e62a";
}

.linear-magic-wand:before {
    content: "\e62b";
}

.linear-magnet:before {
    content: "\e62c";
}

.linear-pencil-ruler:before {
    content: "\e62d";
}

.linear-pencil-ruler2:before {
    content: "\e62e";
}

.linear-compass:before {
    content: "\e62f";
}

.linear-aim:before {
    content: "\e630";
}

.linear-gun:before {
    content: "\e631";
}

.linear-bottle:before {
    content: "\e632";
}

.linear-drop:before {
    content: "\e633";
}

.linear-drop-crossed:before {
    content: "\e634";
}

.linear-drop2:before {
    content: "\e635";
}

.linear-snow:before {
    content: "\e636";
}

.linear-snow2:before {
    content: "\e637";
}

.linear-fire:before {
    content: "\e638";
}

.linear-lighter:before {
    content: "\e639";
}

.linear-knife:before {
    content: "\e63a";
}

.linear-dagger:before {
    content: "\e63b";
}

.linear-tissue:before {
    content: "\e63c";
}

.linear-toilet-paper:before {
    content: "\e63d";
}

.linear-poop:before {
    content: "\e63e";
}

.linear-umbrella:before {
    content: "\e63f";
}

.linear-umbrella2:before {
    content: "\e640";
}

.linear-rain:before {
    content: "\e641";
}

.linear-tornado:before {
    content: "\e642";
}

.linear-wind:before {
    content: "\e643";
}

.linear-fan:before {
    content: "\e644";
}

.linear-contrast:before {
    content: "\e645";
}

.linear-sun-small:before {
    content: "\e646";
}

.linear-sun:before {
    content: "\e647";
}

.linear-sun2:before {
    content: "\e648";
}

.linear-moon:before {
    content: "\e649";
}

.linear-cloud:before {
    content: "\e64a";
}

.linear-cloud-upload:before {
    content: "\e64b";
}

.linear-cloud-download:before {
    content: "\e64c";
}

.linear-cloud-rain:before {
    content: "\e64d";
}

.linear-cloud-hailstones:before {
    content: "\e64e";
}

.linear-cloud-snow:before {
    content: "\e64f";
}

.linear-cloud-windy:before {
    content: "\e650";
}

.linear-sun-wind:before {
    content: "\e651";
}

.linear-cloud-fog:before {
    content: "\e652";
}

.linear-cloud-sun:before {
    content: "\e653";
}

.linear-cloud-lightning:before {
    content: "\e654";
}

.linear-cloud-sync:before {
    content: "\e655";
}

.linear-cloud-lock:before {
    content: "\e656";
}

.linear-cloud-gear:before {
    content: "\e657";
}

.linear-cloud-alert:before {
    content: "\e658";
}

.linear-cloud-check:before {
    content: "\e659";
}

.linear-cloud-cross:before {
    content: "\e65a";
}

.linear-cloud-crossed:before {
    content: "\e65b";
}

.linear-cloud-database:before {
    content: "\e65c";
}

.linear-database:before {
    content: "\e65d";
}

.linear-database-add:before {
    content: "\e65e";
}

.linear-database-remove:before {
    content: "\e65f";
}

.linear-database-lock:before {
    content: "\e660";
}

.linear-database-refresh:before {
    content: "\e661";
}

.linear-database-check:before {
    content: "\e662";
}

.linear-database-history:before {
    content: "\e663";
}

.linear-database-upload:before {
    content: "\e664";
}

.linear-database-download:before {
    content: "\e665";
}

.linear-server:before {
    content: "\e666";
}

.linear-shield:before {
    content: "\e667";
}

.linear-shield-check:before {
    content: "\e668";
}

.linear-shield-alert:before {
    content: "\e669";
}

.linear-shield-cross:before {
    content: "\e66a";
}

.linear-lock:before {
    content: "\e66b";
}

.linear-rotation-lock:before {
    content: "\e66c";
}

.linear-unlock:before {
    content: "\e66d";
}

.linear-key:before {
    content: "\e66e";
}

.linear-key-hole:before {
    content: "\e66f";
}

.linear-toggle-off:before {
    content: "\e670";
}

.linear-toggle-on:before {
    content: "\e671";
}

.linear-cog:before {
    content: "\e672";
}

.linear-cog2:before {
    content: "\e673";
}

.linear-wrench:before {
    content: "\e674";
}

.linear-screwdriver:before {
    content: "\e675";
}

.linear-hammer-wrench:before {
    content: "\e676";
}

.linear-hammer:before {
    content: "\e677";
}

.linear-saw:before {
    content: "\e678";
}

.linear-axe:before {
    content: "\e679";
}

.linear-axe2:before {
    content: "\e67a";
}

.linear-shovel:before {
    content: "\e67b";
}

.linear-pickaxe:before {
    content: "\e67c";
}

.linear-factory:before {
    content: "\e67d";
}

.linear-factory2:before {
    content: "\e67e";
}

.linear-recycle:before {
    content: "\e67f";
}

.linear-trash:before {
    content: "\e680";
}

.linear-trash2:before {
    content: "\e681";
}

.linear-trash3:before {
    content: "\e682";
}

.linear-broom:before {
    content: "\e683";
}

.linear-game:before {
    content: "\e684";
}

.linear-gamepad:before {
    content: "\e685";
}

.linear-joystick:before {
    content: "\e686";
}

.linear-dice:before {
    content: "\e687";
}

.linear-spades:before {
    content: "\e688";
}

.linear-diamonds:before {
    content: "\e689";
}

.linear-clubs:before {
    content: "\e68a";
}

.linear-hearts:before {
    content: "\e68b";
}

.linear-heart:before {
    content: "\e68c";
}

.linear-star:before {
    content: "\e68d";
}

.linear-star-half:before {
    content: "\e68e";
}

.linear-star-empty:before {
    content: "\e68f";
}

.linear-flag:before {
    content: "\e690";
}

.linear-flag2:before {
    content: "\e691";
}

.linear-flag3:before {
    content: "\e692";
}

.linear-mailbox-full:before {
    content: "\e693";
}

.linear-mailbox-empty:before {
    content: "\e694";
}

.linear-at-sign:before {
    content: "\e695";
}

.linear-envelope:before {
    content: "\e696";
}

.linear-envelope-open:before {
    content: "\e697";
}

.linear-paperclip:before {
    content: "\e698";
}

.linear-paper-plane:before {
    content: "\e699";
}

.linear-reply:before {
    content: "\e69a";
}

.linear-reply-all:before {
    content: "\e69b";
}

.linear-inbox:before {
    content: "\e69c";
}

.linear-inbox2:before {
    content: "\e69d";
}

.linear-outbox:before {
    content: "\e69e";
}

.linear-box:before {
    content: "\e69f";
}

.linear-archive:before {
    content: "\e6a0";
}

.linear-archive2:before {
    content: "\e6a1";
}

.linear-drawers:before {
    content: "\e6a2";
}

.linear-drawers2:before {
    content: "\e6a3";
}

.linear-drawers3:before {
    content: "\e6a4";
}

.linear-eye:before {
    content: "\e6a5";
}

.linear-eye-crossed:before {
    content: "\e6a6";
}

.linear-eye-plus:before {
    content: "\e6a7";
}

.linear-eye-minus:before {
    content: "\e6a8";
}

.linear-binoculars:before {
    content: "\e6a9";
}

.linear-binoculars2:before {
    content: "\e6aa";
}

.linear-hdd:before {
    content: "\e6ab";
}

.linear-hdd-down:before {
    content: "\e6ac";
}

.linear-hdd-up:before {
    content: "\e6ad";
}

.linear-floppy-disk:before {
    content: "\e6ae";
}

.linear-disc:before {
    content: "\e6af";
}

.linear-tape2:before {
    content: "\e6b0";
}

.linear-printer:before {
    content: "\e6b1";
}

.linear-shredder:before {
    content: "\e6b2";
}

.linear-file-empty:before {
    content: "\e6b3";
}

.linear-file-add:before {
    content: "\e6b4";
}

.linear-file-check:before {
    content: "\e6b5";
}

.linear-file-lock:before {
    content: "\e6b6";
}

.linear-files:before {
    content: "\e6b7";
}

.linear-copy:before {
    content: "\e6b8";
}

.linear-compare:before {
    content: "\e6b9";
}

.linear-folder:before {
    content: "\e6ba";
}

.linear-folder-search:before {
    content: "\e6bb";
}

.linear-folder-plus:before {
    content: "\e6bc";
}

.linear-folder-minus:before {
    content: "\e6bd";
}

.linear-folder-download:before {
    content: "\e6be";
}

.linear-folder-upload:before {
    content: "\e6bf";
}

.linear-folder-star:before {
    content: "\e6c0";
}

.linear-folder-heart:before {
    content: "\e6c1";
}

.linear-folder-user:before {
    content: "\e6c2";
}

.linear-folder-shared:before {
    content: "\e6c3";
}

.linear-folder-music:before {
    content: "\e6c4";
}

.linear-folder-picture:before {
    content: "\e6c5";
}

.linear-folder-film:before {
    content: "\e6c6";
}

.linear-scissors:before {
    content: "\e6c7";
}

.linear-paste:before {
    content: "\e6c8";
}

.linear-clipboard-empty:before {
    content: "\e6c9";
}

.linear-clipboard-pencil:before {
    content: "\e6ca";
}

.linear-clipboard-text:before {
    content: "\e6cb";
}

.linear-clipboard-check:before {
    content: "\e6cc";
}

.linear-clipboard-down:before {
    content: "\e6cd";
}

.linear-clipboard-left:before {
    content: "\e6ce";
}

.linear-clipboard-alert:before {
    content: "\e6cf";
}

.linear-clipboard-user:before {
    content: "\e6d0";
}

.linear-register:before {
    content: "\e6d1";
}

.linear-enter:before {
    content: "\e6d2";
}

.linear-exit:before {
    content: "\e6d3";
}

.linear-papers:before {
    content: "\e6d4";
}

.linear-news:before {
    content: "\e6d5";
}

.linear-reading:before {
    content: "\e6d6";
}

.linear-typewriter:before {
    content: "\e6d7";
}

.linear-document:before {
    content: "\e6d8";
}

.linear-document2:before {
    content: "\e6d9";
}

.linear-graduation-hat:before {
    content: "\e6da";
}

.linear-license:before {
    content: "\e6db";
}

.linear-license2:before {
    content: "\e6dc";
}

.linear-medal-empty:before {
    content: "\e6dd";
}

.linear-medal-first:before {
    content: "\e6de";
}

.linear-medal-second:before {
    content: "\e6df";
}

.linear-medal-third:before {
    content: "\e6e0";
}

.linear-podium:before {
    content: "\e6e1";
}

.linear-trophy:before {
    content: "\e6e2";
}

.linear-trophy2:before {
    content: "\e6e3";
}

.linear-music-note:before {
    content: "\e6e4";
}

.linear-music-note2:before {
    content: "\e6e5";
}

.linear-music-note3:before {
    content: "\e6e6";
}

.linear-playlist:before {
    content: "\e6e7";
}

.linear-playlist-add:before {
    content: "\e6e8";
}

.linear-guitar:before {
    content: "\e6e9";
}

.linear-trumpet:before {
    content: "\e6ea";
}

.linear-album:before {
    content: "\e6eb";
}

.linear-shuffle:before {
    content: "\e6ec";
}

.linear-repeat-one:before {
    content: "\e6ed";
}

.linear-repeat:before {
    content: "\e6ee";
}

.linear-headphones:before {
    content: "\e6ef";
}

.linear-headset:before {
    content: "\e6f0";
}

.linear-loudspeaker:before {
    content: "\e6f1";
}

.linear-equalizer:before {
    content: "\e6f2";
}

.linear-theater:before {
    content: "\e6f3";
}

.linear-3d-glasses:before {
    content: "\e6f4";
}

.linear-ticket:before {
    content: "\e6f5";
}

.linear-presentation:before {
    content: "\e6f6";
}

.linear-play:before {
    content: "\e6f7";
}

.linear-film-play:before {
    content: "\e6f8";
}

.linear-clapboard-play:before {
    content: "\e6f9";
}

.linear-media:before {
    content: "\e6fa";
}

.linear-film:before {
    content: "\e6fb";
}

.linear-film2:before {
    content: "\e6fc";
}

.linear-surveillance:before {
    content: "\e6fd";
}

.linear-surveillance2:before {
    content: "\e6fe";
}

.linear-camera:before {
    content: "\e6ff";
}

.linear-camera-crossed:before {
    content: "\e700";
}

.linear-camera-play:before {
    content: "\e701";
}

.linear-time-lapse:before {
    content: "\e702";
}

.linear-record:before {
    content: "\e703";
}

.linear-camera2:before {
    content: "\e704";
}

.linear-camera-flip:before {
    content: "\e705";
}

.linear-panorama:before {
    content: "\e706";
}

.linear-time-lapse2:before {
    content: "\e707";
}

.linear-shutter:before {
    content: "\e708";
}

.linear-shutter2:before {
    content: "\e709";
}

.linear-face-detection:before {
    content: "\e70a";
}

.linear-flare:before {
    content: "\e70b";
}

.linear-convex:before {
    content: "\e70c";
}

.linear-concave:before {
    content: "\e70d";
}

.linear-picture:before {
    content: "\e70e";
}

.linear-picture2:before {
    content: "\e70f";
}

.linear-picture3:before {
    content: "\e710";
}

.linear-pictures:before {
    content: "\e711";
}

.linear-book:before {
    content: "\e712";
}

.linear-audio-book:before {
    content: "\e713";
}

.linear-book2:before {
    content: "\e714";
}

.linear-bookmark:before {
    content: "\e715";
}

.linear-bookmark2:before {
    content: "\e716";
}

.linear-label:before {
    content: "\e717";
}

.linear-library:before {
    content: "\e718";
}

.linear-library2:before {
    content: "\e719";
}

.linear-contacts:before {
    content: "\e71a";
}

.linear-profile:before {
    content: "\e71b";
}

.linear-portrait:before {
    content: "\e71c";
}

.linear-portrait2:before {
    content: "\e71d";
}

.linear-user:before {
    content: "\e71e";
}

.linear-user-plus:before {
    content: "\e71f";
}

.linear-user-minus:before {
    content: "\e720";
}

.linear-user-lock:before {
    content: "\e721";
}

.linear-users:before {
    content: "\e722";
}

.linear-users2:before {
    content: "\e723";
}

.linear-users-plus:before {
    content: "\e724";
}

.linear-users-minus:before {
    content: "\e725";
}

.linear-group-work:before {
    content: "\e726";
}

.linear-woman:before {
    content: "\e727";
}

.linear-man:before {
    content: "\e728";
}

.linear-baby:before {
    content: "\e729";
}

.linear-baby2:before {
    content: "\e72a";
}

.linear-baby3:before {
    content: "\e72b";
}

.linear-baby-bottle:before {
    content: "\e72c";
}

.linear-walk:before {
    content: "\e72d";
}

.linear-hand-waving:before {
    content: "\e72e";
}

.linear-jump:before {
    content: "\e72f";
}

.linear-run:before {
    content: "\e730";
}

.linear-woman2:before {
    content: "\e731";
}

.linear-man2:before {
    content: "\e732";
}

.linear-man-woman:before {
    content: "\e733";
}

.linear-height:before {
    content: "\e734";
}

.linear-weight:before {
    content: "\e735";
}

.linear-scale:before {
    content: "\e736";
}

.linear-button:before {
    content: "\e737";
}

.linear-bow-tie:before {
    content: "\e738";
}

.linear-tie:before {
    content: "\e739";
}

.linear-socks:before {
    content: "\e73a";
}

.linear-shoe:before {
    content: "\e73b";
}

.linear-shoes:before {
    content: "\e73c";
}

.linear-hat:before {
    content: "\e73d";
}

.linear-pants:before {
    content: "\e73e";
}

.linear-shorts:before {
    content: "\e73f";
}

.linear-flip-flops:before {
    content: "\e740";
}

.linear-shirt:before {
    content: "\e741";
}

.linear-hanger:before {
    content: "\e742";
}

.linear-laundry:before {
    content: "\e743";
}

.linear-store:before {
    content: "\e744";
}

.linear-haircut:before {
    content: "\e745";
}

.linear-store-24:before {
    content: "\e746";
}

.linear-barcode:before {
    content: "\e747";
}

.linear-barcode2:before {
    content: "\e748";
}

.linear-barcode3:before {
    content: "\e749";
}

.linear-cashier:before {
    content: "\e74a";
}

.linear-bag:before {
    content: "\e74b";
}

.linear-bag2:before {
    content: "\e74c";
}

.linear-cart:before {
    content: "\e74d";
}

.linear-cart-empty:before {
    content: "\e74e";
}

.linear-cart-full:before {
    content: "\e74f";
}

.linear-cart-plus:before {
    content: "\e750";
}

.linear-cart-plus2:before {
    content: "\e751";
}

.linear-cart-add:before {
    content: "\e752";
}

.linear-cart-remove:before {
    content: "\e753";
}

.linear-cart-exchange:before {
    content: "\e754";
}

.linear-tag:before {
    content: "\e755";
}

.linear-tags:before {
    content: "\e756";
}

.linear-receipt:before {
    content: "\e757";
}

.linear-wallet:before {
    content: "\e758";
}

.linear-credit-card:before {
    content: "\e759";
}

.linear-cash-dollar:before {
    content: "\e75a";
}

.linear-cash-euro:before {
    content: "\e75b";
}

.linear-cash-pound:before {
    content: "\e75c";
}

.linear-cash-yen:before {
    content: "\e75d";
}

.linear-bag-dollar:before {
    content: "\e75e";
}

.linear-bag-euro:before {
    content: "\e75f";
}

.linear-bag-pound:before {
    content: "\e760";
}

.linear-bag-yen:before {
    content: "\e761";
}

.linear-coin-dollar:before {
    content: "\e762";
}

.linear-coin-euro:before {
    content: "\e763";
}

.linear-coin-pound:before {
    content: "\e764";
}

.linear-coin-yen:before {
    content: "\e765";
}

.linear-calculator:before {
    content: "\e766";
}

.linear-calculator2:before {
    content: "\e767";
}

.linear-abacus:before {
    content: "\e768";
}

.linear-vault:before {
    content: "\e769";
}

.linear-telephone:before {
    content: "\e76a";
}

.linear-phone-lock:before {
    content: "\e76b";
}

.linear-phone-wave:before {
    content: "\e76c";
}

.linear-phone-pause:before {
    content: "\e76d";
}

.linear-phone-outgoing:before {
    content: "\e76e";
}

.linear-phone-incoming:before {
    content: "\e76f";
}

.linear-phone-in-out:before {
    content: "\e770";
}

.linear-phone-error:before {
    content: "\e771";
}

.linear-phone-sip:before {
    content: "\e772";
}

.linear-phone-plus:before {
    content: "\e773";
}

.linear-phone-minus:before {
    content: "\e774";
}

.linear-voicemail:before {
    content: "\e775";
}

.linear-dial:before {
    content: "\e776";
}

.linear-telephone2:before {
    content: "\e777";
}

.linear-pushpin:before {
    content: "\e778";
}

.linear-pushpin2:before {
    content: "\e779";
}

.linear-map-marker:before {
    content: "\e77a";
}

.linear-map-marker-user:before {
    content: "\e77b";
}

.linear-map-marker-down:before {
    content: "\e77c";
}

.linear-map-marker-check:before {
    content: "\e77d";
}

.linear-map-marker-crossed:before {
    content: "\e77e";
}

.linear-radar:before {
    content: "\e77f";
}

.linear-compass2:before {
    content: "\e780";
}

.linear-map:before {
    content: "\e781";
}

.linear-map2:before {
    content: "\e782";
}

.linear-location:before {
    content: "\e783";
}

.linear-road-sign:before {
    content: "\e784";
}

.linear-calendar-empty:before {
    content: "\e785";
}

.linear-calendar-check:before {
    content: "\e786";
}

.linear-calendar-cross:before {
    content: "\e787";
}

.linear-calendar-31:before {
    content: "\e788";
}

.linear-calendar-full:before {
    content: "\e789";
}

.linear-calendar-insert:before {
    content: "\e78a";
}

.linear-calendar-text:before {
    content: "\e78b";
}

.linear-calendar-user:before {
    content: "\e78c";
}

.linear-mouse:before {
    content: "\e78d";
}

.linear-mouse-left:before {
    content: "\e78e";
}

.linear-mouse-right:before {
    content: "\e78f";
}

.linear-mouse-both:before {
    content: "\e790";
}

.linear-keyboard:before {
    content: "\e791";
}

.linear-keyboard-up:before {
    content: "\e792";
}

.linear-keyboard-down:before {
    content: "\e793";
}

.linear-delete:before {
    content: "\e794";
}

.linear-spell-check:before {
    content: "\e795";
}

.linear-escape:before {
    content: "\e796";
}

.linear-enter2:before {
    content: "\e797";
}

.linear-screen:before {
    content: "\e798";
}

.linear-aspect-ratio:before {
    content: "\e799";
}

.linear-signal:before {
    content: "\e79a";
}

.linear-signal-lock:before {
    content: "\e79b";
}

.linear-signal-80:before {
    content: "\e79c";
}

.linear-signal-60:before {
    content: "\e79d";
}

.linear-signal-40:before {
    content: "\e79e";
}

.linear-signal-20:before {
    content: "\e79f";
}

.linear-signal-0:before {
    content: "\e7a0";
}

.linear-signal-blocked:before {
    content: "\e7a1";
}

.linear-sim:before {
    content: "\e7a2";
}

.linear-flash-memory:before {
    content: "\e7a3";
}

.linear-usb-drive:before {
    content: "\e7a4";
}

.linear-phone:before {
    content: "\e7a5";
}

.linear-smartphone:before {
    content: "\e7a6";
}

.linear-smartphone-notification:before {
    content: "\e7a7";
}

.linear-smartphone-vibration:before {
    content: "\e7a8";
}

.linear-smartphone-embed:before {
    content: "\e7a9";
}

.linear-smartphone-waves:before {
    content: "\e7aa";
}

.linear-tablet:before {
    content: "\e7ab";
}

.linear-tablet2:before {
    content: "\e7ac";
}

.linear-laptop:before {
    content: "\e7ad";
}

.linear-laptop-phone:before {
    content: "\e7ae";
}

.linear-desktop:before {
    content: "\e7af";
}

.linear-launch:before {
    content: "\e7b0";
}

.linear-new-tab:before {
    content: "\e7b1";
}

.linear-window:before {
    content: "\e7b2";
}

.linear-cable:before {
    content: "\e7b3";
}

.linear-cable2:before {
    content: "\e7b4";
}

.linear-tv:before {
    content: "\e7b5";
}

.linear-radio:before {
    content: "\e7b6";
}

.linear-remote-control:before {
    content: "\e7b7";
}

.linear-power-switch:before {
    content: "\e7b8";
}

.linear-power:before {
    content: "\e7b9";
}

.linear-power-crossed:before {
    content: "\e7ba";
}

.linear-flash-auto:before {
    content: "\e7bb";
}

.linear-lamp:before {
    content: "\e7bc";
}

.linear-flashlight:before {
    content: "\e7bd";
}

.linear-lampshade:before {
    content: "\e7be";
}

.linear-cord:before {
    content: "\e7bf";
}

.linear-outlet:before {
    content: "\e7c0";
}

.linear-battery-power:before {
    content: "\e7c1";
}

.linear-battery-empty:before {
    content: "\e7c2";
}

.linear-battery-alert:before {
    content: "\e7c3";
}

.linear-battery-error:before {
    content: "\e7c4";
}

.linear-battery-low1:before {
    content: "\e7c5";
}

.linear-battery-low2:before {
    content: "\e7c6";
}

.linear-battery-low3:before {
    content: "\e7c7";
}

.linear-battery-mid1:before {
    content: "\e7c8";
}

.linear-battery-mid2:before {
    content: "\e7c9";
}

.linear-battery-mid3:before {
    content: "\e7ca";
}

.linear-battery-full:before {
    content: "\e7cb";
}

.linear-battery-charging:before {
    content: "\e7cc";
}

.linear-battery-charging2:before {
    content: "\e7cd";
}

.linear-battery-charging3:before {
    content: "\e7ce";
}

.linear-battery-charging4:before {
    content: "\e7cf";
}

.linear-battery-charging5:before {
    content: "\e7d0";
}

.linear-battery-charging6:before {
    content: "\e7d1";
}

.linear-battery-charging7:before {
    content: "\e7d2";
}

.linear-chip:before {
    content: "\e7d3";
}

.linear-chip-x64:before {
    content: "\e7d4";
}

.linear-chip-x86:before {
    content: "\e7d5";
}

.linear-bubble:before {
    content: "\e7d6";
}

.linear-bubbles:before {
    content: "\e7d7";
}

.linear-bubble-dots:before {
    content: "\e7d8";
}

.linear-bubble-alert:before {
    content: "\e7d9";
}

.linear-bubble-question:before {
    content: "\e7da";
}

.linear-bubble-text:before {
    content: "\e7db";
}

.linear-bubble-pencil:before {
    content: "\e7dc";
}

.linear-bubble-picture:before {
    content: "\e7dd";
}

.linear-bubble-video:before {
    content: "\e7de";
}

.linear-bubble-user:before {
    content: "\e7df";
}

.linear-bubble-quote:before {
    content: "\e7e0";
}

.linear-bubble-heart:before {
    content: "\e7e1";
}

.linear-bubble-emoticon:before {
    content: "\e7e2";
}

.linear-bubble-attachment:before {
    content: "\e7e3";
}

.linear-phone-bubble:before {
    content: "\e7e4";
}

.linear-quote-open:before {
    content: "\e7e5";
}

.linear-quote-close:before {
    content: "\e7e6";
}

.linear-dna:before {
    content: "\e7e7";
}

.linear-heart-pulse:before {
    content: "\e7e8";
}

.linear-pulse:before {
    content: "\e7e9";
}

.linear-syringe:before {
    content: "\e7ea";
}

.linear-pills:before {
    content: "\e7eb";
}

.linear-first-aid:before {
    content: "\e7ec";
}

.linear-lifebuoy:before {
    content: "\e7ed";
}

.linear-bandage:before {
    content: "\e7ee";
}

.linear-bandages:before {
    content: "\e7ef";
}

.linear-thermometer:before {
    content: "\e7f0";
}

.linear-microscope:before {
    content: "\e7f1";
}

.linear-brain:before {
    content: "\e7f2";
}

.linear-beaker:before {
    content: "\e7f3";
}

.linear-skull:before {
    content: "\e7f4";
}

.linear-bone:before {
    content: "\e7f5";
}

.linear-construction:before {
    content: "\e7f6";
}

.linear-construction-cone:before {
    content: "\e7f7";
}

.linear-pie-chart:before {
    content: "\e7f8";
}

.linear-pie-chart2:before {
    content: "\e7f9";
}

.linear-graph:before {
    content: "\e7fa";
}

.linear-chart-growth:before {
    content: "\e7fb";
}

.linear-chart-bars:before {
    content: "\e7fc";
}

.linear-chart-settings:before {
    content: "\e7fd";
}

.linear-cake:before {
    content: "\e7fe";
}

.linear-gift:before {
    content: "\e7ff";
}

.linear-balloon:before {
    content: "\e800";
}

.linear-rank:before {
    content: "\e801";
}

.linear-rank2:before {
    content: "\e802";
}

.linear-rank3:before {
    content: "\e803";
}

.linear-crown:before {
    content: "\e804";
}

.linear-lotus:before {
    content: "\e805";
}

.linear-diamond:before {
    content: "\e806";
}

.linear-diamond2:before {
    content: "\e807";
}

.linear-diamond3:before {
    content: "\e808";
}

.linear-diamond4:before {
    content: "\e809";
}

.linear-linearicons:before {
    content: "\e80a";
}

.linear-teacup:before {
    content: "\e80b";
}

.linear-teapot:before {
    content: "\e80c";
}

.linear-glass:before {
    content: "\e80d";
}

.linear-bottle2:before {
    content: "\e80e";
}

.linear-glass-cocktail:before {
    content: "\e80f";
}

.linear-glass2:before {
    content: "\e810";
}

.linear-dinner:before {
    content: "\e811";
}

.linear-dinner2:before {
    content: "\e812";
}

.linear-chef:before {
    content: "\e813";
}

.linear-scale2:before {
    content: "\e814";
}

.linear-egg:before {
    content: "\e815";
}

.linear-egg2:before {
    content: "\e816";
}

.linear-eggs:before {
    content: "\e817";
}

.linear-platter:before {
    content: "\e818";
}

.linear-steak:before {
    content: "\e819";
}

.linear-hamburger:before {
    content: "\e81a";
}

.linear-hotdog:before {
    content: "\e81b";
}

.linear-pizza:before {
    content: "\e81c";
}

.linear-sausage:before {
    content: "\e81d";
}

.linear-chicken:before {
    content: "\e81e";
}

.linear-fish:before {
    content: "\e81f";
}

.linear-carrot:before {
    content: "\e820";
}

.linear-cheese:before {
    content: "\e821";
}

.linear-bread:before {
    content: "\e822";
}

.linear-ice-cream:before {
    content: "\e823";
}

.linear-ice-cream2:before {
    content: "\e824";
}

.linear-candy:before {
    content: "\e825";
}

.linear-lollipop:before {
    content: "\e826";
}

.linear-coffee-bean:before {
    content: "\e827";
}

.linear-coffee-cup:before {
    content: "\e828";
}

.linear-cherry:before {
    content: "\e829";
}

.linear-grapes:before {
    content: "\e82a";
}

.linear-citrus:before {
    content: "\e82b";
}

.linear-apple:before {
    content: "\e82c";
}

.linear-leaf:before {
    content: "\e82d";
}

.linear-landscape:before {
    content: "\e82e";
}

.linear-pine-tree:before {
    content: "\e82f";
}

.linear-tree:before {
    content: "\e830";
}

.linear-cactus:before {
    content: "\e831";
}

.linear-paw:before {
    content: "\e832";
}

.linear-footprint:before {
    content: "\e833";
}

.linear-speed-slow:before {
    content: "\e834";
}

.linear-speed-medium:before {
    content: "\e835";
}

.linear-speed-fast:before {
    content: "\e836";
}

.linear-rocket:before {
    content: "\e837";
}

.linear-hammer2:before {
    content: "\e838";
}

.linear-balance:before {
    content: "\e839";
}

.linear-briefcase:before {
    content: "\e83a";
}

.linear-luggage-weight:before {
    content: "\e83b";
}

.linear-dolly:before {
    content: "\e83c";
}

.linear-plane:before {
    content: "\e83d";
}

.linear-plane-crossed:before {
    content: "\e83e";
}

.linear-helicopter:before {
    content: "\e83f";
}

.linear-traffic-lights:before {
    content: "\e840";
}

.linear-siren:before {
    content: "\e841";
}

.linear-road:before {
    content: "\e842";
}

.linear-engine:before {
    content: "\e843";
}

.linear-oil-pressure:before {
    content: "\e844";
}

.linear-coolant-temperature:before {
    content: "\e845";
}

.linear-car-battery:before {
    content: "\e846";
}

.linear-gas:before {
    content: "\e847";
}

.linear-gallon:before {
    content: "\e848";
}

.linear-transmission:before {
    content: "\e849";
}

.linear-car:before {
    content: "\e84a";
}

.linear-car-wash:before {
    content: "\e84b";
}

.linear-car-wash2:before {
    content: "\e84c";
}

.linear-bus:before {
    content: "\e84d";
}

.linear-bus2:before {
    content: "\e84e";
}

.linear-car2:before {
    content: "\e84f";
}

.linear-parking:before {
    content: "\e850";
}

.linear-car-lock:before {
    content: "\e851";
}

.linear-taxi:before {
    content: "\e852";
}

.linear-car-siren:before {
    content: "\e853";
}

.linear-car-wash3:before {
    content: "\e854";
}

.linear-car-wash4:before {
    content: "\e855";
}

.linear-ambulance:before {
    content: "\e856";
}

.linear-truck:before {
    content: "\e857";
}

.linear-trailer:before {
    content: "\e858";
}

.linear-scale-truck:before {
    content: "\e859";
}

.linear-train:before {
    content: "\e85a";
}

.linear-ship:before {
    content: "\e85b";
}

.linear-ship2:before {
    content: "\e85c";
}

.linear-anchor:before {
    content: "\e85d";
}

.linear-boat:before {
    content: "\e85e";
}

.linear-bicycle:before {
    content: "\e85f";
}

.linear-bicycle2:before {
    content: "\e860";
}

.linear-dumbbell:before {
    content: "\e861";
}

.linear-bench-press:before {
    content: "\e862";
}

.linear-swim:before {
    content: "\e863";
}

.linear-football:before {
    content: "\e864";
}

.linear-baseball-bat:before {
    content: "\e865";
}

.linear-baseball:before {
    content: "\e866";
}

.linear-tennis:before {
    content: "\e867";
}

.linear-tennis2:before {
    content: "\e868";
}

.linear-ping-pong:before {
    content: "\e869";
}

.linear-hockey:before {
    content: "\e86a";
}

.linear-8ball:before {
    content: "\e86b";
}

.linear-bowling:before {
    content: "\e86c";
}

.linear-bowling-pins:before {
    content: "\e86d";
}

.linear-golf:before {
    content: "\e86e";
}

.linear-golf2:before {
    content: "\e86f";
}

.linear-archery:before {
    content: "\e870";
}

.linear-slingshot:before {
    content: "\e871";
}

.linear-soccer:before {
    content: "\e872";
}

.linear-basketball:before {
    content: "\e873";
}

.linear-cube:before {
    content: "\e874";
}

.linear-3d-rotate:before {
    content: "\e875";
}

.linear-puzzle:before {
    content: "\e876";
}

.linear-glasses:before {
    content: "\e877";
}

.linear-glasses2:before {
    content: "\e878";
}

.linear-accessibility:before {
    content: "\e879";
}

.linear-wheelchair:before {
    content: "\e87a";
}

.linear-wall:before {
    content: "\e87b";
}

.linear-fence:before {
    content: "\e87c";
}

.linear-wall2:before {
    content: "\e87d";
}

.linear-icons:before {
    content: "\e87e";
}

.linear-resize-handle:before {
    content: "\e87f";
}

.linear-icons2:before {
    content: "\e880";
}

.linear-select:before {
    content: "\e881";
}

.linear-select2:before {
    content: "\e882";
}

.linear-site-map:before {
    content: "\e883";
}

.linear-earth:before {
    content: "\e884";
}

.linear-earth-lock:before {
    content: "\e885";
}

.linear-network:before {
    content: "\e886";
}

.linear-network-lock:before {
    content: "\e887";
}

.linear-planet:before {
    content: "\e888";
}

.linear-happy:before {
    content: "\e889";
}

.linear-smile:before {
    content: "\e88a";
}

.linear-grin:before {
    content: "\e88b";
}

.linear-tongue:before {
    content: "\e88c";
}

.linear-sad:before {
    content: "\e88d";
}

.linear-wink:before {
    content: "\e88e";
}

.linear-dream:before {
    content: "\e88f";
}

.linear-shocked:before {
    content: "\e890";
}

.linear-shocked2:before {
    content: "\e891";
}

.linear-tongue2:before {
    content: "\e892";
}

.linear-neutral:before {
    content: "\e893";
}

.linear-happy-grin:before {
    content: "\e894";
}

.linear-cool:before {
    content: "\e895";
}

.linear-mad:before {
    content: "\e896";
}

.linear-grin-evil:before {
    content: "\e897";
}

.linear-evil:before {
    content: "\e898";
}

.linear-wow:before {
    content: "\e899";
}

.linear-annoyed:before {
    content: "\e89a";
}

.linear-wondering:before {
    content: "\e89b";
}

.linear-confused:before {
    content: "\e89c";
}

.linear-zipped:before {
    content: "\e89d";
}

.linear-grumpy:before {
    content: "\e89e";
}

.linear-mustache:before {
    content: "\e89f";
}

.linear-tombstone-hipster:before {
    content: "\e8a0";
}

.linear-tombstone:before {
    content: "\e8a1";
}

.linear-ghost:before {
    content: "\e8a2";
}

.linear-ghost-hipster:before {
    content: "\e8a3";
}

.linear-halloween:before {
    content: "\e8a4";
}

.linear-christmas:before {
    content: "\e8a5";
}

.linear-easter-egg:before {
    content: "\e8a6";
}

.linear-mustache2:before {
    content: "\e8a7";
}

.linear-mustache-glasses:before {
    content: "\e8a8";
}

.linear-pipe:before {
    content: "\e8a9";
}

.linear-alarm:before {
    content: "\e8aa";
}

.linear-alarm-add:before {
    content: "\e8ab";
}

.linear-alarm-snooze:before {
    content: "\e8ac";
}

.linear-alarm-ringing:before {
    content: "\e8ad";
}

.linear-bullhorn:before {
    content: "\e8ae";
}

.linear-hearing:before {
    content: "\e8af";
}

.linear-volume-high:before {
    content: "\e8b0";
}

.linear-volume-medium:before {
    content: "\e8b1";
}

.linear-volume-low:before {
    content: "\e8b2";
}

.linear-volume:before {
    content: "\e8b3";
}

.linear-mute:before {
    content: "\e8b4";
}

.linear-lan:before {
    content: "\e8b5";
}

.linear-lan2:before {
    content: "\e8b6";
}

.linear-wifi:before {
    content: "\e8b7";
}

.linear-wifi-lock:before {
    content: "\e8b8";
}

.linear-wifi-blocked:before {
    content: "\e8b9";
}

.linear-wifi-mid:before {
    content: "\e8ba";
}

.linear-wifi-low:before {
    content: "\e8bb";
}

.linear-wifi-low2:before {
    content: "\e8bc";
}

.linear-wifi-alert:before {
    content: "\e8bd";
}

.linear-wifi-alert-mid:before {
    content: "\e8be";
}

.linear-wifi-alert-low:before {
    content: "\e8bf";
}

.linear-wifi-alert-low2:before {
    content: "\e8c0";
}

.linear-stream:before {
    content: "\e8c1";
}

.linear-stream-check:before {
    content: "\e8c2";
}

.linear-stream-error:before {
    content: "\e8c3";
}

.linear-stream-alert:before {
    content: "\e8c4";
}

.linear-communication:before {
    content: "\e8c5";
}

.linear-communication-crossed:before {
    content: "\e8c6";
}

.linear-broadcast:before {
    content: "\e8c7";
}

.linear-antenna:before {
    content: "\e8c8";
}

.linear-satellite:before {
    content: "\e8c9";
}

.linear-satellite2:before {
    content: "\e8ca";
}

.linear-mic:before {
    content: "\e8cb";
}

.linear-mic-mute:before {
    content: "\e8cc";
}

.linear-mic2:before {
    content: "\e8cd";
}

.linear-spotlights:before {
    content: "\e8ce";
}

.linear-hourglass:before {
    content: "\e8cf";
}

.linear-loading:before {
    content: "\e8d0";
}

.linear-loading2:before {
    content: "\e8d1";
}

.linear-loading3:before {
    content: "\e8d2";
}

.linear-refresh:before {
    content: "\e8d3";
}

.linear-refresh2:before {
    content: "\e8d4";
}

.linear-undo:before {
    content: "\e8d5";
}

.linear-redo:before {
    content: "\e8d6";
}

.linear-jump2:before {
    content: "\e8d7";
}

.linear-undo2:before {
    content: "\e8d8";
}

.linear-redo2:before {
    content: "\e8d9";
}

.linear-sync:before {
    content: "\e8da";
}

.linear-repeat-one2:before {
    content: "\e8db";
}

.linear-sync-crossed:before {
    content: "\e8dc";
}

.linear-sync2:before {
    content: "\e8dd";
}

.linear-repeat-one3:before {
    content: "\e8de";
}

.linear-sync-crossed2:before {
    content: "\e8df";
}

.linear-return:before {
    content: "\e8e0";
}

.linear-return2:before {
    content: "\e8e1";
}

.linear-refund:before {
    content: "\e8e2";
}

.linear-history:before {
    content: "\e8e3";
}

.linear-history2:before {
    content: "\e8e4";
}

.linear-self-timer:before {
    content: "\e8e5";
}

.linear-clock:before {
    content: "\e8e6";
}

.linear-clock2:before {
    content: "\e8e7";
}

.linear-clock3:before {
    content: "\e8e8";
}

.linear-watch:before {
    content: "\e8e9";
}

.linear-alarm2:before {
    content: "\e8ea";
}

.linear-alarm-add2:before {
    content: "\e8eb";
}

.linear-alarm-remove:before {
    content: "\e8ec";
}

.linear-alarm-check:before {
    content: "\e8ed";
}

.linear-alarm-error:before {
    content: "\e8ee";
}

.linear-timer:before {
    content: "\e8ef";
}

.linear-timer-crossed:before {
    content: "\e8f0";
}

.linear-timer2:before {
    content: "\e8f1";
}

.linear-timer-crossed2:before {
    content: "\e8f2";
}

.linear-download:before {
    content: "\e8f3";
}

.linear-upload:before {
    content: "\e8f4";
}

.linear-download2:before {
    content: "\e8f5";
}

.linear-upload2:before {
    content: "\e8f6";
}

.linear-enter-up:before {
    content: "\e8f7";
}

.linear-enter-down:before {
    content: "\e8f8";
}

.linear-enter-left:before {
    content: "\e8f9";
}

.linear-enter-right:before {
    content: "\e8fa";
}

.linear-exit-up:before {
    content: "\e8fb";
}

.linear-exit-down:before {
    content: "\e8fc";
}

.linear-exit-left:before {
    content: "\e8fd";
}

.linear-exit-right:before {
    content: "\e8fe";
}

.linear-enter-up2:before {
    content: "\e8ff";
}

.linear-enter-down2:before {
    content: "\e900";
}

.linear-enter-vertical:before {
    content: "\e901";
}

.linear-enter-left2:before {
    content: "\e902";
}

.linear-enter-right2:before {
    content: "\e903";
}

.linear-enter-horizontal:before {
    content: "\e904";
}

.linear-exit-up2:before {
    content: "\e905";
}

.linear-exit-down2:before {
    content: "\e906";
}

.linear-exit-left2:before {
    content: "\e907";
}

.linear-exit-right2:before {
    content: "\e908";
}

.linear-cli:before {
    content: "\e909";
}

.linear-bug:before {
    content: "\e90a";
}

.linear-code:before {
    content: "\e90b";
}

.linear-file-code:before {
    content: "\e90c";
}

.linear-file-image:before {
    content: "\e90d";
}

.linear-file-zip:before {
    content: "\e90e";
}

.linear-file-audio:before {
    content: "\e90f";
}

.linear-file-video:before {
    content: "\e910";
}

.linear-file-preview:before {
    content: "\e911";
}

.linear-file-charts:before {
    content: "\e912";
}

.linear-file-stats:before {
    content: "\e913";
}

.linear-file-spreadsheet:before {
    content: "\e914";
}

.linear-link:before {
    content: "\e915";
}

.linear-unlink:before {
    content: "\e916";
}

.linear-link2:before {
    content: "\e917";
}

.linear-unlink2:before {
    content: "\e918";
}

.linear-thumbs-up:before {
    content: "\e919";
}

.linear-thumbs-down:before {
    content: "\e91a";
}

.linear-thumbs-up2:before {
    content: "\e91b";
}

.linear-thumbs-down2:before {
    content: "\e91c";
}

.linear-thumbs-up3:before {
    content: "\e91d";
}

.linear-thumbs-down3:before {
    content: "\e91e";
}

.linear-share:before {
    content: "\e91f";
}

.linear-share2:before {
    content: "\e920";
}

.linear-share3:before {
    content: "\e921";
}

.linear-magnifier:before {
    content: "\e922";
}

.linear-file-search:before {
    content: "\e923";
}

.linear-find-replace:before {
    content: "\e924";
}

.linear-zoom-in:before {
    content: "\e925";
}

.linear-zoom-out:before {
    content: "\e926";
}

.linear-loupe:before {
    content: "\e927";
}

.linear-loupe-zoom-in:before {
    content: "\e928";
}

.linear-loupe-zoom-out:before {
    content: "\e929";
}

.linear-cross:before {
    content: "\e92a";
}

.linear-menu:before {
    content: "\e92b";
}

.linear-list:before {
    content: "\e92c";
}

.linear-list2:before {
    content: "\e92d";
}

.linear-list3:before {
    content: "\e92e";
}

.linear-menu2:before {
    content: "\e92f";
}

.linear-list4:before {
    content: "\e930";
}

.linear-menu3:before {
    content: "\e931";
}

.linear-exclamation:before {
    content: "\e932";
}

.linear-question:before {
    content: "\e933";
}

.linear-check:before {
    content: "\e934";
}

.linear-cross2:before {
    content: "\e935";
}

.linear-plus:before {
    content: "\e936";
}

.linear-minus:before {
    content: "\e937";
}

.linear-percent:before {
    content: "\e938";
}

.linear-chevron-up:before {
    content: "\e939";
}

.linear-chevron-down:before {
    content: "\e93a";
}

.linear-chevron-left:before {
    content: "\e93b";
}

.linear-chevron-right:before {
    content: "\e93c";
}

.linear-chevrons-expand-vertical:before {
    content: "\e93d";
}

.linear-chevrons-expand-horizontal:before {
    content: "\e93e";
}

.linear-chevrons-contract-vertical:before {
    content: "\e93f";
}

.linear-chevrons-contract-horizontal:before {
    content: "\e940";
}

.linear-arrow-up:before {
    content: "\e941";
}

.linear-arrow-down:before {
    content: "\e942";
}

.linear-arrow-left:before {
    content: "\e943";
}

.linear-arrow-right:before {
    content: "\e944";
}

.linear-arrow-up-right:before {
    content: "\e945";
}

.linear-arrows-merge:before {
    content: "\e946";
}

.linear-arrows-split:before {
    content: "\e947";
}

.linear-arrow-divert:before {
    content: "\e948";
}

.linear-arrow-return:before {
    content: "\e949";
}

.linear-expand:before {
    content: "\e94a";
}

.linear-contract:before {
    content: "\e94b";
}

.linear-expand2:before {
    content: "\e94c";
}

.linear-contract2:before {
    content: "\e94d";
}

.linear-move:before {
    content: "\e94e";
}

.linear-tab:before {
    content: "\e94f";
}

.linear-arrow-wave:before {
    content: "\e950";
}

.linear-expand3:before {
    content: "\e951";
}

.linear-expand4:before {
    content: "\e952";
}

.linear-contract3:before {
    content: "\e953";
}

.linear-notification:before {
    content: "\e954";
}

.linear-warning:before {
    content: "\e955";
}

.linear-notification-circle:before {
    content: "\e956";
}

.linear-question-circle:before {
    content: "\e957";
}

.linear-menu-circle:before {
    content: "\e958";
}

.linear-checkmark-circle:before {
    content: "\e959";
}

.linear-cross-circle:before {
    content: "\e95a";
}

.linear-plus-circle:before {
    content: "\e95b";
}

.linear-circle-minus:before {
    content: "\e95c";
}

.linear-percent-circle:before {
    content: "\e95d";
}

.linear-arrow-up-circle:before {
    content: "\e95e";
}

.linear-arrow-down-circle:before {
    content: "\e95f";
}

.linear-arrow-left-circle:before {
    content: "\e960";
}

.linear-arrow-right-circle:before {
    content: "\e961";
}

.linear-chevron-up-circle:before {
    content: "\e962";
}

.linear-chevron-down-circle:before {
    content: "\e963";
}

.linear-chevron-left-circle:before {
    content: "\e964";
}

.linear-chevron-right-circle:before {
    content: "\e965";
}

.linear-backward-circle:before {
    content: "\e966";
}

.linear-first-circle:before {
    content: "\e967";
}

.linear-previous-circle:before {
    content: "\e968";
}

.linear-stop-circle:before {
    content: "\e969";
}

.linear-play-circle:before {
    content: "\e96a";
}

.linear-pause-circle:before {
    content: "\e96b";
}

.linear-next-circle:before {
    content: "\e96c";
}

.linear-last-circle:before {
    content: "\e96d";
}

.linear-forward-circle:before {
    content: "\e96e";
}

.linear-eject-circle:before {
    content: "\e96f";
}

.linear-crop:before {
    content: "\e970";
}

.linear-frame-expand:before {
    content: "\e971";
}

.linear-frame-contract:before {
    content: "\e972";
}

.linear-focus:before {
    content: "\e973";
}

.linear-transform:before {
    content: "\e974";
}

.linear-grid:before {
    content: "\e975";
}

.linear-grid-crossed:before {
    content: "\e976";
}

.linear-layers:before {
    content: "\e977";
}

.linear-layers-crossed:before {
    content: "\e978";
}

.linear-toggle:before {
    content: "\e979";
}

.linear-rulers:before {
    content: "\e97a";
}

.linear-ruler:before {
    content: "\e97b";
}

.linear-funnel:before {
    content: "\e97c";
}

.linear-flip-horizontal:before {
    content: "\e97d";
}

.linear-flip-vertical:before {
    content: "\e97e";
}

.linear-flip-horizontal2:before {
    content: "\e97f";
}

.linear-flip-vertical2:before {
    content: "\e980";
}

.linear-angle:before {
    content: "\e981";
}

.linear-angle2:before {
    content: "\e982";
}

.linear-subtract:before {
    content: "\e983";
}

.linear-combine:before {
    content: "\e984";
}

.linear-intersect:before {
    content: "\e985";
}

.linear-exclude:before {
    content: "\e986";
}

.linear-align-center-vertical:before {
    content: "\e987";
}

.linear-align-right:before {
    content: "\e988";
}

.linear-align-bottom:before {
    content: "\e989";
}

.linear-align-left:before {
    content: "\e98a";
}

.linear-align-center-horizontal:before {
    content: "\e98b";
}

.linear-align-top:before {
    content: "\e98c";
}

.linear-square:before {
    content: "\e98d";
}

.linear-plus-square:before {
    content: "\e98e";
}

.linear-minus-square:before {
    content: "\e98f";
}

.linear-percent-square:before {
    content: "\e990";
}

.linear-arrow-up-square:before {
    content: "\e991";
}

.linear-arrow-down-square:before {
    content: "\e992";
}

.linear-arrow-left-square:before {
    content: "\e993";
}

.linear-arrow-right-square:before {
    content: "\e994";
}

.linear-chevron-up-square:before {
    content: "\e995";
}

.linear-chevron-down-square:before {
    content: "\e996";
}

.linear-chevron-left-square:before {
    content: "\e997";
}

.linear-chevron-right-square:before {
    content: "\e998";
}

.linear-check-square:before {
    content: "\e999";
}

.linear-cross-square:before {
    content: "\e99a";
}

.linear-menu-square:before {
    content: "\e99b";
}

.linear-prohibited:before {
    content: "\e99c";
}

.linear-circle:before {
    content: "\e99d";
}

.linear-radio-button:before {
    content: "\e99e";
}

.linear-ligature:before {
    content: "\e99f";
}

.linear-text-format:before {
    content: "\e9a0";
}

.linear-text-format-remove:before {
    content: "\e9a1";
}

.linear-text-size:before {
    content: "\e9a2";
}

.linear-bold:before {
    content: "\e9a3";
}

.linear-italic:before {
    content: "\e9a4";
}

.linear-underline:before {
    content: "\e9a5";
}

.linear-strikethrough:before {
    content: "\e9a6";
}

.linear-highlight:before {
    content: "\e9a7";
}

.linear-text-align-left:before {
    content: "\e9a8";
}

.linear-text-align-center:before {
    content: "\e9a9";
}

.linear-text-align-right:before {
    content: "\e9aa";
}

.linear-text-align-justify:before {
    content: "\e9ab";
}

.linear-line-spacing:before {
    content: "\e9ac";
}

.linear-indent-increase:before {
    content: "\e9ad";
}

.linear-indent-decrease:before {
    content: "\e9ae";
}

.linear-text-wrap:before {
    content: "\e9af";
}

.linear-pilcrow:before {
    content: "\e9b0";
}

.linear-direction-ltr:before {
    content: "\e9b1";
}

.linear-direction-rtl:before {
    content: "\e9b2";
}

.linear-page-break:before {
    content: "\e9b3";
}

.linear-page-break2:before {
    content: "\e9b4";
}

.linear-sort-alpha-asc:before {
    content: "\e9b5";
}

.linear-sort-alpha-desc:before {
    content: "\e9b6";
}

.linear-sort-numeric-asc:before {
    content: "\e9b7";
}

.linear-sort-numeric-desc:before {
    content: "\e9b8";
}

.linear-sort-amount-asc:before {
    content: "\e9b9";
}

.linear-sort-amount-desc:before {
    content: "\e9ba";
}

.linear-sort-time-asc:before {
    content: "\e9bb";
}

.linear-sort-time-desc:before {
    content: "\e9bc";
}

.linear-sigma:before {
    content: "\e9bd";
}

.linear-pencil-line:before {
    content: "\e9be";
}

.linear-hand:before {
    content: "\e9bf";
}

.linear-pointer-up:before {
    content: "\e9c0";
}

.linear-pointer-right:before {
    content: "\e9c1";
}

.linear-pointer-down:before {
    content: "\e9c2";
}

.linear-pointer-left:before {
    content: "\e9c3";
}

.linear-finger-tap:before {
    content: "\e9c4";
}

.linear-fingers-tap:before {
    content: "\e9c5";
}

.linear-reminder:before {
    content: "\e9c6";
}

.linear-fingers-crossed:before {
    content: "\e9c7";
}

.linear-fingers-victory:before {
    content: "\e9c8";
}

.linear-gesture-zoom:before {
    content: "\e9c9";
}

.linear-gesture-pinch:before {
    content: "\e9ca";
}

.linear-fingers-scroll-horizontal:before {
    content: "\e9cb";
}

.linear-fingers-scroll-vertical:before {
    content: "\e9cc";
}

.linear-fingers-scroll-left:before {
    content: "\e9cd";
}

.linear-fingers-scroll-right:before {
    content: "\e9ce";
}

.linear-hand2:before {
    content: "\e9cf";
}

.linear-pointer-up2:before {
    content: "\e9d0";
}

.linear-pointer-right2:before {
    content: "\e9d1";
}

.linear-pointer-down2:before {
    content: "\e9d2";
}

.linear-pointer-left2:before {
    content: "\e9d3";
}

.linear-finger-tap2:before {
    content: "\e9d4";
}

.linear-fingers-tap2:before {
    content: "\e9d5";
}

.linear-reminder2:before {
    content: "\e9d6";
}

.linear-gesture-zoom2:before {
    content: "\e9d7";
}

.linear-gesture-pinch2:before {
    content: "\e9d8";
}

.linear-fingers-scroll-horizontal2:before {
    content: "\e9d9";
}

.linear-fingers-scroll-vertical2:before {
    content: "\e9da";
}

.linear-fingers-scroll-left2:before {
    content: "\e9db";
}

.linear-fingers-scroll-right2:before {
    content: "\e9dc";
}

.linear-fingers-scroll-vertical3:before {
    content: "\e9dd";
}

.linear-border-style:before {
    content: "\e9de";
}

.linear-border-all:before {
    content: "\e9df";
}

.linear-border-outer:before {
    content: "\e9e0";
}

.linear-border-inner:before {
    content: "\e9e1";
}

.linear-border-top:before {
    content: "\e9e2";
}

.linear-border-horizontal:before {
    content: "\e9e3";
}

.linear-border-bottom:before {
    content: "\e9e4";
}

.linear-border-left:before {
    content: "\e9e5";
}

.linear-border-vertical:before {
    content: "\e9e6";
}

.linear-border-right:before {
    content: "\e9e7";
}

.linear-border-none:before {
    content: "\e9e8";
}

.linear-ellipsis:before {
    content: "\e9e9";
}

.linear-uni21:before {
    content: "\21";
}

.linear-uni22:before {
    content: "\22";
}

.linear-uni23:before {
    content: "\23";
}

.linear-uni24:before {
    content: "\24";
}

.linear-uni25:before {
    content: "\25";
}

.linear-uni26:before {
    content: "\26";
}

.linear-uni27:before {
    content: "\27";
}

.linear-uni28:before {
    content: "\28";
}

.linear-uni29:before {
    content: "\29";
}

.linear-uni2a:before {
    content: "\2a";
}

.linear-uni2b:before {
    content: "\2b";
}

.linear-uni2c:before {
    content: "\2c";
}

.linear-uni2d:before {
    content: "\2d";
}

.linear-uni2e:before {
    content: "\2e";
}

.linear-uni2f:before {
    content: "\2f";
}

.linear-uni30:before {
    content: "\30";
}

.linear-uni31:before {
    content: "\31";
}

.linear-uni32:before {
    content: "\32";
}

.linear-uni33:before {
    content: "\33";
}

.linear-uni34:before {
    content: "\34";
}

.linear-uni35:before {
    content: "\35";
}

.linear-uni36:before {
    content: "\36";
}

.linear-uni37:before {
    content: "\37";
}

.linear-uni38:before {
    content: "\38";
}

.linear-uni39:before {
    content: "\39";
}

.linear-uni3a:before {
    content: "\3a";
}

.linear-uni3b:before {
    content: "\3b";
}

.linear-uni3c:before {
    content: "\3c";
}

.linear-uni3d:before {
    content: "\3d";
}

.linear-uni3e:before {
    content: "\3e";
}

.linear-uni3f:before {
    content: "\3f";
}

.linear-uni40:before {
    content: "\40";
}

.linear-uni41:before {
    content: "\41";
}

.linear-uni42:before {
    content: "\42";
}

.linear-uni43:before {
    content: "\43";
}

.linear-uni44:before {
    content: "\44";
}

.linear-uni45:before {
    content: "\45";
}

.linear-uni46:before {
    content: "\46";
}

.linear-uni47:before {
    content: "\47";
}

.linear-uni48:before {
    content: "\48";
}

.linear-uni49:before {
    content: "\49";
}

.linear-uni4a:before {
    content: "\4a";
}

.linear-uni4b:before {
    content: "\4b";
}

.linear-uni4c:before {
    content: "\4c";
}

.linear-uni4d:before {
    content: "\4d";
}

.linear-uni4e:before {
    content: "\4e";
}

.linear-uni4f:before {
    content: "\4f";
}

.linear-uni50:before {
    content: "\50";
}

.linear-uni51:before {
    content: "\51";
}

.linear-uni52:before {
    content: "\52";
}

.linear-uni53:before {
    content: "\53";
}

.linear-uni54:before {
    content: "\54";
}

.linear-uni55:before {
    content: "\55";
}

.linear-uni56:before {
    content: "\56";
}

.linear-uni57:before {
    content: "\57";
}

.linear-uni58:before {
    content: "\58";
}

.linear-uni59:before {
    content: "\59";
}

.linear-uni5a:before {
    content: "\5a";
}

.linear-uni5b:before {
    content: "\5b";
}

.linear-uni5c:before {
    content: "\5c";
}

.linear-uni5d:before {
    content: "\5d";
}

.linear-uni5e:before {
    content: "\5e";
}

.linear-uni5f:before {
    content: "\5f";
}

.linear-uni60:before {
    content: "\60";
}

.linear-uni61:before {
    content: "\61";
}

.linear-uni62:before {
    content: "\62";
}

.linear-uni63:before {
    content: "\63";
}

.linear-uni64:before {
    content: "\64";
}

.linear-uni65:before {
    content: "\65";
}

.linear-uni66:before {
    content: "\66";
}

.linear-uni67:before {
    content: "\67";
}

.linear-uni68:before {
    content: "\68";
}

.linear-uni69:before {
    content: "\69";
}

.linear-uni6a:before {
    content: "\6a";
}

.linear-uni6b:before {
    content: "\6b";
}

.linear-uni6c:before {
    content: "\6c";
}

.linear-uni6d:before {
    content: "\6d";
}

.linear-uni6e:before {
    content: "\6e";
}

.linear-uni6f:before {
    content: "\6f";
}

.linear-uni70:before {
    content: "\70";
}

.linear-uni71:before {
    content: "\71";
}

.linear-uni72:before {
    content: "\72";
}

.linear-uni73:before {
    content: "\73";
}

.linear-uni74:before {
    content: "\74";
}

.linear-uni75:before {
    content: "\75";
}

.linear-uni76:before {
    content: "\76";
}

.linear-uni77:before {
    content: "\77";
}

.linear-uni78:before {
    content: "\78";
}

.linear-uni79:before {
    content: "\79";
}

.linear-uni7a:before {
    content: "\7a";
}

.linear-uni7b:before {
    content: "\7b";
}

.linear-uni7c:before {
    content: "\7c";
}

.linear-uni7d:before {
    content: "\7d";
}

.linear-uni7e:before {
    content: "\7e";
}

.linear-copyright:before {
    content: "\a9";
}
@-webkit-keyframes FadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes FadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes FadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes FadeInOut {
    0% {
        opacity: 0;
    }
    15%, 85% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes FadeInOut {
    0% {
        opacity: 0;
    }
    15%, 85% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes FadeInOut {
    0% {
        opacity: 0;
    }
    15%, 85% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes Bounce {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes Bounce {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

@-webkit-keyframes DropPinCenter {
    from {
        -webkit-transform: translate(-50%, -50%);
        opacity: 0;
    }
    to {
        -webkit-transform: translate(-50%, 0%);
        opacity: 1;
    }
}

@-moz-keyframes DropPinCenter {
    from {
        -moz-transform: translate(-50%, -50%);
        opacity: 0;
    }
    to {
        -moz-transform: translate(-50%, 0%);
        opacity: 1;
    }
}

@keyframes DropPinCenter {
    from {
        transform: translate(-50%, -50%);
        opacity: 0;
    }
    to {
        transform: translate(-50%, 0%);
        opacity: 1;
    }
}
.button {
    border-color: #3097CF;
    margin-left: 7px;
}

.button.margin-right {
    margin-right: 10px;
}

.button.hidden {
    display: none;
}

.button,
.button i {
    color: #3097CF;
}

.button-center {
    margin: 0px auto;
}

.button:first-child {
    margin-left: 0;
}

.button.rotating {
    -webkit-animation:spin 3s linear infinite;
    -moz-animation:spin 3s linear infinite;
    animation:spin 3s linear infinite;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.button.button-filter:hover,
.button.button-filter:active,
.button.button-filter.active,
.button.button-filter[disabled],
.button.button-filter.disabled,
.button.button-search:hover,
.button.button-search:active,
.button.button-search.active,
.button.button-search[disabled],
.button.button-search.disabled,
.button.button-radial:hover,
.button.button-radial:active,
.button.button-radial.active,
.button.button-radial[disabled],
.button.button-radial.disabled {
    background: transparent !important;
    border-color: #1885B9;
}

.button:hover,
.button:active,
.button.active,
.button[disabled],
.button.disabled,
.button:hover i,
.button:active i,
.button.active i,
.button[disabled] i,
.button.disabled i {
    color: #1885B9;
}

 [data-color="blue"].button {
     border-color: #1885B9;
 }

 [data-color="blue"].button,
 [data-color="blue"].button i {
     color: #1885B9;
 }

 [data-color="blue"].button:hover,
 [data-color="blue"].button:active,
 [data-color="blue"].button.active,
 [data-color="blue"].button[disabled],
 [data-color="blue"].button.disabled {
     border-color: #1885B9;
 }

 [data-color="blue"].button:hover,
 [data-color="blue"].button:active,
 [data-color="blue"].button.active,
 [data-color="blue"].button[disabled],
 [data-color="blue"].button.disabled,
 [data-color="blue"].button:hover i,
 [data-color="blue"].button:active i,
 [data-color="blue"].button.active i,
 [data-color="blue"].button[disabled] i,
 [data-color="blue"].button.disabled i {
     color: #1885B9;
 }

[data-color="orange"].button {
    border-color: #df8526;
    background: #df8526;
}

[data-color="orange"].button,
[data-color="orange"].button i {
    color: #df8526;
}

[data-color="orange"].button:hover,
[data-color="orange"].button:active,
[data-color="orange"].button.active,
[data-color="orange"].button[disabled],
[data-color="orange"].button.disabled {
    border-color: #df8526;
}

[data-color="orange"].button:hover,
[data-color="orange"].button:active,
[data-color="orange"].button.active,
[data-color="orange"].button[disabled],
[data-color="orange"].button.disabled,
[data-color="orange"].button:hover i,
[data-color="orange"].button:active i,
[data-color="orange"].button.active i,
[data-color="orange"].button[disabled] i,
[data-color="orange"].button.disabled i {
    color: #df8526;
}

[data-color="green"].button {
    border-color: #5BB75B;
}

[data-color="green"].button,
[data-color="green"].button i {
    color: #5BB75B;
}

[data-color="green"].button:hover,
[data-color="green"].button:active,
[data-color="green"].button.active,
[data-color="green"].button[disabled],
[data-color="green"].button.disabled {
    border-color: #51A351;
}

[data-color="green"].button:hover,
[data-color="green"].button:active,
[data-color="green"].button.active,
[data-color="green"].button[disabled],
[data-color="green"].button.disabled,
[data-color="green"].button:hover i,
[data-color="green"].button:active i,
[data-color="green"].button.active i,
[data-color="green"].button[disabled] i,
[data-color="green"].button.disabled i {
    color: #51A351;
}

[data-color="red"].button {
    border-color: #da4f49;
}

[data-color="red"].button,
[data-color="red"].button i {
    color: #da4f49;
}

[data-color="red"].button:hover,
[data-color="red"].button:active,
[data-color="red"].button.active,
[data-color="red"].button[disabled],
[data-color="red"].button.disabled {
    border-color: #bd362f;
}

[data-color="red"].button:hover,
[data-color="red"].button:active,
[data-color="red"].button.active,
[data-color="red"].button[disabled],
[data-color="red"].button.disabled,
[data-color="red"].button:hover i,
[data-color="red"].button:active i,
[data-color="red"].button.active i,
[data-color="red"].button[disabled] i,
[data-color="red"].button.disabled i {
    color: #bd362f;
}

[data-color="gray"].button {
    border-color: #9C9C9C;
}

[data-color="gray"].button,
[data-color="gray"].button i {
    color: #888888;
}

[data-color="gray"].button:hover,
[data-color="gray"].button:active,
[data-color="gray"].button.active,
[data-color="gray"].button[disabled],
[data-color="gray"].button.disabled {
    border-color: #888888;
}

[data-color="gray"].button:hover,
[data-color="gray"].button:active,
[data-color="gray"].button.active,
[data-color="gray"].button[disabled],
[data-color="gray"].button.disabled,
[data-color="gray"].button:hover i,
[data-color="gray"].button:active i,
[data-color="gray"].button.active i,
[data-color="gray"].button[disabled] i,
[data-color="gray"].button.disabled i {
    color: #888888;
}

.button-holder {
    position: relative;
    display: inline-block;
    margin-left: 7px;
}

.button-holder.hidden {
    display: none !important;
}

.button-tooltip {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 13px;
    pointer-events: none;
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    transform: translate(0, 0px);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -moz-transition: -moz-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    opacity: 0;
}

.button-tooltip:hover,
.button:hover ~ .button-tooltip {
    opacity: 1;
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    transform: translate(0, 0px);
}

.heading-tooltip {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    pointer-events: none;
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    transform: translate(0, 0px);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -moz-transition: -moz-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    opacity: 0;
}

.heading-tooltip:hover,
.data-heading:hover .heading-tooltip {
    opacity: 1;
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    transform: translate(0, 0px);
}

.button-radial.button,
.button-menu.button,
.button-search.button,
.button-filter.button,
.button-checklist.button {
    background: transparent;
    padding: 5px;
    border-width: 1px;
    border-style: solid;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: border 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -moz-transition: border 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: border 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    overflow: hidden;
    cursor: pointer;
}

.button-checklist.button i,
.button-search.button i,
.button-filter.button i,
.button-menu.button i,
.button-radial.button i {
    font-size: 1.32em;
    line-height: 1.32em;
}

.button-radial.button,
.button-menu.button,
.button-search.button,
.button-filter.button,
.button-checklist.button,
.button-search.button > .input-add,
.button-search.button > .input-clear {
    min-width: 35px;
    height: 35px;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
}

.button-search.button {
    width: 35px;
    -webkit-transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000), border 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000) !important;
    -moz-transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000), border 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000) !important;
    transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000), border 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000) !important;
    -webkit-will-change: width;
    -moz-will-change: width;
    will-change: width;
}

.button-search.button.show {
    width: 225px;
}

.button-search.button > .input-search {
    background: transparent;
    height: 100%;
    width: 100%;
    padding: 5px 5px 5px 25px;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}

.button-search.button > .input-search::-webkit-input-placeholder {
    color: rgba(30, 149, 211, 0.36);
}

.button-search.button > .input-search:-moz-placeholder {
    color: rgba(30, 149, 211, 0.36);
    opacity: 1;
}

.button-search.button > .input-search::-moz-placeholder {
    color: rgba(30, 149, 211, 0.36);
    opacity: 1;
}

.button-search.button > .input-search:-ms-input-placeholder {
    color: rgba(30, 149, 211, 0.36);
}

.button-search.button > .input-add {
    pointer-events: none;
}

.button-search.button > .input-add,
.button-search.button > .input-clear{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.button-search.button > .input-clear {
    left: auto;
    right: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000), visibility 0s linear 0.3s;
    -moz-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000), visibility 0s linear 0.3s;
    transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000), visibility 0s linear 0.3s;
}

.button-search.button.show  > .input-clear {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -moz-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.button-search.button > .input-clear i {
    color: #555555;
    font-size: 0.95em;
    line-height: 2em;
}

.button-radial.loading {
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}

.button-radial.button,
.button-filter.button,
.button-menu.button,
.button-search.button {
    position: relative;
    overflow: hidden;
}

.button-menu-dropdown {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    visibility: hidden;
    -webkit-transform: translate(0, -15px);
    -moz-transform: translate(0, -15px);
    transform: translate(0, -15px);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000), visibility 0s linear 0.3s;
    -moz-transition: -moz-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000), visibility 0s linear 0.3s;
    transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000), visibility 0s linear 0.3s;
    opacity: 0;
    z-index: 1;
}

.button-menu-dropdown.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    transform: translate(0, 0px);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -moz-transition: -moz-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.button-menu-dropdown-holder {
    width: 200px;
    height: auto;
    margin-top: 10px;
    position: absolute;
    display: inline-block;
}

.button-menu-dropdown-holder[data-direction^="down"] {
    top: 100%;
    left: 50%;
    right: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.button-menu-dropdown-holder[data-direction^="down-left"] {
     left: 100%;
     right: 0;
     margin-right: 10px;
     -webkit-transform: translate(-100%, 0);
     -moz-transform: translate(-100%, 0);
     transform: translate(-100%, 0);
 }

.button-menu-dropdown-holder[data-direction^="down-left"] .button-menu-dropdown-content:after {
    content: "";
    position: absolute;
    bottom: 100%;
    right: 0;
    margin-right: 15px;
    border-style: solid;
    border-width: 0 7px 10px 7px;
    border-color: transparent transparent #FFFFFF transparent;
    z-index: 15;
}

.button-menu-dropdown-holder[data-direction^="down-left"] .button-menu-dropdown-content .button-menu-dropdown-avatar {
    width: 25px;
    height: 25px;
    border-radius: 25px;
}

.button-menu-dropdown-holder[data-direction^="down-right"] {
    left: 100%;
    right: 0;
    margin-right: 10px;
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
}

.button-menu-dropdown-holder[data-direction^="down-right"] .button-menu-dropdown-content:after {
    content: "";
    position: absolute;
    bottom: 100%;
    right: 0;
    margin-right: 15px;
    border-style: solid;
    border-width: 0 7px 10px 7px;
    border-color: transparent transparent #FFFFFF transparent;
    z-index: 15;
}

.button-menu-dropdown-holder[data-direction^="down-left"] .button-menu-dropdown-content .button-menu-dropdown-avatar {
    width: 25px;
    height: 25px;
    border-radius: 25px;
}

.button-menu-dropdown-holder *:before,
.button-menu-dropdown-holder *:after,
.button-menu-dropdown-holder * {
    white-space: normal;
    color: #333333;
}

.button-menu-dropdown-content {
    background: #FFFFFF;
    border-radius: 3px;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 14;
    overflow: hidden;
}

.button-menu-dropdown-content li {
    width: 100%;
    padding: 10px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 #EEEEEE;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.31em;
    cursor: pointer;
    text-align: left !important;
}

.button-menu-dropdown-content li:hover {
    background: #F8F8F8;
}

.button-menu-dropdown-content li:last-child {
    box-shadow: none;
}

.button-menu-dropdown-content li i {
    margin-right: 7px;
}

.button-menu-dropdown-content:after {
    content: "";
    width: 0;
    height: 0;
    pointer-events: none;
}

.button {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 4px 10px 4px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
    *line-height: 20px;
    color: #333333;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    border-color: #cccccc;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #e6e6e6;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border: 1px solid #cccccc;
    *border: 0;
    border-bottom-color: #b3b3b3;
    *margin-left: .3em;
    text-align: left;
}

.button i {
    font-size: 1.32em;
}

.button:hover,
.button:active,
.button.active,
.button.disabled,
.button[disabled] {
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
}

.button:active,
.button.active {
    background-color: #cccccc \9;
}

.button:first-child {
    *margin-left: 0;
}

.button:hover {
    color: #333333;
    text-decoration: none;
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -ms-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

.button:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.button.active,
.button:active {
    background-color: #e6e6e6;
    background-color: #d9d9d9 \9;
    background-image: none;
    outline: 0;
}

.button.disabled,
.button[disabled] {
    cursor: default;
    background-color: #e6e6e6;
    background-image: none;
    opacity: 0.65;
}

.button-large {
    padding: 9px 14px;
    font-size: 15px;
    line-height: normal;
}

.button-large [class^="icon-"] {
    margin-top: 1px;
}

.button-small {
    padding: 5px 9px;
    font-size: 11px;
    line-height: 16px;
}

.button-small [class^="icon-"] {
    margin-top: -1px;
}

.button-mini {
    padding: 2px 6px;
    font-size: 11px;
    line-height: 14px;
}

.button-primary,
.button-primary:hover,
.button-warning,
.button-warning:hover,
.button-danger,
.button-danger:hover,
.button-success,
.button-success:hover,
.button-info,
.button-info:hover,
.button-inverse,
.button-inverse:hover {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.button-primary.active,
.button-warning.active,
.button-danger.active,
.button-success.active,
.button-info.active,
.button-inverse.active {
    color: rgba(255, 255, 255, 0.75);
}

.button {
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.button-primary {
    background-color: #1e95d3;
}

.button-primary:hover,
.button-primary:active,
.button-primary.active,
.button-primary.disabled,
.button-primary[disabled] {
    background-color: #265d79;
    *background-color: #265d79;
}

.button-primary:active,
.button-primary.active {
    background-color: #004099 \9;
}

.button-warning {
    background-color: #faa732;
}

.button-warning:hover,
.button-warning:active,
.button-warning.active,
.button-warning.disabled,
.button-warning[disabled] {
    background-color: #f89406;
    *background-color: #df8505;
}

.button-warning:active,
.button-warning.active {
    background-color: #c67605 \9;
}

.button-danger {
    background-color: #da4f49;
}

.button-danger:hover,
.button-danger:active,
.button-danger.active,
.button-danger.disabled,
.button-danger[disabled] {
    background-color: #bd362f;
    *background-color: #a9302a;
}

.button-danger:active,
.button-danger.active {
    background-color: #942a25 \9;
}

.button-success {
    background-color: #5bb75b;
}

.button-success:hover,
.button-success:active,
.button-success.active,
.button-success.disabled,
.button-success[disabled] {
    background-color: #51a351;
    *background-color: #499249;
}

.button-success:active,
.button-success.active {
    background-color: #408140 \9;
}

.button-info {
    background-color: #49afcd;
}

.button-info:hover,
.button-info:active,
.button-info.active,
.button-info.disabled,
.button-info[disabled] {
    background-color: #2f96b4;
    *background-color: #2a85a0;
}

.button-info:active,
.button-info.active {
    background-color: #24748c \9;
}

.button-inverse {
    background-color: #414141;
}

.button-inverse:hover,
.button-inverse:active,
.button-inverse.active,
.button-inverse.disabled,
.button-inverse[disabled] {
    background-color: #222222;
    *background-color: #151515;
}

.button-inverse:active,
.button-inverse.active {
    background-color: #080808 \9;
}

button.button,
input[type="submit"].button {
    *padding-top: 2px;
    *padding-bottom: 2px;
}

button.button::-moz-focus-inner,
input[type="submit"].button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button.button.button-large,
input[type="submit"].button.button-large {
    *padding-top: 7px;
    *padding-bottom: 7px;
}

button.button.button-small,
input[type="submit"].button.button-small {
    *padding-top: 3px;
    *padding-bottom: 3px;
}

button.button.button-mini,
input[type="submit"].button.button-mini {
    *padding-top: 1px;
    *padding-bottom: 1px;
}

/* BAR */
.button-bar {
    text-align: center;
    padding:    15px 0px 15px 0px;
}

.button-input-holder {
    width: 20px;
    position: absolute;
    display: inline-block;
    vertical-align: top;
    margin-left: 0px !important;
}

.button-input-holder i {
    font-size: 14px !important;
}

.button-input {
    background: transparent;
    border: none;
    padding: 0;
}
.group-header {
    background: white;
    height: 42px;
    color: #888;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, .1);
    margin: 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
}

.group-header .group-header-entry {
    float:left;
    padding: 12px 20px;
    cursor: pointer;
    transition: color 500ms, background 500ms;
    text-align: center;
}

.group-header .group-header-entry[data-position="right"] {
    float:right;
}



.group-header .group-header-entry.active {
    background: #3097CF;
    color: white;
}

.group-header .group-header-entry:hover {
    background: #d7e2e8;
}

.group-content {
    display: none;
    transition: opacity 300ms;
}
.number-entry
{
    width: 50px;
}

.rows-editor
{
    width: 100%;
}

.rows-editor th,
.rows-editor td
{
    padding:       12px 0px 13px 25px;
    white-space:   normal;
    border-bottom: 1px solid #EEEEEE;
}

.dropzone
{
    border:     1px dashed gray !important;
    text-align: center;
    height:     40px;
    opacity:    .5;
    margin:     5px 15px 15px 15px;
    cursor:     pointer;
    transition: border 500ms, opacity 500ms, color 500ms;
    overflow:   hidden;
}

.dropzone.highlight,
.dropzone:hover
{
    border:  1px dashed #1E95D3 !important;
    color:   #1E95D3;
    opacity: 1;
}

.dropzone.error
{
    border:  1px dashed red !important;
    color:   red;
    opacity: 1;
}

.dropzone.success
{
    border:  1px dashed green !important;
    color:   green;
    opacity: 1;
}

.dropzone [name="fd-file"]
{
    opacity:    0;
    position:   absolute;
    height:     40px;
    width:      100%;
    font-size:  120px;
    z-index:    2;
    margin-top: -30px;
    left:       0px;
    overflow:   hidden;
}

.dropzone .dropzone-label
{
    padding-top: 11px;
    z-index:     1;
    text-align:  center;
    width:       100%;
}

.dropzone .dropzone-progress
{
    height:     40px;
    background: rgba(30, 150, 211, 0.15);
    transition: width 100ms, opacity 500ms;
    opacity:    0;
}

.dropzone.error .dropzone-progress
{
    background: rgba(255, 0, 0, 0.15);
}

.dropzone.success .dropzone-progress
{
    background: rgba(0, 255, 0, 0.15);
}

[required-failed]:after,
[invalid]:after
{
    content:           "\f071";
    display:           block;
    position:          absolute;
    top:               50%;
    right:             0;
    margin-right:      5px;
    -webkit-transform: translateY(-50%);
    -moz-transform:    translateY(-50%);
    transform:         translateY(-50%);
    font-family:       "FontAwesome", sans-serif;
    color:             #BD362F !important;
}

[required-failed]:before
{
    content:           attr(required-error);
    background:        url("../../files/background-red-rounded.svg") top left/100% calc(100% - 7px) no-repeat, url("../../files/carret-red-bottom.svg") bottom center/10px 7px no-repeat;
    width:             100%;
    padding:           10px 15px 17px;
    display:           block;
    position:          absolute;
    bottom:            100%;
    left:              50%;
    margin-bottom:     -14px;
    -webkit-animation: DropPinCenter cubic-bezier(0.645, 0.045, 0.355, 1.000) 1 0.3s;
    -moz-animation:    DropPinCenter cubic-bezier(0.645, 0.045, 0.355, 1.000) 1 0.3s;
    animation:         DropPinCenter cubic-bezier(0.645, 0.045, 0.355, 1.000) 1 0.3s;
    -webkit-transform: translateX(-50%);
    -moz-transform:    translateX(-50%);
    transform:         translateX(-50%);
    font-size:         1.08em;
    line-height:       1em;
    color:             #FFFFFF !important;
    overflow:          hidden;
    box-sizing:        border-box;
    z-index:           14;
}

[required-failed] *:before,
[required-failed] *:after,
[required-failed] *,
[invalid] *:before,
[invalid] *:after,
[invalid] *
{
    color: #BD362F !important;
}

[required-failed] *::-webkit-input-placeholder,
[invalid] *::-webkit-input-placeholder
{
    color: rgba(189, 54, 47, 0.36) !important;
}

[required-failed] *:-moz-placeholder,
[invalid] *:-moz-placeholder
{
    color:   rgba(189, 54, 47, 0.36) !important;
    opacity: 1;
}

[required-failed] *::-moz-placeholder,
[invalid] *::-moz-placeholder
{
    color:   rgba(189, 54, 47, 0.36) !important;
    opacity: 1;
}

[required-failed] *:-ms-input-placeholder,
[invalid] *:-ms-input-placeholder
{
    color: rgba(189, 54, 47, 0.36) !important;
}

[saved] *:before,
[saved] *:after,
[saved] *
{
    color: #5BB75B !important;
}

[saved]:after
{
    content:           "\f00c";
    display:           block;
    position:          absolute;
    top:               50%;
    right:             0;
    margin-right:      5px;
    -webkit-transform: translateY(-50%);
    -moz-transform:    translateY(-50%);
    transform:         translateY(-50%);
    font-family:       "FontAwesome", sans-serif;
    color:             #5BB75B !important;
    -webkit-animation: FadeInOut cubic-bezier(0.645, 0.045, 0.355, 1.000) 1 2s;
    -moz-animation:    FadeInOut cubic-bezier(0.645, 0.045, 0.355, 1.000) 1 2s;
    animation:         FadeInOut cubic-bezier(0.645, 0.045, 0.355, 1.000) 1 2s;
}

.number::-webkit-outer-spin-button,
.number::-webkit-inner-spin-button
{
    -webkit-appearance: none;
    cursor:             pointer;
    width:              15px;
    display:            none;
    text-align:         center;
    position:           absolute;
    right:              5px;
    color:              inherit;
    pointer-events:     all;
}

.number
{
    -moz-appearance: textfield;
}

.number::-webkit-outer-spin-button:after,
.number::-webkit-inner-spin-button:after
{
    content: "\f078";
    bottom:  7%;
    right:   5px;
    /*-webkit-transform: translateY(-50%);*/
    /*-moz-transform:    translateY(-50%);*/
    /*transform:         translateY(-50%);*/
}

.number::-webkit-outer-spin-button:before,
.number::-webkit-inner-spin-button:before
{
    content: "\f077";
    top:     7%;
    right:   5px;
}

.number::-webkit-outer-spin-button:after,
.number::-webkit-outer-spin-button:before,
.number::-webkit-inner-spin-button:after,
.number::-webkit-inner-spin-button:before
{
    font-family: "FontAwesome", sans-serif;
    font-size:   0.54em !important;
    line-height: 1em;
    position:    absolute;
    right:       5px;
    width:       15px;
    display:     none;
}

.money-holder
{
    position: relative;
}

.money-holder:after
{
    content:           "€";
    position:          absolute;
    top:               49%;
    left:              0;
    margin-left:       23px;
    color:             #1E95D3;
    padding:           1px;
    -webkit-transform: translateY(-50%);
    -moz-transform:    translateY(-50%);
    transform:         translateY(-50%);
}

.money-holder .money
{
    padding-left: 8px !important;
}

.checkbox-holder
{
    cursor: pointer;
}

.checkbox
{
    background:     #FFFFFF;
    width:          14px;
    height:         14px;
    position:       relative;
    margin-right:   3px;
    display:        inline-block;
    border-radius:  3px;
    border:         1px solid rgba(30, 149, 211, 0.36);
    vertical-align: middle;
}

[saved] .checkbox
{
    border-color: rgba(91, 183, 91, 0.36);
}

.checkbox:before
{
    content:           "\f00c";
    font-family:       "FontAwesome", sans-serif;
    width:             100%;
    font-size:         14px;
    position:          absolute;
    top:               50%;
    -webkit-transform: translateY(-50%);
    -moz-transform:    translateY(-50%);
    transform:         translateY(-50%);
    color:             #1E95D3;
    display:           inline-block;
    text-align:        center;
    opacity:           0;
    margin-left:       0.5px;
}

.checkbox[checked]:before
{
    opacity: 1;
}

[saved] .checkbox[checked]
{
    border-color: #5BB75B;
}

.checkbox[checked]
{
    border-color: #1E95D3;
}

.checkbox ~ *
{
    display:        inline-block;
    vertical-align: middle;
}

.checkbox [type="checkbox"]
{
    display: none;
}

input[type="radio"].styled
{
    display: none;
}

input[type="radio"].styled + label
{
    display:      inline-block;
    cursor:       pointer;
    position:     relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size:    13px;
}

input[type="radio"].styled + label:before
{
    content:          "";
    display:          inline-block;

    width:            13px;
    height:           13px;

    margin-right:     10px;
    position:         absolute;
    left:             0;
    bottom:           0;
    background-color: #FFFFFF;
    border-radius:    50%;
    border:           1px solid rgba(30, 149, 211, 0.36);
}

input[type="radio"].styled:checked + label:before
{
    content:        "\2022";
    color:          #1E95D3;
    font-size:      36px;
    text-align:     center;
    line-height:    13px;
    letter-spacing: 1px;
    border-color:   #1E95D3;
    font-family:    arial, sans-serif;
}

[data-prefix]
{
    position: relative;
}

[data-prefix]:before
{
    content:  attr(data-prefix);
    display:  block;
    position: absolute;
    top:      0;
    left:     0;
}

[data-prefix] input
{
    padding-left: 20px;
}

[saved] input[type="radio"].styled + label:before
{
    border-color: rgba(91, 183, 91, 0.36);
}

[saved] input[type="radio"].styled:checked + label:before
{
    border-color: #5BB75B;
    color:        #5BB75B;
}

[editable]::-webkit-input-placeholder
{
    color: rgba(30, 149, 211, 0.36);
}

[editable]:-moz-placeholder
{
    color:   rgba(30, 149, 211, 0.36);
    opacity: 1;
}

[editable]::-moz-placeholder
{
    color:   rgba(30, 149, 211, 0.36);
    opacity: 1;
}

[editable]:-ms-input-placeholder
{
    color: rgba(30, 149, 211, 0.36);
}

input,
textarea
{
    border:             none;
    outline:            none;
    box-shadow:         none;
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
    font-weight:        300;
    font-size:          1em;
    line-height:        1.31em;
    text-transform:     none;
    text-overflow:      ellipsis;
    cursor:             pointer;
    color:              #555555;
}

.placeholder,
::-webkit-input-placeholder
{
    color: rgba(85, 85, 85, 0.36);
}

.placeholder,
:-moz-placeholder
{
    color:   rgba(85, 85, 85, 0.36);
    opacity: 1;
}

.placeholder,
::-moz-placeholder
{
    color:   rgba(85, 85, 85, 0.36);
    opacity: 1;
}

.placeholder,
:-ms-input-placeholder
{
    color: rgba(85, 85, 85, 0.36);
}

textarea
{
    box-sizing: border-box;
}

.rows-editor
{
    background: white;
}

.rows-editor table
{
    width: 100%;
}

.users-selector
{
    padding: 15px;
}

.users-selector .user
{
    background-position: center center;
    background-size:     cover;
    width:               40px;
    height:              40px;
    border-radius:       40px;
    display:             inline-block;
    margin-right:        5px;
    background-color:    white;
    border:              2px solid #1E95D3;
    cursor:              pointer;
    opacity:             .6;
    transition:          opacity 500ms, border 500ms;
}

.users-selector .user:hover
{
    opacity: 1;
}

.users-selector .user.active
{
    border:  2px solid #38AD2C;
    opacity: 1;
}

.percentage
{
    position: relative;
}

.percentage .number
{
    width: 47px !important;
}

.percentage *::-webkit-input-placeholder,
.percentage *::-webkit-input-placeholder
{
    width: 100% !important;
}

.percentage:before
{
    content:     "%";
    padding:     1px;
    display:     block;
    position:    absolute;
    top:         0;
    right:       16px;
    color:       #1E95D3;
    font-weight: 300;
    font-size:   1em;
    line-height: 1.31em;
}

.percentage *::-webkit-input-placeholder ~ .percentage:before,
.percentage *::-webkit-input-placeholder ~ .percentage:before
{
    content: "";
}

*.multi-selecting .multi-select .multi-select-text,
* .multi-select:hover .multi-select-text
{
    opacity: 0;
}

*.multi-selecting .multi-select .multi-select-checkbox,
* .multi-select:hover .multi-select-checkbox
{
    opacity: 1;
}

*.multi-selecting.multi-selection-partial th.multi-select .checkbox:before
{
    content:       "";
    background:    rgba(30, 149, 211, 0.36);
    width:         10px;
    height:        10px;
    border-radius: 1px;
    margin-left:   2px;
    opacity:       1;
}

[class^="table"] th.data-header .data-header-multiselect-buttons
{
    background:    white;
    position:      absolute;
    height:        35px;
    margin-left:   20px;
    z-index:       10;
    margin-top:    -12px;
    padding-right: 150px;
    display:       none;
}

.input-holder input
{
    width:         100%;
    background:    #FFFFFF;
    padding:       7px 15px;
    font-size:     14px;
    border-radius: 3px;
    border:        1px solid #CCCCCC;
    box-sizing:    border-box;
}

.input-holder .input-prefix
{
    display: inline;
}

.input-holder
{
    padding-top: 8px;
}

.input-holder .input-header {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.information-label
{
    padding:     15px 22px 15px 22px;
    color:       rgba(255, 255, 255, .8);
    white-space: normal;
}

.information-label .information-label-icon
{
    font-size:    1.8em;
    margin-right: 10px;
    float:        left;
}

.information-label .information-label-label
{
    font-size:    1.3em;
    padding-left: 0px;
    text-align:   center;
}

.information-label .information-label-label.icon
{
    padding-left: 40px;
    text-align:   left;
}

.information-label .information-label-label strong
{
    color:       white;
    font-weight: 600
}

.information-label .information-label-sublabel
{
    padding-left:   40px;
    font-size:      .9em;
    text-transform: uppercase;
    font-weight:    600;
    margin-top:     3px;
}

.information-label[data-color="gray"]
{
    background: #999999;
}

.information-label[data-color="blue"]
{
    background: #3097CF;
}

.information-label[data-color="green"]
{
    background: #5BB75B;
}

.information-label[data-color="orange"]
{
    background: #DF8526;
}

.information-label[data-color="red"]
{
    background: #DA4F49;
}

.information-label[data-color="white"]
{
    background: white;
    color:      gray;
}
.loader-holder {
    background: rgba(0, 0, 0, 0.8);
    padding: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    right: 50%;
    bottom: 50%;
    margin: 19px 0 0 133px;
    -webkit-transform: translate(-50%, -50%) scale(0.9, 0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9, 0.9);
    transform: translate(-50%, -50%) scale(0.9, 0.9);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000), visibility 0s linear 0.5s, opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -moz-transition: -moz-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000), visibility 0s linear 0.5s, opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000), visibility 0s linear 0.5s, opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    z-index: 10;
    width: 70px;
    height: 70px;
    opacity: 0;
    visibility: hidden;
}

.loader-holder.show {
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -moz-transition: -moz-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
    -moz-transform: translate(-50%, -50%) scale(1, 1);
    transform: translate(-50%, -50%) scale(1, 1);
    opacity: 1;
    visibility: visible;
}

.loader {
    width: 70px;
    height: 18px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    right: 50%;
    bottom: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.loader > div {
    width: 18px;
    height: 18px;
    background-color: #FFFFFF;

    border-radius: 100%;
    display: inline-block;

    -webkit-animation: Bounce 1.4s infinite ease-in-out both;
    animation: Bounce 1.4s infinite ease-in-out both;
}

.loader .bounce:nth-child(1) {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader .bounce:nth-child(2) {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.notifications-holder {
    position: fixed;
    width: 280px;
    top: 38px;
    right: 0;
    margin-top: 5px;
    margin-right: 5px;
    z-index: 21;
    white-space: normal;
}

.notification {
    background: #FFFFFF;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000), visibility 0s linear 0.5s, opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -moz-transition: -moz-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000), visibility 0s linear 0.5s, opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000), visibility 0s linear 0.5s, opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    border-radius: 5px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
    color: #555555;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    margin-bottom: 5px;
}

.notification.show {
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -moz-transition: -moz-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    opacity: 1;
    visibility: visible;
}

.notification .notification-heading {
    border-bottom: 1px solid #eeeeee;
    font-size: 1em;
    height: 40px;
    padding-left: 5px;
    position: relative;
}

.notification .notification-avatar {
    float: left;
    width: 30px;
    height: 30px;
    margin: 5px 0 0 10px;
}

.notification .notification-avatar img {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.notification .notification-content {
    padding: 10px 15px 10px 15px;
    font-size: .9em;
}

.notification .notification-heading:last-child {
    margin-bottom: 0;
}

.notification .notification-heading h1 {
    display: inline-block;
    margin: 13px 10px 13px 10px;
    font-size: 1em;
    line-height: 1em;
}

.notification .notification-heading .notification-close {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 10px 12px 12px;
    opacity: 0;
}

.notification:hover .notification-heading .notification-close {
    -webkit-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -moz-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    opacity: 1;
}

.notification .notification-heading .notification-close:after {
    content: "\e92a";
    font-size: 0.78em;
    color: #555555;
    font-family: "Linearicons", sans-serif;
    font-style: normal;
}
.selector-holder {
    width: auto;
    height: auto;
    width: 140px;
    margin-left: 7px;
    padding: 0px;
    position: relative;
    overflow: visible !important;
}

.selector-holder:first-child {
    margin-left: 0;
}

.selector-holder:after {
    /*content: "\f0d7";
    font-family: "FontAwesome", sans-serif;*/
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 1.15em;
    line-height: 1em;
    color: #3097CF;
    pointer-events: none;
}

.selector-holder [class^="selector"] {
    background: transparent;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    font-size: 0.92em;
    line-height: 1em;
    font-weight: 500;
    text-transform: uppercase;
    color: #3097CF;
}

.selector-holder [class^="selector"] option {
    text-transform: none;
    font-weight: 300;
}

.selector-holder [class^="selector"]:hover,
.selector-holder [class^="selector"]:active,
.selector-holder [class^="selector"]:focus {
    outline-color: transparent;
    outline-style: none;
}
.tooltip-holder {
    width: 200px;
    height: auto;
    margin-top: 10px;
    position: absolute;
    display: inline-block;
}

.tooltip-holder[data-direction^="down"] {
    top: 100%;
    left: 50%;
    right: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.tooltip-holder[data-direction^="down-left"] {
    left: 100%;
    right: 0;
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
}

.tooltip-holder[data-direction^="down-left"] .tooltip-content:after {
    position: absolute;
    bottom: 100%;
    right: 0;
    margin-right: 10px;
    border-style: solid;
    border-width: 0 7px 10px 7px;
    border-color: transparent transparent #16303d transparent;
    opacity: .7;
}

.tooltip-holder[data-direction^="top"] {
    left: 100%;
    right: 0;
    -webkit-transform: translate(-100%, -100%);
    -moz-transform: translate(-100%, -100%);
    transform: translate(-100%, -100%);
}

.tooltip-holder[data-direction^="top"] .tooltip-content:after {
    position: absolute;
    bottom: -10px;
    right: 6px;
    margin-right: 10px;
    border-style: solid;
    border-width: 10px 7px 0px 7px;
    border-color: #16303d transparent transparent transparent;
    opacity: .7;
}
.tooltip-holder * {
    white-space: normal;
}

.tooltip-holder .tooltip-content {
    background: rgba(34, 68, 86, .9);
    padding: 15px;
    border-radius: 3px;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    color: #FFFFFF;
}

.tooltip-holder .tooltip-content:after {
    content: "";
    width: 0;
    height: 0;
}

.tooltip-holder .tooltip-header {
    padding-bottom: 10px;
    margin-bottom: 8px;
    border-bottom: 1px solid #1885B9;
}

.tooltip-holder .tooltip-title,
.tooltip-holder .tooltip-shortcut {
    font-size: 1.15em;
    line-height: 1em;
    color: #FFFFFF;
}

.tooltip-holder .tooltip-shortcut {
    font-size: 0.92em;
    line-height: 1.18em;
    float: right;
    font-weight: 300;
    text-transform: uppercase;
}

.tooltip-holder .tooltip-shortcut:after {
    content: "";
    clear: both;
}

.tooltip-holder .tooltip-explanation {
    font-size: 1em;
    line-height: 1.31em;
    margin: 0;
    font-weight: 300;
    color: #FFFFFF;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 1px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.4.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2015 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: text-top;
    font-size: 1em;
    zoom: 1;
    *display: inline;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.chosen-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.chosen-container .chosen-drop {
    background: #FFFFFF;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    width: 200px;
    margin-top: 10px;
    border-radius: 3px;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
    display: none;
}

.chosen-container .chosen-drop:after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    border-style: solid;
    border-width: 0 7px 10px 7px;
    border-color: transparent transparent #FFFFFF transparent;
    z-index: 15;
}

.chosen-container.chosen-with-drop .chosen-drop {
    display: block;
}

.chosen-container a {
    cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    color: #999999;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
    content: ":";
    padding-left: 2px;
    vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    text-decoration: none;
    white-space: nowrap;
}

.chosen-container-single .chosen-default {
    color: #999;
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url('chosen-sprite.png') -42px 1px no-repeat;
    font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%;
}

.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
    margin: 1px 0 !important;
    padding: 4px 20px 4px 5px !important;
    width: 100%;
    height: auto;
    outline: 0;
    position: relative;
    border: 1px solid #EEEEEE;
    font-size: 1em;
    color: #333333;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
}

.chosen-container-single .chosen-search:after {
    content: "\e922";
    font-family: "Linearicons", sans-serif;
    position: absolute;
    top: 50%;
    right: 0;
    margin-right: 10px;
    color: #333333;
    display: block;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.chosen-container-single .chosen-drop {

}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
    color: #333333;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
    padding: 10px 15px;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 #EEEEEE;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.31em;
    cursor: pointer;
    margin: 0;
    list-style: none;
    word-wrap: break-word;
    -webkit-touch-callout: none;
    white-space: normal;
}

.chosen-container .chosen-results li:last-child {
    box-shadow: none;
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default;
}

.chosen-container .chosen-results li.highlighted {
    background: #F8F8F8;
}

.chosen-container .chosen-results li.no-results {
    background: #F8F8F8;
    color: #555555;
    display: list-item;
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: bold;
    cursor: default;
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px;
}

.chosen-container .chosen-results li em {
    font-style: normal;
    font-weight: 600;
    color: #333333;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
    border: 1px solid #3097CF;
    width: 35px;
    height: 35px;
    border-radius: 40px;
    padding: 0;
}

.chosen-container.chosen-container-multi .chosen-drop:after {
    left: 17px !important;
}

.chosen-container-multi .chosen-choices li {
    display: none;
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    margin: 1px 0;
    padding: 0;
    height: 25px;
    outline: 0;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none;
    color: #999;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 3px;
    background-color: #eeeeee;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
    background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #333;
    line-height: 13px;
    cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url('chosen-sprite.png') -42px 1px no-repeat;
    font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default;
}

/* @end */
/* @group Active  */

.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
    opacity: 0.5 !important;
    cursor: default;
}

.chosen-disabled .chosen-single {
    cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
    text-align: right;
}

.chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px;
}

.chosen-rtl .chosen-single div {
    right: auto;
    left: 3px;
}

.chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px;
}

.chosen-rtl .chosen-choices li {
    float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
    direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px;
}

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
    left: 9999px;
}

.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
    padding: 4px 5px 4px 20px;
    background: white url('chosen-sprite.png') no-repeat -30px -20px;
    background: url('chosen-sprite.png') no-repeat -30px -20px;
    direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .chosen-rtl .chosen-search input[type="text"],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-container-single .chosen-search input[type="text"],
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span {
        background-image: url('chosen-sprite@2x.png') !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important;
    }
}

/* @end */
.xdsoft_datetimepicker {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    background: #fff;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 8px;
    padding-left: 0;
    padding-top: 2px;
    position: absolute;
    z-index: 9999;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
}
.xdsoft_datetimepicker.xdsoft_rtl {
    padding: 8px 0 8px 8px;
}

.xdsoft_datetimepicker iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    height: 210px;
    background: transparent;
    border: none;
}

/*For IE8 or lower*/
.xdsoft_datetimepicker button {
    border: none !important;
}

.xdsoft_noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.xdsoft_noselect::selection { background: transparent }
.xdsoft_noselect::-moz-selection { background: transparent }

.xdsoft_datetimepicker.xdsoft_inline {
    display: inline-block;
    position: static;
    box-shadow: none;
}

.xdsoft_datetimepicker * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
    display: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
    display: block;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
    width: 224px;
    float: left;
    margin-left: 8px;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
    float: right;
    margin-right: 8px;
    margin-left: 0;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
    width: 256px;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
    width: 58px;
    float: left;
    text-align: center;
    margin-left: 8px;
    margin-top: 0;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
    float: right;
    margin-right: 8px;
    margin-left: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker {
    margin-top: 8px;
    margin-bottom: 3px
}

.xdsoft_datetimepicker .xdsoft_mounthpicker {
    position: relative;
    text-align: center;
}

.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}

.xdsoft_datetimepicker .xdsoft_label i {
    opacity: 0.5;
    background-position: -92px -19px;
    display: inline-block;
    width: 9px;
    height: 20px;
    vertical-align: middle;
}

.xdsoft_datetimepicker .xdsoft_prev {
    float: left;
    background-position: -20px 0;
}
.xdsoft_datetimepicker .xdsoft_today_button {
    float: left;
    background-position: -70px 0;
    margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_next {
    float: right;
    background-position: 0 0;
}

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev ,
.xdsoft_datetimepicker .xdsoft_today_button {
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0 none;
    cursor: pointer;
    display: block;
    height: 30px;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    outline: medium none;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-indent: 100%;
    white-space: nowrap;
    width: 20px;
    min-width: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
    float: none;
    background-position: -40px -15px;
    height: 15px;
    width: 30px;
    display: block;
    margin-left: 14px;
    margin-top: 7px;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
    float: none;
    margin-left: 0;
    margin-right: 14px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
    background-position: -40px 0;
    margin-bottom: 7px;
    margin-top: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
    height: 151px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div {
    background: #f5f5f5;
    border-top: 1px solid #ddd;
    color: #666;
    font-size: 12px;
    text-align: center;
    border-collapse: collapse;
    cursor: pointer;
    border-bottom-width: 0;
    height: 25px;
    line-height: 25px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div > div:first-child {
    border-top-width: 0;
}

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.xdsoft_datetimepicker .xdsoft_label {
    display: inline;
    position: relative;
    z-index: 9999;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
    float: left;
    width: 182px;
    text-align: center;
    cursor: pointer;
}

.xdsoft_datetimepicker .xdsoft_label:hover>span {
    text-decoration: underline;
}

.xdsoft_datetimepicker .xdsoft_label:hover i {
    opacity: 1.0;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
    border: 1px solid #ccc;
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 101;
    display: none;
    background: #fff;
    max-height: 160px;
    overflow-y: hidden;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect{ right: -7px }
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect{ right: 2px }
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
    color: #fff;
    background: #ff8000;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
    padding: 2px 10px 2px 5px;
    text-decoration: none !important;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
    background: #33aaff;
    box-shadow: #178fe5 0 1px 3px 0 inset;
    color: #fff;
    font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_month {
    width: 100px;
    text-align: right;
}

.xdsoft_datetimepicker .xdsoft_calendar {
    clear: both;
}

.xdsoft_datetimepicker .xdsoft_year{
    width: 48px;
    margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar table {
    border-collapse: collapse;
    width: 100%;

}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
    padding-right: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    height: 25px;
}

.xdsoft_datetimepicker .xdsoft_calendar td,.xdsoft_datetimepicker .xdsoft_calendar th {
    width: 14.2857142%;
    background: #f5f5f5;
    border: 1px solid #ddd;
    color: #666;
    font-size: 12px;
    text-align: right;
    vertical-align: middle;
    padding: 0;
    border-collapse: collapse;
    cursor: pointer;
    height: 25px;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
    width: 12.5%;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    background: #f1f1f1;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
    color: #33aaff;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
    background: #ffe9d2;
    box-shadow: #ffb871 0 1px 4px 0 inset;
    color: #000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
    background: #c1ffc9;
    box-shadow: #00dd1c 0 1px 4px 0 inset;
    color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
    background: #33aaff;
    box-shadow: #178fe5 0 1px 3px 0 inset;
    color: #fff;
    font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box >div >div.xdsoft_disabled {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    cursor: default;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div:hover {
    color: #fff !important;
    background: #ff8000 !important;
    box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled:hover {
    background: #33aaff !important;
    box-shadow: #178fe5 0 1px 3px 0 inset !important;
    color: #fff !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_disabled:hover {
    color: inherit	!important;
    background: inherit !important;
    box-shadow: inherit !important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    font-weight: 700;
    text-align: center;
    color: #999;
    cursor: default;
}

.xdsoft_datetimepicker .xdsoft_copyright {
    color: #ccc !important;
    font-size: 10px;
    clear: both;
    float: none;
    margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_copyright a { color: #eee !important }
.xdsoft_datetimepicker .xdsoft_copyright a:hover { color: #aaa !important }

.xdsoft_time_box {
    position: relative;
    border: 1px solid #ccc;
}
.xdsoft_scrollbar >.xdsoft_scroller {
    background: #ccc !important;
    height: 20px;
    border-radius: 3px;
}
.xdsoft_scrollbar {
    position: absolute;
    width: 7px;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
    left: 0;
    right: auto;
}
.xdsoft_scroller_box {
    position: relative;
}

.xdsoft_datetimepicker.xdsoft_dark {
    box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
    background: #000;
    border-bottom: 1px solid #444;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    border-top: 1px solid #333;
    color: #ccc;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
    border-bottom: 1px solid #222;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div {
    background: #0a0a0a;
    border-top: 1px solid #222;
    color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
    background-color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
    border: 1px solid #333;
    background: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
    color: #000;
    background: #007fff;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
    background: #cc5500;
    box-shadow: #b03e00 0 1px 3px 0 inset;
    color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
    background: #0a0a0a;
    border: 1px solid #222;
    color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
    background: #0e0e0e;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
    color: #cc5500;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
    background: #ffe9d2;
    box-shadow: #ffb871 0 1px 4px 0 inset;
    color:#000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
    background: #c1ffc9;
    box-shadow: #00dd1c 0 1px 4px 0 inset;
    color:#000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
    background: #cc5500;
    box-shadow: #b03e00 0 1px 3px 0 inset;
    color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div:hover {
    color: #000 !important;
    background: #007fff !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
    color: #666;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright { color: #333 !important }
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a { color: #111 !important }
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover { color: #555 !important }

.xdsoft_dark .xdsoft_time_box {
    border: 1px solid #333;
}

.xdsoft_dark .xdsoft_scrollbar >.xdsoft_scroller {
    background: #333 !important;
}
.xdsoft_datetimepicker .xdsoft_save_selected {
    display: block;
    border: 1px solid #dddddd !important;
    margin-top: 5px;
    width: 100%;
    color: #454551;
    font-size: 13px;
}
.xdsoft_datetimepicker .blue-gradient-button {
    font-family: "museo-sans", "Book Antiqua", sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #82878c;
    height: 28px;
    position: relative;
    padding: 4px 17px 4px 33px;
    border: 1px solid #d7d8da;
    background: -moz-linear-gradient(top, #fff 0%, #f4f8fa 73%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(73%, #f4f8fa));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fff 0%, #f4f8fa 73%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fff 0%, #f4f8fa 73%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fff 0%, #f4f8fa 73%);
    /* IE10+ */
    background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f4f8fa',GradientType=0 );
    /* IE6-9 */
}
.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
    color: #454551;
    background: -moz-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f8fa), color-stop(73%, #FFF));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
    /* IE10+ */
    background: linear-gradient(to bottom, #f4f8fa 0%, #FFF 73%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f8fa', endColorstr='#FFF',GradientType=0 );
    /* IE6-9 */
}
/*!
 * FullCalendar v2.4.0 Stylesheet
 * Docs & License: http://fullcalendar.io/
 * (c) 2015 Adam Shaw
 */


.fc {
	direction: ltr;
	text-align: left;
}

.fc-rtl {
	text-align: right;
}

body .fc { /* extra precedence to overcome jqui */
	font-size: 1em;
}


/* Colors
--------------------------------------------------------------------------------------------------*/

.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
	border-color: #ddd;
}

.fc-unthemed .fc-popover {
	background-color: #fff;
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header {
	background: #eee;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
	color: #666;
}

.fc-unthemed .fc-today {
	background: #fcf8e3;
}

.fc-highlight { /* when user is selecting cells */
	background: #bce8f1;
	opacity: .3;
	filter: alpha(opacity=30); /* for IE */
}

.fc-bgevent { /* default look for background events */
	background: rgb(143, 223, 130);
	opacity: .3;
	filter: alpha(opacity=30); /* for IE */
}

.fc-nonbusiness { /* default look for non-business-hours areas */
	/* will inherit .fc-bgevent's styles */
	background: #d7d7d7;
}


/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/

.fc-icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	line-height: 1em;
	font-size: 1em;
	text-align: center;
	overflow: hidden;
	font-family: "Courier New", Courier, monospace;

	/* don't allow browser text-selection */
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/*
Acceptable font-family overrides for individual icons:
	"Arial", sans-serif
	"Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/

.fc-icon:after {
	position: relative;
	margin: 0 -1em; /* ensures character will be centered, regardless of width */
}

.fc-icon-left-single-arrow:after {
	content: "\02039";
	font-weight: bold;
	font-size: 200%;
	top: -7%;
	left: 3%;
}

.fc-icon-right-single-arrow:after {
	content: "\0203A";
	font-weight: bold;
	font-size: 200%;
	top: -7%;
	left: -3%;
}

.fc-icon-left-double-arrow:after {
	content: "\000AB";
	font-size: 160%;
	top: -7%;
}

.fc-icon-right-double-arrow:after {
	content: "\000BB";
	font-size: 160%;
	top: -7%;
}

.fc-icon-left-triangle:after {
	content: "\25C4";
	font-size: 125%;
	top: 3%;
	left: -2%;
}

.fc-icon-right-triangle:after {
	content: "\25BA";
	font-size: 125%;
	top: 3%;
	left: 2%;
}

.fc-icon-down-triangle:after {
	content: "\25BC";
	font-size: 125%;
	top: 2%;
}

.fc-icon-x:after {
	content: "\000D7";
	font-size: 200%;
	top: 6%;
}


/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/

.fc button {
	/* force height to include the border and padding */
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	/* dimensions */
	margin: 0;
	height: 2.1em;
	padding: 0 .6em;

	/* text & cursor */
	font-size: 1em; /* normalize */
	white-space: nowrap;
	cursor: pointer;
}

/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner { margin: 0; padding: 0; }

.fc-state-default { /* non-theme */
	border: 1px solid;
}

.fc-state-default.fc-corner-left { /* non-theme */
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.fc-state-default.fc-corner-right { /* non-theme */
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

/* icons in buttons */

.fc button .fc-icon { /* non-theme */
	position: relative;
	top: -0.05em; /* seems to be a good adjustment across browsers */
	margin: 0 .2em;
	vertical-align: middle;
}

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/

.fc-state-default {
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #333;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
	color: #333333;
	background-color: #e6e6e6;
}

.fc-state-hover {
	color: #333333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}

.fc-state-down,
.fc-state-active {
	background-color: #cccccc;
	background-image: none;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-disabled {
	cursor: default;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	box-shadow: none;
}


/* Buttons Groups
--------------------------------------------------------------------------------------------------*/

.fc-button-group {
	display: inline-block;
}

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/

.fc .fc-button-group > * { /* extra precedence b/c buttons have margin set to zero */
	float: left;
	margin: 0 0 0 -1px;
}

.fc .fc-button-group > :first-child { /* same */
	margin-left: 0;
}


/* Popover
--------------------------------------------------------------------------------------------------*/

.fc-popover {
	position: absolute;
	box-shadow: 0 2px 6px rgba(0,0,0,.15);
}

.fc-popover .fc-header { /* TODO: be more consistent with fc-head/fc-body */
	padding: 2px 4px;
}

.fc-popover .fc-header .fc-title {
	margin: 0 2px;
}

.fc-popover .fc-header .fc-close {
	cursor: pointer;
}

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
	float: left;
}

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
	float: right;
}

/* unthemed */

.fc-unthemed .fc-popover {
	border-width: 1px;
	border-style: solid;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
	font-size: .9em;
	margin-top: 2px;
}

/* jqui themed */

.fc-popover > .ui-widget-header + .ui-widget-content {
	border-top: 0; /* where they meet, let the header have the border */
}


/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/

.fc-divider {
	border-style: solid;
	border-width: 1px;
}

hr.fc-divider {
	height: 0;
	margin: 0;
	padding: 0 0 2px; /* height is unreliable across browsers, so use padding */
	border-width: 1px 0;
}

.fc-clear {
	clear: both;
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
	/* these element should always cling to top-left/right corners */
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.fc-bg {
	bottom: 0; /* strech bg to bottom edge */
}

.fc-bg table {
	height: 100%; /* strech bg to bottom edge */
}


/* Tables
--------------------------------------------------------------------------------------------------*/

.fc table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1em; /* normalize cross-browser */
}

.fc th {
	text-align: center;
}

.fc th,
.fc td {
	border-style: solid;
	border-width: 1px;
	padding: 0;
	vertical-align: top;
}

.fc td.fc-today {
	border-style: double; /* overcome neighboring borders */
}


/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/

.fc .fc-row { /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
	/* no visible border by default. but make available if need be (scrollbar width compensation) */
	border-style: solid;
	border-width: 0;
}

.fc-row table {
	/* don't put left/right border on anything within a fake row.
	   the outer tbody will worry about this */
	border-left: 0 hidden transparent;
	border-right: 0 hidden transparent;

	/* no bottom borders on rows */
	border-bottom: 0 hidden transparent;
}

.fc-row:first-child table {
	border-top: 0 hidden transparent; /* no top border on first row */
}


/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/

.fc-row {
	position: relative;
}

.fc-row .fc-bg {
	z-index: 1;
}

/* highlighting cells & background event skeleton */

.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
	bottom: 0; /* stretch skeleton to bottom of row */
}

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
	height: 100%; /* stretch skeleton to bottom of row */
}

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
	border-color: transparent;
}

.fc-row .fc-bgevent-skeleton {
	z-index: 2;

}

.fc-row .fc-highlight-skeleton {
	z-index: 3;
}

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/

.fc-row .fc-content-skeleton {
	position: relative;
	z-index: 4;
	padding-bottom: 2px; /* matches the space above the events */
}

.fc-row .fc-helper-skeleton {
	z-index: 5;
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
	/* see-through to the background below */
	background: none; /* in case <td>s are globally styled */
	border-color: transparent;

	/* don't put a border between events and/or the day number */
	border-bottom: 0;
}

.fc-row .fc-content-skeleton tbody td, /* cells with events inside (so NOT the day number cell) */
.fc-row .fc-helper-skeleton tbody td {
	/* don't put a border between event cells */
	border-top: 0;
}


/* Scrolling Container
--------------------------------------------------------------------------------------------------*/

.fc-scroller { /* this class goes on elements for guaranteed vertical scrollbars */
	overflow-y: scroll;
	overflow-x: hidden;
}

.fc-scroller > * { /* we expect an immediate inner element */
	position: relative; /* re-scope all positions */
	width: 100%; /* hack to force re-sizing this inner element when scrollbars appear/disappear */
	overflow: hidden; /* don't let negative margins or absolute positioning create further scroll */
}


/* Global Event Styles
--------------------------------------------------------------------------------------------------*/

.fc-event {
	position: relative; /* for resize handle and other inner positioning */
	display: block; /* make the <a> tag block */
	font-size: .85em;
	line-height: 1.3;
	border-radius: 3px;
	background-color: #3097CF; /* default BACKGROUND color */
	font-weight: normal; /* undo jqui's ui-widget-header bold */
}

.fc-event.orange {
    background-color: #df8526 !important;
}

.fc-event.red {
    background-color: #da4f49 !important;
}

/* overpower some of bootstrap's and jqui's styles on <a> tags */
.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
	color: #fff; /* default TEXT color */
	text-decoration: none; /* if <a> has an href */
}

.fc-event[href],
.fc-event.fc-draggable {
	cursor: pointer; /* give events with links and draggable events a hand mouse pointer */
}

.fc-not-allowed, /* causes a "warning" cursor. applied on body */
.fc-not-allowed .fc-event { /* to override an event's custom cursor */
	cursor: not-allowed;
}

.fc-event .fc-bg { /* the generic .fc-bg already does position */
	z-index: 1;
	background: #fff;
	opacity: .25;
	filter: alpha(opacity=25); /* for IE */
}

.fc-event .fc-content {
	position: relative;
	z-index: 2;
    padding: 5px;
}

.fc-event .fc-resizer {
	position: absolute;
	z-index: 3;
}


/* Horizontal Events
--------------------------------------------------------------------------------------------------*/

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */

.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
	margin-left: 0;
	border-left-width: 0;
	padding-left: 1px; /* replace the border with padding */
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
	margin-right: 0;
	border-right-width: 0;
	padding-right: 1px; /* replace the border with padding */
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

/* resizer */

.fc-h-event .fc-resizer { /* positioned it to overcome the event's borders */
	top: -1px;
	bottom: -1px;
	left: -1px;
	right: -1px;
	width: 5px;
}

/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-ltr .fc-h-event .fc-start-resizer:before,
.fc-ltr .fc-h-event .fc-start-resizer:after,
.fc-rtl .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-end-resizer:before,
.fc-rtl .fc-h-event .fc-end-resizer:after {
	right: auto; /* ignore the right and only use the left */
	cursor: w-resize;
}

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-ltr .fc-h-event .fc-end-resizer:before,
.fc-ltr .fc-h-event .fc-end-resizer:after,
.fc-rtl .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-start-resizer:before,
.fc-rtl .fc-h-event .fc-start-resizer:after {
	left: auto; /* ignore the left and only use the right */
	cursor: e-resize;
}


/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/

.fc-day-grid-event {
	margin: 1px 2px 0; /* spacing between events and edges */
	padding: 0 1px;
}


.fc-day-grid-event .fc-content { /* force events to be one-line tall */
	white-space: nowrap;
	overflow: hidden;
}

.fc-day-grid-event .fc-time {
	font-weight: bold;
}

.fc-day-grid-event .fc-resizer { /* enlarge the default hit area */
	left: -3px;
	right: -3px;
	width: 7px;
}


/* Event Limiting
--------------------------------------------------------------------------------------------------*/

/* "more" link that represents hidden events */

a.fc-more {
	margin: 1px 3px;
	font-size: .85em;
	cursor: pointer;
	text-decoration: none;
}

a.fc-more:hover {
	text-decoration: underline;
}

.fc-limited { /* rows and cells that are hidden because of a "more" link */
	display: none;
}

/* popover that appears when "more" link is clicked */

.fc-day-grid .fc-row {
	z-index: 1; /* make the "more" popover one higher than this */
}

.fc-more-popover {
	z-index: 2;
	width: 220px;
}

.fc-more-popover .fc-event-container {
	padding: 10px;
}

/* Toolbar
--------------------------------------------------------------------------------------------------*/

.fc-toolbar {
	text-align: center;
	margin-bottom: 1em;
}

.fc-toolbar .fc-left {
	float: left;
}

.fc-toolbar .fc-right {
	float: right;
}

.fc-toolbar .fc-center {
	display: inline-block;
}

/* the things within each left/right/center section */
.fc .fc-toolbar > * > * { /* extra precedence to override button border margins */
	float: left;
	margin-left: .75em;
}

/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child { /* extra precedence to override button border margins */
	margin-left: 0;
}

/* title text */

.fc-toolbar h2 {
	margin: 0;
}

/* button layering (for border precedence) */

.fc-toolbar button {
	position: relative;
}

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
	z-index: 2;
}

.fc-toolbar .fc-state-down {
	z-index: 3;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
	z-index: 4;
}

.fc-toolbar button:focus {
	z-index: 5;
}


/* View Structure
--------------------------------------------------------------------------------------------------*/

/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.fc-view, /* scope positioning and z-index's for everything within the view */
.fc-view > table { /* so dragged elements can be above the view's main element */
	position: relative;
	z-index: 1;
}

/* BasicView
--------------------------------------------------------------------------------------------------*/

/* day row structure */

.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
	/* we are sure there are no day numbers in these views, so... */
	padding-top: 1px; /* add a pixel to make sure there are 2px padding above events */
	padding-bottom: 1em; /* ensure a space at bottom of cell for user selecting/clicking */
}

.fc-basic-view .fc-body .fc-row {
	min-height: 4em; /* ensure that all rows are at least this tall */
}

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */

.fc-row.fc-rigid {
	overflow: hidden;
}

.fc-row.fc-rigid .fc-content-skeleton {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

/* week and day number styling */

.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
	padding: 0 2px;
}

.fc-basic-view td.fc-week-number span,
.fc-basic-view td.fc-day-number {
	padding-top: 2px;
	padding-bottom: 2px;
}

.fc-basic-view .fc-week-number {
	text-align: center;
}

.fc-basic-view .fc-week-number span {
	/* work around the way we do column resizing and ensure a minimum width */
	display: inline-block;
	min-width: 1.25em;
}

.fc-ltr .fc-basic-view .fc-day-number {
	text-align: right;
}

.fc-rtl .fc-basic-view .fc-day-number {
	text-align: left;
}

.fc-day-number.fc-other-month {
	opacity: 0.3;
	filter: alpha(opacity=30); /* for IE */
	/* opacity with small font can sometimes look too faded
	   might want to set the 'color' property instead
	   making day-numbers bold also fixes the problem */
}

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/

.fc-agenda-view .fc-day-grid {
	position: relative;
	z-index: 2; /* so the "more.." popover will be over the time grid */
}

.fc-agenda-view .fc-day-grid .fc-row {
	min-height: 3em; /* all-day section will never get shorter than this */
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
	padding-top: 1px; /* add a pixel to make sure there are 2px padding above events */
	padding-bottom: 1em; /* give space underneath events for clicking/selecting days */
}


/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/

.fc .fc-axis { /* .fc to overcome default cell styles */
	vertical-align: middle;
	padding: 0 4px;
	white-space: nowrap;
}

.fc-ltr .fc-axis {
	text-align: right;
}

.fc-rtl .fc-axis {
	text-align: left;
}

.ui-widget td.fc-axis {
	font-weight: normal; /* overcome jqui theme making it bold */
}


/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/

.fc-time-grid-container, /* so scroll container's z-index is below all-day */
.fc-time-grid { /* so slats/bg/content/etc positions get scoped within here */
	position: relative;
	z-index: 1;
}

.fc-time-grid {
	min-height: 100%; /* so if height setting is 'auto', .fc-bg stretches to fill height */
}

.fc-time-grid table { /* don't put outer borders on slats/bg/content/etc */
	border: 0 hidden transparent;
}

.fc-time-grid > .fc-bg {
	z-index: 1;
}

.fc-time-grid .fc-slats,
.fc-time-grid > hr { /* the <hr> AgendaView injects when grid is shorter than scroller */
	position: relative;
	z-index: 2;
}

.fc-time-grid .fc-bgevent-skeleton,
.fc-time-grid .fc-content-skeleton {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.fc-time-grid .fc-bgevent-skeleton {
	z-index: 3;
}

.fc-time-grid .fc-highlight-skeleton {
	z-index: 4;
}

.fc-time-grid .fc-content-skeleton {
	z-index: 5;
}

.fc-time-grid .fc-helper-skeleton {
	z-index: 6;
}


/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/

.fc-time-grid .fc-slats td {
	height: 1.5em;
	border-bottom: 0; /* each cell is responsible for its top border */
}

.fc-time-grid .fc-slats .fc-minor td {
	border-top-style: dotted;
}

.fc-time-grid .fc-slats .ui-widget-content { /* for jqui theme */
	background: none; /* see through to fc-bg */
}


/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/

.fc-time-grid .fc-highlight-container { /* a div within a cell within the fc-highlight-skeleton */
	position: relative; /* scopes the left/right of the fc-highlight to be in the column */
}

.fc-time-grid .fc-highlight {
	position: absolute;
	left: 0;
	right: 0;
	/* top and bottom will be in by JS */
}


/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/

.fc-time-grid .fc-event-container, /* a div within a cell within the fc-content-skeleton */
.fc-time-grid .fc-bgevent-container { /* a div within a cell within the fc-bgevent-skeleton */
	position: relative;
}

.fc-ltr .fc-time-grid .fc-event-container { /* space on the sides of events for LTR (default) */
	margin: 0 2.5% 0 2px;
}

.fc-rtl .fc-time-grid .fc-event-container { /* space on the sides of events for RTL */
	margin: 0 2px 0 2.5%;
}

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
	position: absolute;
	z-index: 1; /* scope inner z-index's */
}

.fc-time-grid .fc-bgevent {
	/* background events always span full width */
	left: 0;
	right: 0;
}


/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/

.fc-v-event.fc-not-start { /* events that are continuing from another day */
	/* replace space made by the top border with padding */
	border-top-width: 0;
	padding-top: 1px;

	/* remove top rounded corners */
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.fc-v-event.fc-not-end {
	/* replace space made by the top border with padding */
	border-bottom-width: 0;
	padding-bottom: 1px;

	/* remove bottom rounded corners */
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}


/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/

.fc-time-grid-event {
	overflow: hidden; /* don't let the bg flow over rounded corners */
}

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
	padding: 0 1px;
}

.fc-time-grid-event .fc-time {
	font-size: .85em;
	white-space: nowrap;
}

/* short mode, where time and title are on the same line */

.fc-time-grid-event.fc-short .fc-content {
	/* don't wrap to second line (now that contents will be inline) */
	white-space: nowrap;
}

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
	/* put the time and title on the same line */
	display: inline-block;
	vertical-align: top;
}

.fc-time-grid-event.fc-short .fc-time span {
	display: none; /* don't display the full time text... */
}

.fc-time-grid-event.fc-short .fc-time:before {
	content: attr(data-start); /* ...instead, display only the start time */
}

.fc-time-grid-event.fc-short .fc-time:after {
	content: "\000A0-\000A0"; /* seperate with a dash, wrapped in nbsp's */
}

.fc-time-grid-event.fc-short .fc-title {
	font-size: .85em; /* make the title text the same size as the time */
	padding: 0; /* undo padding from above */
}

/* resizer */

.fc-time-grid-event .fc-resizer {
	left: 0;
	right: 0;
	bottom: 0;
	height: 8px;
	overflow: hidden;
	line-height: 8px;
	font-size: 11px;
	font-family: monospace;
	text-align: center;
	cursor: s-resize;
}

.fc-time-grid-event .fc-resizer:after {
	content: "=";
}

/*! gridster.js - v0.5.6 - 2014-09-25
* http://gridster.net/
* Copyright (c) 2014 ducksboard; Licensed MIT */
.gridster {
    padding: 7.5px;
}
.gridster > * {
    -webkit-transition: height .4s, width .4s;
    -moz-transition: height .4s, width .4s;
    -o-transition: height .4s, width .4s;
    -ms-transition: height .4s, width .4s;
    transition: height .4s, width .4s;
}

.gridster ul {
    margin: 0px;
}

.gridster li {
    background: white;
    list-style-type: none;
    border-radius: 2px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, .1);
}

.gridster .gs-w {
    z-index: 2;
    position: absolute;
}

.ready .gs-w:not(.preview-holder) {
    -webkit-transition: opacity .3s, left .3s, top .3s;
    -moz-transition: opacity .3s, left .3s, top .3s;
    -o-transition: opacity .3s, left .3s, top .3s;
    transition: opacity .3s, left .3s, top .3s;
}

.ready .gs-w:not(.preview-holder),
.ready .resize-preview-holder {
    -webkit-transition: opacity .3s, left .3s, top .3s, width .3s, height .3s;
    -moz-transition: opacity .3s, left .3s, top .3s, width .3s, height .3s;
    -o-transition: opacity .3s, left .3s, top .3s, width .3s, height .3s;
    transition: opacity .3s, left .3s, top .3s, width .3s, height .3s;
}

.gridster .preview-holder {
    z-index: 1;
    position: absolute;
    background-color: #fff;
    border-color: #fff;
    opacity: 0.3;
}

.gridster .player-revert {
    z-index: 10!important;
    -webkit-transition: left .3s, top .3s!important;
    -moz-transition: left .3s, top .3s!important;
    -o-transition: left .3s, top .3s!important;
    transition:  left .3s, top .3s!important;
}

.gridster .dragging,
.gridster .resizing {
    z-index: 10!important;
    -webkit-transition: all 0s !important;
    -moz-transition: all 0s !important;
    -o-transition: all 0s !important;
    transition: all 0s !important;
}


.gs-resize-handle {
    position: absolute;
    z-index: 1;
}

.gs-resize-handle-both {
    width: 20px;
    height: 20px;
    bottom: -8px;
    right: -8px;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pg08IS0tIEdlbmVyYXRvcjogQWRvYmUgRmlyZXdvcmtzIENTNiwgRXhwb3J0IFNWRyBFeHRlbnNpb24gYnkgQWFyb24gQmVhbGwgKGh0dHA6Ly9maXJld29ya3MuYWJlYWxsLmNvbSkgLiBWZXJzaW9uOiAwLjYuMSAgLS0+DTwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DTxzdmcgaWQ9IlVudGl0bGVkLVBhZ2UlMjAxIiB2aWV3Qm94PSIwIDAgNiA2IiBzdHlsZT0iYmFja2dyb3VuZC1jb2xvcjojZmZmZmZmMDAiIHZlcnNpb249IjEuMSINCXhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiDQl4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjZweCIgaGVpZ2h0PSI2cHgiDT4NCTxnIG9wYWNpdHk9IjAuMzAyIj4NCQk8cGF0aCBkPSJNIDYgNiBMIDAgNiBMIDAgNC4yIEwgNCA0LjIgTCA0LjIgNC4yIEwgNC4yIDAgTCA2IDAgTCA2IDYgTCA2IDYgWiIgZmlsbD0iIzAwMDAwMCIvPg0JPC9nPg08L3N2Zz4=');
    background-position: top left;
    background-repeat: no-repeat;
    cursor: se-resize;
    z-index: 20;
}

.gs-resize-handle-x {
    top: 0;
    bottom: 13px;
    right: -5px;
    width: 10px;
    cursor: e-resize;
}

.gs-resize-handle-y {
    left: 0;
    right: 13px;
    bottom: -5px;
    height: 10px;
    cursor: s-resize;
}

.gs-w:hover .gs-resize-handle,
.resizing .gs-resize-handle {
    opacity: 1;
}

.gs-resize-handle,
.gs-w.dragging .gs-resize-handle {
    opacity: 0;
}

.gs-resize-disabled .gs-resize-handle {
    display: none!important;
}

[data-max-sizex="1"] .gs-resize-handle-x,
[data-max-sizey="1"] .gs-resize-handle-y,
[data-max-sizey="1"][data-max-sizex="1"] .gs-resize-handle {
    display: none !important;
}

/* Uncomment this if you set helper : "clone" in draggable options */
/*.gridster .player {
  opacity:0;
}
*/
.minicolors {
    position: relative;
    width: 19px;
    height: 19px;
}

.minicolors-sprite {
    background-image: url(data:image/png;base64,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);
}

.minicolors-no-data-uris .minicolors-sprite {
    background-image: url(jquery.minicolors.png);
}

.minicolors-swatch {
    position: absolute;
    vertical-align: middle;
    background-position: -80px 0;
    cursor: text;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.minicolors-swatch-color {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 19px;
    border: 2px solid white;
}

.minicolors input[type=hidden] + .minicolors-swatch {
    width: 19px;
    cursor: pointer;
}

.minicolors input[type=hidden][disabled] + .minicolors-swatch {
    cursor: default;
}

/* Panel */
.minicolors-panel {
    position: absolute;
    width: 173px;
    height: 152px;
    background: white;
    margin-top: 20px;
    border: solid 1px #CCC;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    z-index: 99999;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: none;
}

.minicolors-panel.minicolors-visible {
    display: block;
}

/* Panel positioning */
.minicolors-position-top .minicolors-panel {
    top: -154px;
}

.minicolors-position-right .minicolors-panel {
    right: 0;
}

.minicolors-position-bottom .minicolors-panel {
    top: auto;
}

.minicolors-position-left .minicolors-panel {
    left: 0;
}

.minicolors-with-opacity .minicolors-panel {
    width: 194px;
}

.minicolors .minicolors-grid {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 150px;
    height: 150px;
    background-position: -120px 0;
    cursor: crosshair;
}

.minicolors .minicolors-grid-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
}

.minicolors-slider-saturation .minicolors-grid {
    background-position: -420px 0;
}

.minicolors-slider-saturation .minicolors-grid-inner {
    background-position: -270px 0;
    background-image: inherit;
}

.minicolors-slider-brightness .minicolors-grid {
    background-position: -570px 0;
}

.minicolors-slider-brightness .minicolors-grid-inner {
    background-color: black;
}

.minicolors-slider-wheel .minicolors-grid {
    background-position: -720px 0;
}

.minicolors-slider,
.minicolors-opacity-slider {
    position: absolute;
    top: 1px;
    left: 152px;
    width: 20px;
    height: 150px;
    background-color: white;
    background-position: 0 0;
    cursor: row-resize;
}

.minicolors-slider-saturation .minicolors-slider {
    background-position: -60px 0;
}

.minicolors-slider-brightness .minicolors-slider {
    background-position: -20px 0;
}

.minicolors-slider-wheel .minicolors-slider {
    background-position: -20px 0;
}

.minicolors-opacity-slider {
    left: 173px;
    background-position: -40px 0;
    display: none;
}

.minicolors-with-opacity .minicolors-opacity-slider {
    display: block;
}

/* Pickers */
.minicolors-grid .minicolors-picker {
    position: absolute;
    top: 70px;
    left: 70px;
    width: 12px;
    height: 12px;
    border: solid 1px black;
    border-radius: 10px;
    margin-top: -6px;
    margin-left: -6px;
    background: none;
}

.minicolors-grid .minicolors-picker > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    border: solid 2px white;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.minicolors-picker {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 2px;
    background: white;
    border: solid 1px black;
    margin-top: -2px;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

/* Inline controls */
.minicolors-inline {
    display: inline-block;
}

.minicolors-inline .minicolors-input {
    display: none !important;
}

.minicolors-inline .minicolors-panel {
    position: relative;
    top: auto;
    left: auto;
    box-shadow: none;
    z-index: auto;
    display: inline-block;
}

/* Default theme */
.minicolors-theme-default .minicolors-swatch {
    width: 19px;
    height: 19px;
    border-radius: 19px;
}
.minicolors-theme-default.minicolors-position-right .minicolors-swatch {
    left: auto;
    right: 5px;
}
.minicolors-theme-default .minicolors-input {
    height: 20px;
    width: auto;
    position: absolute;
    padding-left: 26px;
}
.minicolors-theme-default.minicolors-position-right .minicolors-input {
    padding-right: 26px;
    padding-left: inherit;
}

/* Bootstrap theme */
.minicolors-theme-bootstrap .minicolors-swatch {
    z-index: 2;
    top: 3px;
    left: 3px;
    width: 28px;
    height: 28px;
    border-radius: 3px;
}
.minicolors-theme-bootstrap .minicolors-swatch-color {
    border-radius: inherit;
}
.minicolors-theme-bootstrap.minicolors-position-right .minicolors-swatch {
    left: auto;
    right: 3px;
}
.minicolors-theme-bootstrap .minicolors-input {
    float: none;
    padding-left: 44px;
}
.minicolors-theme-bootstrap.minicolors-position-right .minicolors-input {
    padding-right: 44px;
    padding-left: 12px;
}
.minicolors-theme-bootstrap .minicolors-input.input-lg + .minicolors-swatch {
    top: 4px;
    left: 4px;
    width: 37px;
    height: 37px;
    border-radius: 5px;
}
.minicolors-theme-bootstrap .minicolors-input.input-sm + .minicolors-swatch {
    width: 24px;
    height: 24px;
}
.input-group .minicolors-theme-bootstrap:not(:first-child) .minicolors-input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* perfect-scrollbar v0.6.7 */
.ps-container{-ms-touch-action:none;overflow:hidden !important}.ps-container.ps-active-x>.ps-scrollbar-x-rail,.ps-container.ps-active-y>.ps-scrollbar-y-rail{display:block}.ps-container.ps-in-scrolling{pointer-events:none}.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail{background-color:#eee;opacity:0.9}.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x{background-color:#999}.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{background-color:#eee;opacity:0.9}.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y{background-color:#999}.ps-container>.ps-scrollbar-x-rail{display:none;position:absolute;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;opacity:0;-webkit-transition:background-color 0.2s linear,opacity 0.2s linear;-moz-transition:background-color 0.2s linear,opacity 0.2s linear;-o-transition:background-color 0.2s linear,opacity 0.2s linear;transition:background-color 0.2s linear,opacity 0.2s linear;bottom:3px;height:8px}.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x{position:absolute;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;-webkit-transition:background-color 0.2s linear;-moz-transition:background-color 0.2s linear;-o-transition:background-color 0.2s linear;transition:background-color 0.2s linear;bottom:0;height:8px}.ps-container>.ps-scrollbar-y-rail{display:none;position:absolute;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;opacity:0;-webkit-transition:background-color 0.2s linear,opacity 0.2s linear;-moz-transition:background-color 0.2s linear,opacity 0.2s linear;-o-transition:background-color 0.2s linear,opacity 0.2s linear;transition:background-color 0.2s linear,opacity 0.2s linear;right:3px;width:8px}.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y{position:absolute;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;-webkit-transition:background-color 0.2s linear;-moz-transition:background-color 0.2s linear;-o-transition:background-color 0.2s linear;transition:background-color 0.2s linear;right:0;width:8px}.ps-container:hover.ps-in-scrolling{pointer-events:none}.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail{background-color:#eee;opacity:0.9}.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x{background-color:#999}.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{background-color:#eee;opacity:0.9}.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y{background-color:#999}.ps-container:hover>.ps-scrollbar-x-rail,.ps-container:hover>.ps-scrollbar-y-rail{opacity:0.6}.ps-container:hover>.ps-scrollbar-x-rail:hover{background-color:#eee;opacity:0.9}.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x{background-color:#999}.ps-container:hover>.ps-scrollbar-y-rail:hover{background-color:#eee;opacity:0.9}.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y{background-color:#999}
@font-face {
    font-family: 'RedactorFont';
    src: url(data:application/x-font-ttf;charset=utf-8;base64,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) format('truetype'), url(data:application/font-woff;charset=utf-8;base64,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) format('woff');
    font-weight: normal;
    font-style: normal;
}

.redactor-box {
    position: relative;
    overflow: visible;
}

.redactor-box textarea {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: auto;
    outline: none;
    border: none;
    background-color: #111;
    box-shadow: none;
    color: #ccc;
    font-size: 13px;
    resize: none;
}

.redactor-box textarea:focus {
    outline: none;
}

.redactor-editor,
.redactor-box {
    background: #fff;
}

.redactor-editor,
.redactor-box,
.redactor-box textarea {
    z-index: auto;
}

.redactor-box-fullscreen {
    z-index: 2;
}

.redactor-dropdown {
    z-index: 3;
}

#redactor-modal-overlay,
#redactor-modal-box,
#redactor-modal {
    z-index: 3;
}

body .redactor-box-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.redactor-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

.redactor-editor {
    position: relative;
    overflow: auto;
    margin: 0 !important;
    padding: 20px;
    outline: none;
    white-space: normal;
    border-top: 1px solid #EEEEEE;
    font-size: 14px;
    line-height: 1.6em;
}

.redactor-editor:focus {
    outline: none;
}

.toolbar-fixed-box + .redactor-editor {
    padding-top: 32px !important;
}

/*
	Placeholder
*/
.redactor-placeholder:after {
    position: absolute;
    top: 20px;
    left: 20px;
    content: attr(placeholder);
    display: block;
    /* For Firefox */
    color: #999 !important;
    font-weight: normal !important;
}

/*
	Toolbar
*/
.redactor-toolbar {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    font-size: 1.23em !important;
    line-height: 1 !important;
    background: #FFFFFF;
    border: none;
}

.redactor-toolbar:after {
    content: "";
    display: table;
    clear: both;
}

.redactor-toolbar.redactor-toolbar-overflow {
    overflow-y: auto;
    height: 29px;
    white-space: nowrap;
}

.redactor-toolbar.redactor-toolbar-external {
    z-index: 999;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.redactor-toolbar li {
    vertical-align: top;
    display: inline-block;
    margin: 0 !important;
    padding: 0 !important;
    outline: none;
    list-style: none !important;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

[saved] .redactor-toolbar li a,
.redactor-toolbar li a {
    display: block;
    color: #555555 !important;
    text-align: center;
    padding: 12px;
    outline: none;
    border: none;
    text-decoration: none;
    cursor: pointer;
    zoom: 1;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

[saved] .redactor-toolbar li a:before,
[saved] .redactor-toolbar li a,
.redactor-toolbar li a:before,
.redactor-toolbar li a {
    color: #555555 !important;
}

.redactor-toolbar li a:hover {
    outline: none;
    background-color: #1E95D3;
    color: #fff;
}

.redactor-toolbar li a:hover i:before {
    color: #fff;
}

.redactor-toolbar li a:active,
.redactor-toolbar li a.redactor-act {
    outline: none;
    background-color: #ccc;
    color: #444;
}

.redactor-toolbar li a.redactor-button-image {
    width: 14px;
    height: 14px;
    background-position: center center;
    background-repeat: no-repeat;
}

.redactor-toolbar li a.fa-redactor-button {
    display: inline-block;
    padding: 9px 10px 8px 10px;
    line-height: 1;
}

.redactor-toolbar li a.redactor-button-disabled {
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    opacity: 0.3;
}

.redactor-toolbar li a.redactor-button-disabled:hover {
    color: #333;
    outline: none;
    background-color: transparent !important;
    cursor: default;
}

.redactor-toolbar li a.redactor-button-focus {
    color: #fff;
    background: #000;
}

.redactor-box .CodeMirror {
    display: none;
}

.re-icon {
    font-family: 'RedactorFont';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    /*-moz-osx-font-smoothing: grayscale;*/
}

.re-icon i:before {
    position: relative;
    font-size: 1.08em;
}

.re-video:before {
    content: "\e600";
}

.re-unorderedlist:before {
    content: "\e601";
}

.re-undo:before {
    content: "\e602";
}

.re-underline:before {
    content: "\e603";
}

.re-textdirection:before {
    content: "\e604";
}

.re-fontcolor:before {
    content: "\e605";
}

.re-table:before {
    content: "\e606";
}

.re-redo:before {
    content: "\e607";
}

.re-quote:before {
    content: "\e608";
}

.re-outdent:before {
    content: "\e609";
}

.re-orderedlist:before {
    content: "\e60a";
}

.re-link:before {
    content: "\e60b";
}

.re-horizontalrule:before {
    content: "\e60c";
}

.re-italic:before {
    content: "\e60d";
}

.re-indent:before {
    content: "\e60e";
}

.re-image:before {
    content: "\e60f";
}

.re-fullscreen:before {
    content: "\e610";
}

.re-normalscreen:before {
    content: "\e611";
}

.re-formatting:before {
    content: "\e612";
}

.re-fontsize:before {
    content: "\e613";
}

.re-fontfamily:before {
    content: "\e614";
}

.re-deleted:before {
    content: "\e615";
}

.re-html:before {
    content: "\e616";
}

.re-clips:before {
    content: "\e617";
}

.re-bold:before {
    content: "\e618";
}

.re-backcolor:before {
    content: "\e619";
}

.re-file:before {
    content: "\e61a";
}

.re-alignright:before {
    content: "\e61b";
}

.re-alignment:before,
.re-alignleft:before {
    content: "\e61c";
}

.re-alignjustify:before {
    content: "\e61d";
}

.re-aligncenter:before {
    content: "\e61e";
}

.re-gallery:before {
    content: "\e61f";
}

.redactor-toolbar-tooltip {
    position: absolute;
    top: 0;
    left: 0;
    background: #1E95D3;
    margin-top: 12px;
    padding: 15px;
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.31em;
    text-align: center;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.2);
    z-index: 1002;
}

.redactor-toolbar-tooltip:after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    border-style: solid;
    border-width: 0 7px 10px 7px;
    border-color: transparent transparent #1E95D3 transparent;
}

.redactor-dropdown {
    position: absolute;
    top: 28px;
    left: 0;
    padding: 0;
    min-width: 220px;
    max-height: 254px;
    overflow: auto;
    background-color: #fff;
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.25);
    font-size: 14px;
    line-height: 1.6em;
}

.redactor-dropdown a {
    display: block;
    padding: 10px 15px;
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.redactor-dropdown a:last-child {
    border-bottom: none;
}

.redactor-dropdown a:hover {
    background-color: #1E95D3;
    color: #fff !important;
    text-decoration: none;
}

.redactor-dropdown a.selected {
    background-color: #000;
    color: #fff;
}

.redactor-dropdown a.redactor-dropdown-link-inactive,
.redactor-dropdown a.redactor-dropdown-link-inactive:hover {
    background: none;
    cursor: default;
    color: #000 !important;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
}

.redactor-dropdown a.redactor-dropdown-link-selected {
    color: #fff;
    background: #000;
}

#redactor-image-box {
    position: relative;
    max-width: 100%;
    display: inline-block;
    line-height: 0;
    outline: 1px dashed rgba(0, 0, 0, 0.6);
}

#redactor-image-editter {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    margin-top: -11px;
    margin-left: -18px;
    line-height: 1;
    background-color: #000;
    color: #fff;
    font-size: 11px;
    padding: 7px 10px;
    cursor: pointer;
}

#redactor-image-resizer {
    position: absolute;
    z-index: 2;
    line-height: 1;
    cursor: nw-resize;
    bottom: -4px;
    right: -5px;
    border: 1px solid #fff;
    background-color: #000;
    width: 8px;
    height: 8px;
}

/*
	LINK TOOLTIP
*/
.redactor-link-tooltip {
    position: absolute;
    z-index: 99;
    padding: 10px;
    line-height: 1;
    display: inline-block;
    background-color: #000;
    color: #555 !important;
}

.redactor-link-tooltip,
.redactor-link-tooltip a {
    font-size: 12px;
}

.redactor-link-tooltip a {
    color: #ccc;
    margin: 0 5px;
    text-decoration: none;
}

.redactor-link-tooltip a:hover {
    color: #fff;
}

#redactor-droparea {
    position: relative;
    overflow: hidden;
    padding: 140px 20px;
    border: 3px dashed rgba(0, 0, 0, 0.1);
}

#redactor-droparea.drag-hover {
    background: rgba(200, 222, 250, 0.75);
}

#redactor-droparea.drag-drop {
    background: rgba(250, 248, 200, 0.5);
}

#redactor-droparea-placeholder {
    text-align: center;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.7);
}

#redactor-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000000;
    height: 10px;
}

#redactor-progress span {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #3d58a8;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
    background-size: 40px 40px;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

/*
	MODAL
*/
#redactor-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    margin: auto;
    overflow: auto;
    width: 100%;
    height: 100%;
    background-color: #000 !important;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    opacity: 0.3;
}

#redactor-modal-box {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

#redactor-modal {
    outline: 0;
    position: relative;
    margin: auto;
    margin-bottom: 20px;
    padding: 0;
    background: #fff;
    color: #000;
    font-size: 14px !important;
    box-shadow: 0 1px 70px rgba(0, 0, 0, 0.5);
}

#redactor-modal header {
    padding: 30px 40px 5px 40px;
    font-size: 18px;
    font-weight: bold;
}

#redactor-modal section {
    padding: 30px 40px 50px 40px;
}

#redactor-modal label {
    display: block;
    float: none !important;
    margin: 15px 0 3px 0 !important;
    padding: 0;
}

#redactor-modal input[type="radio"],
#redactor-modal input[type="checkbox"] {
    position: relative;
    top: -1px;
}

#redactor-modal select {
    width: 100%;
}

#redactor-modal input[type="text"],
#redactor-modal input[type="password"],
#redactor-modal input[type="email"],
#redactor-modal input[type="url"],
#redactor-modal textarea {
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 5px 4px;
    height: 28px;
    border: 1px solid #ccc;
    border-radius: 1px;
    background-color: white;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
    color: #333;
    width: 100%;
    font-size: 14px;
    -moz-transition: border 0.3s ease-in;
    transition: border 0.3s ease-in;
}

#redactor-modal input[type="text"]:focus,
#redactor-modal input[type="password"]:focus,
#redactor-modal input[type="email"]:focus,
#redactor-modal input[type="url"]:focus,
#redactor-modal textarea:focus {
    outline: none;
    border-color: #5ca9e4;
    box-shadow: 0 0 0 2px rgba(70, 161, 231, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}

#redactor-modal input[type="text"].redactor-input-error,
#redactor-modal input[type="password"].redactor-input-error,
#redactor-modal input[type="email"].redactor-input-error,
#redactor-modal input[type="url"].redactor-input-error,
#redactor-modal textarea.redactor-input-error {
    border-color: #e82f2f;
    box-shadow: 0 0 0 2px rgba(232, 47, 47, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}

#redactor-modal textarea {
    display: block;
    margin-top: 4px;
    line-height: 1.4em;
}

/*
	Tabs in Modal
*/
#redactor-modal-tabber {
    margin-bottom: 15px;
    font-size: 12px;
}

#redactor-modal-tabber a {
    border: 1px solid #ddd;
    line-height: 1;
    padding: 8px 15px;
    margin-right: -1px;
    text-decoration: none;
    color: #000;
}

#redactor-modal-tabber a:hover {
    background-color: #1E95D3;
    border-color: #1E95D3;
    color: #fff;
}

#redactor-modal-tabber a.active {
    cursor: default;
    background-color: #ddd;
    border-color: #ddd;
    color: rgba(0, 0, 0, 0.6);
}

/*
	List in Modal
*/
#redactor-modal #redactor-modal-list {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    max-height: 250px;
    overflow-x: auto;
}

#redactor-modal #redactor-modal-list li {
    border-bottom: 1px solid #ddd;
}

#redactor-modal #redactor-modal-list li:last-child {
    border-bottom: none;
}

#redactor-modal #redactor-modal-list a {
    padding: 10px 5px;
    color: #000;
    text-decoration: none;
    font-size: 13px;
    display: block;
    position: relative;
}

#redactor-modal #redactor-modal-list a:hover {
    background-color: #eee;
}

#redactor-modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    text-align: right;
    color: #bbb;
    font-size: 30px;
    font-weight: 300;
    cursor: pointer;
    -webkit-appearance: none;
    padding: 0;
    border: 0;
    background: 0;
    outline: none;
}

#redactor-modal-close:hover {
    color: #000;
}

#redactor-modal footer button {
    position: relative;
    width: 100%;
    padding: 14px 16px;
    margin: 0;
    outline: none;
    border: none;
    background-color: #ddd;
    color: #000;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    font-size: 12px;
    line-height: 1;
    cursor: pointer;
}

#redactor-modal footer button:hover {
    color: #777;
    background: none;
    background: #bbb;
    text-decoration: none;
}

#redactor-modal footer button.redactor-modal-delete-button {
    background: none;
    color: #fff;
    background-color: #b52525;
}

#redactor-modal footer button.redactor-modal-delete-button:hover {
    color: rgba(255, 255, 255, 0.6);
    background-color: #881b1b;
}

#redactor-modal footer button.redactor-modal-action-button {
    background: none;
    color: #fff;
    background-color: #1E95D3;
}

#redactor-modal footer button.redactor-modal-action-button:hover {
    color: rgba(255, 255, 255, 0.6);
    background-color: #1885b9;
}

.redactor-dropdown .redactor-formatting-blockquote {
    color: rgba(0, 0, 0, 0.4);
    font-style: italic;
}

.redactor-dropdown .redactor-formatting-pre {
    font-family: monospace, sans-serif;
}

.redactor-dropdown .redactor-formatting-h1 {
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
}

.redactor-dropdown .redactor-formatting-h2 {
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
}

.redactor-dropdown .redactor-formatting-h3 {
    font-size: 21px;
    line-height: 30px;
    font-weight: bold;
}

.redactor-dropdown .redactor-formatting-h4 {
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
}

.redactor-dropdown .redactor-formatting-h5 {
    font-size: 16px;
    line-height: 23px;
    font-weight: bold;
}

.redactor-editor[data-saved="true"]:after {
    margin-right: 10px;
}

.redactor-editor code,
.redactor-editor pre {
    font-family: Menlo, Monaco, monospace, sans-serif !important;
    cursor: text;
}

.redactor-editor div,
.redactor-editor p,
.redactor-editor ul,
.redactor-editor ol,
.redactor-editor table,
.redactor-editor dl,
.redactor-editor blockquote,
.redactor-editor pre {
    font-size: 14px;
    line-height: 1.6em;
}

.redactor-editor a {
    color: #15c;
    text-decoration: underline;
}

.redactor-editor object,
.redactor-editor embed,
.redactor-editor video,
.redactor-editor img {
    max-width: 100%;
    width: auto;
}

.redactor-editor video,
.redactor-editor img {
    height: auto;
}

.redactor-editor div,
.redactor-editor p,
.redactor-editor ul,
.redactor-editor ol,
.redactor-editor table,
.redactor-editor dl,
.redactor-editor figure,
.redactor-editor blockquote,
.redactor-editor pre {
    margin: 0;
    margin-bottom: 15px;
    border: none;
    background: none;
    box-shadow: none;
}

.redactor-editor iframe,
.redactor-editor object,
.redactor-editor hr {
    margin-bottom: 15px;
}

.redactor-editor blockquote {
    margin-left: 1.6em !important;
    padding-left: 0;
    color: #777;
    font-style: italic;
}

.redactor-editor ul,
.redactor-editor ol {
    padding-left: 2em;
}

.redactor-editor ul ul,
.redactor-editor ol ol,
.redactor-editor ul ol,
.redactor-editor ol ul {
    margin: 2px;
    padding: 0;
    padding-left: 2em;
    border: none;
}

.redactor-editor ol ol li {
    list-style-type: lower-alpha;
}

.redactor-editor ol ol ol li {
    list-style-type: lower-roman;
}

.redactor-editor dl dt {
    font-weight: bold;
}

.redactor-editor dd {
    margin-left: 1em;
}

.redactor-editor table {
    border-collapse: collapse;
    font-size: 1em;
    width: 100%;
}

.redactor-editor table td,
.redactor-editor table th {
    padding: 5px;
    border: 1px solid #ddd;
    vertical-align: top;
}

.redactor-editor table thead td,
.redactor-editor table th {
    font-weight: bold;
    border-bottom-color: #888;
}

.redactor-editor code {
    background-color: #d8d7d7;
}

.redactor-editor pre {
    padding: 1em;
    border: 1px solid #ddd;
    border-radius: 3px;
    background: #f8f8f8;
    font-size: 90%;
}

.redactor-editor hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
}

.redactor-editor h1,
.redactor-editor h2,
.redactor-editor h3,
.redactor-editor h4,
.redactor-editor h5,
.redactor-editor h6 {
    font-weight: bold;
    color: #000;
    padding: 0;
    background: none;
    text-rendering: optimizeLegibility;
    margin: 0 0 .5em 0;
}

.redactor-editor h1,
.redactor-editor h2,
.redactor-editor h3,
.redactor-editor h4 {
    line-height: 1.3;
}

.redactor-editor h1 {
    font-size: 36px;
}

.redactor-editor h2 {
    font-size: 24px;
    margin-bottom: .7em;
}

.redactor-editor h3 {
    font-size: 21px;
}

.redactor-editor h4 {
    font-size: 18px;
}

.redactor-editor h5 {
    font-size: 16px;
}

.redactor-editor h6 {
    font-size: 12px;
    text-transform: uppercase;
}

/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
    background: url(/img/img-selector/border-anim-v.gif) repeat-y left top;
}

.imgareaselect-border2 {
    background: url(/img/img-selector/border-anim-h.gif) repeat-x left top;
}

.imgareaselect-border3 {
    background: url(/img/img-selector/border-anim-v.gif) repeat-y right top;
}

.imgareaselect-border4 {
    background: url(/img/img-selector/border-anim-h.gif) repeat-x left bottom;
}

.imgareaselect-border1, .imgareaselect-border2,
.imgareaselect-border3, .imgareaselect-border4 {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.imgareaselect-handle {
    background-color: #fff;
    border: solid 1px #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.imgareaselect-outer {
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.imgareaselect-selection {
}
.alert {
    position: fixed;
    background: white;
    padding-top: 7px;
    box-sizing: border-box;
    transform: translateX(-50%);
    left: 50%;
    z-index: 1020;
    border-radius: 2px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    top: -70px;
    transition: top 500ms ease-out;
    overflow: hidden;
}

.alert.show {
    top: 4px;
}

.alert span {
    position: absolute;
    display: block;
    margin-left: 17px;
}

.alert span.fa-check {
    font-size: 16px;
    margin-top: 1px;
}

.alert span.fa-warning {
    font-size: 14px;
    margin-top: 2px;
}

.alert .content {
    padding-left: 40px;
    padding-right: 15px;
}

.alert .progress {
    height: 2px;
    margin-top: 5px;
}

.alert.green {
    color: #38ad2c;
    background: #d6efdc;
}

.alert.green .progress {
    background: #38ad2c;
    width: 0%;
}

.alert.red {
    color: #DA4F49;
    background: #ffdede;
}

.alert.red .progress {
    background: #DA4F49;
    width: 0%;
}
.modal:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    z-index: 1000;
    opacity: 0;
}

.modal.show:before {
    opacity: 1;
}

.modal.show:before,
.modal.show .modal-wrapper {
    visibility: visible;
}

.modal:before,
.modal ~ .page-wrapper {
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.modal-wrapper {
    max-width: 1024px;
    min-width: 480px;
    height: auto;
    max-height: 100%;
    top: 50%;
    right: 50%;
    left: 50%;
    position: fixed;
    visibility: hidden;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-will-change: -webkit-transform;
    -moz-will-change: -moz-transform;
    will-change: transform;
    z-index: 1001;
    display: none;
}

.modal.show .modal-wrapper {
    display: block;
}

.modal .modal-holder {
    -webkit-transform: translateY(-200%);
    -moz-transform: translateY(-200%);
    transform: translateY(-200%);
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    opacity: 0;
}

.modal.show .modal-holder {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
}

.modal .modal-content {
    background-color: #ffffff;
}

.modal.show .modal-content {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
}


.modal .modal-header {
    background: #3097CF;
    position: relative;
    padding: 1.2em 1.8em;
    margin: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.modal .modal-header .modal-title {
    color: #FFFFFF;
    font-size: 1.8em;
    font-weight: 400;
    text-shadow: none;
}


.modal .modal-header .modal-back,
.modal .modal-header .modal-close {
    width: 26px;
    height: 26px;
    position: absolute;
    margin-top: 20px;
    margin-right: 20px;
    top: 0;
    right: 0;
    cursor: pointer;
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -moz-transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.modal .modal-header .modal-back,
.modal .modal-header .modal-close,
.modal .button {
    opacity: 1;
    -webkit-transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -moz-transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.modal .modal-hidden {
    visibility: hidden !important;
    opacity: 0 !important;
}

.modal .modal-header .modal-back {
    right: auto;
    left: 0;
    margin-right: 0;
    margin-left: 1.8em;
}

.modal .modal-header .modal-back:before,
.modal .modal-header .modal-close:before {
    content: "\e92a";

    font-family: 'Linearicons', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    font-size: 26px;
    color: rgba(255, 255, 255, 0.4);

    -webkit-transition: color 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -moz-transition: color 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: color 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.modal .modal-header .modal-back:hover:before,
.modal .modal-header .modal-close:hover:before {
    color: rgba(255, 255, 255, 1);
}

.modal .modal-header .modal-back:before {
    content: "\e943";
    color: rgba(255, 255, 255, 0.8);
}

.modal .modal-content {
    position: relative;
    -webkit-transition: height 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -moz-transition: height 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: height 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);

    -webkit-will-change: height;
    -moz-will-change: height;
    will-change: height;
}

.modal .modal-content .modal-tab {
    /*position: absolute;
    top: 0;
    right: 0;
    left: 0;

    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);

    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -moz-transition: -moz-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);

    -webkit-will-change: -webkit-transform;
    -moz-will-change: -moz-transform;
    will-change: transform;*/
    display: none;
}

.modal .modal-content .modal-tab.modal-show {
    /*-webkit-transform: translateX(0%);*/
    /*-moz-transform: translateX(0%);*/
    /*transform: translateX(0%);*/
    display: block;
}

.modal .modal-content .nav.nav-tabs {
    background: #1E95D3;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    border: none;
    margin: 0px;
}

.modal .modal-content .nav.nav-tabs li {
    margin-bottom: 0;
}

.modal .modal-content .nav.nav-tabs li a {
    background: #1885B9;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    color: #FFFFFF
}

.modal .modal-content .nav.nav-tabs li a:hover {
    background: #265D79;
}

.modal .modal-content .nav.nav-tabs li.active a {
    background: #FFFFFF;
    color: #555555;
}

.modal .modal-content .nav.nav-tabs ~ .tab-content {
    margin-top: 50px;
}

.modal .modal-content .table tr:first-child td {
    border-top: none;
}

.modal .modal-footer {
    background: #f5f5f5;
    padding: 1.2em;
    margin: 0;

    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.modal .modal-footer:after,
.modal .modal-footer:after {
    content: " ";
    display: block;
    clear: both;
}

.modal .modal-animator {
    box-shadow: 0px 25px 25px rgba(0, 0, 0, 0.2);
    max-height: 0px;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: max-height 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -moz-transition: max-height 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: max-height 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -webkit-will-change: max-height;
    -moz-will-change: max-height;
    will-change: max-height;
}

.modal.show .modal-animator {
    max-height: 2500px;
    overflow: hidden;
    position: relative;
    -webkit-transition: max-height 1.2s cubic-bezier(0.645, 0.045, 0.355, 1.000) 0.4s;
    -moz-transition: max-height 1.2s cubic-bezier(0.645, 0.045, 0.355, 1.000) 0.4s;
    transition: max-height 1.2s cubic-bezier(0.645, 0.045, 0.355, 1.000) 0.4s;
}

.modal.show.shown .modal-animator {
    overflow: visible;
}

.modal.modal-history .modal-header .modal-title {
    padding-left: 40px;
}