/* default.css */
@charset "utf-8";
/* CSS Document */

/* ---------------------------------------------------------
	
	* Filename:				default.css
	* Description: 			sets typography, basic grids, 
							and standard formstyles
	* Version:				1.0.0 (2012-06-16)
	* Author:				Ryan Martinez
	
	== INDEX ===============================================
	
	$__generic classes		classes used globally, should be at bottom to prevent semantic inheritance
	
------------------------------------------------------------*/


/*-------------------------------------*/
/* RESET */
/*-------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/
    v2.0 | 20110126
    License: none (public domain)
    */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{display: block;}
ol, ul{list-style: none;}
html, button, input, select, textarea{font-family: sans-serif;
    color: #222;}
body{color: #444;
    font-size: 12px;
    line-height: 18px;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
	background-color:#EFEFEF;}
/*-------------------------------------*/
/* HEADER STYLES */
/*-------------------------------------*/

h1, h2, h3, h4, h5, h6{display: block;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{font-weight: inherit;}
h1{font-size: 38px;
    line-height: 54px;
    letter-spacing: normal;
    margin-top: 8px;
    margin-bottom: 10px;}
h2{font-size: 32px;
    line-height: 36px;
    letter-spacing: normal;
    margin-top: 8px;
    margin-bottom: 10px;}
h3{font-size: 28px;
    line-height: 36px;
    letter-spacing: normal;
    margin-top: 8px;
    margin-bottom: 10px;}
h4{font-size: 22px;
    line-height: 36px;
    letter-spacing: normal;}
/* Some old forge modules use .Head, .SubHead, .SubSubHead in table td, We keep this to be compatible */
td.Head, td.SubHead, td.SubSubHead{display: table-cell;
    margin-bottom: 0;}
input[type="image"] + span.Head, input[type="image"] + span.SubHead{display: inline;}
/*-------------------------------------*/
/* PARAGRAPH STYLES */
/*-------------------------------------*/
p{margin: 0 0 18px 0;}
/* margin bottom is equal to line-height */
    p img{margin: 0;}
em, i{font-style: italic;}
strong, b{font-weight: bold;}
/* text style used for help text rendered by modules */
.Help{padding: 2px;
    border: #000 1px solid;
    background-color: #ff9;
    font-weight: normal;
    font-size: 11px;
    color: #000;}
/* text style used for rendered text which requires emphasis */
.NormalBold{font-weight: bold;
    color: #222;}
/* text style used for error messages */
.NormalRed{font-weight: bold;
    color: red;}
/* text style used for rendered text which should appear deleted */
.NormalDeleted{text-decoration: line-through;}
/*	Blockquotes  */
blockquote, blockquote p{font-size: 17px;
    line-height: 24px;
    color: #777;
    font-style: italic;}
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited{color: #555;}
/*-------------------------------------*/
/* ANCHOR STYLES */
/*-------------------------------------*/
a, a:visited{color: rgb(2,139,255); /*blue*/
    text-decoration: underline;
    outline: 0;}
a:hover, a:focus, a:active{color: #222;
        outline: 0;}
p a, p a:visited{line-height: inherit;}
/*-------------------------------------*/
/* IMAGE STYLES */
/*-------------------------------------*/
img.dnn-scale-img{max-width: 100%;
    height: auto;}
img{border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;}
#dnn_dnnLOGO_imgLogo{border: 0;}
/*-------------------------------------*/
/* lIST STYLES */
/*-------------------------------------*/
ul, ol{margin-bottom: 18px;
    margin-left: 18px;}
ul{list-style: square outside;}
ol{list-style: decimal;}
/* Nested Styles */
    ul ul, ul ol,
    ol ol, ol ul{margin-left: 18px;
        margin-bottom: 0;}
ol ol{list-style: lower-roman;}
li p{line-height: 18px;}
/*-------------------------------------*/
/* TABLE STYLES */
/*-------------------------------------*/
.dnnTableHeader{display: block;
    padding: 15px;
    background: none repeat scroll 0 0 #E3E3E5;}
.dnnTableHeader a,
.dnnTableHeader input, 
.dnnTableHeader select{margin: 0;}
.dnnTableDisplay td, .dnnTableDisplay th{padding: 5px 9px;
        border-bottom: 1px solid #d1d1d1;}
.dnnTableDisplay th{padding: 0;
        border-left: 1px solid #d1d1d1;
        -webkit-box-shadow: 1px 0px 0px 0px rgba(255, 255, 255, 0.9);
        box-shadow: 1px 0px 0px 0px rgba(255, 255, 255, 0.9);}
.dnnTableDisplay th > span,
        .dnnTableDisplay th > a{display: block;
            padding: 5px 9px;}
.dnnTableDisplay td:first-child{border-left: 1px solid #cfcfcf;}
.dnnTableDisplay label{display: inline;
        padding-left: 5px;}
/* thead styles */
    .dnnTableDisplay th{background: -moz-linear-gradient(top, #f5f5f5 0%, #dfdfdf 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#dfdfdf)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #f5f5f5 0%,#dfdfdf 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #f5f5f5 0%,#dfdfdf 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #f5f5f5 0%,#dfdfdf 100%); /* IE10+ */
        background: linear-gradient(top, #f5f5f5 0%,#dfdfdf 100%); /* W3C */
        text-align: left;
        text-shadow: 1px 1px 0px rgba(255,255,255,0.8);
        color: #333;}
.dnnTableDisplay th a, .dnnTableDisplay th label{font-weight: normal;
            color: #333;
            text-decoration: none;}
.dnnTableDisplay th a{padding: 8px 9px;}
.dnnTableDisplay th a:hover{background: #fefefe; /* Old browsers */
                background: -moz-linear-gradient(top, #fefefe 0%, #e8e8e8 100%); /* FF3.6+ */
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top, #fefefe 0%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
                background: -o-linear-gradient(top, #fefefe 0%,#e8e8e8 100%); /* Opera 11.10+ */
                background: -ms-linear-gradient(top, #fefefe 0%,#e8e8e8 100%); /* IE10+ */
                background: linear-gradient(top, #fefefe 0%,#e8e8e8 100%); /* W3C */
                color: #333;}
.dnnTableDisplay th a:active{border-color: #999;
                background: #c6c6c6; /* Old browsers */
                background: -moz-linear-gradient(top, #c6c6c6 0%, #f3f3f3 100%); /* FF3.6+ */
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c6c6c6), color-stop(100%,#f3f3f3)); /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top, #c6c6c6 0%,#f3f3f3 100%); /* Chrome10+,Safari5.1+ */
                background: -o-linear-gradient(top, #c6c6c6 0%,#f3f3f3 100%); /* Opera 11.10+ */
                background: -ms-linear-gradient(top, #c6c6c6 0%,#f3f3f3 100%); /* IE10+ */
                background: linear-gradient(top, #c6c6c6 0%,#f3f3f3 100%); /* W3C */
                -webkit-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
                box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3);}
/* tbody styles */
    .dnnTableDisplay tr:nth-child(2n) td{background: rgba(0,0,0,0.04);}
.dnnTableDisplay tr:hover td{background: rgba(2,139,255,0.15); /* blue */}
/* tfooter styles */
    .dnnTableDisplay tfoot tr:hover td{background: none;}
/* table filter styles */
.dnnTableFilter{margin-bottom: 18px;
    background: rgba(0,0,0,0.04);}
.dnnFilterSet label{display: inline-block;}
.dnnFilterSet input,
    .dnnFilterSet select{display: inline-block;
        margin: 0 5px;}
/* table filter vertical styles */
.verticalFilter .dnnFilterSet{float: left;
    width: 20%;
    padding: 2% 18px;}
.verticalFilter input[type=search], .verticalFilter select, .verticalFilter input[type=text]{margin: 0;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    -webkit-box-sizing: border-box; /* Safari */}
.dnnPagination li{float: left;
        list-style: none;}
.dnnPagination li a, .dnnPagination li span{display: inline-block;
            padding: 0 5px;
            text-decoration: none;
            color: #333;}
.dnnPagination li a:hover{text-decoration: underline;
                color: #222;}
.dnnPagination li span{color: #222;
            text-decoration: underline;}
/*-------------------------------------*/
/* FORM STYLES */
/*-------------------------------------*/

.dnnFormItem input[type="text"],
.dnnFormItem select,
.dnnFormItem textarea,
.dnnFormItem input[type="email"],
.dnnFormItem input[type="search"],
.dnnFormItem input[type="password"]{margin-bottom: 18px;
    padding: 8px;
    background: #ffffff;
    border: 1px solid #c9c9c9;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8), inset 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    color: #333;
    font-size: 12px;}
.dnnFormItem input.aspNetDisabled,
    .dnnFormItem textarea.aspNetDisabled{background: #ebebeb;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: #a7a7a7;
        border-width: 1px;}
.aspNetDisabled, a.aspNetDisabled,
.dnnDisabled, a.dnnDisabled{color: #ccc;
    cursor: not-allowed;
    text-decoration: none;}
/* Active and Focus States */
.dnnFormItem input[type="text"]:active, .dnnFormItem input[type="text"]:focus,
.dnnFormItem input[type="password"]:focus, .dnnFormItem input[type="password"]:active,
.dnnFormItem input[type="email"]:active, .dnnFormItem input[type="email"]:focus,
.dnnFormItem select:active, .dnnFormItem select:focus,
.dnnFormItem textarea:active, .dnnFormItem textarea:focus,
.dnnFormItem input[type="search"]:active, .dnnFormItem input[type="search"]:focus{background: #fff;
    border: 1px solid rgba(2,139,255,0.5); /* blue */
    -webkit-box-shadow: 0px 0px 3px 0px rgba(2, 139, 255, 0.4);
    box-shadow: 0px 0px 3px 0px rgba(2, 139, 255, 0.4);
    color: #333;}
/* Required Fields */
.required label:after,
legend.required:after{display: inline-block;
    margin-top: -2px;
    margin-left: 9px;
    padding: 1px 9px;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    background: rgba(0,0,0,0.03);
    content: 'Required';
    font-weight: normal;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: italic;
    color: #777;}
/* Error Styles */
.error label, legend.error{color: rgba(255,0,0,0.9); /* opaque red*/}
.error input[type="text"],
.error select, .error textarea,
.error input[type="email"],
.error input[type="search"]{border: 1px solid rgba(255,0,0,0.6); /* opaque red*/
    color: rgba(255,0,0,0.7); /* opaque red*/}
/*
	 * 1. Display hand cursor for clickable form elements
	 * 2. Allow styling of clickable form elements in iOS
	 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
	 */

.dnnFormItem button, .dnnFormItem input[type="button"],
.dnnFormItem input[type="reset"],
.dnnFormItem input[type="submit"],
.dnnPrimaryAction,
.dnnSecondaryAction,
.dnnTertiaryAction,
ul.dnnAdminTabNav li a,
.dnnLogin .LoginTabGroup span{display: inline-block;
    padding: 9px 9px;
    margin-bottom: 9px;
    cursor: pointer;
    min-width: 75px;
    *overflow: visible;
    border: 1px solid #c2c2c2;
    background: #eaeaea;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #333;
    font-weight: bold;
    text-decoration: none;
    text-align: center;}
.dnnFormItem button, .dnnFormItem input[type="button"],
.dnnFormItem input[type="reset"],
.dnnFormItem input[type="submit"],
.dnnPrimaryAction,
.dnnSecondaryAction,
.dnnTertiaryAction{padding: 6px 6px;}
/* Primary Action */

.dnnPrimaryAction, .dnnFormItem input[type="submit"], a.dnnPrimaryAction{border-color: #0D569E; /*dark blue*/
    background: #3792ED;
    background: -moz-linear-gradient(top, #358eea 0%, #2170cd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#358eea), color-stop(100%,#2170cd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #358eea 0%,#2170cd 100%); /* Chrome10+,Safari5.1+ */
    background: linear-gradient(top, #358eea 0%,#2170cd 100%); /* W3C */
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.6), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.6), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
    color: #efefef;
    text-shadow: 0px -1px 0px #185B93;}
.dnnPrimaryAction:hover, .dnnFormItem input[type="submit"]:hover, a.dnnPrimaryAction:hover{border-color: #0D569E;
        background: #6cb6f3; /* Old browsers */
        background: -moz-linear-gradient(top, #6cb6f3 0%, #4387d2 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6cb6f3), color-stop(100%,#4387d2)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #6cb6f3 0%,#4387d2 100%); /* Chrome10+,Safari5.1+ */
        background: linear-gradient(top, #6cb6f3 0%,#4387d2 100%); /* W3C */
        color: #fff;}
.dnnPrimaryAction:active, .dnnFormItem input[type="submit"]:active, a.dnnPrimaryAction:active{border-color: #0D569E;
        background: #1f66be; /* Old browsers */
        background: -moz-linear-gradient(top, #1f66be 0%, #3085e0 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1f66be), color-stop(100%,#3085e0)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #1f66be 0%,#3085e0 100%); /* Chrome10+,Safari5.1+ */
        background: linear-gradient(top, #1f66be 0%,#3085e0 100%); /* W3C */
        -webkit-box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
        box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
        color: #fff;}
/* Secondary Action */
.dnnFormItem button, .dnnFormItem input[type="button"],
.dnnFormItem input[type="reset"],
.dnnSecondaryAction,
a.dnnSecondaryAction,
ul.dnnAdminTabNav li a,
.dnnLogin .LoginTabGroup span{background: #f5f5f5; /* Old browsers */
    background: -moz-linear-gradient(top, #f5f5f5 0%, #dfdfdf 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#dfdfdf)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f5f5f5 0%,#dfdfdf 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f5f5f5 0%,#dfdfdf 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f5f5f5 0%,#dfdfdf 100%); /* IE10+ */
    background: linear-gradient(top, #f5f5f5 0%,#dfdfdf 100%); /* W3C */
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.4), inset 0px 1px 0px 0px rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.4), inset 0px 1px 0px 0px rgba(255, 255, 255, 1);
    text-shadow: 0px 1px 0px #ffffff;
    color: #333;}
.dnnFormItem button:hover, .dnnFormItem input[type="button"]:hover,
    .dnnFormItem input[type="reset"]:hover,
    .dnnSecondaryAction:hover,
    a.dnnSecondaryAction:hover,
    ul.dnnAdminTabNav li a:hover,
    .dnnLogin .LoginTabGroup span:hover{background: #fefefe; /* Old browsers */
        background: -moz-linear-gradient(top, #fefefe 0%, #e8e8e8 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #fefefe 0%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #fefefe 0%,#e8e8e8 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #fefefe 0%,#e8e8e8 100%); /* IE10+ */
        background: linear-gradient(top, #fefefe 0%,#e8e8e8 100%); /* W3C */
        color: #555;}
.dnnFormItem button:active,
    .dnnFormItem input[type="button"]:active,
    .dnnFormItem input[type="reset"]:active,
    .dnnFormItem input[type="reset"]:active,
    .dnnSecondaryAction:active,
    a.dnnSecondaryAction:active,
    ul.dnnAdminTabNav li a:active{border-color: #999;
        background: #c6c6c6; /* Old browsers */
        background: -moz-linear-gradient(top, #c6c6c6 0%, #f3f3f3 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c6c6c6), color-stop(100%,#f3f3f3)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #c6c6c6 0%,#f3f3f3 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #c6c6c6 0%,#f3f3f3 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #c6c6c6 0%,#f3f3f3 100%); /* IE10+ */
        background: linear-gradient(top, #c6c6c6 0%,#f3f3f3 100%); /* W3C */
        -webkit-box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
        box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.4);}
/* Fix some old forge modules use .dnnPrimaryAction and .dnnSecondaryAction in wrong way */
span.dnnPrimaryAction > input[type="image"],
span.dnnSecondaryAction > input[type="image"]{display: none;}
span.dnnPrimaryAction > a.dnnPrimaryAction,
span.dnnSecondaryAction > a.dnnSecondaryAction{display: inline;
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;}
/* Tertiary Action */
.dnnTertiaryAction, a.dnnTertiaryAction{padding: 10px 10px;
    border: none;
    background: #eaeaea;
    color: #333;}
.dnnTertiaryAction:hover, a.dnnTertiaryAction:hover{background: #f2f2f2;}
.dnnTertiaryAction:active, a.dnnTertiaryAction:active{background: #d8d8d8;}
/* Action Button behind input */
.dnnFormItem input[type="text"] + a.dnnPrimaryAction,
.dnnFormItem input[type="text"] + a.dnnSecondaryAction,
.dnnFormItem input[type="text"] + a.dnnTerriaryAction{margin-left: 5px;}
.dnnFormItem input[type="checkbox"] + span,
.dnnFormItem input[type="radio"] + span{margin: 5px;}
/* text style for buttons and link buttons used in the portal admin pages */

/* button style for standard HTML buttons */
.StandardButton{border: 1px solid blue;}
/* Re-set default cursor for disabled elements */
.dnnFormItem button[disabled],
.dnnFormItem input[disabled]{cursor: default;
    opacity: 0.5;}
/* Consistent box sizing and appearance */
.dnnFormItem input[type="checkbox"],
.dnnFormItem input[type="radio"]{*width: 13px;
    *height: 13px; /*why are we using hacks here*/
    padding: 0;
    box-sizing: border-box;}
.dnnFormItem input[type="search"]{-webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;}
.dnnFormItem input[type="search"]::-webkit-search-decoration,
    .dnnFormItem input[type="search"]::-webkit-search-cancel-button{-webkit-appearance: none;}
/* Remove inner padding and border in FF3/4: h5bp.com/l */
.dnnFormItem button::-moz-focus-inner, .dnnFormItem input::-moz-focus-inner{border: 0;
    padding: 0;}
/* Colors for form validity */
    .dnnFormItem input:valid, .dnnFormItem textarea:valid{}
.dnnFormItem input:invalid, .dnnFormItem textarea:invalid{background-color: #f0dddd;}
/*-------------------------------------*/
/* TAXONOMY */
/*-------------------------------------*/

/* Horizontal taxonomy styles */
.horizontal ul.categories,
.horizontal ul.tags{list-style: none;}
.horizontal ul.categories{}
.horizontal ul.tags{}
.horizontal ul.categories li, .horizontal ul.tags li{}
.horizontal ul.tags li.add-tags{}
.horizontal ul.tags li.add-tags img{}
/* Vertical taxonomy styles */
.vertical ul.categories,
.vertical ul.tags{list-style: none;}
.vertical ul.categories li,
    .vertical ul.tags li{}
.vertical ul.categories li{}
.vertical ul.tags li{}
.vertical ul.tags li.add-tags{}
.vertical ul.tags li.add-tags img{}
/*-------------------------------------*/
/* TABS : JQUERY UI TABS 1.8.14 */
/*-------------------------------------*/
/* Tabs */
ul.dnnAdminTabNav{display: inline-block;
    margin-top: 5px;
    margin-left: 0;
    width: 100%;
    height: 37px;
    border-bottom: 1px solid #c2c2c2;}
ul.dnnAdminTabNav li{float: left;
        margin-right: 4px;
        list-style: none;}
ul.dnnAdminTabNav li a{/* most styles are inherited from typography.css */
            margin-bottom: 0;
            border-bottom: 0;
            box-shadow: none;
            webkit-box-shadow: none;
            -webkit-border-radius: 3px 3px 0px 0px;
            border-radius: 3px 3px 0px 0px;}
ul.dnnAdminTabNav li.ui-tabs-active a{margin-top: -3px;
            padding: 12px 9px 10px 9px;
            background: #fff;}
.dnnLogin .LoginTabGroup span{margin-right: 4px;
	margin-bottom: 0;
	border-bottom: 0 none;
	border-radius: 3px 3px 0 0;
	box-shadow: none;}
.dnnLogin .LoginTabGroup span.LoginTabSelected{margin-top: -3px;
	padding: 12px 9px 10px;
	background: none repeat scroll 0 0 #FFFFFF;}
/*	

/*-------------------------------------*/
/* FORM ITEMS
/*-------------------------------------*/
.dnnForm{width: 100%;}
/* Label */
.dnnTooltip{position: relative;
    display: block;
    width: 32.075%;
    margin-right: 18px;}
span.dnnFormRequired:after,
div.dnnFormItem.dnnFormRequired > div.dnnLabel span:after{content: "*";
    display: inline-block;
    margin: 0 0 0 5px;
    color: Red;
    font-size: 16px;
    line-height: 1em;
    font-weight: bold;}
.dnnFormItem input[type="checkbox"] + span,
.dnnFormItem input[type="radio"] + span{display: inline-block;
    width: auto;
    margin: 6px 5px 6px 5px;}
/* Help Label */
a.dnnFormHelp,
.dnnForm .dnnFormItem a.dnnFormHelp,
.dnnTooltip label a.dnnFormHelp{color: #333;
    text-decoration: none;
    font-weight: bold;}
a.dnnFormHelp{display: inline-block;
    position: absolute;
    right: 0;
    top: 2px;
    width: 14px;
    height: 15px;
    background: url(../../../../../images/helpI-icn-grey.png) no-repeat left 2px;
    padding: 0 !important;
    margin: 0 !important;}
.dnnLabel > span{text-align: right;}
.dnnForm .dnnFormItem a.dnnFormHelp span{position: relative;}
.dnnForm .dnnFormItem a.dnnFormHelp img{display: block;}
.dnnLabel + span{display: inline-block;
    margin-top: 6px;
    margin-bottom: 6px;
    white-space: pre-line;}
/* Compatible with some old forge modules */
td > .dnnLabel{width: 220px;}
.dnnFormHelpContent span{display: block;
	word-wrap: break-word;}
/*.dnnTooltip .dnnFormHelpContent span:after,
.dnnHelperTip .dnnFormHelpContent span:after{position: absolute;
    content: "";
    left: 15px;
    bottom: -7px;
    width: 0;
    height: 0;
    opacity: 0.75;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #000;}
a.pinHelp{display: block;
    position: absolute;
    left: 7px;
    top: 12px;
    width: 15px;
    height: 15px;
    opacity: 0.5;
    background: url(../../../../../images/pin-icn.png) no-repeat 0 0;}
.ui-draggable a.pinHelp,
    a.pinHelp:hover{opacity: 1;}
/* Error tooltip */
.dnnFormItem span.dnnFormMessage.dnnFormError{display: block;
    position: absolute;
    overflow: visible;
    /*top:-95%; right: 12%;*/
    bottom: 95%;
    right: 12%;
    width: 200px;
    margin-bottom: 0;
    padding: 10px;
    border: none;
    border-radius: 3px;
    background: rgba(255,0,0,0.75);
    font-size: 12px;
    color: #fff;
    text-align: left;}
.dnnFormItem span.dnnFormMessage.dnnFormError:after{position: absolute;
        bottom: -7px;
        left: 15px;
        content: "";
        width: 0;
        height: 0;
        opacity: 0.75;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 7px solid red;}
/* Input Types*/
.dnnFormItem input[type="text"],
.dnnFormItem input[type="password"],
.dnnFormItem input[type="email"],
.dnnFormItem input[type="tel"],
.dnnFormItem select,
.dnnFormItem textarea{width: 45%;
    max-width: 445px;}
.dnnFormItem select{width: 47%;}
.dnnFormItem select option{color: #333;}
.dnnFormItem table{background: none;}
/* Input Customised Checkbox*/

.dnnCheckbox{display: inline-block;
    cursor: pointer;}
.dnnCheckbox img{display: inline-block;
        width: 20px;
        height: 18px;
        min-width: 20px;
        vertical-align: middle;}
.dnnCheckbox img{background: transparent url(../../../../../images/checkbox.png) no-repeat;}
.dnnCheckbox img{background-position: 0px 0px;}
.dnnCheckbox-hover img{background-position: 0px 0px;}
.dnnCheckbox-checked img{background-position: -51px 0px;}
.dnnCheckbox-disabled img{opacity: .5;}
.dnnCheckbox-checked-error img{background-position: -150px 0px;}
.dnnCheckbox-error img{background-position: -100px 0px;}
/* normal checkbox fix */
.dnnFormItem input[type="checkbox"].normalCheckBox{display: inline-block;
    margin: 8px 0 4px 0;}
/* Input Customised Radiobutton */

.dnnRadiobutton{display: inline-block;
    cursor: pointer;}
.dnnRadiobutton img{width: 20px;
        height: 18px;
        min-width: 20px;
        vertical-align: middle;}
.dnnRadiobutton img{background: transparent url(../../../../../images/radiobutton.png) no-repeat;}
.dnnRadiobutton img{background-position: 0px 0px;}
.dnnRadiobutton-hover img{background-position: 0px 0px;}
.dnnRadiobutton-checked img{background-position: -50px 0px;}
.dnnRadiobutton-disabled img{opacity: .5;}
.dnnRadiobutton-checked-error img{background-position: -150px 0px;}
.dnnRadiobutton-error img{background-position: -100px 0px;}
/* Input RadioButton group */
div.dnnFormRadioButtons,
div.dnnHSRadioButtons,
span.dnnFormRadioButtons,
span.dnnHSRadioButtons{display: inline-block;
    padding: 10px;
    margin-bottom: 5px;
    background-color: #f0f0f0;}
table.dnnFormRadioButtons{background-color: #f0f0f0;
    margin-bottom: 5px;}
/* general group*/
div.dnnFormGroup{display: inline-block;
    padding: 10px;
    margin-bottom: 5px;
    background-color: #f0f0f0;
    width: 65%;}
/* Input Customised Spinner */
.dnnSpinner{display: inline-block;
    position: relative;
    width: 150px;
    padding: 6px 6px;
    *overflow: visible;
    border: 1px solid #c9c9c9;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #f0f2f1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#f0f2f1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fff 0%,#f0f2f1 100%); /* Chrome10+,Safari5.1+ */
    background: linear-gradient(top, #fff 0%,#f0f2f1 100%); /* W3C */
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #333;
    text-decoration: none;
    -webkit-box-shadow: 0px 1px 0px 0px #bbb;
    box-shadow: 0px 1px 0px 0px #bbb;}
.dnnFormItem .dnnSpinnerDisplay > input[type="text"],
.dnnFormItem .dnnSpinnerDisplay > input[type="text"]:focus{border: none;
    margin: 0;
    box-shadow: none;
    padding: 0;
    background: transparent;}
.dnnSpinnerCtrl > a.dnnSpinnerTopButton{display: block;
        width: 25px;
        height: 16px;
        background: transparent url(../../../../../images/dnnSpinnerUpArrow.png) no-repeat;
        background-position: center;
        cursor: pointer;}
.dnnSpinnerCtrl > a.dnnSpinnerBotButton{display: block;
        width: 25px;
        height: 16px;
        background: transparent url(../../../../../images/dnnSpinnerDownArrow.png) no-repeat;
        background-position: center;
        cursor: pointer;}
/* Input Customised Tags */
div.dnnTagsInput{display: inline-block;
    margin: 0;
    padding: 5px 0 0 5px;
    border: 1px solid #c9c9c9;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #FFF;
    -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.8), inset 0 1px 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.8), inset 0 1px 2px 0 rgba(0, 0, 0, 0.3);}
div.dnnTagsInput span.tag{display: block;
    float: left;
    padding: 2px 6px 2px 6px;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 12px;
    text-decoration: none;
    color: #888;
    cursor: pointer;
    background-color: #eee;}
div.dnnTagsInput span.tag:hover{background-color: #e8f1fa;
        color: #444;}
div.dnnTagsInput span.tag a{display: inline-block;
        width: 8px;
        height: 8px;
        margin: 6px 0 0 0;
        background: transparent url(../../../../../images/dnnTagClose.png) no-repeat;
        background-position: center;}
div.dnnTagsInput > div > input,
div.dnnTagsInput > div > input:focus{border: none;
    background: transparent;
    outline: none;
    font-weight: normal;
    font-family: helvetica;
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
    height: 19px;
    padding: 3px 0 3px 3px;
    margin-bottom: 5px;}
div.dnnTagsInput > div > input::-ms-clear{display: none;}
div.dnnTagsInput div{display: block;
    float: left;}
div.dnnTagsInput div.dnnTags_filter{float: right;
        position: relative;
        margin: 0 0 5px 5px;}
div.dnnTagsInput div.dnnTags_filter > .dnnTags_filter_label{display: inline-block;
            border-left: 1px solid #ccc;
            padding: 3px 15px 0 10px;
            margin-right: 3px;
            color: #999;
            cursor: pointer;
            background: url(../../../../../images/dnnSpinnerDownArrow.png) no-repeat;
            background-position: right center;
            height: 22px;}
div.dnnTagsInput div.dnnTags_filter > .dnnTags_filter_label.dnnExpanded{color: #666;
                background: url(../../../../../images/dnnSpinnerUpArrow.png) no-repeat;
                background-position: right center;}
div.dnnTagsInput div.dnnTags_filter > ul.dnnTags_filter_dropdownUl{display: none;
            position: absolute;
            list-style-type: none;
            background: #fff;
            border: 1px solid #c9c9c9;
            right: 22px;
            top: 28px;
            margin: 0;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            -webkit-box-shadow: 0px 2px 0px 0px #bbb;
            box-shadow: 0px 2px 0px 0px #bbb;
            z-index: 15;}
.dnnTagsInput div.dnnTags_filter > ul.dnnTags_filter_dropdownUl > li{white-space: nowrap;
    padding: 6px 12px 6px 8px;
    border-top: 1px solid #c9c9c9;
    list-style: none;
    color: #666;
    min-width: 150px;}
.dnnTagsInput div.dnnTags_filter > ul.dnnTags_filter_dropdownUl > li:first-child{border-top: none;}
.dnnTagsInput div.dnnTags_filter > ul.dnnTags_filter_dropdownUl > li:hover{background-color: #e8f1fa;
        color: #333;}
.dnnTagsInput div.dnnTags_filter > ul.dnnTags_filter_dropdownUl > li > input{display: inline-block;
        vertical-align: top;
        margin-right: 10px;
        cursor: pointer;}
.dnnTagsInput div.dnnTags_filter > ul.dnnTags_filter_dropdownUl > li > span.dnnCheckbox{margin-right: 8px;}
.dnnTagsInput div.dnnTags_filter > ul.dnnTags_filter_dropdownUl > li > label{display: inline-block;
        vertical-align: top;
        cursor: pointer;}
div.dnnTagsInput div.dnnTags_filter a.dnnSearchButton{display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(../../../../../images/search/searchButton.png);
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: top;
    cursor: pointer;
    margin: 4px 5px 0 4px;}
div.dnnTagsInput > div > input.dnnTagsInvalid{display: block;
    float: left;
    margin-right: 5px;
    border: none;
    outline: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #FBD8DB; /*light red*/
    cursor: pointer;
    font-size: 12px;
    color: #90111A !important; /* dark red*/
    text-decoration: none;}
.dnn_acResults ul{margin: 0px;
        padding: 0px;
        list-style-position: outside;
        list-style: none;}
.dnn_acResults ul li{margin: 0px;
            padding: 6px 22px 6px 22px;
            border-top: 1px solid #c9c9c9;
            color: #666;
            cursor: pointer;
            display: block;
            overflow: hidden;
            color: #333;}
.dnn_acResults ul li:first-child{border-top: none;}
/* Form Item */
.dnnFormMessage .dnnLabel{float: none;
    width: 90%;
    text-align: left;}
/* Pane header */
.dnnFormSectionHead span{font-size: 18px;
    color: #222;}
/* Button Dropdown */
.dnnDropdownSettings{position: relative;
    height: 30px !important;}
.dnnButtonDropdown-ul > li, .dnnButtonDropdown-ul > ul > li{padding: 8px;
        border-bottom: 1px solid #c9c9c9;
        color: #333;
        cursor: pointer;
        vertical-align: middle;
        list-style: none;
        margin: 0;}
.dnnButtonDropdown-ul > ul{margin: 0;}
.dnnButtonDropdown-ul > ul > li{padding-left: 16px;}
.dnnButtonDropdown-ul > li:last-child{border-bottom: none !important;}
.dnnButtonDropdown-ul > li:hover{background-color: #e8f1fa;
            color: #000;}
/* Button Group */
ul.dnnButtonGroup{display: inline-block;
    margin: 0;
    padding: 0;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #f0f2f1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#f0f2f1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fff 0%,#f0f2f1 100%); /* Chrome10+,Safari5.1+ */
    background: linear-gradient(top, #fff 0%,#f0f2f1 100%); /* W3C */
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 0px 0px #bbb;
    box-shadow: 0px 1px 0px 0px #bbb;
    border: 1px solid #c9c9c9;
    cursor: pointer;
    list-style: none;}
ul.dnnButtonGroup > li{display: block;
        float: left;
        border-left: 1px solid #c9c9c9;
        margin: 0;}
ul.dnnButtonGroup > li:hover{background-color: #e8f1fa;}
ul.dnnButtonGroup > li.dnnButtonGroup-first{display: none;}
ul.dnnButtonGroup > li.dnnButtonGroup-first + li{border-left: none;}
ul.dnnButtonGroup > li > a{display: inline-block;
            padding: 7px 7px 6px 7px;
            text-decoration: none;
            color: #333;}
ul.dnnButtonGroup span{color: #333;}
/* Grouped Multi Input */
.dnnFormItem .dnnInputGroup{float: left;
    display: block;
    width: 32.075%;
    padding: 5px;
    margin-bottom: 18px;
    background: rgba(0,0,0,0.05); /* opaque black */}
.dnnFormItem .dnnInputGroup span{display: inline-block;
        width: 33%;
        text-align: right;}
/* Error Styles */
.dnnFormError label a span{color: red;}
.dnnFormError input[type="text"],
.dnnFormError input[type="password"],
.dnnFormError input[type="email"],
.dnnFormError input[type="tel"],
.dnnFormError select,
.dnnFormError textarea{border: 1px solid red;}
/* Tertiary Actions */
.dnnFormItem input[type="text"] + .dnnTertiaryAction,
.dnnFormItem input[type="password"] + .dnnTertiaryAction,
.dnnFormItem input[type="email"] + .dnnTertiaryAction,
.dnnFormItem input[type="tel"] + .dnnTertiaryAction,
.dnnFormItem select + .dnnTertiaryAction{display: inline-block;
    max-width: 60px;}
/* Information Feedback Aside */
.dnnForm fieldset.dnnFormInformation{float: left;
    width: 32.075%;
    margin-left: 16px;
    padding: 18px 0;
    background: rgba(0,0,0,0.05);}
.dnnAddress input[type="checkbox"]{margin: 0 5px;}
.dnnFormRadioButtons input[type=radio]{float: none;}
.dnnFormRadioButtons label,
    .dnnFormItem input[type=radio] + label{float: none;
        display: inline;
        width: auto;
        padding-right: 0;
        margin: 0 10px 0 0;
        text-align: left;
        font-weight: normal;}
.dnnActions li{float: left;
        margin-right: 5px;
        list-style: none;}
/* Short Form */
.dnnForm.dnnShortForm .dnnFormItem label{float: none;
    width: 100%;
    margin-bottom: 0.25em;
    text-align: left;}
.dnnForm.dnnShortForm .dnnFormItem input,
.dnnForm.dnnShortForm .dnnFormItem select,
.dnnForm.dnnShortForm .dnnFormItem textarea{float: none;
    text-align: left;}
.dnnForm.dnnShortForm .dnnFormItem a.dnnFormHelp{background-position: left;
    padding-left: 22px;}
.dnnForm .ui-state-highlight a,
    .dnnForm .ui-widget-content .ui-state-highlight a,
    .ui-widget-header .ui-state-highlight a{color: #363636;}
.dnnForm .ui-state-error a,
    .dnnForm .ui-widget-content .ui-state-error a,
    .dnnForm .ui-widget-header .ui-state-error a{color: #ffffff;}
/*-------------------------------------*/
/* MODULE TITLE - TEMPORARY */
/*-------------------------------------*/

/* Need to determine what this is */
.ModuleTitle_MenuContainer{border: 1px solid blue;}
/*-------------------------------------*/
/* MAIN MENU - TEMPORARY */
/*-------------------------------------*/

/* Need to determine what this is */
.MainMenu_MenuContainer{border: 1px solid green;}
/* Popup header */
    .dnnFormPopup .ui-dialog-titlebar{position: relative;
        padding: 0 0 18px 0;
        border-bottom: 1px solid #ddd;
        cursor: move;
        font-size: 18px;
        font-weight: bold;}
.dnnFormPopup .dnnModalCtrl a.dnnToggleMax{float: left;
            display: block;
            height: 18px;
            width: 30px;
            margin: 4px 0 0 4px;
            overflow: hidden;
            -webkit-border-top-left-radius: 8px;
            -webkit-border-bottom-left-radius: 8px;
            border-top-left-radius: 8px;
            border-bottom-left-radius: 8px;
            background: #585858 url(../../../../../images/resizeBtn.png) no-repeat;
            background-position: 10px 2px;
            text-indent: -9999em;}
.dnnFormPopup .dnnModalCtrl a.dnnToggleMax:hover{background: #358EEA url(../../../../../images/resizeBtn.png) no-repeat;
                background-position: 10px 2px;}
div.ui-dialog-titlebar > .ui-dialog-titlebar-close{display: block;
    position: absolute;
    top: -30px;
    right: -30px;
    height: 24px;
    width: 24px;
    margin: 0px;
    overflow: hidden;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background: #585858 url(../../../../../images/closeBtn.png) no-repeat;
    background-position: 4px 4px;
    border: 3px solid #fff;
    text-indent: -9999em;
	min-width: 0 !important;}
/* Poup Iframe styles*/
.dnnFormPopup #iPopUp{width: 100%!important; /* to overwrite inline javscript styles */
    padding-top: 10px;}
.dnnFormPopup .ui-dialog-content, #iPopUp .ui-dialog-content{position: relative;
    border: 0;
    padding: 0px;
    overflow: auto;
    background: #fff;
    zoom: 1;}
.dnnFormPopup .ui-dialog-buttonpane button{margin: 0.5em 0.4em 0.5em 0em;
        padding: 0.5em 1em;
        cursor: pointer;
        border: none;
        outline: none;}
/*-------------------------------------*/
/* URL ACTION */
/*-------------------------------------*/
.urlControl label{width: auto;
    margin-top: 0;
    font-weight: normal;}
.urlControlLinkType span,
    .dnnFormItem .urlControlLinkType span{float: none;
        display: block;
        width: auto;
        text-align: left;}
.dnnFormItem .ucLinkTypeRadioButtons label{display: inline-block;
    width: 260px;
    padding-right: 0;
    margin-top: 0;
    font-weight: normal;
    text-align: left;}
.urlControlLinkType span input{min-width: 3%;}
.dnnForm.dnnModuleSettings .dnnFormItem .urlControlLinkType span label{text-align: left;}
.urlControlFileRow span.dnnFormLabel{width: auto;
        text-align: right;}
.urlControlFileRow select, .urlControlFileRow input[type=file]{clear: both;}
.urlControlImagesRow span.dnnFormLabel{width: auto;
        text-align: right;}
.urlControlImagesRow select{clear: both;}
.dnnWizardTab.ui-tabs .ui-tabs-nav li{float: left;
            position: relative;
            margin: 0;
            padding: 0;
            border-bottom: 0 !important;
            list-style: none;
            white-space: nowrap;}
.dnnWizardTab.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom: 0;}
.dnnWizardTab.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
                .ui-tabs .ui-tabs-nav li.ui-state-disabled a,
                .ui-tabs .ui-tabs-nav li.ui-state-processing a{cursor: text;}
.dnnWizardTab.ui-tabs .ui-tabs-nav li a,
            .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a{cursor: pointer;}
.dnnWizardTab.ui-tabs .ui-tabs-nav li a{display: block;}
.dnnWizardStep > span{display: block;
    float: left;}
.ui-tabs .ui-tabs-nav li:first-child .dnnWizardStep{padding-left: 30px;}
.dnnWizardTab.ui-tabs .ui-tabs-nav li.ui-tabs-active .dnnWizardStep{height: 46px;
    background-position: 0 -100px;}
.dnnWizardTab.ui-tabs .ui-tabs-nav li.ui-tabs-active .dnnWizardStepNumber{background-color: #333;}
.dnnWizardTab.ui-tabs .ui-tabs-nav li.ui-tabs-active .dnnWizardStepTitle{color: #333;}
.dnnFormExpandContent > a{color: #333;
        font-size: 13px;
        font-weight: bold;}
/*-------------------------------------*/
/* DNN SIMPLE GRID
/*-------------------------------------*/

table.dnnPermissionsGrid,
table.dnnGrid,
table.dnnASPGrid{margin-bottom: 20px;
    border: 1px solid #c9c9c9;}
table.dnnPermissionsGrid{color: #777;}
table.dnnPermissionsGrid tr.dnnGridHeader td{padding: 4px 4px 4px 4px;
        vertical-align: middle;
        line-height: 120%;
        text-align: center;}
table.dnnPermissionsGrid tr.dnnGridItem td,
    table.dnnPermissionsGrid tr.dnnGridAltItem td{padding: 5px 4px 5px 4px;
        border-top: 1px solid #c9c9c9;
        border-bottom: 1px solid #c9c9c9;
        width: 70px;
        text-align: center;}
table.dnnPermissionsGrid tr.dnnGridItem td.permissionHeader,
    table.dnnPermissionsGrid tr.dnnGridAltItem td.permissionHeader{border-right: 1px solid #c9c9c9;
        text-align: left;
        padding-left: 10px;
        width: 150px;}
table.dnnPermissionsGrid tr.dnnGridHeader td.permissionHeader{padding-left: 10px;
        text-align: left;}
.dnnPermissionsGrid > .dnnFormItem label{margin-right: 8px;        
        color: #777;}
.dnnPermissionsGrid > .dnnFormItem select{width: 25%;
        margin: 0 5px 5px 0;
        min-width: 180px;
        color: #777;}
.dnnPermissionsGrid > .dnnFormItem input{margin-bottom: 0;
        height: 17px;
        color: #777;
        width: 25%;}
.dnnPermissionsGrid > .dnnFormItem ul.token-input-list-facebook{display: inline-block;
        vertical-align: top;}
.dnnPermissionsGrid > .dnnFormItem >  .rightGroup{float: left;}
.dnnPermissionsGrid > .dnnFormItem >  .rightGroup  > .dnnSecondaryAction{position: absolute;}
.dnnGridHeader td, thead.dnnGridHeader th,  tr.dnnGridHeader th{padding: 6px 12px 6px 12px;
    border-bottom: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
    background: #f0f2f1;
    background: -moz-linear-gradient(top, #fff 0%, #f0f2f1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#f0f2f1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fff 0%,#f0f2f1 100%); /* Chrome10+,Safari5.1+ */
    background: linear-gradient(top, #fff 0%,#f0f2f1 100%); /* W3C */}
.dnnGridItem td, .dnnGridAltItem td{padding: 6px;
    border-right: 1px solid #c9c9c9;}
.dnnGridItem td input, .dnnGridAltItem td input{margin-bottom: none;}
/* td > input[type="image"],
    td > input[type="image"] + a,
    td a > img{display:block;
        float: left;
        margin-right: 3px;}
.urlControl select,
    .urlControl input{width: 180px;
        margin-bottom: 10px;}
.urlControl dnnFormItem > a.dnnSecondaryAction{margin: 10px 10px 0 0;
        float: left;}
.urlControl .urlControlLinkType input[type="radio"]{width: auto;
            margin-right: 5px;}
/*-------------------------------------*/
/* File Picker
/*-------------------------------------*/
span[id$="FileControl"]{display: block;
    float: left;}
.dnnFilePicker .dnnLeft img{max-width: 135px;
        max-height: 100px;}
.dnnFilePicker .dnnFormItem span{display: block;
        float: left;
        width: 40px;
        margin-top: 8px;
        padding-left: 5px;
        text-align: left;}
.dnnFilePicker select,
    .dnnFilePicker input{width: 200px;
        margin: 0;
        margin-right: 10px;
        float: none;}
.dnnFilePicker .dnnLeft a.dnnSecondaryAction{margin: 10px 10px 0 0;
        display: inline-block;}
.dnnFilePicker .dnnLeft img{display: block;
        margin: 20px 15px;}
/* FILE UPLOAD CSS */
span.dnnInputFileWrapper > input[type="file"]{/* force file upload style here, cause some module just override */
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    direction: ltr;
    cursor: pointer;
    height: 100%;
	font-size: 200px;}
span.dnnInputFileWrapper{/* Notes(by Richard): here must set !important */
    overflow: hidden !important;
    margin: 0px 4px 0 0;
    width: auto !important;
    display: block !important;
    float: left !important;
	position: relative;}
span.dnnInputFileWrapper > span.dnnSecondaryAction{display: inline-block;
        float: none;
        width: auto;}
.dnnFileUploadScope .dnnFormItem span, .urlControlTab .dnnFormItem > span{display: block;
        float: left;
        width: 40px;
        margin-top: 8px;
        padding-left: 5px;
        text-align: left;}
.dnnFileUploadScope .dnnFormItem .dnnDropDownList span{margin: 0;
        width: auto;}
.dnnFileUploadScope .dnnLeft .dnnFileUploadDropZone span{display: block;
            position: absolute;
            left: 38px;
            top: 60px;
            color: #fff;
            font-size: 12px;
            background: rgba(0,0,0,0.5);
            padding: 5px 7px;
            border-radius: 3px;
            box-shadow: 0px 1px 0px #fff, inset 1px 1px 0px #555;
            opacity: 0.5;
            cursor: default;
            -webkit-transition: all 500ms ease-in-out;
            -moz-transition: all 500ms ease-in-out;
            -ms-transition: all 500ms ease-in-out;
            -o-transition: all 500ms ease-in-out;
            transition: all 500ms ease-in-out;}
.dnnFileUploadScope .dnnLeft .dnnFileUploadDropZone:hover span{opacity: 1;}
input.dnnFixedSizeComboBox{width: 200px !important;
    margin-right: 10px;
    float: left;}
div.dnnFixedSizeComboBox{width: 218px !important;
    margin-right: 15px;
    float: left;}
.dnnFixedSizeComboBox + a.dnnSecondaryAction{float: left;
    margin-right: 10px;}
input.dnnSmallSizeComboBox{width: 100px !important;
    margin-right: 10px;
    float: left;}
div.dnnSmallSizeComboBox{width: 118px !important;
    margin-right: 15px;
    float: left;}
.dnnSmallSizeComboBox + a.dnnSecondaryAction{float: left;
    margin-right: 10px;}
td.dnnGridHeaderTD-NoBorder{border-right: none !important;}
tr.dnnGridItem td, tr.dnnGridAltItem td{border-right: none;}
tr.dnnGridItem td input{margin-bottom: 0;}
/*-------------------------------------*/
/* ACCORDIAN
/*-------------------------------------*/
h2.dnnFormSectionHead{margin-top: 8px;
    margin-bottom: 18px;
    border-bottom: 1px solid #ddd;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -0.03em;}
h2.dnnFormSectionHead a{display: block;
        padding-left: 3px;
        background: url(../../../../../images/down-icn.png) no-repeat right 50%;
        text-decoration: none;
        color: #333;
        font-size: 18px;
        letter-spacing: normal;
        font-weight: normal;}
h2.dnnFormSectionHead a:hover{color: #222;
            background: rgba(2,139,255,0.05) /* blue */ url(../../../../../images/down-icn.png) no-repeat right 50%;}
h2.dnnFormSectionHead a.dnnSectionExpanded{background: url(../../../../../images/up-icn.png) no-repeat right 50%;
            color: #222;}
h2.dnnFormSectionHead a.dnnSectionExpanded:hover{color: #222;
                background: rgba(2,139,255,0.05) /* blue */ url(../../../../../images/up-icn.png) no-repeat right 50%; /* ACTIVE BLUE */}
.dnnVerticalTabs li{list-style: none;}
.dnnVerticalTabs li a{display: block;
            padding: 15px 15px;
            border-bottom: 1px solid #ddd;
            border-right: 1px solid #ddd;
            background: rgba(0, 0, 0, 0.04);
            color: #999;
            text-decoration: none;}
.dnnVerticalTabs li a:hover{background: rgba(0, 0, 0, 0.06);
                color: #333;}
.dnnVerticalTabs li.active a{background: none;
            color: #333;
            border-right: 1px solid transparent;}
.jspVerticalBar *,
    .jspHorizontalBar *{margin: 0;
        padding: 0;}
/*-------------------------------------*/
/* UPGRADE FIXES */
/*-------------------------------------*/

/* Compatible with some old forge modules---*/
div.ModDNNAnnouncementsC table.ucLinkTypeRadioButtons label{display: inline !important;}
div.ModDNNAnnouncementsC table.ucLinkTypeRadioButtons span.dnnRadiobutton{display: inline !important;}
div.ModDNNAnnouncementsC .urlControl label, div.ModDNNLinksC .urlControl label{display: inline !important;}
div.ModDNNFAQsC .Normal{width: auto !important;}
div.ModDNNFeedbackC .dnnFormItem > label{display: inline-block;
    width: 33%;
    text-align: right;}
div.ModDNNUserDefinedTableC div.RadEditor{height: auto !important;}
div.ModDNNUserDefinedTableC ul.dnnActions{display: block;}
div.ModDNNIFrameC .urlControl span.dnnRadiobutton{display: inline !important;}
div.ModDNNIFrameC table.Normal td .dnnLabel{width: 100px;}
div.ModDNNIFrameC table.Normal td span.dnnRadiobutton{margin: 5px 0 0 30px;}
div.ModDNNLinksC .urlControl span.dnnRadiobutton{display: inline !important;}
.right{float: right;}
* + html .dnnClear{min-height: 1%;}
/* style to apply if the content should be hidden */
.Hidden{display: none;}
.eipbackimg.containerTitle{margin-top: -8px;}
.eipbackimg.containerTitle.editMode{left: auto;
	right: 0px;
	margin-top: 2px;
	background: none !important;
	border: none !important;}
.eipbackimg.editMode.containerTitle .eipbuttonbackimg{border: none;
	opacity: 1;}
.eipbackimg.containerTitle .eipbutton_cancel{background: url(../../../../../images/eip_title_cancel.png) no-repeat center center;}
.eipbackimg.containerTitle .eipbutton_save{background-image: url(../../../../../images/eip_title_save.png);}
.eipbackimg.editMode.containerTitle .eipborderhover{background-color: inherit;}
div[id$=titleLabel_tb].visible ~ span{margin-left: 32px;}
/*Critical Error Popup*/
div.errorWin p{margin: 0 0 10px 0;}
input[type="button"].rspCollapseBarSpacer{min-width: 0; padding: 0 0;}
/*------------------------------------------------*/
/* DEFAULT PROFILE STYLE */
/*------------------------------------------------*/

.UserProfileControls ul li{list-style-type: none;}
/*------------------------------------------------*/
/* PROFILE STYLE */
/*------------------------------------------------*/
.console.profile{/*width: 250px;*/
    width:100% !important; /* updated for responsive*/
    height: auto;
    background-color: #484848; /* Menu Background Color */}
.console.profile .console-none div{cursor: pointer;
    cursor: hand;
    float: left;
    height: auto;
    /*width: 250px;*/
    width:100% !important; /* updated for responsive*/
    padding: 0px;
    margin: 0px;
    text-align: left;}
.console.profile .console-none h3{padding: 10px 8px 10px 40px;
    margin: 0;
    border-bottom: solid 1px #fff;
    background: url('../../../../images/arrow-right-white.png') 18px center no-repeat;
    color: #eee;
    font-size: 13px;
    line-height: 1;
    font-weight: bold;}
.console.profile .console-none div div{display: none;}
.console.profile .console-mouseon{background-color: #70b1c7; /* Menu Hover Background Color */}
/*-------------------------------------------------*/

/* Login/register/reset paswsword controls in mobile view */
body.mobileView.dnnFormPopup.dnnFormPopupMobileView{margin: 0;
	padding: 0;
	width: 100%;
	height: inherit !important;}
body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnFormMessage{margin: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 10px 0 10px 0;}
body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnFormMessage.dnnFormValidationSummary{padding: 10px;}
body.mobileView.dnnFormPopup.dnnFormPopupMobileView .LoginPanel,
body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnSendPasswordContent,
body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnRegistrationForm{width: 100%;
	padding: 18px 0 0 0;
    margin: 0;
    float: none;	
	min-width: inherit !important;}
body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm{width: 100%;
	margin: 0;
	float: none;
	min-width: inherit !important;}
body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem > .dnnLabel{display: block;
    text-align: left;
    float: none;
    width: 100% !important;
    font-size: 14px;
    margin: 0 0 7px 0;
    vertical-align: top;
	padding: 0;}
body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnSocialRegistration{display: none;}
body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnCaptcha{width: 100%;}
body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnLeft img{display: block;
	margin: 0 0 5px 0;}
body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem > .dnnLabel a.dnnFormHelp{display: none !important;
	width: 0 !important;
	margin: 0 !important;}
body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem > .dnnLabel div.dnnTooltip{display: none !important;
	width: 0 !important;
	position: static !important;
	right: 0 !important;
	margin: 0 !important;}
body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem input[type="text"],
body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem > input[type="password"]{display: block;
    box-sizing: border-box;
	-webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
    width: 100% !important;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 100% !important;
	margin-bottom: 18px;
	min-width: 100% !important;}
body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem > label#dnn_ctr_Login_Login_DNN_lblLogin{display: none !important;
	width: 0;
	margin: 0;}
body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem span.dnnFormMessage.dnnFormError{border-radius: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	right: 0;
	width: auto;
	max-width: 100%;
	padding: 10px;}
body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm.dnnLoginService a.dnnPrimaryAction,
body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm.dnnLoginService a.dnnSecondaryAction{width: 45%;
	padding: 18px 0 18px 0;
	display: block;
	float: left;
	margin: 0 5px 0 0;}
body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnLoginRememberMe{display: block;
	float: left;
	margin: 10px 0 0 5px;}
body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnLoginActions{display: block;}
body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnActions a.dnnSecondaryAction,
body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnActions a.dnnPrimaryAction{width: 100%;
	padding: 18px 0 18px 0;
	display: block;}
body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnActions{padding: 0;}
body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnActions li{width: 45%;}
/* password strength control in iPopup */
body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnRegistrationForm .password-strength-container{width: 100%;
	margin: 0 0 12px 0;
	padding: 8px 0 8px 0;
	display: block;
	max-width: inherit !important;}
body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnRegistrationForm .dnnFormItem .password-strength-container input[type="password"]{display: block;
	margin: 0 8px 0 8px;
	width: calc(100% - 20px);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: inherit !important;}
body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnRegistrationForm .dnnFormItem .password-strength-container span.min-length-text{display: block;	
	margin: 5px 0 5px 8px;}
body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnRegistrationForm .dnnFormItem .password-strength-container div.meter{float: none;	
	width: 90%;
	margin: 0 0 0 8px;}
body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnFormItem input.unmatched{background: none !important;}
body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnRegistrationForm .dnnFormItem .password-strength-tooltip, 
body.mobileView.dnnFormPopup.dnnFormPopupMobileView .dnnRegistrationForm .dnnFormItem .confirm-password-tooltip{display: none !important;}
.mobileView .dnnFormPopup .ui-dialog-content, .mobileVie #iPopUp .ui-dialog-content{max-height: none !important;}
.dnnFormPopup.dnnFormPopupMobileView div.ui-dialog-titlebar > .ui-dialog-titlebar-close{display: none;}
.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem > input[type="text"]{display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100% !important;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: inherit !important;}
.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem > select{box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100% !important;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: inherit !important;}
.dnnFormPopup.dnnFormPopupMobileView .dnnForm .dnnFormItem > .dnnLabel > input[type="checkbox"].normalCheckBox{display: inline-block;
    margin: 0 5px 0 12px;}
.dnnFormPopup.dnnFormPopupMobileView .dnnFormItem span.dnnFormMessage.dnnFormError{right: 0;
    width: auto;
    border-radius: 0;
    text-align: right;
    max-width: 100%;}
.dnnFormPopup.dnnFormPopupMobileView a.dnnPrimaryAction,
.dnnFormPopup.dnnFormPopupMobileView .ui-dialog-buttonpane button.dnnPrimaryAction,
.dnnFormPopup.dnnFormPopupMobileView a.dnnSecondaryAction,
.dnnFormPopup.dnnFormPopupMobileView .ui-dialog-buttonpane button.dnnSecondaryAction{width: 49%;
    margin: 0;
    padding: 20px 0 20px 0;
    display: block;}
.dnnFormPopup.dnnFormPopupMobileView a.dnnPrimaryAction,
.dnnFormPopup.dnnFormPopupMobileView .ui-dialog-buttonpane button.dnnPrimaryAction{float: left;}
.dnnFormPopup.dnnFormPopupMobileView a.dnnSecondaryAction,
.dnnFormPopup.dnnFormPopupMobileView .ui-dialog-buttonpane button.dnnSecondaryAction{float: right;}
.dnnFormPopup.dnnFormPopupMobileView .four-btn-panel a.dnnPrimaryAction,
.dnnFormPopup.dnnFormPopupMobileView .four-btn-panel a.dnnSecondaryAction{width: 24%;
    display: inline-block;
    margin-right: 1%;
    float: none;}
html.mobileView{overflow: auto !important;}
.mobileView .dnnFormPopup .ui-dialog-content, 
.mobileView #iPopUp .ui-dialog-content{max-height: none !important;}
/* DNN Slider Input Style */
div.dnnSliderInput{position: relative;
	display: inline-block;
	width: 47%;
    margin:15px 0 23px 0;
    max-width: 445px;
	border: 1px solid #d3d3d3;
	-ms-border-radius: 3px;
	border-radius: 3px;
	height: 10px;}
div.dnnSliderInput .ui-slider-handle{position: absolute;
    z-index: 2;
    width: 14px;
    height: 14px;
    cursor: default;
	border: 1px solid #aaaaaa;
    background-color: #cccccc;
    font-weight: normal;
    color: #555555;
	outline: none;
	top: -2px;
	margin-left: -7px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;}
div.dnnSliderInput .dnnTooltip{top: -37px;
	margin-left: -22px;}
div.dnnSliderInput .dnnTooltip .dnnFormHelpContent{visibility: visible;
	padding: 4px 10px;
	width: 25px;
	text-align: center;
	z-index: 1;}

/* module.css */
#pdfLoadingIndicator{display: block !important;}
.md-button.md-small-pay{width: 20px;
    height: 20px;
    line-height: 20px;
    min-height: 20px;
    vertical-align: top;
    font-size: 10px;
    padding: 0 0;
    margin: 8px;}
.md-button.md-small-pay span{padding-left: 0px !important;}

/* skin.css */
#Logotipo{width: 45%;
    margin-left: 16%;
    text-align:center;}
#img_inicio{width: 200px;
    box-shadow: 0px 0px 6px 2px rgba(184,182,184,0.79);}
#img_inicio:hover{box-shadow: 0px 0px 2px 2px rgba(184,182,184,1);}
.pos-Img-Portal{margin-top: 8px;
    display:none;}
.site-head{height: 58px !important;}
.main-container #content .span12, .main-container #content-no-auth .span12{margin: 10px 20px 0px 20px;}
/*SQ2018*/
/*.breadcrumb{*/
/*margin-bottom: 0px !important;*/
/*padding: 0px 15px !important;
    margin-top: 14px !important;*/
/*}
*/
.main-container .nav-wrap .site-nav .profile a > img{border-radius: 100%;
    border: 2px solid #eeeeee;
    width: 50px;
    height: 50px;
    float: left;}
.floating-sidebar.open .nav.nav-tabs.nav-justified{margin-left: 0px;}
.container-default .group{width: 100%;}
/*SQ2018*/
/*.main-container .nav-wrap .site-nav .profile{padding: 3px 0px 9px 3px !important;}
*/

.site-head ul.right-elems > li > a > .ion{margin-right: 20px;
    display: inline-block;
    margin-top: 1px;
    color: #fff;}
.main-container .nav-wrap .site-nav .nav-list li .inner-drop{margin-left: 0px;}
.profile h5 > a, .profile h5 > a:visited{color: #464646;}
#site-head.home-header, #site-head-no-content.home-header{width: 100%;
    margin-left: 0px;}
.home-logo, .home-logo i, a.home-logo:hover{color: #fff;
    font-weight: bolder;
    vertical-align: middle;
    font-size: 22px;
    position: relative;}
h4.text-light.mt5{padding-bottom: 30px;}
md-content ._md-placeholder, md-content label:not(.md-no-float):not(._md-container-ignore){transform: translateY(-75%) scale(0.75);
    position: absolute;
    bottom: 47px;
    left: -10px;
    color: rgba(0,0,0,0.541176);}
md-datepicker .md-button.md-icon-button{height: 65px;
    width: 29px;
    margin-left: 0px;
    padding-left: 0px;
    margin-bottom: 20px;}
md-content ._md-placeholder, md-content label:not(.md-no-float):not(._md-container-ignore){transform: translateY(-75%) scale(0.75);
        position: absolute;
        bottom: 47px;
        left: -10px;
        color: rgba(0,0,0,0.541176);}
md-content label{font-weight: bold !important;}
md-content.md-date-invalid label{color: rgb(255, 3, 3) !important;}
md-input-container.md-input-invalid ._md-select-value{border-bottom-color: rgb(255, 3, 3) !important;}
.md-toolbar-tools .md-button, .md-toolbar-tools .md-button.md-icon-button md-icon{transition: all 0s !important;}
a.md-default-theme:not(.md-button), a:not(.md-button){color: #00FFFF;}
a:not(.underline){color: #706F6F;}
a.link{color: #00FFFF;}
md-input-container ._md-placeholder, md-input-container label:not(.md-no-float):not(._md-container-ignore){-webkit-transform: translate3d(0,6px,0) scale(.75) !important;
    transform: translate3d(0,6px,0) scale(.75) !important;
    transition: -webkit-transform cubic-bezier(.25,.8,.25,1) .4s,width cubic-bezier(.25,.8,.25,1) .4s !important;
    transition: transform cubic-bezier(.25,.8,.25,1) .4s,width cubic-bezier(.25,.8,.25,1) .4s !important;
    width: calc((100% - 18px) / .75) !important;
    font-size: 17px !important;}
md-input-container .md-input[disabled]{margin-bottom: 0px !important;}
md-input-container:not(.md-input-has-value) input:not(:focus){color: hsla(0, 0%, 0%, 0.87) !important;}
md-input-container .md-input-message-animation, .md-input-message-animation{transition: all 0s !important;
    font-size: 10px !important;}
md-select.ng-invalid > md-select-value .ng-pristine.ng-invalid-required{border-bottom-color: red;}
label.dnnRequired:after{content: " *";}
.form-group .panel-group{border: 0px;
    box-shadow: 0 0 0 0 !important;
    border-bottom: 1px solid #e4e4e4 !important;
    border-right: 1px solid #e4e4e4 !important;}
.form-group .panel-group .panel-heading{margin: 0px 0px 10px -7px !important;
        padding: 2.4px;}
.form-wizard-tabs li > .text{margin: 5px 0px 0px 0px;}
.form-wizard .btn, .form-wizard .btn-primary{box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3) !important;}
.form-wizard .btn-primary, .form-wizard .btn-primary:hover, .form-wizard .btn-primary:focus{color: #ffffff !important;
        background-color: #4caf50 !important;
        border-color: rgb(76,175,80) !important;}
.informativo{background-image: url('data:image/svg+xml;base64,77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgYmFzZVByb2ZpbGU9ImZ1bGwiIHdpZHRoPSI2Ni43MTg4IiBoZWlnaHQ9Ijc5LjEwNTUiIHZpZXdCb3g9IjAgMCA2Ni43MiA3OS4xMSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNjYuNzIgNzkuMTEiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KCTxwYXRoIGZpbGw9IiNGOEY4RjgiIGZpbGwtb3BhY2l0eT0iMSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2Utd2lkdGg9IjIuNSIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlPSIjOUE5QTlBIiBzdHJva2Utb3BhY2l0eT0iMSIgZD0iTSA2Ljk4MjQyLDEuMjVMIDQ1Ljc2MTcsMS4yNUwgNjIuMzg2NywyMS4xOTkyTCA2Mi4zODY3LDcwLjk4MjRDIDYyLjM4NjcsNzQuMTQyNiA1OS44MjAzLDc2LjcwMzEgNTYuNjU1Myw3Ni43MDMxTCA2Ljk4MjQyLDc2LjcwMzFDIDMuODE2NDEsNzYuNzAzMSAxLjI1MDk4LDc0LjE0MjYgMS4yNTA5OCw3MC45ODI0TCAxLjI1MDk4LDYuOTcyNjZDIDEuMjUwOTgsMy44MTI1IDMuODE2NDEsMS4yNSA2Ljk4MjQyLDEuMjUgWiAiLz4NCgk8cGF0aCBmaWxsPSIjQzBDMEJGIiBmaWxsLW9wYWNpdHk9IjEiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLXdpZHRoPSIwLjIiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZT0iI0Q1RDVEMiIgc3Ryb2tlLW9wYWNpdHk9IjEiIGQ9Ik0gOS42NzQ4LDI2LjIyODVMIDUzLjc3NDQsMjYuMjI4NUMgNTQuMjM2MywyNi4yMjg1IDU0LjYxMDQsMjYuNjAxNiA1NC42MTA0LDI3LjA2NDVMIDU0LjYxMDQsMjcuMDY0NUMgNTQuNjEwNCwyNy41MjczIDU0LjIzNjMsMjcuOTAyMyA1My43NzQ0LDI3LjkwMjNMIDkuNjc0OCwyNy45MDIzQyA5LjIxMjg5LDI3LjkwMjMgOC44Mzg4NywyNy41MjczIDguODM4ODcsMjcuMDY0NUwgOC44Mzg4NywyNy4wNjQ1QyA4LjgzODg3LDI2LjYwMTYgOS4yMTI4OSwyNi4yMjg1IDkuNjc0OCwyNi4yMjg1IFogIi8+DQoJPHBhdGggZmlsbD0iI0MwQzBCRiIgZmlsbC1vcGFjaXR5PSIxIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS13aWR0aD0iMC4yIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2U9IiNENUQ1RDIiIHN0cm9rZS1vcGFjaXR5PSIxIiBkPSJNIDkuNjc5NjksMzEuOTYwOUwgNTMuNzg0MiwzMS45NjA5QyA1NC4yNDUxLDMxLjk2MDkgNTQuNjE5MSwzMi4zMzU5IDU0LjYxOTEsMzIuNzk2OUwgNTQuNjE5MSwzMi43OTY5QyA1NC42MTkxLDMzLjI1NzggNTQuMjQ1MSwzMy42MzA5IDUzLjc4NDIsMzMuNjMwOUwgOS42Nzk2OSwzMy42MzA5QyA5LjIxODc1LDMzLjYzMDkgOC44NDQ3MywzMy4yNTc4IDguODQ0NzMsMzIuNzk2OUwgOC44NDQ3MywzMi43OTY5QyA4Ljg0NDczLDMyLjMzNTkgOS4yMTg3NSwzMS45NjA5IDkuNjc5NjksMzEuOTYwOSBaICIvPg0KCTxwYXRoIGZpbGw9IiNDMEMwQkYiIGZpbGwtb3BhY2l0eT0iMSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2Utd2lkdGg9IjAuMiIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlPSIjRDVENUQyIiBzdHJva2Utb3BhY2l0eT0iMSIgZD0iTSA5LjY3OTY5LDM3LjY3NzdMIDUzLjc4NDIsMzcuNjc3N0MgNTQuMjQ1MSwzNy42Nzc3IDU0LjYxOTEsMzguMDUwOCA1NC42MTkxLDM4LjUxMTdMIDU0LjYxOTEsMzguNTExN0MgNTQuNjE5MSwzOC45NzI3IDU0LjI0NTEsMzkuMzQ1NyA1My43ODQyLDM5LjM0NTdMIDkuNjc5NjksMzkuMzQ1N0MgOS4yMTg3NSwzOS4zNDU3IDguODQ0NzMsMzguOTcyNyA4Ljg0NDczLDM4LjUxMTdMIDguODQ0NzMsMzguNTExN0MgOC44NDQ3MywzOC4wNTA4IDkuMjE4NzUsMzcuNjc3NyA5LjY3OTY5LDM3LjY3NzcgWiAiLz4NCgk8cGF0aCBmaWxsPSIjQzBDMEJGIiBmaWxsLW9wYWNpdHk9IjEiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLXdpZHRoPSIwLjIiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZT0iI0Q1RDVEMiIgc3Ryb2tlLW9wYWNpdHk9IjEiIGQ9Ik0gOS42Nzk2OSw0My4zOTI2TCA1My43ODQyLDQzLjM5MjZDIDU0LjI0NTEsNDMuMzkyNiA1NC42MTkxLDQzLjc2NTYgNTQuNjE5MSw0NC4yMjY2TCA1NC42MTkxLDQ0LjIyNjZDIDU0LjYxOTEsNDQuNjg3NSA1NC4yNDUxLDQ1LjA2MDUgNTMuNzg0Miw0NS4wNjA1TCA5LjY3OTY5LDQ1LjA2MDVDIDkuMjE4NzUsNDUuMDYwNSA4Ljg0NDczLDQ0LjY4NzUgOC44NDQ3Myw0NC4yMjY2TCA4Ljg0NDczLDQ0LjIyNjZDIDguODQ0NzMsNDMuNzY1NiA5LjIxODc1LDQzLjM5MjYgOS42Nzk2OSw0My4zOTI2IFogIi8+DQoJPHBhdGggZmlsbD0iI0MwQzBCRiIgZmlsbC1vcGFjaXR5PSIxIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS13aWR0aD0iMC4yIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2U9IiNENUQ1RDIiIHN0cm9rZS1vcGFjaXR5PSIxIiBkPSJNIDkuNjc5NjksNDkuMTA3NEwgNTMuNzg0Miw0OS4xMDc0QyA1NC4yNDUxLDQ5LjEwNzQgNTQuNjE5MSw0OS40ODA1IDU0LjYxOTEsNDkuOTQxNEwgNTQuNjE5MSw0OS45NDE0QyA1NC42MTkxLDUwLjQwMjMgNTQuMjQ1MSw1MC43NzczIDUzLjc4NDIsNTAuNzc3M0wgOS42Nzk2OSw1MC43NzczQyA5LjIxODc1LDUwLjc3NzMgOC44NDQ3Myw1MC40MDIzIDguODQ0NzMsNDkuOTQxNEwgOC44NDQ3Myw0OS45NDE0QyA4Ljg0NDczLDQ5LjQ4MDUgOS4yMTg3NSw0OS4xMDc0IDkuNjc5NjksNDkuMTA3NCBaICIvPg0KCTxwYXRoIGZpbGw9IiNDMEMwQkYiIGZpbGwtb3BhY2l0eT0iMSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2Utd2lkdGg9IjAuMiIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlPSIjRDVENUQyIiBzdHJva2Utb3BhY2l0eT0iMSIgZD0iTSA5LjY3OTY5LDU0LjgyMjNMIDUzLjc4NDIsNTQuODIyM0MgNTQuMjQ1MSw1NC44MjIzIDU0LjYxOTEsNTUuMTk1MyA1NC42MTkxLDU1LjY1NjNMIDU0LjYxOTEsNTUuNjU2M0MgNTQuNjE5MSw1Ni4xMTcyIDU0LjI0NTEsNTYuNDkyMiA1My43ODQyLDU2LjQ5MjJMIDkuNjc5NjksNTYuNDkyMkMgOS4yMTg3NSw1Ni40OTIyIDguODQ0NzMsNTYuMTE3MiA4Ljg0NDczLDU1LjY1NjNMIDguODQ0NzMsNTUuNjU2M0MgOC44NDQ3Myw1NS4xOTUzIDkuMjE4NzUsNTQuODIyMyA5LjY3OTY5LDU0LjgyMjMgWiAiLz4NCgk8cGF0aCBmaWxsPSIjQzBDMEJGIiBmaWxsLW9wYWNpdHk9IjEiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLXdpZHRoPSIwLjIiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZT0iI0Q1RDVEMiIgc3Ryb2tlLW9wYWNpdHk9IjEiIGQ9Ik0gOS42Nzc3Myw2MC41MzUyTCAzMi4wMDk4LDYwLjUzNTJDIDMyLjQ3MDcsNjAuNTM1MiAzMi44NDQ3LDYwLjkxMDIgMzIuODQ0Nyw2MS4zNzExTCAzMi44NDQ3LDYxLjM3MTFDIDMyLjg0NDcsNjEuODMyIDMyLjQ3MDcsNjIuMjA1MSAzMi4wMDk4LDYyLjIwNTFMIDkuNjc3NzMsNjIuMjA1MUMgOS4yMTY4LDYyLjIwNTEgOC44NDM3NSw2MS44MzIgOC44NDM3NSw2MS4zNzExTCA4Ljg0Mzc1LDYxLjM3MTFDIDguODQzNzUsNjAuOTEwMiA5LjIxNjgsNjAuNTM1MiA5LjY3NzczLDYwLjUzNTIgWiAiLz4NCgk8Zz4NCgkJPHBhdGggZmlsbD0iIzIyQTBFNSIgZmlsbC1vcGFjaXR5PSIxIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS13aWR0aD0iMC4yIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBkPSJNIDUxLjY1MjMsNDkuMDY2NEMgNTkuOTc0Niw0OS4wNjY0IDY2LjcxODgsNTUuNzg5MSA2Ni43MTg4LDY0LjA4NTlDIDY2LjcxODgsNzIuMzgwOSA1OS45NzI3LDc5LjEwNTUgNTEuNjUyMyw3OS4xMDU1QyA0My4zMzExLDc5LjEwNTUgMzYuNTg1OSw3Mi4zODA5IDM2LjU4NTksNjQuMDg1OUMgMzYuNTg1OSw1NS43ODkxIDQzLjMzMDEsNDkuMDY2NCA1MS42NTIzLDQ5LjA2NjQgWiAiLz4NCgkJPHBhdGggZmlsbD0iI0UwRTBFMCIgZmlsbC1vcGFjaXR5PSIxIiBzdHJva2Utd2lkdGg9IjAuMiIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZD0iTSA1MS44ODA5LDYxLjYxNzJDIDUzLjc3MTUsNjEuNjE3MiA1NS4zMTg0LDYzLjE2NiA1NS4zMTg0LDY1LjA1NjZDIDU1LjMxODQsNjYuOTQ3MyA1My43NzE1LDY4LjQ5NDEgNTEuODgwOSw2OC40OTQxQyA0OS45ODkzLDY4LjQ5NDEgNDguNDQyNCw2Ni45NDczIDQ4LjQ0MjQsNjUuMDU2NkMgNDguNDQyNCw2My4xNjYgNDkuOTg5Myw2MS42MTcyIDUxLjg4MDksNjEuNjE3Mk0gNTEuODgwOSw1Ni40NjA5QyA1Ny41NTI3LDU2LjQ2MDkgNjIuNDUyMSw1OS45ODQ0IDY0LjQyODcsNjUuMDU2NkMgNjIuNDUyMSw3MC4xMjcgNTcuNTUyNyw3My42NTIzIDUxLjg4MDksNzMuNjUyM0MgNDYuMTIxMSw3My42NTIzIDQxLjIyMjcsNzAuMTI3IDM5LjI0NjEsNjUuMDU2NkMgNDEuMjIyNyw1OS45ODQ0IDQ2LjEyMTEsNTYuNDYwOSA1MS44ODA5LDU2LjQ2MDlNIDQxLjczODMsNjUuMDU2NkMgNDMuNjI4OSw2OC45MjM4IDQ3LjU4Myw3MS4zMzAxIDUxLjg4MDksNzEuMzMwMUMgNTYuMTc3Nyw3MS4zMzAxIDYwLjA0NDksNjguOTIzOCA2MS45MzY1LDY1LjA1NjZDIDYwLjA0NDksNjEuMTg3NSA1Ni4xNzc3LDU4Ljc4MTMgNTEuODgwOSw1OC43ODEzQyA0Ny41ODMsNTguNzgxMyA0My42Mjg5LDYxLjE4NzUgNDEuNzM4Myw2NS4wNTY2IFogIi8+DQoJCTxwYXRoIGZpbGw9IiNGRkZGRkYiIGZpbGwtb3BhY2l0eT0iMSIgc3Ryb2tlLXdpZHRoPSIwLjIiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGQ9Ik0gNTEuNjAzNSw2MC43MzgzQyA1My40OTQxLDYwLjczODMgNTUuMDQxLDYyLjI4NzEgNTUuMDQxLDY0LjE3NzdDIDU1LjA0MSw2Ni4wNjg0IDUzLjQ5NDEsNjcuNjE1MiA1MS42MDM1LDY3LjYxNTJDIDQ5LjcxMjksNjcuNjE1MiA0OC4xNjYsNjYuMDY4NCA0OC4xNjYsNjQuMTc3N0MgNDguMTY2LDYyLjI4NzEgNDkuNzEyOSw2MC43MzgzIDUxLjYwMzUsNjAuNzM4M00gNTEuNjAzNSw1NS41ODJDIDU3LjI3NjQsNTUuNTgyIDYyLjE3NTgsNTkuMTA1NSA2NC4xNTIzLDY0LjE3NzdDIDYyLjE3NTgsNjkuMjQ4IDU3LjI3NjQsNzIuNzczNCA1MS42MDM1LDcyLjc3MzRDIDQ1Ljg0NDcsNzIuNzczNCA0MC45NDUzLDY5LjI0OCAzOC45Njg4LDY0LjE3NzdDIDQwLjk0NTMsNTkuMTA1NSA0NS44NDQ3LDU1LjU4MiA1MS42MDM1LDU1LjU4Mk0gNDEuNDYxOSw2NC4xNzc3QyA0My4zNTI1LDY4LjA0NDkgNDcuMzA2Niw3MC40NTEyIDUxLjYwMzUsNzAuNDUxMkMgNTUuOTAwNCw3MC40NTEyIDU5Ljc2ODYsNjguMDQ0OSA2MS42NjAyLDY0LjE3NzdDIDU5Ljc2ODYsNjAuMzA4NiA1NS45MDA0LDU3LjkwMjMgNTEuNjAzNSw1Ny45MDIzQyA0Ny4zMDY2LDU3LjkwMjMgNDMuMzUyNSw2MC4zMDg2IDQxLjQ2MTksNjQuMTc3NyBaICIvPg0KCTwvZz4NCgk8cGF0aCBmaWxsPSIjQzBDMEJGIiBmaWxsLW9wYWNpdHk9IjEiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLXdpZHRoPSIwLjIiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZT0iI0Q1RDVEMiIgc3Ryb2tlLW9wYWNpdHk9IjEiIGQ9Ik0gNjEuOTA2MywyMS4zOTg0TCA0OS4yMzM0LDIxLjM5ODRDIDQ3LjE4NDYsMjEuMzk4NCA0NS41MjM0LDE5Ljc1IDQ1LjUyMzQsMTcuNzE0OEwgNDUuNTIzNCwxLjc1OTc3QyA0Ni43MTI5LDMuMTY0MDYgNTEuMzQ5Niw4LjUzMzIgNjEuOTA2MywyMS4zOTg0IFogIi8+DQo8L3N2Zz4NCg==');
    width: 24px;
    height: 24px;
    margin-right: 0px;
    background-repeat: no-repeat;
    background-size: 24px 24px;}
.panel-heading .dnnRight i{color: inherit;}
.site-nav .buttonGroup .group h5.name{white-space: normal !important;}
.main-panel .panel-heading{padding: 0 0 0 0 !important;
    line-height: 2.8;
    border-bottom: 2px solid;
    border-color: #1B76BC !Important;
    font-size: inherit !important;
    margin: 0 0 0 0 !important;}
div.panel-heading .tooltip{font-size: 10px !important;}
div.panel-heading span{padding-left: 20px !important;}
i.material-icons.icon-back{float: left;
    color: #72b148;
    margin: -11px 0px 0px 0px;}
i.material-icons.icon-open{float: right;
    color: #002D64;
    line-height: 0.8;}
.hints{right: 2px;
    left: auto;
    font-size: 10px;
    color: darkgray;
    line-height: 1.2;}
div.hints > span.hint-error{color: red;}
.panel-header{background-color: #f5f5f5 !important;
    padding: 10px 20px 10px 20px;
    display: block;
    overflow: auto;}
.panel-header h1, .panel-header h2, .panel-header h3, .panel-header h4, .panel-header h5{text-transform: uppercase;
        font-weight: 600 !important;
        color: #5f5f5f !important;}
.panel-group{margin-bottom: 12px !important;}
.form-info{font-size: 11px;
    color: darkgray;
    margin-top: -25px;
    width: auto;}
.shadow{box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);}
.bg-blue{background-color: #002D64 !important;}
.pc-blue a.md-default-theme:not(.md-button), .pc-blue a:not(.md-button){color: #002D64;}
.pc-blue a:visited{color: #007ec3;}
md-radio-group:not([disabled]) .md-primary ._md-on, md-radio-button:not([disabled]).md-primary ._md-on{background-color: #002D64;}
md-checkbox:not([disabled]).md-primary.md-checked ._md-icon{background-color: #002D64;}
.panel-body{padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 30px !important;
    /*padding-bottom: 20px !important;*/}
.accordion-panel .panel-form{padding: 0 20px 0 20px !important;}
.accordion-panel .panel-form .panel-heading{padding: 13px 2px !important;}
.accordion-panel .panel-form .panel-collapse.collapse.in{border-top: 2px solid;
        border-color: #1B76BC;}
.accordion-panel .panel-form .panel-heading + .panel-collapse > .panel-body{border-color: rgb(250,250,250);}
.panel-title > a{font-size: 14px !important;
    text-transform: uppercase;
    font-weight: 600;}
.panel-title a:hover{color: #002D64 !important;}
#Body #ControlBar_ControlPanel{position: static !important;}
.panel-heading a i.icon-back{line-height: 2;}
@media (min-width: 1441px){.card-center-item {
        text-align: end;
        margin-left: -1%;
        margin-top: auto;
    }

    .switch-md {
        margin-top: 5px;
        margin-bottom: 0px;
        margin-left: 81% !important;
    }

    .switch-text-md {
        margin-left: 69% !important;
    }}
@media (max-width: 1440px) and (min-width: 1025px){.card-center-item {
        margin-left: 4%;
        margin-top: auto;
        text-align: right;
    }

    .switch-md {
        margin-top: 5px;
        margin-bottom: 0px;
        margin-left: 74% !important;
    }

    .switch-text-md {
        margin-left: 60% !important;
    }}
@media (max-width: 1024px) and (min-width: 769px){.card-center-item {
        margin-left: 17%;
        margin-top: auto;
    }

    .switch-md {
        margin-top: 2px;
        margin-bottom: 0px;
        margin-left: 26% !important;
    }}
@media (max-width: 768px){.card-center-item {
        margin-left: 7%;
        margin-top: auto;
    }

    .switch-md {
        margin-top: 2px;
        margin-bottom: 0px;
        margin-left: 25% !important;
    }}
/*********************/

/*******************Unificaci�n de css**********************/

/*Registration User*/

md-input-container.md-input-invalid ._md-select-value{border-color: rgb(250,0,0);}
.DashboardServiciosCss md-input-container._md-placeholder, md-input-container label:not(.md-no-float):not(._md-container-ignore){-webkit-transform: translate3d(0,6px,0) scale(.75);
    transform: translate3d(0,6px,0) scale(.75);
    transition: -webkit-transform cubic-bezier(.25,.8,.25,1) .4s,width cubic-bezier(.25,.8,.25,1) .4s;
    transition: transform cubic-bezier(.25,.8,.25,1) .4s,width cubic-bezier(.25,.8,.25,1) .4s;
    width: calc((100% - 18px) / .75);}
.DashboardServiciosCss label.dnnRequired:after{content: " *";}
/*Nav fix*/
.main-container .nav-wrap .site-nav .nav-list > li a{white-space: normal !important;}
/*Estilos para centrar el mensaje que no hay registros.*/
tr[ng-show='item.data.length==0'] td div{margin-top: 16px;
    vertical-align: middle;}
tr[ng-if='item.data.length==0'] td div{margin-top: 16px;
    vertical-align: middle;}
tr[ng-if='item.count==0'] td div{margin-top: 16px;
    vertical-align: middle;}
tr[ng-show='reasons.items.length==0'] td div{margin-top: 16px;
    vertical-align: middle;}
tr[ng-show='Folios.data.length==0'] td div{margin-top: 16px;
    vertical-align: middle;}
tr[ng-show='DocumentosDataSuerce.count==0'] td div{margin-top: 16px;
    vertical-align: middle;}
tr[ng-if='DocumentosDataSuerce.count==0'] td div{margin-top: 16px;
    vertical-align: middle;}
tr[ng-show='DocumentosRelacionadosDataSource.length==0'] td div{margin-top: 16px;
    vertical-align: middle;}
tr[ng-if='DocumentosRelacionadosDataSource.length==0'] td div{margin-top: 16px;
    vertical-align: middle;}
tr[ng-show='document_type.data.length==0'] td div{margin-top: 16px;
    vertical-align: middle;}
tr[ng-show='branchs.items.length==0'] td div{margin-top: 16px;
    vertical-align: middle;}
tr[ng-show='Contracts.items.length==0'] td div{margin-top: 16px;
    vertical-align: middle;}
tr[ng-show='SecurityData.items.length==0'] td div{margin-top: 16px;
    vertical-align: middle;}
.main-panel i.material-icons{width: 30px;
    color: #F2921A !important;}
.table-count{color: #002D64;
    font-weight: 500;}
.main-panel i.material-icons.icon-back{color: inherit !important;}
.main-panel i.material-icons.factura{color: #B2CE03 !important;}
.main-panel i.material-icons.cuenta-agrupada{color: #C74002 !important;}
.main-panel i.material-icons.recibo-caja{color: #8296AD !important;}
.main-panel i.material-icons.show-pdf{color: #D94907 !important;}
.main-panel i.material-icons.money{color: #039603 !important;}
md-switch[aria-checked="true"] ._md-thumb.md-ink-ripple{background-color: #002D64 !important;
    color: rgba(36,160,229,0.5) !important;}
.md-table-pagination{border-top: none !important;}
.main-panel .panel-footer{padding: 0px 22px;}
.main-panel i.material-icons.conciliado{color: #4CAF50 !important;}
.main-panel i.material-icons.no-conciliado{color: #C74002 !important;}
.main-panel i.material-icons.no-aplica{color: #989898 !important;}
.panel-heading .tooltip-inner{width: 9em;}
/*Filters fixes */

.collapsible md-datepicker .md-button.md-icon-button{height: inherit;
    width: 29px;
    margin-left: 0px;
    padding-left: 0px;
    margin-bottom: 0;}
/* MD */
@media (min-width: 992px) and (max-width: 1199px){table {
        font-size: small;
    }}
@media screen and (max-width: 400px){.md-datepicker-input {
        font-size: 8px !important;
        min-width: 60px !important;
    }}
.text-complete{white-space: normal !important;}
div.panel-heading span.title-complete{padding-left: 10px !important;}
.collapsible-body p.input-content{display: flex;
    margin: 0;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;}
p.input-content md-input-container{margin-bottom: 0;}
button.btn-block.md-raised{min-width: 75px;}
@media (max-width: 375px){span.title-filters {
        font-size: 10px;
    }

    div.panel-heading span.title-filters {
        padding-left: 10px !important;
    }

    .md-toolbar-tools {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }}
.alto-graficas-body{height: 355px;}
.information-text{font-size: 12px;}
.div-poweredstyle{position: static;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin-top: 20px;}
div.loading-bar-container{position: absolute;
    z-index: 100000 !important;}
img.banner{width: 100%;
    height: auto;}
ul.list li, ul.list-circle{padding-left: 20px;}
a.underline{text-decoration: underline;}
ul.list-circle li{list-style-type: circle;}
span.text-small{font-size: 12px;}
/*ELE-191-Revisar men� desplegable*/
.main-container .nav-wrap .nav-head{position: relative !important;}
a.md-default-theme:not(.md-button):hover, a:not(.md-button):hover{color: #2b387c;}
.show-notification .notiny-text{padding: 4px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    white-space: normal !important;
    text-align: justify !important;}
li.li-text{margin-top: 10px !important;
    padding-left: 20px !important;}
.file-input, .file-input i{vertical-align: middle;}
.embed-container iframe{position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;}
i.material-icons.action{cursor: pointer;}
/*SQ2018*/
table.md-table tbody.md-body > tr.md-row, table.md-table tfoot.md-foot > tr.md-row{height: 30px !important;}
table.md-table thead.md-head > tr.md-row{height: 40px !important;}
.table.md-table{margin-bottom: 0px !important;
    margin-top: 15px !important;}
.md-table-pagination > *{height: 30px !important;}
#dnn_ContentPane{margin-top: 5px !important;}
.main-container .nav-wrap .site-nav{/*margin-top: 47px !important;*/
    margin-top: 10px !important;}
.clearfixHeader{height: 75px !important;}
/*.app.nav-expand .main-container .nav-wrap{margin-top: 240px !important;}
.main-container{background: #ffffff !important;}
.panel-lined, .panel-default, .panel-primary, .panel-success, .panel-info, .panel-warning, .panel-danger{box-shadow: 1px 1px 2px 0 rgba(90, 171, 156, 0.1) !important;}
.textbox-Login{background-color: #EEEEEE !important;
    border-radius: 10px !important;
    margin-top: 10px !important;
    height: 55px !important;
    padding-left: 15px !important;}
@media (min-width: 1440px){.fixed-Panel-Huge {
        height: 580px !important;
    }}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{padding-top: 4px;
    padding-bottom: 4px;}

/* portal.css */
/* 
 * Deprecated DNN CSS class names will remain available for some time
 * before being  permanently removed. Removal will occur according to
 * the  following process:
 *
 * 1. Removal will only occur with a major (x.y) release, never
 *    with a maintenance (x.y.z) release.
 * 2. Removal will not occur less than six months after the release
 *    when it was deprecated.
 * 3. Removal will not occur until after deprecation has been noted 
 *    in at least two major releases.
 *
 *                                              |        |Planned |
 *  Name                                        |Release |Removal |
 *----------------------------------------------+--------+--------+
 * Mod{NAME}
= sanitized version of the DesktopModule Name 
 *   Used on <div> tag surrounding Module Content, inside container
 *----------------------------------------------+--------+--------+
 */  



/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg{}
/* background color for the content part of the pages */
Body{}
/* text style for the selected tab */
.SelectedTab{}
/* hyperlink style for the selected tab */
A.SelectedTab:link{}
A.SelectedTab:visited{}
A.SelectedTab:hover{}
A.SelectedTab:active{}
/* text style for the unselected tabs */
.OtherTabs{}
/* hyperlink style for the unselected tabs */
A.OtherTabs:link{}
A.OtherTabs:visited{}
A.OtherTabs:hover{}
A.OtherTabs:active{}
/* GENERAL */
/* style for module titles */
.Head{}
/* style of item titles on edit and admin pages */
.SubHead{}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead{}
/* text style used for most text rendered by modules */
.Normal{}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox{}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton{}
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link{}
A.CommandButton:visited{}
A.CommandButton:hover{}
A.CommandButton:active{}
/* button style for standard HTML buttons */
.StandardButton{}
/* GENERIC */
H1{}
H2{}
H3{}
H4{}
TFOOT, THEAD{}
TH{}
A:link{}
A:visited{}
A:hover{}
A:active{}
UL LI{}
UL LI LI{}
UL LI LI LI{}
OL LI{}
OL OL LI{}
OL OL OL LI{}
OL UL LI{}
/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message{}
/* style of item titles by Announcements and events */
.ItemTitle{}
/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer{}
/* Main Menu */

.MainMenu_MenuContainer{}

/* bootstrap.min.css */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html{font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;}
body{margin: 0;}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary{display: block;}
a{background-color: transparent;}
a:active,
a:hover{outline: 0;}
b,
strong{font-weight: bold;}
h1{font-size: 2em;
  margin: 0.67em 0;}
img{border: 0;}
button,
input,
optgroup,
select,
textarea{color: inherit;
  font: inherit;
  margin: 0;}
button{overflow: visible;}
button,
select{text-transform: none;}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"]{-webkit-appearance: button;
  cursor: pointer;}
button[disabled],
html input[disabled]{cursor: default;}
button::-moz-focus-inner,
input::-moz-focus-inner{border: 0;
  padding: 0;}
input{line-height: normal;}
input[type="checkbox"],
input[type="radio"]{box-sizing: border-box;
  padding: 0;}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button{height: auto;}
input[type="search"]{-webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration{-webkit-appearance: none;}
table{border-collapse: collapse;
  border-spacing: 0;}
td,
th{padding: 0;}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print{*,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }}
*{-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;}
html{font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
body{font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.57142857;
  color: #464646;
  background-color: #ffffff;}
input,
button,
select,
textarea{font-family: inherit;
  font-size: inherit;
  line-height: inherit;}
a{color: #3f51b5;
  text-decoration: none;}
a:hover,
a:focus{color: #2b387c;
  text-decoration: none;}
a:focus{outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;}
img{vertical-align: middle;}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img{display: block;
  max-width: 100%;
  height: auto;}
.sr-only{position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;}
.sr-only-focusable:active,
.sr-only-focusable:focus{position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6{font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small{font-weight: normal;
  line-height: 1;
  color: #777777;}
h1,
.h1,
h2,
.h2,
h3,
.h3{margin-top: 21px;
  margin-bottom: 10.5px;}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small{font-size: 65%;}
h4,
.h4,
h5,
.h5,
h6,
.h6{margin-top: 10.5px;
  margin-bottom: 10.5px;}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small{font-size: 75%;}
h1,
.h1{font-size: 36px;}
h2,
.h2{font-size: 30px;}
h3,
.h3{font-size: 24px;}
h4,
.h4{font-size: 18px;}
p{margin: 0 0 10.5px;}
@media (min-width: 768px){.lead {
    font-size: 21px;
  }}
.text-left{text-align: left;}
.text-right{text-align: right;}
.text-center{text-align: center;}
.text-justify{text-align: justify;}
.text-nowrap{white-space: nowrap;}
.text-lowercase{text-transform: lowercase;}
.text-uppercase{text-transform: uppercase;}
.text-capitalize{text-transform: capitalize;}
.text-muted{color: #777777;}
.text-primary{color: #3f51b5;}
a.text-primary:hover{color: #32408f;}
.text-success{color: #078367;}
a.text-success:hover{color: #045341;}
.text-info{color: #31708f;}
a.text-info:hover{color: #245269;}
.text-warning{color: #8a6d3b;}
a.text-warning:hover{color: #66512c;}
.text-danger{color: #a94442;}
a.text-danger:hover{color: #843534;}
a.bg-primary:hover{background-color: #32408f;}
a.bg-success:hover{background-color: #a4ecdc;}
a.bg-info:hover{background-color: #afd9ee;}
a.bg-warning:hover{background-color: #f2ebb0;}
a.bg-danger:hover{background-color: #f1b6b6;}
ul,
ol{margin-top: 0;
  margin-bottom: 10.5px;}
ul ul,
ol ul,
ul ol,
ol ol{margin-bottom: 0;}
.list-unstyled{padding-left: 0;
  list-style: none;}
.list-inline > li{display: inline-block;
  padding-left: 5px;
  padding-right: 5px;}
@media (min-width: 768px){.dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }}
.initialism{font-size: 90%;
  text-transform: uppercase;}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child{margin-bottom: 0;}
blockquote footer,
blockquote small,
blockquote .small{display: block;
  font-size: 80%;
  line-height: 1.57142857;
  color: #777777;}
blockquote footer:before,
blockquote small:before,
blockquote .small:before{content: '\2014 \00A0';}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before{content: '';}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after{content: '\00A0 \2014';}
.container{margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;}
@media (min-width: 768px){.container {
    width: 740px;
  }}
@media (min-width: 992px){.container {
    width: 960px;
  }}
@media (min-width: 1200px){.container {
    width: 1160px;
  }}
.container-fluid{margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;}
.row{margin-left: -10px;
  margin-right: -10px;}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{position: relative;
  min-height: 1px;
  padding-left: 4px;
  padding-right: 4px;}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{float: left;}
.col-xs-12{width: 100%;}
.col-xs-10{width: 83.33333333%;}
.col-xs-2{width: 16.66666667%;}
@media (min-width: 768px){.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }}
@media (min-width: 992px){.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }}
@media (min-width: 1200px){.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
 /* .col-lg-2 {
    width: 16.66666667%;
  }*/
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }}
table{background-color: transparent;}
th{text-align: left;}
.table{width: 100%;
  max-width: 100%;
  margin-bottom: 21px;}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td{padding: 10px;
  line-height: 1.57142857;
  vertical-align: top;
  border-top: 1px solid #eeeeee;}
.table > thead > tr > th{vertical-align: bottom;
  border-bottom: 2px solid #eeeeee;}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td{border-top: 0;}
.table > tbody + tbody{border-top: 2px solid #eeeeee;}
.table .table{background-color: #ffffff;}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td{padding: 6px;}
.table-bordered{border: 1px solid #eeeeee;}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td{border: 1px solid #eeeeee;}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td{border-bottom-width: 2px;}
.table-striped > tbody > tr:nth-of-type(odd){background-color: #fcfcfc;}
.table-hover > tbody > tr:hover{background-color: #f0f7fc;}
table col[class*="col-"]{position: static;
  float: none;
  display: table-column;}
table td[class*="col-"],
table th[class*="col-"]{position: static;
  float: none;
  display: table-cell;}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th{background-color: #f0f7fc;}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th{background-color: #dbebf7;}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th{background-color: #cef5ec;}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th{background-color: #b9f1e4;}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th{background-color: #d9edf7;}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th{background-color: #c4e3f3;}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th{background-color: #f9f6dc;}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th{background-color: #f5f0c6;}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th{background-color: #f9e1e1;}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th{background-color: #f5cccc;}
.table-responsive{overflow-x: auto;
  min-height: 0.01%;}
@media screen and (max-width: 767px){.table-responsive {
    width: 100%;
    margin-bottom: 15.75px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #eeeeee;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }}
label{display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;}
input[type="search"]{-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;}
input[type="radio"],
input[type="checkbox"]{margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;}
input[type="file"]{display: block;}
input[type="range"]{display: block;
  width: 100%;}
select[multiple],
select[size]{height: auto;}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus{outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;}
input[type="search"]{-webkit-appearance: none;}
@media screen and (-webkit-min-device-pixel-ratio: 0){input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 38px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 31.2px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 45px;
  }}
.radio label,
.checkbox label{min-height: 21px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"]{position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"]{cursor: not-allowed;}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline{cursor: not-allowed;}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label{cursor: not-allowed;}
.form-control-static.input-lg,
.form-control-static.input-sm{padding-left: 0;
  padding-right: 0;}
.input-sm{height: 31.2px;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 1px;}
select.input-sm{height: 31.2px;
  line-height: 31.2px;}
textarea.input-sm,
select[multiple].input-sm{height: auto;}
select.form-group-sm .form-control{height: 31.2px;
  line-height: 31.2px;}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control{height: auto;}
.input-lg{height: 45px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 3px;}
select.input-lg{height: 45px;
  line-height: 45px;}
textarea.input-lg,
select[multiple].input-lg{height: auto;}
select.form-group-lg .form-control{height: 45px;
  line-height: 45px;}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control{height: auto;}
.input-lg + .form-control-feedback{width: 45px;
  height: 45px;
  line-height: 45px;}
.input-sm + .form-control-feedback{width: 31.2px;
  height: 31.2px;
  line-height: 31.2px;}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label{color: #078367;}
.has-success .input-group-addon{color: #078367;
  border-color: #078367;
  background-color: #cef5ec;}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label{color: #8a6d3b;}
.has-warning .input-group-addon{color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #f9f6dc;}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label{color: #a94442;}
.has-error .input-group-addon{color: #a94442;
  border-color: #a94442;
  background-color: #f9e1e1;}
.has-feedback label ~ .form-control-feedback{top: 26px;}
.has-feedback label.sr-only ~ .form-control-feedback{top: 0;}
@media (min-width: 768px){.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }}
@media (min-width: 768px){.form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }}
@media (min-width: 768px){.form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }}
@media (min-width: 768px){.form-horizontal .form-group-sm .control-label {
    padding-top: 5px;
  }}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus{outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;}
.btn:hover,
.btn:focus,
.btn.focus{color: #464646;
  text-decoration: none;}
.btn:active,
.btn.active{outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn{cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default{color: #464646;
  background-color: #e6e6e6;
  border-color: #c1c1c1;}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default{background-image: none;}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active{background-color: #ffffff;
  border-color: #e0e0e0;}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary{color: #ffffff;
  background-color: #32408f;
  border-color: #2e3b84;}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary{background-image: none;}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active{background-color: #3f51b5;
  border-color: #3e4fb1;}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success{color: #ffffff;
  background-color: #3d8b40;
  border-color: #38813b;}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success{background-image: none;}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active{background-color: #4caf50;
  border-color: #4aab4e;}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info{color: #ffffff;
  background-color: #0c7cd5;
  border-color: #0b74c7;}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info{background-image: none;}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active{background-color: #2196f3;
  border-color: #1c94f3;}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning{color: #ffffff;
  background-color: #ffe608;
  border-color: #f8de00;}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning{background-image: none;}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active{background-color: #ffeb3b;
  border-color: #ffea36;}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger{color: #ffffff;
  background-color: #ea1c0d;
  border-color: #d91a0c;}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger{background-image: none;}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active{background-color: #f44336;
  border-color: #f43c2f;}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link{background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block{width: 100%;}
.fade{opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;}
.fade.in{opacity: 1;}
.collapse{display: none;
  visibility: hidden;}
.collapse.in{display: block;
  visibility: visible;}
tr.collapse.in{display: table-row;}
tbody.collapse.in{display: table-row-group;}
.dropdown-menu > li > a{display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.57142857;
  color: #333333;
  white-space: nowrap;}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus{text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus{color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #3f51b5;}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus{color: #777777;}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus{text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;}
.open > .dropdown-menu{display: block;}
.open > a{outline: 0;}
@media (min-width: 768px){.navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active{z-index: 2;}
.btn-toolbar .btn-group,
.btn-toolbar .input-group{float: left;}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group{margin-left: 5px;}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle{outline: 0;}
.btn-group.open .dropdown-toggle{-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);}
.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow: none;
  box-shadow: none;}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"]{position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;}
.input-group{position: relative;
  display: table;
  border-collapse: separate;}
.input-group[class*="col-"]{float: none;
  padding-left: 0;
  padding-right: 0;}
.input-group .form-control{position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn{height: 45px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 3px;}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn{height: 45px;
  line-height: 45px;}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn{height: auto;}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn{height: 31.2px;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 1px;}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn{height: 31.2px;
  line-height: 31.2px;}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn{height: auto;}
.input-group-addon,
.input-group-btn,
.input-group .form-control{display: table-cell;}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child){border-radius: 0;}
.input-group-addon,
.input-group-btn{width: 1%;
  white-space: nowrap;
  vertical-align: middle;}
.input-group-addon{padding: 6px 15px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #e0e0e0;
  border-radius: 2px;}
.input-group-addon.input-sm{padding: 4px 10px;
  font-size: 12px;
  border-radius: 1px;}
.input-group-addon.input-lg{padding: 10px 20px;
  font-size: 18px;
  border-radius: 3px;}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"]{margin-top: 0;}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn{border-bottom-right-radius: 0;
  border-top-right-radius: 0;}
.input-group-addon:first-child{border-right: 0;}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn{border-bottom-left-radius: 0;
  border-top-left-radius: 0;}
.input-group-addon:last-child{border-left: 0;}
.input-group-btn{position: relative;
  font-size: 0;
  white-space: nowrap;}
.input-group-btn > .btn{position: relative;}
.input-group-btn > .btn + .btn{margin-left: -1px;}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active{z-index: 2;}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group{margin-right: -1px;}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group{margin-left: -1px;}
.nav > li{position: relative;
  display: block;}
.nav > li > a{position: relative;
  display: block;
  padding: 12px 22px;}
.nav > li > a:hover,
.nav > li > a:focus{text-decoration: none;
  background-color: transparent;}
.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: transparent;
  border-color: #3f51b5;}
.nav > li > a > img{max-width: none;}
.nav-tabs > li{float: left;
  margin-bottom: -1px;}
.nav-tabs > li > a{margin-right: 2px;
  line-height: 1.57142857;
  border: 1px solid transparent;
  border-radius: 2px 2px 0 0;}
.nav-tabs > li > a:hover{border-color: #eeeeee #eeeeee #e4e4e4;}
.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 #e4e4e4;
  border-bottom-color: transparent;
  cursor: default;}
.nav-tabs.nav-justified > li{float: none;}
.nav-tabs.nav-justified > li > a{text-align: center;
  margin-bottom: 5px;}
@media (min-width: 768px){.nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }}
.nav-tabs.nav-justified > li > a{margin-right: 0;
  border-radius: 2px;}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus{border: 1px solid #e4e4e4;}
@media (min-width: 768px){.nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #e4e4e4;
    border-radius: 2px 2px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }}
.nav-pills > li{float: left;}
.nav-pills > li > a{border-radius: 2px;}
.nav-pills > li + li{margin-left: 2px;}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus{color: #ffffff;
  background-color: #3f51b5;}
.nav-stacked > li{float: none;}
.nav-stacked > li + li{margin-top: 2px;
  margin-left: 0;}
.nav-justified > li{float: none;}
.nav-justified > li > a{text-align: center;
  margin-bottom: 5px;}
@media (min-width: 768px){.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }}
.nav-tabs-justified > li > a{margin-right: 0;
  border-radius: 2px;}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus{border: 1px solid #e4e4e4;}
@media (min-width: 768px){.nav-tabs-justified > li > a {
    border-bottom: 1px solid #e4e4e4;
    border-radius: 2px 2px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }}
.tab-content > .active{display: block;
  visibility: visible;}
@media (min-width: 768px){.navbar {
    border-radius: 2px;
  }}
@media (min-width: 768px){.navbar-header {
    float: left;
  }}
.navbar-collapse.in{overflow-y: auto;}
@media (min-width: 768px){.navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }}
@media (max-device-width: 480px) and (orientation: landscape){.navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse{margin-right: -10px;
  margin-left: -10px;}
@media (min-width: 768px){.container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }}
@media (min-width: 768px){.navbar-static-top {
    border-radius: 0;
  }}
@media (min-width: 768px){.navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }}
.navbar-brand > img{display: block;}
@media (min-width: 768px){.navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -10px;
  }}
@media (min-width: 768px){.navbar-toggle {
    display: none;
  }}
.navbar-nav > li > a{padding-top: 10px;
  padding-bottom: 10px;
  line-height: 21px;}
@media (max-width: 767px){.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 21px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }}
@media (min-width: 768px){.navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 14.5px;
    padding-bottom: 14.5px;
  }}
@media (min-width: 768px){.navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }}
@media (max-width: 767px){.navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }}
@media (min-width: 768px){.navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }}
.navbar-nav > li > .dropdown-menu{margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu{margin-bottom: 0;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;}
@media (min-width: 768px){.navbar-text {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }}
@media (min-width: 768px){.navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -10px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }}
.navbar-default .navbar-nav > li > a{color: #777777;}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus{color: #333333;
  background-color: transparent;}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus{color: #555555;
  background-color: #e7e7e7;}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus{color: #cccccc;
  background-color: transparent;}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus{background-color: #e7e7e7;
  color: #555555;}
@media (max-width: 767px){.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }}
.navbar-inverse .navbar-nav > li > a{color: #9d9d9d;}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus{color: #ffffff;
  background-color: transparent;}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus{color: #ffffff;
  background-color: #080808;}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus{color: #444444;
  background-color: transparent;}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus{background-color: #080808;
  color: #ffffff;}
@media (max-width: 767px){.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }}
.breadcrumb{padding: 10px 15px;
  margin-bottom: 21px;
  list-style: none;
  background-color: transparent;
  border-radius: 2px;}
.breadcrumb > li{display: inline-block;}
.breadcrumb > li + li:before{content: "→\00a0";
  padding: 0 5px;
  color: #777777;}
.breadcrumb > .active{color: #3f51b5;}
.pagination > li{display: inline;}
.pagination > li > a,
.pagination > li > span{position: relative;
  float: left;
  padding: 6px 15px;
  line-height: 1.57142857;
  text-decoration: none;
  color: #3f51b5;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;}
.pagination > li:first-child > a,
.pagination > li:first-child > span{margin-left: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;}
.pagination > li:last-child > a,
.pagination > li:last-child > span{border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus{color: #2b387c;
  background-color: #eeeeee;
  border-color: #dddddd;}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus{z-index: 2;
  color: #ffffff;
  background-color: #3f51b5;
  border-color: #3f51b5;
  cursor: default;}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus{color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;}
.pagination-lg > li > a,
.pagination-lg > li > span{padding: 10px 20px;
  font-size: 18px;}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span{border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span{border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;}
.pagination-sm > li > a,
.pagination-sm > li > span{padding: 4px 10px;
  font-size: 12px;}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span{border-bottom-left-radius: 1px;
  border-top-left-radius: 1px;}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span{border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;}
.pager li{display: inline;}
.pager li > a,
.pager li > span{display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;}
.pager li > a:hover,
.pager li > a:focus{text-decoration: none;
  background-color: #eeeeee;}
.pager .next > a,
.pager .next > span{float: right;}
.pager .previous > a,
.pager .previous > span{float: left;}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span{color: #777777;
  background-color: #ffffff;
  cursor: not-allowed;}
a.label:hover,
a.label:focus{color: #ffffff;
  text-decoration: none;
  cursor: pointer;}
a.badge:hover,
a.badge:focus{color: #ffffff;
  text-decoration: none;
  cursor: pointer;}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge{color: #3f51b5;
  background-color: #ffffff;}
.nav-pills > li > a > .badge{margin-left: 3px;}
.jumbotron{padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;}
.jumbotron h1,
.jumbotron .h1{color: inherit;}
.jumbotron p{margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;}
.jumbotron > hr{border-top-color: #d5d5d5;}
.container .jumbotron,
.container-fluid .jumbotron{border-radius: 3px;}
.jumbotron .container{max-width: 100%;}
@media screen and (min-width: 768px){.jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }}
.thumbnail > img,
.thumbnail a > img{margin-left: auto;
  margin-right: auto;}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active{border-color: #3f51b5;}
.alert{padding: 10px;
  margin-bottom: 21px;
  border: 1px solid transparent;
  border-radius: 2px;}
.alert h4{margin-top: 0;
  color: inherit;}
.alert .alert-link{font-weight: bold;}
.alert > p,
.alert > ul{margin-bottom: 0;}
.alert > p + p{margin-top: 5px;}
.alert-dismissable,
.alert-dismissible{padding-right: 30px;}
.alert-dismissable .close,
.alert-dismissible .close{position: relative;
  top: -2px;
  right: -21px;
  color: inherit;}
.alert-success{background-color: #cef5ec;
  border-color: #b9f1da;
  color: #078367;}
.alert-success hr{border-top-color: #a4eccf;}
.alert-success .alert-link{color: #045341;}
.alert-info{background-color: #d9edf7;
  border-color: #c4ebf3;
  color: #31708f;}
.alert-info hr{border-top-color: #afe4ee;}
.alert-info .alert-link{color: #245269;}
.alert-warning{background-color: #f9f6dc;
  border-color: #f5e9c6;
  color: #8a6d3b;}
.alert-warning hr{border-top-color: #f2e0b0;}
.alert-warning .alert-link{color: #66512c;}
.alert-danger{background-color: #f9e1e1;
  border-color: #f5ccd3;
  color: #a94442;}
.alert-danger hr{border-top-color: #f1b6c0;}
.alert-danger .alert-link{color: #843534;}
@-webkit-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;
  }}
.progress.active .progress-bar,
.progress-bar.active{-webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;}
.media,
.media-body{zoom: 1;
  overflow: hidden;}
.media-body{width: 10000px;}
.media-left,
.media-right,
.media-body{display: table-cell;
  vertical-align: top;}
a.list-group-item{color: #555555;}
a.list-group-item .list-group-item-heading{color: #333333;}
a.list-group-item:hover,
a.list-group-item:focus{text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus{background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading{color: inherit;}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text{color: #777777;}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus{z-index: 2;
  color: #ffffff;
  background-color: #3f51b5;
  border-color: #3f51b5;}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small{color: inherit;}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text{color: #d1d6ef;}
a.list-group-item-success{color: #078367;}
a.list-group-item-success .list-group-item-heading{color: inherit;}
a.list-group-item-success:hover,
a.list-group-item-success:focus{color: #078367;
  background-color: #b9f1e4;}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus{color: #fff;
  background-color: #078367;
  border-color: #078367;}
a.list-group-item-info{color: #31708f;}
a.list-group-item-info .list-group-item-heading{color: inherit;}
a.list-group-item-info:hover,
a.list-group-item-info:focus{color: #31708f;
  background-color: #c4e3f3;}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus{color: #fff;
  background-color: #31708f;
  border-color: #31708f;}
a.list-group-item-warning{color: #8a6d3b;}
a.list-group-item-warning .list-group-item-heading{color: inherit;}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus{color: #8a6d3b;
  background-color: #f5f0c6;}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus{color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;}
a.list-group-item-danger{color: #a94442;}
a.list-group-item-danger .list-group-item-heading{color: inherit;}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus{color: #a94442;
  background-color: #f5cccc;}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus{color: #fff;
  background-color: #a94442;
  border-color: #a94442;}
.panel{margin-bottom: 21px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);}
.panel-body{padding: 22px;}
.panel-heading{padding: 14px 22px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;}
.panel-heading > .dropdown .dropdown-toggle{color: inherit;}
.panel-title{margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a{color: inherit;}
.panel-footer{padding: 8px 22px;
  background-color: #f7f9fa;
  border-top: 1px solid #f7f7f7;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;}
.panel > .list-group,
.panel > .panel-collapse > .list-group{margin-bottom: 0;}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item{border-width: 1px 0;
  border-radius: 0;}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child{border-top: 0;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child{border-bottom: 0;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;}
.panel-heading + .list-group .list-group-item:first-child{border-top-width: 0;}
.list-group + .panel-footer{border-top-width: 0;}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table{margin-bottom: 0;}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption{padding-left: 22px;
  padding-right: 22px;}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child{border-top-right-radius: 1px;
  border-top-left-radius: 1px;}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child{border-top-left-radius: 1px;
  border-top-right-radius: 1px;}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child{border-top-left-radius: 1px;}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child{border-top-right-radius: 1px;}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child{border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child{border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child{border-bottom-left-radius: 1px;}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child{border-bottom-right-radius: 1px;}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body{border-top: 1px solid #eeeeee;}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td{border-top: 0;}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered{border: 0;}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child{border-left: 0;}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child{border-right: 0;}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th{border-bottom: 0;}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th{border-bottom: 0;}
.panel > .table-responsive{border: 0;
  margin-bottom: 0;}
.panel-group{margin-bottom: 21px;}
.panel-group .panel{margin-bottom: 0;
  border-radius: 2px;}
.panel-group .panel + .panel{margin-top: 5px;}
.panel-group .panel-heading{border-bottom: 0;}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group{border-top: 1px solid #f7f7f7;}
.panel-group .panel-footer{border-top: 0;}
.panel-group .panel-footer + .panel-collapse .panel-body{border-bottom: 1px solid #f7f7f7;}
.panel-default{border-color: #e4e4e4;}
.panel-default > .panel-heading{color: #535353;
  background-color: #ffffff;
  border-color: #e4e4e4;}
.panel-default > .panel-heading + .panel-collapse > .panel-body{border-top-color: #e4e4e4;}
.panel-default > .panel-heading .badge{color: #ffffff;
  background-color: #535353;}
.panel-default > .panel-footer + .panel-collapse > .panel-body{border-bottom-color: #e4e4e4;}
.panel-primary{border-color: #3f51b5;}
.panel-primary > .panel-heading{color: #ffffff;
  background-color: #3f51b5;
  border-color: #3f51b5;}
.panel-primary > .panel-heading + .panel-collapse > .panel-body{border-top-color: #3f51b5;}
.panel-primary > .panel-heading .badge{color: #3f51b5;
  background-color: #ffffff;}
.panel-primary > .panel-footer + .panel-collapse > .panel-body{border-bottom-color: #3f51b5;}
.panel-success{border-color: #4caf50;}
.panel-success > .panel-heading{color: #ffffff;
  background-color: #4caf50;
  border-color: #4caf50;}
.panel-success > .panel-heading + .panel-collapse > .panel-body{border-top-color: #4caf50;}
.panel-success > .panel-heading .badge{color: #4caf50;
  background-color: #ffffff;}
.panel-success > .panel-footer + .panel-collapse > .panel-body{border-bottom-color: #4caf50;}
.panel-info{border-color: #2196f3;}
.panel-info > .panel-heading{color: #ffffff;
  background-color: #2196f3;
  border-color: #2196f3;}
.panel-info > .panel-heading + .panel-collapse > .panel-body{border-top-color: #2196f3;}
.panel-info > .panel-heading .badge{color: #2196f3;
  background-color: #ffffff;}
.panel-info > .panel-footer + .panel-collapse > .panel-body{border-bottom-color: #2196f3;}
.panel-warning{border-color: #ffeb3b;}
.panel-warning > .panel-heading{color: #ffffff;
  background-color: #ffeb3b;
  border-color: #ffeb3b;}
.panel-warning > .panel-heading + .panel-collapse > .panel-body{border-top-color: #ffeb3b;}
.panel-warning > .panel-heading .badge{color: #ffeb3b;
  background-color: #ffffff;}
.panel-warning > .panel-footer + .panel-collapse > .panel-body{border-bottom-color: #ffeb3b;}
.panel-danger{border-color: #f44336;}
.panel-danger > .panel-heading{color: #ffffff;
  background-color: #f44336;
  border-color: #f44336;}
.panel-danger > .panel-heading + .panel-collapse > .panel-body{border-top-color: #f44336;}
.panel-danger > .panel-heading .badge{color: #f44336;
  background-color: #ffffff;}
.panel-danger > .panel-footer + .panel-collapse > .panel-body{border-bottom-color: #f44336;}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video{position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;}
.close{float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);}
.close:hover,
.close:focus{color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);}
button.close{padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;}
.modal.fade .modal-dialog{-webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;}
.modal.in .modal-dialog{-webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);}
.modal-backdrop{position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000000;}
.modal-backdrop.fade{opacity: 0;
  filter: alpha(opacity=0);}
.modal-backdrop.in{opacity: 0.5;
  filter: alpha(opacity=50);}
.modal-header .close{margin-top: -2px;}
.modal-body{position: relative;
  padding: 20px;}
@media (min-width: 768px){.modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }}
@media (min-width: 992px){.modal-lg {
    width: 900px;
  }}
.tooltip.in{opacity: 0.95;
  filter: alpha(opacity=95);}
.tooltip.right{margin-left: 3px;
  padding: 0 5px;}
.tooltip.right .tooltip-arrow{top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #333333;}
.popover.right{margin-left: 7px;}
.popover > .arrow,
.popover > .arrow:after{position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;}
.popover > .arrow{border-width: 8px;}
.popover > .arrow:after{border-width: 7px;
  content: "";}
.popover.top > .arrow{left: 50%;
  margin-left: -8px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -8px;}
.popover.top > .arrow:after{content: " ";
  bottom: 1px;
  margin-left: -7px;
  border-bottom-width: 0;
  border-top-color: #ffffff;}
.popover.right > .arrow{top: 50%;
  left: -8px;
  margin-top: -8px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);}
.popover.right > .arrow:after{content: " ";
  left: 1px;
  bottom: -7px;
  border-left-width: 0;
  border-right-color: #ffffff;}
.popover.bottom > .arrow{left: 50%;
  margin-left: -8px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -8px;}
.popover.bottom > .arrow:after{content: " ";
  top: 1px;
  margin-left: -7px;
  border-top-width: 0;
  border-bottom-color: #ffffff;}
.popover.left > .arrow{top: 50%;
  right: -8px;
  margin-top: -8px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);}
.popover.left > .arrow:after{content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -7px;}
.carousel-inner > .item{display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img{line-height: 1;}
@media all and (transform-3d), (-webkit-transform-3d){.carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev{display: block;}
.carousel-inner > .active{left: 0;}
.carousel-inner > .next.left,
.carousel-inner > .prev.right{left: 0;}
.carousel-inner > .active.left{left: -100%;}
.carousel-inner > .active.right{left: 100%;}
.carousel-control.right{left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);}
.carousel-indicators li{display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);}
.carousel-indicators .active{margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;}
@media screen and (min-width: 768px){.carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after{content: " ";
  display: table;}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after{clear: both;}
.show{display: block !important;}
.invisible{visibility: hidden;}
.text-hide{font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;}
.hidden{display: none !important;
  visibility: hidden !important;}
@-ms-viewport{width: device-width;}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg{display: none !important;}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block{display: none !important;}
@media (max-width: 767px){.visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }}
@media (max-width: 767px){.visible-xs-block {
    display: block !important;
  }}
@media (max-width: 767px){.visible-xs-inline {
    display: inline !important;
  }}
@media (max-width: 767px){.visible-xs-inline-block {
    display: inline-block !important;
  }}
@media (min-width: 768px) and (max-width: 991px){.visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }}
@media (min-width: 768px) and (max-width: 991px){.visible-sm-block {
    display: block !important;
  }}
@media (min-width: 768px) and (max-width: 991px){.visible-sm-inline {
    display: inline !important;
  }}
@media (min-width: 768px) and (max-width: 991px){.visible-sm-inline-block {
    display: inline-block !important;
  }}
@media (min-width: 992px) and (max-width: 1199px){.visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }}
@media (min-width: 992px) and (max-width: 1199px){.visible-md-block {
    display: block !important;
  }}
@media (min-width: 992px) and (max-width: 1199px){.visible-md-inline {
    display: inline !important;
  }}
@media (min-width: 992px) and (max-width: 1199px){.visible-md-inline-block {
    display: inline-block !important;
  }}
@media (min-width: 1200px){.visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }}
@media (min-width: 1200px){.visible-lg-block {
    display: block !important;
  }}
@media (min-width: 1200px){.visible-lg-inline {
    display: inline !important;
  }}
@media (min-width: 1200px){.visible-lg-inline-block {
    display: inline-block !important;
  }}
@media (max-width: 767px){.hidden-xs {
    display: none !important;
  }}
@media (min-width: 768px) and (max-width: 991px){.hidden-sm {
    display: none !important;
  }}
@media (min-width: 992px) and (max-width: 1199px){.hidden-md {
    display: none !important;
  }}
@media (min-width: 1200px){.hidden-lg {
    display: none !important;
  }}
.visible-print{display: none !important;}
@media print{.visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }}
.visible-print-block{display: none !important;}
@media print{.visible-print-block {
    display: block !important;
  }}
.visible-print-inline{display: none !important;}
@media print{.visible-print-inline {
    display: inline !important;
  }}
.visible-print-inline-block{display: none !important;}
@media print{.visible-print-inline-block {
    display: inline-block !important;
  }}
@media print{.hidden-print {
    display: none !important;
  }}

/* main.min.css */
.material-icons{font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility !important;
	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale !important;
	/* Support for IE. */
	font-feature-settings: 'liga' !important;}
body:not([style-scope]):not(.style-scope){background: #efefef !important;}
/* Rules for sizing the icon. */
.material-icons.md-18{font-size: 18px;}
.material-icons.md-24{font-size: 24px;}
.material-icons.md-36{font-size: 36px;}
.material-icons.md-48{font-size: 48px;}
/* Rules for using icons as black on a light background. */
.material-icons.md-dark{color: rgba(0, 0, 0, 0.54);}
.material-icons.md-dark.md-inactive{color: rgba(0, 0, 0, 0.26);}
/* Rules for using icons as white on a dark background. */
.material-icons.md-light{color: rgba(255, 255, 255, 1);}
.material-icons.md-light.md-inactive{color: rgba(255, 255, 255, 0.3);}
html,
body{height: 100%;
	min-height: 100%;}
body{letter-spacing: .5px;
	background: #efefef !important;}
.ion,
.ionicons{line-height: 1.57142857;
	font-size: 16px;}
.nav,
.pagination,
.carousel,
.panel-title a{cursor: pointer;}
.list-inline > li:first-child{padding-left: 0;}
.text-light{font-weight: 300;}
.text-bold{font-weight: bold;}
.text-primary{color: #1B76BC;}
a.text-primary:hover{color: #32408f;}
.text-warning{color: #ffeb3b;}
a.text-warning:hover{color: #ffe608;}
.text-success{color: #1B76BC;}
a.text-success:hover{color: #3d8b40;}
.text-info{color: #2196f3;}
a.text-info:hover{color: #0c7cd5;}
.text-danger{color: #f44336;}
a.text-danger:hover{color: #ea1c0d;}
.text-pink{color: #e91e63;}
a.text-pink:hover{color: #c1134e;}
.text-purple{color: #673ab7;}
a.text-purple:hover{color: #512e90;}
.list-unstyled{margin-bottom: 0;}
label{font-weight: 500;}
@media (min-width: 768px){.form-inline .form-group > [class],
	.form-inline .form-group [type] {
		margin-right: 5px;
	}}
.has-success .form-control,
.has-warning .form-control,
.has-error .form-control,
.has-success .form-control:focus,
.has-warning .form-control:focus,
.has-error .form-control:focus,
input.ng-valid.ng-dirty,
input.ng-valid.ng-dirty:focus,
input.ng-invalid.ng-dirty,
input.ng-invalid.ng-dirty:focus{box-shadow: none;}
.has-error .form-control,
input.ng-invalid.ng-dirty{border-color: #eca1ae;}
.has-error .form-control:focus,
	input.ng-invalid.ng-dirty:focus{border-color: #db4c64;
		background: #fdf6f7;}
input[type="radio"],
input[type="checkbox"]{margin: 3.5px 0 0;}
.input-sm,
.form-horizontal .form-group-sm .form-control,
.form-inline .form-group-sm .form-control,
.form-horizontal .form-group-sm .input-group-btn .btn,
.form-inline .form-group-sm .input-group-btn .btn{height: 31.2px;
	padding: 4px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 1px;}
select.input-sm{height: 31.2px;
	line-height: 31.2px;}
textarea.input-sm,
select[multiple].input-sm{height: auto;}
.input-lg,
.form-horizontal .form-group-lg .form-control,
.form-inline .form-group-lg .form-control,
.form-horizontal .form-group-lg .input-group-btn .btn,
.form-inline .form-group-lg .input-group-btn .btn{height: 45px;
	padding: 8px 20px;
	font-size: 14px;
	line-height: 1.3333333;
	border-radius: 2px;}
select.input-lg{height: 45px;
	line-height: 45px;}
textarea.input-lg,
select[multiple].input-lg{height: auto;}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-group-lg > .input-group-btn > .dropdown > .btn{height: 45px;
	padding: 8px 20px;
	font-size: 14px;
	line-height: 1.3333333;
	border-radius: 2px;}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn,
select.input-group-lg > .input-group-btn > .dropdown > .btn{height: 45px;
	line-height: 45px;}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
textarea.input-group-lg > .input-group-btn > .dropdown > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .input-group-btn > .dropdown > .btn{height: auto;}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-sm > .input-group-btn > .dropdown > .btn{height: 31.2px;
	padding: 4px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 1px;}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn,
select.input-group-sm > .input-group-btn > .dropdown > .btn{height: 31.2px;
	line-height: 31.2px;}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
textarea.input-group-sm > .input-group-btn > .dropdown > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .input-group-btn > .dropdown > .btn{height: auto;}
.input-group-btn > .btn{margin-right: 1px !important;
	margin-left: 1px !important;
	height: 38px;}
.input-group-btn > .btn:not(:focus),
	.input-group-btn > .btn:not(:active){box-shadow: none;}
.input-group-btn > .dropdown > .btn{margin-right: -2px;
	height: 38px;}
.input-group-btn > .dropdown > .btn:not(:focus),
	.input-group-btn > .dropdown > .btn:not(:active){box-shadow: none;}
.btn > i:before{margin-right: 6px;}
.btn-pink:hover,
	.btn-pink:focus,
	.btn-pink.focus,
	.btn-pink:active,
	.btn-pink.active,
	.open > .dropdown-toggle.btn-pink{color: #ffffff;
		background-color: #c1134e;
		border-color: #b11148;}
.btn-pink:active,
	.btn-pink.active,
	.open > .dropdown-toggle.btn-pink{background-image: none;}
.btn-pink.disabled,
	.btn-pink[disabled],
	fieldset[disabled] .btn-pink,
	.btn-pink.disabled:hover,
	.btn-pink[disabled]:hover,
	fieldset[disabled] .btn-pink:hover,
	.btn-pink.disabled:focus,
	.btn-pink[disabled]:focus,
	fieldset[disabled] .btn-pink:focus,
	.btn-pink.disabled.focus,
	.btn-pink[disabled].focus,
	fieldset[disabled] .btn-pink.focus,
	.btn-pink.disabled:active,
	.btn-pink[disabled]:active,
	fieldset[disabled] .btn-pink:active,
	.btn-pink.disabled.active,
	.btn-pink[disabled].active,
	fieldset[disabled] .btn-pink.active{background-color: #e91e63;
		border-color: #e8175e;}
.btn-purple:hover,
	.btn-purple:focus,
	.btn-purple.focus,
	.btn-purple:active,
	.btn-purple.active,
	.open > .dropdown-toggle.btn-purple{color: #ffffff;
		background-color: #512e90;
		border-color: #4a2983;}
.btn-purple:active,
	.btn-purple.active,
	.open > .dropdown-toggle.btn-purple{background-image: none;}
.btn-purple.disabled,
	.btn-purple[disabled],
	fieldset[disabled] .btn-purple,
	.btn-purple.disabled:hover,
	.btn-purple[disabled]:hover,
	fieldset[disabled] .btn-purple:hover,
	.btn-purple.disabled:focus,
	.btn-purple[disabled]:focus,
	fieldset[disabled] .btn-purple:focus,
	.btn-purple.disabled.focus,
	.btn-purple[disabled].focus,
	fieldset[disabled] .btn-purple.focus,
	.btn-purple.disabled:active,
	.btn-purple[disabled]:active,
	fieldset[disabled] .btn-purple:active,
	.btn-purple.disabled.active,
	.btn-purple[disabled].active,
	fieldset[disabled] .btn-purple.active{background-color: #673ab7;
		border-color: #6438b1;}
.btn-line-default:hover,
	.btn-line-default:focus,
	.btn-line-default:active,
	.btn-line-default.active,
	.open > .dropdown-toggle.btn-line-default{color: #464646;
		background-color: #ffffff;}
.btn-line-primary:hover,
	.btn-line-primary:focus,
	.btn-line-primary:active,
	.btn-line-primary.active,
	.open > .dropdown-toggle.btn-line-primary{color: #ffffff;
		background-color: #1B76BC;}
.btn-line-success:hover,
	.btn-line-success:focus,
	.btn-line-success:active,
	.btn-line-success.active,
	.open > .dropdown-toggle.btn-line-success{color: #ffffff;
		background-color: #1B76BC;}
.btn-line-info:hover,
	.btn-line-info:focus,
	.btn-line-info:active,
	.btn-line-info.active,
	.open > .dropdown-toggle.btn-line-info{color: #ffffff;
		background-color: #2196f3;}
.btn-line-warning:hover,
	.btn-line-warning:focus,
	.btn-line-warning:active,
	.btn-line-warning.active,
	.open > .dropdown-toggle.btn-line-warning{color: #ffffff;
		background-color: #ffeb3b;}
.btn-line-danger:hover,
	.btn-line-danger:focus,
	.btn-line-danger:active,
	.btn-line-danger.active,
	.open > .dropdown-toggle.btn-line-danger{color: #ffffff;
		background-color: #f44336;}
.btn-line-pink:hover,
	.btn-line-pink:focus,
	.btn-line-pink:active,
	.btn-line-pink.active,
	.open > .dropdown-toggle.btn-line-pink{color: #ffffff;
		background-color: #e91e63;}
.btn-line-purple:hover,
	.btn-line-purple:focus,
	.btn-line-purple:active,
	.btn-line-purple.active,
	.open > .dropdown-toggle.btn-line-purple{color: #ffffff;
		background-color: #673ab7;}
.btn-twitter:hover,
	.btn-twitter:focus,
	.btn-twitter.focus,
	.btn-twitter:active,
	.btn-twitter.active,
	.open > .dropdown-toggle.btn-twitter{color: #ffffff;
		background-color: #49bdf3;
		border-color: #40b9f2;}
.btn-twitter:active,
	.btn-twitter.active,
	.open > .dropdown-toggle.btn-twitter{background-image: none;}
.btn-twitter.disabled,
	.btn-twitter[disabled],
	fieldset[disabled] .btn-twitter,
	.btn-twitter.disabled:hover,
	.btn-twitter[disabled]:hover,
	fieldset[disabled] .btn-twitter:hover,
	.btn-twitter.disabled:focus,
	.btn-twitter[disabled]:focus,
	fieldset[disabled] .btn-twitter:focus,
	.btn-twitter.disabled.focus,
	.btn-twitter[disabled].focus,
	fieldset[disabled] .btn-twitter.focus,
	.btn-twitter.disabled:active,
	.btn-twitter[disabled]:active,
	fieldset[disabled] .btn-twitter:active,
	.btn-twitter.disabled.active,
	.btn-twitter[disabled].active,
	fieldset[disabled] .btn-twitter.active{background-color: #79cef6;
		border-color: #79cef6;}
.btn-twitter .ion{font-size: 13px;}
.btn-facebook:hover,
	.btn-facebook:focus,
	.btn-facebook.focus,
	.btn-facebook:active,
	.btn-facebook.active,
	.open > .dropdown-toggle.btn-facebook{color: #ffffff;
		background-color: #2d4373;
		border-color: #2a3f6c;}
.btn-facebook:active,
	.btn-facebook.active,
	.open > .dropdown-toggle.btn-facebook{background-image: none;}
.btn-facebook.disabled,
	.btn-facebook[disabled],
	fieldset[disabled] .btn-facebook,
	.btn-facebook.disabled:hover,
	.btn-facebook[disabled]:hover,
	fieldset[disabled] .btn-facebook:hover,
	.btn-facebook.disabled:focus,
	.btn-facebook[disabled]:focus,
	fieldset[disabled] .btn-facebook:focus,
	.btn-facebook.disabled.focus,
	.btn-facebook[disabled].focus,
	fieldset[disabled] .btn-facebook.focus,
	.btn-facebook.disabled:active,
	.btn-facebook[disabled]:active,
	fieldset[disabled] .btn-facebook:active,
	.btn-facebook.disabled.active,
	.btn-facebook[disabled].active,
	fieldset[disabled] .btn-facebook.active{background-color: #3b5998;
		border-color: #3b5998;}
.btn-facebook .ion{font-size: 13px;}
.btn-gplus:hover,
	.btn-gplus:focus,
	.btn-gplus.focus,
	.btn-gplus:active,
	.btn-gplus.active,
	.open > .dropdown-toggle.btn-gplus{color: #ffffff;
		background-color: #c13221;
		border-color: #b8301f;}
.btn-gplus:active,
	.btn-gplus.active,
	.open > .dropdown-toggle.btn-gplus{background-image: none;}
.btn-gplus.disabled,
	.btn-gplus[disabled],
	fieldset[disabled] .btn-gplus,
	.btn-gplus.disabled:hover,
	.btn-gplus[disabled]:hover,
	fieldset[disabled] .btn-gplus:hover,
	.btn-gplus.disabled:focus,
	.btn-gplus[disabled]:focus,
	fieldset[disabled] .btn-gplus:focus,
	.btn-gplus.disabled.focus,
	.btn-gplus[disabled].focus,
	fieldset[disabled] .btn-gplus.focus,
	.btn-gplus.disabled:active,
	.btn-gplus[disabled]:active,
	fieldset[disabled] .btn-gplus:active,
	.btn-gplus.disabled.active,
	.btn-gplus[disabled].active,
	fieldset[disabled] .btn-gplus.active{background-color: #dd4a38;
		border-color: #dd4a38;}
.btn-gplus .ion{font-size: 13px;}
.btn-instagram:hover,
	.btn-instagram:focus,
	.btn-instagram.focus,
	.btn-instagram:active,
	.btn-instagram.active,
	.open > .dropdown-toggle.btn-instagram{color: #ffffff;
		background-color: #645045;
		border-color: #5e4b41;}
.btn-instagram:active,
	.btn-instagram.active,
	.open > .dropdown-toggle.btn-instagram{background-image: none;}
.btn-instagram.disabled,
	.btn-instagram[disabled],
	fieldset[disabled] .btn-instagram,
	.btn-instagram.disabled:hover,
	.btn-instagram[disabled]:hover,
	fieldset[disabled] .btn-instagram:hover,
	.btn-instagram.disabled:focus,
	.btn-instagram[disabled]:focus,
	fieldset[disabled] .btn-instagram:focus,
	.btn-instagram.disabled.focus,
	.btn-instagram[disabled].focus,
	fieldset[disabled] .btn-instagram.focus,
	.btn-instagram.disabled:active,
	.btn-instagram[disabled]:active,
	fieldset[disabled] .btn-instagram:active,
	.btn-instagram.disabled.active,
	.btn-instagram[disabled].active,
	fieldset[disabled] .btn-instagram.active{background-color: #82685a;
		border-color: #82685a;}
.btn-instagram .ion{font-size: 13px;}
.btn-vimeo:hover,
	.btn-vimeo:focus,
	.btn-vimeo.focus,
	.btn-vimeo:active,
	.btn-vimeo.active,
	.open > .dropdown-toggle.btn-vimeo{color: #ffffff;
		background-color: #4f6c7d;
		border-color: #4b6777;}
.btn-vimeo:active,
	.btn-vimeo.active,
	.open > .dropdown-toggle.btn-vimeo{background-image: none;}
.btn-vimeo.disabled,
	.btn-vimeo[disabled],
	fieldset[disabled] .btn-vimeo,
	.btn-vimeo.disabled:hover,
	.btn-vimeo[disabled]:hover,
	fieldset[disabled] .btn-vimeo:hover,
	.btn-vimeo.disabled:focus,
	.btn-vimeo[disabled]:focus,
	fieldset[disabled] .btn-vimeo:focus,
	.btn-vimeo.disabled.focus,
	.btn-vimeo[disabled].focus,
	fieldset[disabled] .btn-vimeo.focus,
	.btn-vimeo.disabled:active,
	.btn-vimeo[disabled]:active,
	fieldset[disabled] .btn-vimeo:active,
	.btn-vimeo.disabled.active,
	.btn-vimeo[disabled].active,
	fieldset[disabled] .btn-vimeo.active{background-color: #63879c;
		border-color: #63879c;}
.btn-vimeo .ion{font-size: 13px;}
.btn-flickr:hover,
	.btn-flickr:focus,
	.btn-flickr.focus,
	.btn-flickr:active,
	.btn-flickr.active,
	.open > .dropdown-toggle.btn-flickr{color: #ffffff;
		background-color: #004aa8;
		border-color: #00469e;}
.btn-flickr:active,
	.btn-flickr.active,
	.open > .dropdown-toggle.btn-flickr{background-image: none;}
.btn-flickr.disabled,
	.btn-flickr[disabled],
	fieldset[disabled] .btn-flickr,
	.btn-flickr.disabled:hover,
	.btn-flickr[disabled]:hover,
	fieldset[disabled] .btn-flickr:hover,
	.btn-flickr.disabled:focus,
	.btn-flickr[disabled]:focus,
	fieldset[disabled] .btn-flickr:focus,
	.btn-flickr.disabled.focus,
	.btn-flickr[disabled].focus,
	fieldset[disabled] .btn-flickr.focus,
	.btn-flickr.disabled:active,
	.btn-flickr[disabled]:active,
	fieldset[disabled] .btn-flickr:active,
	.btn-flickr.disabled.active,
	.btn-flickr[disabled].active,
	fieldset[disabled] .btn-flickr.active{background-color: #0061db;
		border-color: #0061db;}
.btn-flickr .ion{font-size: 13px;}
.btn-github:hover,
	.btn-github:focus,
	.btn-github.focus,
	.btn-github:active,
	.btn-github.active,
	.open > .dropdown-toggle.btn-github{color: #ffffff;
		background-color: #222222;
		border-color: #1c1c1c;}
.btn-github:active,
	.btn-github.active,
	.open > .dropdown-toggle.btn-github{background-image: none;}
.btn-github.disabled,
	.btn-github[disabled],
	fieldset[disabled] .btn-github,
	.btn-github.disabled:hover,
	.btn-github[disabled]:hover,
	fieldset[disabled] .btn-github:hover,
	.btn-github.disabled:focus,
	.btn-github[disabled]:focus,
	fieldset[disabled] .btn-github:focus,
	.btn-github.disabled.focus,
	.btn-github[disabled].focus,
	fieldset[disabled] .btn-github.focus,
	.btn-github.disabled:active,
	.btn-github[disabled]:active,
	fieldset[disabled] .btn-github:active,
	.btn-github.disabled.active,
	.btn-github[disabled].active,
	fieldset[disabled] .btn-github.active{background-color: #3b3b3b;
		border-color: #3b3b3b;}
.btn-github .ion{font-size: 13px;}
.btn-linkedin:hover,
	.btn-linkedin:focus,
	.btn-linkedin.focus,
	.btn-linkedin:active,
	.btn-linkedin.active,
	.open > .dropdown-toggle.btn-linkedin{color: #ffffff;
		background-color: #01667c;
		border-color: #015d72;}
.btn-linkedin:active,
	.btn-linkedin.active,
	.open > .dropdown-toggle.btn-linkedin{background-image: none;}
.btn-linkedin.disabled,
	.btn-linkedin[disabled],
	fieldset[disabled] .btn-linkedin,
	.btn-linkedin.disabled:hover,
	.btn-linkedin[disabled]:hover,
	fieldset[disabled] .btn-linkedin:hover,
	.btn-linkedin.disabled:focus,
	.btn-linkedin[disabled]:focus,
	fieldset[disabled] .btn-linkedin:focus,
	.btn-linkedin.disabled.focus,
	.btn-linkedin[disabled].focus,
	fieldset[disabled] .btn-linkedin.focus,
	.btn-linkedin.disabled:active,
	.btn-linkedin[disabled]:active,
	fieldset[disabled] .btn-linkedin:active,
	.btn-linkedin.disabled.active,
	.btn-linkedin[disabled].active,
	fieldset[disabled] .btn-linkedin.active{background-color: #018faf;
		border-color: #018faf;}
.btn-linkedin .ion{font-size: 13px;}
.btn-pinterest:hover,
	.btn-pinterest:focus,
	.btn-pinterest.focus,
	.btn-pinterest:active,
	.btn-pinterest.active,
	.open > .dropdown-toggle.btn-pinterest{color: #ffffff;
		background-color: #b32623;
		border-color: #ab2421;}
.btn-pinterest:active,
	.btn-pinterest.active,
	.open > .dropdown-toggle.btn-pinterest{background-image: none;}
.btn-pinterest.disabled,
	.btn-pinterest[disabled],
	fieldset[disabled] .btn-pinterest,
	.btn-pinterest.disabled:hover,
	.btn-pinterest[disabled]:hover,
	fieldset[disabled] .btn-pinterest:hover,
	.btn-pinterest.disabled:focus,
	.btn-pinterest[disabled]:focus,
	fieldset[disabled] .btn-pinterest:focus,
	.btn-pinterest.disabled.focus,
	.btn-pinterest[disabled].focus,
	fieldset[disabled] .btn-pinterest.focus,
	.btn-pinterest.disabled:active,
	.btn-pinterest[disabled]:active,
	fieldset[disabled] .btn-pinterest:active,
	.btn-pinterest.disabled.active,
	.btn-pinterest[disabled].active,
	fieldset[disabled] .btn-pinterest.active{background-color: #d73532;
		border-color: #d73532;}
.btn-pinterest .ion{font-size: 13px;}
.btn-dribbble:hover,
	.btn-dribbble:focus,
	.btn-dribbble.focus,
	.btn-dribbble:active,
	.btn-dribbble.active,
	.open > .dropdown-toggle.btn-dribbble{color: #ffffff;
		background-color: #e34782;
		border-color: #e23e7c;}
.btn-dribbble:active,
	.btn-dribbble.active,
	.open > .dropdown-toggle.btn-dribbble{background-image: none;}
.btn-dribbble.disabled,
	.btn-dribbble[disabled],
	fieldset[disabled] .btn-dribbble,
	.btn-dribbble.disabled:hover,
	.btn-dribbble[disabled]:hover,
	fieldset[disabled] .btn-dribbble:hover,
	.btn-dribbble.disabled:focus,
	.btn-dribbble[disabled]:focus,
	fieldset[disabled] .btn-dribbble:focus,
	.btn-dribbble.disabled.focus,
	.btn-dribbble[disabled].focus,
	fieldset[disabled] .btn-dribbble.focus,
	.btn-dribbble.disabled:active,
	.btn-dribbble[disabled]:active,
	fieldset[disabled] .btn-dribbble:active,
	.btn-dribbble.disabled.active,
	.btn-dribbble[disabled].active,
	fieldset[disabled] .btn-dribbble.active{background-color: #ea73a0;
		border-color: #ea73a0;}
.btn-dribbble .ion{font-size: 13px;}
.btn-skype:hover,
	.btn-skype:focus,
	.btn-skype.focus,
	.btn-skype:active,
	.btn-skype.active,
	.open > .dropdown-toggle.btn-skype{color: #ffffff;
		background-color: #008cc3;
		border-color: #0084b9;}
.btn-skype:active,
	.btn-skype.active,
	.open > .dropdown-toggle.btn-skype{background-image: none;}
.btn-skype.disabled,
	.btn-skype[disabled],
	fieldset[disabled] .btn-skype,
	.btn-skype.disabled:hover,
	.btn-skype[disabled]:hover,
	fieldset[disabled] .btn-skype:hover,
	.btn-skype.disabled:focus,
	.btn-skype[disabled]:focus,
	fieldset[disabled] .btn-skype:focus,
	.btn-skype.disabled.focus,
	.btn-skype[disabled].focus,
	fieldset[disabled] .btn-skype.focus,
	.btn-skype.disabled:active,
	.btn-skype[disabled]:active,
	fieldset[disabled] .btn-skype:active,
	.btn-skype.disabled.active,
	.btn-skype[disabled].active,
	fieldset[disabled] .btn-skype.active{background-color: #00b0f6;
		border-color: #00b0f6;}
.btn-skype .ion{font-size: 13px;}
.btn-behance:hover,
	.btn-behance:focus,
	.btn-behance.focus,
	.btn-behance:active,
	.btn-behance.active,
	.open > .dropdown-toggle.btn-behance{color: #ffffff;
		background-color: #870429;
		border-color: #7d0426;}
.btn-behance:active,
	.btn-behance.active,
	.open > .dropdown-toggle.btn-behance{background-image: none;}
.btn-behance.disabled,
	.btn-behance[disabled],
	fieldset[disabled] .btn-behance,
	.btn-behance.disabled:hover,
	.btn-behance[disabled]:hover,
	fieldset[disabled] .btn-behance:hover,
	.btn-behance.disabled:focus,
	.btn-behance[disabled]:focus,
	fieldset[disabled] .btn-behance:focus,
	.btn-behance.disabled.focus,
	.btn-behance[disabled].focus,
	fieldset[disabled] .btn-behance.focus,
	.btn-behance.disabled:active,
	.btn-behance[disabled]:active,
	fieldset[disabled] .btn-behance:active,
	.btn-behance.disabled.active,
	.btn-behance[disabled].active,
	fieldset[disabled] .btn-behance.active{background-color: #b80638;
		border-color: #b80638;}
.btn-behance .ion{font-size: 13px;}
.btn-rss:hover,
	.btn-rss:focus,
	.btn-rss.focus,
	.btn-rss:active,
	.btn-rss.active,
	.open > .dropdown-toggle.btn-rss{color: #ffffff;
		background-color: #f27c0a;
		border-color: #e87709;}
.btn-rss:active,
	.btn-rss.active,
	.open > .dropdown-toggle.btn-rss{background-image: none;}
.btn-rss.disabled,
	.btn-rss[disabled],
	fieldset[disabled] .btn-rss,
	.btn-rss.disabled:hover,
	.btn-rss[disabled]:hover,
	fieldset[disabled] .btn-rss:hover,
	.btn-rss.disabled:focus,
	.btn-rss[disabled]:focus,
	fieldset[disabled] .btn-rss:focus,
	.btn-rss.disabled.focus,
	.btn-rss[disabled].focus,
	fieldset[disabled] .btn-rss.focus,
	.btn-rss.disabled:active,
	.btn-rss[disabled]:active,
	fieldset[disabled] .btn-rss:active,
	.btn-rss.disabled.active,
	.btn-rss[disabled].active,
	fieldset[disabled] .btn-rss.active{background-color: #f79638;
		border-color: #f79638;}
.btn-rss .ion{font-size: 13px;}
.btn-youtube:hover,
	.btn-youtube:focus,
	.btn-youtube.focus,
	.btn-youtube:active,
	.btn-youtube.active,
	.open > .dropdown-toggle.btn-youtube{color: #ffffff;
		background-color: #9e1317;
		border-color: #951216;}
.btn-youtube:active,
	.btn-youtube.active,
	.open > .dropdown-toggle.btn-youtube{background-image: none;}
.btn-youtube.disabled,
	.btn-youtube[disabled],
	fieldset[disabled] .btn-youtube,
	.btn-youtube.disabled:hover,
	.btn-youtube[disabled]:hover,
	fieldset[disabled] .btn-youtube:hover,
	.btn-youtube.disabled:focus,
	.btn-youtube[disabled]:focus,
	fieldset[disabled] .btn-youtube:focus,
	.btn-youtube.disabled.focus,
	.btn-youtube[disabled].focus,
	fieldset[disabled] .btn-youtube.focus,
	.btn-youtube.disabled:active,
	.btn-youtube[disabled]:active,
	fieldset[disabled] .btn-youtube:active,
	.btn-youtube.disabled.active,
	.btn-youtube[disabled].active,
	fieldset[disabled] .btn-youtube.active{background-color: #cc181e;
		border-color: #cc181e;}
.btn-youtube .ion{font-size: 13px;}
.btn-icon-inline > i,
	.btn-icon-inline > span{position: absolute;
		height: 100%;
		left: 0;
		top: 0;
		padding: 5px 9.5px;}
.btn-icon-inline > i:before,
		.btn-icon-inline > span:before{margin: 0;}
.btn-icon-inline.btn-xs > i,
		.btn-icon-inline.btn-xs > span{padding: 2px 5px;
			font-size: 12px;}
.btn-icon-inline.btn-sm > i,
		.btn-icon-inline.btn-sm > span{padding: 4px 7px;
			font-size: 13px;}
.btn-icon-inline.btn-lg > i,
		.btn-icon-inline.btn-lg > span{padding: 9px 14px;}
.btn-icon-inline.btn-line-default > i,
	.btn-icon-inline.btn-default > i,
	.btn-icon-inline.btn-line-default > span,
	.btn-icon-inline.btn-default > span{background: #f0f0f0;
		color: #464646;}
.btn-icon-inline.btn-line-primary > i,
	.btn-icon-inline.btn-primary > i,
	.btn-icon-inline.btn-line-primary > span,
	.btn-icon-inline.btn-primary > span{background: #37479e;
		color: #ffffff;}
.btn-icon-inline.btn-line-success > i,
	.btn-icon-inline.btn-success > i,
	.btn-icon-inline.btn-line-success > span,
	.btn-icon-inline.btn-success > span{background: #439a46;
		color: #ffffff;}
.btn-icon-inline.btn-line-info > i,
	.btn-icon-inline.btn-info > i,
	.btn-icon-inline.btn-line-info > span,
	.btn-icon-inline.btn-info > span{background: #0d87e9;
		color: #ffffff;}
.btn-icon-inline.btn-line-warning > i,
	.btn-icon-inline.btn-warning > i,
	.btn-icon-inline.btn-line-warning > span,
	.btn-icon-inline.btn-warning > span{background: #ffe81c;
		color: #ffffff;}
.btn-icon-inline.btn-line-danger > i,
	.btn-icon-inline.btn-danger > i,
	.btn-icon-inline.btn-line-danger > span,
	.btn-icon-inline.btn-danger > span{background: #f22819;
		color: #ffffff;}
.btn-icon-inline.btn-line-pink > i,
	.btn-icon-inline.btn-pink > i,
	.btn-icon-inline.btn-line-pink > span,
	.btn-icon-inline.btn-pink > span{background: #d41556;
		color: #ffffff;}
.btn-icon-inline.btn-line-purple > i,
	.btn-icon-inline.btn-purple > i,
	.btn-icon-inline.btn-line-purple > span,
	.btn-icon-inline.btn-purple > span{background: #5a33a0;
		color: #ffffff;}
.btn-tag-default:hover,
	.btn-tag-default:focus,
	.btn-tag-default:active,
	.btn-tag-default.active{color: #fff;
		background: #d5d5d5;}
.btn-tag-default:hover:before,
		.btn-tag-default:focus:before,
		.btn-tag-default:active:before,
		.btn-tag-default.active:before{border-left-color: #d5d5d5;}
.btn-tag-primary:hover,
	.btn-tag-primary:focus,
	.btn-tag-primary:active,
	.btn-tag-primary.active{color: #fff;
		background: #32408f;}
.btn-tag-primary:hover:before,
		.btn-tag-primary:focus:before,
		.btn-tag-primary:active:before,
		.btn-tag-primary.active:before{border-left-color: #32408f;}
.btn-tag-success:hover,
	.btn-tag-success:focus,
	.btn-tag-success:active,
	.btn-tag-success.active{color: #fff;
		background: #3d8b40;}
.btn-tag-success:hover:before,
		.btn-tag-success:focus:before,
		.btn-tag-success:active:before,
		.btn-tag-success.active:before{border-left-color: #3d8b40;}
.btn-tag-danger:hover,
	.btn-tag-danger:focus,
	.btn-tag-danger:active,
	.btn-tag-danger.active{color: #fff;
		background: #ea1c0d;}
.btn-tag-danger:hover:before,
		.btn-tag-danger:focus:before,
		.btn-tag-danger:active:before,
		.btn-tag-danger.active:before{border-left-color: #ea1c0d;}
.btn-tag-warning:hover,
	.btn-tag-warning:focus,
	.btn-tag-warning:active,
	.btn-tag-warning.active{color: #fff;
		background: #ffe608;}
.btn-tag-warning:hover:before,
		.btn-tag-warning:focus:before,
		.btn-tag-warning:active:before,
		.btn-tag-warning.active:before{border-left-color: #ffe608;}
.btn-tag-info:hover,
	.btn-tag-info:focus,
	.btn-tag-info:active,
	.btn-tag-info.active{color: #fff;
		background: #0c7cd5;}
.btn-tag-info:hover:before,
		.btn-tag-info:focus:before,
		.btn-tag-info:active:before,
		.btn-tag-info.active:before{border-left-color: #0c7cd5;}
.btn-tag-pink:hover,
	.btn-tag-pink:focus,
	.btn-tag-pink:active,
	.btn-tag-pink.active{color: #fff;
		background: #c1134e;}
.btn-tag-pink:hover:before,
		.btn-tag-pink:focus:before,
		.btn-tag-pink:active:before,
		.btn-tag-pink.active:before{border-left-color: #c1134e;}
.btn-tag-purple:hover,
	.btn-tag-purple:focus,
	.btn-tag-purple:active,
	.btn-tag-purple.active{color: #fff;
		background: #512e90;}
.btn-tag-purple:hover:before,
		.btn-tag-purple:focus:before,
		.btn-tag-purple:active:before,
		.btn-tag-purple.active:before{border-left-color: #512e90;}
.table th{font-weight: 600;}
.table > thead > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > td{vertical-align: middle;
	padding-left: 22px;
	padding-right: 22px;}
.table > thead > tr > th{border-bottom-width: 1px;}
.table .progress{margin-bottom: 0;
	margin-top: 2px;}
.table .ui-checkbox,
.table .ui-radio{margin-top: 10px;}
.table thead th > .th{position: relative;
	display: inline-block;
	padding: 8px;
	float: right;
	-webkit-transform: translate(0, 3px);
	-ms-transform: translate(0, 3px);
	-o-transform: translate(0, 3px);
	transform: translate(0, 3px);}
.table thead th > .th > [class*='icon']{cursor: pointer;
		position: absolute;
		color: #eeeeee;
		font-size: 16px;}
.table thead th > .th > [class*='icon']:hover{color: #464646;}
.table thead th > .th > [class*='icon'].active{visibility: hidden;}
.table thead th > .th > .icon-up{top: -8px;}
.table thead th > .th > .icon-down{bottom: -8px;}
.badge-xs.right,
	.badge-sm.right{margin-top: 5px;}
.panel{margin-bottom: 0;
	box-shadow: none;}
.panel-heading{border-radius: 0;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;}
.panel-heading i{color: #fff;}
.panel-title{font-size: 12px;
	text-transform: none;}
.panel-title > a{display: block;}
.panel-default .panel-heading{margin: 0 22px;
	padding: 8px 14px 25px 14px;}
.accordion-panel .panel-heading{margin: 0 10px;
	padding: 14px 22px;}
.panel-lined .panel-heading{color: #535353;
	padding-bottom: 0;}
.panel-lined,
.panel-default,
.panel-primary,
.panel-success,
.panel-info,
.panel-warning,
.panel-danger{box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	-webkit-transition: box-shadow 0.2s ease-in;
	-o-transition: box-shadow 0.2s ease-in;
	transition: box-shadow 0.2s ease-in;}
.panel-hovered:hover{box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.15);}
.panel-stacked{position: relative;}
.panel-stacked:before{position: absolute;
		content: "";
		height: 4px;
		border: 1px solid #eeeeee;
		background: #ffffff;
		z-index: -1;
		width: calc(100% - 2px);
		left: 1px;
		box-shadow: 0 0 4px rgba(0, 0, 0, 0.04);
		bottom: -3px;}
.panel-footer-sm{font-size: 12px;}
.panel-footer-xs{font-size: 10px;}
.panel-footer-primary,
.panel-footer-success,
.panel-footer-warning,
.panel-footer-danger,
.panel-footer-info,
.panel-footer-pink{color: #fff;}
.panel-footer-primary{background: #1B76BC;}
.panel-footer-success{background: #1B76BC;}
.panel-footer-warning{background: #ffeb3b;}
.panel-footer-danger{background: #f44336;}
.panel-footer-info{background: #2196f3;}
.panel-footer-pink{background: #e91e63;}
.panel-pink{border-color: #e91e63;}
.panel-pink > .panel-heading{color: #ffffff;
		background-color: #e91e63;
		border-color: #e91e63;}
.panel-pink > .panel-heading + .panel-collapse > .panel-body{border-top-color: #e91e63;}
.panel-pink > .panel-heading .badge{color: #e91e63;
			background-color: #ffffff;}
.panel-pink > .panel-footer + .panel-collapse > .panel-body{border-bottom-color: #e91e63;}
.dropdown-menu > li > a{padding: 6px 20px;}
@-webkit-keyframes dropdownOpen{0% {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}

	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}}
@keyframes dropdownOpen{0% {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}

	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}}
.breadcrumb-small{font-weight: 500;
	font-size: 10px;
	text-transform: uppercase;}
.breadcrumb-small > li{color: #6c6c6c;}
.breadcrumb-small > li + li:before{display: inline-block;
			-webkit-transform: translate(0, -1px);
			-ms-transform: translate(0, -1px);
			-o-transform: translate(0, -1px);
			transform: translate(0, -1px);}
.nav > li{position: relative;}
.nav > li > a{color: #535353;
			text-transform: uppercase;
			font-size: 12px;
			font-weight: bold;}
.nav > li > a:focus{background-color: transparent;}
.nav-tabs > li{margin-bottom: -1px;
		font-weight: 500;
		z-index: 999;}
.nav-tabs > li.active > a{-webkit-transition: 0.22s ease-in;
			-o-transition: 0.22s ease-in;
			transition: 0.22s ease-in;
			box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.02), -1px 0 0 rgba(0, 0, 0, 0.015), 1px 0 0 rgba(0, 0, 0, 0.015);}
.nav-tabs > li.active > a,
			.nav-tabs > li.active > a:hover,
			.nav-tabs > li.active > a:focus{background-color: #fff;}
.nav-tabs > li > a:hover{color: #e91e63;
			border-color: transparent;}
.tabs-flip .nav-tabs > li.active > a{border-color: transparent;}
.tabs-flip .nav-tabs > li > a{position: relative;}
.tabs-flip .nav-tabs > li > a,
	.tabs-flip .nav-tabs > li > a:hover,
	.tabs-flip .nav-tabs > li > a:focus{box-shadow: none;
		background: transparent;}
.tabs-flip .nav-tabs > li > a:before{position: absolute;
			content: "";
			width: 100%;
			height: 100%;
			background: transparent;
			border: 1px solid #e4e4e4;
			border-top: 2px solid #e91e63;
			border-bottom-color: transparent;
			z-index: -1;
			box-shadow: -1px 0 0 rgba(0, 0, 0, 0.015), 1px 0 0 rgba(0, 0, 0, 0.015);
			top: 1px;
			left: -1px;
			-webkit-transition: -webkit-transform 0.3s, background 0.3s;
			transition: transform 0.3s, background 0.3s;
			-webkit-transform: perspective(900px) rotate3d(1, 0, 0, 90deg);
			-moz-transform: perspective(900px) rotate3d(1, 0, 0, 90deg);
			-ms-transform: perspective(900px) rotate3d(1, 0, 0, 90deg);
			transform: perspective(900px) rotate3d(1, 0, 0, 90deg);
			-webkit-transform-origin: 50% 100%;
			-moz-transform-origin: 50% 100%;
			-ms-transform-origin: 50% 100%;
			transform-origin: 50% 100%;
			-webkit-perspective-origin: 50% 100%;
			perspective-origin: 50% 100%;}
.tabs-flip .nav-tabs > li.active > a:before{background: #fff;
	-webkit-transform: perspective(900px) rotate3d(1, 0, 0, 0deg);
	-moz-transform: perspective(900px) rotate3d(1, 0, 0, 0deg);
	-ms-transform: perspective(900px) rotate3d(1, 0, 0, 0deg);
	transform: perspective(900px) rotate3d(1, 0, 0, 0deg);}
.tabs-fill .nav-tabs > li.active > a{border-color: transparent;}
.tabs-fill .nav-tabs > li > a{position: relative;
	-webkit-transition: 0.25s ease-in;
	-o-transition: 0.25s ease-in;
	transition: 0.25s ease-in;}
.tabs-fill .nav-tabs > li > a,
	.tabs-fill .nav-tabs > li > a:hover,
	.tabs-fill .nav-tabs > li > a:focus{box-shadow: none;
		background: transparent;}
.tabs-fill .nav-tabs > li > a:before{position: absolute;
			content: "";
			width: 100%;
			height: 0;
			background: transparent;
			z-index: -1;
			box-shadow: -1px 0 0 rgba(0, 0, 0, 0.015), 1px 0 0 rgba(0, 0, 0, 0.015);
			bottom: 0;
			left: -1px;
			-webkit-transition: 0.25s ease-in;
			-o-transition: 0.25s ease-in;
			transition: 0.25s ease-in;}
.tabs-fill .nav-tabs > li.active > a:before{background: #e91e63;
	height: 100%;}
.tabs-fill .nav-tabs > li.active > a{color: #fff;}
.tabs-linearrow .nav-tabs > li.active > a{border-color: transparent;}
.tabs-linearrow .nav-tabs > li > a{position: relative;}
.tabs-linearrow .nav-tabs > li > a,
		.tabs-linearrow .nav-tabs > li > a:hover,
		.tabs-linearrow .nav-tabs > li > a:focus{box-shadow: none;
			background: transparent;}
.tabs-linearrow .nav-tabs > li > a:before,
			.tabs-linearrow .nav-tabs > li > a:after{position: absolute;
				content: "";}
.tabs-linearrow .nav-tabs > li > a:before{width: 100%;
				height: 0;
				background: #e91e63;
				left: -1px;
				bottom: 0;
				-webkit-transition: 0.2s ease;
				-o-transition: 0.2s ease;
				transition: 0.2s ease;}
.tabs-linearrow .nav-tabs > li.active > a:after{border-style: solid;
		border-color: transparent;
		border-top-color: #e91e63;
		border-width: 5px;
		bottom: -10px;
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		left: 50%;}
.tabs-linearrow .nav-tabs > li.active > a:before{height: 3px;}
.tabs-right .nav-tabs > li{float: right;}
.tabs-right .nav-tabs > li > a{margin-right: 0;
		margin-left: 2px;}
.tabs-vertical .nav-tabs > li{width: 100%;
		margin-bottom: 1px;}
.tabs-vertical .nav-tabs > li > a{border: 1px solid #e4e4e4;}
.tabs-vertical .nav-tabs > li.active > a{background: #f7f7f7;
			border-bottom-color: #e4e4e4;}
.tabs-vertical-right .nav-tabs > li{width: 100%;
		margin-bottom: 1px;}
.tabs-vertical-right .nav-tabs > li > a{border: 1px solid #e4e4e4;}
.tabs-vertical-right .nav-tabs > li.active > a{background: #f7f7f7;
			border-bottom-color: #e4e4e4;}
.tabs-slide-content .tab-content > .tab-pane.active-remove{position: absolute;
		top: auto;
		width: 100%;
		display: block;}
.tabs-slide-content .tab-content > .tab-pane.active-remove{visibility: hidden;}
.tabs-slide-content .tab-content > .tab-pane.active-add{-webkit-transform: translate(20%, 0);
			-ms-transform: translate(20%, 0);
			-o-transform: translate(20%, 0);
			transform: translate(20%, 0);
			opacity: 0;}
.nav-justified > li,
.nav-tabs-justified > li{margin-bottom: -2px;}
.nav-justified > .active > a,
.nav-tabs-justified > .active > a{border-bottom: none;}
@media (min-width: 768px){.nav-justified > li > a,
	.nav-tabs-justified > li > a {
		margin-bottom: -1px !important;
		border-bottom: none !important;
	}}
.page-ui-notifications .toast-positioning span{width: 25%;
		height: 83.33333333px;
		display: block;
		position: absolute;
		background: #eeeeee;}
.page-ui-notifications .toast-positioning span:hover,
		.page-ui-notifications .toast-positioning span.active{background: #d5d5d5;}
.toast .toast-msg,
	.toast .alert{max-width: 450px;
		padding: 15px 20px;
		padding-right: 45px;
		position: relative;}
.toast .toast-msg .close,
		.toast .alert .close{position: absolute;
			top: 14px;
			right: 20px;}
@-webkit-keyframes toastScale{0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 40px, 0) scale3d(0.1, 0.6, 1);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	}}
@keyframes toastScale{0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 40px, 0) scale3d(0.1, 0.6, 1);
		transform: translate3d(0, 40px, 0) scale3d(0.1, 0.6, 1);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
		transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	}}
@-webkit-keyframes toastFlash{0%, 50%, 100% {
		opacity: 1;
	}

	25%, 75% {
		opacity: 0;
	}}
@keyframes toastFlash{0%, 50%, 100% {
		opacity: 1;
	}

	25%, 75% {
		opacity: 0;
	}}
@-webkit-keyframes toastBouncyFlip{0% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
		-webkit-transition-timing-function: ease-in;
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 20deg);
		-webkit-transition-timing-function: ease-out;
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -10deg);
		-webkit-transition-timing-function: ease-in;
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 5deg);
		-webkit-transition-timing-function: ease-out;
	}

	100% {
		-webkit-transform: perspective(400px);
	}}
@keyframes toastBouncyFlip{0% {
		transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
		transition-timing-function: ease-in;
	}

	40% {
		transform: perspective(400px) rotate3d(1, 0, 0, 20deg);
		transition-timing-function: ease-out;
	}

	60% {
		transform: perspective(400px) rotate3d(1, 0, 0, -10deg);
		transition-timing-function: ease-in;
		opacity: 1;
	}

	80% {
		transform: perspective(400px) rotate3d(1, 0, 0, 5deg);
		transition-timing-function: ease-out;
	}

	100% {
		transform: perspective(400px);
	}}
@-webkit-keyframes toastGenie{0% {
		opacity: 0;
		-webkit-transform: translate3d(0, calc(230%), 0) scale3d(0, 1, 1);
		-webkit-animation-timing-function: ease-in;
	}

	40% {
		opacity: 0.5;
		-webkit-transform: translate3d(0, 0, 0) scale3d(0.02, 1.1, 1);
		-webkit-animation-timing-function: ease-out;
	}

	70% {
		opacity: 0.6;
		-webkit-transform: translate3d(0, -40px, 0) scale3d(0.8, 1.1, 1);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	}}
@keyframes toastGenie{0% {
		opacity: 0;
		-webkit-transform: translate3d(0, calc(230%), 0) scale3d(0, 1, 1);
		-webkit-animation-timing-function: ease-in;
		transform: translate3d(0, calc(230%), 0) scale3d(0, 1, 1);
		animation-timing-function: ease-in;
	}

	40% {
		opacity: 0.5;
		-webkit-transform: translate3d(0, 0, 0) scale3d(0.02, 1.1, 1);
		-webkit-animation-timing-function: ease-out;
		transform: translate3d(0, 0, 0) scale3d(0.02, 1.1, 1);
		animation-timing-function: ease-out;
	}

	70% {
		opacity: 0.6;
		-webkit-transform: translate3d(0, -40px, 0) scale3d(0.8, 1.1, 1);
		transform: translate3d(0, -40px, 0) scale3d(0.8, 1.1, 1);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
		transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	}}
@media (min-width: 768px){.app.nav-min .toast.toast-topLeft,
	.app.nav-min .toast.toast-bottomLeft {
		left: 70px;
	}}
.alert{padding: 10px 15px;
	font-size: 12px;
	margin-bottom: 10px;}
.alert .close{right: 0;
		font-weight: normal;
		top: 0;}
.alert p{margin-bottom: 0;}
.modal-backdrop{background: #555555;
	height: 100%;
	position: fixed;
	top: 0;}
.modal-header > .close{position: absolute;
		top: 1px;
		right: -20px;
		background: #555555;
		color: #fff;
		font-size: 12px;
		display: inline-block;
		padding: 4px 8px;
		opacity: .9;}
.modal-header > .close:hover{opacity: 1;}
.modal.modalFadeInScale.in .modal-dialog,
.modal.modalSlideIn.in .modal-dialog,
.modal.modal3DFlipHorizontal.in .modal-dialog,
.modal.modal3DFlipVertical.in .modal-dialog,
.modal.modalFall.in .modal-dialog,
.modal.modalRapid.in .modal-dialog{opacity: 1;}
.modal.modalFadeInScale.in .modal-dialog{-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);}
.modal.modalSlideIn.in .modal-dialog{-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);}
.modal.modal3DFlipHorizontal.in .modal-dialog{-webkit-transform: rotateY(0);
		-ms-transform: rotateY(0);
		-o-transform: rotateY(0);
		transform: rotateY(0);
		-webkit-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		transform-style: preserve-3d;}
.modal.modal3DFlipVertical.in .modal-dialog{-webkit-transform: rotateX(0);
		-ms-transform: rotateX(0);
		-o-transform: rotateX(0);
		transform: rotateX(0);
		-webkit-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		transform-style: preserve-3d;}
.modal.modalFall.in .modal-dialog{-webkit-transform: translateZ(0px) rotateX(0deg);
		-moz-transform: translateZ(0px) rotateX(0deg);
		-ms-transform: translateZ(0px) rotateX(0deg);
		transform: translateZ(0px) rotateX(0deg);}
.modal.modalRapid.in .modal-dialog{-webkit-animation: modalRapid 0.5s forwards ease-out;
	-o-animation: modalRapid 0.5s forwards ease-out;
	animation: modalRapid 0.5s forwards ease-out;}
@-webkit-keyframes modalRapid{0% {
		opacity: 0;
		-webkit-transform: translate3d(calc(-150vw), 0, 0);
	}

	50% {
		opacity: 1;
		-webkit-transform: translate3d(100px, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
	}}
@keyframes modalRapid{0% {
		opacity: 0;
		-webkit-transform: translate3d(calc(-150vw), 0, 0);
		transform: translate3d(calc(-150vw), 0, 0);
	}

	50% {
		opacity: 1;
		-webkit-transform: translate3d(100px, 0, 0);
		transform: translate3d(100px, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}}
.progress-bar span{font-size: 7px;}
.dataTables_paginate a{display: inline-block;
		background: #fff;
		padding: 6px 12px;
		font-size: 12px;
		cursor: pointer;
		border: 1px solid #eeeeee;}
.dataTables_paginate a.current{background: #1B76BC;
			color: #fff;
			border-color: #1B76BC;}
.page-app-calendar .calevents > li{border: 1px solid #eeeeee;
	background: #fff;
	padding: 10px 15px;
	font-size: 12px;
	margin-bottom: 15px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	position: relative;}
.page-app-calendar .calevents > li .event-name{border: none;
		box-shadow: none;
		padding: 2px 0 !important;
		width: 90%;}
.page-app-calendar .calevents > li .event-date{font-size: 11px;
		margin-bottom: 5px;}
.page-app-calendar .calevents > li .event-name{font-weight: 500;
		margin-bottom: 4px;}
.page-app-calendar .calevents > li .event-remove-icon{position: absolute;
		top: 5px;
		right: 15px;
		cursor: pointer;
		opacity: .8;}
.page-app-calendar .calevents > li .event-remove-icon:hover{opacity: 1;}
.page-app-calendar .calevents > li .event-colors{text-align: right;}
.page-app-calendar .calevents > li .event-colors > li{display: inline-block;
			margin-right: 2px;
			width: 12px;
			height: 12px;
			border-radius: 100%;
			cursor: pointer;}
.ui-checkbox label.ui-checkbox-inline,
	.ui-radio label.ui-checkbox-inline{margin-right: 8px;}
.ui-checkbox label,
	.ui-radio label{font-weight: normal;
		cursor: pointer;
		margin-bottom: 0;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		position: static;}
.ui-checkbox label > input,
		.ui-radio label > input{cursor: pointer;
			display: none;
			margin-left: -15px;}
.ui-checkbox label > input[disabled] + span,
			.ui-checkbox label > input[readonly] + span,
			.ui-checkbox label > input[disabled] + i,
			.ui-checkbox label > input[readonly] + i,
			.ui-radio label > input[disabled] + span,
			.ui-radio label > input[readonly] + span,
			.ui-radio label > input[disabled] + i,
			.ui-radio label > input[readonly] + i{opacity: .6;
				cursor: not-allowed;}
.ui-checkbox label > span,
		.ui-checkbox label > i,
		.ui-radio label > span,
		.ui-radio label > i{position: relative;
			padding-left: 28px;
			padding-top: 2.5px;}
.ui-checkbox label > span:before,
			.ui-checkbox label > i:before,
			.ui-checkbox label > span:after,
			.ui-checkbox label > i:after,
			.ui-radio label > span:before,
			.ui-radio label > i:before,
			.ui-radio label > span:after,
			.ui-radio label > i:after{position: absolute;
				-webkit-transition: 0.25s;
				-o-transition: 0.25s;
				transition: 0.25s;}
.ui-checkbox label > span:before,
			.ui-checkbox label > i:before,
			.ui-radio label > span:before,
			.ui-radio label > i:before{content: "";
				width: 20px;
				height: 20px;
				top: 1px;
				left: 0;
				border: 2px solid #919191;
				box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
				background-color: #ffffff;}
.ui-checkbox label > input:checked + span:after,
		.ui-checkbox label > input:checked + i:after,
		.ui-radio label > input:checked + span:after,
		.ui-radio label > input:checked + i:after{content: "\f122";
			font-family: 'ionicons';
			left: 5px;
			top: 2px;
			font-size: 12px;
			color: #6a6a6a;}
.ui-checkbox.ui-checkbox-circle label > span:before,
	.ui-checkbox.ui-checkbox-circle label > i:before,
	.ui-radio.ui-checkbox-circle label > span:before,
	.ui-radio.ui-checkbox-circle label > i:before{border-radius: 100%;
		top: 2px !important;}
.ui-checkbox.ui-checkbox-circle label > span:after,
	.ui-checkbox.ui-checkbox-circle label > i:after,
	.ui-radio.ui-checkbox-circle label > span:after,
	.ui-radio.ui-checkbox-circle label > i:after{top: 3.5px !important;
		left: 5.3px !important;}
.ui-radio label.ui-radio-inline{margin-right: 8px;}
.ui-radio label > span:before,
	.ui-radio label > i:before{border-radius: 100%;
		top: 1px;}
.ui-radio label > input:checked + span:after,
	.ui-radio label > input:checked + i:after{content: "";
		width: 10px;
		height: 10px;
		border-radius: 100%;
		top: 6px;
		left: 5px;
		background: #6a6a6a;}
.ui-checkbox-primary label > input:checked + span:after,
.ui-radio-primary label > input:checked + span:after,
.ui-checkbox-primary label > input:checked + i:after,
.ui-radio-primary label > input:checked + i:after{color: #ffffff;}
.ui-checkbox-primary label > input:checked + span:before,
.ui-radio-primary label > input:checked + span:before,
.ui-checkbox-primary label > input:checked + i:before,
.ui-radio-primary label > input:checked + i:before{background-color: #1B76BC;
	border: 1px solid #3c4dac;}
.ui-checkbox-pink label > input:checked + span:after,
.ui-radio-pink label > input:checked + span:after,
.ui-checkbox-pink label > input:checked + i:after,
.ui-radio-pink label > input:checked + i:after{color: #ffffff;}
.ui-checkbox-pink label > input:checked + span:before,
.ui-radio-pink label > input:checked + span:before,
.ui-checkbox-pink label > input:checked + i:before,
.ui-radio-pink label > input:checked + i:before{background-color: #e91e63;
	border: 1px solid #e4165c;}
.ui-checkbox-success label > input:checked + span:after,
.ui-radio-success label > input:checked + span:after,
.ui-checkbox-success label > input:checked + i:after,
.ui-radio-success label > input:checked + i:after{color: #ffffff;}
.ui-checkbox-success label > input:checked + span:before,
.ui-radio-success label > input:checked + span:before,
.ui-checkbox-success label > input:checked + i:before,
.ui-radio-success label > input:checked + i:before{background-color: #1B76BC;
	border: 1px solid #48a64c;}
.ui-checkbox-warning label > input:checked + span:after,
.ui-radio-warning label > input:checked + span:after,
.ui-checkbox-warning label > input:checked + i:after,
.ui-radio-warning label > input:checked + i:after{color: #ffffff;}
.ui-checkbox-warning label > input:checked + span:before,
.ui-radio-warning label > input:checked + span:before,
.ui-checkbox-warning label > input:checked + i:before,
.ui-radio-warning label > input:checked + i:before{background-color: #ffeb3b;
	border: 1px solid #ffea2e;}
.ui-checkbox-danger label > input:checked + span:after,
.ui-radio-danger label > input:checked + span:after,
.ui-checkbox-danger label > input:checked + i:after,
.ui-radio-danger label > input:checked + i:after{color: #ffffff;}
.ui-checkbox-danger label > input:checked + span:before,
.ui-radio-danger label > input:checked + span:before,
.ui-checkbox-danger label > input:checked + i:before,
.ui-radio-danger label > input:checked + i:before{background-color: #f44336;
	border: 1px solid #f3382a;}
.ui-checkbox-info label > input:checked + span:after,
.ui-radio-info label > input:checked + span:after,
.ui-checkbox-info label > input:checked + i:after,
.ui-radio-info label > input:checked + i:after{color: #ffffff;}
.ui-checkbox-info label > input:checked + span:before,
.ui-radio-info label > input:checked + span:before,
.ui-checkbox-info label > input:checked + i:before,
.ui-radio-info label > input:checked + i:before{background-color: #2196f3;
	border: 1px solid #1590f2;}
.ui-radio-primary label > input:checked + span:after,
.ui-radio-pink label > input:checked + span:after,
.ui-radio-success label > input:checked + span:after,
.ui-radio-warning label > input:checked + span:after,
.ui-radio-danger label > input:checked + span:after,
.ui-radio-info label > input:checked + span:after,
.ui-radio-primary label > input:checked + i:after,
.ui-radio-pink label > input:checked + i:after,
.ui-radio-success label > input:checked + i:after,
.ui-radio-warning label > input:checked + i:after,
.ui-radio-danger label > input:checked + i:after,
.ui-radio-info label > input:checked + i:after{background-color: #fff;}
.ui-toggle label.ui-toggle-inline{margin-right: 8px;}
.ui-toggle label{font-weight: normal;
	cursor: pointer;
	margin-bottom: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: static;}
.ui-toggle label > input{display: none;}
.ui-toggle label > input[disabled] + span,
		.ui-toggle label > input[readonly] + span,
		.ui-toggle label > input[disabled] + i,
		.ui-toggle label > input[readonly] + i{opacity: .6;
			cursor: not-allowed;}
.ui-toggle label > input + span,
		.ui-toggle label > input + i{display: inline-block;
			position: relative;
			width: 48px;
			height: 30px;
			background-color: #333333;
			border-radius: 30px;
			pointer-events: none;}
.ui-toggle label > input + span:after,
			.ui-toggle label > input + i:after,
			.ui-toggle label > input + span:before,
			.ui-toggle label > input + i:before{content: "";
				position: absolute;
				display: block;}
.ui-toggle label > input + span:after,
			.ui-toggle label > input + i:after{left: -1px;
				top: 2px;
				width: 26px;
				height: 26px;
				background: #ffffff;
				border-radius: 26px;
				box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.1);
				transition: transform 0.25s cubic-bezier(1, -0.5, 0.5, 1);}
.ui-toggle label > input + span:before,
			.ui-toggle label > input + i:before{left: 0;
				top: 0;
				width: 48px;
				height: 30px;
				background: #ffffff;
				border-radius: 30px;
				box-shadow: 0 0 0 1px #c8c8c8;
				transform: scale3d(1, 1, 1);
				-webkit-transition: transform 0.33s cubic-bezier(1, 1.5, 0, 0.5);
				-o-transition: transform 0.33s cubic-bezier(1, 1.5, 0, 0.5);
				transition: transform 0.33s cubic-bezier(1, 1.5, 0, 0.5);}
.ui-toggle label > input:checked + span:before,
		.ui-toggle label > input:checked + i:before{transform: scale3d(0, 0, 0);}
.ui-toggle label > input:checked + span:after,
		.ui-toggle label > input:checked + i:after{box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
			-webkit-transform: translate3d(22px, 0, 0);
			transform: translate3d(22px, 0, 0);}
.ui-toggle-xs label > input + span,
.ui-toggle-xs label > input + i{width: 31.33333333px;
	height: 20px;}
.ui-toggle-xs label > input + span:before,
	.ui-toggle-xs label > input + i:before{width: 31.33333333px;
		height: 20px;}
.ui-toggle-xs label > input + span:after,
	.ui-toggle-xs label > input + i:after{width: 16.66666667px;
		height: 16.66666667px;}
.ui-toggle-xs label > input:checked + span:after,
.ui-toggle-xs label > input:checked + i:after{-webkit-transform: translate3d(14.66666667px, 0, 0);
	transform: translate3d(14.66666667px, 0, 0);}
.ui-toggle-sm label > input + span,
.ui-toggle-sm label > input + i{width: 39.66666667px;
	height: 25px;}
.ui-toggle-sm label > input + span:before,
	.ui-toggle-sm label > input + i:before{width: 39.66666667px;
		height: 25px;}
.ui-toggle-sm label > input + span:after,
	.ui-toggle-sm label > input + i:after{width: 21.83333333px;
		height: 21.83333333px;}
.ui-toggle-sm label > input:checked + span:after,
.ui-toggle-sm label > input:checked + i:after{-webkit-transform: translate3d(17.83333333px, 0, 0);
	transform: translate3d(17.83333333px, 0, 0);}
.ui-toggle-lg label > input + span,
.ui-toggle-lg label > input + i{width: 56.33333333px;
	height: 35px;}
.ui-toggle-lg label > input + span:before,
	.ui-toggle-lg label > input + i:before{width: 56.33333333px;
		height: 35px;}
.ui-toggle-lg label > input + span:after,
	.ui-toggle-lg label > input + i:after{width: 30.16666667px;
		height: 30.16666667px;}
.ui-toggle-lg label > input:checked + span:after,
.ui-toggle-lg label > input:checked + i:after{-webkit-transform: translate3d(26.16666667px, 0, 0);
	transform: translate3d(26.16666667px, 0, 0);}
.ui-toggle-primary label > input + span,
.ui-toggle-primary label > input + i{background-color: #1B76BC;}
.ui-toggle-success label > input + span,
.ui-toggle-success label > input + i{background-color: #1B76BC;}
.ui-toggle-warning label > input + span,
.ui-toggle-warning label > input + i{background-color: #ffeb3b;}
.ui-toggle-info label > input + span,
.ui-toggle-info label > input + i{background-color: #2196f3;}
.ui-toggle-danger label > input + span,
.ui-toggle-danger label > input + i{background-color: #f44336;}
.ui-toggle-pink label > input + span,
.ui-toggle-pink label > input + i{background-color: #e91e63;}
[datepicker] table > thead > tr,
	.datepicker table > thead > tr{font-weight: 500;}
[datepicker] table > thead > tr > th,
		.datepicker table > thead > tr > th{text-transform: uppercase;
			font-size: 12px;
			padding: 4px 0;}
[datepicker] table > thead > tr > th i,
			.datepicker table > thead > tr > th i{font-style: normal;
				font-size: 18px;
				line-height: .5;}
[datepicker] table > thead > tr > th small[aria-label],
			.datepicker table > thead > tr > th small[aria-label]{color: #e91e63;}
[datepicker] table > thead > tr > th .glyphicon-chevron-left:before,
			.datepicker table > thead > tr > th .glyphicon-chevron-left:before{content: "«";}
[datepicker] table > thead > tr > th .glyphicon-chevron-right:before,
			.datepicker table > thead > tr > th .glyphicon-chevron-right:before{content: "»";}
[datepicker] table > thead > tr > th > .btn,
			.datepicker table > thead > tr > th > .btn{border: none;
				box-shadow: none;
				background: transparent;}
[datepicker] table > thead > tr > th > .btn:hover,
				.datepicker table > thead > tr > th > .btn:hover{background: #f7f7f7;}
[datepicker] table > tbody > tr td:first-child,
	.datepicker table > tbody > tr td:first-child{color: #e91e63;}
[datepicker] table > tbody > tr td:first-child em,
		.datepicker table > tbody > tr td:first-child em{font-style: normal;}
[datepicker] table > tbody > tr td > button,
	.datepicker table > tbody > tr td > button{border-radius: 2px;
		background: transparent;
		border: none;
		box-shadow: none;}
[datepicker] table > tbody > tr td > button.active,
		.datepicker table > tbody > tr td > button.active{box-shadow: none;
			-webkit-transition: 0s;
			-o-transition: 0s;
			transition: 0s;
			color: #fff;}
[datepicker] table > tbody > tr td > button > span,
		.datepicker table > tbody > tr td > button > span{background: transparent;}
[datepicker] table > tbody > tr td > button:not(.active):hover,
		.datepicker table > tbody > tr td > button:not(.active):hover{background: #f7f7f7;}
/** Only for presentation, buttons **/
.page-ui-buttons .btn-group button{margin-right: 0;}
.page-ui-buttons .btn-group-vertical button{margin-bottom: 0;}
.btn-gap-v,
.page-ui-buttons button{margin: 0 0 12px;}
.btn-gap-h,
.page-ui-buttons button,
.page-ui-buttons .btn-group{margin-right: 6px;}
.page-ui-icons .icons-list li{display: inline-block;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	cursor: pointer;}
.page-ui-icons .icons-list li span.text{margin-left: 10px;
		display: inline-block;
		-webkit-transform: translate(0, -1px);
		-ms-transform: translate(0, -1px);
		-o-transform: translate(0, -1px);
		transform: translate(0, -1px);}
.page-ui-icons .icons-list li:hover > .group{background: #1B76BC;
		color: #fff;
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);}
.page-ui-icons .icons-list li .group{margin-bottom: 5px;
		display: inline-block;
		padding: 8px 15px;
		-webkit-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;}
.page-icons .fontawesome-icon-list > div{-webkit-transition: 0.25s;
		-o-transition: 0.25s;
		transition: 0.25s;
		padding: 10px 15px;}
.page-icons .fontawesome-icon-list > div:hover{background: #1B76BC;
			color: #fff;}
.page-forms-uploader .dropzone .drop-info i.ion{font-size: 72px;
			line-height: 1;}
@media (min-width: 768px){.page-forms-imagecrop .croppedImage {
		margin-left: 15px;
	}}
.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb30{margin-bottom: 30px;}
.right{float: right;}
.site-head{position: relative;
	width: calc(100% - 65px);
	height: 55px;
	margin-left: 65px;}
.site-head.fixedHeader{position: fixed;
		left: 0;
		right: 0;}
@media (max-width: 767px){.site-head,
	.site-head.fixedHeader {
		position: fixed;
	}}
.main-container{width: 100%;
	overflow: hidden;
	position: relative;
	background: #efefef !important;}
.main-container .content-container.fixedHeader .page{margin-top: 55px;}
.main-container .nav-wrap{width: 65px;
		position: fixed;
		overflow-y: auto;
		top: 0;
		bottom: 0;}
@media (min-width: 768px){.main-container .nav-wrap {
		overflow: hidden;
	}}
.main-container .nav-wrap:hover{width: 220px;}
.main-container .nav-wrap:hover .nav-head{width: 220px;}
.site-head.nav-expand{width: calc(100% - 220px);
	margin-left: 220px;}
.main-container .nav-wrap.nav-expand{width: 220px;}
.main-container .nav-wrap.nav-expand .nav-head{width: 220px;}
.main-container .content-container{margin-left: 65px;
	width: calc(100% - 65px);}
.main-container .content-container.nav-expand{width: calc(100% - 220px);
		margin-left: 220px;}
.app.nav-expand .site-head{width: calc(100% - 220px);
	margin-left: 220px;}
.app.nav-expand .main-container .nav-wrap{width: 220px;}
.app.nav-expand .main-container .content-container{width: calc(100% - 220px);
	margin-left: 220px;}
.app.body-full #site-head,
.app.body-full #site-nav{display: none;}
.app.body-full .main-container{-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	top: 50%;
	position: relative;}
.app.body-full #content{margin: 0;}
@media (min-width: 768px){.app.body-full #content {
		width: 100%;
		margin: 0;
	}}
@media only screen and (min-width: 768px){.app .main-container.nav-horizontal .content-container {
		margin-right: auto;
		margin-left: auto;
		padding-left: 15px;
		padding-right: 15px;
		margin-top: 155px;
	}

		.app .main-container.nav-horizontal .content-container .page {
			padding: 0;
		}

		.app .main-container.nav-horizontal .content-container .page-wrap .row {
			padding: 0;
		}}
.site-head{z-index: 5;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
	background: #1B76BC;
	-webkit-transition: 0.25s ease-in;
	-o-transition: 0.25s ease-in;
	transition: 0.25s ease-in;}
.site-head ul.left-elems,
	.site-head ul.right-elems{display: table;
		height: 100%;}
.site-head ul.left-elems > li,
		.site-head ul.right-elems > li{display: table-cell;
			vertical-align: middle;}
.site-head ul.left-elems{float: left;}
.site-head ul.left-elems > li > .nav-trigger{margin-left: 20px;
			cursor: pointer;
			padding: 5px 15px;
			font-size: 20px;
			color: #fff;}
@media (max-width: 767px){.site-head ul.left-elems > li > .site-logo {
		position: absolute;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		left: 50%;
		top: 50%;
	}

		.site-head ul.left-elems > li > .site-logo > a {
			font-weight: 900;
			color: #fff;
		}}
.site-head ul.left-elems > li > .form-search{position: relative;
	width: 240px;
	margin-left: 20px;}
.site-head ul.left-elems > li > .form-search input{border: 1px solid #f7f7f7;
		color: #535353;}
.site-head ul.left-elems > li > .form-search input:focus{content: " ";
			background: #f7f7f7;
			box-shadow: none;}
.site-head ul.left-elems > li > .form-search button{border: none;
		position: absolute;
		top: 7px;
		right: 8px;
		background: transparent;}
.site-head ul.left-elems > li.fullscreen > a,
.site-head ul.left-elems > li.notify-drop > a{margin-left: 30px;
	display: inline-block;
	margin-top: 1px;
	color: #fff;}
.site-head ul.left-elems > li > a{position: relative;}
.site-head ul.left-elems > li > a .badge{position: absolute;
		top: -2px;
		left: 8px;}
.site-head ul.left-elems > li.notify-drop .dropdown-menu{min-width: 320px;
	-webkit-transform: translate(0, -2px);
	-ms-transform: translate(0, -2px);
	-o-transform: translate(0, -2px);
	transform: translate(0, -2px);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);}
.site-head ul.left-elems > li.notify-drop .dropdown-menu .panel-heading{text-transform: none;
		font-weight: 500;}
.site-head ul.left-elems > li.notify-drop .dropdown-menu .panel-body{padding-bottom: 10px;}
.site-head ul.left-elems > li.notify-drop .dropdown-menu ul li{margin-bottom: 20px;}
.site-head ul.left-elems > li.notify-drop .dropdown-menu ul li:last-child{margin-bottom: 0;}
.site-head ul.left-elems > li.notify-drop .dropdown-menu ul li a{color: #464646;}
.site-head ul.left-elems > li.notify-drop .dropdown-menu ul li a .ion{padding: 6px 12px;
				color: #fff;
				margin-right: 15px;}
.site-head ul.right-elems{float: right;}
.site-head ul.right-elems > li.profile-drop > a{margin-right: 30px;}
.site-head ul.right-elems > li.profile-drop > a > img{width: 32px;
			height: 32px;
			border-radius: 100%;
			border: 2px solid #eeeeee;}
.site-head ul.right-elems > li.profile-drop .dropdown-menu{-webkit-transform: translate(0, -2px);
		-ms-transform: translate(0, -2px);
		-o-transform: translate(0, -2px);
		transform: translate(0, -2px);
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);}
.site-head ul.right-elems > li.floating-sidebar > a{color: #fff;
		margin-right: 30px;
		margin-top: 2px;
		display: inline-block;}
.site-head ul.right-elems > li.floating-sidebar > a > i{font-size: 20px;}
.site-head ul.right-elems > li.floating-sidebar .sidebar-wrap{overflow: hidden;
		background: #fff;
		position: fixed;
		box-shadow: 4px 0 12px rgba(0, 0, 0, 0.4);
		top: 54.5px;
		bottom: 0;
		right: 0;
		width: 250px;
		-webkit-transform: translate(100%, 0);
		-ms-transform: translate(100%, 0);
		-o-transform: translate(100%, 0);
		transform: translate(100%, 0);
		border-left: 1px solid #eeeeee;
		-webkit-transition: 0.25s ease-in;
		-o-transition: 0.25s ease-in;
		transition: 0.25s ease-in;}
.site-head ul.right-elems > li.floating-sidebar .sidebar-wrap .tab-content{border: none;
			box-shadow: none;}
.site-head ul.right-elems > li.floating-sidebar .sidebar-wrap .nav-tabs{background: #333333;}
.site-head ul.right-elems > li.floating-sidebar .sidebar-wrap .nav-tabs > li.active a{color: #464646;}
.site-head ul.right-elems > li.floating-sidebar .sidebar-wrap .nav-tabs > li a{border: none;
				box-shadow: none;
				border-radius: 0;
				color: #fff;}
.site-head ul.right-elems > li.floating-sidebar .sidebar-wrap .chat-tab .title,
		.site-head ul.right-elems > li.floating-sidebar .sidebar-wrap .info-tab .title{border-bottom: 1px solid #eeeeee;
			text-transform: uppercase;
			font-weight: bold;
			padding: 10px 0px;}
.site-head ul.right-elems > li.floating-sidebar .sidebar-wrap .chat-tab .user-container img{border-radius: 100%;
			width: 38px;
			height: 38px;
			border: 2px solid #eeeeee;
			float: left;
			margin-right: 10px;}
.site-head ul.right-elems > li.floating-sidebar .sidebar-wrap .chat-tab .user-container .desc{display: inline-block;}
.site-head ul.right-elems > li.floating-sidebar .sidebar-wrap .chat-tab .user-container .desc .ion{font-size: 11px;}
.site-head ul.right-elems > li.floating-sidebar .sidebar-wrap .chat-tab .user-container .avail{display: inline-block;
			font-size: 10px;
			margin-top: 2px;}
.site-head ul.right-elems > li.floating-sidebar .sidebar-wrap .chat-tab .user-container .on{color: #1B76BC;}
.site-head ul.right-elems > li.floating-sidebar .sidebar-wrap .chat-tab .user-container .off{color: #f44336;}
.site-head ul.right-elems > li.floating-sidebar .sidebar-wrap .chat-tab .user-container .away{color: #ffeb3b;}
.site-head ul.right-elems > li.floating-sidebar.open .sidebar-wrap{-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);}
.main-container .nav-wrap{background: #ffffff;
	z-index: 10;
	-webkit-transition: 0.25s ease-in;
	-o-transition: 0.25s ease-in;
	transition: 0.25s ease-in;
	box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
	overflow: hidden;}
.main-container .nav-wrap.nav-expand .nav-foot,
	.main-container .nav-wrap:hover .nav-foot{visibility: visible;
		-webkit-transition-delay: 0.25s;
		transition-delay: 0.25s;}
.main-container .nav-wrap.nav-expand .site-nav .nav-list > li.open .inner-drop,
	.main-container .nav-wrap:hover .site-nav .nav-list > li.open .inner-drop{display: block;
		opacity: 1;}
.main-container .nav-wrap.nav-expand .site-nav .nav-list > li.open .inner-drop a,
		.main-container .nav-wrap:hover .site-nav .nav-list > li.open .inner-drop a{-webkit-animation: slideSiteMenuX 0.3s ease-in;
			-o-animation: slideSiteMenuX 0.3s ease-in;
			animation: slideSiteMenuX 0.3s ease-in;}
@-webkit-keyframes slideSiteMenuX{0% {
		opacity: 0;
		transform: translate(-20px, 0);
	}

	100% {
		opacity: 1;
		transform: translate(0px, 0);
	}}
@keyframes slideSiteMenuX{0% {
		opacity: 0;
		transform: translate(-20px, 0);
	}

	100% {
		opacity: 1;
		transform: translate(0px, 0);
	}}
.main-container .nav-wrap .nav-head{height: 58px;
	display: table;
	overflow: hidden;
	width: 65px;
	position: fixed;
	padding-left: 22px;
	z-index: 1000;
	-webkit-transition: 0.25s ease-in;
	-o-transition: 0.25s ease-in;
	transition: 0.25s ease-in;
	background: #1B76BC;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);}
.main-container .nav-wrap .nav-head .site-logo{color: #fff;
		font-weight: bolder;
		display: table-cell;
		vertical-align: middle;
		font-size: 22px;
		position: relative;}
.main-container .nav-wrap .nav-head .site-logo > i{font-size: 25px;
			display: inline-block;}
.main-container .nav-wrap .nav-head .site-logo > span.text{position: absolute;
			top: 12.33333333px;
			margin-left: 22px;}
.main-container .nav-wrap .nav-foot{background: #f0f0f0;
	position: fixed;
	bottom: 0;
	width: 220px;
	opacity: .95;
	font-size: 12px;
	text-align: center;
	display: table;
	box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
	padding: 6px;
	visibility: hidden;
	text-transform: uppercase;
	white-space: nowrap;}
.main-container .nav-wrap .nav-foot p{display: table-cell;
		vertical-align: middle;
		margin-bottom: 0;}
.main-container .nav-wrap .nav-foot p > span{color: #607d8b;}
.main-container .nav-wrap .site-nav{margin-top: 55px;}
.main-container .nav-wrap .site-nav .profile{padding: 10px 0px 10px 7px;
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);}
.main-container .nav-wrap .site-nav .profile > img{border-radius: 100%;
			border: 2px solid #eeeeee;
			width: 50px;
			height: 50px;
			float: left;}
.main-container .nav-wrap .site-nav .profile > .group{margin-left: 65px;
			color: #464646;}
.main-container .nav-wrap .site-nav .profile > .group .name,
			.main-container .nav-wrap .site-nav .profile > .group .desig{white-space: nowrap;}
.main-container .nav-wrap .site-nav .profile > .group .name{margin-bottom: 0;}
.main-container .nav-wrap .site-nav .nav-list > li{position: relative;}
.main-container .nav-wrap .site-nav .nav-list > li.open a > .arrow{-webkit-transform: rotate(-90deg);
			-ms-transform: rotate(-90deg);
			-o-transform: rotate(-90deg);
			transform: rotate(-90deg);}
.main-container .nav-wrap .site-nav .nav-list > li a{color: #464646;
			padding: 7px 15px;
			padding-left: 12px;
			display: table;
			width: 100%;
			white-space: nowrap;
			height: 50px;}
.main-container .nav-wrap .site-nav .nav-list > li a:hover{color: #455a64;
				background: #f7f7f7;}
.main-container .nav-wrap .site-nav .nav-list > li a .text,
			.main-container .nav-wrap .site-nav .nav-list > li a .arrow,
			.main-container .nav-wrap .site-nav .nav-list > li a .badge{display: inline-block;
				position: absolute;}
.main-container .nav-wrap .site-nav .nav-list > li a .arrow,
			.main-container .nav-wrap .site-nav .nav-list > li a .badge{margin-top: 12px;}
.main-container .nav-wrap .site-nav .nav-list > li a i.ion{display: inline-block;
				font-size: 16px;
				padding: 5px 0;
				width: 40px;
				text-align: center;
				-webkit-transition: 0.2s ease-in;
				-o-transition: 0.2s ease-in;
				transition: 0.2s ease-in;}
.main-container .nav-wrap .site-nav .nav-list > li > a > .text{margin-left: 15px;
			margin-top: 9px;
			font-weight: bold;
			text-transform: uppercase;
			font-size: 10px;}
.main-container .nav-wrap .site-nav .nav-list > li a .arrow{margin-left: 150px;
			font-size: 9px;
			color: #464646;}
.main-container .nav-wrap .site-nav .nav-list > li a .badge{margin-left: 125px;}
.main-container .nav-wrap .site-nav .nav-list li.active a,
	.main-container .nav-wrap .site-nav .nav-list li.open > a{background: #f7f7f7;
		color: #616161;}
.main-container .nav-wrap .site-nav .nav-list li.active a .text,
		.main-container .nav-wrap .site-nav .nav-list li.open > a .text{color: #607d8b;}
.main-container .nav-wrap .site-nav .nav-list li.active a:hover,
		.main-container .nav-wrap .site-nav .nav-list li.open > a:hover{color: #464646;}
.main-container .nav-wrap .site-nav .nav-list li.active a i.ion,
		.main-container .nav-wrap .site-nav .nav-list li.open > a i.ion{color: #fff;
			border-color: #8aa2ae;
			background: #607d8b;
			height: 35px;}
.main-container .nav-wrap .site-nav .nav-list li .inner-drop{display: none;
		font-size: 13px;
		background: #fff;}
.main-container .nav-wrap .site-nav .nav-list li .inner-drop a{padding: 10px 0;
			padding-left: 55px;
			position: relative;
			-webkit-transition: 0.3s ease-in-out;
			-o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;}
.main-container .nav-wrap .site-nav .nav-list li .inner-drop a:hover{background: #f2f2f2;
				color: #616161;}
.main-container .nav-wrap .site-nav .nav-list > li.open .inner-drop{display: none;
		opacity: 0;}
@media only screen and (min-width: 768px){.app .main-container.nav-horizontal .nav-wrap {
		position: fixed;
		top: 0;
		bottom: auto;
		-webkit-transition: 0s;
		-o-transition: 0s;
		transition: 0s;
		z-index: 1000;
		width: 100%;
		overflow: visible;
	}

		.app .main-container.nav-horizontal .nav-wrap .nav-head {
			width: 220px !important;
		}

		.app .main-container.nav-horizontal .nav-wrap .nav-foot,
		.app .main-container.nav-horizontal .nav-wrap .site-nav .profile {
			display: none;
		}

		.app .main-container.nav-horizontal .nav-wrap .site-nav .nav-list {
			margin-bottom: 0;
		}

			.app .main-container.nav-horizontal .nav-wrap .site-nav .nav-list > li {
				float: left;
			}

				.app .main-container.nav-horizontal .nav-wrap .site-nav .nav-list > li a {
					padding: 10px 25px;
				}

				.app .main-container.nav-horizontal .nav-wrap .site-nav .nav-list > li a {
					text-align: center;
				}

					.app .main-container.nav-horizontal .nav-wrap .site-nav .nav-list > li a .text {
						margin-left: 0;
						display: block;
						margin-top: 4px;
						position: relative;
					}

					.app .main-container.nav-horizontal .nav-wrap .site-nav .nav-list > li a .arrow {
						display: block;
						margin-left: 18px;
						margin-top: -2px;
						-webkit-transform: rotate(-90deg);
						-ms-transform: rotate(-90deg);
						-o-transform: rotate(-90deg);
						transform: rotate(-90deg);
						font-size: 8px;
					}

					.app .main-container.nav-horizontal .nav-wrap .site-nav .nav-list > li a .badge {
						top: 3px;
						margin-left: auto;
						right: 18px;
					}

			.app .main-container.nav-horizontal .nav-wrap .site-nav .nav-list li .inner-drop {
				display: none;
				position: absolute;
				left: 0;
				margin-top: 1px;
				box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
			}

			.app .main-container.nav-horizontal .nav-wrap .site-nav .nav-list li:hover > a {
				background: #f7f7f7;
			}

			.app .main-container.nav-horizontal .nav-wrap .site-nav .nav-list li:hover .inner-drop {
				display: block;
			}}
@media (max-width: 767px){#app.off-canvas .site-head {
		width: 100%;
		margin-left: 0;
		z-index: 1040;
	}

	#app.off-canvas .main-container .nav-wrap {
		width: 220px;
		-webkit-transform: translate(-100%, 0);
		-ms-transform: translate(-100%, 0);
		-o-transform: translate(-100%, 0);
		transform: translate(-100%, 0);
	}

		#app.off-canvas .main-container .nav-wrap.nav-offcanvas {
			-webkit-transform: translate(0, 0);
			-ms-transform: translate(0, 0);
			-o-transform: translate(0, 0);
			transform: translate(0, 0);
		}

		#app.off-canvas .main-container .nav-wrap .nav-foot {
			display: none;
		}

	#app.off-canvas .main-container .content-container {
		width: 100%;
		margin-left: 0;
	}}
@media (max-width: 320px){.page .row > [class^='col'] {
		width: 100%;
	}}
.page .page-wrap > .row{padding: 0 15px;}
.content-container.ng-enter{z-index: 9999;
	-webkit-animation: 0.3s scaleUp ease-in;
	-o-animation: 0.3s scaleUp ease-in;
	animation: 0.3s scaleUp ease-in;}
.content-container.ng-leave{z-index: 8888;}
@media (min-width: 768px){@keyframes scaleUp {
		0% {
			opacity: 0;
			-webkit-transform: scale(0.95);
			-ms-transform: scale(0.95);
			-o-transform: scale(0.95);
			transform: scale(0.95);
		}

		100% {
			opacity: 1;
			-webkit-transform: scale(1);
			-ms-transform: scale(1);
			-o-transform: scale(1);
			transform: scale(1);
		}
	}

	@-webkit-keyframes scaleUp {
		0% {
			opacity: 0;
			-webkit-transform: scale(0.95);
			-ms-transform: scale(0.95);
			-o-transform: scale(0.95);
			transform: scale(0.95);
		}

		100% {
			opacity: 1;
			-webkit-transform: scale(1);
			-ms-transform: scale(1);
			-o-transform: scale(1);
			transform: scale(1);
		}
	}}
.site-settings.open{-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);}
.site-settings ul.themes{text-align: center;
		margin: 0 auto;}
.site-settings ul.themes:before,
		.site-settings ul.themes:after{content: " ";
			display: table;}
.site-settings ul.themes:after{clear: both;}
.site-settings ul.themes li{width: 42px;
			height: 25px;
			margin-right: 5px;
			cursor: pointer;
			display: inline-block;
			box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);}
.site-settings ul.themes li.active{box-shadow: inset 0 0 8px 20px rgba(0, 0, 0, 0.3);}
.site-settings ul.themes li:last-child{margin-right: 0;}
.site-settings ul.themes li:nth-child(1){background: #1B76BC;}
.site-settings ul.themes li:nth-child(2){background: #e91e63;}
.site-settings ul.themes li:nth-child(3){background: #1B76BC;}
.site-settings ul.themes li:nth-child(4){background: #607d8b;}
.site-settings ul.themes li:nth-child(5){background: #03a9f4;}
.site-settings ul.themes li:nth-child(6){background: #795548;}
.site-settings ul.themes li:nth-child(7){background: #ffeb3b;}
.site-settings ul.themes li:nth-child(8){background: #f44336;}
.app.theme-one .site-head{background: #e91e63;}
.app.theme-one .main-container .nav-wrap .nav-head{background: #1B76BC;}
.app.theme-two .site-head{background: #1B76BC;}
.app.theme-two .main-container .nav-wrap .nav-head{background: #1B76BC;}
.app.theme-three .site-head{background: #607d8b;}
.app.theme-three .main-container .nav-wrap .nav-head{background: #455a64;}
.app.theme-four .site-head{background: #03a9f4;}
.app.theme-four .main-container .nav-wrap .nav-head{background: #0288d1;}
.app.theme-five .site-head{background: #795548;}
.app.theme-five .main-container .nav-wrap .nav-head{background: #5d4037;}
.app.theme-six .site-head{background: #ffeb3b;}
.app.theme-six .main-container .nav-wrap .nav-head{background: #ffe927;}
.app.theme-seven .site-head{background: #f44336;}
.app.theme-seven .main-container .nav-wrap .nav-head{background: #d32f2f;}
.page.page-email .email-nav .navigation li.active > a,
	.page.page-email .email-nav .navigation li.active a:hover{background: #e91e63;
		color: #fff;
		border-radius: 2px;}
.page.page-email .email-nav .navigation li > a,
	.page.page-email .email-nav .labels li > a{color: #464646;
		display: block;
		padding: 6px 15px;}
.page.page-email .email-nav .navigation li > a > span,
		.page.page-email .email-nav .labels li > a > span{margin-right: 10px;}
.page.page-email .email-nav .navigation li > a:hover,
		.page.page-email .email-nav .labels li > a:hover{background: #eeeeee;}
.page.page-email .email-nav .labels li > a > span{font-size: 10px;
			-webkit-transform: translate(0, -1px);
			-ms-transform: translate(0, -1px);
			-o-transform: translate(0, -1px);
			transform: translate(0, -1px);}
.page.page-email .email-content .email-lists li{width: 300px;
		padding: 20px;
		padding-bottom: 15px;
		border-right: 1px solid #eeeeee;
		-webkit-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
		display: inline-block;
		margin-left: -4px;
		white-space: normal;}
.page.page-email .email-content .email-lists li.read a,
		.page.page-email .email-content .email-lists li.read a p{color: #939393;
			font-weight: 100;}
.page.page-email .email-content .email-lists li.active{background: #f9f6dc;}
.page.page-email .email-content .email-lists li:not(.active):hover{background: #eeeeee;}
.page.page-email .email-content .email-lists li a{color: #464646;
			font-weight: 600;}
.page.page-email .email-content .email-lists li a .subject{font-size: 16.2px;
				margin-bottom: 5px;
				margin-top: 5px;
				overflow: hidden;
				text-overflow: ellipsis;
				white-space: nowrap;}
.page.page-email .email-content .email-lists li a .summary{overflow: hidden;
				text-overflow: ellipsis;
				white-space: nowrap;}
.page.page-email .email-content .email-lists li a .group .remove-email:hover{color: #f44336;}
.page.page-email .email-content .email-view .email-description .attachment .text{padding: 10px;}
.page.page-email .email-content .email-view .email-description .attachment img{max-width: 100%;}
.wizardForm-minimal ul > li{visibility: hidden;
		height: 0;
		-webkit-transition: visibility 0s 0.4s, height 0s 0.4s;
		transition: visibility 0s 0.4s, height 0s 0.4s;
		-webkit-transition-delay: 0.2s;
		transition-delay: 0.2s;}
.wizardForm-minimal ul > li .form-group{margin-bottom: 0;}
.wizardForm-minimal ul > li.current{visibility: visible;
			height: auto;}
.wizardForm-minimal ul > li.current .form-group label{-webkit-transition: none;
				-o-transition: none;
				transition: none;
				-webkit-transform: translateY(0);
				transform: translateY(0);
				-webkit-animation: moveUpFromDown 0.4s;
				-o-animation: moveUpFromDown 0.4s;
				animation: moveUpFromDown 0.4s;}
.wizardForm-minimal ul > li .form-group label{overflow: hidden;
			-webkit-transition: -webkit-transform 0.4s;
			transition: transform 0.4s;
			-webkit-transform: translateY(-100%);
			transform: translateY(-100%);}
.wizardForm-minimal ul > li .form-group input:focus{border: 1px solid #eeeeee;}
@-webkit-keyframes moveUpFromDown{from {
		-webkit-transform: translateY(100%);
	}

	to {
		-webkit-transform: translateY(0);
	}}
@keyframes moveUpFromDown{from {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}

	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}}
.wizardForm-minimal .final-message.show{-webkit-transition-delay: 0.5s;
		transition-delay: 0.5s;
		opacity: 1;
		visibility: visible;
		height: auto;
		margin-top: 50px;}
.form-wizard-tabs li{display: inline-block;}
.form-wizard-tabs li > i{display: inline-block;
		margin-left: 15px;
		margin-right: 15px;}
.form-wizard-tabs li > .text{border: 1px solid #eeeeee;
		background: #f7f7f7;
		padding: 10px 20px;
		display: inline-block;}
.form-wizard-tabs li.active > .text{border-color: #1B76BC;
		background: #1B76BC;
		color: #fff;}
.page-auth .auth-container .site-logo > a{color: #464646;}
.page-auth .lock-screen .profile{border-bottom: 1px solid #eeeeee;
	margin-left: -30px;
	margin-right: -30px;
	padding-bottom: 14px;
	text-align: center;}
.page-auth .lock-screen .profile img{border-radius: 100%;
		max-width: 80%;
		border: 4px solid #eeeeee;}
.page-auth .lock-screen .profile .name{font-size: 26.4px;
		font-weight: bold;}
.page-err .err-container .m404 .ion{font-size: 36px;
			color: #464646;}
.page-err .err-container .m404 .ion:hover{color: #1B76BC;}
.page-err .err-container .text-desc{font-size: 24px;
		font-weight: 100;}
.page-invoice .invoice-wrap{border: 1px solid #eeeeee;
	padding: 20px 30px;
	background: #fff;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);}
.page-invoice .invoice-wrap .invoice-head{border-bottom: 2px solid #eeeeee;
		margin-bottom: 20px;}
.page-invoice .invoice-wrap .invoice-head .brand-logo > i{-webkit-transform: translate(0, -2px);
			-ms-transform: translate(0, -2px);
			-o-transform: translate(0, -2px);
			transform: translate(0, -2px);}
.page-invoice .invoice-wrap .address-wrap{border: 1px solid #eeeeee;}
.page-invoice .invoice-wrap .address-wrap .address-title{border-bottom: 1px solid #eeeeee;
			padding: 20px;}
.page-invoice .invoice-wrap .address-wrap address{padding: 20px;
			margin-bottom: 0;}
.page-invoice .invoice-wrap .invoice-table thead tr{background: #a2a2a2;
		color: #fff;}
.page-invoice .invoice-wrap .total-sum{border-bottom: 2px solid #eeeeee;}
.page-timeline .timeline li{margin-bottom: 30px;}
.page-timeline .timeline li:before,
		.page-timeline .timeline li:after{content: " ";
			display: table;}
.page-timeline .timeline li:after{clear: both;}
.page-timeline .timeline .event-icon > i{-webkit-transform: translate(0, -50%);
			-ms-transform: translate(0, -50%);
			transform: translate(0, -50%);
			top: 50%;
			position: relative;}
@media (max-width: 767px){.page-timeline .timeline:before {
		left: 20%;
		-webkit-transform: translate(-20%, 0);
		-ms-transform: translate(-20%, 0);
		-o-transform: translate(-20%, 0);
		transform: translate(-20%, 0);
	}

	.page-timeline .timeline .event-icon {
		left: 18.2%;
		-webkit-transform: translate(-18.2%, 0);
		-ms-transform: translate(-18.2%, 0);
		-o-transform: translate(-18.2%, 0);
		transform: translate(-18.2%, 0);
	}

	.page-timeline .timeline .event-time {
		float: left;
	}

	.page-timeline .timeline .event {
		float: right;
		width: 70%;
		margin-top: -52px;
	}

		.page-timeline .timeline .event:before {
			left: -6px;
			right: auto;
		}

		.page-timeline .timeline .event:after {
			left: -6.5px;
			right: auto;
		}

	.page-timeline .timeline .on-right .event-time {
		float: left;
		text-align: left;
	}}
.page-dashboard .analytics .inline-charts ul li{text-align: center;
	margin-top: 14px;
	padding: 5px;}
.page-dashboard .activities ul li{position: relative;
	padding: 3px 0 3px 30px;}
.page-dashboard .activities ul li:before{position: absolute;
		content: "";
		height: 100%;
		width: 1px;
		left: 4px;}
.page-dashboard .activities ul li .point{width: 9px;
		height: 9px;
		display: inline-block;
		position: absolute;
		left: 0;
		top: 9px;
		border-radius: 100%;
		border: 1px solid transparent;}
.page-dashboard .activities ul li.primary:before{background: #1B76BC;}
.page-dashboard .activities ul li.primary .point{background: #1B76BC;
		border-color: #1B76BC;}
.page-dashboard .activities ul li.success:before{background: #1B76BC;}
.page-dashboard .activities ul li.success .point{background: #1B76BC;
		border-color: #1B76BC;}
.page-dashboard .activities ul li.warning:before{background: #ffeb3b;}
.page-dashboard .activities ul li.warning .point{background: #ffeb3b;
		border-color: #ffeb3b;}
.page-dashboard .activities ul li.info:before{background: #2196f3;}
.page-dashboard .activities ul li.info .point{background: #2196f3;
		border-color: #2196f3;}
.page-dashboard .activities ul li.danger:before{background: #f44336;}
.page-dashboard .activities ul li.danger .point{background: #f44336;
		border-color: #f44336;}
.page-dashboard .activities ul li.pink:before{background: #e91e63;}
.page-dashboard .activities ul li.pink .point{background: #e91e63;
		border-color: #e91e63;}
.page-dashboard .profile-widget .top-info{border-bottom: 1px solid #eeeeee;
	padding-bottom: 15px;}
.page-dashboard .profile-widget .left-side,
.page-dashboard .profile-widget .right-side{float: left;
	display: inline-block;}
.page-dashboard .profile-widget .left-side{width: 75%;
	padding-right: 15px;}
.page-dashboard .profile-widget .right-side{width: 25%;
	text-align: center;}
.page-dashboard .profile-widget .right-side > img{width: 52px;
		height: 52px;
		border-radius: 100%;}
.page-dashboard .profile-widget .right-side > .rating{text-align: center;
		margin-top: 15px;}
.page-dashboard .profile-widget .user-badges > li{float: left;
	text-align: center;
	border-right: 1px solid #cef5ec;}
.page-dashboard .profile-widget .user-badges > li > i{font-size: 16px;}
.page-dashboard .profile-widget .user-badges > li > strong{display: block;
		font-size: 18px;}
.page-dashboard .profile-widget .user-badges > li:last-child{border-color: transparent;}
.page-dashboard .list-widget ul > li{padding: 13px 20px;
		border-bottom: 1px solid #eeeeee;
		cursor: pointer;}
.page-dashboard .list-widget ul > li:hover{background: #f7f7f7;}
.page-dashboard .list-widget ul > li > i{display: inline-block;
			width: 20px;}
.page-dashboard .todo > .panel-heading > button{margin-top: -2px;}
.page-dashboard .todo > .panel-body{padding-bottom: 0;}
.page-dashboard .todo .todo-list > li{position: relative;}
.page-dashboard .todo .todo-list > li:hover > .destroy{opacity: 1;}
.page-dashboard .todo .todo-list > li.completed > .todo-title{text-decoration: line-through;
		color: #c6c6c6;}
.page-dashboard .todo .todo-list > li > .ui-checkbox,
	.page-dashboard .todo .todo-list > li > .ui-radio{display: inline-block;}
.page-dashboard .todo .todo-list > li > .todo-title{margin-left: 2px;
		position: relative;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		display: inline-block;}
.page-dashboard .todo .todo-list > li > .destroy{cursor: pointer;
		margin-top: 2px;
		font-size: 12px;
		opacity: 0;
		-webkit-transition: opacity 0.3s;
		-o-transition: opacity 0.3s;
		transition: opacity 0.3s;
		color: #555555;}
.page-dashboard .todo .todo-list > li:hover > .destroy{opacity: 1;}
.page-dashboard .todo .todo-list > li > .todo-title > .todo-edit{position: absolute;
		width: 100%;
		top: -1px;
		left: 0px;
		visibility: hidden;}
.page-dashboard .todo .todo-list > li > .todo-title > .todo-edit > input{border: 1px solid transparent;
			width: inherit;
			display: inline-block;
			border-bottom: 1px solid #eeeeee;
			color: #606060;}
.page-dashboard .todo .todo-list > li.editing > .todo-title > .todo-edit{visibility: visible;}
.page-dashboard .todo .input-todo{margin: 0 -21px;}
.page-dashboard .todo .input-todo input{width: 100%;
		padding: 10px 15px;
		border: 1px solid #eeeeee;
		border-left: 0;
		border-right: 0;
		box-shadow: inset 0 2px rgba(30, 30, 30, 0.02);}
.page-dashboard .todo .input-todo input:focus{background: #f7f7f7;}
.page-dashboard .todo .todo-foot > .right > .remaining{border: 1px solid transparent;
		background: #777777;
		color: #fff;
		cursor: default;}
.page-dashboard .todo .todo-foot > .right > .remaining:hover{color: #464646;}
.page-dashboard .todo .todo-foot > .right > .remaining:active{box-shadow: none;}
.inset{padding: 10px;}
button.md-no-style{font-weight: normal;
	background-color: inherit;
	text-align: left;
	border: none;
	padding: 0;
	margin: 0;}
.md-shadow-bottom-z-1,
.md-button.md-raised:not([disabled]),
.md-button.md-fab,
.md-button.md-raised.md-focused:not([disabled]),
.md-button.md-fab.md-focused:not([disabled]){box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);}
.md-shadow-bottom-z-2,
	.md-button.md-raised:not([disabled]):active,
	.md-button.md-fab:not([disabled]):active{box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);}
/** 
 * MD Buttons
 * ===========================
 */
.md-button{box-sizing: border-box;
	color: currentColor;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	outline: none;
	border: 0;
	display: inline-block;
	padding: 0 6px;
	margin: 6px 8px;
	line-height: 36px;
	min-height: 36px;
	background: transparent;
	white-space: nowrap;
	min-width: 88px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	font-style: inherit;
	font-variant: inherit;
	font-family: inherit;
	text-decoration: none;
	cursor: pointer;
	overflow: hidden;
	transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);}
/**
 * Position a FAB button.
 */
	.md-button *,
	.md-button *:before,
	.md-button *:after{box-sizing: border-box;}
.md-button:focus{outline: none;}
.md-button:hover,
	.md-button:focus{text-decoration: none;}
.md-button.ng-hide,
	.md-button.ng-leave{transition: none;}
.md-button.md-cornered{border-radius: 0;}
.md-button.md-icon{padding: 0;
		background: none;}
.md-button.md-icon-button{margin: 0 6px;
		height: 48px;
		min-width: 0;
		line-height: 48px;
		padding-left: 0;
		padding-right: 0;
		width: 48px;}
.md-button.md-fab{z-index: 20;
		line-height: 56px;
		min-width: 0;
		width: 56px;
		height: 56px;
		vertical-align: middle;
		border-radius: 50%;
		background-clip: padding-box;
		overflow: hidden;
		transition: 0.2s linear;
		transition-property: background-color, box-shadow;}
.md-button.md-fab.md-fab-bottom-right{top: auto;
			right: 20px;
			bottom: 20px;
			left: auto;
			position: absolute;}
.md-button.md-fab.md-fab-bottom-left{top: auto;
			right: auto;
			bottom: 20px;
			left: 20px;
			position: absolute;}
.md-button.md-fab.md-fab-top-right{top: 20px;
			right: 20px;
			bottom: auto;
			left: auto;
			position: absolute;}
.md-button.md-fab.md-fab-top-left{top: 20px;
			right: auto;
			bottom: auto;
			left: 20px;
			position: absolute;}
.md-button.md-fab .md-ripple-container{border-radius: 50%;
			background-clip: padding-box;
			overflow: hidden;
			-webkit-mask-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC');}
.md-button.md-fab md-icon{margin-top: 0;}
.md-button.md-fab.md-mini{line-height: 40px;
			width: 40px;
			height: 40px;}
.md-button-group{display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 100%;}
.md-button-group > .md-button{-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		display: block;
		overflow: hidden;
		width: 0;
		border-width: 1px 0px 1px 1px;
		border-radius: 0;
		text-align: center;
		text-overflow: ellipsis;
		white-space: nowrap;}
.md-button-group > .md-button:first-child{border-radius: 2px 0px 0px 2px;}
.md-button-group > .md-button:last-child{border-right-width: 1px;
			border-radius: 0px 2px 2px 0px;}
@media screen and (-ms-high-contrast: active){.md-button.md-raised,
	.md-button.md-fab {
		border: 1px solid #fff;
	}}
/** 
 * Md Buttons (Theme - default)
 ================================
 */
.md-button{border-radius: 3px;}
.md-button:not([disabled]).md-focused,
	.md-button:not([disabled]):hover{background-color: rgba(158, 158, 158, 0.2);}
.md-button:not([disabled]).md-icon-button:hover{background-color: transparent;}
.md-button.md-raised{color: white;
		background-color: #52C1DE;}
.md-button.md-raised:not([disabled]) .md-icon{color: rgba(0, 0, 0, 0.87);}
.md-button.md-raised:not([disabled]):hover{background-color: #52C1DE;}
.md-button.md-raised:not([disabled]).md-focused{background-color: #52C1DE;}
.md-button.md-raised[disabled],
		.md-button.md-fab[disabled]{background-color: rgba(0, 0, 0, 0.12);}
.md-button[disabled]{background-color: transparent;}
/** md-primary buttons */
	.md-button.md-primary{color: #CE8F03;}
.md-button.md-primary.md-raised:not([disabled]),
		.md-button.md-primary.md-fab:not([disabled]){color: rgba(255, 255, 255, 0.87);
			background-color: #A1C744;}
.md-button.md-primary.md-raised:not([disabled]) md-icon,
			.md-button.md-primary.md-fab:not([disabled]) md-icon{color: rgba(255, 255, 255, 0.87);}
.md-button.md-primary.md-raised:not([disabled]):hover,
			.md-button.md-primary.md-fab:not([disabled]):hover{background-color: #A1C744;}
.md-button.md-primary.md-raised:not([disabled]).md-focused,
			.md-button.md-primary.md-fab:not([disabled]).md-focused{background-color: #A1C744;}
.md-button.md-primary:not([disabled]) md-icon{color: #A1C744;}
/** md-fab buttons */
	.md-button.md-fab{border-radius: 50%;
		background-color: #ff4081;
		color: #ffffff;}
.md-button.md-fab md-icon{color: #ffffff;}
.md-button.md-fab:not([disabled]):hover{background-color: #ff4081;}
.md-button.md-fab:not([disabled]).md-focused{background-color: #c51162;}
.md-button.md-fab{border-radius: 50%;
		background-color: #ff4081;
		color: #ffffff;}
.md-button.md-fab:not([disabled]) .md-icon{color: #ffffff;}
.md-button.md-fab:not([disabled]):hover{background-color: #ff4081;}
.md-button.md-fab:not([disabled]).md-focused{background-color: #c51162;}
.md-button.md-accent{color: #ff4081;}
.md-button.md-accent.md-raised,
		.md-button.md-accent.md-fab{color: #ffffff;
			background-color: #ff4081;}
.md-button.md-accent.md-raised:not([disabled]) md-icon,
			.md-button.md-accent.md-fab:not([disabled]) md-icon{color: #ffffff;}
.md-button.md-accent.md-raised:not([disabled]):hover,
			.md-button.md-accent.md-fab:not([disabled]):hover{background-color: #ff4081;}
.md-button.md-accent.md-raised:not([disabled]).md-focused,
			.md-button.md-accent.md-fab:not([disabled]).md-focused{background-color: #c2185b;}
.md-button.md-accent:not([disabled]) md-icon{color: #ff4081;}
.md-button[disabled],
		.md-button.md-raised.md-primary[disabled],
		.md-button.md-raised[disabled],
		.md-button.md-fab[disabled],
		.md-button.md-accent[disabled],
		.md-button.md-warn[disabled]{color: rgba(0, 0, 0, 0.26);
			cursor: not-allowed;}
.md-button[disabled] md-icon,
			.md-button.md-raised[disabled] md-icon,
			.md-button.md-fab[disabled] md-icon,
			.md-button.md-accent[disabled] md-icon,
			.md-button.md-warn[disabled] md-icon{color: rgba(0, 0, 0, 0.26);}
/** md-warn fabs */
	.md-button.md-warn{color: #f44336;}
.md-button.md-warn.md-raised,
		.md-button.md-warn.md-fab{color: #ffffff;
			background-color: #f44336;}
.md-button.md-warn.md-raised:not([disabled]) md-icon,
			.md-button.md-warn.md-fab:not([disabled]) md-icon{color: #ffffff;}
.md-button.md-warn.md-raised:not([disabled]):hover,
			.md-button.md-warn.md-fab:not([disabled]):hover{background-color: #f44336;}
.md-button.md-warn.md-raised:not([disabled]).md-focused,
			.md-button.md-warn.md-fab:not([disabled]).md-focused{background-color: #d32f2f;}
.md-button.md-warn:not([disabled]) md-icon{color: #f44336;}
/**
 * Md Checkbox
 * ============================
 */
.md-checkbox,
.md-radio{position: relative;
	display: block;
	margin-bottom: 15px;}
.md-checkbox label.md-checkbox-inline,
	.md-radio label.md-checkbox-inline{margin-right: 8px;}
.md-checkbox label,
	.md-radio label{font-weight: normal;
		cursor: pointer;
		margin-bottom: 0;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none position: static;}
.md-checkbox label > input,
		.md-radio label > input{cursor: pointer;
			display: none;
			margin-left: -15px;}
.md-checkbox label > input[disabled] + span,
			.md-checkbox label > input[readonly] + span,
			.md-checkbox label > input[disabled] + i,
			.md-checkbox label > input[readonly] + i,
			.md-radio label > input[disabled] + span,
			.md-radio label > input[readonly] + span,
			.md-radio label > input[disabled] + i,
			.md-radio label > input[readonly] + i{opacity: .6;
				cursor: not-allowed;}
.md-checkbox label > span,
		.md-checkbox label > i,
		.md-radio label > span,
		.md-radio label > i{position: relative;
			padding-left: 28px;
			padding-top: 2.5px;}
.md-checkbox label > span:before,
			.md-checkbox label > i:before,
			.md-checkbox label > span:after,
			.md-checkbox label > i:after,
			.md-radio label > span:before,
			.md-radio label > i:before,
			.md-radio label > span:after,
			.md-radio label > i:after{position: absolute;
				-webkit-transition: .25s;
				transition: .25s;}
.md-checkbox label > span:before,
			.md-checkbox label > i:before,
			.md-radio label > span:before,
			.md-radio label > i:before{content: "";
				width: 18px;
				height: 18px;
				top: 1px;
				left: 0;
				border-radius: 2px;
				border: 2px solid #666;
				box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
				background-color: transparent;}
.md-checkbox label > input:checked + span:before,
		.md-checkbox label > input:checked + i:before,
		.md-radio label > input:checked + span:before,
		.md-radio label > input:checked + i:before{background: #ff4081;
			border-color: #ff4081;}
.md-checkbox label > input:checked + span:after,
		.md-checkbox label > input:checked + i:after,
		.md-radio label > input:checked + span:after,
		.md-radio label > input:checked + i:after{content: "\f383";
			font-family: 'ionicons';
			left: 5px;
			top: 1px;
			font-weight: bold;
			font-size: 11px;
			color: #fff;}
.md-checkbox.md-primary label > input:checked + span:before,
	.md-radio.md-primary label > input:checked + span:before{background: #1B76BC;
		border-color: #1B76BC;}
.md-checkbox.md-warn label > input:checked + span:before,
	.md-radio.md-warn label > input:checked + span:before{background: #f44336;
		border-color: #f44336;}
.md-checkbox label > input:checked[disabled] + span:before,
	.md-radio label > input:checked[disabled] + span:before{border-color: #818181 !important;
		background: #818181 !important;}
/**
 * Md Radio
 * =================================
 */
	.md-radio label.md-radio-inline{margin-right: 8px;}
.md-radio label > span:before,
	.md-radio label > i:before{border-radius: 100%;
		top: 2px;
		width: 16px;
		height: 16px;}
.md-radio label > input:checked + span:before,
	.md-radio label > input:checked + i:before{background: transparent !important;}
.md-radio label > input:checked + span:after,
	.md-radio label > input:checked + i:after{content: "";
		width: 8px;
		height: 8px;
		border-radius: 100%;
		background: #ff4081;
		top: 6px;
		left: 4px;}
.md-radio.md-primary label > input:checked + span:after{background: #1B76BC;
		border-color: #1B76BC;}
.md-radio.md-warn label > input:checked + span:after{background: #f44336;
		border-color: #f44336;}
.md-radio label > input:checked[disabled] + span:after{border-color: #818181 !important;
		background: #818181 !important;}
/**
 * Md Switches
 * =======================
 */
.md-switch{margin-bottom: 10px;}
.md-switch label.md-switch-inline{margin-right: 8px;}
.md-switch label{font-weight: normal;
		cursor: -webkit-grab;
		cursor: grab;
		margin-bottom: 0;
		-ms-user-select: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		user-select: none;
		position: static;}
.md-switch label > input{display: none;}
.md-switch label > input[disabled] + span,
			.md-switch label > input[readonly] + span,
			.md-switch label > input[disabled] + i,
			.md-switch label > input[readonly] + i{opacity: .6;
				cursor: not-allowed;}
.md-switch label > input + span,
			.md-switch label > input + i{position: relative;
				padding-left: 42px;
				display: inline-block;}
.md-switch label > input + span:before,
				.md-switch label > input + i:before,
				.md-switch label > input + span:after,
				.md-switch label > input + i:after{content: "";
					position: absolute;}
.md-switch label > input + span:before,
				.md-switch label > input + i:before{width: 34px;
					height: 14px;
					background-color: #9e9e9e;
					border-radius: 8px;
					pointer-events: none;
					left: 0;
					top: 4px;}
.md-switch label > input + span:after,
				.md-switch label > input + i:after{width: 20px;
					height: 20px;
					background-color: #fff;
					box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
					outline: none;
					border-radius: 50%;
					transition: all .5s;
					-webkit-transition: all .5s;
					top: 1px;
					left: -3px;}
.md-switch label > input:checked + span:before,
			.md-switch label > input:checked + i:before{background: rgba(255, 63, 129, 0.5);}
.md-switch label > input:checked + span:after,
			.md-switch label > input:checked + i:after{background-color: #ff3f81;
				-webkit-transform: translate(100%, 0);
				transform: translate(96%, 0);}
.md-switch.md-primary label > input:checked + span:before{background: rgba(63, 81, 181, 0.5);}
.md-switch.md-primary label > input:checked + span:after{background-color: #1B76BC;}
.md-switch.md-warn label > input:checked + span:before{background: rgba(244, 67, 54, 0.5);}
.md-switch.md-warn label > input:checked + span:after{background-color: #f44336;}
.md-switch label > input[disabled] + span:after{background: #818181 !important;}
.md-switch label > input[disabled] + span:before{background: #bdbdbd;}
/** 
 * Md Forms (inputs)
 * =====================
 */
.md-input-container{position: relative;
	border: 1px solid transparent;
	padding-bottom: 20px;}
.md-input-container textarea,
	.md-input-container input{-moz-appearance: none;
		-ms-appearance: none;
		-webkit-appearance: none;}
.md-input-container input{min-height: 26px;}
.md-input-container textarea{resize: none;
		overflow: hidden;}
.md-input-container textarea.md-input{min-height: 56px;
			-ms-flex-preferred-size: auto;}
.md-input-container label{position: absolute;
		top: 0px;
		left: 2px;
		opacity: .7;
		font-size: 11px;}
.md-input-container .md-input:focus{box-shadow: inset 0 -1px 0 0 #303f9f;
		border-color: #303F9F;}
.md-input-container .md-input:focus + label{color: #2a378b !important;
			opacity: 1;}
.md-input-container .md-input{display: block;
		width: 100%;
		background: none;
		padding-top: 2px;
		padding-bottom: 1px;
		padding-left: 2px;
		padding-right: 2px;
		border-width: 0 0 1px 0;
		line-height: 26px;
		-ms-flex-preferred-size: 26px;
		border-radius: 0;
		transition: .25s;
		-webkit-transition: .25s;
		margin-top: 30px;
		border-color: #efefef;}
.md-input-container .md-input:focus{outline: none;}
.md-input-container .md-input[disabled]{border-style: dotted;
			border-color: #999;
			opacity: .5;
			cursor: not-allowed;}
.md-input-container .md-input:invalid{outline: none;
			box-shadow: none;}
.md-input-container .md-input .md-input[disabled],
		.md-input-container .md-input [disabled] .md-input-container .md-input{background-position: 0 bottom;
			background-size: 3px 1px;
			background-repeat: repeat-x;}
.md-input-container .md-char-counter{-webkit-font-smoothing: antialiased;
		position: absolute;
		font-size: 11px;
		line-height: 24px;
		right: 0;}
/** float label */
	.md-input-container.md-float-label label{font-size: 14px;
		transform: translate(0, 100%);
		-webkit-transform: translate(0, 100%);
		-ms-transform: translate(0, 100%);
		opacity: .35;
		transition: .25s;
		-webkit-transition: .25s;}
.md-input-container.md-float-label .md-input:focus + label{font-size: 11px;
		transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		opacity: .8;}
a: Hover{color: blue;}
table.md-table th.wraped-column.md-column{white-space: normal;}
table.md-table td.unwraped-cell.md-cell{white-space: nowrap;}
table.md-table td.md-cell.md-numeric{white-space: nowrap;}
.collapsible-body p{margin: 0;
	padding: 1.5rem;}

/* style.css */
.area-info-factura{margin: 0px !important;
    padding: 0px !important;}
.text-aling-center{text-align:center!important;}
#reseña{font-size: 14px;}
#img{width: 80%;}
@media (min-width: 1200px){.col-lg-2 {
        width: 13.666667%;
    }}
table.md-table:not(.md-row-select) td.md-cell:first-child, table.md-table:not(.md-row-select) th.md-column:first-child{padding: 0 10px 0 0;}
table.md-table td.md-cell:last-child, table.md-table th.md-column:last-child{padding: 0 10px 0 0;}
table.md-table:not(.md-row-select) td.md-cell:nth-child(n+2):nth-last-child(n+2), table.md-table:not(.md-row-select) th.md-column:nth-child(n+2):nth-last-child(n+2){padding: 0 10px 0 0;}
@media (max-width: 359px){.md-raised {
    width:93.5%;
    }
    .layout, .layout-column, .layout-row {
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: block;
}}
@media (max-width: 500px){table.md-table:not(.md-row-select) td.md-cell:first-child, table.md-table:not(.md-row-select) th.md-column:first-child {
        padding: 0 10px 0 10px;
    }}
#contenedor{border-radius: 4%;
    height: 100%;}
@media (max-width: 600px){md-dialog {
        width: 80%;
        height:80%;
    }}
@media (max-height:843px ){md-dialog {
        height: 80%;
    }}

/* font-awesome.min.css */
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.3.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.3.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;transform:translate(0, 0)}.fa-lg{font-size:1.33333333em;line-height:.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:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.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:#fff}.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-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-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-genderless:before,.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-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-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"}
/* ionicons.min.css */
@charset "UTF-8";/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/@font-face{font-family:"Ionicons";src:url("../fonts/ionicons.eot?v=2.0.0");src:url("../fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"),url("../fonts/ionicons.ttf?v=2.0.0") format("truetype"),url("../fonts/ionicons.woff?v=2.0.0") format("woff"),url("../fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");font-weight:normal;font-style:normal}.ion,.ionicons,.ion-alert:before,.ion-alert-circled:before,.ion-android-add:before,.ion-android-add-circle:before,.ion-android-alarm-clock:before,.ion-android-alert:before,.ion-android-apps:before,.ion-android-archive:before,.ion-android-arrow-back:before,.ion-android-arrow-down:before,.ion-android-arrow-dropdown:before,.ion-android-arrow-dropdown-circle:before,.ion-android-arrow-dropleft:before,.ion-android-arrow-dropleft-circle:before,.ion-android-arrow-dropright:before,.ion-android-arrow-dropright-circle:before,.ion-android-arrow-dropup:before,.ion-android-arrow-dropup-circle:before,.ion-android-arrow-forward:before,.ion-android-arrow-up:before,.ion-android-attach:before,.ion-android-bar:before,.ion-android-bicycle:before,.ion-android-boat:before,.ion-android-bookmark:before,.ion-android-bulb:before,.ion-android-bus:before,.ion-android-calendar:before,.ion-android-call:before,.ion-android-camera:before,.ion-android-cancel:before,.ion-android-car:before,.ion-android-cart:before,.ion-android-chat:before,.ion-android-checkbox:before,.ion-android-checkbox-blank:before,.ion-android-checkbox-outline:before,.ion-android-checkbox-outline-blank:before,.ion-android-checkmark-circle:before,.ion-android-clipboard:before,.ion-android-close:before,.ion-android-cloud:before,.ion-android-cloud-circle:before,.ion-android-cloud-done:before,.ion-android-cloud-outline:before,.ion-android-color-palette:before,.ion-android-compass:before,.ion-android-contact:before,.ion-android-contacts:before,.ion-android-contract:before,.ion-android-create:before,.ion-android-delete:before,.ion-android-desktop:before,.ion-android-document:before,.ion-android-done:before,.ion-android-done-all:before,.ion-android-download:before,.ion-android-drafts:before,.ion-android-exit:before,.ion-android-expand:before,.ion-android-favorite:before,.ion-android-favorite-outline:before,.ion-android-film:before,.ion-android-folder:before,.ion-android-folder-open:before,.ion-android-funnel:before,.ion-android-globe:before,.ion-android-hand:before,.ion-android-hangout:before,.ion-android-happy:before,.ion-android-home:before,.ion-android-image:before,.ion-android-laptop:before,.ion-android-list:before,.ion-android-locate:before,.ion-android-lock:before,.ion-android-mail:before,.ion-android-map:before,.ion-android-menu:before,.ion-android-microphone:before,.ion-android-microphone-off:before,.ion-android-more-horizontal:before,.ion-android-more-vertical:before,.ion-android-navigate:before,.ion-android-notifications:before,.ion-android-notifications-none:before,.ion-android-notifications-off:before,.ion-android-open:before,.ion-android-options:before,.ion-android-people:before,.ion-android-person:before,.ion-android-person-add:before,.ion-android-phone-landscape:before,.ion-android-phone-portrait:before,.ion-android-pin:before,.ion-android-plane:before,.ion-android-playstore:before,.ion-android-print:before,.ion-android-radio-button-off:before,.ion-android-radio-button-on:before,.ion-android-refresh:before,.ion-android-remove:before,.ion-android-remove-circle:before,.ion-android-restaurant:before,.ion-android-sad:before,.ion-android-search:before,.ion-android-send:before,.ion-android-settings:before,.ion-android-share:before,.ion-android-share-alt:before,.ion-android-star:before,.ion-android-star-half:before,.ion-android-star-outline:before,.ion-android-stopwatch:before,.ion-android-subway:before,.ion-android-sunny:before,.ion-android-sync:before,.ion-android-textsms:before,.ion-android-time:before,.ion-android-train:before,.ion-android-unlock:before,.ion-android-upload:before,.ion-android-volume-down:before,.ion-android-volume-mute:before,.ion-android-volume-off:before,.ion-android-volume-up:before,.ion-android-walk:before,.ion-android-warning:before,.ion-android-watch:before,.ion-android-wifi:before,.ion-aperture:before,.ion-archive:before,.ion-arrow-down-a:before,.ion-arrow-down-b:before,.ion-arrow-down-c:before,.ion-arrow-expand:before,.ion-arrow-graph-down-left:before,.ion-arrow-graph-down-right:before,.ion-arrow-graph-up-left:before,.ion-arrow-graph-up-right:before,.ion-arrow-left-a:before,.ion-arrow-left-b:before,.ion-arrow-left-c:before,.ion-arrow-move:before,.ion-arrow-resize:before,.ion-arrow-return-left:before,.ion-arrow-return-right:before,.ion-arrow-right-a:before,.ion-arrow-right-b:before,.ion-arrow-right-c:before,.ion-arrow-shrink:before,.ion-arrow-swap:before,.ion-arrow-up-a:before,.ion-arrow-up-b:before,.ion-arrow-up-c:before,.ion-asterisk:before,.ion-at:before,.ion-backspace:before,.ion-backspace-outline:before,.ion-bag:before,.ion-battery-charging:before,.ion-battery-empty:before,.ion-battery-full:before,.ion-battery-half:before,.ion-battery-low:before,.ion-beaker:before,.ion-beer:before,.ion-bluetooth:before,.ion-bonfire:before,.ion-bookmark:before,.ion-bowtie:before,.ion-briefcase:before,.ion-bug:before,.ion-calculator:before,.ion-calendar:before,.ion-camera:before,.ion-card:before,.ion-cash:before,.ion-chatbox:before,.ion-chatbox-working:before,.ion-chatboxes:before,.ion-chatbubble:before,.ion-chatbubble-working:before,.ion-chatbubbles:before,.ion-checkmark:before,.ion-checkmark-circled:before,.ion-checkmark-round:before,.ion-chevron-down:before,.ion-chevron-left:before,.ion-chevron-right:before,.ion-chevron-up:before,.ion-clipboard:before,.ion-clock:before,.ion-close:before,.ion-close-circled:before,.ion-close-round:before,.ion-closed-captioning:before,.ion-cloud:before,.ion-code:before,.ion-code-download:before,.ion-code-working:before,.ion-coffee:before,.ion-compass:before,.ion-compose:before,.ion-connection-bars:before,.ion-contrast:before,.ion-crop:before,.ion-cube:before,.ion-disc:before,.ion-document:before,.ion-document-text:before,.ion-drag:before,.ion-earth:before,.ion-easel:before,.ion-edit:before,.ion-egg:before,.ion-eject:before,.ion-email:before,.ion-email-unread:before,.ion-erlenmeyer-flask:before,.ion-erlenmeyer-flask-bubbles:before,.ion-eye:before,.ion-eye-disabled:before,.ion-female:before,.ion-filing:before,.ion-film-marker:before,.ion-fireball:before,.ion-flag:before,.ion-flame:before,.ion-flash:before,.ion-flash-off:before,.ion-folder:before,.ion-fork:before,.ion-fork-repo:before,.ion-forward:before,.ion-funnel:before,.ion-gear-a:before,.ion-gear-b:before,.ion-grid:before,.ion-hammer:before,.ion-happy:before,.ion-happy-outline:before,.ion-headphone:before,.ion-heart:before,.ion-heart-broken:before,.ion-help:before,.ion-help-buoy:before,.ion-help-circled:before,.ion-home:before,.ion-icecream:before,.ion-image:before,.ion-images:before,.ion-information:before,.ion-information-circled:before,.ion-ionic:before,.ion-ios-alarm:before,.ion-ios-alarm-outline:before,.ion-ios-albums:before,.ion-ios-albums-outline:before,.ion-ios-americanfootball:before,.ion-ios-americanfootball-outline:before,.ion-ios-analytics:before,.ion-ios-analytics-outline:before,.ion-ios-arrow-back:before,.ion-ios-arrow-down:before,.ion-ios-arrow-forward:before,.ion-ios-arrow-left:before,.ion-ios-arrow-right:before,.ion-ios-arrow-thin-down:before,.ion-ios-arrow-thin-left:before,.ion-ios-arrow-thin-right:before,.ion-ios-arrow-thin-up:before,.ion-ios-arrow-up:before,.ion-ios-at:before,.ion-ios-at-outline:before,.ion-ios-barcode:before,.ion-ios-barcode-outline:before,.ion-ios-baseball:before,.ion-ios-baseball-outline:before,.ion-ios-basketball:before,.ion-ios-basketball-outline:before,.ion-ios-bell:before,.ion-ios-bell-outline:before,.ion-ios-body:before,.ion-ios-body-outline:before,.ion-ios-bolt:before,.ion-ios-bolt-outline:before,.ion-ios-book:before,.ion-ios-book-outline:before,.ion-ios-bookmarks:before,.ion-ios-bookmarks-outline:before,.ion-ios-box:before,.ion-ios-box-outline:before,.ion-ios-briefcase:before,.ion-ios-briefcase-outline:before,.ion-ios-browsers:before,.ion-ios-browsers-outline:before,.ion-ios-calculator:before,.ion-ios-calculator-outline:before,.ion-ios-calendar:before,.ion-ios-calendar-outline:before,.ion-ios-camera:before,.ion-ios-camera-outline:before,.ion-ios-cart:before,.ion-ios-cart-outline:before,.ion-ios-chatboxes:before,.ion-ios-chatboxes-outline:before,.ion-ios-chatbubble:before,.ion-ios-chatbubble-outline:before,.ion-ios-checkmark:before,.ion-ios-checkmark-empty:before,.ion-ios-checkmark-outline:before,.ion-ios-circle-filled:before,.ion-ios-circle-outline:before,.ion-ios-clock:before,.ion-ios-clock-outline:before,.ion-ios-close:before,.ion-ios-close-empty:before,.ion-ios-close-outline:before,.ion-ios-cloud:before,.ion-ios-cloud-download:before,.ion-ios-cloud-download-outline:before,.ion-ios-cloud-outline:before,.ion-ios-cloud-upload:before,.ion-ios-cloud-upload-outline:before,.ion-ios-cloudy:before,.ion-ios-cloudy-night:before,.ion-ios-cloudy-night-outline:before,.ion-ios-cloudy-outline:before,.ion-ios-cog:before,.ion-ios-cog-outline:before,.ion-ios-color-filter:before,.ion-ios-color-filter-outline:before,.ion-ios-color-wand:before,.ion-ios-color-wand-outline:before,.ion-ios-compose:before,.ion-ios-compose-outline:before,.ion-ios-contact:before,.ion-ios-contact-outline:before,.ion-ios-copy:before,.ion-ios-copy-outline:before,.ion-ios-crop:before,.ion-ios-crop-strong:before,.ion-ios-download:before,.ion-ios-download-outline:before,.ion-ios-drag:before,.ion-ios-email:before,.ion-ios-email-outline:before,.ion-ios-eye:before,.ion-ios-eye-outline:before,.ion-ios-fastforward:before,.ion-ios-fastforward-outline:before,.ion-ios-filing:before,.ion-ios-filing-outline:before,.ion-ios-film:before,.ion-ios-film-outline:before,.ion-ios-flag:before,.ion-ios-flag-outline:before,.ion-ios-flame:before,.ion-ios-flame-outline:before,.ion-ios-flask:before,.ion-ios-flask-outline:before,.ion-ios-flower:before,.ion-ios-flower-outline:before,.ion-ios-folder:before,.ion-ios-folder-outline:before,.ion-ios-football:before,.ion-ios-football-outline:before,.ion-ios-game-controller-a:before,.ion-ios-game-controller-a-outline:before,.ion-ios-game-controller-b:before,.ion-ios-game-controller-b-outline:before,.ion-ios-gear:before,.ion-ios-gear-outline:before,.ion-ios-glasses:before,.ion-ios-glasses-outline:before,.ion-ios-grid-view:before,.ion-ios-grid-view-outline:before,.ion-ios-heart:before,.ion-ios-heart-outline:before,.ion-ios-help:before,.ion-ios-help-empty:before,.ion-ios-help-outline:before,.ion-ios-home:before,.ion-ios-home-outline:before,.ion-ios-infinite:before,.ion-ios-infinite-outline:before,.ion-ios-information:before,.ion-ios-information-empty:before,.ion-ios-information-outline:before,.ion-ios-ionic-outline:before,.ion-ios-keypad:before,.ion-ios-keypad-outline:before,.ion-ios-lightbulb:before,.ion-ios-lightbulb-outline:before,.ion-ios-list:before,.ion-ios-list-outline:before,.ion-ios-location:before,.ion-ios-location-outline:before,.ion-ios-locked:before,.ion-ios-locked-outline:before,.ion-ios-loop:before,.ion-ios-loop-strong:before,.ion-ios-medical:before,.ion-ios-medical-outline:before,.ion-ios-medkit:before,.ion-ios-medkit-outline:before,.ion-ios-mic:before,.ion-ios-mic-off:before,.ion-ios-mic-outline:before,.ion-ios-minus:before,.ion-ios-minus-empty:before,.ion-ios-minus-outline:before,.ion-ios-monitor:before,.ion-ios-monitor-outline:before,.ion-ios-moon:before,.ion-ios-moon-outline:before,.ion-ios-more:before,.ion-ios-more-outline:before,.ion-ios-musical-note:before,.ion-ios-musical-notes:before,.ion-ios-navigate:before,.ion-ios-navigate-outline:before,.ion-ios-nutrition:before,.ion-ios-nutrition-outline:before,.ion-ios-paper:before,.ion-ios-paper-outline:before,.ion-ios-paperplane:before,.ion-ios-paperplane-outline:before,.ion-ios-partlysunny:before,.ion-ios-partlysunny-outline:before,.ion-ios-pause:before,.ion-ios-pause-outline:before,.ion-ios-paw:before,.ion-ios-paw-outline:before,.ion-ios-people:before,.ion-ios-people-outline:before,.ion-ios-person:before,.ion-ios-person-outline:before,.ion-ios-personadd:before,.ion-ios-personadd-outline:before,.ion-ios-photos:before,.ion-ios-photos-outline:before,.ion-ios-pie:before,.ion-ios-pie-outline:before,.ion-ios-pint:before,.ion-ios-pint-outline:before,.ion-ios-play:before,.ion-ios-play-outline:before,.ion-ios-plus:before,.ion-ios-plus-empty:before,.ion-ios-plus-outline:before,.ion-ios-pricetag:before,.ion-ios-pricetag-outline:before,.ion-ios-pricetags:before,.ion-ios-pricetags-outline:before,.ion-ios-printer:before,.ion-ios-printer-outline:before,.ion-ios-pulse:before,.ion-ios-pulse-strong:before,.ion-ios-rainy:before,.ion-ios-rainy-outline:before,.ion-ios-recording:before,.ion-ios-recording-outline:before,.ion-ios-redo:before,.ion-ios-redo-outline:before,.ion-ios-refresh:before,.ion-ios-refresh-empty:before,.ion-ios-refresh-outline:before,.ion-ios-reload:before,.ion-ios-reverse-camera:before,.ion-ios-reverse-camera-outline:before,.ion-ios-rewind:before,.ion-ios-rewind-outline:before,.ion-ios-rose:before,.ion-ios-rose-outline:before,.ion-ios-search:before,.ion-ios-search-strong:before,.ion-ios-settings:before,.ion-ios-settings-strong:before,.ion-ios-shuffle:before,.ion-ios-shuffle-strong:before,.ion-ios-skipbackward:before,.ion-ios-skipbackward-outline:before,.ion-ios-skipforward:before,.ion-ios-skipforward-outline:before,.ion-ios-snowy:before,.ion-ios-speedometer:before,.ion-ios-speedometer-outline:before,.ion-ios-star:before,.ion-ios-star-half:before,.ion-ios-star-outline:before,.ion-ios-stopwatch:before,.ion-ios-stopwatch-outline:before,.ion-ios-sunny:before,.ion-ios-sunny-outline:before,.ion-ios-telephone:before,.ion-ios-telephone-outline:before,.ion-ios-tennisball:before,.ion-ios-tennisball-outline:before,.ion-ios-thunderstorm:before,.ion-ios-thunderstorm-outline:before,.ion-ios-time:before,.ion-ios-time-outline:before,.ion-ios-timer:before,.ion-ios-timer-outline:before,.ion-ios-toggle:before,.ion-ios-toggle-outline:before,.ion-ios-trash:before,.ion-ios-trash-outline:before,.ion-ios-undo:before,.ion-ios-undo-outline:before,.ion-ios-unlocked:before,.ion-ios-unlocked-outline:before,.ion-ios-upload:before,.ion-ios-upload-outline:before,.ion-ios-videocam:before,.ion-ios-videocam-outline:before,.ion-ios-volume-high:before,.ion-ios-volume-low:before,.ion-ios-wineglass:before,.ion-ios-wineglass-outline:before,.ion-ios-world:before,.ion-ios-world-outline:before,.ion-ipad:before,.ion-iphone:before,.ion-ipod:before,.ion-jet:before,.ion-key:before,.ion-knife:before,.ion-laptop:before,.ion-leaf:before,.ion-levels:before,.ion-lightbulb:before,.ion-link:before,.ion-load-a:before,.ion-load-b:before,.ion-load-c:before,.ion-load-d:before,.ion-location:before,.ion-lock-combination:before,.ion-locked:before,.ion-log-in:before,.ion-log-out:before,.ion-loop:before,.ion-magnet:before,.ion-male:before,.ion-man:before,.ion-map:before,.ion-medkit:before,.ion-merge:before,.ion-mic-a:before,.ion-mic-b:before,.ion-mic-c:before,.ion-minus:before,.ion-minus-circled:before,.ion-minus-round:before,.ion-model-s:before,.ion-monitor:before,.ion-more:before,.ion-mouse:before,.ion-music-note:before,.ion-navicon:before,.ion-navicon-round:before,.ion-navigate:before,.ion-network:before,.ion-no-smoking:before,.ion-nuclear:before,.ion-outlet:before,.ion-paintbrush:before,.ion-paintbucket:before,.ion-paper-airplane:before,.ion-paperclip:before,.ion-pause:before,.ion-person:before,.ion-person-add:before,.ion-person-stalker:before,.ion-pie-graph:before,.ion-pin:before,.ion-pinpoint:before,.ion-pizza:before,.ion-plane:before,.ion-planet:before,.ion-play:before,.ion-playstation:before,.ion-plus:before,.ion-plus-circled:before,.ion-plus-round:before,.ion-podium:before,.ion-pound:before,.ion-power:before,.ion-pricetag:before,.ion-pricetags:before,.ion-printer:before,.ion-pull-request:before,.ion-qr-scanner:before,.ion-quote:before,.ion-radio-waves:before,.ion-record:before,.ion-refresh:before,.ion-reply:before,.ion-reply-all:before,.ion-ribbon-a:before,.ion-ribbon-b:before,.ion-sad:before,.ion-sad-outline:before,.ion-scissors:before,.ion-search:before,.ion-settings:before,.ion-share:before,.ion-shuffle:before,.ion-skip-backward:before,.ion-skip-forward:before,.ion-social-android:before,.ion-social-android-outline:before,.ion-social-angular:before,.ion-social-angular-outline:before,.ion-social-apple:before,.ion-social-apple-outline:before,.ion-social-bitcoin:before,.ion-social-bitcoin-outline:before,.ion-social-buffer:before,.ion-social-buffer-outline:before,.ion-social-chrome:before,.ion-social-chrome-outline:before,.ion-social-codepen:before,.ion-social-codepen-outline:before,.ion-social-css3:before,.ion-social-css3-outline:before,.ion-social-designernews:before,.ion-social-designernews-outline:before,.ion-social-dribbble:before,.ion-social-dribbble-outline:before,.ion-social-dropbox:before,.ion-social-dropbox-outline:before,.ion-social-euro:before,.ion-social-euro-outline:before,.ion-social-facebook:before,.ion-social-facebook-outline:before,.ion-social-foursquare:before,.ion-social-foursquare-outline:before,.ion-social-freebsd-devil:before,.ion-social-github:before,.ion-social-github-outline:before,.ion-social-google:before,.ion-social-google-outline:before,.ion-social-googleplus:before,.ion-social-googleplus-outline:before,.ion-social-hackernews:before,.ion-social-hackernews-outline:before,.ion-social-html5:before,.ion-social-html5-outline:before,.ion-social-instagram:before,.ion-social-instagram-outline:before,.ion-social-javascript:before,.ion-social-javascript-outline:before,.ion-social-linkedin:before,.ion-social-linkedin-outline:before,.ion-social-markdown:before,.ion-social-nodejs:before,.ion-social-octocat:before,.ion-social-pinterest:before,.ion-social-pinterest-outline:before,.ion-social-python:before,.ion-social-reddit:before,.ion-social-reddit-outline:before,.ion-social-rss:before,.ion-social-rss-outline:before,.ion-social-sass:before,.ion-social-skype:before,.ion-social-skype-outline:before,.ion-social-snapchat:before,.ion-social-snapchat-outline:before,.ion-social-tumblr:before,.ion-social-tumblr-outline:before,.ion-social-tux:before,.ion-social-twitch:before,.ion-social-twitch-outline:before,.ion-social-twitter:before,.ion-social-twitter-outline:before,.ion-social-usd:before,.ion-social-usd-outline:before,.ion-social-vimeo:before,.ion-social-vimeo-outline:before,.ion-social-whatsapp:before,.ion-social-whatsapp-outline:before,.ion-social-windows:before,.ion-social-windows-outline:before,.ion-social-wordpress:before,.ion-social-wordpress-outline:before,.ion-social-yahoo:before,.ion-social-yahoo-outline:before,.ion-social-yen:before,.ion-social-yen-outline:before,.ion-social-youtube:before,.ion-social-youtube-outline:before,.ion-soup-can:before,.ion-soup-can-outline:before,.ion-speakerphone:before,.ion-speedometer:before,.ion-spoon:before,.ion-star:before,.ion-stats-bars:before,.ion-steam:before,.ion-stop:before,.ion-thermometer:before,.ion-thumbsdown:before,.ion-thumbsup:before,.ion-toggle:before,.ion-toggle-filled:before,.ion-transgender:before,.ion-trash-a:before,.ion-trash-b:before,.ion-trophy:before,.ion-tshirt:before,.ion-tshirt-outline:before,.ion-umbrella:before,.ion-university:before,.ion-unlocked:before,.ion-upload:before,.ion-usb:before,.ion-videocamera:before,.ion-volume-high:before,.ion-volume-low:before,.ion-volume-medium:before,.ion-volume-mute:before,.ion-wand:before,.ion-waterdrop:before,.ion-wifi:before,.ion-wineglass:before,.ion-woman:before,.ion-wrench:before,.ion-xbox:before{display:inline-block;font-family:"Ionicons";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;text-rendering:auto;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ion-alert:before{content:"\f101"}.ion-alert-circled:before{content:"\f100"}.ion-android-add:before{content:"\f2c7"}.ion-android-add-circle:before{content:"\f359"}.ion-android-alarm-clock:before{content:"\f35a"}.ion-android-alert:before{content:"\f35b"}.ion-android-apps:before{content:"\f35c"}.ion-android-archive:before{content:"\f2c9"}.ion-android-arrow-back:before{content:"\f2ca"}.ion-android-arrow-down:before{content:"\f35d"}.ion-android-arrow-dropdown:before{content:"\f35f"}.ion-android-arrow-dropdown-circle:before{content:"\f35e"}.ion-android-arrow-dropleft:before{content:"\f361"}.ion-android-arrow-dropleft-circle:before{content:"\f360"}.ion-android-arrow-dropright:before{content:"\f363"}.ion-android-arrow-dropright-circle:before{content:"\f362"}.ion-android-arrow-dropup:before{content:"\f365"}.ion-android-arrow-dropup-circle:before{content:"\f364"}.ion-android-arrow-forward:before{content:"\f30f"}.ion-android-arrow-up:before{content:"\f366"}.ion-android-attach:before{content:"\f367"}.ion-android-bar:before{content:"\f368"}.ion-android-bicycle:before{content:"\f369"}.ion-android-boat:before{content:"\f36a"}.ion-android-bookmark:before{content:"\f36b"}.ion-android-bulb:before{content:"\f36c"}.ion-android-bus:before{content:"\f36d"}.ion-android-calendar:before{content:"\f2d1"}.ion-android-call:before{content:"\f2d2"}.ion-android-camera:before{content:"\f2d3"}.ion-android-cancel:before{content:"\f36e"}.ion-android-car:before{content:"\f36f"}.ion-android-cart:before{content:"\f370"}.ion-android-chat:before{content:"\f2d4"}.ion-android-checkbox:before{content:"\f374"}.ion-android-checkbox-blank:before{content:"\f371"}.ion-android-checkbox-outline:before{content:"\f373"}.ion-android-checkbox-outline-blank:before{content:"\f372"}.ion-android-checkmark-circle:before{content:"\f375"}.ion-android-clipboard:before{content:"\f376"}.ion-android-close:before{content:"\f2d7"}.ion-android-cloud:before{content:"\f37a"}.ion-android-cloud-circle:before{content:"\f377"}.ion-android-cloud-done:before{content:"\f378"}.ion-android-cloud-outline:before{content:"\f379"}.ion-android-color-palette:before{content:"\f37b"}.ion-android-compass:before{content:"\f37c"}.ion-android-contact:before{content:"\f2d8"}.ion-android-contacts:before{content:"\f2d9"}.ion-android-contract:before{content:"\f37d"}.ion-android-create:before{content:"\f37e"}.ion-android-delete:before{content:"\f37f"}.ion-android-desktop:before{content:"\f380"}.ion-android-document:before{content:"\f381"}.ion-android-done:before{content:"\f383"}.ion-android-done-all:before{content:"\f382"}.ion-android-download:before{content:"\f2dd"}.ion-android-drafts:before{content:"\f384"}.ion-android-exit:before{content:"\f385"}.ion-android-expand:before{content:"\f386"}.ion-android-favorite:before{content:"\f388"}.ion-android-favorite-outline:before{content:"\f387"}.ion-android-film:before{content:"\f389"}.ion-android-folder:before{content:"\f2e0"}.ion-android-folder-open:before{content:"\f38a"}.ion-android-funnel:before{content:"\f38b"}.ion-android-globe:before{content:"\f38c"}.ion-android-hand:before{content:"\f2e3"}.ion-android-hangout:before{content:"\f38d"}.ion-android-happy:before{content:"\f38e"}.ion-android-home:before{content:"\f38f"}.ion-android-image:before{content:"\f2e4"}.ion-android-laptop:before{content:"\f390"}.ion-android-list:before{content:"\f391"}.ion-android-locate:before{content:"\f2e9"}.ion-android-lock:before{content:"\f392"}.ion-android-mail:before{content:"\f2eb"}.ion-android-map:before{content:"\f393"}.ion-android-menu:before{content:"\f394"}.ion-android-microphone:before{content:"\f2ec"}.ion-android-microphone-off:before{content:"\f395"}.ion-android-more-horizontal:before{content:"\f396"}.ion-android-more-vertical:before{content:"\f397"}.ion-android-navigate:before{content:"\f398"}.ion-android-notifications:before{content:"\f39b"}.ion-android-notifications-none:before{content:"\f399"}.ion-android-notifications-off:before{content:"\f39a"}.ion-android-open:before{content:"\f39c"}.ion-android-options:before{content:"\f39d"}.ion-android-people:before{content:"\f39e"}.ion-android-person:before{content:"\f3a0"}.ion-android-person-add:before{content:"\f39f"}.ion-android-phone-landscape:before{content:"\f3a1"}.ion-android-phone-portrait:before{content:"\f3a2"}.ion-android-pin:before{content:"\f3a3"}.ion-android-plane:before{content:"\f3a4"}.ion-android-playstore:before{content:"\f2f0"}.ion-android-print:before{content:"\f3a5"}.ion-android-radio-button-off:before{content:"\f3a6"}.ion-android-radio-button-on:before{content:"\f3a7"}.ion-android-refresh:before{content:"\f3a8"}.ion-android-remove:before{content:"\f2f4"}.ion-android-remove-circle:before{content:"\f3a9"}.ion-android-restaurant:before{content:"\f3aa"}.ion-android-sad:before{content:"\f3ab"}.ion-android-search:before{content:"\f2f5"}.ion-android-send:before{content:"\f2f6"}.ion-android-settings:before{content:"\f2f7"}.ion-android-share:before{content:"\f2f8"}.ion-android-share-alt:before{content:"\f3ac"}.ion-android-star:before{content:"\f2fc"}.ion-android-star-half:before{content:"\f3ad"}.ion-android-star-outline:before{content:"\f3ae"}.ion-android-stopwatch:before{content:"\f2fd"}.ion-android-subway:before{content:"\f3af"}.ion-android-sunny:before{content:"\f3b0"}.ion-android-sync:before{content:"\f3b1"}.ion-android-textsms:before{content:"\f3b2"}.ion-android-time:before{content:"\f3b3"}.ion-android-train:before{content:"\f3b4"}.ion-android-unlock:before{content:"\f3b5"}.ion-android-upload:before{content:"\f3b6"}.ion-android-volume-down:before{content:"\f3b7"}.ion-android-volume-mute:before{content:"\f3b8"}.ion-android-volume-off:before{content:"\f3b9"}.ion-android-volume-up:before{content:"\f3ba"}.ion-android-walk:before{content:"\f3bb"}.ion-android-warning:before{content:"\f3bc"}.ion-android-watch:before{content:"\f3bd"}.ion-android-wifi:before{content:"\f305"}.ion-aperture:before{content:"\f313"}.ion-archive:before{content:"\f102"}.ion-arrow-down-a:before{content:"\f103"}.ion-arrow-down-b:before{content:"\f104"}.ion-arrow-down-c:before{content:"\f105"}.ion-arrow-expand:before{content:"\f25e"}.ion-arrow-graph-down-left:before{content:"\f25f"}.ion-arrow-graph-down-right:before{content:"\f260"}.ion-arrow-graph-up-left:before{content:"\f261"}.ion-arrow-graph-up-right:before{content:"\f262"}.ion-arrow-left-a:before{content:"\f106"}.ion-arrow-left-b:before{content:"\f107"}.ion-arrow-left-c:before{content:"\f108"}.ion-arrow-move:before{content:"\f263"}.ion-arrow-resize:before{content:"\f264"}.ion-arrow-return-left:before{content:"\f265"}.ion-arrow-return-right:before{content:"\f266"}.ion-arrow-right-a:before{content:"\f109"}.ion-arrow-right-b:before{content:"\f10a"}.ion-arrow-right-c:before{content:"\f10b"}.ion-arrow-shrink:before{content:"\f267"}.ion-arrow-swap:before{content:"\f268"}.ion-arrow-up-a:before{content:"\f10c"}.ion-arrow-up-b:before{content:"\f10d"}.ion-arrow-up-c:before{content:"\f10e"}.ion-asterisk:before{content:"\f314"}.ion-at:before{content:"\f10f"}.ion-backspace:before{content:"\f3bf"}.ion-backspace-outline:before{content:"\f3be"}.ion-bag:before{content:"\f110"}.ion-battery-charging:before{content:"\f111"}.ion-battery-empty:before{content:"\f112"}.ion-battery-full:before{content:"\f113"}.ion-battery-half:before{content:"\f114"}.ion-battery-low:before{content:"\f115"}.ion-beaker:before{content:"\f269"}.ion-beer:before{content:"\f26a"}.ion-bluetooth:before{content:"\f116"}.ion-bonfire:before{content:"\f315"}.ion-bookmark:before{content:"\f26b"}.ion-bowtie:before{content:"\f3c0"}.ion-briefcase:before{content:"\f26c"}.ion-bug:before{content:"\f2be"}.ion-calculator:before{content:"\f26d"}.ion-calendar:before{content:"\f117"}.ion-camera:before{content:"\f118"}.ion-card:before{content:"\f119"}.ion-cash:before{content:"\f316"}.ion-chatbox:before{content:"\f11b"}.ion-chatbox-working:before{content:"\f11a"}.ion-chatboxes:before{content:"\f11c"}.ion-chatbubble:before{content:"\f11e"}.ion-chatbubble-working:before{content:"\f11d"}.ion-chatbubbles:before{content:"\f11f"}.ion-checkmark:before{content:"\f122"}.ion-checkmark-circled:before{content:"\f120"}.ion-checkmark-round:before{content:"\f121"}.ion-chevron-down:before{content:"\f123"}.ion-chevron-left:before{content:"\f124"}.ion-chevron-right:before{content:"\f125"}.ion-chevron-up:before{content:"\f126"}.ion-clipboard:before{content:"\f127"}.ion-clock:before{content:"\f26e"}.ion-close:before{content:"\f12a"}.ion-close-circled:before{content:"\f128"}.ion-close-round:before{content:"\f129"}.ion-closed-captioning:before{content:"\f317"}.ion-cloud:before{content:"\f12b"}.ion-code:before{content:"\f271"}.ion-code-download:before{content:"\f26f"}.ion-code-working:before{content:"\f270"}.ion-coffee:before{content:"\f272"}.ion-compass:before{content:"\f273"}.ion-compose:before{content:"\f12c"}.ion-connection-bars:before{content:"\f274"}.ion-contrast:before{content:"\f275"}.ion-crop:before{content:"\f3c1"}.ion-cube:before{content:"\f318"}.ion-disc:before{content:"\f12d"}.ion-document:before{content:"\f12f"}.ion-document-text:before{content:"\f12e"}.ion-drag:before{content:"\f130"}.ion-earth:before{content:"\f276"}.ion-easel:before{content:"\f3c2"}.ion-edit:before{content:"\f2bf"}.ion-egg:before{content:"\f277"}.ion-eject:before{content:"\f131"}.ion-email:before{content:"\f132"}.ion-email-unread:before{content:"\f3c3"}.ion-erlenmeyer-flask:before{content:"\f3c5"}.ion-erlenmeyer-flask-bubbles:before{content:"\f3c4"}.ion-eye:before{content:"\f133"}.ion-eye-disabled:before{content:"\f306"}.ion-female:before{content:"\f278"}.ion-filing:before{content:"\f134"}.ion-film-marker:before{content:"\f135"}.ion-fireball:before{content:"\f319"}.ion-flag:before{content:"\f279"}.ion-flame:before{content:"\f31a"}.ion-flash:before{content:"\f137"}.ion-flash-off:before{content:"\f136"}.ion-folder:before{content:"\f139"}.ion-fork:before{content:"\f27a"}.ion-fork-repo:before{content:"\f2c0"}.ion-forward:before{content:"\f13a"}.ion-funnel:before{content:"\f31b"}.ion-gear-a:before{content:"\f13d"}.ion-gear-b:before{content:"\f13e"}.ion-grid:before{content:"\f13f"}.ion-hammer:before{content:"\f27b"}.ion-happy:before{content:"\f31c"}.ion-happy-outline:before{content:"\f3c6"}.ion-headphone:before{content:"\f140"}.ion-heart:before{content:"\f141"}.ion-heart-broken:before{content:"\f31d"}.ion-help:before{content:"\f143"}.ion-help-buoy:before{content:"\f27c"}.ion-help-circled:before{content:"\f142"}.ion-home:before{content:"\f144"}.ion-icecream:before{content:"\f27d"}.ion-image:before{content:"\f147"}.ion-images:before{content:"\f148"}.ion-information:before{content:"\f14a"}.ion-information-circled:before{content:"\f149"}.ion-ionic:before{content:"\f14b"}.ion-ios-alarm:before{content:"\f3c8"}.ion-ios-alarm-outline:before{content:"\f3c7"}.ion-ios-albums:before{content:"\f3ca"}.ion-ios-albums-outline:before{content:"\f3c9"}.ion-ios-americanfootball:before{content:"\f3cc"}.ion-ios-americanfootball-outline:before{content:"\f3cb"}.ion-ios-analytics:before{content:"\f3ce"}.ion-ios-analytics-outline:before{content:"\f3cd"}.ion-ios-arrow-back:before{content:"\f3cf"}.ion-ios-arrow-down:before{content:"\f3d0"}.ion-ios-arrow-forward:before{content:"\f3d1"}.ion-ios-arrow-left:before{content:"\f3d2"}.ion-ios-arrow-right:before{content:"\f3d3"}.ion-ios-arrow-thin-down:before{content:"\f3d4"}.ion-ios-arrow-thin-left:before{content:"\f3d5"}.ion-ios-arrow-thin-right:before{content:"\f3d6"}.ion-ios-arrow-thin-up:before{content:"\f3d7"}.ion-ios-arrow-up:before{content:"\f3d8"}.ion-ios-at:before{content:"\f3da"}.ion-ios-at-outline:before{content:"\f3d9"}.ion-ios-barcode:before{content:"\f3dc"}.ion-ios-barcode-outline:before{content:"\f3db"}.ion-ios-baseball:before{content:"\f3de"}.ion-ios-baseball-outline:before{content:"\f3dd"}.ion-ios-basketball:before{content:"\f3e0"}.ion-ios-basketball-outline:before{content:"\f3df"}.ion-ios-bell:before{content:"\f3e2"}.ion-ios-bell-outline:before{content:"\f3e1"}.ion-ios-body:before{content:"\f3e4"}.ion-ios-body-outline:before{content:"\f3e3"}.ion-ios-bolt:before{content:"\f3e6"}.ion-ios-bolt-outline:before{content:"\f3e5"}.ion-ios-book:before{content:"\f3e8"}.ion-ios-book-outline:before{content:"\f3e7"}.ion-ios-bookmarks:before{content:"\f3ea"}.ion-ios-bookmarks-outline:before{content:"\f3e9"}.ion-ios-box:before{content:"\f3ec"}.ion-ios-box-outline:before{content:"\f3eb"}.ion-ios-briefcase:before{content:"\f3ee"}.ion-ios-briefcase-outline:before{content:"\f3ed"}.ion-ios-browsers:before{content:"\f3f0"}.ion-ios-browsers-outline:before{content:"\f3ef"}.ion-ios-calculator:before{content:"\f3f2"}.ion-ios-calculator-outline:before{content:"\f3f1"}.ion-ios-calendar:before{content:"\f3f4"}.ion-ios-calendar-outline:before{content:"\f3f3"}.ion-ios-camera:before{content:"\f3f6"}.ion-ios-camera-outline:before{content:"\f3f5"}.ion-ios-cart:before{content:"\f3f8"}.ion-ios-cart-outline:before{content:"\f3f7"}.ion-ios-chatboxes:before{content:"\f3fa"}.ion-ios-chatboxes-outline:before{content:"\f3f9"}.ion-ios-chatbubble:before{content:"\f3fc"}.ion-ios-chatbubble-outline:before{content:"\f3fb"}.ion-ios-checkmark:before{content:"\f3ff"}.ion-ios-checkmark-empty:before{content:"\f3fd"}.ion-ios-checkmark-outline:before{content:"\f3fe"}.ion-ios-circle-filled:before{content:"\f400"}.ion-ios-circle-outline:before{content:"\f401"}.ion-ios-clock:before{content:"\f403"}.ion-ios-clock-outline:before{content:"\f402"}.ion-ios-close:before{content:"\f406"}.ion-ios-close-empty:before{content:"\f404"}.ion-ios-close-outline:before{content:"\f405"}.ion-ios-cloud:before{content:"\f40c"}.ion-ios-cloud-download:before{content:"\f408"}.ion-ios-cloud-download-outline:before{content:"\f407"}.ion-ios-cloud-outline:before{content:"\f409"}.ion-ios-cloud-upload:before{content:"\f40b"}.ion-ios-cloud-upload-outline:before{content:"\f40a"}.ion-ios-cloudy:before{content:"\f410"}.ion-ios-cloudy-night:before{content:"\f40e"}.ion-ios-cloudy-night-outline:before{content:"\f40d"}.ion-ios-cloudy-outline:before{content:"\f40f"}.ion-ios-cog:before{content:"\f412"}.ion-ios-cog-outline:before{content:"\f411"}.ion-ios-color-filter:before{content:"\f414"}.ion-ios-color-filter-outline:before{content:"\f413"}.ion-ios-color-wand:before{content:"\f416"}.ion-ios-color-wand-outline:before{content:"\f415"}.ion-ios-compose:before{content:"\f418"}.ion-ios-compose-outline:before{content:"\f417"}.ion-ios-contact:before{content:"\f41a"}.ion-ios-contact-outline:before{content:"\f419"}.ion-ios-copy:before{content:"\f41c"}.ion-ios-copy-outline:before{content:"\f41b"}.ion-ios-crop:before{content:"\f41e"}.ion-ios-crop-strong:before{content:"\f41d"}.ion-ios-download:before{content:"\f420"}.ion-ios-download-outline:before{content:"\f41f"}.ion-ios-drag:before{content:"\f421"}.ion-ios-email:before{content:"\f423"}.ion-ios-email-outline:before{content:"\f422"}.ion-ios-eye:before{content:"\f425"}.ion-ios-eye-outline:before{content:"\f424"}.ion-ios-fastforward:before{content:"\f427"}.ion-ios-fastforward-outline:before{content:"\f426"}.ion-ios-filing:before{content:"\f429"}.ion-ios-filing-outline:before{content:"\f428"}.ion-ios-film:before{content:"\f42b"}.ion-ios-film-outline:before{content:"\f42a"}.ion-ios-flag:before{content:"\f42d"}.ion-ios-flag-outline:before{content:"\f42c"}.ion-ios-flame:before{content:"\f42f"}.ion-ios-flame-outline:before{content:"\f42e"}.ion-ios-flask:before{content:"\f431"}.ion-ios-flask-outline:before{content:"\f430"}.ion-ios-flower:before{content:"\f433"}.ion-ios-flower-outline:before{content:"\f432"}.ion-ios-folder:before{content:"\f435"}.ion-ios-folder-outline:before{content:"\f434"}.ion-ios-football:before{content:"\f437"}.ion-ios-football-outline:before{content:"\f436"}.ion-ios-game-controller-a:before{content:"\f439"}.ion-ios-game-controller-a-outline:before{content:"\f438"}.ion-ios-game-controller-b:before{content:"\f43b"}.ion-ios-game-controller-b-outline:before{content:"\f43a"}.ion-ios-gear:before{content:"\f43d"}.ion-ios-gear-outline:before{content:"\f43c"}.ion-ios-glasses:before{content:"\f43f"}.ion-ios-glasses-outline:before{content:"\f43e"}.ion-ios-grid-view:before{content:"\f441"}.ion-ios-grid-view-outline:before{content:"\f440"}.ion-ios-heart:before{content:"\f443"}.ion-ios-heart-outline:before{content:"\f442"}.ion-ios-help:before{content:"\f446"}.ion-ios-help-empty:before{content:"\f444"}.ion-ios-help-outline:before{content:"\f445"}.ion-ios-home:before{content:"\f448"}.ion-ios-home-outline:before{content:"\f447"}.ion-ios-infinite:before{content:"\f44a"}.ion-ios-infinite-outline:before{content:"\f449"}.ion-ios-information:before{content:"\f44d"}.ion-ios-information-empty:before{content:"\f44b"}.ion-ios-information-outline:before{content:"\f44c"}.ion-ios-ionic-outline:before{content:"\f44e"}.ion-ios-keypad:before{content:"\f450"}.ion-ios-keypad-outline:before{content:"\f44f"}.ion-ios-lightbulb:before{content:"\f452"}.ion-ios-lightbulb-outline:before{content:"\f451"}.ion-ios-list:before{content:"\f454"}.ion-ios-list-outline:before{content:"\f453"}.ion-ios-location:before{content:"\f456"}.ion-ios-location-outline:before{content:"\f455"}.ion-ios-locked:before{content:"\f458"}.ion-ios-locked-outline:before{content:"\f457"}.ion-ios-loop:before{content:"\f45a"}.ion-ios-loop-strong:before{content:"\f459"}.ion-ios-medical:before{content:"\f45c"}.ion-ios-medical-outline:before{content:"\f45b"}.ion-ios-medkit:before{content:"\f45e"}.ion-ios-medkit-outline:before{content:"\f45d"}.ion-ios-mic:before{content:"\f461"}.ion-ios-mic-off:before{content:"\f45f"}.ion-ios-mic-outline:before{content:"\f460"}.ion-ios-minus:before{content:"\f464"}.ion-ios-minus-empty:before{content:"\f462"}.ion-ios-minus-outline:before{content:"\f463"}.ion-ios-monitor:before{content:"\f466"}.ion-ios-monitor-outline:before{content:"\f465"}.ion-ios-moon:before{content:"\f468"}.ion-ios-moon-outline:before{content:"\f467"}.ion-ios-more:before{content:"\f46a"}.ion-ios-more-outline:before{content:"\f469"}.ion-ios-musical-note:before{content:"\f46b"}.ion-ios-musical-notes:before{content:"\f46c"}.ion-ios-navigate:before{content:"\f46e"}.ion-ios-navigate-outline:before{content:"\f46d"}.ion-ios-nutrition:before{content:"\f470"}.ion-ios-nutrition-outline:before{content:"\f46f"}.ion-ios-paper:before{content:"\f472"}.ion-ios-paper-outline:before{content:"\f471"}.ion-ios-paperplane:before{content:"\f474"}.ion-ios-paperplane-outline:before{content:"\f473"}.ion-ios-partlysunny:before{content:"\f476"}.ion-ios-partlysunny-outline:before{content:"\f475"}.ion-ios-pause:before{content:"\f478"}.ion-ios-pause-outline:before{content:"\f477"}.ion-ios-paw:before{content:"\f47a"}.ion-ios-paw-outline:before{content:"\f479"}.ion-ios-people:before{content:"\f47c"}.ion-ios-people-outline:before{content:"\f47b"}.ion-ios-person:before{content:"\f47e"}.ion-ios-person-outline:before{content:"\f47d"}.ion-ios-personadd:before{content:"\f480"}.ion-ios-personadd-outline:before{content:"\f47f"}.ion-ios-photos:before{content:"\f482"}.ion-ios-photos-outline:before{content:"\f481"}.ion-ios-pie:before{content:"\f484"}.ion-ios-pie-outline:before{content:"\f483"}.ion-ios-pint:before{content:"\f486"}.ion-ios-pint-outline:before{content:"\f485"}.ion-ios-play:before{content:"\f488"}.ion-ios-play-outline:before{content:"\f487"}.ion-ios-plus:before{content:"\f48b"}.ion-ios-plus-empty:before{content:"\f489"}.ion-ios-plus-outline:before{content:"\f48a"}.ion-ios-pricetag:before{content:"\f48d"}.ion-ios-pricetag-outline:before{content:"\f48c"}.ion-ios-pricetags:before{content:"\f48f"}.ion-ios-pricetags-outline:before{content:"\f48e"}.ion-ios-printer:before{content:"\f491"}.ion-ios-printer-outline:before{content:"\f490"}.ion-ios-pulse:before{content:"\f493"}.ion-ios-pulse-strong:before{content:"\f492"}.ion-ios-rainy:before{content:"\f495"}.ion-ios-rainy-outline:before{content:"\f494"}.ion-ios-recording:before{content:"\f497"}.ion-ios-recording-outline:before{content:"\f496"}.ion-ios-redo:before{content:"\f499"}.ion-ios-redo-outline:before{content:"\f498"}.ion-ios-refresh:before{content:"\f49c"}.ion-ios-refresh-empty:before{content:"\f49a"}.ion-ios-refresh-outline:before{content:"\f49b"}.ion-ios-reload:before{content:"\f49d"}.ion-ios-reverse-camera:before{content:"\f49f"}.ion-ios-reverse-camera-outline:before{content:"\f49e"}.ion-ios-rewind:before{content:"\f4a1"}.ion-ios-rewind-outline:before{content:"\f4a0"}.ion-ios-rose:before{content:"\f4a3"}.ion-ios-rose-outline:before{content:"\f4a2"}.ion-ios-search:before{content:"\f4a5"}.ion-ios-search-strong:before{content:"\f4a4"}.ion-ios-settings:before{content:"\f4a7"}.ion-ios-settings-strong:before{content:"\f4a6"}.ion-ios-shuffle:before{content:"\f4a9"}.ion-ios-shuffle-strong:before{content:"\f4a8"}.ion-ios-skipbackward:before{content:"\f4ab"}.ion-ios-skipbackward-outline:before{content:"\f4aa"}.ion-ios-skipforward:before{content:"\f4ad"}.ion-ios-skipforward-outline:before{content:"\f4ac"}.ion-ios-snowy:before{content:"\f4ae"}.ion-ios-speedometer:before{content:"\f4b0"}.ion-ios-speedometer-outline:before{content:"\f4af"}.ion-ios-star:before{content:"\f4b3"}.ion-ios-star-half:before{content:"\f4b1"}.ion-ios-star-outline:before{content:"\f4b2"}.ion-ios-stopwatch:before{content:"\f4b5"}.ion-ios-stopwatch-outline:before{content:"\f4b4"}.ion-ios-sunny:before{content:"\f4b7"}.ion-ios-sunny-outline:before{content:"\f4b6"}.ion-ios-telephone:before{content:"\f4b9"}.ion-ios-telephone-outline:before{content:"\f4b8"}.ion-ios-tennisball:before{content:"\f4bb"}.ion-ios-tennisball-outline:before{content:"\f4ba"}.ion-ios-thunderstorm:before{content:"\f4bd"}.ion-ios-thunderstorm-outline:before{content:"\f4bc"}.ion-ios-time:before{content:"\f4bf"}.ion-ios-time-outline:before{content:"\f4be"}.ion-ios-timer:before{content:"\f4c1"}.ion-ios-timer-outline:before{content:"\f4c0"}.ion-ios-toggle:before{content:"\f4c3"}.ion-ios-toggle-outline:before{content:"\f4c2"}.ion-ios-trash:before{content:"\f4c5"}.ion-ios-trash-outline:before{content:"\f4c4"}.ion-ios-undo:before{content:"\f4c7"}.ion-ios-undo-outline:before{content:"\f4c6"}.ion-ios-unlocked:before{content:"\f4c9"}.ion-ios-unlocked-outline:before{content:"\f4c8"}.ion-ios-upload:before{content:"\f4cb"}.ion-ios-upload-outline:before{content:"\f4ca"}.ion-ios-videocam:before{content:"\f4cd"}.ion-ios-videocam-outline:before{content:"\f4cc"}.ion-ios-volume-high:before{content:"\f4ce"}.ion-ios-volume-low:before{content:"\f4cf"}.ion-ios-wineglass:before{content:"\f4d1"}.ion-ios-wineglass-outline:before{content:"\f4d0"}.ion-ios-world:before{content:"\f4d3"}.ion-ios-world-outline:before{content:"\f4d2"}.ion-ipad:before{content:"\f1f9"}.ion-iphone:before{content:"\f1fa"}.ion-ipod:before{content:"\f1fb"}.ion-jet:before{content:"\f295"}.ion-key:before{content:"\f296"}.ion-knife:before{content:"\f297"}.ion-laptop:before{content:"\f1fc"}.ion-leaf:before{content:"\f1fd"}.ion-levels:before{content:"\f298"}.ion-lightbulb:before{content:"\f299"}.ion-link:before{content:"\f1fe"}.ion-load-a:before{content:"\f29a"}.ion-load-b:before{content:"\f29b"}.ion-load-c:before{content:"\f29c"}.ion-load-d:before{content:"\f29d"}.ion-location:before{content:"\f1ff"}.ion-lock-combination:before{content:"\f4d4"}.ion-locked:before{content:"\f200"}.ion-log-in:before{content:"\f29e"}.ion-log-out:before{content:"\f29f"}.ion-loop:before{content:"\f201"}.ion-magnet:before{content:"\f2a0"}.ion-male:before{content:"\f2a1"}.ion-man:before{content:"\f202"}.ion-map:before{content:"\f203"}.ion-medkit:before{content:"\f2a2"}.ion-merge:before{content:"\f33f"}.ion-mic-a:before{content:"\f204"}.ion-mic-b:before{content:"\f205"}.ion-mic-c:before{content:"\f206"}.ion-minus:before{content:"\f209"}.ion-minus-circled:before{content:"\f207"}.ion-minus-round:before{content:"\f208"}.ion-model-s:before{content:"\f2c1"}.ion-monitor:before{content:"\f20a"}.ion-more:before{content:"\f20b"}.ion-mouse:before{content:"\f340"}.ion-music-note:before{content:"\f20c"}.ion-navicon:before{content:"\f20e"}.ion-navicon-round:before{content:"\f20d"}.ion-navigate:before{content:"\f2a3"}.ion-network:before{content:"\f341"}.ion-no-smoking:before{content:"\f2c2"}.ion-nuclear:before{content:"\f2a4"}.ion-outlet:before{content:"\f342"}.ion-paintbrush:before{content:"\f4d5"}.ion-paintbucket:before{content:"\f4d6"}.ion-paper-airplane:before{content:"\f2c3"}.ion-paperclip:before{content:"\f20f"}.ion-pause:before{content:"\f210"}.ion-person:before{content:"\f213"}.ion-person-add:before{content:"\f211"}.ion-person-stalker:before{content:"\f212"}.ion-pie-graph:before{content:"\f2a5"}.ion-pin:before{content:"\f2a6"}.ion-pinpoint:before{content:"\f2a7"}.ion-pizza:before{content:"\f2a8"}.ion-plane:before{content:"\f214"}.ion-planet:before{content:"\f343"}.ion-play:before{content:"\f215"}.ion-playstation:before{content:"\f30a"}.ion-plus:before{content:"\f218"}.ion-plus-circled:before{content:"\f216"}.ion-plus-round:before{content:"\f217"}.ion-podium:before{content:"\f344"}.ion-pound:before{content:"\f219"}.ion-power:before{content:"\f2a9"}.ion-pricetag:before{content:"\f2aa"}.ion-pricetags:before{content:"\f2ab"}.ion-printer:before{content:"\f21a"}.ion-pull-request:before{content:"\f345"}.ion-qr-scanner:before{content:"\f346"}.ion-quote:before{content:"\f347"}.ion-radio-waves:before{content:"\f2ac"}.ion-record:before{content:"\f21b"}.ion-refresh:before{content:"\f21c"}.ion-reply:before{content:"\f21e"}.ion-reply-all:before{content:"\f21d"}.ion-ribbon-a:before{content:"\f348"}.ion-ribbon-b:before{content:"\f349"}.ion-sad:before{content:"\f34a"}.ion-sad-outline:before{content:"\f4d7"}.ion-scissors:before{content:"\f34b"}.ion-search:before{content:"\f21f"}.ion-settings:before{content:"\f2ad"}.ion-share:before{content:"\f220"}.ion-shuffle:before{content:"\f221"}.ion-skip-backward:before{content:"\f222"}.ion-skip-forward:before{content:"\f223"}.ion-social-android:before{content:"\f225"}.ion-social-android-outline:before{content:"\f224"}.ion-social-angular:before{content:"\f4d9"}.ion-social-angular-outline:before{content:"\f4d8"}.ion-social-apple:before{content:"\f227"}.ion-social-apple-outline:before{content:"\f226"}.ion-social-bitcoin:before{content:"\f2af"}.ion-social-bitcoin-outline:before{content:"\f2ae"}.ion-social-buffer:before{content:"\f229"}.ion-social-buffer-outline:before{content:"\f228"}.ion-social-chrome:before{content:"\f4db"}.ion-social-chrome-outline:before{content:"\f4da"}.ion-social-codepen:before{content:"\f4dd"}.ion-social-codepen-outline:before{content:"\f4dc"}.ion-social-css3:before{content:"\f4df"}.ion-social-css3-outline:before{content:"\f4de"}.ion-social-designernews:before{content:"\f22b"}.ion-social-designernews-outline:before{content:"\f22a"}.ion-social-dribbble:before{content:"\f22d"}.ion-social-dribbble-outline:before{content:"\f22c"}.ion-social-dropbox:before{content:"\f22f"}.ion-social-dropbox-outline:before{content:"\f22e"}.ion-social-euro:before{content:"\f4e1"}.ion-social-euro-outline:before{content:"\f4e0"}.ion-social-facebook:before{content:"\f231"}.ion-social-facebook-outline:before{content:"\f230"}.ion-social-foursquare:before{content:"\f34d"}.ion-social-foursquare-outline:before{content:"\f34c"}.ion-social-freebsd-devil:before{content:"\f2c4"}.ion-social-github:before{content:"\f233"}.ion-social-github-outline:before{content:"\f232"}.ion-social-google:before{content:"\f34f"}.ion-social-google-outline:before{content:"\f34e"}.ion-social-googleplus:before{content:"\f235"}.ion-social-googleplus-outline:before{content:"\f234"}.ion-social-hackernews:before{content:"\f237"}.ion-social-hackernews-outline:before{content:"\f236"}.ion-social-html5:before{content:"\f4e3"}.ion-social-html5-outline:before{content:"\f4e2"}.ion-social-instagram:before{content:"\f351"}.ion-social-instagram-outline:before{content:"\f350"}.ion-social-javascript:before{content:"\f4e5"}.ion-social-javascript-outline:before{content:"\f4e4"}.ion-social-linkedin:before{content:"\f239"}.ion-social-linkedin-outline:before{content:"\f238"}.ion-social-markdown:before{content:"\f4e6"}.ion-social-nodejs:before{content:"\f4e7"}.ion-social-octocat:before{content:"\f4e8"}.ion-social-pinterest:before{content:"\f2b1"}.ion-social-pinterest-outline:before{content:"\f2b0"}.ion-social-python:before{content:"\f4e9"}.ion-social-reddit:before{content:"\f23b"}.ion-social-reddit-outline:before{content:"\f23a"}.ion-social-rss:before{content:"\f23d"}.ion-social-rss-outline:before{content:"\f23c"}.ion-social-sass:before{content:"\f4ea"}.ion-social-skype:before{content:"\f23f"}.ion-social-skype-outline:before{content:"\f23e"}.ion-social-snapchat:before{content:"\f4ec"}.ion-social-snapchat-outline:before{content:"\f4eb"}.ion-social-tumblr:before{content:"\f241"}.ion-social-tumblr-outline:before{content:"\f240"}.ion-social-tux:before{content:"\f2c5"}.ion-social-twitch:before{content:"\f4ee"}.ion-social-twitch-outline:before{content:"\f4ed"}.ion-social-twitter:before{content:"\f243"}.ion-social-twitter-outline:before{content:"\f242"}.ion-social-usd:before{content:"\f353"}.ion-social-usd-outline:before{content:"\f352"}.ion-social-vimeo:before{content:"\f245"}.ion-social-vimeo-outline:before{content:"\f244"}.ion-social-whatsapp:before{content:"\f4f0"}.ion-social-whatsapp-outline:before{content:"\f4ef"}.ion-social-windows:before{content:"\f247"}.ion-social-windows-outline:before{content:"\f246"}.ion-social-wordpress:before{content:"\f249"}.ion-social-wordpress-outline:before{content:"\f248"}.ion-social-yahoo:before{content:"\f24b"}.ion-social-yahoo-outline:before{content:"\f24a"}.ion-social-yen:before{content:"\f4f2"}.ion-social-yen-outline:before{content:"\f4f1"}.ion-social-youtube:before{content:"\f24d"}.ion-social-youtube-outline:before{content:"\f24c"}.ion-soup-can:before{content:"\f4f4"}.ion-soup-can-outline:before{content:"\f4f3"}.ion-speakerphone:before{content:"\f2b2"}.ion-speedometer:before{content:"\f2b3"}.ion-spoon:before{content:"\f2b4"}.ion-star:before{content:"\f24e"}.ion-stats-bars:before{content:"\f2b5"}.ion-steam:before{content:"\f30b"}.ion-stop:before{content:"\f24f"}.ion-thermometer:before{content:"\f2b6"}.ion-thumbsdown:before{content:"\f250"}.ion-thumbsup:before{content:"\f251"}.ion-toggle:before{content:"\f355"}.ion-toggle-filled:before{content:"\f354"}.ion-transgender:before{content:"\f4f5"}.ion-trash-a:before{content:"\f252"}.ion-trash-b:before{content:"\f253"}.ion-trophy:before{content:"\f356"}.ion-tshirt:before{content:"\f4f7"}.ion-tshirt-outline:before{content:"\f4f6"}.ion-umbrella:before{content:"\f2b7"}.ion-university:before{content:"\f357"}.ion-unlocked:before{content:"\f254"}.ion-upload:before{content:"\f255"}.ion-usb:before{content:"\f2b8"}.ion-videocamera:before{content:"\f256"}.ion-volume-high:before{content:"\f257"}.ion-volume-low:before{content:"\f258"}.ion-volume-medium:before{content:"\f259"}.ion-volume-mute:before{content:"\f25a"}.ion-wand:before{content:"\f358"}.ion-waterdrop:before{content:"\f25b"}.ion-wifi:before{content:"\f25c"}.ion-wineglass:before{content:"\f2b9"}.ion-woman:before{content:"\f25d"}.ion-wrench:before{content:"\f2ba"}.ion-xbox:before{content:"\f30c"}

/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/@font-face{font-family:"Ionicons";src:url("../fonts/ionicons.eot?v=2.0.0");src:url("../fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"),url("../fonts/ionicons.ttf?v=2.0.0") format("truetype"),url("../fonts/ionicons.woff?v=2.0.0") format("woff"),url("../fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");font-weight:normal;font-style:normal}
.ion,.ionicons,.ion-alert:before,.ion-alert-circled:before,.ion-android-add:before,.ion-android-add-circle:before,.ion-android-alarm-clock:before,.ion-android-alert:before,.ion-android-apps:before,.ion-android-archive:before,.ion-android-arrow-back:before,.ion-android-arrow-down:before,.ion-android-arrow-dropdown:before,.ion-android-arrow-dropdown-circle:before,.ion-android-arrow-dropleft:before,.ion-android-arrow-dropleft-circle:before,.ion-android-arrow-dropright:before,.ion-android-arrow-dropright-circle:before,.ion-android-arrow-dropup:before,.ion-android-arrow-dropup-circle:before,.ion-android-arrow-forward:before,.ion-android-arrow-up:before,.ion-android-attach:before,.ion-android-bar:before,.ion-android-bicycle:before,.ion-android-boat:before,.ion-android-bookmark:before,.ion-android-bulb:before,.ion-android-bus:before,.ion-android-calendar:before,.ion-android-call:before,.ion-android-camera:before,.ion-android-cancel:before,.ion-android-car:before,.ion-android-cart:before,.ion-android-chat:before,.ion-android-checkbox:before,.ion-android-checkbox-blank:before,.ion-android-checkbox-outline:before,.ion-android-checkbox-outline-blank:before,.ion-android-checkmark-circle:before,.ion-android-clipboard:before,.ion-android-close:before,.ion-android-cloud:before,.ion-android-cloud-circle:before,.ion-android-cloud-done:before,.ion-android-cloud-outline:before,.ion-android-color-palette:before,.ion-android-compass:before,.ion-android-contact:before,.ion-android-contacts:before,.ion-android-contract:before,.ion-android-create:before,.ion-android-delete:before,.ion-android-desktop:before,.ion-android-document:before,.ion-android-done:before,.ion-android-done-all:before,.ion-android-download:before,.ion-android-drafts:before,.ion-android-exit:before,.ion-android-expand:before,.ion-android-favorite:before,.ion-android-favorite-outline:before,.ion-android-film:before,.ion-android-folder:before,.ion-android-folder-open:before,.ion-android-funnel:before,.ion-android-globe:before,.ion-android-hand:before,.ion-android-hangout:before,.ion-android-happy:before,.ion-android-home:before,.ion-android-image:before,.ion-android-laptop:before,.ion-android-list:before,.ion-android-locate:before,.ion-android-lock:before,.ion-android-mail:before,.ion-android-map:before,.ion-android-menu:before,.ion-android-microphone:before,.ion-android-microphone-off:before,.ion-android-more-horizontal:before,.ion-android-more-vertical:before,.ion-android-navigate:before,.ion-android-notifications:before,.ion-android-notifications-none:before,.ion-android-notifications-off:before,.ion-android-open:before,.ion-android-options:before,.ion-android-people:before,.ion-android-person:before,.ion-android-person-add:before,.ion-android-phone-landscape:before,.ion-android-phone-portrait:before,.ion-android-pin:before,.ion-android-plane:before,.ion-android-playstore:before,.ion-android-print:before,.ion-android-radio-button-off:before,.ion-android-radio-button-on:before,.ion-android-refresh:before,.ion-android-remove:before,.ion-android-remove-circle:before,.ion-android-restaurant:before,.ion-android-sad:before,.ion-android-search:before,.ion-android-send:before,.ion-android-settings:before,.ion-android-share:before,.ion-android-share-alt:before,.ion-android-star:before,.ion-android-star-half:before,.ion-android-star-outline:before,.ion-android-stopwatch:before,.ion-android-subway:before,.ion-android-sunny:before,.ion-android-sync:before,.ion-android-textsms:before,.ion-android-time:before,.ion-android-train:before,.ion-android-unlock:before,.ion-android-upload:before,.ion-android-volume-down:before,.ion-android-volume-mute:before,.ion-android-volume-off:before,.ion-android-volume-up:before,.ion-android-walk:before,.ion-android-warning:before,.ion-android-watch:before,.ion-android-wifi:before,.ion-aperture:before,.ion-archive:before,.ion-arrow-down-a:before,.ion-arrow-down-b:before,.ion-arrow-down-c:before,.ion-arrow-expand:before,.ion-arrow-graph-down-left:before,.ion-arrow-graph-down-right:before,.ion-arrow-graph-up-left:before,.ion-arrow-graph-up-right:before,.ion-arrow-left-a:before,.ion-arrow-left-b:before,.ion-arrow-left-c:before,.ion-arrow-move:before,.ion-arrow-resize:before,.ion-arrow-return-left:before,.ion-arrow-return-right:before,.ion-arrow-right-a:before,.ion-arrow-right-b:before,.ion-arrow-right-c:before,.ion-arrow-shrink:before,.ion-arrow-swap:before,.ion-arrow-up-a:before,.ion-arrow-up-b:before,.ion-arrow-up-c:before,.ion-asterisk:before,.ion-at:before,.ion-backspace:before,.ion-backspace-outline:before,.ion-bag:before,.ion-battery-charging:before,.ion-battery-empty:before,.ion-battery-full:before,.ion-battery-half:before,.ion-battery-low:before,.ion-beaker:before,.ion-beer:before,.ion-bluetooth:before,.ion-bonfire:before,.ion-bookmark:before,.ion-bowtie:before,.ion-briefcase:before,.ion-bug:before,.ion-calculator:before,.ion-calendar:before,.ion-camera:before,.ion-card:before,.ion-cash:before,.ion-chatbox:before,.ion-chatbox-working:before,.ion-chatboxes:before,.ion-chatbubble:before,.ion-chatbubble-working:before,.ion-chatbubbles:before,.ion-checkmark:before,.ion-checkmark-circled:before,.ion-checkmark-round:before,.ion-chevron-down:before,.ion-chevron-left:before,.ion-chevron-right:before,.ion-chevron-up:before,.ion-clipboard:before,.ion-clock:before,.ion-close:before,.ion-close-circled:before,.ion-close-round:before,.ion-closed-captioning:before,.ion-cloud:before,.ion-code:before,.ion-code-download:before,.ion-code-working:before,.ion-coffee:before,.ion-compass:before,.ion-compose:before,.ion-connection-bars:before,.ion-contrast:before,.ion-crop:before,.ion-cube:before,.ion-disc:before,.ion-document:before,.ion-document-text:before,.ion-drag:before,.ion-earth:before,.ion-easel:before,.ion-edit:before,.ion-egg:before,.ion-eject:before,.ion-email:before,.ion-email-unread:before,.ion-erlenmeyer-flask:before,.ion-erlenmeyer-flask-bubbles:before,.ion-eye:before,.ion-eye-disabled:before,.ion-female:before,.ion-filing:before,.ion-film-marker:before,.ion-fireball:before,.ion-flag:before,.ion-flame:before,.ion-flash:before,.ion-flash-off:before,.ion-folder:before,.ion-fork:before,.ion-fork-repo:before,.ion-forward:before,.ion-funnel:before,.ion-gear-a:before,.ion-gear-b:before,.ion-grid:before,.ion-hammer:before,.ion-happy:before,.ion-happy-outline:before,.ion-headphone:before,.ion-heart:before,.ion-heart-broken:before,.ion-help:before,.ion-help-buoy:before,.ion-help-circled:before,.ion-home:before,.ion-icecream:before,.ion-image:before,.ion-images:before,.ion-information:before,.ion-information-circled:before,.ion-ionic:before,.ion-ios-alarm:before,.ion-ios-alarm-outline:before,.ion-ios-albums:before,.ion-ios-albums-outline:before,.ion-ios-americanfootball:before,.ion-ios-americanfootball-outline:before,.ion-ios-analytics:before,.ion-ios-analytics-outline:before,.ion-ios-arrow-back:before,.ion-ios-arrow-down:before,.ion-ios-arrow-forward:before,.ion-ios-arrow-left:before,.ion-ios-arrow-right:before,.ion-ios-arrow-thin-down:before,.ion-ios-arrow-thin-left:before,.ion-ios-arrow-thin-right:before,.ion-ios-arrow-thin-up:before,.ion-ios-arrow-up:before,.ion-ios-at:before,.ion-ios-at-outline:before,.ion-ios-barcode:before,.ion-ios-barcode-outline:before,.ion-ios-baseball:before,.ion-ios-baseball-outline:before,.ion-ios-basketball:before,.ion-ios-basketball-outline:before,.ion-ios-bell:before,.ion-ios-bell-outline:before,.ion-ios-body:before,.ion-ios-body-outline:before,.ion-ios-bolt:before,.ion-ios-bolt-outline:before,.ion-ios-book:before,.ion-ios-book-outline:before,.ion-ios-bookmarks:before,.ion-ios-bookmarks-outline:before,.ion-ios-box:before,.ion-ios-box-outline:before,.ion-ios-briefcase:before,.ion-ios-briefcase-outline:before,.ion-ios-browsers:before,.ion-ios-browsers-outline:before,.ion-ios-calculator:before,.ion-ios-calculator-outline:before,.ion-ios-calendar:before,.ion-ios-calendar-outline:before,.ion-ios-camera:before,.ion-ios-camera-outline:before,.ion-ios-cart:before,.ion-ios-cart-outline:before,.ion-ios-chatboxes:before,.ion-ios-chatboxes-outline:before,.ion-ios-chatbubble:before,.ion-ios-chatbubble-outline:before,.ion-ios-checkmark:before,.ion-ios-checkmark-empty:before,.ion-ios-checkmark-outline:before,.ion-ios-circle-filled:before,.ion-ios-circle-outline:before,.ion-ios-clock:before,.ion-ios-clock-outline:before,.ion-ios-close:before,.ion-ios-close-empty:before,.ion-ios-close-outline:before,.ion-ios-cloud:before,.ion-ios-cloud-download:before,.ion-ios-cloud-download-outline:before,.ion-ios-cloud-outline:before,.ion-ios-cloud-upload:before,.ion-ios-cloud-upload-outline:before,.ion-ios-cloudy:before,.ion-ios-cloudy-night:before,.ion-ios-cloudy-night-outline:before,.ion-ios-cloudy-outline:before,.ion-ios-cog:before,.ion-ios-cog-outline:before,.ion-ios-color-filter:before,.ion-ios-color-filter-outline:before,.ion-ios-color-wand:before,.ion-ios-color-wand-outline:before,.ion-ios-compose:before,.ion-ios-compose-outline:before,.ion-ios-contact:before,.ion-ios-contact-outline:before,.ion-ios-copy:before,.ion-ios-copy-outline:before,.ion-ios-crop:before,.ion-ios-crop-strong:before,.ion-ios-download:before,.ion-ios-download-outline:before,.ion-ios-drag:before,.ion-ios-email:before,.ion-ios-email-outline:before,.ion-ios-eye:before,.ion-ios-eye-outline:before,.ion-ios-fastforward:before,.ion-ios-fastforward-outline:before,.ion-ios-filing:before,.ion-ios-filing-outline:before,.ion-ios-film:before,.ion-ios-film-outline:before,.ion-ios-flag:before,.ion-ios-flag-outline:before,.ion-ios-flame:before,.ion-ios-flame-outline:before,.ion-ios-flask:before,.ion-ios-flask-outline:before,.ion-ios-flower:before,.ion-ios-flower-outline:before,.ion-ios-folder:before,.ion-ios-folder-outline:before,.ion-ios-football:before,.ion-ios-football-outline:before,.ion-ios-game-controller-a:before,.ion-ios-game-controller-a-outline:before,.ion-ios-game-controller-b:before,.ion-ios-game-controller-b-outline:before,.ion-ios-gear:before,.ion-ios-gear-outline:before,.ion-ios-glasses:before,.ion-ios-glasses-outline:before,.ion-ios-grid-view:before,.ion-ios-grid-view-outline:before,.ion-ios-heart:before,.ion-ios-heart-outline:before,.ion-ios-help:before,.ion-ios-help-empty:before,.ion-ios-help-outline:before,.ion-ios-home:before,.ion-ios-home-outline:before,.ion-ios-infinite:before,.ion-ios-infinite-outline:before,.ion-ios-information:before,.ion-ios-information-empty:before,.ion-ios-information-outline:before,.ion-ios-ionic-outline:before,.ion-ios-keypad:before,.ion-ios-keypad-outline:before,.ion-ios-lightbulb:before,.ion-ios-lightbulb-outline:before,.ion-ios-list:before,.ion-ios-list-outline:before,.ion-ios-location:before,.ion-ios-location-outline:before,.ion-ios-locked:before,.ion-ios-locked-outline:before,.ion-ios-loop:before,.ion-ios-loop-strong:before,.ion-ios-medical:before,.ion-ios-medical-outline:before,.ion-ios-medkit:before,.ion-ios-medkit-outline:before,.ion-ios-mic:before,.ion-ios-mic-off:before,.ion-ios-mic-outline:before,.ion-ios-minus:before,.ion-ios-minus-empty:before,.ion-ios-minus-outline:before,.ion-ios-monitor:before,.ion-ios-monitor-outline:before,.ion-ios-moon:before,.ion-ios-moon-outline:before,.ion-ios-more:before,.ion-ios-more-outline:before,.ion-ios-musical-note:before,.ion-ios-musical-notes:before,.ion-ios-navigate:before,.ion-ios-navigate-outline:before,.ion-ios-nutrition:before,.ion-ios-nutrition-outline:before,.ion-ios-paper:before,.ion-ios-paper-outline:before,.ion-ios-paperplane:before,.ion-ios-paperplane-outline:before,.ion-ios-partlysunny:before,.ion-ios-partlysunny-outline:before,.ion-ios-pause:before,.ion-ios-pause-outline:before,.ion-ios-paw:before,.ion-ios-paw-outline:before,.ion-ios-people:before,.ion-ios-people-outline:before,.ion-ios-person:before,.ion-ios-person-outline:before,.ion-ios-personadd:before,.ion-ios-personadd-outline:before,.ion-ios-photos:before,.ion-ios-photos-outline:before,.ion-ios-pie:before,.ion-ios-pie-outline:before,.ion-ios-pint:before,.ion-ios-pint-outline:before,.ion-ios-play:before,.ion-ios-play-outline:before,.ion-ios-plus:before,.ion-ios-plus-empty:before,.ion-ios-plus-outline:before,.ion-ios-pricetag:before,.ion-ios-pricetag-outline:before,.ion-ios-pricetags:before,.ion-ios-pricetags-outline:before,.ion-ios-printer:before,.ion-ios-printer-outline:before,.ion-ios-pulse:before,.ion-ios-pulse-strong:before,.ion-ios-rainy:before,.ion-ios-rainy-outline:before,.ion-ios-recording:before,.ion-ios-recording-outline:before,.ion-ios-redo:before,.ion-ios-redo-outline:before,.ion-ios-refresh:before,.ion-ios-refresh-empty:before,.ion-ios-refresh-outline:before,.ion-ios-reload:before,.ion-ios-reverse-camera:before,.ion-ios-reverse-camera-outline:before,.ion-ios-rewind:before,.ion-ios-rewind-outline:before,.ion-ios-rose:before,.ion-ios-rose-outline:before,.ion-ios-search:before,.ion-ios-search-strong:before,.ion-ios-settings:before,.ion-ios-settings-strong:before,.ion-ios-shuffle:before,.ion-ios-shuffle-strong:before,.ion-ios-skipbackward:before,.ion-ios-skipbackward-outline:before,.ion-ios-skipforward:before,.ion-ios-skipforward-outline:before,.ion-ios-snowy:before,.ion-ios-speedometer:before,.ion-ios-speedometer-outline:before,.ion-ios-star:before,.ion-ios-star-half:before,.ion-ios-star-outline:before,.ion-ios-stopwatch:before,.ion-ios-stopwatch-outline:before,.ion-ios-sunny:before,.ion-ios-sunny-outline:before,.ion-ios-telephone:before,.ion-ios-telephone-outline:before,.ion-ios-tennisball:before,.ion-ios-tennisball-outline:before,.ion-ios-thunderstorm:before,.ion-ios-thunderstorm-outline:before,.ion-ios-time:before,.ion-ios-time-outline:before,.ion-ios-timer:before,.ion-ios-timer-outline:before,.ion-ios-toggle:before,.ion-ios-toggle-outline:before,.ion-ios-trash:before,.ion-ios-trash-outline:before,.ion-ios-undo:before,.ion-ios-undo-outline:before,.ion-ios-unlocked:before,.ion-ios-unlocked-outline:before,.ion-ios-upload:before,.ion-ios-upload-outline:before,.ion-ios-videocam:before,.ion-ios-videocam-outline:before,.ion-ios-volume-high:before,.ion-ios-volume-low:before,.ion-ios-wineglass:before,.ion-ios-wineglass-outline:before,.ion-ios-world:before,.ion-ios-world-outline:before,.ion-ipad:before,.ion-iphone:before,.ion-ipod:before,.ion-jet:before,.ion-key:before,.ion-knife:before,.ion-laptop:before,.ion-leaf:before,.ion-levels:before,.ion-lightbulb:before,.ion-link:before,.ion-load-a:before,.ion-load-b:before,.ion-load-c:before,.ion-load-d:before,.ion-location:before,.ion-lock-combination:before,.ion-locked:before,.ion-log-in:before,.ion-log-out:before,.ion-loop:before,.ion-magnet:before,.ion-male:before,.ion-man:before,.ion-map:before,.ion-medkit:before,.ion-merge:before,.ion-mic-a:before,.ion-mic-b:before,.ion-mic-c:before,.ion-minus:before,.ion-minus-circled:before,.ion-minus-round:before,.ion-model-s:before,.ion-monitor:before,.ion-more:before,.ion-mouse:before,.ion-music-note:before,.ion-navicon:before,.ion-navicon-round:before,.ion-navigate:before,.ion-network:before,.ion-no-smoking:before,.ion-nuclear:before,.ion-outlet:before,.ion-paintbrush:before,.ion-paintbucket:before,.ion-paper-airplane:before,.ion-paperclip:before,.ion-pause:before,.ion-person:before,.ion-person-add:before,.ion-person-stalker:before,.ion-pie-graph:before,.ion-pin:before,.ion-pinpoint:before,.ion-pizza:before,.ion-plane:before,.ion-planet:before,.ion-play:before,.ion-playstation:before,.ion-plus:before,.ion-plus-circled:before,.ion-plus-round:before,.ion-podium:before,.ion-pound:before,.ion-power:before,.ion-pricetag:before,.ion-pricetags:before,.ion-printer:before,.ion-pull-request:before,.ion-qr-scanner:before,.ion-quote:before,.ion-radio-waves:before,.ion-record:before,.ion-refresh:before,.ion-reply:before,.ion-reply-all:before,.ion-ribbon-a:before,.ion-ribbon-b:before,.ion-sad:before,.ion-sad-outline:before,.ion-scissors:before,.ion-search:before,.ion-settings:before,.ion-share:before,.ion-shuffle:before,.ion-skip-backward:before,.ion-skip-forward:before,.ion-social-android:before,.ion-social-android-outline:before,.ion-social-angular:before,.ion-social-angular-outline:before,.ion-social-apple:before,.ion-social-apple-outline:before,.ion-social-bitcoin:before,.ion-social-bitcoin-outline:before,.ion-social-buffer:before,.ion-social-buffer-outline:before,.ion-social-chrome:before,.ion-social-chrome-outline:before,.ion-social-codepen:before,.ion-social-codepen-outline:before,.ion-social-css3:before,.ion-social-css3-outline:before,.ion-social-designernews:before,.ion-social-designernews-outline:before,.ion-social-dribbble:before,.ion-social-dribbble-outline:before,.ion-social-dropbox:before,.ion-social-dropbox-outline:before,.ion-social-euro:before,.ion-social-euro-outline:before,.ion-social-facebook:before,.ion-social-facebook-outline:before,.ion-social-foursquare:before,.ion-social-foursquare-outline:before,.ion-social-freebsd-devil:before,.ion-social-github:before,.ion-social-github-outline:before,.ion-social-google:before,.ion-social-google-outline:before,.ion-social-googleplus:before,.ion-social-googleplus-outline:before,.ion-social-hackernews:before,.ion-social-hackernews-outline:before,.ion-social-html5:before,.ion-social-html5-outline:before,.ion-social-instagram:before,.ion-social-instagram-outline:before,.ion-social-javascript:before,.ion-social-javascript-outline:before,.ion-social-linkedin:before,.ion-social-linkedin-outline:before,.ion-social-markdown:before,.ion-social-nodejs:before,.ion-social-octocat:before,.ion-social-pinterest:before,.ion-social-pinterest-outline:before,.ion-social-python:before,.ion-social-reddit:before,.ion-social-reddit-outline:before,.ion-social-rss:before,.ion-social-rss-outline:before,.ion-social-sass:before,.ion-social-skype:before,.ion-social-skype-outline:before,.ion-social-snapchat:before,.ion-social-snapchat-outline:before,.ion-social-tumblr:before,.ion-social-tumblr-outline:before,.ion-social-tux:before,.ion-social-twitch:before,.ion-social-twitch-outline:before,.ion-social-twitter:before,.ion-social-twitter-outline:before,.ion-social-usd:before,.ion-social-usd-outline:before,.ion-social-vimeo:before,.ion-social-vimeo-outline:before,.ion-social-whatsapp:before,.ion-social-whatsapp-outline:before,.ion-social-windows:before,.ion-social-windows-outline:before,.ion-social-wordpress:before,.ion-social-wordpress-outline:before,.ion-social-yahoo:before,.ion-social-yahoo-outline:before,.ion-social-yen:before,.ion-social-yen-outline:before,.ion-social-youtube:before,.ion-social-youtube-outline:before,.ion-soup-can:before,.ion-soup-can-outline:before,.ion-speakerphone:before,.ion-speedometer:before,.ion-spoon:before,.ion-star:before,.ion-stats-bars:before,.ion-steam:before,.ion-stop:before,.ion-thermometer:before,.ion-thumbsdown:before,.ion-thumbsup:before,.ion-toggle:before,.ion-toggle-filled:before,.ion-transgender:before,.ion-trash-a:before,.ion-trash-b:before,.ion-trophy:before,.ion-tshirt:before,.ion-tshirt-outline:before,.ion-umbrella:before,.ion-university:before,.ion-unlocked:before,.ion-upload:before,.ion-usb:before,.ion-videocamera:before,.ion-volume-high:before,.ion-volume-low:before,.ion-volume-medium:before,.ion-volume-mute:before,.ion-wand:before,.ion-waterdrop:before,.ion-wifi:before,.ion-wineglass:before,.ion-woman:before,.ion-wrench:before,.ion-xbox:before{display:inline-block;font-family:"Ionicons";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;text-rendering:auto;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.ion-alert:before{content:"\f101"}
.ion-alert-circled:before{content:"\f100"}
.ion-android-add:before{content:"\f2c7"}
.ion-android-add-circle:before{content:"\f359"}
.ion-android-alarm-clock:before{content:"\f35a"}
.ion-android-alert:before{content:"\f35b"}
.ion-android-apps:before{content:"\f35c"}
.ion-android-archive:before{content:"\f2c9"}
.ion-android-arrow-back:before{content:"\f2ca"}
.ion-android-arrow-down:before{content:"\f35d"}
.ion-android-arrow-dropdown:before{content:"\f35f"}
.ion-android-arrow-dropdown-circle:before{content:"\f35e"}
.ion-android-arrow-dropleft:before{content:"\f361"}
.ion-android-arrow-dropleft-circle:before{content:"\f360"}
.ion-android-arrow-dropright:before{content:"\f363"}
.ion-android-arrow-dropright-circle:before{content:"\f362"}
.ion-android-arrow-dropup:before{content:"\f365"}
.ion-android-arrow-dropup-circle:before{content:"\f364"}
.ion-android-arrow-forward:before{content:"\f30f"}
.ion-android-arrow-up:before{content:"\f366"}
.ion-android-attach:before{content:"\f367"}
.ion-android-bar:before{content:"\f368"}
.ion-android-bicycle:before{content:"\f369"}
.ion-android-boat:before{content:"\f36a"}
.ion-android-bookmark:before{content:"\f36b"}
.ion-android-bulb:before{content:"\f36c"}
.ion-android-bus:before{content:"\f36d"}
.ion-android-calendar:before{content:"\f2d1"}
.ion-android-call:before{content:"\f2d2"}
.ion-android-camera:before{content:"\f2d3"}
.ion-android-cancel:before{content:"\f36e"}
.ion-android-car:before{content:"\f36f"}
.ion-android-cart:before{content:"\f370"}
.ion-android-chat:before{content:"\f2d4"}
.ion-android-checkbox:before{content:"\f374"}
.ion-android-checkbox-blank:before{content:"\f371"}
.ion-android-checkbox-outline:before{content:"\f373"}
.ion-android-checkbox-outline-blank:before{content:"\f372"}
.ion-android-checkmark-circle:before{content:"\f375"}
.ion-android-clipboard:before{content:"\f376"}
.ion-android-close:before{content:"\f2d7"}
.ion-android-cloud:before{content:"\f37a"}
.ion-android-cloud-circle:before{content:"\f377"}
.ion-android-cloud-done:before{content:"\f378"}
.ion-android-cloud-outline:before{content:"\f379"}
.ion-android-color-palette:before{content:"\f37b"}
.ion-android-compass:before{content:"\f37c"}
.ion-android-contact:before{content:"\f2d8"}
.ion-android-contacts:before{content:"\f2d9"}
.ion-android-contract:before{content:"\f37d"}
.ion-android-create:before{content:"\f37e"}
.ion-android-delete:before{content:"\f37f"}
.ion-android-desktop:before{content:"\f380"}
.ion-android-document:before{content:"\f381"}
.ion-android-done:before{content:"\f383"}
.ion-android-done-all:before{content:"\f382"}
.ion-android-download:before{content:"\f2dd"}
.ion-android-drafts:before{content:"\f384"}
.ion-android-exit:before{content:"\f385"}
.ion-android-expand:before{content:"\f386"}
.ion-android-favorite:before{content:"\f388"}
.ion-android-favorite-outline:before{content:"\f387"}
.ion-android-film:before{content:"\f389"}
.ion-android-folder:before{content:"\f2e0"}
.ion-android-folder-open:before{content:"\f38a"}
.ion-android-funnel:before{content:"\f38b"}
.ion-android-globe:before{content:"\f38c"}
.ion-android-hand:before{content:"\f2e3"}
.ion-android-hangout:before{content:"\f38d"}
.ion-android-happy:before{content:"\f38e"}
.ion-android-home:before{content:"\f38f"}
.ion-android-image:before{content:"\f2e4"}
.ion-android-laptop:before{content:"\f390"}
.ion-android-list:before{content:"\f391"}
.ion-android-locate:before{content:"\f2e9"}
.ion-android-lock:before{content:"\f392"}
.ion-android-mail:before{content:"\f2eb"}
.ion-android-map:before{content:"\f393"}
.ion-android-menu:before{content:"\f394"}
.ion-android-microphone:before{content:"\f2ec"}
.ion-android-microphone-off:before{content:"\f395"}
.ion-android-more-horizontal:before{content:"\f396"}
.ion-android-more-vertical:before{content:"\f397"}
.ion-android-navigate:before{content:"\f398"}
.ion-android-notifications:before{content:"\f39b"}
.ion-android-notifications-none:before{content:"\f399"}
.ion-android-notifications-off:before{content:"\f39a"}
.ion-android-open:before{content:"\f39c"}
.ion-android-options:before{content:"\f39d"}
.ion-android-people:before{content:"\f39e"}
.ion-android-person:before{content:"\f3a0"}
.ion-android-person-add:before{content:"\f39f"}
.ion-android-phone-landscape:before{content:"\f3a1"}
.ion-android-phone-portrait:before{content:"\f3a2"}
.ion-android-pin:before{content:"\f3a3"}
.ion-android-plane:before{content:"\f3a4"}
.ion-android-playstore:before{content:"\f2f0"}
.ion-android-print:before{content:"\f3a5"}
.ion-android-radio-button-off:before{content:"\f3a6"}
.ion-android-radio-button-on:before{content:"\f3a7"}
.ion-android-refresh:before{content:"\f3a8"}
.ion-android-remove:before{content:"\f2f4"}
.ion-android-remove-circle:before{content:"\f3a9"}
.ion-android-restaurant:before{content:"\f3aa"}
.ion-android-sad:before{content:"\f3ab"}
.ion-android-search:before{content:"\f2f5"}
.ion-android-send:before{content:"\f2f6"}
.ion-android-settings:before{content:"\f2f7"}
.ion-android-share:before{content:"\f2f8"}
.ion-android-share-alt:before{content:"\f3ac"}
.ion-android-star:before{content:"\f2fc"}
.ion-android-star-half:before{content:"\f3ad"}
.ion-android-star-outline:before{content:"\f3ae"}
.ion-android-stopwatch:before{content:"\f2fd"}
.ion-android-subway:before{content:"\f3af"}
.ion-android-sunny:before{content:"\f3b0"}
.ion-android-sync:before{content:"\f3b1"}
.ion-android-textsms:before{content:"\f3b2"}
.ion-android-time:before{content:"\f3b3"}
.ion-android-train:before{content:"\f3b4"}
.ion-android-unlock:before{content:"\f3b5"}
.ion-android-upload:before{content:"\f3b6"}
.ion-android-volume-down:before{content:"\f3b7"}
.ion-android-volume-mute:before{content:"\f3b8"}
.ion-android-volume-off:before{content:"\f3b9"}
.ion-android-volume-up:before{content:"\f3ba"}
.ion-android-walk:before{content:"\f3bb"}
.ion-android-warning:before{content:"\f3bc"}
.ion-android-watch:before{content:"\f3bd"}
.ion-android-wifi:before{content:"\f305"}
.ion-aperture:before{content:"\f313"}
.ion-archive:before{content:"\f102"}
.ion-arrow-down-a:before{content:"\f103"}
.ion-arrow-down-b:before{content:"\f104"}
.ion-arrow-down-c:before{content:"\f105"}
.ion-arrow-expand:before{content:"\f25e"}
.ion-arrow-graph-down-left:before{content:"\f25f"}
.ion-arrow-graph-down-right:before{content:"\f260"}
.ion-arrow-graph-up-left:before{content:"\f261"}
.ion-arrow-graph-up-right:before{content:"\f262"}
.ion-arrow-left-a:before{content:"\f106"}
.ion-arrow-left-b:before{content:"\f107"}
.ion-arrow-left-c:before{content:"\f108"}
.ion-arrow-move:before{content:"\f263"}
.ion-arrow-resize:before{content:"\f264"}
.ion-arrow-return-left:before{content:"\f265"}
.ion-arrow-return-right:before{content:"\f266"}
.ion-arrow-right-a:before{content:"\f109"}
.ion-arrow-right-b:before{content:"\f10a"}
.ion-arrow-right-c:before{content:"\f10b"}
.ion-arrow-shrink:before{content:"\f267"}
.ion-arrow-swap:before{content:"\f268"}
.ion-arrow-up-a:before{content:"\f10c"}
.ion-arrow-up-b:before{content:"\f10d"}
.ion-arrow-up-c:before{content:"\f10e"}
.ion-asterisk:before{content:"\f314"}
.ion-at:before{content:"\f10f"}
.ion-backspace:before{content:"\f3bf"}
.ion-backspace-outline:before{content:"\f3be"}
.ion-bag:before{content:"\f110"}
.ion-battery-charging:before{content:"\f111"}
.ion-battery-empty:before{content:"\f112"}
.ion-battery-full:before{content:"\f113"}
.ion-battery-half:before{content:"\f114"}
.ion-battery-low:before{content:"\f115"}
.ion-beaker:before{content:"\f269"}
.ion-beer:before{content:"\f26a"}
.ion-bluetooth:before{content:"\f116"}
.ion-bonfire:before{content:"\f315"}
.ion-bookmark:before{content:"\f26b"}
.ion-bowtie:before{content:"\f3c0"}
.ion-briefcase:before{content:"\f26c"}
.ion-bug:before{content:"\f2be"}
.ion-calculator:before{content:"\f26d"}
.ion-calendar:before{content:"\f117"}
.ion-camera:before{content:"\f118"}
.ion-card:before{content:"\f119"}
.ion-cash:before{content:"\f316"}
.ion-chatbox:before{content:"\f11b"}
.ion-chatbox-working:before{content:"\f11a"}
.ion-chatboxes:before{content:"\f11c"}
.ion-chatbubble:before{content:"\f11e"}
.ion-chatbubble-working:before{content:"\f11d"}
.ion-chatbubbles:before{content:"\f11f"}
.ion-checkmark:before{content:"\f122"}
.ion-checkmark-circled:before{content:"\f120"}
.ion-checkmark-round:before{content:"\f121"}
.ion-chevron-down:before{content:"\f123"}
.ion-chevron-left:before{content:"\f124"}
.ion-chevron-right:before{content:"\f125"}
.ion-chevron-up:before{content:"\f126"}
.ion-clipboard:before{content:"\f127"}
.ion-clock:before{content:"\f26e"}
.ion-close:before{content:"\f12a"}
.ion-close-circled:before{content:"\f128"}
.ion-close-round:before{content:"\f129"}
.ion-closed-captioning:before{content:"\f317"}
.ion-cloud:before{content:"\f12b"}
.ion-code:before{content:"\f271"}
.ion-code-download:before{content:"\f26f"}
.ion-code-working:before{content:"\f270"}
.ion-coffee:before{content:"\f272"}
.ion-compass:before{content:"\f273"}
.ion-compose:before{content:"\f12c"}
.ion-connection-bars:before{content:"\f274"}
.ion-contrast:before{content:"\f275"}
.ion-crop:before{content:"\f3c1"}
.ion-cube:before{content:"\f318"}
.ion-disc:before{content:"\f12d"}
.ion-document:before{content:"\f12f"}
.ion-document-text:before{content:"\f12e"}
.ion-drag:before{content:"\f130"}
.ion-earth:before{content:"\f276"}
.ion-easel:before{content:"\f3c2"}
.ion-edit:before{content:"\f2bf"}
.ion-egg:before{content:"\f277"}
.ion-eject:before{content:"\f131"}
.ion-email:before{content:"\f132"}
.ion-email-unread:before{content:"\f3c3"}
.ion-erlenmeyer-flask:before{content:"\f3c5"}
.ion-erlenmeyer-flask-bubbles:before{content:"\f3c4"}
.ion-eye:before{content:"\f133"}
.ion-eye-disabled:before{content:"\f306"}
.ion-female:before{content:"\f278"}
.ion-filing:before{content:"\f134"}
.ion-film-marker:before{content:"\f135"}
.ion-fireball:before{content:"\f319"}
.ion-flag:before{content:"\f279"}
.ion-flame:before{content:"\f31a"}
.ion-flash:before{content:"\f137"}
.ion-flash-off:before{content:"\f136"}
.ion-folder:before{content:"\f139"}
.ion-fork:before{content:"\f27a"}
.ion-fork-repo:before{content:"\f2c0"}
.ion-forward:before{content:"\f13a"}
.ion-funnel:before{content:"\f31b"}
.ion-gear-a:before{content:"\f13d"}
.ion-gear-b:before{content:"\f13e"}
.ion-grid:before{content:"\f13f"}
.ion-hammer:before{content:"\f27b"}
.ion-happy:before{content:"\f31c"}
.ion-happy-outline:before{content:"\f3c6"}
.ion-headphone:before{content:"\f140"}
.ion-heart:before{content:"\f141"}
.ion-heart-broken:before{content:"\f31d"}
.ion-help:before{content:"\f143"}
.ion-help-buoy:before{content:"\f27c"}
.ion-help-circled:before{content:"\f142"}
.ion-home:before{content:"\f144"}
.ion-icecream:before{content:"\f27d"}
.ion-image:before{content:"\f147"}
.ion-images:before{content:"\f148"}
.ion-information:before{content:"\f14a"}
.ion-information-circled:before{content:"\f149"}
.ion-ionic:before{content:"\f14b"}
.ion-ios-alarm:before{content:"\f3c8"}
.ion-ios-alarm-outline:before{content:"\f3c7"}
.ion-ios-albums:before{content:"\f3ca"}
.ion-ios-albums-outline:before{content:"\f3c9"}
.ion-ios-americanfootball:before{content:"\f3cc"}
.ion-ios-americanfootball-outline:before{content:"\f3cb"}
.ion-ios-analytics:before{content:"\f3ce"}
.ion-ios-analytics-outline:before{content:"\f3cd"}
.ion-ios-arrow-back:before{content:"\f3cf"}
.ion-ios-arrow-down:before{content:"\f3d0"}
.ion-ios-arrow-forward:before{content:"\f3d1"}
.ion-ios-arrow-left:before{content:"\f3d2"}
.ion-ios-arrow-right:before{content:"\f3d3"}
.ion-ios-arrow-thin-down:before{content:"\f3d4"}
.ion-ios-arrow-thin-left:before{content:"\f3d5"}
.ion-ios-arrow-thin-right:before{content:"\f3d6"}
.ion-ios-arrow-thin-up:before{content:"\f3d7"}
.ion-ios-arrow-up:before{content:"\f3d8"}
.ion-ios-at:before{content:"\f3da"}
.ion-ios-at-outline:before{content:"\f3d9"}
.ion-ios-barcode:before{content:"\f3dc"}
.ion-ios-barcode-outline:before{content:"\f3db"}
.ion-ios-baseball:before{content:"\f3de"}
.ion-ios-baseball-outline:before{content:"\f3dd"}
.ion-ios-basketball:before{content:"\f3e0"}
.ion-ios-basketball-outline:before{content:"\f3df"}
.ion-ios-bell:before{content:"\f3e2"}
.ion-ios-bell-outline:before{content:"\f3e1"}
.ion-ios-body:before{content:"\f3e4"}
.ion-ios-body-outline:before{content:"\f3e3"}
.ion-ios-bolt:before{content:"\f3e6"}
.ion-ios-bolt-outline:before{content:"\f3e5"}
.ion-ios-book:before{content:"\f3e8"}
.ion-ios-book-outline:before{content:"\f3e7"}
.ion-ios-bookmarks:before{content:"\f3ea"}
.ion-ios-bookmarks-outline:before{content:"\f3e9"}
.ion-ios-box:before{content:"\f3ec"}
.ion-ios-box-outline:before{content:"\f3eb"}
.ion-ios-briefcase:before{content:"\f3ee"}
.ion-ios-briefcase-outline:before{content:"\f3ed"}
.ion-ios-browsers:before{content:"\f3f0"}
.ion-ios-browsers-outline:before{content:"\f3ef"}
.ion-ios-calculator:before{content:"\f3f2"}
.ion-ios-calculator-outline:before{content:"\f3f1"}
.ion-ios-calendar:before{content:"\f3f4"}
.ion-ios-calendar-outline:before{content:"\f3f3"}
.ion-ios-camera:before{content:"\f3f6"}
.ion-ios-camera-outline:before{content:"\f3f5"}
.ion-ios-cart:before{content:"\f3f8"}
.ion-ios-cart-outline:before{content:"\f3f7"}
.ion-ios-chatboxes:before{content:"\f3fa"}
.ion-ios-chatboxes-outline:before{content:"\f3f9"}
.ion-ios-chatbubble:before{content:"\f3fc"}
.ion-ios-chatbubble-outline:before{content:"\f3fb"}
.ion-ios-checkmark:before{content:"\f3ff"}
.ion-ios-checkmark-empty:before{content:"\f3fd"}
.ion-ios-checkmark-outline:before{content:"\f3fe"}
.ion-ios-circle-filled:before{content:"\f400"}
.ion-ios-circle-outline:before{content:"\f401"}
.ion-ios-clock:before{content:"\f403"}
.ion-ios-clock-outline:before{content:"\f402"}
.ion-ios-close:before{content:"\f406"}
.ion-ios-close-empty:before{content:"\f404"}
.ion-ios-close-outline:before{content:"\f405"}
.ion-ios-cloud:before{content:"\f40c"}
.ion-ios-cloud-download:before{content:"\f408"}
.ion-ios-cloud-download-outline:before{content:"\f407"}
.ion-ios-cloud-outline:before{content:"\f409"}
.ion-ios-cloud-upload:before{content:"\f40b"}
.ion-ios-cloud-upload-outline:before{content:"\f40a"}
.ion-ios-cloudy:before{content:"\f410"}
.ion-ios-cloudy-night:before{content:"\f40e"}
.ion-ios-cloudy-night-outline:before{content:"\f40d"}
.ion-ios-cloudy-outline:before{content:"\f40f"}
.ion-ios-cog:before{content:"\f412"}
.ion-ios-cog-outline:before{content:"\f411"}
.ion-ios-color-filter:before{content:"\f414"}
.ion-ios-color-filter-outline:before{content:"\f413"}
.ion-ios-color-wand:before{content:"\f416"}
.ion-ios-color-wand-outline:before{content:"\f415"}
.ion-ios-compose:before{content:"\f418"}
.ion-ios-compose-outline:before{content:"\f417"}
.ion-ios-contact:before{content:"\f41a"}
.ion-ios-contact-outline:before{content:"\f419"}
.ion-ios-copy:before{content:"\f41c"}
.ion-ios-copy-outline:before{content:"\f41b"}
.ion-ios-crop:before{content:"\f41e"}
.ion-ios-crop-strong:before{content:"\f41d"}
.ion-ios-download:before{content:"\f420"}
.ion-ios-download-outline:before{content:"\f41f"}
.ion-ios-drag:before{content:"\f421"}
.ion-ios-email:before{content:"\f423"}
.ion-ios-email-outline:before{content:"\f422"}
.ion-ios-eye:before{content:"\f425"}
.ion-ios-eye-outline:before{content:"\f424"}
.ion-ios-fastforward:before{content:"\f427"}
.ion-ios-fastforward-outline:before{content:"\f426"}
.ion-ios-filing:before{content:"\f429"}
.ion-ios-filing-outline:before{content:"\f428"}
.ion-ios-film:before{content:"\f42b"}
.ion-ios-film-outline:before{content:"\f42a"}
.ion-ios-flag:before{content:"\f42d"}
.ion-ios-flag-outline:before{content:"\f42c"}
.ion-ios-flame:before{content:"\f42f"}
.ion-ios-flame-outline:before{content:"\f42e"}
.ion-ios-flask:before{content:"\f431"}
.ion-ios-flask-outline:before{content:"\f430"}
.ion-ios-flower:before{content:"\f433"}
.ion-ios-flower-outline:before{content:"\f432"}
.ion-ios-folder:before{content:"\f435"}
.ion-ios-folder-outline:before{content:"\f434"}
.ion-ios-football:before{content:"\f437"}
.ion-ios-football-outline:before{content:"\f436"}
.ion-ios-game-controller-a:before{content:"\f439"}
.ion-ios-game-controller-a-outline:before{content:"\f438"}
.ion-ios-game-controller-b:before{content:"\f43b"}
.ion-ios-game-controller-b-outline:before{content:"\f43a"}
.ion-ios-gear:before{content:"\f43d"}
.ion-ios-gear-outline:before{content:"\f43c"}
.ion-ios-glasses:before{content:"\f43f"}
.ion-ios-glasses-outline:before{content:"\f43e"}
.ion-ios-grid-view:before{content:"\f441"}
.ion-ios-grid-view-outline:before{content:"\f440"}
.ion-ios-heart:before{content:"\f443"}
.ion-ios-heart-outline:before{content:"\f442"}
.ion-ios-help:before{content:"\f446"}
.ion-ios-help-empty:before{content:"\f444"}
.ion-ios-help-outline:before{content:"\f445"}
.ion-ios-home:before{content:"\f448"}
.ion-ios-home-outline:before{content:"\f447"}
.ion-ios-infinite:before{content:"\f44a"}
.ion-ios-infinite-outline:before{content:"\f449"}
.ion-ios-information:before{content:"\f44d"}
.ion-ios-information-empty:before{content:"\f44b"}
.ion-ios-information-outline:before{content:"\f44c"}
.ion-ios-ionic-outline:before{content:"\f44e"}
.ion-ios-keypad:before{content:"\f450"}
.ion-ios-keypad-outline:before{content:"\f44f"}
.ion-ios-lightbulb:before{content:"\f452"}
.ion-ios-lightbulb-outline:before{content:"\f451"}
.ion-ios-list:before{content:"\f454"}
.ion-ios-list-outline:before{content:"\f453"}
.ion-ios-location:before{content:"\f456"}
.ion-ios-location-outline:before{content:"\f455"}
.ion-ios-locked:before{content:"\f458"}
.ion-ios-locked-outline:before{content:"\f457"}
.ion-ios-loop:before{content:"\f45a"}
.ion-ios-loop-strong:before{content:"\f459"}
.ion-ios-medical:before{content:"\f45c"}
.ion-ios-medical-outline:before{content:"\f45b"}
.ion-ios-medkit:before{content:"\f45e"}
.ion-ios-medkit-outline:before{content:"\f45d"}
.ion-ios-mic:before{content:"\f461"}
.ion-ios-mic-off:before{content:"\f45f"}
.ion-ios-mic-outline:before{content:"\f460"}
.ion-ios-minus:before{content:"\f464"}
.ion-ios-minus-empty:before{content:"\f462"}
.ion-ios-minus-outline:before{content:"\f463"}
.ion-ios-monitor:before{content:"\f466"}
.ion-ios-monitor-outline:before{content:"\f465"}
.ion-ios-moon:before{content:"\f468"}
.ion-ios-moon-outline:before{content:"\f467"}
.ion-ios-more:before{content:"\f46a"}
.ion-ios-more-outline:before{content:"\f469"}
.ion-ios-musical-note:before{content:"\f46b"}
.ion-ios-musical-notes:before{content:"\f46c"}
.ion-ios-navigate:before{content:"\f46e"}
.ion-ios-navigate-outline:before{content:"\f46d"}
.ion-ios-nutrition:before{content:"\f470"}
.ion-ios-nutrition-outline:before{content:"\f46f"}
.ion-ios-paper:before{content:"\f472"}
.ion-ios-paper-outline:before{content:"\f471"}
.ion-ios-paperplane:before{content:"\f474"}
.ion-ios-paperplane-outline:before{content:"\f473"}
.ion-ios-partlysunny:before{content:"\f476"}
.ion-ios-partlysunny-outline:before{content:"\f475"}
.ion-ios-pause:before{content:"\f478"}
.ion-ios-pause-outline:before{content:"\f477"}
.ion-ios-paw:before{content:"\f47a"}
.ion-ios-paw-outline:before{content:"\f479"}
.ion-ios-people:before{content:"\f47c"}
.ion-ios-people-outline:before{content:"\f47b"}
.ion-ios-person:before{content:"\f47e"}
.ion-ios-person-outline:before{content:"\f47d"}
.ion-ios-personadd:before{content:"\f480"}
.ion-ios-personadd-outline:before{content:"\f47f"}
.ion-ios-photos:before{content:"\f482"}
.ion-ios-photos-outline:before{content:"\f481"}
.ion-ios-pie:before{content:"\f484"}
.ion-ios-pie-outline:before{content:"\f483"}
.ion-ios-pint:before{content:"\f486"}
.ion-ios-pint-outline:before{content:"\f485"}
.ion-ios-play:before{content:"\f488"}
.ion-ios-play-outline:before{content:"\f487"}
.ion-ios-plus:before{content:"\f48b"}
.ion-ios-plus-empty:before{content:"\f489"}
.ion-ios-plus-outline:before{content:"\f48a"}
.ion-ios-pricetag:before{content:"\f48d"}
.ion-ios-pricetag-outline:before{content:"\f48c"}
.ion-ios-pricetags:before{content:"\f48f"}
.ion-ios-pricetags-outline:before{content:"\f48e"}
.ion-ios-printer:before{content:"\f491"}
.ion-ios-printer-outline:before{content:"\f490"}
.ion-ios-pulse:before{content:"\f493"}
.ion-ios-pulse-strong:before{content:"\f492"}
.ion-ios-rainy:before{content:"\f495"}
.ion-ios-rainy-outline:before{content:"\f494"}
.ion-ios-recording:before{content:"\f497"}
.ion-ios-recording-outline:before{content:"\f496"}
.ion-ios-redo:before{content:"\f499"}
.ion-ios-redo-outline:before{content:"\f498"}
.ion-ios-refresh:before{content:"\f49c"}
.ion-ios-refresh-empty:before{content:"\f49a"}
.ion-ios-refresh-outline:before{content:"\f49b"}
.ion-ios-reload:before{content:"\f49d"}
.ion-ios-reverse-camera:before{content:"\f49f"}
.ion-ios-reverse-camera-outline:before{content:"\f49e"}
.ion-ios-rewind:before{content:"\f4a1"}
.ion-ios-rewind-outline:before{content:"\f4a0"}
.ion-ios-rose:before{content:"\f4a3"}
.ion-ios-rose-outline:before{content:"\f4a2"}
.ion-ios-search:before{content:"\f4a5"}
.ion-ios-search-strong:before{content:"\f4a4"}
.ion-ios-settings:before{content:"\f4a7"}
.ion-ios-settings-strong:before{content:"\f4a6"}
.ion-ios-shuffle:before{content:"\f4a9"}
.ion-ios-shuffle-strong:before{content:"\f4a8"}
.ion-ios-skipbackward:before{content:"\f4ab"}
.ion-ios-skipbackward-outline:before{content:"\f4aa"}
.ion-ios-skipforward:before{content:"\f4ad"}
.ion-ios-skipforward-outline:before{content:"\f4ac"}
.ion-ios-snowy:before{content:"\f4ae"}
.ion-ios-speedometer:before{content:"\f4b0"}
.ion-ios-speedometer-outline:before{content:"\f4af"}
.ion-ios-star:before{content:"\f4b3"}
.ion-ios-star-half:before{content:"\f4b1"}
.ion-ios-star-outline:before{content:"\f4b2"}
.ion-ios-stopwatch:before{content:"\f4b5"}
.ion-ios-stopwatch-outline:before{content:"\f4b4"}
.ion-ios-sunny:before{content:"\f4b7"}
.ion-ios-sunny-outline:before{content:"\f4b6"}
.ion-ios-telephone:before{content:"\f4b9"}
.ion-ios-telephone-outline:before{content:"\f4b8"}
.ion-ios-tennisball:before{content:"\f4bb"}
.ion-ios-tennisball-outline:before{content:"\f4ba"}
.ion-ios-thunderstorm:before{content:"\f4bd"}
.ion-ios-thunderstorm-outline:before{content:"\f4bc"}
.ion-ios-time:before{content:"\f4bf"}
.ion-ios-time-outline:before{content:"\f4be"}
.ion-ios-timer:before{content:"\f4c1"}
.ion-ios-timer-outline:before{content:"\f4c0"}
.ion-ios-toggle:before{content:"\f4c3"}
.ion-ios-toggle-outline:before{content:"\f4c2"}
.ion-ios-trash:before{content:"\f4c5"}
.ion-ios-trash-outline:before{content:"\f4c4"}
.ion-ios-undo:before{content:"\f4c7"}
.ion-ios-undo-outline:before{content:"\f4c6"}
.ion-ios-unlocked:before{content:"\f4c9"}
.ion-ios-unlocked-outline:before{content:"\f4c8"}
.ion-ios-upload:before{content:"\f4cb"}
.ion-ios-upload-outline:before{content:"\f4ca"}
.ion-ios-videocam:before{content:"\f4cd"}
.ion-ios-videocam-outline:before{content:"\f4cc"}
.ion-ios-volume-high:before{content:"\f4ce"}
.ion-ios-volume-low:before{content:"\f4cf"}
.ion-ios-wineglass:before{content:"\f4d1"}
.ion-ios-wineglass-outline:before{content:"\f4d0"}
.ion-ios-world:before{content:"\f4d3"}
.ion-ios-world-outline:before{content:"\f4d2"}
.ion-ipad:before{content:"\f1f9"}
.ion-iphone:before{content:"\f1fa"}
.ion-ipod:before{content:"\f1fb"}
.ion-jet:before{content:"\f295"}
.ion-key:before{content:"\f296"}
.ion-knife:before{content:"\f297"}
.ion-laptop:before{content:"\f1fc"}
.ion-leaf:before{content:"\f1fd"}
.ion-levels:before{content:"\f298"}
.ion-lightbulb:before{content:"\f299"}
.ion-link:before{content:"\f1fe"}
.ion-load-a:before{content:"\f29a"}
.ion-load-b:before{content:"\f29b"}
.ion-load-c:before{content:"\f29c"}
.ion-load-d:before{content:"\f29d"}
.ion-location:before{content:"\f1ff"}
.ion-lock-combination:before{content:"\f4d4"}
.ion-locked:before{content:"\f200"}
.ion-log-in:before{content:"\f29e"}
.ion-log-out:before{content:"\f29f"}
.ion-loop:before{content:"\f201"}
.ion-magnet:before{content:"\f2a0"}
.ion-male:before{content:"\f2a1"}
.ion-man:before{content:"\f202"}
.ion-map:before{content:"\f203"}
.ion-medkit:before{content:"\f2a2"}
.ion-merge:before{content:"\f33f"}
.ion-mic-a:before{content:"\f204"}
.ion-mic-b:before{content:"\f205"}
.ion-mic-c:before{content:"\f206"}
.ion-minus:before{content:"\f209"}
.ion-minus-circled:before{content:"\f207"}
.ion-minus-round:before{content:"\f208"}
.ion-model-s:before{content:"\f2c1"}
.ion-monitor:before{content:"\f20a"}
.ion-more:before{content:"\f20b"}
.ion-mouse:before{content:"\f340"}
.ion-music-note:before{content:"\f20c"}
.ion-navicon:before{content:"\f20e"}
.ion-navicon-round:before{content:"\f20d"}
.ion-navigate:before{content:"\f2a3"}
.ion-network:before{content:"\f341"}
.ion-no-smoking:before{content:"\f2c2"}
.ion-nuclear:before{content:"\f2a4"}
.ion-outlet:before{content:"\f342"}
.ion-paintbrush:before{content:"\f4d5"}
.ion-paintbucket:before{content:"\f4d6"}
.ion-paper-airplane:before{content:"\f2c3"}
.ion-paperclip:before{content:"\f20f"}
.ion-pause:before{content:"\f210"}
.ion-person:before{content:"\f213"}
.ion-person-add:before{content:"\f211"}
.ion-person-stalker:before{content:"\f212"}
.ion-pie-graph:before{content:"\f2a5"}
.ion-pin:before{content:"\f2a6"}
.ion-pinpoint:before{content:"\f2a7"}
.ion-pizza:before{content:"\f2a8"}
.ion-plane:before{content:"\f214"}
.ion-planet:before{content:"\f343"}
.ion-play:before{content:"\f215"}
.ion-playstation:before{content:"\f30a"}
.ion-plus:before{content:"\f218"}
.ion-plus-circled:before{content:"\f216"}
.ion-plus-round:before{content:"\f217"}
.ion-podium:before{content:"\f344"}
.ion-pound:before{content:"\f219"}
.ion-power:before{content:"\f2a9"}
.ion-pricetag:before{content:"\f2aa"}
.ion-pricetags:before{content:"\f2ab"}
.ion-printer:before{content:"\f21a"}
.ion-pull-request:before{content:"\f345"}
.ion-qr-scanner:before{content:"\f346"}
.ion-quote:before{content:"\f347"}
.ion-radio-waves:before{content:"\f2ac"}
.ion-record:before{content:"\f21b"}
.ion-refresh:before{content:"\f21c"}
.ion-reply:before{content:"\f21e"}
.ion-reply-all:before{content:"\f21d"}
.ion-ribbon-a:before{content:"\f348"}
.ion-ribbon-b:before{content:"\f349"}
.ion-sad:before{content:"\f34a"}
.ion-sad-outline:before{content:"\f4d7"}
.ion-scissors:before{content:"\f34b"}
.ion-search:before{content:"\f21f"}
.ion-settings:before{content:"\f2ad"}
.ion-share:before{content:"\f220"}
.ion-shuffle:before{content:"\f221"}
.ion-skip-backward:before{content:"\f222"}
.ion-skip-forward:before{content:"\f223"}
.ion-social-android:before{content:"\f225"}
.ion-social-android-outline:before{content:"\f224"}
.ion-social-angular:before{content:"\f4d9"}
.ion-social-angular-outline:before{content:"\f4d8"}
.ion-social-apple:before{content:"\f227"}
.ion-social-apple-outline:before{content:"\f226"}
.ion-social-bitcoin:before{content:"\f2af"}
.ion-social-bitcoin-outline:before{content:"\f2ae"}
.ion-social-buffer:before{content:"\f229"}
.ion-social-buffer-outline:before{content:"\f228"}
.ion-social-chrome:before{content:"\f4db"}
.ion-social-chrome-outline:before{content:"\f4da"}
.ion-social-codepen:before{content:"\f4dd"}
.ion-social-codepen-outline:before{content:"\f4dc"}
.ion-social-css3:before{content:"\f4df"}
.ion-social-css3-outline:before{content:"\f4de"}
.ion-social-designernews:before{content:"\f22b"}
.ion-social-designernews-outline:before{content:"\f22a"}
.ion-social-dribbble:before{content:"\f22d"}
.ion-social-dribbble-outline:before{content:"\f22c"}
.ion-social-dropbox:before{content:"\f22f"}
.ion-social-dropbox-outline:before{content:"\f22e"}
.ion-social-euro:before{content:"\f4e1"}
.ion-social-euro-outline:before{content:"\f4e0"}
.ion-social-facebook:before{content:"\f231"}
.ion-social-facebook-outline:before{content:"\f230"}
.ion-social-foursquare:before{content:"\f34d"}
.ion-social-foursquare-outline:before{content:"\f34c"}
.ion-social-freebsd-devil:before{content:"\f2c4"}
.ion-social-github:before{content:"\f233"}
.ion-social-github-outline:before{content:"\f232"}
.ion-social-google:before{content:"\f34f"}
.ion-social-google-outline:before{content:"\f34e"}
.ion-social-googleplus:before{content:"\f235"}
.ion-social-googleplus-outline:before{content:"\f234"}
.ion-social-hackernews:before{content:"\f237"}
.ion-social-hackernews-outline:before{content:"\f236"}
.ion-social-html5:before{content:"\f4e3"}
.ion-social-html5-outline:before{content:"\f4e2"}
.ion-social-instagram:before{content:"\f351"}
.ion-social-instagram-outline:before{content:"\f350"}
.ion-social-javascript:before{content:"\f4e5"}
.ion-social-javascript-outline:before{content:"\f4e4"}
.ion-social-linkedin:before{content:"\f239"}
.ion-social-linkedin-outline:before{content:"\f238"}
.ion-social-markdown:before{content:"\f4e6"}
.ion-social-nodejs:before{content:"\f4e7"}
.ion-social-octocat:before{content:"\f4e8"}
.ion-social-pinterest:before{content:"\f2b1"}
.ion-social-pinterest-outline:before{content:"\f2b0"}
.ion-social-python:before{content:"\f4e9"}
.ion-social-reddit:before{content:"\f23b"}
.ion-social-reddit-outline:before{content:"\f23a"}
.ion-social-rss:before{content:"\f23d"}
.ion-social-rss-outline:before{content:"\f23c"}
.ion-social-sass:before{content:"\f4ea"}
.ion-social-skype:before{content:"\f23f"}
.ion-social-skype-outline:before{content:"\f23e"}
.ion-social-snapchat:before{content:"\f4ec"}
.ion-social-snapchat-outline:before{content:"\f4eb"}
.ion-social-tumblr:before{content:"\f241"}
.ion-social-tumblr-outline:before{content:"\f240"}
.ion-social-tux:before{content:"\f2c5"}
.ion-social-twitch:before{content:"\f4ee"}
.ion-social-twitch-outline:before{content:"\f4ed"}
.ion-social-twitter:before{content:"\f243"}
.ion-social-twitter-outline:before{content:"\f242"}
.ion-social-usd:before{content:"\f353"}
.ion-social-usd-outline:before{content:"\f352"}
.ion-social-vimeo:before{content:"\f245"}
.ion-social-vimeo-outline:before{content:"\f244"}
.ion-social-whatsapp:before{content:"\f4f0"}
.ion-social-whatsapp-outline:before{content:"\f4ef"}
.ion-social-windows:before{content:"\f247"}
.ion-social-windows-outline:before{content:"\f246"}
.ion-social-wordpress:before{content:"\f249"}
.ion-social-wordpress-outline:before{content:"\f248"}
.ion-social-yahoo:before{content:"\f24b"}
.ion-social-yahoo-outline:before{content:"\f24a"}
.ion-social-yen:before{content:"\f4f2"}
.ion-social-yen-outline:before{content:"\f4f1"}
.ion-social-youtube:before{content:"\f24d"}
.ion-social-youtube-outline:before{content:"\f24c"}
.ion-soup-can:before{content:"\f4f4"}
.ion-soup-can-outline:before{content:"\f4f3"}
.ion-speakerphone:before{content:"\f2b2"}
.ion-speedometer:before{content:"\f2b3"}
.ion-spoon:before{content:"\f2b4"}
.ion-star:before{content:"\f24e"}
.ion-stats-bars:before{content:"\f2b5"}
.ion-steam:before{content:"\f30b"}
.ion-stop:before{content:"\f24f"}
.ion-thermometer:before{content:"\f2b6"}
.ion-thumbsdown:before{content:"\f250"}
.ion-thumbsup:before{content:"\f251"}
.ion-toggle:before{content:"\f355"}
.ion-toggle-filled:before{content:"\f354"}
.ion-transgender:before{content:"\f4f5"}
.ion-trash-a:before{content:"\f252"}
.ion-trash-b:before{content:"\f253"}
.ion-trophy:before{content:"\f356"}
.ion-tshirt:before{content:"\f4f7"}
.ion-tshirt-outline:before{content:"\f4f6"}
.ion-umbrella:before{content:"\f2b7"}
.ion-university:before{content:"\f357"}
.ion-unlocked:before{content:"\f254"}
.ion-upload:before{content:"\f255"}
.ion-usb:before{content:"\f2b8"}
.ion-videocamera:before{content:"\f256"}
.ion-volume-high:before{content:"\f257"}
.ion-volume-low:before{content:"\f258"}
.ion-volume-medium:before{content:"\f259"}
.ion-volume-mute:before{content:"\f25a"}
.ion-wand:before{content:"\f358"}
.ion-waterdrop:before{content:"\f25b"}
.ion-wifi:before{content:"\f25c"}
.ion-wineglass:before{content:"\f2b9"}
.ion-woman:before{content:"\f25d"}
.ion-wrench:before{content:"\f2ba"}
.ion-xbox:before{content:"\f30c"}

/* angular-material.min.css */
/*!
 * Angular Material Design
 * https://github.com/angular/material
 * @license MIT
 * v1.1.0-rc2
 */body,html{height:100%;position:relative}
body{margin:0;padding:0}
.inset{padding:10px}
a._md-no-style,button._md-no-style{font-weight:400;background-color:inherit;text-align:left;border:none;padding:0;margin:0}
button,input,select,textarea{vertical-align:baseline}
button,html input[type=button],input[type=reset],input[type=submit]{cursor:pointer;-webkit-appearance:button}
button[disabled],html input[type=button][disabled],input[type=reset][disabled],input[type=submit][disabled]{cursor:default}
input[type=search]{-webkit-appearance:textfield;box-sizing:content-box;-webkit-box-sizing:content-box}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}
input:-webkit-autofill{text-shadow:none}
@media (min-width:960px){.md-padding{padding:16px}}
body[dir=ltr],body[dir=rtl],html[dir=ltr],html[dir=rtl]{unicode-bidi:embed}
body,html{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;min-height:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.md-headline{font-size:24px;font-weight:400;line-height:32px}
.md-body-1{font-size:14px;font-weight:400;letter-spacing:.010em;line-height:20px}
.md-body-2{font-size:14px;font-weight:500;letter-spacing:.010em;line-height:24px}
.md-button{letter-spacing:.010em}
button,html,input,select,textarea{font-family:Roboto,"Helvetica Neue",sans-serif}
button,input,select,textarea{font-size:100%}
@-webkit-keyframes md-autocomplete-list-out{0%{-webkit-animation-timing-function:linear;animation-timing-function:linear}50%{opacity:0;height:40px;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{height:0;opacity:0}}
@keyframes md-autocomplete-list-out{0%{-webkit-animation-timing-function:linear;animation-timing-function:linear}50%{opacity:0;height:40px;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{height:0;opacity:0}}
@-webkit-keyframes md-autocomplete-list-in{0%{opacity:0;height:0;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{opacity:0;height:40px}100%{opacity:1;height:40px}}
@keyframes md-autocomplete-list-in{0%{opacity:0;height:0;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{opacity:0;height:40px}100%{opacity:1;height:40px}}
md-autocomplete[disabled] input{cursor:default}
md-autocomplete[md-floating-label] button{position:absolute;top:auto;bottom:0;right:0;width:30px;height:30px}
md-autocomplete input:not(.md-input){font-size:14px;box-sizing:border-box;border:none;box-shadow:none;outline:0;background:0 0;width:100%;padding:0 15px;line-height:40px;height:40px}
md-autocomplete input:not(.md-input)::-ms-clear{display:none}
md-autocomplete button{position:relative;line-height:20px;text-align:center;width:30px;height:30px;cursor:pointer;border:none;border-radius:50%;padding:0;font-size:12px;background:0 0;margin:auto 5px}
md-autocomplete button:after{content:'';position:absolute;top:-6px;right:-6px;bottom:-6px;left:-6px;border-radius:50%;-webkit-transform:scale(0);transform:scale(0);opacity:0;transition:all .4s cubic-bezier(.25,.8,.25,1)}
md-autocomplete button:focus{outline:0}
md-autocomplete button:focus:after{-webkit-transform:scale(1);transform:scale(1);opacity:1}
md-autocomplete button md-icon{position:absolute;top:50%;left:50%;-webkit-transform:translate3d(-50%,-50%,0) scale(.9);transform:translate3d(-50%,-50%,0) scale(.9)}
md-autocomplete button md-icon path{stroke-width:0}
md-autocomplete button.ng-enter{-webkit-transform:scale(0);transform:scale(0);transition:-webkit-transform .15s ease-out;transition:transform .15s ease-out}
md-autocomplete button.ng-enter.ng-enter-active{-webkit-transform:scale(1);transform:scale(1)}
md-autocomplete button.ng-leave{transition:-webkit-transform .15s ease-out;transition:transform .15s ease-out}
md-autocomplete button.ng-leave.ng-leave-active{-webkit-transform:scale(0);transform:scale(0)}
@media screen and (-ms-high-contrast:active){md-autocomplete input{border:1px solid #fff}md-autocomplete li:focus{color:#fff}}
.md-autocomplete-suggestions li{font-size:14px;overflow:hidden;padding:0 15px;line-height:48px;height:48px;transition:background .15s linear;margin:0;white-space:nowrap;text-overflow:ellipsis}
.md-autocomplete-suggestions li:focus{outline:0}
.md-autocomplete-suggestions li:not(.md-not-found-wrapper){cursor:pointer}
@media screen and (-ms-high-contrast:active){.md-autocomplete-suggestions,md-autocomplete{border:1px solid #fff}}
@media (max-width:960px){md-bottom-sheet.md-grid md-list-item{-webkit-flex:1 1 33.33333%;-ms-flex:1 1 33.33333%;flex:1 1 33.33333%;max-width:33.33333%}md-bottom-sheet.md-grid md-list-item:nth-of-type(3n+1){-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}md-bottom-sheet.md-grid md-list-item:nth-of-type(3n){-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}}
@media (min-width:960px) and (max-width:1279px){md-bottom-sheet.md-grid md-list-item{-webkit-flex:1 1 25%;-ms-flex:1 1 25%;flex:1 1 25%;max-width:25%}}
@media (min-width:1280px) and (max-width:1919px){md-bottom-sheet.md-grid md-list-item{-webkit-flex:1 1 16.66667%;-ms-flex:1 1 16.66667%;flex:1 1 16.66667%;max-width:16.66667%}}
@media (min-width:1920px){md-bottom-sheet.md-grid md-list-item{-webkit-flex:1 1 14.28571%;-ms-flex:1 1 14.28571%;flex:1 1 14.28571%;max-width:14.28571%}}
@media screen and (-ms-high-contrast:active){md-bottom-sheet{border:1px solid #fff}}
button.md-button::-moz-focus-inner{border:0}
.md-button{border-radius:3px;box-sizing:border-box;color:currentColor;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;outline:0;border:0;display:inline-block;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:0 6px;margin:6px 8px;line-height:36px;min-height:36px;background:0 0;white-space:nowrap;min-width:88px;text-align:center;text-transform:uppercase;font-weight:500;font-size:14px;font-style:inherit;font-variant:inherit;font-family:inherit;text-decoration:none;cursor:pointer;overflow:hidden;transition:box-shadow .4s cubic-bezier(.25,.8,.25,1),background-color .4s cubic-bezier(.25,.8,.25,1)}
.md-button:focus{outline:0}
.md-button:focus,.md-button:hover{text-decoration:none}
.md-button.ng-hide,.md-button.ng-leave{transition:none}
.md-button.md-cornered{border-radius:0}
.md-button.md-icon{padding:0;background:0 0}
.md-button.md-raised:not([disabled]){box-shadow:0 2px 5px 0 rgba(0,0,0,.26)}
.md-button.md-icon-button{margin:0 6px;height:40px;min-width:0;line-height:24px;padding:8px;width:40px;border-radius:50%}
.md-button.md-icon-button .md-ripple-container{border-radius:50%;background-clip:padding-box;overflow:hidden;-webkit-mask-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC)}
.md-button.md-fab{z-index:20;line-height:56px;min-width:0;width:56px;height:56px;vertical-align:middle;box-shadow:0 2px 5px 0 rgba(0,0,0,.26);border-radius:50%;background-clip:padding-box;overflow:hidden;transition:all .3s cubic-bezier(.55,0,.55,.2);transition-property:background-color,box-shadow,-webkit-transform;transition-property:background-color,box-shadow,transform}
.md-button.md-fab.md-fab-bottom-right{top:auto;right:20px;bottom:20px;left:auto;position:absolute}
.md-button.md-fab.md-fab-bottom-left{top:auto;right:auto;bottom:20px;left:20px;position:absolute}
.md-button.md-fab.md-fab-top-right{top:20px;right:20px;bottom:auto;left:auto;position:absolute}
.md-button.md-fab.md-fab-top-left{top:20px;right:auto;bottom:auto;left:20px;position:absolute}
.md-button.md-fab .md-ripple-container{border-radius:50%;background-clip:padding-box;overflow:hidden;-webkit-mask-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC)}
.md-button.md-fab.md-mini{line-height:40px;width:40px;height:40px}
.md-button.md-fab.ng-hide,.md-button.md-fab.ng-leave{transition:none}
.md-button:not([disabled]).md-fab.md-focused,.md-button:not([disabled]).md-raised.md-focused{box-shadow:0 2px 5px 0 rgba(0,0,0,.26)}
.md-button:not([disabled]).md-fab:active,.md-button:not([disabled]).md-raised:active{box-shadow:0 4px 8px 0 rgba(0,0,0,.4)}
.md-button .md-ripple-container{border-radius:3px;background-clip:padding-box;overflow:hidden;-webkit-mask-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC)}
._md-toast-open-top .md-button.md-fab-top-left,._md-toast-open-top .md-button.md-fab-top-right{transition:all .4s cubic-bezier(.25,.8,.25,1);-webkit-transform:translate3d(0,42px,0);transform:translate3d(0,42px,0)}
._md-toast-open-top .md-button.md-fab-top-left:not([disabled]).md-focused,._md-toast-open-top .md-button.md-fab-top-left:not([disabled]):hover,._md-toast-open-top .md-button.md-fab-top-right:not([disabled]).md-focused,._md-toast-open-top .md-button.md-fab-top-right:not([disabled]):hover{-webkit-transform:translate3d(0,41px,0);transform:translate3d(0,41px,0)}
._md-toast-open-bottom .md-button.md-fab-bottom-left,._md-toast-open-bottom .md-button.md-fab-bottom-right{transition:all .4s cubic-bezier(.25,.8,.25,1);-webkit-transform:translate3d(0,-42px,0);transform:translate3d(0,-42px,0)}
._md-toast-open-bottom .md-button.md-fab-bottom-left:not([disabled]).md-focused,._md-toast-open-bottom .md-button.md-fab-bottom-left:not([disabled]):hover,._md-toast-open-bottom .md-button.md-fab-bottom-right:not([disabled]).md-focused,._md-toast-open-bottom .md-button.md-fab-bottom-right:not([disabled]):hover{-webkit-transform:translate3d(0,-43px,0);transform:translate3d(0,-43px,0)}
.md-button-group{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1;-ms-flex:1;flex:1;width:100%}
.md-button-group>.md-button{-webkit-flex:1;-ms-flex:1;flex:1;display:block;overflow:hidden;width:0;border-width:1px 0 1px 1px;border-radius:0;text-align:center;text-overflow:ellipsis;white-space:nowrap}
.md-button-group>.md-button:first-child{border-radius:2px 0 0 2px}
.md-button-group>.md-button:last-child{border-right-width:1px;border-radius:0 2px 2px 0}
@media screen and (-ms-high-contrast:active){.md-button.md-fab,.md-button.md-raised{border:1px solid #fff}}
md-card>:not(md-card-content) img,md-card>img{box-sizing:border-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;height:100%!important}
md-card md-card-content>p:first-child{margin-top:0}
md-card md-card-content>p:last-child{margin-bottom:0}
md-card .md-actions.layout-column .md-button:not(.md-icon-button),md-card md-card-actions.layout-column .md-button:not(.md-icon-button){margin:2px 0}
md-card .md-actions.layout-column .md-button:not(.md-icon-button):first-of-type,md-card md-card-actions.layout-column .md-button:not(.md-icon-button):first-of-type{margin-top:0}
md-card .md-actions.layout-column .md-button:not(.md-icon-button):last-of-type,md-card md-card-actions.layout-column .md-button:not(.md-icon-button):last-of-type{margin-bottom:0}
md-card .md-actions.layout-column .md-button.md-icon-button,md-card md-card-actions.layout-column .md-button.md-icon-button{margin-top:6px;margin-bottom:6px}
md-card .md-actions:not(.layout-column) .md-button:not(.md-icon-button),md-card md-card-actions:not(.layout-column) .md-button:not(.md-icon-button){margin:0 4px}
md-card .md-actions:not(.layout-column) .md-button:not(.md-icon-button):first-of-type,md-card md-card-actions:not(.layout-column) .md-button:not(.md-icon-button):first-of-type{margin-left:0}
[dir=rtl] md-card .md-actions:not(.layout-column) .md-button:not(.md-icon-button):first-of-type,[dir=rtl] md-card md-card-actions:not(.layout-column) .md-button:not(.md-icon-button):first-of-type{margin-left:auto;margin-right:0}
md-card .md-actions:not(.layout-column) .md-button:not(.md-icon-button):last-of-type,md-card md-card-actions:not(.layout-column) .md-button:not(.md-icon-button):last-of-type{margin-right:0}
[dir=rtl] md-card .md-actions:not(.layout-column) .md-button:not(.md-icon-button):last-of-type,[dir=rtl] md-card md-card-actions:not(.layout-column) .md-button:not(.md-icon-button):last-of-type{margin-right:auto;margin-left:0}
md-card .md-actions:not(.layout-column) .md-button.md-icon-button,md-card md-card-actions:not(.layout-column) .md-button.md-icon-button{margin-left:6px;margin-right:6px}
md-card .md-actions:not(.layout-column) .md-button.md-icon-button:first-of-type,md-card md-card-actions:not(.layout-column) .md-button.md-icon-button:first-of-type{margin-left:12px}
[dir=rtl] md-card .md-actions:not(.layout-column) .md-button.md-icon-button:first-of-type,[dir=rtl] md-card md-card-actions:not(.layout-column) .md-button.md-icon-button:first-of-type{margin-left:auto;margin-right:12px}
md-card .md-actions:not(.layout-column) .md-button.md-icon-button:last-of-type,md-card md-card-actions:not(.layout-column) .md-button.md-icon-button:last-of-type{margin-right:12px}
[dir=rtl] md-card .md-actions:not(.layout-column) .md-button.md-icon-button:last-of-type,[dir=rtl] md-card md-card-actions:not(.layout-column) .md-button.md-icon-button:last-of-type{margin-right:auto;margin-left:12px}
md-card .md-actions:not(.layout-column) .md-button+md-card-icon-actions,md-card md-card-actions:not(.layout-column) .md-button+md-card-icon-actions{-webkit-flex:1;-ms-flex:1;flex:1;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}
@media screen and (-ms-high-contrast:active){md-card{border:1px solid #fff}}
md-checkbox.md-align-top-left>div._md-container{top:12px}
.md-contact-chips .md-chips md-chip .md-contact-avatar img{height:32px;border-radius:16px}
.md-contact-suggestion img{height:40px;border-radius:20px;margin-top:8px}
.md-contact-chips-suggestions li{height:100%}
.md-chips ._md-chip-input-container input:not([type]),.md-chips ._md-chip-input-container input[type=url],.md-chips ._md-chip-input-container input[type=text],.md-chips ._md-chip-input-container input[type=email],.md-chips ._md-chip-input-container input[type=number],.md-chips ._md-chip-input-container input[type=tel]{border:0;height:32px;line-height:32px;padding:0}
.md-chips ._md-chip-input-container input:not([type]):focus,.md-chips ._md-chip-input-container input[type=url]:focus,.md-chips ._md-chip-input-container input[type=text]:focus,.md-chips ._md-chip-input-container input[type=email]:focus,.md-chips ._md-chip-input-container input[type=number]:focus,.md-chips ._md-chip-input-container input[type=tel]:focus{outline:0}
.md-chips ._md-chip-input-container input{border:0;height:32px;line-height:32px;padding:0}
.md-chips ._md-chip-input-container input:focus{outline:0}
.md-chips ._md-chip-input-container md-autocomplete input{position:relative}
.md-chips ._md-chip-input-container input{background:0 0;border-width:0}
.md-chips md-autocomplete button{display:none}
@media screen and (-ms-high-contrast:active){._md-chip-input-container,md-chip{border:1px solid #fff}._md-chip-input-container md-autocomplete{border:none}}
@media print{md-content{overflow:visible!important}}
.md-calendar-day-header th{width:44px;text-align:center;padding:0;border:none;font-weight:400;height:40px}
.md-calendar-day-header th:first-child{padding-left:16px}
[dir=rtl] .md-calendar-day-header th:first-child{padding-left:auto;padding-right:16px}
.md-calendar-day-header th:last-child{padding-right:16px}
[dir=rtl] .md-calendar-day-header th:last-child{padding-right:auto;padding-left:16px}
.md-calendar tr:last-child td{border-bottom-width:1px;border-bottom-style:solid}
.md-calendar tbody,.md-calendar td,.md-calendar tr{vertical-align:middle}
.md-datepicker-triangle-button.md-button.md-icon-button{height:100%;width:36px;position:absolute}
md-dialog>form{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;overflow:auto}
md-dialog md-dialog-content ._md-dialog-content-body{width:100%}
md-dialog .md-actions .md-button,md-dialog md-dialog-actions .md-button{margin:8px 0 8px 8px}
[dir=rtl] md-dialog .md-actions .md-button,[dir=rtl] md-dialog md-dialog-actions .md-button{margin-left:0;margin-right:8px}
@media screen and (-ms-high-contrast:active){md-dialog{border:1px solid #fff}}
@media (max-width:959px){md-dialog.md-dialog-fullscreen{min-height:100%;min-width:100%;border-radius:0}}
.layout-gt-lg-row>md-divider,.layout-gt-md-row>md-divider,.layout-gt-sm-row>md-divider,.layout-gt-xs-row>md-divider,.layout-lg-row>md-divider,.layout-md-row>md-divider,.layout-row>md-divider,.layout-sm-row>md-divider,.layout-xl-row>md-divider,.layout-xs-row>md-divider{border-top-width:0;border-right-width:1px;border-right-style:solid}
md-fab-speed-dial.md-fling-remove .md-fab-action-item>*,md-fab-speed-dial.md-scale-remove .md-fab-action-item>*{visibility:hidden}
md-fab-toolbar md-fab-trigger button{overflow:visible!important}
md-fab-toolbar.md-left .md-toolbar-tools>.md-button:first-child{margin-right:.6rem}
md-fab-toolbar.md-left .md-toolbar-tools>.md-button:first-child{margin-left:-.8rem}
[dir=rtl] md-fab-toolbar.md-left .md-toolbar-tools>.md-button:first-child{margin-left:auto;margin-right:-.8rem}
md-fab-toolbar.md-left .md-toolbar-tools>.md-button:last-child{margin-right:8px}
[dir=rtl] md-fab-toolbar.md-left .md-toolbar-tools>.md-button:last-child{margin-right:auto;margin-left:8px}
md-fab-toolbar.md-is-open md-fab-trigger>button{box-shadow:none}
md-fab-toolbar.md-is-open md-fab-trigger>button md-icon{opacity:0}
md-grid-list md-grid-tile md-grid-tile-footer h3,md-grid-list md-grid-tile md-grid-tile-footer h4,md-grid-list md-grid-tile md-grid-tile-header h3,md-grid-list md-grid-tile md-grid-tile-header h4{font-weight:400;margin:0 0 0 16px}
md-grid-list md-grid-tile md-grid-tile-footer h3,md-grid-list md-grid-tile md-grid-tile-header h3{font-size:14px}
md-grid-list md-grid-tile md-grid-tile-footer h4,md-grid-list md-grid-tile md-grid-tile-header h4{font-size:12px}
@media screen and (-ms-high-contrast:active){md-grid-tile{border:1px solid #fff}md-grid-tile-footer{border-top:1px solid #fff}}
md-input-container .md-errors-spacer{float:right;min-height:24px;min-width:1px}
[dir=rtl] md-input-container .md-errors-spacer{float:left}
md-input-container input[type=url],md-input-container input[type=text],md-input-container input[type=password],md-input-container input[type=datetime],md-input-container input[type=datetime-local],md-input-container input[type=date],md-input-container input[type=month],md-input-container input[type=time],md-input-container input[type=week],md-input-container input[type=color],md-input-container input[type=search],md-input-container input[type=email],md-input-container input[type=number],md-input-container input[type=tel],md-input-container textarea{-moz-appearance:none;-webkit-appearance:none}
md-input-container input[type=datetime-local],md-input-container input[type=date],md-input-container input[type=month],md-input-container input[type=time],md-input-container input[type=week]{min-height:26px}
md-input-container textarea.md-input{min-height:26px;-ms-flex-preferred-size:auto}
md-input-container label:not(._md-container-ignore){position:absolute;bottom:100%;left:0;right:auto}
[dir=rtl] md-input-container label:not(._md-container-ignore){left:auto;right:0}
md-input-container label:not(._md-container-ignore).md-required:after{content:' *';font-size:13px;vertical-align:top}
md-input-container ._md-placeholder,md-input-container label:not(.md-no-float):not(._md-container-ignore){overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;-webkit-order:1;-ms-flex-order:1;order:1;pointer-events:none;-webkit-font-smoothing:antialiased;padding-left:3px;padding-right:0;z-index:1;-webkit-transform:translate3d(0,28px,0) scale(1);transform:translate3d(0,28px,0) scale(1);transition:-webkit-transform .4s cubic-bezier(.25,.8,.25,1);transition:transform .4s cubic-bezier(.25,.8,.25,1);max-width:100%;-webkit-transform-origin:left top;transform-origin:left top}
[dir=rtl] md-input-container ._md-placeholder,[dir=rtl] md-input-container label:not(.md-no-float):not(._md-container-ignore){padding-left:0;padding-right:3px;-webkit-transform-origin:right top;transform-origin:right top}
md-input-container.md-input-focused ._md-placeholder{opacity:1;-webkit-transform:translate3d(0,24px,0);transform:translate3d(0,24px,0)}
md-input-container.md-input-has-value ._md-placeholder{transition:none;opacity:0}
md-input-container:not(.md-input-has-value) input:not(:focus),md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-ampm-field,md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-day-field,md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-hour-field,md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-millisecond-field,md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-minute-field,md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-month-field,md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-second-field,md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-text,md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-week-field,md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-year-field{color:transparent}
md-input-container .md-input{-webkit-order:2;-ms-flex-order:2;order:2;display:block;margin-top:0;background:0 0;padding:2px 2px 1px;border-width:0 0 1px;line-height:26px;height:30px;-ms-flex-preferred-size:26px;border-radius:0;border-style:solid;width:100%;box-sizing:border-box;float:left}
[dir=rtl] md-input-container .md-input{float:right}
md-input-container .md-input:focus{outline:0}
md-input-container .md-input:invalid{outline:0;box-shadow:none}
md-input-container .md-input.md-no-flex{-webkit-flex:none!important;-ms-flex:none!important;flex:none!important}
md-input-container .md-input-messages-animation{position:relative;-webkit-order:4;-ms-flex-order:4;order:4;overflow:hidden;clear:left}
[dir=rtl] md-input-container .md-input-messages-animation{clear:right}
md-input-container .md-input-messages-animation.ng-enter .md-input-message-animation{opacity:0;margin-top:-100px}
md-input-container .md-char-counter,md-input-container .md-input-message-animation{font-size:12px;line-height:14px;overflow:hidden;transition:all .3s cubic-bezier(.55,0,.55,.2);opacity:1;margin-top:0;padding-top:5px}
md-input-container .md-char-counter:not(.md-char-counter),md-input-container .md-input-message-animation:not(.md-char-counter){padding-right:5px;padding-left:0}
[dir=rtl] md-input-container .md-char-counter:not(.md-char-counter),[dir=rtl] md-input-container .md-input-message-animation:not(.md-char-counter){padding-right:0;padding-left:5px}
md-input-container .md-auto-hide .md-input-message-animation:not(.ng-animate),md-input-container .md-input-message-animation.ng-enter,md-input-container:not(.md-input-invalid) .md-auto-hide .md-input-message-animation{opacity:0;margin-top:-100px}
md-input-container.md-input-focused label:not(.md-no-float),md-input-container.md-input-has-placeholder label:not(.md-no-float),md-input-container.md-input-has-value label:not(.md-no-float){-webkit-transform:translate3d(0,6px,0) scale(.75);transform:translate3d(0,6px,0) scale(.75);transition:-webkit-transform cubic-bezier(.25,.8,.25,1) .4s,width cubic-bezier(.25,.8,.25,1) .4s;transition:transform cubic-bezier(.25,.8,.25,1) .4s,width cubic-bezier(.25,.8,.25,1) .4s;width:calc((100% - 18px) / .75)}
md-input-container.md-input-has-value label{transition:none}
md-input-container .md-input.ng-invalid.ng-dirty,md-input-container.md-input-focused .md-input{padding-bottom:0;border-width:0 0 2px}
[disabled] md-input-container .md-input,md-input-container .md-input[disabled]{background-position:0 bottom;background-size:4px 1px;background-repeat:repeat-x;margin-bottom:-1px}
md-input-container.md-icon-float>label{pointer-events:none;position:absolute}
md-input-container.md-icon-left>label .md-placeholder,md-input-container.md-icon-left>label:not(.md-no-float):not(._md-container-ignore),md-input-container.md-icon-right>label .md-placeholder,md-input-container.md-icon-right>label:not(.md-no-float):not(._md-container-ignore){width:calc(100% - 36px - 18px)}
md-input-container.md-icon-left.md-input-focused>label .md-placeholder,md-input-container.md-icon-left.md-input-focused>label:not(.md-no-float):not(._md-container-ignore),md-input-container.md-icon-left.md-input-has-placeholder>label .md-placeholder,md-input-container.md-icon-left.md-input-has-placeholder>label:not(.md-no-float):not(._md-container-ignore),md-input-container.md-icon-left.md-input-has-value>label .md-placeholder,md-input-container.md-icon-left.md-input-has-value>label:not(.md-no-float):not(._md-container-ignore),md-input-container.md-icon-right.md-input-focused>label .md-placeholder,md-input-container.md-icon-right.md-input-focused>label:not(.md-no-float):not(._md-container-ignore),md-input-container.md-icon-right.md-input-has-placeholder>label .md-placeholder,md-input-container.md-icon-right.md-input-has-placeholder>label:not(.md-no-float):not(._md-container-ignore),md-input-container.md-icon-right.md-input-has-value>label .md-placeholder,md-input-container.md-icon-right.md-input-has-value>label:not(.md-no-float):not(._md-container-ignore){width:calc((100% - 36px - 18px) / .75)}
md-input-container.md-icon-left>label{left:36px;right:auto}
[dir=rtl] md-input-container.md-icon-left>label{left:auto;right:36px}
md-input-container.md-icon-left.md-icon-right>label .md-placeholder,md-input-container.md-icon-left.md-icon-right>label:not(.md-no-float):not(._md-container-ignore){width:calc(100% - (36px * 2))}
md-input-container.md-icon-left.md-icon-right.md-input-focused>label .md-placeholder,md-input-container.md-icon-left.md-icon-right.md-input-focused>label:not(.md-no-float):not(._md-container-ignore),md-input-container.md-icon-left.md-icon-right.md-input-has-placeholder>label .md-placeholder,md-input-container.md-icon-left.md-icon-right.md-input-has-placeholder>label:not(.md-no-float):not(._md-container-ignore),md-input-container.md-icon-left.md-icon-right.md-input-has-value>label .md-placeholder,md-input-container.md-icon-left.md-icon-right.md-input-has-value>label:not(.md-no-float):not(._md-container-ignore){width:calc((100% - (36px * 2)) / .75)}
@media screen and (-ms-high-contrast:active){md-input-container.md-default-theme>md-icon{fill:#fff}}
md-list.md-dense md-list-item.md-2-line .md-list-item-text h3,md-list.md-dense md-list-item.md-2-line .md-list-item-text h4,md-list.md-dense md-list-item.md-2-line .md-list-item-text p,md-list.md-dense md-list-item.md-2-line>._md-no-style .md-list-item-text h3,md-list.md-dense md-list-item.md-2-line>._md-no-style .md-list-item-text h4,md-list.md-dense md-list-item.md-2-line>._md-no-style .md-list-item-text p,md-list.md-dense md-list-item.md-3-line .md-list-item-text h3,md-list.md-dense md-list-item.md-3-line .md-list-item-text h4,md-list.md-dense md-list-item.md-3-line .md-list-item-text p,md-list.md-dense md-list-item.md-3-line>._md-no-style .md-list-item-text h3,md-list.md-dense md-list-item.md-3-line>._md-no-style .md-list-item-text h4,md-list.md-dense md-list-item.md-3-line>._md-no-style .md-list-item-text p{line-height:1.05;font-size:12px}
md-list.md-dense md-list-item.md-2-line .md-list-item-text h3,md-list.md-dense md-list-item.md-2-line>._md-no-style .md-list-item-text h3,md-list.md-dense md-list-item.md-3-line .md-list-item-text h3,md-list.md-dense md-list-item.md-3-line>._md-no-style .md-list-item-text h3{font-size:13px}
md-list.md-dense md-list-item.md-2-line div.md-button:first-child::before,md-list.md-dense md-list-item.md-2-line>._md-no-style div.md-button:first-child::before{content:'';min-height:60px;visibility:hidden}
md-list.md-dense md-list-item.md-3-line div.md-button:first-child::before,md-list.md-dense md-list-item.md-3-line>._md-no-style div.md-button:first-child::before{content:'';min-height:76px;visibility:hidden}
md-list-item._md-button-wrap>div.md-button:first-child{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;padding:0 16px;margin:0;background-color:initial;font-weight:400;text-align:left;border:none}
[dir=rtl] md-list-item._md-button-wrap>div.md-button:first-child{text-align:right}
md-list-item._md-button-wrap>div.md-button:first-child>.md-button:first-child{position:absolute;top:0;left:0;height:100%;margin:0;padding:0}
md-list-item._md-button-wrap>div.md-button:first-child ._md-list-item-inner{width:100%;height:100%}
md-list-item ._md-no-style.md-button,md-list-item._md-no-proxy.md-button{font-size:inherit;height:inherit;text-align:left;text-transform:none;width:100%;white-space:normal;-webkit-flex-direction:inherit;-ms-flex-direction:inherit;flex-direction:inherit;-webkit-align-items:inherit;-ms-flex-align:inherit;align-items:inherit;border-radius:0;margin:0}
[dir=rtl] md-list-item ._md-no-style.md-button,[dir=rtl] md-list-item._md-no-proxy.md-button{text-align:right}
md-list-item ._md-no-style.md-button>.md-ripple-container,md-list-item._md-no-proxy.md-button>.md-ripple-container{border-radius:0}
md-list-item ._md-list-item-inner>div.md-primary>md-icon:not(.md-avatar-icon),md-list-item ._md-list-item-inner>div.md-secondary>md-icon:not(.md-avatar-icon),md-list-item ._md-list-item-inner>md-icon.md-secondary:not(.md-avatar-icon),md-list-item ._md-list-item-inner>md-icon:first-child:not(.md-avatar-icon),md-list-item>div.md-primary>md-icon:not(.md-avatar-icon),md-list-item>div.md-secondary>md-icon:not(.md-avatar-icon),md-list-item>md-icon.md-secondary:not(.md-avatar-icon),md-list-item>md-icon:first-child:not(.md-avatar-icon){width:24px;margin-top:16px;margin-bottom:12px;box-sizing:content-box}
md-list-item ._md-list-item-inner md-checkbox.md-secondary,md-list-item ._md-list-item-inner>div.md-primary>md-checkbox,md-list-item ._md-list-item-inner>div.md-secondary>md-checkbox,md-list-item ._md-list-item-inner>md-checkbox,md-list-item md-checkbox.md-secondary,md-list-item>div.md-primary>md-checkbox,md-list-item>div.md-secondary>md-checkbox,md-list-item>md-checkbox{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}
md-list-item ._md-list-item-inner md-checkbox.md-secondary .md-label,md-list-item ._md-list-item-inner>div.md-primary>md-checkbox .md-label,md-list-item ._md-list-item-inner>div.md-secondary>md-checkbox .md-label,md-list-item ._md-list-item-inner>md-checkbox .md-label,md-list-item md-checkbox.md-secondary .md-label,md-list-item>div.md-primary>md-checkbox .md-label,md-list-item>div.md-secondary>md-checkbox .md-label,md-list-item>md-checkbox .md-label{display:none}
md-list-item ._md-list-item-inner ._md-secondary-container .md-button:last-of-type,md-list-item ._md-list-item-inner ._md-secondary-container .md-icon-button:last-of-type,md-list-item ._md-secondary-container .md-button:last-of-type,md-list-item ._md-secondary-container .md-icon-button:last-of-type{margin-right:0}
[dir=rtl] md-list-item ._md-list-item-inner ._md-secondary-container .md-button:last-of-type,[dir=rtl] md-list-item ._md-list-item-inner ._md-secondary-container .md-icon-button:last-of-type,[dir=rtl] md-list-item ._md-secondary-container .md-button:last-of-type,[dir=rtl] md-list-item ._md-secondary-container .md-icon-button:last-of-type{margin-right:auto;margin-left:0}
md-list-item ._md-list-item-inner>._md-list-item-inner>p,md-list-item ._md-list-item-inner>p,md-list-item>._md-list-item-inner>p,md-list-item>p{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;margin:0}
md-list-item.md-2-line .md-list-item-text h3,md-list-item.md-2-line>._md-no-style .md-list-item-text h3,md-list-item.md-3-line .md-list-item-text h3,md-list-item.md-3-line>._md-no-style .md-list-item-text h3{font-size:16px;font-weight:400;letter-spacing:.010em;margin:0;line-height:1.2em;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
md-list-item.md-2-line .md-list-item-text h4,md-list-item.md-2-line>._md-no-style .md-list-item-text h4,md-list-item.md-3-line .md-list-item-text h4,md-list-item.md-3-line>._md-no-style .md-list-item-text h4{font-size:14px;letter-spacing:.010em;margin:3px 0 1px;font-weight:400;line-height:1.2em;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
md-list-item.md-2-line .md-list-item-text p,md-list-item.md-2-line>._md-no-style .md-list-item-text p,md-list-item.md-3-line .md-list-item-text p,md-list-item.md-3-line>._md-no-style .md-list-item-text p{font-size:14px;font-weight:500;letter-spacing:.010em;margin:0;line-height:1.6em}
md-list-item.md-2-line div.md-button:first-child::before,md-list-item.md-2-line>._md-no-style div.md-button:first-child::before{content:'';min-height:72px;visibility:hidden}
md-list-item.md-3-line div.md-button:first-child::before,md-list-item.md-3-line>._md-no-style div.md-button:first-child::before{content:'';min-height:88px;visibility:hidden}
md-toolbar.md-menu-toolbar h2.md-toolbar-tools{line-height:1rem;height:auto;padding:28px 28px 12px}
md-menu-bar button{font-size:14px;padding:0 10px;margin:0;border:0;background-color:transparent;height:40px}
md-menu-content._md-menu-bar-menu.md-dense md-menu-item.md-indent .md-menu>.md-button,md-menu-content._md-menu-bar-menu.md-dense md-menu-item.md-indent>.md-button{padding:0 32px 0 64px}
[dir=rtl] md-menu-content._md-menu-bar-menu.md-dense md-menu-item.md-indent .md-menu>.md-button,[dir=rtl] md-menu-content._md-menu-bar-menu.md-dense md-menu-item.md-indent>.md-button{padding:0 64px 0 32px}
md-menu-content._md-menu-bar-menu.md-dense .md-button{min-height:0;height:32px;display:-webkit-flex;display:-ms-flexbox;display:flex}
md-menu-content._md-menu-bar-menu.md-dense .md-button span{-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}
md-menu-content._md-menu-bar-menu.md-dense .md-button span.md-alt-text{-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end;margin:0 8px}
md-menu-content._md-menu-bar-menu.md-dense .md-menu>.md-button,md-menu-content._md-menu-bar-menu.md-dense md-menu-item>.md-button{text-align:left;text-align:start}
[dir=rtl] md-menu-content._md-menu-bar-menu.md-dense .md-menu>.md-button,[dir=rtl] md-menu-content._md-menu-bar-menu.md-dense md-menu-item>.md-button{text-align:right}
md-menu-content._md-menu-bar-menu.md-dense .md-menu>.md-button{position:relative;margin:0;width:100%;text-transform:none;font-weight:400;border-radius:0;padding-left:16px}
[dir=rtl] md-menu-content._md-menu-bar-menu.md-dense .md-menu>.md-button{padding-left:auto;padding-right:16px}
md-menu-content._md-menu-bar-menu.md-dense .md-menu>.md-button:after{display:block;content:'\25BC';position:absolute;top:0;speak:none;-webkit-transform:rotate(270deg) scaleY(.45) scaleX(.9);transform:rotate(270deg) scaleY(.45) scaleX(.9);right:28px}
[dir=rtl] md-menu-content._md-menu-bar-menu.md-dense .md-menu>.md-button:after{-webkit-transform:rotate(90deg) scaleY(.45) scaleX(.9);transform:rotate(90deg) scaleY(.45) scaleX(.9);right:auto;left:28px}
md-menu-item>.md-button{border-radius:0;margin:auto 0;font-size:15px;text-transform:none;font-weight:400;height:100%;padding-left:16px;padding-right:16px;text-align:left;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:baseline;-ms-flex-align:baseline;align-items:baseline;-webkit-align-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start;width:100%}
[dir=rtl] md-menu-item>.md-button{text-align:right}
md-menu-item>.md-button md-icon{margin:auto 16px auto 0}
[dir=rtl] md-menu-item>.md-button md-icon{margin:auto 0 auto 16px}
md-menu-item>.md-button p{display:inline-block;margin:auto}
md-menu-item>.md-button span{margin-top:auto;margin-bottom:auto}
md-menu-item>.md-button .md-ripple-container{border-radius:inherit}
@media (max-width:959px){md-menu-content{min-width:112px}md-menu-content[width="3"]{min-width:168px}md-menu-content[width="4"]{min-width:224px}md-menu-content[width="5"]{min-width:280px}md-menu-content[width="6"]{min-width:336px}md-menu-content[width="7"]{min-width:392px}}
@media (min-width:960px){md-menu-content{min-width:96px}md-menu-content[width="3"]{min-width:192px}md-menu-content[width="4"]{min-width:256px}md-menu-content[width="5"]{min-width:320px}md-menu-content[width="6"]{min-width:384px}md-menu-content[width="7"]{min-width:448px}}
md-progress-linear ._md-container.ng-hide{-webkit-animation:none;animation:none}
md-progress-linear ._md-container.ng-hide ._md-bar1,md-progress-linear ._md-container.ng-hide ._md-bar2{-webkit-animation-name:none;animation-name:none}
@-webkit-keyframes query{0%{opacity:1;-webkit-transform:translateX(35%) scale(.3,1);transform:translateX(35%) scale(.3,1)}100%{opacity:0;-webkit-transform:translateX(-50%) scale(0,1);transform:translateX(-50%) scale(0,1)}}
@keyframes query{0%{opacity:1;-webkit-transform:translateX(35%) scale(.3,1);transform:translateX(35%) scale(.3,1)}100%{opacity:0;-webkit-transform:translateX(-50%) scale(0,1);transform:translateX(-50%) scale(0,1)}}
@-webkit-keyframes buffer{0%{opacity:1;background-position:0 -23px}50%{opacity:0}100%{opacity:1;background-position:-200px -23px}}
@keyframes buffer{0%{opacity:1;background-position:0 -23px}50%{opacity:0}100%{opacity:1;background-position:-200px -23px}}
@-webkit-keyframes md-progress-linear-indeterminate-scale-1{0%{-webkit-transform:scaleX(.1);transform:scaleX(.1);-webkit-animation-timing-function:linear;animation-timing-function:linear}36.6%{-webkit-transform:scaleX(.1);transform:scaleX(.1);-webkit-animation-timing-function:cubic-bezier(.33473,.12482,.78584,1);animation-timing-function:cubic-bezier(.33473,.12482,.78584,1)}69.15%{-webkit-transform:scaleX(.83);transform:scaleX(.83);-webkit-animation-timing-function:cubic-bezier(.22573,0,.23365,1.37098);animation-timing-function:cubic-bezier(.22573,0,.23365,1.37098)}100%{-webkit-transform:scaleX(.1);transform:scaleX(.1)}}
@keyframes md-progress-linear-indeterminate-scale-1{0%{-webkit-transform:scaleX(.1);transform:scaleX(.1);-webkit-animation-timing-function:linear;animation-timing-function:linear}36.6%{-webkit-transform:scaleX(.1);transform:scaleX(.1);-webkit-animation-timing-function:cubic-bezier(.33473,.12482,.78584,1);animation-timing-function:cubic-bezier(.33473,.12482,.78584,1)}69.15%{-webkit-transform:scaleX(.83);transform:scaleX(.83);-webkit-animation-timing-function:cubic-bezier(.22573,0,.23365,1.37098);animation-timing-function:cubic-bezier(.22573,0,.23365,1.37098)}100%{-webkit-transform:scaleX(.1);transform:scaleX(.1)}}
@-webkit-keyframes md-progress-linear-indeterminate-1{0%{left:-105.16667%;-webkit-animation-timing-function:linear;animation-timing-function:linear}20%{left:-105.16667%;-webkit-animation-timing-function:cubic-bezier(.5,0,.70173,.49582);animation-timing-function:cubic-bezier(.5,0,.70173,.49582)}69.15%{left:21.5%;-webkit-animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635)}100%{left:95.44444%}}
@keyframes md-progress-linear-indeterminate-1{0%{left:-105.16667%;-webkit-animation-timing-function:linear;animation-timing-function:linear}20%{left:-105.16667%;-webkit-animation-timing-function:cubic-bezier(.5,0,.70173,.49582);animation-timing-function:cubic-bezier(.5,0,.70173,.49582)}69.15%{left:21.5%;-webkit-animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635);animation-timing-function:cubic-bezier(.30244,.38135,.55,.95635)}100%{left:95.44444%}}
@-webkit-keyframes md-progress-linear-indeterminate-scale-2{0%{-webkit-transform:scaleX(.1);transform:scaleX(.1);-webkit-animation-timing-function:cubic-bezier(.20503,.05705,.57661,.45397);animation-timing-function:cubic-bezier(.20503,.05705,.57661,.45397)}19.15%{-webkit-transform:scaleX(.57);transform:scaleX(.57);-webkit-animation-timing-function:cubic-bezier(.15231,.19643,.64837,1.00432);animation-timing-function:cubic-bezier(.15231,.19643,.64837,1.00432)}44.15%{-webkit-transform:scaleX(.91);transform:scaleX(.91);-webkit-animation-timing-function:cubic-bezier(.25776,-.00316,.21176,1.38179);animation-timing-function:cubic-bezier(.25776,-.00316,.21176,1.38179)}100%{-webkit-transform:scaleX(.1);transform:scaleX(.1)}}
@keyframes md-progress-linear-indeterminate-scale-2{0%{-webkit-transform:scaleX(.1);transform:scaleX(.1);-webkit-animation-timing-function:cubic-bezier(.20503,.05705,.57661,.45397);animation-timing-function:cubic-bezier(.20503,.05705,.57661,.45397)}19.15%{-webkit-transform:scaleX(.57);transform:scaleX(.57);-webkit-animation-timing-function:cubic-bezier(.15231,.19643,.64837,1.00432);animation-timing-function:cubic-bezier(.15231,.19643,.64837,1.00432)}44.15%{-webkit-transform:scaleX(.91);transform:scaleX(.91);-webkit-animation-timing-function:cubic-bezier(.25776,-.00316,.21176,1.38179);animation-timing-function:cubic-bezier(.25776,-.00316,.21176,1.38179)}100%{-webkit-transform:scaleX(.1);transform:scaleX(.1)}}
@-webkit-keyframes md-progress-linear-indeterminate-2{0%{left:-54.88889%;-webkit-animation-timing-function:cubic-bezier(.15,0,.51506,.40968);animation-timing-function:cubic-bezier(.15,0,.51506,.40968)}25%{left:-17.25%;-webkit-animation-timing-function:cubic-bezier(.31033,.28406,.8,.73372);animation-timing-function:cubic-bezier(.31033,.28406,.8,.73372)}48.35%{left:29.5%;-webkit-animation-timing-function:cubic-bezier(.4,.62703,.6,.90203);animation-timing-function:cubic-bezier(.4,.62703,.6,.90203)}100%{left:117.38889%}}
@keyframes md-progress-linear-indeterminate-2{0%{left:-54.88889%;-webkit-animation-timing-function:cubic-bezier(.15,0,.51506,.40968);animation-timing-function:cubic-bezier(.15,0,.51506,.40968)}25%{left:-17.25%;-webkit-animation-timing-function:cubic-bezier(.31033,.28406,.8,.73372);animation-timing-function:cubic-bezier(.31033,.28406,.8,.73372)}48.35%{left:29.5%;-webkit-animation-timing-function:cubic-bezier(.4,.62703,.6,.90203);animation-timing-function:cubic-bezier(.4,.62703,.6,.90203)}100%{left:117.38889%}}
md-radio-button.md-align-top-left>div._md-container{top:12px}
md-radio-group.layout-gt-lg-row md-radio-button,md-radio-group.layout-gt-md-row md-radio-button,md-radio-group.layout-gt-sm-row md-radio-button,md-radio-group.layout-gt-xs-row md-radio-button,md-radio-group.layout-lg-row md-radio-button,md-radio-group.layout-md-row md-radio-button,md-radio-group.layout-row md-radio-button,md-radio-group.layout-sm-row md-radio-button,md-radio-group.layout-xl-row md-radio-button,md-radio-group.layout-xs-row md-radio-button{margin:0 16px 0 0}
[dir=rtl] md-radio-group.layout-gt-lg-row md-radio-button,[dir=rtl] md-radio-group.layout-gt-md-row md-radio-button,[dir=rtl] md-radio-group.layout-gt-sm-row md-radio-button,[dir=rtl] md-radio-group.layout-gt-xs-row md-radio-button,[dir=rtl] md-radio-group.layout-lg-row md-radio-button,[dir=rtl] md-radio-group.layout-md-row md-radio-button,[dir=rtl] md-radio-group.layout-row md-radio-button,[dir=rtl] md-radio-group.layout-sm-row md-radio-button,[dir=rtl] md-radio-group.layout-xl-row md-radio-button,[dir=rtl] md-radio-group.layout-xs-row md-radio-button{margin-left:16px;margin-right:0}
md-radio-group.layout-gt-lg-row md-radio-button:last-of-type,md-radio-group.layout-gt-md-row md-radio-button:last-of-type,md-radio-group.layout-gt-sm-row md-radio-button:last-of-type,md-radio-group.layout-gt-xs-row md-radio-button:last-of-type,md-radio-group.layout-lg-row md-radio-button:last-of-type,md-radio-group.layout-md-row md-radio-button:last-of-type,md-radio-group.layout-row md-radio-button:last-of-type,md-radio-group.layout-sm-row md-radio-button:last-of-type,md-radio-group.layout-xl-row md-radio-button:last-of-type,md-radio-group.layout-xs-row md-radio-button:last-of-type{margin-left:0;margin-right:0}
@media screen and (-ms-high-contrast:active){md-radio-button.md-default-theme ._md-on{background-color:#fff}}
md-select:not([disabled]).ng-invalid.ng-dirty ._md-select-value{border-bottom:2px solid;padding-bottom:0}
._md-select-value>span:not(._md-select-icon){max-width:100%;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-transform:translate3d(0,2px,0);transform:translate3d(0,2px,0);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
._md-select-value>span:not(._md-select-icon) ._md-text{display:inline}
md-optgroup label{display:block;font-size:14px;text-transform:uppercase;padding:16px;font-weight:500}
@media screen and (-ms-high-contrast:active){._md-select-backdrop{background-color:transparent}md-select-menu{border:1px solid #fff}}
md-sidenav ul{list-style:none}
@media (min-width:600px){md-sidenav{max-width:400px}}
@media (max-width:456px){md-sidenav{width:calc(100% - 56px);min-width:calc(100% - 56px);max-width:calc(100% - 56px)}}
@media screen and (-ms-high-contrast:active){.md-sidenav-left,md-sidenav{border-right:1px solid #fff}.md-sidenav-right{border-left:1px solid #fff}}
@-webkit-keyframes sliderFocusThumb{0%{-webkit-transform:scale(.7);transform:scale(.7)}30%{-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(.7);transform:scale(.7)}}
@keyframes sliderFocusThumb{0%{-webkit-transform:scale(.7);transform:scale(.7)}30%{-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(.7);transform:scale(.7)}}
@-webkit-keyframes sliderDiscreteFocusThumb{0%{-webkit-transform:scale(.7);transform:scale(.7)}50%{-webkit-transform:scale(.8);transform:scale(.8)}100%{-webkit-transform:scale(0);transform:scale(0)}}
@keyframes sliderDiscreteFocusThumb{0%{-webkit-transform:scale(.7);transform:scale(.7)}50%{-webkit-transform:scale(.8);transform:scale(.8)}100%{-webkit-transform:scale(0);transform:scale(0)}}
@-webkit-keyframes sliderDiscreteFocusRing{0%{-webkit-transform:scale(.7);transform:scale(.7);opacity:0}50%{-webkit-transform:scale(1);transform:scale(1);opacity:1}100%{-webkit-transform:scale(0);transform:scale(0)}}
@keyframes sliderDiscreteFocusRing{0%{-webkit-transform:scale(.7);transform:scale(.7);opacity:0}50%{-webkit-transform:scale(1);transform:scale(1);opacity:1}100%{-webkit-transform:scale(0);transform:scale(0)}}
md-slider *,md-slider :after{box-sizing:border-box}
md-slider-container md-input-container input[type=number]{text-align:center;padding-left:15px;height:50px;margin-top:-25px}
@media screen and (-ms-high-contrast:active){md-slider.md-default-theme ._md-track{border-bottom:1px solid #fff}}
@-webkit-keyframes subheaderStickyHoverIn{0%{box-shadow:0 0 0 0 transparent}100%{box-shadow:0 2px 4px 0 rgba(0,0,0,.16)}}
@keyframes subheaderStickyHoverIn{0%{box-shadow:0 0 0 0 transparent}100%{box-shadow:0 2px 4px 0 rgba(0,0,0,.16)}}
@-webkit-keyframes subheaderStickyHoverOut{0%{box-shadow:0 2px 4px 0 rgba(0,0,0,.16)}100%{box-shadow:0 0 0 0 transparent}}
@keyframes subheaderStickyHoverOut{0%{box-shadow:0 2px 4px 0 rgba(0,0,0,.16)}100%{box-shadow:0 0 0 0 transparent}}
@media screen and (-ms-high-contrast:active){md-switch.md-default-theme ._md-bar{background-color:#666}md-switch.md-default-theme.md-checked ._md-bar{background-color:#9E9E9E}md-switch.md-default-theme ._md-thumb{background-color:#fff}}
@-webkit-keyframes md-tab-content-hide{0%,50%{opacity:1}100%{opacity:0}}
@keyframes md-tab-content-hide{0%,50%{opacity:1}100%{opacity:0}}
md-tab-content>div.ng-leave{-webkit-animation:1s md-tab-content-hide;animation:1s md-tab-content-hide}
md-toast .md-button{min-width:0;margin-right:0;margin-left:12px}
[dir=rtl] md-toast .md-button{margin-right:12px;margin-left:0}
@media (max-width:959px){md-toast{left:0;right:0;width:100%;max-width:100%;min-width:0;border-radius:0;bottom:0;padding:0}md-toast.ng-leave.ng-leave-active._md-swipeup .md-toast-content{-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}md-toast.ng-leave.ng-leave-active._md-swipedown .md-toast-content{-webkit-transform:translate3d(0,50%,0);transform:translate3d(0,50%,0)}}
@media (min-width:960px){md-toast{min-width:304px}md-toast._md-bottom{bottom:0}md-toast._md-left{left:0}md-toast._md-right{right:0}md-toast._md-top{top:0}md-toast.ng-leave.ng-leave-active._md-swipeleft .md-toast-content{-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0)}md-toast.ng-leave.ng-leave-active._md-swiperight .md-toast-content{-webkit-transform:translate3d(50%,0,0);transform:translate3d(50%,0,0)}}
@media (min-width:1920px){md-toast .md-toast-content{max-width:568px}}
@media screen and (-ms-high-contrast:active){md-toast{border:1px solid #fff}}
md-toolbar *,md-toolbar :after,md-toolbar :before{box-sizing:border-box}
.md-toolbar-tools h1,.md-toolbar-tools h2,.md-toolbar-tools h3{font-size:inherit;font-weight:inherit;margin:inherit}
.md-toolbar-tools a{color:inherit;text-decoration:none}
.md-toolbar-tools .md-button{margin-top:0;margin-bottom:0}
.md-toolbar-tools .md-button,.md-toolbar-tools .md-button.md-icon-button md-icon{transition:all .5s cubic-bezier(.35,0,.25,1);transition-property:background-color,fill,color}
.md-toolbar-tools>.md-button:first-child{margin-left:-8px}
[dir=rtl] .md-toolbar-tools>.md-button:first-child{margin-left:auto;margin-right:-8px}
.md-toolbar-tools>.md-button:last-child{margin-right:-8px}
[dir=rtl] .md-toolbar-tools>.md-button:last-child{margin-right:auto;margin-left:-8px}
.md-toolbar-tools>md-menu:last-child>.md-button{margin-right:0}
[dir=rtl] .md-toolbar-tools>md-menu:last-child>.md-button{margin-right:auto;margin-left:0}
@media screen and (-ms-high-contrast:active){.md-toolbar-tools{border-bottom:1px solid #fff}}
@media (min-width:0) and (max-width:959px) and (orientation:portrait){md-toolbar{min-height:56px}.md-toolbar-tools{height:56px;max-height:56px}}
@media (min-width:0) and (max-width:959px) and (orientation:landscape){md-toolbar{min-height:48px}.md-toolbar-tools{height:48px;max-height:48px}}
@media (min-width:960px){md-tooltip{font-size:10px}}
@media (min-width:960px){md-tooltip ._md-content{height:22px;line-height:22px;padding-left:8px;padding-right:8px}}
@media screen and (-ms-high-contrast:active){md-whiteframe{border:1px solid #fff}}
@-moz-document url-prefix(){.layout-fill{margin:0;width:100%;min-height:100%;height:100%}}
.layout-align-end,.layout-align-end-center,.layout-align-end-end,.layout-align-end-start,.layout-align-end-stretch{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}
.layout-align-center-center,.layout-align-end-center,.layout-align-space-around-center,.layout-align-space-between-center,.layout-align-start-center{-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;max-width:100%}
.layout-align-center-center>*,.layout-align-end-center>*,.layout-align-space-around-center>*,.layout-align-space-between-center>*,.layout-align-start-center>*{max-width:100%;box-sizing:border-box}
.layout-row>.flex-0{-webkit-flex:1 1 0;-ms-flex:1 1 0;flex:1 1 0;max-width:0;max-height:100%;box-sizing:border-box;min-width:0}
.flex-5,.layout-row>.flex-5{-webkit-flex:1 1 5%;-ms-flex:1 1 5%;flex:1 1 5%;max-width:5%;max-height:100%;box-sizing:border-box}
.flex-10,.layout-row>.flex-10{-webkit-flex:1 1 10%;-ms-flex:1 1 10%;flex:1 1 10%;max-width:10%;max-height:100%;box-sizing:border-box}
.flex-15,.layout-row>.flex-15{-webkit-flex:1 1 15%;-ms-flex:1 1 15%;flex:1 1 15%;max-width:15%;max-height:100%;box-sizing:border-box}
.flex-20,.layout-row>.flex-20{-webkit-flex:1 1 20%;-ms-flex:1 1 20%;flex:1 1 20%;max-width:20%;max-height:100%;box-sizing:border-box}
.flex-25,.layout-row>.flex-25{-webkit-flex:1 1 25%;-ms-flex:1 1 25%;flex:1 1 25%;max-width:25%;max-height:100%;box-sizing:border-box}
.flex-30,.layout-row>.flex-30{-webkit-flex:1 1 30%;-ms-flex:1 1 30%;flex:1 1 30%;max-width:30%;max-height:100%;box-sizing:border-box}
.flex-35,.layout-row>.flex-35{-webkit-flex:1 1 35%;-ms-flex:1 1 35%;flex:1 1 35%;max-width:35%;max-height:100%;box-sizing:border-box}
.flex-40,.layout-row>.flex-40{-webkit-flex:1 1 40%;-ms-flex:1 1 40%;flex:1 1 40%;max-width:40%;max-height:100%;box-sizing:border-box}
.flex-45,.layout-row>.flex-45{-webkit-flex:1 1 45%;-ms-flex:1 1 45%;flex:1 1 45%;max-width:45%;max-height:100%;box-sizing:border-box}
.flex-50,.layout-row>.flex-50{-webkit-flex:1 1 50%;-ms-flex:1 1 50%;flex:1 1 50%;max-width:50%;max-height:100%;box-sizing:border-box}
.flex-55,.layout-row>.flex-55{-webkit-flex:1 1 55%;-ms-flex:1 1 55%;flex:1 1 55%;max-width:55%;max-height:100%;box-sizing:border-box}
.flex-60,.layout-row>.flex-60{-webkit-flex:1 1 60%;-ms-flex:1 1 60%;flex:1 1 60%;max-width:60%;max-height:100%;box-sizing:border-box}
.flex-65,.layout-row>.flex-65{-webkit-flex:1 1 65%;-ms-flex:1 1 65%;flex:1 1 65%;max-width:65%;max-height:100%;box-sizing:border-box}
.flex-70,.layout-row>.flex-70{-webkit-flex:1 1 70%;-ms-flex:1 1 70%;flex:1 1 70%;max-width:70%;max-height:100%;box-sizing:border-box}
.flex-75,.layout-row>.flex-75{-webkit-flex:1 1 75%;-ms-flex:1 1 75%;flex:1 1 75%;max-width:75%;max-height:100%;box-sizing:border-box}
.flex-80,.layout-row>.flex-80{-webkit-flex:1 1 80%;-ms-flex:1 1 80%;flex:1 1 80%;max-width:80%;max-height:100%;box-sizing:border-box}
.flex-85,.layout-row>.flex-85{-webkit-flex:1 1 85%;-ms-flex:1 1 85%;flex:1 1 85%;max-width:85%;max-height:100%;box-sizing:border-box}
.flex-90,.layout-row>.flex-90{-webkit-flex:1 1 90%;-ms-flex:1 1 90%;flex:1 1 90%;max-width:90%;max-height:100%;box-sizing:border-box}
.flex-95,.layout-row>.flex-95{-webkit-flex:1 1 95%;-ms-flex:1 1 95%;flex:1 1 95%;max-width:95%;max-height:100%;box-sizing:border-box}
.flex-100,.layout-column>.flex-100,.layout-row>.flex-100{-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;box-sizing:border-box}
.layout-row>.flex-33{-webkit-flex:1 1 33.33%;-ms-flex:1 1 33.33%;flex:1 1 33.33%;max-width:33.33%;max-height:100%;box-sizing:border-box}
.layout-row>.flex-66{-webkit-flex:1 1 66.66%;-ms-flex:1 1 66.66%;flex:1 1 66.66%;max-width:66.66%;max-height:100%;box-sizing:border-box}
.layout-row>.flex{min-width:0}
.layout,.layout-column,.layout-row{box-sizing:border-box;display:-webkit-flex;display:-ms-flexbox;display:flex}
.layout-row{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}
.layout-padding-sm>*,.layout-padding>.flex-sm{padding:4px}
.layout-padding,.layout-padding-gt-sm,.layout-padding-gt-sm>*,.layout-padding-md,.layout-padding-md>*,.layout-padding>*,.layout-padding>.flex,.layout-padding>.flex-gt-sm,.layout-padding>.flex-md{padding:8px}
.layout-padding-gt-lg>*,.layout-padding-gt-md>*,.layout-padding-lg>*,.layout-padding>.flex-gt-lg,.layout-padding>.flex-gt-md,.layout-padding>.flex-lg{padding:16px}
.layout-margin-sm>*,.layout-margin>.flex-sm{margin:4px}
.layout-margin,.layout-margin-gt-sm,.layout-margin-gt-sm>*,.layout-margin-md,.layout-margin-md>*,.layout-margin>*,.layout-margin>.flex,.layout-margin>.flex-gt-sm,.layout-margin>.flex-md{margin:8px}
.layout-margin-gt-lg>*,.layout-margin-gt-md>*,.layout-margin-lg>*,.layout-margin>.flex-gt-lg,.layout-margin>.flex-gt-md,.layout-margin>.flex-lg{margin:16px}
@media (max-width:599px){.hide-xs:not(.show-xs):not(.show),.hide:not(.show-xs):not(.show){display:none}.flex-order-xs--20{-webkit-order:-20;-ms-flex-order:-20;order:-20}.flex-order-xs--19{-webkit-order:-19;-ms-flex-order:-19;order:-19}.flex-order-xs--18{-webkit-order:-18;-ms-flex-order:-18;order:-18}.flex-order-xs--17{-webkit-order:-17;-ms-flex-order:-17;order:-17}.flex-order-xs--16{-webkit-order:-16;-ms-flex-order:-16;order:-16}.flex-order-xs--15{-webkit-order:-15;-ms-flex-order:-15;order:-15}.flex-order-xs--14{-webkit-order:-14;-ms-flex-order:-14;order:-14}.flex-order-xs--13{-webkit-order:-13;-ms-flex-order:-13;order:-13}.flex-order-xs--12{-webkit-order:-12;-ms-flex-order:-12;order:-12}.flex-order-xs--11{-webkit-order:-11;-ms-flex-order:-11;order:-11}.flex-order-xs--10{-webkit-order:-10;-ms-flex-order:-10;order:-10}.flex-order-xs--9{-webkit-order:-9;-ms-flex-order:-9;order:-9}.flex-order-xs--8{-webkit-order:-8;-ms-flex-order:-8;order:-8}.flex-order-xs--7{-webkit-order:-7;-ms-flex-order:-7;order:-7}.flex-order-xs--6{-webkit-order:-6;-ms-flex-order:-6;order:-6}.flex-order-xs--5{-webkit-order:-5;-ms-flex-order:-5;order:-5}.flex-order-xs--4{-webkit-order:-4;-ms-flex-order:-4;order:-4}.flex-order-xs--3{-webkit-order:-3;-ms-flex-order:-3;order:-3}.flex-order-xs--2{-webkit-order:-2;-ms-flex-order:-2;order:-2}.flex-order-xs--1{-webkit-order:-1;-ms-flex-order:-1;order:-1}.flex-order-xs-0{-webkit-order:0;-ms-flex-order:0;order:0}.flex-order-xs-1{-webkit-order:1;-ms-flex-order:1;order:1}.flex-order-xs-2{-webkit-order:2;-ms-flex-order:2;order:2}.flex-order-xs-3{-webkit-order:3;-ms-flex-order:3;order:3}.flex-order-xs-4{-webkit-order:4;-ms-flex-order:4;order:4}.flex-order-xs-5{-webkit-order:5;-ms-flex-order:5;order:5}.flex-order-xs-6{-webkit-order:6;-ms-flex-order:6;order:6}.flex-order-xs-7{-webkit-order:7;-ms-flex-order:7;order:7}.flex-order-xs-8{-webkit-order:8;-ms-flex-order:8;order:8}.flex-order-xs-9{-webkit-order:9;-ms-flex-order:9;order:9}.flex-order-xs-10{-webkit-order:10;-ms-flex-order:10;order:10}.flex-order-xs-11{-webkit-order:11;-ms-flex-order:11;order:11}.flex-order-xs-12{-webkit-order:12;-ms-flex-order:12;order:12}.flex-order-xs-13{-webkit-order:13;-ms-flex-order:13;order:13}.flex-order-xs-14{-webkit-order:14;-ms-flex-order:14;order:14}.flex-order-xs-15{-webkit-order:15;-ms-flex-order:15;order:15}.flex-order-xs-16{-webkit-order:16;-ms-flex-order:16;order:16}.flex-order-xs-17{-webkit-order:17;-ms-flex-order:17;order:17}.flex-order-xs-18{-webkit-order:18;-ms-flex-order:18;order:18}.flex-order-xs-19{-webkit-order:19;-ms-flex-order:19;order:19}.flex-order-xs-20{-webkit-order:20;-ms-flex-order:20;order:20}.flex-offset-xs-0,.offset-xs-0{margin-left:0}[dir=rtl] .flex-offset-xs-0,[dir=rtl] .offset-xs-0{margin-left:auto;margin-right:0}.flex-offset-xs-5,.offset-xs-5{margin-left:5%}[dir=rtl] .flex-offset-xs-5,[dir=rtl] .offset-xs-5{margin-left:auto;margin-right:5%}.flex-offset-xs-10,.offset-xs-10{margin-left:10%}[dir=rtl] .flex-offset-xs-10,[dir=rtl] .offset-xs-10{margin-left:auto;margin-right:10%}.flex-offset-xs-15,.offset-xs-15{margin-left:15%}[dir=rtl] .flex-offset-xs-15,[dir=rtl] .offset-xs-15{margin-left:auto;margin-right:15%}.flex-offset-xs-20,.offset-xs-20{margin-left:20%}[dir=rtl] .flex-offset-xs-20,[dir=rtl] .offset-xs-20{margin-left:auto;margin-right:20%}.flex-offset-xs-25,.offset-xs-25{margin-left:25%}[dir=rtl] .flex-offset-xs-25,[dir=rtl] .offset-xs-25{margin-left:auto;margin-right:25%}.flex-offset-xs-30,.offset-xs-30{margin-left:30%}[dir=rtl] .flex-offset-xs-30,[dir=rtl] .offset-xs-30{margin-left:auto;margin-right:30%}.flex-offset-xs-35,.offset-xs-35{margin-left:35%}[dir=rtl] .flex-offset-xs-35,[dir=rtl] .offset-xs-35{margin-left:auto;margin-right:35%}.flex-offset-xs-40,.offset-xs-40{margin-left:40%}[dir=rtl] .flex-offset-xs-40,[dir=rtl] .offset-xs-40{margin-left:auto;margin-right:40%}.flex-offset-xs-45,.offset-xs-45{margin-left:45%}[dir=rtl] .flex-offset-xs-45,[dir=rtl] .offset-xs-45{margin-left:auto;margin-right:45%}.flex-offset-xs-50,.offset-xs-50{margin-left:50%}[dir=rtl] .flex-offset-xs-50,[dir=rtl] .offset-xs-50{margin-left:auto;margin-right:50%}.flex-offset-xs-55,.offset-xs-55{margin-left:55%}[dir=rtl] .flex-offset-xs-55,[dir=rtl] .offset-xs-55{margin-left:auto;margin-right:55%}.flex-offset-xs-60,.offset-xs-60{margin-left:60%}[dir=rtl] .flex-offset-xs-60,[dir=rtl] .offset-xs-60{margin-left:auto;margin-right:60%}.flex-offset-xs-65,.offset-xs-65{margin-left:65%}[dir=rtl] .flex-offset-xs-65,[dir=rtl] .offset-xs-65{margin-left:auto;margin-right:65%}.flex-offset-xs-70,.offset-xs-70{margin-left:70%}[dir=rtl] .flex-offset-xs-70,[dir=rtl] .offset-xs-70{margin-left:auto;margin-right:70%}.flex-offset-xs-75,.offset-xs-75{margin-left:75%}[dir=rtl] .flex-offset-xs-75,[dir=rtl] .offset-xs-75{margin-left:auto;margin-right:75%}.flex-offset-xs-80,.offset-xs-80{margin-left:80%}[dir=rtl] .flex-offset-xs-80,[dir=rtl] .offset-xs-80{margin-left:auto;margin-right:80%}.flex-offset-xs-85,.offset-xs-85{margin-left:85%}[dir=rtl] .flex-offset-xs-85,[dir=rtl] .offset-xs-85{margin-left:auto;margin-right:85%}.flex-offset-xs-90,.offset-xs-90{margin-left:90%}[dir=rtl] .flex-offset-xs-90,[dir=rtl] .offset-xs-90{margin-left:auto;margin-right:90%}.flex-offset-xs-95,.offset-xs-95{margin-left:95%}[dir=rtl] .flex-offset-xs-95,[dir=rtl] .offset-xs-95{margin-left:auto;margin-right:95%}.flex-offset-xs-33,.offset-xs-33{margin-left:calc(100% / 3)}.flex-offset-xs-66,.offset-xs-66{margin-left:calc(200% / 3)}[dir=rtl] .flex-offset-xs-66,[dir=rtl] .offset-xs-66{margin-left:auto;margin-right:calc(200% / 3)}.layout-align-xs{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-content:stretch;-ms-flex-line-pack:stretch;align-content:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.layout-align-xs-start,.layout-align-xs-start-center,.layout-align-xs-start-end,.layout-align-xs-start-start,.layout-align-xs-start-stretch{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.layout-align-xs-center,.layout-align-xs-center-center,.layout-align-xs-center-end,.layout-align-xs-center-start,.layout-align-xs-center-stretch{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.layout-align-xs-end,.layout-align-xs-end-center,.layout-align-xs-end-end,.layout-align-xs-end-start,.layout-align-xs-end-stretch{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.layout-align-xs-space-around,.layout-align-xs-space-around-center,.layout-align-xs-space-around-end,.layout-align-xs-space-around-start,.layout-align-xs-space-around-stretch{-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}.layout-align-xs-space-between,.layout-align-xs-space-between-center,.layout-align-xs-space-between-end,.layout-align-xs-space-between-start,.layout-align-xs-space-between-stretch{-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.layout-align-xs-center-start,.layout-align-xs-end-start,.layout-align-xs-space-around-start,.layout-align-xs-space-between-start,.layout-align-xs-start-start{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-align-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start}.layout-align-xs-center-center,.layout-align-xs-end-center,.layout-align-xs-space-around-center,.layout-align-xs-space-between-center,.layout-align-xs-start-center{-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;max-width:100%}.layout-align-xs-center-center>*,.layout-align-xs-end-center>*,.layout-align-xs-space-around-center>*,.layout-align-xs-space-between-center>*,.layout-align-xs-start-center>*{max-width:100%;box-sizing:border-box}.layout-align-xs-center-end,.layout-align-xs-end-end,.layout-align-xs-space-around-end,.layout-align-xs-space-between-end,.layout-align-xs-start-end{-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;-webkit-align-content:flex-end;-ms-flex-line-pack:end;align-content:flex-end}.layout-align-xs-center-stretch,.layout-align-xs-end-stretch,.layout-align-xs-space-around-stretch,.layout-align-xs-space-between-stretch,.layout-align-xs-start-stretch{-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-align-content:stretch;-ms-flex-line-pack:stretch;align-content:stretch}.flex-xs{-webkit-flex:1;-ms-flex:1;flex:1;box-sizing:border-box}.flex-xs-grow{-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.flex-xs-initial{-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;box-sizing:border-box}.flex-xs-auto{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;box-sizing:border-box}.flex-xs-none{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;box-sizing:border-box}.flex-xs-noshrink{-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;box-sizing:border-box}.flex-xs-nogrow{-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;box-sizing:border-box}.flex-xs-0{-webkit-flex:1 1 0;-ms-flex:1 1 0;flex:1 1 0;max-width:0;max-height:100%;box-sizing:border-box}.layout-row>.flex-xs-0,.layout-xs-row>.flex-xs-0{-webkit-flex:1 1 0;-ms-flex:1 1 0;flex:1 1 0;max-width:0;max-height:100%;box-sizing:border-box;min-width:0}.layout-column>.flex-xs-0,.layout-xs-column>.flex-xs-0{-webkit-flex:1 1 0;-ms-flex:1 1 0;flex:1 1 0;max-width:100%;max-height:0;box-sizing:border-box;min-height:0}.flex-xs-5,.layout-row>.flex-xs-5,.layout-xs-row>.flex-xs-5{-webkit-flex:1 1 5%;-ms-flex:1 1 5%;flex:1 1 5%;max-width:5%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xs-5,.layout-xs-column>.flex-xs-5{-webkit-flex:1 1 5%;-ms-flex:1 1 5%;flex:1 1 5%;max-width:100%;max-height:5%;box-sizing:border-box}.flex-xs-10,.layout-row>.flex-xs-10,.layout-xs-row>.flex-xs-10{-webkit-flex:1 1 10%;-ms-flex:1 1 10%;flex:1 1 10%;max-width:10%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xs-10,.layout-xs-column>.flex-xs-10{-webkit-flex:1 1 10%;-ms-flex:1 1 10%;flex:1 1 10%;max-width:100%;max-height:10%;box-sizing:border-box}.flex-xs-15,.layout-row>.flex-xs-15,.layout-xs-row>.flex-xs-15{-webkit-flex:1 1 15%;-ms-flex:1 1 15%;flex:1 1 15%;max-width:15%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xs-15,.layout-xs-column>.flex-xs-15{-webkit-flex:1 1 15%;-ms-flex:1 1 15%;flex:1 1 15%;max-width:100%;max-height:15%;box-sizing:border-box}.flex-xs-20,.layout-row>.flex-xs-20,.layout-xs-row>.flex-xs-20{-webkit-flex:1 1 20%;-ms-flex:1 1 20%;flex:1 1 20%;max-width:20%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xs-20,.layout-xs-column>.flex-xs-20{-webkit-flex:1 1 20%;-ms-flex:1 1 20%;flex:1 1 20%;max-width:100%;max-height:20%;box-sizing:border-box}.flex-xs-25,.layout-row>.flex-xs-25,.layout-xs-row>.flex-xs-25{-webkit-flex:1 1 25%;-ms-flex:1 1 25%;flex:1 1 25%;max-width:25%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xs-25,.layout-xs-column>.flex-xs-25{-webkit-flex:1 1 25%;-ms-flex:1 1 25%;flex:1 1 25%;max-width:100%;max-height:25%;box-sizing:border-box}.flex-xs-30,.layout-row>.flex-xs-30,.layout-xs-row>.flex-xs-30{-webkit-flex:1 1 30%;-ms-flex:1 1 30%;flex:1 1 30%;max-width:30%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xs-30,.layout-xs-column>.flex-xs-30{-webkit-flex:1 1 30%;-ms-flex:1 1 30%;flex:1 1 30%;max-width:100%;max-height:30%;box-sizing:border-box}.flex-xs-35,.layout-row>.flex-xs-35,.layout-xs-row>.flex-xs-35{-webkit-flex:1 1 35%;-ms-flex:1 1 35%;flex:1 1 35%;max-width:35%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xs-35,.layout-xs-column>.flex-xs-35{-webkit-flex:1 1 35%;-ms-flex:1 1 35%;flex:1 1 35%;max-width:100%;max-height:35%;box-sizing:border-box}.flex-xs-40,.layout-row>.flex-xs-40,.layout-xs-row>.flex-xs-40{-webkit-flex:1 1 40%;-ms-flex:1 1 40%;flex:1 1 40%;max-width:40%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xs-40,.layout-xs-column>.flex-xs-40{-webkit-flex:1 1 40%;-ms-flex:1 1 40%;flex:1 1 40%;max-width:100%;max-height:40%;box-sizing:border-box}.flex-xs-45,.layout-row>.flex-xs-45,.layout-xs-row>.flex-xs-45{-webkit-flex:1 1 45%;-ms-flex:1 1 45%;flex:1 1 45%;max-width:45%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xs-45,.layout-xs-column>.flex-xs-45{-webkit-flex:1 1 45%;-ms-flex:1 1 45%;flex:1 1 45%;max-width:100%;max-height:45%;box-sizing:border-box}.flex-xs-50,.layout-row>.flex-xs-50,.layout-xs-row>.flex-xs-50{-webkit-flex:1 1 50%;-ms-flex:1 1 50%;flex:1 1 50%;max-width:50%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xs-50,.layout-xs-column>.flex-xs-50{-webkit-flex:1 1 50%;-ms-flex:1 1 50%;flex:1 1 50%;max-width:100%;max-height:50%;box-sizing:border-box}.flex-xs-55,.layout-row>.flex-xs-55,.layout-xs-row>.flex-xs-55{-webkit-flex:1 1 55%;-ms-flex:1 1 55%;flex:1 1 55%;max-width:55%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xs-55,.layout-xs-column>.flex-xs-55{-webkit-flex:1 1 55%;-ms-flex:1 1 55%;flex:1 1 55%;max-width:100%;max-height:55%;box-sizing:border-box}.flex-xs-60,.layout-row>.flex-xs-60,.layout-xs-row>.flex-xs-60{-webkit-flex:1 1 60%;-ms-flex:1 1 60%;flex:1 1 60%;max-width:60%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xs-60,.layout-xs-column>.flex-xs-60{-webkit-flex:1 1 60%;-ms-flex:1 1 60%;flex:1 1 60%;max-width:100%;max-height:60%;box-sizing:border-box}.flex-xs-65,.layout-row>.flex-xs-65,.layout-xs-row>.flex-xs-65{-webkit-flex:1 1 65%;-ms-flex:1 1 65%;flex:1 1 65%;max-width:65%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xs-65,.layout-xs-column>.flex-xs-65{-webkit-flex:1 1 65%;-ms-flex:1 1 65%;flex:1 1 65%;max-width:100%;max-height:65%;box-sizing:border-box}.flex-xs-70,.layout-row>.flex-xs-70,.layout-xs-row>.flex-xs-70{-webkit-flex:1 1 70%;-ms-flex:1 1 70%;flex:1 1 70%;max-width:70%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xs-70,.layout-xs-column>.flex-xs-70{-webkit-flex:1 1 70%;-ms-flex:1 1 70%;flex:1 1 70%;max-width:100%;max-height:70%;box-sizing:border-box}.flex-xs-75,.layout-row>.flex-xs-75,.layout-xs-row>.flex-xs-75{-webkit-flex:1 1 75%;-ms-flex:1 1 75%;flex:1 1 75%;max-width:75%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xs-75,.layout-xs-column>.flex-xs-75{-webkit-flex:1 1 75%;-ms-flex:1 1 75%;flex:1 1 75%;max-width:100%;max-height:75%;box-sizing:border-box}.flex-xs-80,.layout-row>.flex-xs-80,.layout-xs-row>.flex-xs-80{-webkit-flex:1 1 80%;-ms-flex:1 1 80%;flex:1 1 80%;max-width:80%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xs-80,.layout-xs-column>.flex-xs-80{-webkit-flex:1 1 80%;-ms-flex:1 1 80%;flex:1 1 80%;max-width:100%;max-height:80%;box-sizing:border-box}.flex-xs-85,.layout-row>.flex-xs-85,.layout-xs-row>.flex-xs-85{-webkit-flex:1 1 85%;-ms-flex:1 1 85%;flex:1 1 85%;max-width:85%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xs-85,.layout-xs-column>.flex-xs-85{-webkit-flex:1 1 85%;-ms-flex:1 1 85%;flex:1 1 85%;max-width:100%;max-height:85%;box-sizing:border-box}.flex-xs-90,.layout-row>.flex-xs-90,.layout-xs-row>.flex-xs-90{-webkit-flex:1 1 90%;-ms-flex:1 1 90%;flex:1 1 90%;max-width:90%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xs-90,.layout-xs-column>.flex-xs-90{-webkit-flex:1 1 90%;-ms-flex:1 1 90%;flex:1 1 90%;max-width:100%;max-height:90%;box-sizing:border-box}.flex-xs-95,.layout-row>.flex-xs-95,.layout-xs-row>.flex-xs-95{-webkit-flex:1 1 95%;-ms-flex:1 1 95%;flex:1 1 95%;max-width:95%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xs-95,.layout-xs-column>.flex-xs-95{-webkit-flex:1 1 95%;-ms-flex:1 1 95%;flex:1 1 95%;max-width:100%;max-height:95%;box-sizing:border-box}.flex-xs-100,.layout-column>.flex-xs-100,.layout-row>.flex-xs-100,.layout-xs-column>.flex-xs-100,.layout-xs-row>.flex-xs-100{-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;box-sizing:border-box}.layout-row>.flex-xs-33,.layout-xs-row>.flex-xs-33{-webkit-flex:1 1 33.33%;-ms-flex:1 1 33.33%;flex:1 1 33.33%;max-width:33.33%;max-height:100%;box-sizing:border-box}.layout-row>.flex-xs-66,.layout-xs-row>.flex-xs-66{-webkit-flex:1 1 66.66%;-ms-flex:1 1 66.66%;flex:1 1 66.66%;max-width:66.66%;max-height:100%;box-sizing:border-box}.layout-row>.flex,.layout-xs-row>.flex{min-width:0}.layout-column>.flex-xs-33,.layout-xs-column>.flex-xs-33{-webkit-flex:1 1 33.33%;-ms-flex:1 1 33.33%;flex:1 1 33.33%;max-width:100%;max-height:33.33%;box-sizing:border-box}.layout-column>.flex-xs-66,.layout-xs-column>.flex-xs-66{-webkit-flex:1 1 66.66%;-ms-flex:1 1 66.66%;flex:1 1 66.66%;max-width:100%;max-height:66.66%;box-sizing:border-box}.layout-column>.flex,.layout-xs-column>.flex{min-height:0}.layout-xs,.layout-xs-column,.layout-xs-row{box-sizing:border-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.layout-xs-column{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.layout-xs-row{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}}
@media (min-width:600px){.flex-order-gt-xs--20{-webkit-order:-20;-ms-flex-order:-20;order:-20}.flex-order-gt-xs--19{-webkit-order:-19;-ms-flex-order:-19;order:-19}.flex-order-gt-xs--18{-webkit-order:-18;-ms-flex-order:-18;order:-18}.flex-order-gt-xs--17{-webkit-order:-17;-ms-flex-order:-17;order:-17}.flex-order-gt-xs--16{-webkit-order:-16;-ms-flex-order:-16;order:-16}.flex-order-gt-xs--15{-webkit-order:-15;-ms-flex-order:-15;order:-15}.flex-order-gt-xs--14{-webkit-order:-14;-ms-flex-order:-14;order:-14}.flex-order-gt-xs--13{-webkit-order:-13;-ms-flex-order:-13;order:-13}.flex-order-gt-xs--12{-webkit-order:-12;-ms-flex-order:-12;order:-12}.flex-order-gt-xs--11{-webkit-order:-11;-ms-flex-order:-11;order:-11}.flex-order-gt-xs--10{-webkit-order:-10;-ms-flex-order:-10;order:-10}.flex-order-gt-xs--9{-webkit-order:-9;-ms-flex-order:-9;order:-9}.flex-order-gt-xs--8{-webkit-order:-8;-ms-flex-order:-8;order:-8}.flex-order-gt-xs--7{-webkit-order:-7;-ms-flex-order:-7;order:-7}.flex-order-gt-xs--6{-webkit-order:-6;-ms-flex-order:-6;order:-6}.flex-order-gt-xs--5{-webkit-order:-5;-ms-flex-order:-5;order:-5}.flex-order-gt-xs--4{-webkit-order:-4;-ms-flex-order:-4;order:-4}.flex-order-gt-xs--3{-webkit-order:-3;-ms-flex-order:-3;order:-3}.flex-order-gt-xs--2{-webkit-order:-2;-ms-flex-order:-2;order:-2}.flex-order-gt-xs--1{-webkit-order:-1;-ms-flex-order:-1;order:-1}.flex-order-gt-xs-0{-webkit-order:0;-ms-flex-order:0;order:0}.flex-order-gt-xs-1{-webkit-order:1;-ms-flex-order:1;order:1}.flex-order-gt-xs-2{-webkit-order:2;-ms-flex-order:2;order:2}.flex-order-gt-xs-3{-webkit-order:3;-ms-flex-order:3;order:3}.flex-order-gt-xs-4{-webkit-order:4;-ms-flex-order:4;order:4}.flex-order-gt-xs-5{-webkit-order:5;-ms-flex-order:5;order:5}.flex-order-gt-xs-6{-webkit-order:6;-ms-flex-order:6;order:6}.flex-order-gt-xs-7{-webkit-order:7;-ms-flex-order:7;order:7}.flex-order-gt-xs-8{-webkit-order:8;-ms-flex-order:8;order:8}.flex-order-gt-xs-9{-webkit-order:9;-ms-flex-order:9;order:9}.flex-order-gt-xs-10{-webkit-order:10;-ms-flex-order:10;order:10}.flex-order-gt-xs-11{-webkit-order:11;-ms-flex-order:11;order:11}.flex-order-gt-xs-12{-webkit-order:12;-ms-flex-order:12;order:12}.flex-order-gt-xs-13{-webkit-order:13;-ms-flex-order:13;order:13}.flex-order-gt-xs-14{-webkit-order:14;-ms-flex-order:14;order:14}.flex-order-gt-xs-15{-webkit-order:15;-ms-flex-order:15;order:15}.flex-order-gt-xs-16{-webkit-order:16;-ms-flex-order:16;order:16}.flex-order-gt-xs-17{-webkit-order:17;-ms-flex-order:17;order:17}.flex-order-gt-xs-18{-webkit-order:18;-ms-flex-order:18;order:18}.flex-order-gt-xs-19{-webkit-order:19;-ms-flex-order:19;order:19}.flex-order-gt-xs-20{-webkit-order:20;-ms-flex-order:20;order:20}.flex-offset-gt-xs-0,.offset-gt-xs-0{margin-left:0}[dir=rtl] .flex-offset-gt-xs-0,[dir=rtl] .offset-gt-xs-0{margin-left:auto;margin-right:0}.flex-offset-gt-xs-5,.offset-gt-xs-5{margin-left:5%}[dir=rtl] .flex-offset-gt-xs-5,[dir=rtl] .offset-gt-xs-5{margin-left:auto;margin-right:5%}.flex-offset-gt-xs-10,.offset-gt-xs-10{margin-left:10%}[dir=rtl] .flex-offset-gt-xs-10,[dir=rtl] .offset-gt-xs-10{margin-left:auto;margin-right:10%}.flex-offset-gt-xs-15,.offset-gt-xs-15{margin-left:15%}[dir=rtl] .flex-offset-gt-xs-15,[dir=rtl] .offset-gt-xs-15{margin-left:auto;margin-right:15%}.flex-offset-gt-xs-20,.offset-gt-xs-20{margin-left:20%}[dir=rtl] .flex-offset-gt-xs-20,[dir=rtl] .offset-gt-xs-20{margin-left:auto;margin-right:20%}.flex-offset-gt-xs-25,.offset-gt-xs-25{margin-left:25%}[dir=rtl] .flex-offset-gt-xs-25,[dir=rtl] .offset-gt-xs-25{margin-left:auto;margin-right:25%}.flex-offset-gt-xs-30,.offset-gt-xs-30{margin-left:30%}[dir=rtl] .flex-offset-gt-xs-30,[dir=rtl] .offset-gt-xs-30{margin-left:auto;margin-right:30%}.flex-offset-gt-xs-35,.offset-gt-xs-35{margin-left:35%}[dir=rtl] .flex-offset-gt-xs-35,[dir=rtl] .offset-gt-xs-35{margin-left:auto;margin-right:35%}.flex-offset-gt-xs-40,.offset-gt-xs-40{margin-left:40%}[dir=rtl] .flex-offset-gt-xs-40,[dir=rtl] .offset-gt-xs-40{margin-left:auto;margin-right:40%}.flex-offset-gt-xs-45,.offset-gt-xs-45{margin-left:45%}[dir=rtl] .flex-offset-gt-xs-45,[dir=rtl] .offset-gt-xs-45{margin-left:auto;margin-right:45%}.flex-offset-gt-xs-50,.offset-gt-xs-50{margin-left:50%}[dir=rtl] .flex-offset-gt-xs-50,[dir=rtl] .offset-gt-xs-50{margin-left:auto;margin-right:50%}.flex-offset-gt-xs-55,.offset-gt-xs-55{margin-left:55%}[dir=rtl] .flex-offset-gt-xs-55,[dir=rtl] .offset-gt-xs-55{margin-left:auto;margin-right:55%}.flex-offset-gt-xs-60,.offset-gt-xs-60{margin-left:60%}[dir=rtl] .flex-offset-gt-xs-60,[dir=rtl] .offset-gt-xs-60{margin-left:auto;margin-right:60%}.flex-offset-gt-xs-65,.offset-gt-xs-65{margin-left:65%}[dir=rtl] .flex-offset-gt-xs-65,[dir=rtl] .offset-gt-xs-65{margin-left:auto;margin-right:65%}.flex-offset-gt-xs-70,.offset-gt-xs-70{margin-left:70%}[dir=rtl] .flex-offset-gt-xs-70,[dir=rtl] .offset-gt-xs-70{margin-left:auto;margin-right:70%}.flex-offset-gt-xs-75,.offset-gt-xs-75{margin-left:75%}[dir=rtl] .flex-offset-gt-xs-75,[dir=rtl] .offset-gt-xs-75{margin-left:auto;margin-right:75%}.flex-offset-gt-xs-80,.offset-gt-xs-80{margin-left:80%}[dir=rtl] .flex-offset-gt-xs-80,[dir=rtl] .offset-gt-xs-80{margin-left:auto;margin-right:80%}.flex-offset-gt-xs-85,.offset-gt-xs-85{margin-left:85%}[dir=rtl] .flex-offset-gt-xs-85,[dir=rtl] .offset-gt-xs-85{margin-left:auto;margin-right:85%}.flex-offset-gt-xs-90,.offset-gt-xs-90{margin-left:90%}[dir=rtl] .flex-offset-gt-xs-90,[dir=rtl] .offset-gt-xs-90{margin-left:auto;margin-right:90%}.flex-offset-gt-xs-95,.offset-gt-xs-95{margin-left:95%}[dir=rtl] .flex-offset-gt-xs-95,[dir=rtl] .offset-gt-xs-95{margin-left:auto;margin-right:95%}.flex-offset-gt-xs-33,.offset-gt-xs-33{margin-left:calc(100% / 3)}.flex-offset-gt-xs-66,.offset-gt-xs-66{margin-left:calc(200% / 3)}[dir=rtl] .flex-offset-gt-xs-66,[dir=rtl] .offset-gt-xs-66{margin-left:auto;margin-right:calc(200% / 3)}.layout-align-gt-xs{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-content:stretch;-ms-flex-line-pack:stretch;align-content:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.layout-align-gt-xs-start,.layout-align-gt-xs-start-center,.layout-align-gt-xs-start-end,.layout-align-gt-xs-start-start,.layout-align-gt-xs-start-stretch{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.layout-align-gt-xs-center,.layout-align-gt-xs-center-center,.layout-align-gt-xs-center-end,.layout-align-gt-xs-center-start,.layout-align-gt-xs-center-stretch{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.layout-align-gt-xs-end,.layout-align-gt-xs-end-center,.layout-align-gt-xs-end-end,.layout-align-gt-xs-end-start,.layout-align-gt-xs-end-stretch{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.layout-align-gt-xs-space-around,.layout-align-gt-xs-space-around-center,.layout-align-gt-xs-space-around-end,.layout-align-gt-xs-space-around-start,.layout-align-gt-xs-space-around-stretch{-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}.layout-align-gt-xs-space-between,.layout-align-gt-xs-space-between-center,.layout-align-gt-xs-space-between-end,.layout-align-gt-xs-space-between-start,.layout-align-gt-xs-space-between-stretch{-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.layout-align-gt-xs-center-start,.layout-align-gt-xs-end-start,.layout-align-gt-xs-space-around-start,.layout-align-gt-xs-space-between-start,.layout-align-gt-xs-start-start{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-align-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start}.layout-align-gt-xs-center-center,.layout-align-gt-xs-end-center,.layout-align-gt-xs-space-around-center,.layout-align-gt-xs-space-between-center,.layout-align-gt-xs-start-center{-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;max-width:100%}.layout-align-gt-xs-center-center>*,.layout-align-gt-xs-end-center>*,.layout-align-gt-xs-space-around-center>*,.layout-align-gt-xs-space-between-center>*,.layout-align-gt-xs-start-center>*{max-width:100%;box-sizing:border-box}.layout-align-gt-xs-center-end,.layout-align-gt-xs-end-end,.layout-align-gt-xs-space-around-end,.layout-align-gt-xs-space-between-end,.layout-align-gt-xs-start-end{-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;-webkit-align-content:flex-end;-ms-flex-line-pack:end;align-content:flex-end}.layout-align-gt-xs-center-stretch,.layout-align-gt-xs-end-stretch,.layout-align-gt-xs-space-around-stretch,.layout-align-gt-xs-space-between-stretch,.layout-align-gt-xs-start-stretch{-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-align-content:stretch;-ms-flex-line-pack:stretch;align-content:stretch}.flex-gt-xs{-webkit-flex:1;-ms-flex:1;flex:1;box-sizing:border-box}.flex-gt-xs-grow{-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.flex-gt-xs-initial{-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;box-sizing:border-box}.flex-gt-xs-auto{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;box-sizing:border-box}.flex-gt-xs-none{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;box-sizing:border-box}.flex-gt-xs-noshrink{-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;box-sizing:border-box}.flex-gt-xs-nogrow{-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;box-sizing:border-box}.flex-gt-xs-0{-webkit-flex:1 1 0;-ms-flex:1 1 0;flex:1 1 0;max-width:0;max-height:100%;box-sizing:border-box}.layout-gt-xs-row>.flex-gt-xs-0,.layout-row>.flex-gt-xs-0{-webkit-flex:1 1 0;-ms-flex:1 1 0;flex:1 1 0;max-width:0;max-height:100%;box-sizing:border-box;min-width:0}.layout-column>.flex-gt-xs-0,.layout-gt-xs-column>.flex-gt-xs-0{-webkit-flex:1 1 0;-ms-flex:1 1 0;flex:1 1 0;max-width:100%;max-height:0;box-sizing:border-box;min-height:0}.flex-gt-xs-5,.layout-gt-xs-row>.flex-gt-xs-5,.layout-row>.flex-gt-xs-5{-webkit-flex:1 1 5%;-ms-flex:1 1 5%;flex:1 1 5%;max-width:5%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-xs-5,.layout-gt-xs-column>.flex-gt-xs-5{-webkit-flex:1 1 5%;-ms-flex:1 1 5%;flex:1 1 5%;max-width:100%;max-height:5%;box-sizing:border-box}.flex-gt-xs-10,.layout-gt-xs-row>.flex-gt-xs-10,.layout-row>.flex-gt-xs-10{-webkit-flex:1 1 10%;-ms-flex:1 1 10%;flex:1 1 10%;max-width:10%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-xs-10,.layout-gt-xs-column>.flex-gt-xs-10{-webkit-flex:1 1 10%;-ms-flex:1 1 10%;flex:1 1 10%;max-width:100%;max-height:10%;box-sizing:border-box}.flex-gt-xs-15,.layout-gt-xs-row>.flex-gt-xs-15,.layout-row>.flex-gt-xs-15{-webkit-flex:1 1 15%;-ms-flex:1 1 15%;flex:1 1 15%;max-width:15%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-xs-15,.layout-gt-xs-column>.flex-gt-xs-15{-webkit-flex:1 1 15%;-ms-flex:1 1 15%;flex:1 1 15%;max-width:100%;max-height:15%;box-sizing:border-box}.flex-gt-xs-20,.layout-gt-xs-row>.flex-gt-xs-20,.layout-row>.flex-gt-xs-20{-webkit-flex:1 1 20%;-ms-flex:1 1 20%;flex:1 1 20%;max-width:20%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-xs-20,.layout-gt-xs-column>.flex-gt-xs-20{-webkit-flex:1 1 20%;-ms-flex:1 1 20%;flex:1 1 20%;max-width:100%;max-height:20%;box-sizing:border-box}.flex-gt-xs-25,.layout-gt-xs-row>.flex-gt-xs-25,.layout-row>.flex-gt-xs-25{-webkit-flex:1 1 25%;-ms-flex:1 1 25%;flex:1 1 25%;max-width:25%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-xs-25,.layout-gt-xs-column>.flex-gt-xs-25{-webkit-flex:1 1 25%;-ms-flex:1 1 25%;flex:1 1 25%;max-width:100%;max-height:25%;box-sizing:border-box}.flex-gt-xs-30,.layout-gt-xs-row>.flex-gt-xs-30,.layout-row>.flex-gt-xs-30{-webkit-flex:1 1 30%;-ms-flex:1 1 30%;flex:1 1 30%;max-width:30%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-xs-30,.layout-gt-xs-column>.flex-gt-xs-30{-webkit-flex:1 1 30%;-ms-flex:1 1 30%;flex:1 1 30%;max-width:100%;max-height:30%;box-sizing:border-box}.flex-gt-xs-35,.layout-gt-xs-row>.flex-gt-xs-35,.layout-row>.flex-gt-xs-35{-webkit-flex:1 1 35%;-ms-flex:1 1 35%;flex:1 1 35%;max-width:35%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-xs-35,.layout-gt-xs-column>.flex-gt-xs-35{-webkit-flex:1 1 35%;-ms-flex:1 1 35%;flex:1 1 35%;max-width:100%;max-height:35%;box-sizing:border-box}.flex-gt-xs-40,.layout-gt-xs-row>.flex-gt-xs-40,.layout-row>.flex-gt-xs-40{-webkit-flex:1 1 40%;-ms-flex:1 1 40%;flex:1 1 40%;max-width:40%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-xs-40,.layout-gt-xs-column>.flex-gt-xs-40{-webkit-flex:1 1 40%;-ms-flex:1 1 40%;flex:1 1 40%;max-width:100%;max-height:40%;box-sizing:border-box}.flex-gt-xs-45,.layout-gt-xs-row>.flex-gt-xs-45,.layout-row>.flex-gt-xs-45{-webkit-flex:1 1 45%;-ms-flex:1 1 45%;flex:1 1 45%;max-width:45%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-xs-45,.layout-gt-xs-column>.flex-gt-xs-45{-webkit-flex:1 1 45%;-ms-flex:1 1 45%;flex:1 1 45%;max-width:100%;max-height:45%;box-sizing:border-box}.flex-gt-xs-50,.layout-gt-xs-row>.flex-gt-xs-50,.layout-row>.flex-gt-xs-50{-webkit-flex:1 1 50%;-ms-flex:1 1 50%;flex:1 1 50%;max-width:50%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-xs-50,.layout-gt-xs-column>.flex-gt-xs-50{-webkit-flex:1 1 50%;-ms-flex:1 1 50%;flex:1 1 50%;max-width:100%;max-height:50%;box-sizing:border-box}.flex-gt-xs-55,.layout-gt-xs-row>.flex-gt-xs-55,.layout-row>.flex-gt-xs-55{-webkit-flex:1 1 55%;-ms-flex:1 1 55%;flex:1 1 55%;max-width:55%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-xs-55,.layout-gt-xs-column>.flex-gt-xs-55{-webkit-flex:1 1 55%;-ms-flex:1 1 55%;flex:1 1 55%;max-width:100%;max-height:55%;box-sizing:border-box}.flex-gt-xs-60,.layout-gt-xs-row>.flex-gt-xs-60,.layout-row>.flex-gt-xs-60{-webkit-flex:1 1 60%;-ms-flex:1 1 60%;flex:1 1 60%;max-width:60%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-xs-60,.layout-gt-xs-column>.flex-gt-xs-60{-webkit-flex:1 1 60%;-ms-flex:1 1 60%;flex:1 1 60%;max-width:100%;max-height:60%;box-sizing:border-box}.flex-gt-xs-65,.layout-gt-xs-row>.flex-gt-xs-65,.layout-row>.flex-gt-xs-65{-webkit-flex:1 1 65%;-ms-flex:1 1 65%;flex:1 1 65%;max-width:65%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-xs-65,.layout-gt-xs-column>.flex-gt-xs-65{-webkit-flex:1 1 65%;-ms-flex:1 1 65%;flex:1 1 65%;max-width:100%;max-height:65%;box-sizing:border-box}.flex-gt-xs-70,.layout-gt-xs-row>.flex-gt-xs-70,.layout-row>.flex-gt-xs-70{-webkit-flex:1 1 70%;-ms-flex:1 1 70%;flex:1 1 70%;max-width:70%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-xs-70,.layout-gt-xs-column>.flex-gt-xs-70{-webkit-flex:1 1 70%;-ms-flex:1 1 70%;flex:1 1 70%;max-width:100%;max-height:70%;box-sizing:border-box}.flex-gt-xs-75,.layout-gt-xs-row>.flex-gt-xs-75,.layout-row>.flex-gt-xs-75{-webkit-flex:1 1 75%;-ms-flex:1 1 75%;flex:1 1 75%;max-width:75%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-xs-75,.layout-gt-xs-column>.flex-gt-xs-75{-webkit-flex:1 1 75%;-ms-flex:1 1 75%;flex:1 1 75%;max-width:100%;max-height:75%;box-sizing:border-box}.flex-gt-xs-80,.layout-gt-xs-row>.flex-gt-xs-80,.layout-row>.flex-gt-xs-80{-webkit-flex:1 1 80%;-ms-flex:1 1 80%;flex:1 1 80%;max-width:80%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-xs-80,.layout-gt-xs-column>.flex-gt-xs-80{-webkit-flex:1 1 80%;-ms-flex:1 1 80%;flex:1 1 80%;max-width:100%;max-height:80%;box-sizing:border-box}.flex-gt-xs-85,.layout-gt-xs-row>.flex-gt-xs-85,.layout-row>.flex-gt-xs-85{-webkit-flex:1 1 85%;-ms-flex:1 1 85%;flex:1 1 85%;max-width:85%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-xs-85,.layout-gt-xs-column>.flex-gt-xs-85{-webkit-flex:1 1 85%;-ms-flex:1 1 85%;flex:1 1 85%;max-width:100%;max-height:85%;box-sizing:border-box}.flex-gt-xs-90,.layout-gt-xs-row>.flex-gt-xs-90,.layout-row>.flex-gt-xs-90{-webkit-flex:1 1 90%;-ms-flex:1 1 90%;flex:1 1 90%;max-width:90%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-xs-90,.layout-gt-xs-column>.flex-gt-xs-90{-webkit-flex:1 1 90%;-ms-flex:1 1 90%;flex:1 1 90%;max-width:100%;max-height:90%;box-sizing:border-box}.flex-gt-xs-95,.layout-gt-xs-row>.flex-gt-xs-95,.layout-row>.flex-gt-xs-95{-webkit-flex:1 1 95%;-ms-flex:1 1 95%;flex:1 1 95%;max-width:95%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-xs-95,.layout-gt-xs-column>.flex-gt-xs-95{-webkit-flex:1 1 95%;-ms-flex:1 1 95%;flex:1 1 95%;max-width:100%;max-height:95%;box-sizing:border-box}.flex-gt-xs-100,.layout-column>.flex-gt-xs-100,.layout-gt-xs-column>.flex-gt-xs-100,.layout-gt-xs-row>.flex-gt-xs-100,.layout-row>.flex-gt-xs-100{-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;box-sizing:border-box}.layout-gt-xs-row>.flex-gt-xs-33,.layout-row>.flex-gt-xs-33{-webkit-flex:1 1 33.33%;-ms-flex:1 1 33.33%;flex:1 1 33.33%;max-width:33.33%;max-height:100%;box-sizing:border-box}.layout-gt-xs-row>.flex-gt-xs-66,.layout-row>.flex-gt-xs-66{-webkit-flex:1 1 66.66%;-ms-flex:1 1 66.66%;flex:1 1 66.66%;max-width:66.66%;max-height:100%;box-sizing:border-box}.layout-gt-xs-row>.flex,.layout-row>.flex{min-width:0}.layout-column>.flex-gt-xs-33,.layout-gt-xs-column>.flex-gt-xs-33{-webkit-flex:1 1 33.33%;-ms-flex:1 1 33.33%;flex:1 1 33.33%;max-width:100%;max-height:33.33%;box-sizing:border-box}.layout-column>.flex-gt-xs-66,.layout-gt-xs-column>.flex-gt-xs-66{-webkit-flex:1 1 66.66%;-ms-flex:1 1 66.66%;flex:1 1 66.66%;max-width:100%;max-height:66.66%;box-sizing:border-box}.layout-column>.flex,.layout-gt-xs-column>.flex{min-height:0}.layout-gt-xs,.layout-gt-xs-column,.layout-gt-xs-row{box-sizing:border-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.layout-gt-xs-column{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.layout-gt-xs-row{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}}
@media (min-width:600px) and (max-width:959px){.hide-gt-xs:not(.show-gt-xs):not(.show-sm):not(.show),.hide-sm:not(.show-gt-xs):not(.show-sm):not(.show),.hide:not(.show-gt-xs):not(.show-sm):not(.show){display:none}.flex-order-sm--20{-webkit-order:-20;-ms-flex-order:-20;order:-20}.flex-order-sm--19{-webkit-order:-19;-ms-flex-order:-19;order:-19}.flex-order-sm--18{-webkit-order:-18;-ms-flex-order:-18;order:-18}.flex-order-sm--17{-webkit-order:-17;-ms-flex-order:-17;order:-17}.flex-order-sm--16{-webkit-order:-16;-ms-flex-order:-16;order:-16}.flex-order-sm--15{-webkit-order:-15;-ms-flex-order:-15;order:-15}.flex-order-sm--14{-webkit-order:-14;-ms-flex-order:-14;order:-14}.flex-order-sm--13{-webkit-order:-13;-ms-flex-order:-13;order:-13}.flex-order-sm--12{-webkit-order:-12;-ms-flex-order:-12;order:-12}.flex-order-sm--11{-webkit-order:-11;-ms-flex-order:-11;order:-11}.flex-order-sm--10{-webkit-order:-10;-ms-flex-order:-10;order:-10}.flex-order-sm--9{-webkit-order:-9;-ms-flex-order:-9;order:-9}.flex-order-sm--8{-webkit-order:-8;-ms-flex-order:-8;order:-8}.flex-order-sm--7{-webkit-order:-7;-ms-flex-order:-7;order:-7}.flex-order-sm--6{-webkit-order:-6;-ms-flex-order:-6;order:-6}.flex-order-sm--5{-webkit-order:-5;-ms-flex-order:-5;order:-5}.flex-order-sm--4{-webkit-order:-4;-ms-flex-order:-4;order:-4}.flex-order-sm--3{-webkit-order:-3;-ms-flex-order:-3;order:-3}.flex-order-sm--2{-webkit-order:-2;-ms-flex-order:-2;order:-2}.flex-order-sm--1{-webkit-order:-1;-ms-flex-order:-1;order:-1}.flex-order-sm-0{-webkit-order:0;-ms-flex-order:0;order:0}.flex-order-sm-1{-webkit-order:1;-ms-flex-order:1;order:1}.flex-order-sm-2{-webkit-order:2;-ms-flex-order:2;order:2}.flex-order-sm-3{-webkit-order:3;-ms-flex-order:3;order:3}.flex-order-sm-4{-webkit-order:4;-ms-flex-order:4;order:4}.flex-order-sm-5{-webkit-order:5;-ms-flex-order:5;order:5}.flex-order-sm-6{-webkit-order:6;-ms-flex-order:6;order:6}.flex-order-sm-7{-webkit-order:7;-ms-flex-order:7;order:7}.flex-order-sm-8{-webkit-order:8;-ms-flex-order:8;order:8}.flex-order-sm-9{-webkit-order:9;-ms-flex-order:9;order:9}.flex-order-sm-10{-webkit-order:10;-ms-flex-order:10;order:10}.flex-order-sm-11{-webkit-order:11;-ms-flex-order:11;order:11}.flex-order-sm-12{-webkit-order:12;-ms-flex-order:12;order:12}.flex-order-sm-13{-webkit-order:13;-ms-flex-order:13;order:13}.flex-order-sm-14{-webkit-order:14;-ms-flex-order:14;order:14}.flex-order-sm-15{-webkit-order:15;-ms-flex-order:15;order:15}.flex-order-sm-16{-webkit-order:16;-ms-flex-order:16;order:16}.flex-order-sm-17{-webkit-order:17;-ms-flex-order:17;order:17}.flex-order-sm-18{-webkit-order:18;-ms-flex-order:18;order:18}.flex-order-sm-19{-webkit-order:19;-ms-flex-order:19;order:19}.flex-order-sm-20{-webkit-order:20;-ms-flex-order:20;order:20}.flex-offset-sm-0,.offset-sm-0{margin-left:0}[dir=rtl] .flex-offset-sm-0,[dir=rtl] .offset-sm-0{margin-left:auto;margin-right:0}.flex-offset-sm-5,.offset-sm-5{margin-left:5%}[dir=rtl] .flex-offset-sm-5,[dir=rtl] .offset-sm-5{margin-left:auto;margin-right:5%}.flex-offset-sm-10,.offset-sm-10{margin-left:10%}[dir=rtl] .flex-offset-sm-10,[dir=rtl] .offset-sm-10{margin-left:auto;margin-right:10%}.flex-offset-sm-15,.offset-sm-15{margin-left:15%}[dir=rtl] .flex-offset-sm-15,[dir=rtl] .offset-sm-15{margin-left:auto;margin-right:15%}.flex-offset-sm-20,.offset-sm-20{margin-left:20%}[dir=rtl] .flex-offset-sm-20,[dir=rtl] .offset-sm-20{margin-left:auto;margin-right:20%}.flex-offset-sm-25,.offset-sm-25{margin-left:25%}[dir=rtl] .flex-offset-sm-25,[dir=rtl] .offset-sm-25{margin-left:auto;margin-right:25%}.flex-offset-sm-30,.offset-sm-30{margin-left:30%}[dir=rtl] .flex-offset-sm-30,[dir=rtl] .offset-sm-30{margin-left:auto;margin-right:30%}.flex-offset-sm-35,.offset-sm-35{margin-left:35%}[dir=rtl] .flex-offset-sm-35,[dir=rtl] .offset-sm-35{margin-left:auto;margin-right:35%}.flex-offset-sm-40,.offset-sm-40{margin-left:40%}[dir=rtl] .flex-offset-sm-40,[dir=rtl] .offset-sm-40{margin-left:auto;margin-right:40%}.flex-offset-sm-45,.offset-sm-45{margin-left:45%}[dir=rtl] .flex-offset-sm-45,[dir=rtl] .offset-sm-45{margin-left:auto;margin-right:45%}.flex-offset-sm-50,.offset-sm-50{margin-left:50%}[dir=rtl] .flex-offset-sm-50,[dir=rtl] .offset-sm-50{margin-left:auto;margin-right:50%}.flex-offset-sm-55,.offset-sm-55{margin-left:55%}[dir=rtl] .flex-offset-sm-55,[dir=rtl] .offset-sm-55{margin-left:auto;margin-right:55%}.flex-offset-sm-60,.offset-sm-60{margin-left:60%}[dir=rtl] .flex-offset-sm-60,[dir=rtl] .offset-sm-60{margin-left:auto;margin-right:60%}.flex-offset-sm-65,.offset-sm-65{margin-left:65%}[dir=rtl] .flex-offset-sm-65,[dir=rtl] .offset-sm-65{margin-left:auto;margin-right:65%}.flex-offset-sm-70,.offset-sm-70{margin-left:70%}[dir=rtl] .flex-offset-sm-70,[dir=rtl] .offset-sm-70{margin-left:auto;margin-right:70%}.flex-offset-sm-75,.offset-sm-75{margin-left:75%}[dir=rtl] .flex-offset-sm-75,[dir=rtl] .offset-sm-75{margin-left:auto;margin-right:75%}.flex-offset-sm-80,.offset-sm-80{margin-left:80%}[dir=rtl] .flex-offset-sm-80,[dir=rtl] .offset-sm-80{margin-left:auto;margin-right:80%}.flex-offset-sm-85,.offset-sm-85{margin-left:85%}[dir=rtl] .flex-offset-sm-85,[dir=rtl] .offset-sm-85{margin-left:auto;margin-right:85%}.flex-offset-sm-90,.offset-sm-90{margin-left:90%}[dir=rtl] .flex-offset-sm-90,[dir=rtl] .offset-sm-90{margin-left:auto;margin-right:90%}.flex-offset-sm-95,.offset-sm-95{margin-left:95%}[dir=rtl] .flex-offset-sm-95,[dir=rtl] .offset-sm-95{margin-left:auto;margin-right:95%}.flex-offset-sm-33,.offset-sm-33{margin-left:calc(100% / 3)}.flex-offset-sm-66,.offset-sm-66{margin-left:calc(200% / 3)}[dir=rtl] .flex-offset-sm-66,[dir=rtl] .offset-sm-66{margin-left:auto;margin-right:calc(200% / 3)}.layout-align-sm{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-content:stretch;-ms-flex-line-pack:stretch;align-content:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.layout-align-sm-start,.layout-align-sm-start-center,.layout-align-sm-start-end,.layout-align-sm-start-start,.layout-align-sm-start-stretch{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.layout-align-sm-center,.layout-align-sm-center-center,.layout-align-sm-center-end,.layout-align-sm-center-start,.layout-align-sm-center-stretch{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.layout-align-sm-end,.layout-align-sm-end-center,.layout-align-sm-end-end,.layout-align-sm-end-start,.layout-align-sm-end-stretch{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.layout-align-sm-space-around,.layout-align-sm-space-around-center,.layout-align-sm-space-around-end,.layout-align-sm-space-around-start,.layout-align-sm-space-around-stretch{-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}.layout-align-sm-space-between,.layout-align-sm-space-between-center,.layout-align-sm-space-between-end,.layout-align-sm-space-between-start,.layout-align-sm-space-between-stretch{-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.layout-align-sm-center-start,.layout-align-sm-end-start,.layout-align-sm-space-around-start,.layout-align-sm-space-between-start,.layout-align-sm-start-start{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-align-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start}.layout-align-sm-center-center,.layout-align-sm-end-center,.layout-align-sm-space-around-center,.layout-align-sm-space-between-center,.layout-align-sm-start-center{-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;max-width:100%}.layout-align-sm-center-center>*,.layout-align-sm-end-center>*,.layout-align-sm-space-around-center>*,.layout-align-sm-space-between-center>*,.layout-align-sm-start-center>*{max-width:100%;box-sizing:border-box}.layout-align-sm-center-end,.layout-align-sm-end-end,.layout-align-sm-space-around-end,.layout-align-sm-space-between-end,.layout-align-sm-start-end{-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;-webkit-align-content:flex-end;-ms-flex-line-pack:end;align-content:flex-end}.layout-align-sm-center-stretch,.layout-align-sm-end-stretch,.layout-align-sm-space-around-stretch,.layout-align-sm-space-between-stretch,.layout-align-sm-start-stretch{-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-align-content:stretch;-ms-flex-line-pack:stretch;align-content:stretch}.flex-sm{-webkit-flex:1;-ms-flex:1;flex:1;box-sizing:border-box}.flex-sm-grow{-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.flex-sm-initial{-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;box-sizing:border-box}.flex-sm-auto{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;box-sizing:border-box}.flex-sm-none{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;box-sizing:border-box}.flex-sm-noshrink{-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;box-sizing:border-box}.flex-sm-nogrow{-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;box-sizing:border-box}.flex-sm-0{-webkit-flex:1 1 0;-ms-flex:1 1 0;flex:1 1 0;max-width:0;max-height:100%;box-sizing:border-box}.layout-row>.flex-sm-0,.layout-sm-row>.flex-sm-0{-webkit-flex:1 1 0;-ms-flex:1 1 0;flex:1 1 0;max-width:0;max-height:100%;box-sizing:border-box;min-width:0}.layout-column>.flex-sm-0,.layout-sm-column>.flex-sm-0{-webkit-flex:1 1 0;-ms-flex:1 1 0;flex:1 1 0;max-width:100%;max-height:0;box-sizing:border-box;min-height:0}.flex-sm-5,.layout-row>.flex-sm-5,.layout-sm-row>.flex-sm-5{-webkit-flex:1 1 5%;-ms-flex:1 1 5%;flex:1 1 5%;max-width:5%;max-height:100%;box-sizing:border-box}.layout-column>.flex-sm-5,.layout-sm-column>.flex-sm-5{-webkit-flex:1 1 5%;-ms-flex:1 1 5%;flex:1 1 5%;max-width:100%;max-height:5%;box-sizing:border-box}.flex-sm-10,.layout-row>.flex-sm-10,.layout-sm-row>.flex-sm-10{-webkit-flex:1 1 10%;-ms-flex:1 1 10%;flex:1 1 10%;max-width:10%;max-height:100%;box-sizing:border-box}.layout-column>.flex-sm-10,.layout-sm-column>.flex-sm-10{-webkit-flex:1 1 10%;-ms-flex:1 1 10%;flex:1 1 10%;max-width:100%;max-height:10%;box-sizing:border-box}.flex-sm-15,.layout-row>.flex-sm-15,.layout-sm-row>.flex-sm-15{-webkit-flex:1 1 15%;-ms-flex:1 1 15%;flex:1 1 15%;max-width:15%;max-height:100%;box-sizing:border-box}.layout-column>.flex-sm-15,.layout-sm-column>.flex-sm-15{-webkit-flex:1 1 15%;-ms-flex:1 1 15%;flex:1 1 15%;max-width:100%;max-height:15%;box-sizing:border-box}.flex-sm-20,.layout-row>.flex-sm-20,.layout-sm-row>.flex-sm-20{-webkit-flex:1 1 20%;-ms-flex:1 1 20%;flex:1 1 20%;max-width:20%;max-height:100%;box-sizing:border-box}.layout-column>.flex-sm-20,.layout-sm-column>.flex-sm-20{-webkit-flex:1 1 20%;-ms-flex:1 1 20%;flex:1 1 20%;max-width:100%;max-height:20%;box-sizing:border-box}.flex-sm-25,.layout-row>.flex-sm-25,.layout-sm-row>.flex-sm-25{-webkit-flex:1 1 25%;-ms-flex:1 1 25%;flex:1 1 25%;max-width:25%;max-height:100%;box-sizing:border-box}.layout-column>.flex-sm-25,.layout-sm-column>.flex-sm-25{-webkit-flex:1 1 25%;-ms-flex:1 1 25%;flex:1 1 25%;max-width:100%;max-height:25%;box-sizing:border-box}.flex-sm-30,.layout-row>.flex-sm-30,.layout-sm-row>.flex-sm-30{-webkit-flex:1 1 30%;-ms-flex:1 1 30%;flex:1 1 30%;max-width:30%;max-height:100%;box-sizing:border-box}.layout-column>.flex-sm-30,.layout-sm-column>.flex-sm-30{-webkit-flex:1 1 30%;-ms-flex:1 1 30%;flex:1 1 30%;max-width:100%;max-height:30%;box-sizing:border-box}.flex-sm-35,.layout-row>.flex-sm-35,.layout-sm-row>.flex-sm-35{-webkit-flex:1 1 35%;-ms-flex:1 1 35%;flex:1 1 35%;max-width:35%;max-height:100%;box-sizing:border-box}.layout-column>.flex-sm-35,.layout-sm-column>.flex-sm-35{-webkit-flex:1 1 35%;-ms-flex:1 1 35%;flex:1 1 35%;max-width:100%;max-height:35%;box-sizing:border-box}.flex-sm-40,.layout-row>.flex-sm-40,.layout-sm-row>.flex-sm-40{-webkit-flex:1 1 40%;-ms-flex:1 1 40%;flex:1 1 40%;max-width:40%;max-height:100%;box-sizing:border-box}.layout-column>.flex-sm-40,.layout-sm-column>.flex-sm-40{-webkit-flex:1 1 40%;-ms-flex:1 1 40%;flex:1 1 40%;max-width:100%;max-height:40%;box-sizing:border-box}.flex-sm-45,.layout-row>.flex-sm-45,.layout-sm-row>.flex-sm-45{-webkit-flex:1 1 45%;-ms-flex:1 1 45%;flex:1 1 45%;max-width:45%;max-height:100%;box-sizing:border-box}.layout-column>.flex-sm-45,.layout-sm-column>.flex-sm-45{-webkit-flex:1 1 45%;-ms-flex:1 1 45%;flex:1 1 45%;max-width:100%;max-height:45%;box-sizing:border-box}.flex-sm-50,.layout-row>.flex-sm-50,.layout-sm-row>.flex-sm-50{-webkit-flex:1 1 50%;-ms-flex:1 1 50%;flex:1 1 50%;max-width:50%;max-height:100%;box-sizing:border-box}.layout-column>.flex-sm-50,.layout-sm-column>.flex-sm-50{-webkit-flex:1 1 50%;-ms-flex:1 1 50%;flex:1 1 50%;max-width:100%;max-height:50%;box-sizing:border-box}.flex-sm-55,.layout-row>.flex-sm-55,.layout-sm-row>.flex-sm-55{-webkit-flex:1 1 55%;-ms-flex:1 1 55%;flex:1 1 55%;max-width:55%;max-height:100%;box-sizing:border-box}.layout-column>.flex-sm-55,.layout-sm-column>.flex-sm-55{-webkit-flex:1 1 55%;-ms-flex:1 1 55%;flex:1 1 55%;max-width:100%;max-height:55%;box-sizing:border-box}.flex-sm-60,.layout-row>.flex-sm-60,.layout-sm-row>.flex-sm-60{-webkit-flex:1 1 60%;-ms-flex:1 1 60%;flex:1 1 60%;max-width:60%;max-height:100%;box-sizing:border-box}.layout-column>.flex-sm-60,.layout-sm-column>.flex-sm-60{-webkit-flex:1 1 60%;-ms-flex:1 1 60%;flex:1 1 60%;max-width:100%;max-height:60%;box-sizing:border-box}.flex-sm-65,.layout-row>.flex-sm-65,.layout-sm-row>.flex-sm-65{-webkit-flex:1 1 65%;-ms-flex:1 1 65%;flex:1 1 65%;max-width:65%;max-height:100%;box-sizing:border-box}.layout-column>.flex-sm-65,.layout-sm-column>.flex-sm-65{-webkit-flex:1 1 65%;-ms-flex:1 1 65%;flex:1 1 65%;max-width:100%;max-height:65%;box-sizing:border-box}.flex-sm-70,.layout-row>.flex-sm-70,.layout-sm-row>.flex-sm-70{-webkit-flex:1 1 70%;-ms-flex:1 1 70%;flex:1 1 70%;max-width:70%;max-height:100%;box-sizing:border-box}.layout-column>.flex-sm-70,.layout-sm-column>.flex-sm-70{-webkit-flex:1 1 70%;-ms-flex:1 1 70%;flex:1 1 70%;max-width:100%;max-height:70%;box-sizing:border-box}.flex-sm-75,.layout-row>.flex-sm-75,.layout-sm-row>.flex-sm-75{-webkit-flex:1 1 75%;-ms-flex:1 1 75%;flex:1 1 75%;max-width:75%;max-height:100%;box-sizing:border-box}.layout-column>.flex-sm-75,.layout-sm-column>.flex-sm-75{-webkit-flex:1 1 75%;-ms-flex:1 1 75%;flex:1 1 75%;max-width:100%;max-height:75%;box-sizing:border-box}.flex-sm-80,.layout-row>.flex-sm-80,.layout-sm-row>.flex-sm-80{-webkit-flex:1 1 80%;-ms-flex:1 1 80%;flex:1 1 80%;max-width:80%;max-height:100%;box-sizing:border-box}.layout-column>.flex-sm-80,.layout-sm-column>.flex-sm-80{-webkit-flex:1 1 80%;-ms-flex:1 1 80%;flex:1 1 80%;max-width:100%;max-height:80%;box-sizing:border-box}.flex-sm-85,.layout-row>.flex-sm-85,.layout-sm-row>.flex-sm-85{-webkit-flex:1 1 85%;-ms-flex:1 1 85%;flex:1 1 85%;max-width:85%;max-height:100%;box-sizing:border-box}.layout-column>.flex-sm-85,.layout-sm-column>.flex-sm-85{-webkit-flex:1 1 85%;-ms-flex:1 1 85%;flex:1 1 85%;max-width:100%;max-height:85%;box-sizing:border-box}.flex-sm-90,.layout-row>.flex-sm-90,.layout-sm-row>.flex-sm-90{-webkit-flex:1 1 90%;-ms-flex:1 1 90%;flex:1 1 90%;max-width:90%;max-height:100%;box-sizing:border-box}.layout-column>.flex-sm-90,.layout-sm-column>.flex-sm-90{-webkit-flex:1 1 90%;-ms-flex:1 1 90%;flex:1 1 90%;max-width:100%;max-height:90%;box-sizing:border-box}.flex-sm-95,.layout-row>.flex-sm-95,.layout-sm-row>.flex-sm-95{-webkit-flex:1 1 95%;-ms-flex:1 1 95%;flex:1 1 95%;max-width:95%;max-height:100%;box-sizing:border-box}.layout-column>.flex-sm-95,.layout-sm-column>.flex-sm-95{-webkit-flex:1 1 95%;-ms-flex:1 1 95%;flex:1 1 95%;max-width:100%;max-height:95%;box-sizing:border-box}.flex-sm-100,.layout-column>.flex-sm-100,.layout-row>.flex-sm-100,.layout-sm-column>.flex-sm-100,.layout-sm-row>.flex-sm-100{-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;box-sizing:border-box}.layout-row>.flex-sm-33,.layout-sm-row>.flex-sm-33{-webkit-flex:1 1 33.33%;-ms-flex:1 1 33.33%;flex:1 1 33.33%;max-width:33.33%;max-height:100%;box-sizing:border-box}.layout-row>.flex-sm-66,.layout-sm-row>.flex-sm-66{-webkit-flex:1 1 66.66%;-ms-flex:1 1 66.66%;flex:1 1 66.66%;max-width:66.66%;max-height:100%;box-sizing:border-box}.layout-row>.flex,.layout-sm-row>.flex{min-width:0}.layout-column>.flex-sm-33,.layout-sm-column>.flex-sm-33{-webkit-flex:1 1 33.33%;-ms-flex:1 1 33.33%;flex:1 1 33.33%;max-width:100%;max-height:33.33%;box-sizing:border-box}.layout-column>.flex-sm-66,.layout-sm-column>.flex-sm-66{-webkit-flex:1 1 66.66%;-ms-flex:1 1 66.66%;flex:1 1 66.66%;max-width:100%;max-height:66.66%;box-sizing:border-box}.layout-column>.flex,.layout-sm-column>.flex{min-height:0}.layout-sm,.layout-sm-column,.layout-sm-row{box-sizing:border-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.layout-sm-column{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.layout-sm-row{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}}
@media (min-width:960px){.flex-order-gt-sm--20{-webkit-order:-20;-ms-flex-order:-20;order:-20}.flex-order-gt-sm--19{-webkit-order:-19;-ms-flex-order:-19;order:-19}.flex-order-gt-sm--18{-webkit-order:-18;-ms-flex-order:-18;order:-18}.flex-order-gt-sm--17{-webkit-order:-17;-ms-flex-order:-17;order:-17}.flex-order-gt-sm--16{-webkit-order:-16;-ms-flex-order:-16;order:-16}.flex-order-gt-sm--15{-webkit-order:-15;-ms-flex-order:-15;order:-15}.flex-order-gt-sm--14{-webkit-order:-14;-ms-flex-order:-14;order:-14}.flex-order-gt-sm--13{-webkit-order:-13;-ms-flex-order:-13;order:-13}.flex-order-gt-sm--12{-webkit-order:-12;-ms-flex-order:-12;order:-12}.flex-order-gt-sm--11{-webkit-order:-11;-ms-flex-order:-11;order:-11}.flex-order-gt-sm--10{-webkit-order:-10;-ms-flex-order:-10;order:-10}.flex-order-gt-sm--9{-webkit-order:-9;-ms-flex-order:-9;order:-9}.flex-order-gt-sm--8{-webkit-order:-8;-ms-flex-order:-8;order:-8}.flex-order-gt-sm--7{-webkit-order:-7;-ms-flex-order:-7;order:-7}.flex-order-gt-sm--6{-webkit-order:-6;-ms-flex-order:-6;order:-6}.flex-order-gt-sm--5{-webkit-order:-5;-ms-flex-order:-5;order:-5}.flex-order-gt-sm--4{-webkit-order:-4;-ms-flex-order:-4;order:-4}.flex-order-gt-sm--3{-webkit-order:-3;-ms-flex-order:-3;order:-3}.flex-order-gt-sm--2{-webkit-order:-2;-ms-flex-order:-2;order:-2}.flex-order-gt-sm--1{-webkit-order:-1;-ms-flex-order:-1;order:-1}.flex-order-gt-sm-0{-webkit-order:0;-ms-flex-order:0;order:0}.flex-order-gt-sm-1{-webkit-order:1;-ms-flex-order:1;order:1}.flex-order-gt-sm-2{-webkit-order:2;-ms-flex-order:2;order:2}.flex-order-gt-sm-3{-webkit-order:3;-ms-flex-order:3;order:3}.flex-order-gt-sm-4{-webkit-order:4;-ms-flex-order:4;order:4}.flex-order-gt-sm-5{-webkit-order:5;-ms-flex-order:5;order:5}.flex-order-gt-sm-6{-webkit-order:6;-ms-flex-order:6;order:6}.flex-order-gt-sm-7{-webkit-order:7;-ms-flex-order:7;order:7}.flex-order-gt-sm-8{-webkit-order:8;-ms-flex-order:8;order:8}.flex-order-gt-sm-9{-webkit-order:9;-ms-flex-order:9;order:9}.flex-order-gt-sm-10{-webkit-order:10;-ms-flex-order:10;order:10}.flex-order-gt-sm-11{-webkit-order:11;-ms-flex-order:11;order:11}.flex-order-gt-sm-12{-webkit-order:12;-ms-flex-order:12;order:12}.flex-order-gt-sm-13{-webkit-order:13;-ms-flex-order:13;order:13}.flex-order-gt-sm-14{-webkit-order:14;-ms-flex-order:14;order:14}.flex-order-gt-sm-15{-webkit-order:15;-ms-flex-order:15;order:15}.flex-order-gt-sm-16{-webkit-order:16;-ms-flex-order:16;order:16}.flex-order-gt-sm-17{-webkit-order:17;-ms-flex-order:17;order:17}.flex-order-gt-sm-18{-webkit-order:18;-ms-flex-order:18;order:18}.flex-order-gt-sm-19{-webkit-order:19;-ms-flex-order:19;order:19}.flex-order-gt-sm-20{-webkit-order:20;-ms-flex-order:20;order:20}.flex-offset-gt-sm-0,.offset-gt-sm-0{margin-left:0}[dir=rtl] .flex-offset-gt-sm-0,[dir=rtl] .offset-gt-sm-0{margin-left:auto;margin-right:0}.flex-offset-gt-sm-5,.offset-gt-sm-5{margin-left:5%}[dir=rtl] .flex-offset-gt-sm-5,[dir=rtl] .offset-gt-sm-5{margin-left:auto;margin-right:5%}.flex-offset-gt-sm-10,.offset-gt-sm-10{margin-left:10%}[dir=rtl] .flex-offset-gt-sm-10,[dir=rtl] .offset-gt-sm-10{margin-left:auto;margin-right:10%}.flex-offset-gt-sm-15,.offset-gt-sm-15{margin-left:15%}[dir=rtl] .flex-offset-gt-sm-15,[dir=rtl] .offset-gt-sm-15{margin-left:auto;margin-right:15%}.flex-offset-gt-sm-20,.offset-gt-sm-20{margin-left:20%}[dir=rtl] .flex-offset-gt-sm-20,[dir=rtl] .offset-gt-sm-20{margin-left:auto;margin-right:20%}.flex-offset-gt-sm-25,.offset-gt-sm-25{margin-left:25%}[dir=rtl] .flex-offset-gt-sm-25,[dir=rtl] .offset-gt-sm-25{margin-left:auto;margin-right:25%}.flex-offset-gt-sm-30,.offset-gt-sm-30{margin-left:30%}[dir=rtl] .flex-offset-gt-sm-30,[dir=rtl] .offset-gt-sm-30{margin-left:auto;margin-right:30%}.flex-offset-gt-sm-35,.offset-gt-sm-35{margin-left:35%}[dir=rtl] .flex-offset-gt-sm-35,[dir=rtl] .offset-gt-sm-35{margin-left:auto;margin-right:35%}.flex-offset-gt-sm-40,.offset-gt-sm-40{margin-left:40%}[dir=rtl] .flex-offset-gt-sm-40,[dir=rtl] .offset-gt-sm-40{margin-left:auto;margin-right:40%}.flex-offset-gt-sm-45,.offset-gt-sm-45{margin-left:45%}[dir=rtl] .flex-offset-gt-sm-45,[dir=rtl] .offset-gt-sm-45{margin-left:auto;margin-right:45%}.flex-offset-gt-sm-50,.offset-gt-sm-50{margin-left:50%}[dir=rtl] .flex-offset-gt-sm-50,[dir=rtl] .offset-gt-sm-50{margin-left:auto;margin-right:50%}.flex-offset-gt-sm-55,.offset-gt-sm-55{margin-left:55%}[dir=rtl] .flex-offset-gt-sm-55,[dir=rtl] .offset-gt-sm-55{margin-left:auto;margin-right:55%}.flex-offset-gt-sm-60,.offset-gt-sm-60{margin-left:60%}[dir=rtl] .flex-offset-gt-sm-60,[dir=rtl] .offset-gt-sm-60{margin-left:auto;margin-right:60%}.flex-offset-gt-sm-65,.offset-gt-sm-65{margin-left:65%}[dir=rtl] .flex-offset-gt-sm-65,[dir=rtl] .offset-gt-sm-65{margin-left:auto;margin-right:65%}.flex-offset-gt-sm-70,.offset-gt-sm-70{margin-left:70%}[dir=rtl] .flex-offset-gt-sm-70,[dir=rtl] .offset-gt-sm-70{margin-left:auto;margin-right:70%}.flex-offset-gt-sm-75,.offset-gt-sm-75{margin-left:75%}[dir=rtl] .flex-offset-gt-sm-75,[dir=rtl] .offset-gt-sm-75{margin-left:auto;margin-right:75%}.flex-offset-gt-sm-80,.offset-gt-sm-80{margin-left:80%}[dir=rtl] .flex-offset-gt-sm-80,[dir=rtl] .offset-gt-sm-80{margin-left:auto;margin-right:80%}.flex-offset-gt-sm-85,.offset-gt-sm-85{margin-left:85%}[dir=rtl] .flex-offset-gt-sm-85,[dir=rtl] .offset-gt-sm-85{margin-left:auto;margin-right:85%}.flex-offset-gt-sm-90,.offset-gt-sm-90{margin-left:90%}[dir=rtl] .flex-offset-gt-sm-90,[dir=rtl] .offset-gt-sm-90{margin-left:auto;margin-right:90%}.flex-offset-gt-sm-95,.offset-gt-sm-95{margin-left:95%}[dir=rtl] .flex-offset-gt-sm-95,[dir=rtl] .offset-gt-sm-95{margin-left:auto;margin-right:95%}.flex-offset-gt-sm-33,.offset-gt-sm-33{margin-left:calc(100% / 3)}.flex-offset-gt-sm-66,.offset-gt-sm-66{margin-left:calc(200% / 3)}[dir=rtl] .flex-offset-gt-sm-66,[dir=rtl] .offset-gt-sm-66{margin-left:auto;margin-right:calc(200% / 3)}.layout-align-gt-sm{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-content:stretch;-ms-flex-line-pack:stretch;align-content:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.layout-align-gt-sm-start,.layout-align-gt-sm-start-center,.layout-align-gt-sm-start-end,.layout-align-gt-sm-start-start,.layout-align-gt-sm-start-stretch{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.layout-align-gt-sm-center,.layout-align-gt-sm-center-center,.layout-align-gt-sm-center-end,.layout-align-gt-sm-center-start,.layout-align-gt-sm-center-stretch{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.layout-align-gt-sm-end,.layout-align-gt-sm-end-center,.layout-align-gt-sm-end-end,.layout-align-gt-sm-end-start,.layout-align-gt-sm-end-stretch{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.layout-align-gt-sm-space-around,.layout-align-gt-sm-space-around-center,.layout-align-gt-sm-space-around-end,.layout-align-gt-sm-space-around-start,.layout-align-gt-sm-space-around-stretch{-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}.layout-align-gt-sm-space-between,.layout-align-gt-sm-space-between-center,.layout-align-gt-sm-space-between-end,.layout-align-gt-sm-space-between-start,.layout-align-gt-sm-space-between-stretch{-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.layout-align-gt-sm-center-start,.layout-align-gt-sm-end-start,.layout-align-gt-sm-space-around-start,.layout-align-gt-sm-space-between-start,.layout-align-gt-sm-start-start{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-align-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start}.layout-align-gt-sm-center-center,.layout-align-gt-sm-end-center,.layout-align-gt-sm-space-around-center,.layout-align-gt-sm-space-between-center,.layout-align-gt-sm-start-center{-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;max-width:100%}.layout-align-gt-sm-center-center>*,.layout-align-gt-sm-end-center>*,.layout-align-gt-sm-space-around-center>*,.layout-align-gt-sm-space-between-center>*,.layout-align-gt-sm-start-center>*{max-width:100%;box-sizing:border-box}.layout-align-gt-sm-center-end,.layout-align-gt-sm-end-end,.layout-align-gt-sm-space-around-end,.layout-align-gt-sm-space-between-end,.layout-align-gt-sm-start-end{-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;-webkit-align-content:flex-end;-ms-flex-line-pack:end;align-content:flex-end}.layout-align-gt-sm-center-stretch,.layout-align-gt-sm-end-stretch,.layout-align-gt-sm-space-around-stretch,.layout-align-gt-sm-space-between-stretch,.layout-align-gt-sm-start-stretch{-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-align-content:stretch;-ms-flex-line-pack:stretch;align-content:stretch}.flex-gt-sm{-webkit-flex:1;-ms-flex:1;flex:1;box-sizing:border-box}.flex-gt-sm-grow{-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.flex-gt-sm-initial{-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;box-sizing:border-box}.flex-gt-sm-auto{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;box-sizing:border-box}.flex-gt-sm-none{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;box-sizing:border-box}.flex-gt-sm-noshrink{-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;box-sizing:border-box}.flex-gt-sm-nogrow{-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;box-sizing:border-box}.flex-gt-sm-0{-webkit-flex:1 1 0;-ms-flex:1 1 0;flex:1 1 0;max-width:0;max-height:100%;box-sizing:border-box}.layout-gt-sm-row>.flex-gt-sm-0,.layout-row>.flex-gt-sm-0{-webkit-flex:1 1 0;-ms-flex:1 1 0;flex:1 1 0;max-width:0;max-height:100%;box-sizing:border-box;min-width:0}.layout-column>.flex-gt-sm-0,.layout-gt-sm-column>.flex-gt-sm-0{-webkit-flex:1 1 0;-ms-flex:1 1 0;flex:1 1 0;max-width:100%;max-height:0;box-sizing:border-box;min-height:0}.flex-gt-sm-5,.layout-gt-sm-row>.flex-gt-sm-5,.layout-row>.flex-gt-sm-5{-webkit-flex:1 1 5%;-ms-flex:1 1 5%;flex:1 1 5%;max-width:5%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-sm-5,.layout-gt-sm-column>.flex-gt-sm-5{-webkit-flex:1 1 5%;-ms-flex:1 1 5%;flex:1 1 5%;max-width:100%;max-height:5%;box-sizing:border-box}.flex-gt-sm-10,.layout-gt-sm-row>.flex-gt-sm-10,.layout-row>.flex-gt-sm-10{-webkit-flex:1 1 10%;-ms-flex:1 1 10%;flex:1 1 10%;max-width:10%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-sm-10,.layout-gt-sm-column>.flex-gt-sm-10{-webkit-flex:1 1 10%;-ms-flex:1 1 10%;flex:1 1 10%;max-width:100%;max-height:10%;box-sizing:border-box}.flex-gt-sm-15,.layout-gt-sm-row>.flex-gt-sm-15,.layout-row>.flex-gt-sm-15{-webkit-flex:1 1 15%;-ms-flex:1 1 15%;flex:1 1 15%;max-width:15%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-sm-15,.layout-gt-sm-column>.flex-gt-sm-15{-webkit-flex:1 1 15%;-ms-flex:1 1 15%;flex:1 1 15%;max-width:100%;max-height:15%;box-sizing:border-box}.flex-gt-sm-20,.layout-gt-sm-row>.flex-gt-sm-20,.layout-row>.flex-gt-sm-20{-webkit-flex:1 1 20%;-ms-flex:1 1 20%;flex:1 1 20%;max-width:20%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-sm-20,.layout-gt-sm-column>.flex-gt-sm-20{-webkit-flex:1 1 20%;-ms-flex:1 1 20%;flex:1 1 20%;max-width:100%;max-height:20%;box-sizing:border-box}.flex-gt-sm-25,.layout-gt-sm-row>.flex-gt-sm-25,.layout-row>.flex-gt-sm-25{-webkit-flex:1 1 25%;-ms-flex:1 1 25%;flex:1 1 25%;max-width:25%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-sm-25,.layout-gt-sm-column>.flex-gt-sm-25{-webkit-flex:1 1 25%;-ms-flex:1 1 25%;flex:1 1 25%;max-width:100%;max-height:25%;box-sizing:border-box}.flex-gt-sm-30,.layout-gt-sm-row>.flex-gt-sm-30,.layout-row>.flex-gt-sm-30{-webkit-flex:1 1 30%;-ms-flex:1 1 30%;flex:1 1 30%;max-width:30%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-sm-30,.layout-gt-sm-column>.flex-gt-sm-30{-webkit-flex:1 1 30%;-ms-flex:1 1 30%;flex:1 1 30%;max-width:100%;max-height:30%;box-sizing:border-box}.flex-gt-sm-35,.layout-gt-sm-row>.flex-gt-sm-35,.layout-row>.flex-gt-sm-35{-webkit-flex:1 1 35%;-ms-flex:1 1 35%;flex:1 1 35%;max-width:35%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-sm-35,.layout-gt-sm-column>.flex-gt-sm-35{-webkit-flex:1 1 35%;-ms-flex:1 1 35%;flex:1 1 35%;max-width:100%;max-height:35%;box-sizing:border-box}.flex-gt-sm-40,.layout-gt-sm-row>.flex-gt-sm-40,.layout-row>.flex-gt-sm-40{-webkit-flex:1 1 40%;-ms-flex:1 1 40%;flex:1 1 40%;max-width:40%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-sm-40,.layout-gt-sm-column>.flex-gt-sm-40{-webkit-flex:1 1 40%;-ms-flex:1 1 40%;flex:1 1 40%;max-width:100%;max-height:40%;box-sizing:border-box}.flex-gt-sm-45,.layout-gt-sm-row>.flex-gt-sm-45,.layout-row>.flex-gt-sm-45{-webkit-flex:1 1 45%;-ms-flex:1 1 45%;flex:1 1 45%;max-width:45%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-sm-45,.layout-gt-sm-column>.flex-gt-sm-45{-webkit-flex:1 1 45%;-ms-flex:1 1 45%;flex:1 1 45%;max-width:100%;max-height:45%;box-sizing:border-box}.flex-gt-sm-50,.layout-gt-sm-row>.flex-gt-sm-50,.layout-row>.flex-gt-sm-50{-webkit-flex:1 1 50%;-ms-flex:1 1 50%;flex:1 1 50%;max-width:50%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-sm-50,.layout-gt-sm-column>.flex-gt-sm-50{-webkit-flex:1 1 50%;-ms-flex:1 1 50%;flex:1 1 50%;max-width:100%;max-height:50%;box-sizing:border-box}.flex-gt-sm-55,.layout-gt-sm-row>.flex-gt-sm-55,.layout-row>.flex-gt-sm-55{-webkit-flex:1 1 55%;-ms-flex:1 1 55%;flex:1 1 55%;max-width:55%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-sm-55,.layout-gt-sm-column>.flex-gt-sm-55{-webkit-flex:1 1 55%;-ms-flex:1 1 55%;flex:1 1 55%;max-width:100%;max-height:55%;box-sizing:border-box}.flex-gt-sm-60,.layout-gt-sm-row>.flex-gt-sm-60,.layout-row>.flex-gt-sm-60{-webkit-flex:1 1 60%;-ms-flex:1 1 60%;flex:1 1 60%;max-width:60%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-sm-60,.layout-gt-sm-column>.flex-gt-sm-60{-webkit-flex:1 1 60%;-ms-flex:1 1 60%;flex:1 1 60%;max-width:100%;max-height:60%;box-sizing:border-box}.flex-gt-sm-65,.layout-gt-sm-row>.flex-gt-sm-65,.layout-row>.flex-gt-sm-65{-webkit-flex:1 1 65%;-ms-flex:1 1 65%;flex:1 1 65%;max-width:65%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-sm-65,.layout-gt-sm-column>.flex-gt-sm-65{-webkit-flex:1 1 65%;-ms-flex:1 1 65%;flex:1 1 65%;max-width:100%;max-height:65%;box-sizing:border-box}.flex-gt-sm-70,.layout-gt-sm-row>.flex-gt-sm-70,.layout-row>.flex-gt-sm-70{-webkit-flex:1 1 70%;-ms-flex:1 1 70%;flex:1 1 70%;max-width:70%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-sm-70,.layout-gt-sm-column>.flex-gt-sm-70{-webkit-flex:1 1 70%;-ms-flex:1 1 70%;flex:1 1 70%;max-width:100%;max-height:70%;box-sizing:border-box}.flex-gt-sm-75,.layout-gt-sm-row>.flex-gt-sm-75,.layout-row>.flex-gt-sm-75{-webkit-flex:1 1 75%;-ms-flex:1 1 75%;flex:1 1 75%;max-width:75%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-sm-75,.layout-gt-sm-column>.flex-gt-sm-75{-webkit-flex:1 1 75%;-ms-flex:1 1 75%;flex:1 1 75%;max-width:100%;max-height:75%;box-sizing:border-box}.flex-gt-sm-80,.layout-gt-sm-row>.flex-gt-sm-80,.layout-row>.flex-gt-sm-80{-webkit-flex:1 1 80%;-ms-flex:1 1 80%;flex:1 1 80%;max-width:80%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-sm-80,.layout-gt-sm-column>.flex-gt-sm-80{-webkit-flex:1 1 80%;-ms-flex:1 1 80%;flex:1 1 80%;max-width:100%;max-height:80%;box-sizing:border-box}.flex-gt-sm-85,.layout-gt-sm-row>.flex-gt-sm-85,.layout-row>.flex-gt-sm-85{-webkit-flex:1 1 85%;-ms-flex:1 1 85%;flex:1 1 85%;max-width:85%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-sm-85,.layout-gt-sm-column>.flex-gt-sm-85{-webkit-flex:1 1 85%;-ms-flex:1 1 85%;flex:1 1 85%;max-width:100%;max-height:85%;box-sizing:border-box}.flex-gt-sm-90,.layout-gt-sm-row>.flex-gt-sm-90,.layout-row>.flex-gt-sm-90{-webkit-flex:1 1 90%;-ms-flex:1 1 90%;flex:1 1 90%;max-width:90%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-sm-90,.layout-gt-sm-column>.flex-gt-sm-90{-webkit-flex:1 1 90%;-ms-flex:1 1 90%;flex:1 1 90%;max-width:100%;max-height:90%;box-sizing:border-box}.flex-gt-sm-95,.layout-gt-sm-row>.flex-gt-sm-95,.layout-row>.flex-gt-sm-95{-webkit-flex:1 1 95%;-ms-flex:1 1 95%;flex:1 1 95%;max-width:95%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-sm-95,.layout-gt-sm-column>.flex-gt-sm-95{-webkit-flex:1 1 95%;-ms-flex:1 1 95%;flex:1 1 95%;max-width:100%;max-height:95%;box-sizing:border-box}.flex-gt-sm-100,.layout-column>.flex-gt-sm-100,.layout-gt-sm-column>.flex-gt-sm-100,.layout-gt-sm-row>.flex-gt-sm-100,.layout-row>.flex-gt-sm-100{-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;box-sizing:border-box}.layout-gt-sm-row>.flex-gt-sm-33,.layout-row>.flex-gt-sm-33{-webkit-flex:1 1 33.33%;-ms-flex:1 1 33.33%;flex:1 1 33.33%;max-width:33.33%;max-height:100%;box-sizing:border-box}.layout-gt-sm-row>.flex-gt-sm-66,.layout-row>.flex-gt-sm-66{-webkit-flex:1 1 66.66%;-ms-flex:1 1 66.66%;flex:1 1 66.66%;max-width:66.66%;max-height:100%;box-sizing:border-box}.layout-gt-sm-row>.flex,.layout-row>.flex{min-width:0}.layout-column>.flex-gt-sm-33,.layout-gt-sm-column>.flex-gt-sm-33{-webkit-flex:1 1 33.33%;-ms-flex:1 1 33.33%;flex:1 1 33.33%;max-width:100%;max-height:33.33%;box-sizing:border-box}.layout-column>.flex-gt-sm-66,.layout-gt-sm-column>.flex-gt-sm-66{-webkit-flex:1 1 66.66%;-ms-flex:1 1 66.66%;flex:1 1 66.66%;max-width:100%;max-height:66.66%;box-sizing:border-box}.layout-column>.flex,.layout-gt-sm-column>.flex{min-height:0}.layout-gt-sm,.layout-gt-sm-column,.layout-gt-sm-row{box-sizing:border-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.layout-gt-sm-column{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.layout-gt-sm-row{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}}
@media (min-width:960px) and (max-width:1279px){.hide-gt-sm:not(.show-gt-xs):not(.show-gt-sm):not(.show-md):not(.show),.hide-gt-xs:not(.show-gt-xs):not(.show-gt-sm):not(.show-md):not(.show),.hide-md:not(.show-md):not(.show-gt-sm):not(.show-gt-xs):not(.show),.hide:not(.show-gt-xs):not(.show-gt-sm):not(.show-md):not(.show){display:none}.flex-order-md--20{-webkit-order:-20;-ms-flex-order:-20;order:-20}.flex-order-md--19{-webkit-order:-19;-ms-flex-order:-19;order:-19}.flex-order-md--18{-webkit-order:-18;-ms-flex-order:-18;order:-18}.flex-order-md--17{-webkit-order:-17;-ms-flex-order:-17;order:-17}.flex-order-md--16{-webkit-order:-16;-ms-flex-order:-16;order:-16}.flex-order-md--15{-webkit-order:-15;-ms-flex-order:-15;order:-15}.flex-order-md--14{-webkit-order:-14;-ms-flex-order:-14;order:-14}.flex-order-md--13{-webkit-order:-13;-ms-flex-order:-13;order:-13}.flex-order-md--12{-webkit-order:-12;-ms-flex-order:-12;order:-12}.flex-order-md--11{-webkit-order:-11;-ms-flex-order:-11;order:-11}.flex-order-md--10{-webkit-order:-10;-ms-flex-order:-10;order:-10}.flex-order-md--9{-webkit-order:-9;-ms-flex-order:-9;order:-9}.flex-order-md--8{-webkit-order:-8;-ms-flex-order:-8;order:-8}.flex-order-md--7{-webkit-order:-7;-ms-flex-order:-7;order:-7}.flex-order-md--6{-webkit-order:-6;-ms-flex-order:-6;order:-6}.flex-order-md--5{-webkit-order:-5;-ms-flex-order:-5;order:-5}.flex-order-md--4{-webkit-order:-4;-ms-flex-order:-4;order:-4}.flex-order-md--3{-webkit-order:-3;-ms-flex-order:-3;order:-3}.flex-order-md--2{-webkit-order:-2;-ms-flex-order:-2;order:-2}.flex-order-md--1{-webkit-order:-1;-ms-flex-order:-1;order:-1}.flex-order-md-0{-webkit-order:0;-ms-flex-order:0;order:0}.flex-order-md-1{-webkit-order:1;-ms-flex-order:1;order:1}.flex-order-md-2{-webkit-order:2;-ms-flex-order:2;order:2}.flex-order-md-3{-webkit-order:3;-ms-flex-order:3;order:3}.flex-order-md-4{-webkit-order:4;-ms-flex-order:4;order:4}.flex-order-md-5{-webkit-order:5;-ms-flex-order:5;order:5}.flex-order-md-6{-webkit-order:6;-ms-flex-order:6;order:6}.flex-order-md-7{-webkit-order:7;-ms-flex-order:7;order:7}.flex-order-md-8{-webkit-order:8;-ms-flex-order:8;order:8}.flex-order-md-9{-webkit-order:9;-ms-flex-order:9;order:9}.flex-order-md-10{-webkit-order:10;-ms-flex-order:10;order:10}.flex-order-md-11{-webkit-order:11;-ms-flex-order:11;order:11}.flex-order-md-12{-webkit-order:12;-ms-flex-order:12;order:12}.flex-order-md-13{-webkit-order:13;-ms-flex-order:13;order:13}.flex-order-md-14{-webkit-order:14;-ms-flex-order:14;order:14}.flex-order-md-15{-webkit-order:15;-ms-flex-order:15;order:15}.flex-order-md-16{-webkit-order:16;-ms-flex-order:16;order:16}.flex-order-md-17{-webkit-order:17;-ms-flex-order:17;order:17}.flex-order-md-18{-webkit-order:18;-ms-flex-order:18;order:18}.flex-order-md-19{-webkit-order:19;-ms-flex-order:19;order:19}.flex-order-md-20{-webkit-order:20;-ms-flex-order:20;order:20}.flex-offset-md-0,.offset-md-0{margin-left:0}[dir=rtl] .flex-offset-md-0,[dir=rtl] .offset-md-0{margin-left:auto;margin-right:0}.flex-offset-md-5,.offset-md-5{margin-left:5%}[dir=rtl] .flex-offset-md-5,[dir=rtl] .offset-md-5{margin-left:auto;margin-right:5%}.flex-offset-md-10,.offset-md-10{margin-left:10%}[dir=rtl] .flex-offset-md-10,[dir=rtl] .offset-md-10{margin-left:auto;margin-right:10%}.flex-offset-md-15,.offset-md-15{margin-left:15%}[dir=rtl] .flex-offset-md-15,[dir=rtl] .offset-md-15{margin-left:auto;margin-right:15%}.flex-offset-md-20,.offset-md-20{margin-left:20%}[dir=rtl] .flex-offset-md-20,[dir=rtl] .offset-md-20{margin-left:auto;margin-right:20%}.flex-offset-md-25,.offset-md-25{margin-left:25%}[dir=rtl] .flex-offset-md-25,[dir=rtl] .offset-md-25{margin-left:auto;margin-right:25%}.flex-offset-md-30,.offset-md-30{margin-left:30%}[dir=rtl] .flex-offset-md-30,[dir=rtl] .offset-md-30{margin-left:auto;margin-right:30%}.flex-offset-md-35,.offset-md-35{margin-left:35%}[dir=rtl] .flex-offset-md-35,[dir=rtl] .offset-md-35{margin-left:auto;margin-right:35%}.flex-offset-md-40,.offset-md-40{margin-left:40%}[dir=rtl] .flex-offset-md-40,[dir=rtl] .offset-md-40{margin-left:auto;margin-right:40%}.flex-offset-md-45,.offset-md-45{margin-left:45%}[dir=rtl] .flex-offset-md-45,[dir=rtl] .offset-md-45{margin-left:auto;margin-right:45%}.flex-offset-md-50,.offset-md-50{margin-left:50%}[dir=rtl] .flex-offset-md-50,[dir=rtl] .offset-md-50{margin-left:auto;margin-right:50%}.flex-offset-md-55,.offset-md-55{margin-left:55%}[dir=rtl] .flex-offset-md-55,[dir=rtl] .offset-md-55{margin-left:auto;margin-right:55%}.flex-offset-md-60,.offset-md-60{margin-left:60%}[dir=rtl] .flex-offset-md-60,[dir=rtl] .offset-md-60{margin-left:auto;margin-right:60%}.flex-offset-md-65,.offset-md-65{margin-left:65%}[dir=rtl] .flex-offset-md-65,[dir=rtl] .offset-md-65{margin-left:auto;margin-right:65%}.flex-offset-md-70,.offset-md-70{margin-left:70%}[dir=rtl] .flex-offset-md-70,[dir=rtl] .offset-md-70{margin-left:auto;margin-right:70%}.flex-offset-md-75,.offset-md-75{margin-left:75%}[dir=rtl] .flex-offset-md-75,[dir=rtl] .offset-md-75{margin-left:auto;margin-right:75%}.flex-offset-md-80,.offset-md-80{margin-left:80%}[dir=rtl] .flex-offset-md-80,[dir=rtl] .offset-md-80{margin-left:auto;margin-right:80%}.flex-offset-md-85,.offset-md-85{margin-left:85%}[dir=rtl] .flex-offset-md-85,[dir=rtl] .offset-md-85{margin-left:auto;margin-right:85%}.flex-offset-md-90,.offset-md-90{margin-left:90%}[dir=rtl] .flex-offset-md-90,[dir=rtl] .offset-md-90{margin-left:auto;margin-right:90%}.flex-offset-md-95,.offset-md-95{margin-left:95%}[dir=rtl] .flex-offset-md-95,[dir=rtl] .offset-md-95{margin-left:auto;margin-right:95%}.flex-offset-md-33,.offset-md-33{margin-left:calc(100% / 3)}.flex-offset-md-66,.offset-md-66{margin-left:calc(200% / 3)}[dir=rtl] .flex-offset-md-66,[dir=rtl] .offset-md-66{margin-left:auto;margin-right:calc(200% / 3)}.layout-align-md{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-content:stretch;-ms-flex-line-pack:stretch;align-content:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.layout-align-md-start,.layout-align-md-start-center,.layout-align-md-start-end,.layout-align-md-start-start,.layout-align-md-start-stretch{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.layout-align-md-center,.layout-align-md-center-center,.layout-align-md-center-end,.layout-align-md-center-start,.layout-align-md-center-stretch{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.layout-align-md-end,.layout-align-md-end-center,.layout-align-md-end-end,.layout-align-md-end-start,.layout-align-md-end-stretch{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.layout-align-md-space-around,.layout-align-md-space-around-center,.layout-align-md-space-around-end,.layout-align-md-space-around-start,.layout-align-md-space-around-stretch{-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}.layout-align-md-space-between,.layout-align-md-space-between-center,.layout-align-md-space-between-end,.layout-align-md-space-between-start,.layout-align-md-space-between-stretch{-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.layout-align-md-center-start,.layout-align-md-end-start,.layout-align-md-space-around-start,.layout-align-md-space-between-start,.layout-align-md-start-start{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-align-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start}.layout-align-md-center-center,.layout-align-md-end-center,.layout-align-md-space-around-center,.layout-align-md-space-between-center,.layout-align-md-start-center{-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;max-width:100%}.layout-align-md-center-center>*,.layout-align-md-end-center>*,.layout-align-md-space-around-center>*,.layout-align-md-space-between-center>*,.layout-align-md-start-center>*{max-width:100%;box-sizing:border-box}.layout-align-md-center-end,.layout-align-md-end-end,.layout-align-md-space-around-end,.layout-align-md-space-between-end,.layout-align-md-start-end{-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;-webkit-align-content:flex-end;-ms-flex-line-pack:end;align-content:flex-end}.layout-align-md-center-stretch,.layout-align-md-end-stretch,.layout-align-md-space-around-stretch,.layout-align-md-space-between-stretch,.layout-align-md-start-stretch{-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-align-content:stretch;-ms-flex-line-pack:stretch;align-content:stretch}.flex-md{-webkit-flex:1;-ms-flex:1;flex:1;box-sizing:border-box}.flex-md-grow{-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.flex-md-initial{-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;box-sizing:border-box}.flex-md-auto{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;box-sizing:border-box}.flex-md-none{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;box-sizing:border-box}.flex-md-noshrink{-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;box-sizing:border-box}.flex-md-nogrow{-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;box-sizing:border-box}.flex-md-0{-webkit-flex:1 1 0;-ms-flex:1 1 0;flex:1 1 0;max-width:0;max-height:100%;box-sizing:border-box}.layout-md-row>.flex-md-0,.layout-row>.flex-md-0{-webkit-flex:1 1 0;-ms-flex:1 1 0;flex:1 1 0;max-width:0;max-height:100%;box-sizing:border-box;min-width:0}.layout-column>.flex-md-0,.layout-md-column>.flex-md-0{-webkit-flex:1 1 0;-ms-flex:1 1 0;flex:1 1 0;max-width:100%;max-height:0;box-sizing:border-box;min-height:0}.flex-md-5,.layout-md-row>.flex-md-5,.layout-row>.flex-md-5{-webkit-flex:1 1 5%;-ms-flex:1 1 5%;flex:1 1 5%;max-width:5%;max-height:100%;box-sizing:border-box}.layout-column>.flex-md-5,.layout-md-column>.flex-md-5{-webkit-flex:1 1 5%;-ms-flex:1 1 5%;flex:1 1 5%;max-width:100%;max-height:5%;box-sizing:border-box}.flex-md-10,.layout-md-row>.flex-md-10,.layout-row>.flex-md-10{-webkit-flex:1 1 10%;-ms-flex:1 1 10%;flex:1 1 10%;max-width:10%;max-height:100%;box-sizing:border-box}.layout-column>.flex-md-10,.layout-md-column>.flex-md-10{-webkit-flex:1 1 10%;-ms-flex:1 1 10%;flex:1 1 10%;max-width:100%;max-height:10%;box-sizing:border-box}.flex-md-15,.layout-md-row>.flex-md-15,.layout-row>.flex-md-15{-webkit-flex:1 1 15%;-ms-flex:1 1 15%;flex:1 1 15%;max-width:15%;max-height:100%;box-sizing:border-box}.layout-column>.flex-md-15,.layout-md-column>.flex-md-15{-webkit-flex:1 1 15%;-ms-flex:1 1 15%;flex:1 1 15%;max-width:100%;max-height:15%;box-sizing:border-box}.flex-md-20,.layout-md-row>.flex-md-20,.layout-row>.flex-md-20{-webkit-flex:1 1 20%;-ms-flex:1 1 20%;flex:1 1 20%;max-width:20%;max-height:100%;box-sizing:border-box}.layout-column>.flex-md-20,.layout-md-column>.flex-md-20{-webkit-flex:1 1 20%;-ms-flex:1 1 20%;flex:1 1 20%;max-width:100%;max-height:20%;box-sizing:border-box}.flex-md-25,.layout-md-row>.flex-md-25,.layout-row>.flex-md-25{-webkit-flex:1 1 25%;-ms-flex:1 1 25%;flex:1 1 25%;max-width:25%;max-height:100%;box-sizing:border-box}.layout-column>.flex-md-25,.layout-md-column>.flex-md-25{-webkit-flex:1 1 25%;-ms-flex:1 1 25%;flex:1 1 25%;max-width:100%;max-height:25%;box-sizing:border-box}.flex-md-30,.layout-md-row>.flex-md-30,.layout-row>.flex-md-30{-webkit-flex:1 1 30%;-ms-flex:1 1 30%;flex:1 1 30%;max-width:30%;max-height:100%;box-sizing:border-box}.layout-column>.flex-md-30,.layout-md-column>.flex-md-30{-webkit-flex:1 1 30%;-ms-flex:1 1 30%;flex:1 1 30%;max-width:100%;max-height:30%;box-sizing:border-box}.flex-md-35,.layout-md-row>.flex-md-35,.layout-row>.flex-md-35{-webkit-flex:1 1 35%;-ms-flex:1 1 35%;flex:1 1 35%;max-width:35%;max-height:100%;box-sizing:border-box}.layout-column>.flex-md-35,.layout-md-column>.flex-md-35{-webkit-flex:1 1 35%;-ms-flex:1 1 35%;flex:1 1 35%;max-width:100%;max-height:35%;box-sizing:border-box}.flex-md-40,.layout-md-row>.flex-md-40,.layout-row>.flex-md-40{-webkit-flex:1 1 40%;-ms-flex:1 1 40%;flex:1 1 40%;max-width:40%;max-height:100%;box-sizing:border-box}.layout-column>.flex-md-40,.layout-md-column>.flex-md-40{-webkit-flex:1 1 40%;-ms-flex:1 1 40%;flex:1 1 40%;max-width:100%;max-height:40%;box-sizing:border-box}.flex-md-45,.layout-md-row>.flex-md-45,.layout-row>.flex-md-45{-webkit-flex:1 1 45%;-ms-flex:1 1 45%;flex:1 1 45%;max-width:45%;max-height:100%;box-sizing:border-box}.layout-column>.flex-md-45,.layout-md-column>.flex-md-45{-webkit-flex:1 1 45%;-ms-flex:1 1 45%;flex:1 1 45%;max-width:100%;max-height:45%;box-sizing:border-box}.flex-md-50,.layout-md-row>.flex-md-50,.layout-row>.flex-md-50{-webkit-flex:1 1 50%;-ms-flex:1 1 50%;flex:1 1 50%;max-width:50%;max-height:100%;box-sizing:border-box}.layout-column>.flex-md-50,.layout-md-column>.flex-md-50{-webkit-flex:1 1 50%;-ms-flex:1 1 50%;flex:1 1 50%;max-width:100%;max-height:50%;box-sizing:border-box}.flex-md-55,.layout-md-row>.flex-md-55,.layout-row>.flex-md-55{-webkit-flex:1 1 55%;-ms-flex:1 1 55%;flex:1 1 55%;max-width:55%;max-height:100%;box-sizing:border-box}.layout-column>.flex-md-55,.layout-md-column>.flex-md-55{-webkit-flex:1 1 55%;-ms-flex:1 1 55%;flex:1 1 55%;max-width:100%;max-height:55%;box-sizing:border-box}.flex-md-60,.layout-md-row>.flex-md-60,.layout-row>.flex-md-60{-webkit-flex:1 1 60%;-ms-flex:1 1 60%;flex:1 1 60%;max-width:60%;max-height:100%;box-sizing:border-box}.layout-column>.flex-md-60,.layout-md-column>.flex-md-60{-webkit-flex:1 1 60%;-ms-flex:1 1 60%;flex:1 1 60%;max-width:100%;max-height:60%;box-sizing:border-box}.flex-md-65,.layout-md-row>.flex-md-65,.layout-row>.flex-md-65{-webkit-flex:1 1 65%;-ms-flex:1 1 65%;flex:1 1 65%;max-width:65%;max-height:100%;box-sizing:border-box}.layout-column>.flex-md-65,.layout-md-column>.flex-md-65{-webkit-flex:1 1 65%;-ms-flex:1 1 65%;flex:1 1 65%;max-width:100%;max-height:65%;box-sizing:border-box}.flex-md-70,.layout-md-row>.flex-md-70,.layout-row>.flex-md-70{-webkit-flex:1 1 70%;-ms-flex:1 1 70%;flex:1 1 70%;max-width:70%;max-height:100%;box-sizing:border-box}.layout-column>.flex-md-70,.layout-md-column>.flex-md-70{-webkit-flex:1 1 70%;-ms-flex:1 1 70%;flex:1 1 70%;max-width:100%;max-height:70%;box-sizing:border-box}.flex-md-75,.layout-md-row>.flex-md-75,.layout-row>.flex-md-75{-webkit-flex:1 1 75%;-ms-flex:1 1 75%;flex:1 1 75%;max-width:75%;max-height:100%;box-sizing:border-box}.layout-column>.flex-md-75,.layout-md-column>.flex-md-75{-webkit-flex:1 1 75%;-ms-flex:1 1 75%;flex:1 1 75%;max-width:100%;max-height:75%;box-sizing:border-box}.flex-md-80,.layout-md-row>.flex-md-80,.layout-row>.flex-md-80{-webkit-flex:1 1 80%;-ms-flex:1 1 80%;flex:1 1 80%;max-width:80%;max-height:100%;box-sizing:border-box}.layout-column>.flex-md-80,.layout-md-column>.flex-md-80{-webkit-flex:1 1 80%;-ms-flex:1 1 80%;flex:1 1 80%;max-width:100%;max-height:80%;box-sizing:border-box}.flex-md-85,.layout-md-row>.flex-md-85,.layout-row>.flex-md-85{-webkit-flex:1 1 85%;-ms-flex:1 1 85%;flex:1 1 85%;max-width:85%;max-height:100%;box-sizing:border-box}.layout-column>.flex-md-85,.layout-md-column>.flex-md-85{-webkit-flex:1 1 85%;-ms-flex:1 1 85%;flex:1 1 85%;max-width:100%;max-height:85%;box-sizing:border-box}.flex-md-90,.layout-md-row>.flex-md-90,.layout-row>.flex-md-90{-webkit-flex:1 1 90%;-ms-flex:1 1 90%;flex:1 1 90%;max-width:90%;max-height:100%;box-sizing:border-box}.layout-column>.flex-md-90,.layout-md-column>.flex-md-90{-webkit-flex:1 1 90%;-ms-flex:1 1 90%;flex:1 1 90%;max-width:100%;max-height:90%;box-sizing:border-box}.flex-md-95,.layout-md-row>.flex-md-95,.layout-row>.flex-md-95{-webkit-flex:1 1 95%;-ms-flex:1 1 95%;flex:1 1 95%;max-width:95%;max-height:100%;box-sizing:border-box}.layout-column>.flex-md-95,.layout-md-column>.flex-md-95{-webkit-flex:1 1 95%;-ms-flex:1 1 95%;flex:1 1 95%;max-width:100%;max-height:95%;box-sizing:border-box}.flex-md-100,.layout-column>.flex-md-100,.layout-md-column>.flex-md-100,.layout-md-row>.flex-md-100,.layout-row>.flex-md-100{-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;box-sizing:border-box}.layout-md-row>.flex-md-33,.layout-row>.flex-md-33{-webkit-flex:1 1 33.33%;-ms-flex:1 1 33.33%;flex:1 1 33.33%;max-width:33.33%;max-height:100%;box-sizing:border-box}.layout-md-row>.flex-md-66,.layout-row>.flex-md-66{-webkit-flex:1 1 66.66%;-ms-flex:1 1 66.66%;flex:1 1 66.66%;max-width:66.66%;max-height:100%;box-sizing:border-box}.layout-md-row>.flex,.layout-row>.flex{min-width:0}.layout-column>.flex-md-33,.layout-md-column>.flex-md-33{-webkit-flex:1 1 33.33%;-ms-flex:1 1 33.33%;flex:1 1 33.33%;max-width:100%;max-height:33.33%;box-sizing:border-box}.layout-column>.flex-md-66,.layout-md-column>.flex-md-66{-webkit-flex:1 1 66.66%;-ms-flex:1 1 66.66%;flex:1 1 66.66%;max-width:100%;max-height:66.66%;box-sizing:border-box}.layout-column>.flex,.layout-md-column>.flex{min-height:0}.layout-md,.layout-md-column,.layout-md-row{box-sizing:border-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.layout-md-column{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.layout-md-row{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}}
@media (min-width:1280px){.flex-order-gt-md--20{-webkit-order:-20;-ms-flex-order:-20;order:-20}.flex-order-gt-md--19{-webkit-order:-19;-ms-flex-order:-19;order:-19}.flex-order-gt-md--18{-webkit-order:-18;-ms-flex-order:-18;order:-18}.flex-order-gt-md--17{-webkit-order:-17;-ms-flex-order:-17;order:-17}.flex-order-gt-md--16{-webkit-order:-16;-ms-flex-order:-16;order:-16}.flex-order-gt-md--15{-webkit-order:-15;-ms-flex-order:-15;order:-15}.flex-order-gt-md--14{-webkit-order:-14;-ms-flex-order:-14;order:-14}.flex-order-gt-md--13{-webkit-order:-13;-ms-flex-order:-13;order:-13}.flex-order-gt-md--12{-webkit-order:-12;-ms-flex-order:-12;order:-12}.flex-order-gt-md--11{-webkit-order:-11;-ms-flex-order:-11;order:-11}.flex-order-gt-md--10{-webkit-order:-10;-ms-flex-order:-10;order:-10}.flex-order-gt-md--9{-webkit-order:-9;-ms-flex-order:-9;order:-9}.flex-order-gt-md--8{-webkit-order:-8;-ms-flex-order:-8;order:-8}.flex-order-gt-md--7{-webkit-order:-7;-ms-flex-order:-7;order:-7}.flex-order-gt-md--6{-webkit-order:-6;-ms-flex-order:-6;order:-6}.flex-order-gt-md--5{-webkit-order:-5;-ms-flex-order:-5;order:-5}.flex-order-gt-md--4{-webkit-order:-4;-ms-flex-order:-4;order:-4}.flex-order-gt-md--3{-webkit-order:-3;-ms-flex-order:-3;order:-3}.flex-order-gt-md--2{-webkit-order:-2;-ms-flex-order:-2;order:-2}.flex-order-gt-md--1{-webkit-order:-1;-ms-flex-order:-1;order:-1}.flex-order-gt-md-0{-webkit-order:0;-ms-flex-order:0;order:0}.flex-order-gt-md-1{-webkit-order:1;-ms-flex-order:1;order:1}.flex-order-gt-md-2{-webkit-order:2;-ms-flex-order:2;order:2}.flex-order-gt-md-3{-webkit-order:3;-ms-flex-order:3;order:3}.flex-order-gt-md-4{-webkit-order:4;-ms-flex-order:4;order:4}.flex-order-gt-md-5{-webkit-order:5;-ms-flex-order:5;order:5}.flex-order-gt-md-6{-webkit-order:6;-ms-flex-order:6;order:6}.flex-order-gt-md-7{-webkit-order:7;-ms-flex-order:7;order:7}.flex-order-gt-md-8{-webkit-order:8;-ms-flex-order:8;order:8}.flex-order-gt-md-9{-webkit-order:9;-ms-flex-order:9;order:9}.flex-order-gt-md-10{-webkit-order:10;-ms-flex-order:10;order:10}.flex-order-gt-md-11{-webkit-order:11;-ms-flex-order:11;order:11}.flex-order-gt-md-12{-webkit-order:12;-ms-flex-order:12;order:12}.flex-order-gt-md-13{-webkit-order:13;-ms-flex-order:13;order:13}.flex-order-gt-md-14{-webkit-order:14;-ms-flex-order:14;order:14}.flex-order-gt-md-15{-webkit-order:15;-ms-flex-order:15;order:15}.flex-order-gt-md-16{-webkit-order:16;-ms-flex-order:16;order:16}.flex-order-gt-md-17{-webkit-order:17;-ms-flex-order:17;order:17}.flex-order-gt-md-18{-webkit-order:18;-ms-flex-order:18;order:18}.flex-order-gt-md-19{-webkit-order:19;-ms-flex-order:19;order:19}.flex-order-gt-md-20{-webkit-order:20;-ms-flex-order:20;order:20}.flex-offset-gt-md-0,.offset-gt-md-0{margin-left:0}[dir=rtl] .flex-offset-gt-md-0,[dir=rtl] .offset-gt-md-0{margin-left:auto;margin-right:0}.flex-offset-gt-md-5,.offset-gt-md-5{margin-left:5%}[dir=rtl] .flex-offset-gt-md-5,[dir=rtl] .offset-gt-md-5{margin-left:auto;margin-right:5%}.flex-offset-gt-md-10,.offset-gt-md-10{margin-left:10%}[dir=rtl] .flex-offset-gt-md-10,[dir=rtl] .offset-gt-md-10{margin-left:auto;margin-right:10%}.flex-offset-gt-md-15,.offset-gt-md-15{margin-left:15%}[dir=rtl] .flex-offset-gt-md-15,[dir=rtl] .offset-gt-md-15{margin-left:auto;margin-right:15%}.flex-offset-gt-md-20,.offset-gt-md-20{margin-left:20%}[dir=rtl] .flex-offset-gt-md-20,[dir=rtl] .offset-gt-md-20{margin-left:auto;margin-right:20%}.flex-offset-gt-md-25,.offset-gt-md-25{margin-left:25%}[dir=rtl] .flex-offset-gt-md-25,[dir=rtl] .offset-gt-md-25{margin-left:auto;margin-right:25%}.flex-offset-gt-md-30,.offset-gt-md-30{margin-left:30%}[dir=rtl] .flex-offset-gt-md-30,[dir=rtl] .offset-gt-md-30{margin-left:auto;margin-right:30%}.flex-offset-gt-md-35,.offset-gt-md-35{margin-left:35%}[dir=rtl] .flex-offset-gt-md-35,[dir=rtl] .offset-gt-md-35{margin-left:auto;margin-right:35%}.flex-offset-gt-md-40,.offset-gt-md-40{margin-left:40%}[dir=rtl] .flex-offset-gt-md-40,[dir=rtl] .offset-gt-md-40{margin-left:auto;margin-right:40%}.flex-offset-gt-md-45,.offset-gt-md-45{margin-left:45%}[dir=rtl] .flex-offset-gt-md-45,[dir=rtl] .offset-gt-md-45{margin-left:auto;margin-right:45%}.flex-offset-gt-md-50,.offset-gt-md-50{margin-left:50%}[dir=rtl] .flex-offset-gt-md-50,[dir=rtl] .offset-gt-md-50{margin-left:auto;margin-right:50%}.flex-offset-gt-md-55,.offset-gt-md-55{margin-left:55%}[dir=rtl] .flex-offset-gt-md-55,[dir=rtl] .offset-gt-md-55{margin-left:auto;margin-right:55%}.flex-offset-gt-md-60,.offset-gt-md-60{margin-left:60%}[dir=rtl] .flex-offset-gt-md-60,[dir=rtl] .offset-gt-md-60{margin-left:auto;margin-right:60%}.flex-offset-gt-md-65,.offset-gt-md-65{margin-left:65%}[dir=rtl] .flex-offset-gt-md-65,[dir=rtl] .offset-gt-md-65{margin-left:auto;margin-right:65%}.flex-offset-gt-md-70,.offset-gt-md-70{margin-left:70%}[dir=rtl] .flex-offset-gt-md-70,[dir=rtl] .offset-gt-md-70{margin-left:auto;margin-right:70%}.flex-offset-gt-md-75,.offset-gt-md-75{margin-left:75%}[dir=rtl] .flex-offset-gt-md-75,[dir=rtl] .offset-gt-md-75{margin-left:auto;margin-right:75%}.flex-offset-gt-md-80,.offset-gt-md-80{margin-left:80%}[dir=rtl] .flex-offset-gt-md-80,[dir=rtl] .offset-gt-md-80{margin-left:auto;margin-right:80%}.flex-offset-gt-md-85,.offset-gt-md-85{margin-left:85%}[dir=rtl] .flex-offset-gt-md-85,[dir=rtl] .offset-gt-md-85{margin-left:auto;margin-right:85%}.flex-offset-gt-md-90,.offset-gt-md-90{margin-left:90%}[dir=rtl] .flex-offset-gt-md-90,[dir=rtl] .offset-gt-md-90{margin-left:auto;margin-right:90%}.flex-offset-gt-md-95,.offset-gt-md-95{margin-left:95%}[dir=rtl] .flex-offset-gt-md-95,[dir=rtl] .offset-gt-md-95{margin-left:auto;margin-right:95%}.flex-offset-gt-md-33,.offset-gt-md-33{margin-left:calc(100% / 3)}.flex-offset-gt-md-66,.offset-gt-md-66{margin-left:calc(200% / 3)}[dir=rtl] .flex-offset-gt-md-66,[dir=rtl] .offset-gt-md-66{margin-left:auto;margin-right:calc(200% / 3)}.layout-align-gt-md{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-content:stretch;-ms-flex-line-pack:stretch;align-content:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.layout-align-gt-md-start,.layout-align-gt-md-start-center,.layout-align-gt-md-start-end,.layout-align-gt-md-start-start,.layout-align-gt-md-start-stretch{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.layout-align-gt-md-center,.layout-align-gt-md-center-center,.layout-align-gt-md-center-end,.layout-align-gt-md-center-start,.layout-align-gt-md-center-stretch{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.layout-align-gt-md-end,.layout-align-gt-md-end-center,.layout-align-gt-md-end-end,.layout-align-gt-md-end-start,.layout-align-gt-md-end-stretch{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.layout-align-gt-md-space-around,.layout-align-gt-md-space-around-center,.layout-align-gt-md-space-around-end,.layout-align-gt-md-space-around-start,.layout-align-gt-md-space-around-stretch{-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}.layout-align-gt-md-space-between,.layout-align-gt-md-space-between-center,.layout-align-gt-md-space-between-end,.layout-align-gt-md-space-between-start,.layout-align-gt-md-space-between-stretch{-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.layout-align-gt-md-center-start,.layout-align-gt-md-end-start,.layout-align-gt-md-space-around-start,.layout-align-gt-md-space-between-start,.layout-align-gt-md-start-start{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-align-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start}.layout-align-gt-md-center-center,.layout-align-gt-md-end-center,.layout-align-gt-md-space-around-center,.layout-align-gt-md-space-between-center,.layout-align-gt-md-start-center{-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;max-width:100%}.layout-align-gt-md-center-center>*,.layout-align-gt-md-end-center>*,.layout-align-gt-md-space-around-center>*,.layout-align-gt-md-space-between-center>*,.layout-align-gt-md-start-center>*{max-width:100%;box-sizing:border-box}.layout-align-gt-md-center-end,.layout-align-gt-md-end-end,.layout-align-gt-md-space-around-end,.layout-align-gt-md-space-between-end,.layout-align-gt-md-start-end{-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;-webkit-align-content:flex-end;-ms-flex-line-pack:end;align-content:flex-end}.layout-align-gt-md-center-stretch,.layout-align-gt-md-end-stretch,.layout-align-gt-md-space-around-stretch,.layout-align-gt-md-space-between-stretch,.layout-align-gt-md-start-stretch{-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-align-content:stretch;-ms-flex-line-pack:stretch;align-content:stretch}.flex-gt-md{-webkit-flex:1;-ms-flex:1;flex:1;box-sizing:border-box}.flex-gt-md-grow{-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.flex-gt-md-initial{-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;box-sizing:border-box}.flex-gt-md-auto{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;box-sizing:border-box}.flex-gt-md-none{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;box-sizing:border-box}.flex-gt-md-noshrink{-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;box-sizing:border-box}.flex-gt-md-nogrow{-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;box-sizing:border-box}.flex-gt-md-0{-webkit-flex:1 1 0;-ms-flex:1 1 0;flex:1 1 0;max-width:0;max-height:100%;box-sizing:border-box}.layout-gt-md-row>.flex-gt-md-0,.layout-row>.flex-gt-md-0{-webkit-flex:1 1 0;-ms-flex:1 1 0;flex:1 1 0;max-width:0;max-height:100%;box-sizing:border-box;min-width:0}.layout-column>.flex-gt-md-0,.layout-gt-md-column>.flex-gt-md-0{-webkit-flex:1 1 0;-ms-flex:1 1 0;flex:1 1 0;max-width:100%;max-height:0;box-sizing:border-box;min-height:0}.flex-gt-md-5,.layout-gt-md-row>.flex-gt-md-5,.layout-row>.flex-gt-md-5{-webkit-flex:1 1 5%;-ms-flex:1 1 5%;flex:1 1 5%;max-width:5%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-md-5,.layout-gt-md-column>.flex-gt-md-5{-webkit-flex:1 1 5%;-ms-flex:1 1 5%;flex:1 1 5%;max-width:100%;max-height:5%;box-sizing:border-box}.flex-gt-md-10,.layout-gt-md-row>.flex-gt-md-10,.layout-row>.flex-gt-md-10{-webkit-flex:1 1 10%;-ms-flex:1 1 10%;flex:1 1 10%;max-width:10%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-md-10,.layout-gt-md-column>.flex-gt-md-10{-webkit-flex:1 1 10%;-ms-flex:1 1 10%;flex:1 1 10%;max-width:100%;max-height:10%;box-sizing:border-box}.flex-gt-md-15,.layout-gt-md-row>.flex-gt-md-15,.layout-row>.flex-gt-md-15{-webkit-flex:1 1 15%;-ms-flex:1 1 15%;flex:1 1 15%;max-width:15%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-md-15,.layout-gt-md-column>.flex-gt-md-15{-webkit-flex:1 1 15%;-ms-flex:1 1 15%;flex:1 1 15%;max-width:100%;max-height:15%;box-sizing:border-box}.flex-gt-md-20,.layout-gt-md-row>.flex-gt-md-20,.layout-row>.flex-gt-md-20{-webkit-flex:1 1 20%;-ms-flex:1 1 20%;flex:1 1 20%;max-width:20%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-md-20,.layout-gt-md-column>.flex-gt-md-20{-webkit-flex:1 1 20%;-ms-flex:1 1 20%;flex:1 1 20%;max-width:100%;max-height:20%;box-sizing:border-box}.flex-gt-md-25,.layout-gt-md-row>.flex-gt-md-25,.layout-row>.flex-gt-md-25{-webkit-flex:1 1 25%;-ms-flex:1 1 25%;flex:1 1 25%;max-width:25%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-md-25,.layout-gt-md-column>.flex-gt-md-25{-webkit-flex:1 1 25%;-ms-flex:1 1 25%;flex:1 1 25%;max-width:100%;max-height:25%;box-sizing:border-box}.flex-gt-md-30,.layout-gt-md-row>.flex-gt-md-30,.layout-row>.flex-gt-md-30{-webkit-flex:1 1 30%;-ms-flex:1 1 30%;flex:1 1 30%;max-width:30%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-md-30,.layout-gt-md-column>.flex-gt-md-30{-webkit-flex:1 1 30%;-ms-flex:1 1 30%;flex:1 1 30%;max-width:100%;max-height:30%;box-sizing:border-box}.flex-gt-md-35,.layout-gt-md-row>.flex-gt-md-35,.layout-row>.flex-gt-md-35{-webkit-flex:1 1 35%;-ms-flex:1 1 35%;flex:1 1 35%;max-width:35%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-md-35,.layout-gt-md-column>.flex-gt-md-35{-webkit-flex:1 1 35%;-ms-flex:1 1 35%;flex:1 1 35%;max-width:100%;max-height:35%;box-sizing:border-box}.flex-gt-md-40,.layout-gt-md-row>.flex-gt-md-40,.layout-row>.flex-gt-md-40{-webkit-flex:1 1 40%;-ms-flex:1 1 40%;flex:1 1 40%;max-width:40%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-md-40,.layout-gt-md-column>.flex-gt-md-40{-webkit-flex:1 1 40%;-ms-flex:1 1 40%;flex:1 1 40%;max-width:100%;max-height:40%;box-sizing:border-box}.flex-gt-md-45,.layout-gt-md-row>.flex-gt-md-45,.layout-row>.flex-gt-md-45{-webkit-flex:1 1 45%;-ms-flex:1 1 45%;flex:1 1 45%;max-width:45%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-md-45,.layout-gt-md-column>.flex-gt-md-45{-webkit-flex:1 1 45%;-ms-flex:1 1 45%;flex:1 1 45%;max-width:100%;max-height:45%;box-sizing:border-box}.flex-gt-md-50,.layout-gt-md-row>.flex-gt-md-50,.layout-row>.flex-gt-md-50{-webkit-flex:1 1 50%;-ms-flex:1 1 50%;flex:1 1 50%;max-width:50%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-md-50,.layout-gt-md-column>.flex-gt-md-50{-webkit-flex:1 1 50%;-ms-flex:1 1 50%;flex:1 1 50%;max-width:100%;max-height:50%;box-sizing:border-box}.flex-gt-md-55,.layout-gt-md-row>.flex-gt-md-55,.layout-row>.flex-gt-md-55{-webkit-flex:1 1 55%;-ms-flex:1 1 55%;flex:1 1 55%;max-width:55%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-md-55,.layout-gt-md-column>.flex-gt-md-55{-webkit-flex:1 1 55%;-ms-flex:1 1 55%;flex:1 1 55%;max-width:100%;max-height:55%;box-sizing:border-box}.flex-gt-md-60,.layout-gt-md-row>.flex-gt-md-60,.layout-row>.flex-gt-md-60{-webkit-flex:1 1 60%;-ms-flex:1 1 60%;flex:1 1 60%;max-width:60%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-md-60,.layout-gt-md-column>.flex-gt-md-60{-webkit-flex:1 1 60%;-ms-flex:1 1 60%;flex:1 1 60%;max-width:100%;max-height:60%;box-sizing:border-box}.flex-gt-md-65,.layout-gt-md-row>.flex-gt-md-65,.layout-row>.flex-gt-md-65{-webkit-flex:1 1 65%;-ms-flex:1 1 65%;flex:1 1 65%;max-width:65%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-md-65,.layout-gt-md-column>.flex-gt-md-65{-webkit-flex:1 1 65%;-ms-flex:1 1 65%;flex:1 1 65%;max-width:100%;max-height:65%;box-sizing:border-box}.flex-gt-md-70,.layout-gt-md-row>.flex-gt-md-70,.layout-row>.flex-gt-md-70{-webkit-flex:1 1 70%;-ms-flex:1 1 70%;flex:1 1 70%;max-width:70%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-md-70,.layout-gt-md-column>.flex-gt-md-70{-webkit-flex:1 1 70%;-ms-flex:1 1 70%;flex:1 1 70%;max-width:100%;max-height:70%;box-sizing:border-box}.flex-gt-md-75,.layout-gt-md-row>.flex-gt-md-75,.layout-row>.flex-gt-md-75{-webkit-flex:1 1 75%;-ms-flex:1 1 75%;flex:1 1 75%;max-width:75%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-md-75,.layout-gt-md-column>.flex-gt-md-75{-webkit-flex:1 1 75%;-ms-flex:1 1 75%;flex:1 1 75%;max-width:100%;max-height:75%;box-sizing:border-box}.flex-gt-md-80,.layout-gt-md-row>.flex-gt-md-80,.layout-row>.flex-gt-md-80{-webkit-flex:1 1 80%;-ms-flex:1 1 80%;flex:1 1 80%;max-width:80%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-md-80,.layout-gt-md-column>.flex-gt-md-80{-webkit-flex:1 1 80%;-ms-flex:1 1 80%;flex:1 1 80%;max-width:100%;max-height:80%;box-sizing:border-box}.flex-gt-md-85,.layout-gt-md-row>.flex-gt-md-85,.layout-row>.flex-gt-md-85{-webkit-flex:1 1 85%;-ms-flex:1 1 85%;flex:1 1 85%;max-width:85%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-md-85,.layout-gt-md-column>.flex-gt-md-85{-webkit-flex:1 1 85%;-ms-flex:1 1 85%;flex:1 1 85%;max-width:100%;max-height:85%;box-sizing:border-box}.flex-gt-md-90,.layout-gt-md-row>.flex-gt-md-90,.layout-row>.flex-gt-md-90{-webkit-flex:1 1 90%;-ms-flex:1 1 90%;flex:1 1 90%;max-width:90%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-md-90,.layout-gt-md-column>.flex-gt-md-90{-webkit-flex:1 1 90%;-ms-flex:1 1 90%;flex:1 1 90%;max-width:100%;max-height:90%;box-sizing:border-box}.flex-gt-md-95,.layout-gt-md-row>.flex-gt-md-95,.layout-row>.flex-gt-md-95{-webkit-flex:1 1 95%;-ms-flex:1 1 95%;flex:1 1 95%;max-width:95%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-md-95,.layout-gt-md-column>.flex-gt-md-95{-webkit-flex:1 1 95%;-ms-flex:1 1 95%;flex:1 1 95%;max-width:100%;max-height:95%;box-sizing:border-box}.flex-gt-md-100,.layout-column>.flex-gt-md-100,.layout-gt-md-column>.flex-gt-md-100,.layout-gt-md-row>.flex-gt-md-100,.layout-row>.flex-gt-md-100{-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;box-sizing:border-box}.layout-gt-md-row>.flex-gt-md-33,.layout-row>.flex-gt-md-33{-webkit-flex:1 1 33.33%;-ms-flex:1 1 33.33%;flex:1 1 33.33%;max-width:33.33%;max-height:100%;box-sizing:border-box}.layout-gt-md-row>.flex-gt-md-66,.layout-row>.flex-gt-md-66{-webkit-flex:1 1 66.66%;-ms-flex:1 1 66.66%;flex:1 1 66.66%;max-width:66.66%;max-height:100%;box-sizing:border-box}.layout-gt-md-row>.flex,.layout-row>.flex{min-width:0}.layout-column>.flex-gt-md-33,.layout-gt-md-column>.flex-gt-md-33{-webkit-flex:1 1 33.33%;-ms-flex:1 1 33.33%;flex:1 1 33.33%;max-width:100%;max-height:33.33%;box-sizing:border-box}.layout-column>.flex-gt-md-66,.layout-gt-md-column>.flex-gt-md-66{-webkit-flex:1 1 66.66%;-ms-flex:1 1 66.66%;flex:1 1 66.66%;max-width:100%;max-height:66.66%;box-sizing:border-box}.layout-column>.flex,.layout-gt-md-column>.flex{min-height:0}.layout-gt-md,.layout-gt-md-column,.layout-gt-md-row{box-sizing:border-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.layout-gt-md-column{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.layout-gt-md-row{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}}
@media (min-width:1280px) and (max-width:1919px){.hide-gt-md:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show),.hide-gt-sm:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show),.hide-gt-xs:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show),.hide-lg:not(.show-lg):not(.show-gt-md):not(.show-gt-sm):not(.show-gt-xs):not(.show),.hide:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-lg):not(.show){display:none}.flex-order-lg--20{-webkit-order:-20;-ms-flex-order:-20;order:-20}.flex-order-lg--19{-webkit-order:-19;-ms-flex-order:-19;order:-19}.flex-order-lg--18{-webkit-order:-18;-ms-flex-order:-18;order:-18}.flex-order-lg--17{-webkit-order:-17;-ms-flex-order:-17;order:-17}.flex-order-lg--16{-webkit-order:-16;-ms-flex-order:-16;order:-16}.flex-order-lg--15{-webkit-order:-15;-ms-flex-order:-15;order:-15}.flex-order-lg--14{-webkit-order:-14;-ms-flex-order:-14;order:-14}.flex-order-lg--13{-webkit-order:-13;-ms-flex-order:-13;order:-13}.flex-order-lg--12{-webkit-order:-12;-ms-flex-order:-12;order:-12}.flex-order-lg--11{-webkit-order:-11;-ms-flex-order:-11;order:-11}.flex-order-lg--10{-webkit-order:-10;-ms-flex-order:-10;order:-10}.flex-order-lg--9{-webkit-order:-9;-ms-flex-order:-9;order:-9}.flex-order-lg--8{-webkit-order:-8;-ms-flex-order:-8;order:-8}.flex-order-lg--7{-webkit-order:-7;-ms-flex-order:-7;order:-7}.flex-order-lg--6{-webkit-order:-6;-ms-flex-order:-6;order:-6}.flex-order-lg--5{-webkit-order:-5;-ms-flex-order:-5;order:-5}.flex-order-lg--4{-webkit-order:-4;-ms-flex-order:-4;order:-4}.flex-order-lg--3{-webkit-order:-3;-ms-flex-order:-3;order:-3}.flex-order-lg--2{-webkit-order:-2;-ms-flex-order:-2;order:-2}.flex-order-lg--1{-webkit-order:-1;-ms-flex-order:-1;order:-1}.flex-order-lg-0{-webkit-order:0;-ms-flex-order:0;order:0}.flex-order-lg-1{-webkit-order:1;-ms-flex-order:1;order:1}.flex-order-lg-2{-webkit-order:2;-ms-flex-order:2;order:2}.flex-order-lg-3{-webkit-order:3;-ms-flex-order:3;order:3}.flex-order-lg-4{-webkit-order:4;-ms-flex-order:4;order:4}.flex-order-lg-5{-webkit-order:5;-ms-flex-order:5;order:5}.flex-order-lg-6{-webkit-order:6;-ms-flex-order:6;order:6}.flex-order-lg-7{-webkit-order:7;-ms-flex-order:7;order:7}.flex-order-lg-8{-webkit-order:8;-ms-flex-order:8;order:8}.flex-order-lg-9{-webkit-order:9;-ms-flex-order:9;order:9}.flex-order-lg-10{-webkit-order:10;-ms-flex-order:10;order:10}.flex-order-lg-11{-webkit-order:11;-ms-flex-order:11;order:11}.flex-order-lg-12{-webkit-order:12;-ms-flex-order:12;order:12}.flex-order-lg-13{-webkit-order:13;-ms-flex-order:13;order:13}.flex-order-lg-14{-webkit-order:14;-ms-flex-order:14;order:14}.flex-order-lg-15{-webkit-order:15;-ms-flex-order:15;order:15}.flex-order-lg-16{-webkit-order:16;-ms-flex-order:16;order:16}.flex-order-lg-17{-webkit-order:17;-ms-flex-order:17;order:17}.flex-order-lg-18{-webkit-order:18;-ms-flex-order:18;order:18}.flex-order-lg-19{-webkit-order:19;-ms-flex-order:19;order:19}.flex-order-lg-20{-webkit-order:20;-ms-flex-order:20;order:20}.flex-offset-lg-0,.offset-lg-0{margin-left:0}[dir=rtl] .flex-offset-lg-0,[dir=rtl] .offset-lg-0{margin-left:auto;margin-right:0}.flex-offset-lg-5,.offset-lg-5{margin-left:5%}[dir=rtl] .flex-offset-lg-5,[dir=rtl] .offset-lg-5{margin-left:auto;margin-right:5%}.flex-offset-lg-10,.offset-lg-10{margin-left:10%}[dir=rtl] .flex-offset-lg-10,[dir=rtl] .offset-lg-10{margin-left:auto;margin-right:10%}.flex-offset-lg-15,.offset-lg-15{margin-left:15%}[dir=rtl] .flex-offset-lg-15,[dir=rtl] .offset-lg-15{margin-left:auto;margin-right:15%}.flex-offset-lg-20,.offset-lg-20{margin-left:20%}[dir=rtl] .flex-offset-lg-20,[dir=rtl] .offset-lg-20{margin-left:auto;margin-right:20%}.flex-offset-lg-25,.offset-lg-25{margin-left:25%}[dir=rtl] .flex-offset-lg-25,[dir=rtl] .offset-lg-25{margin-left:auto;margin-right:25%}.flex-offset-lg-30,.offset-lg-30{margin-left:30%}[dir=rtl] .flex-offset-lg-30,[dir=rtl] .offset-lg-30{margin-left:auto;margin-right:30%}.flex-offset-lg-35,.offset-lg-35{margin-left:35%}[dir=rtl] .flex-offset-lg-35,[dir=rtl] .offset-lg-35{margin-left:auto;margin-right:35%}.flex-offset-lg-40,.offset-lg-40{margin-left:40%}[dir=rtl] .flex-offset-lg-40,[dir=rtl] .offset-lg-40{margin-left:auto;margin-right:40%}.flex-offset-lg-45,.offset-lg-45{margin-left:45%}[dir=rtl] .flex-offset-lg-45,[dir=rtl] .offset-lg-45{margin-left:auto;margin-right:45%}.flex-offset-lg-50,.offset-lg-50{margin-left:50%}[dir=rtl] .flex-offset-lg-50,[dir=rtl] .offset-lg-50{margin-left:auto;margin-right:50%}.flex-offset-lg-55,.offset-lg-55{margin-left:55%}[dir=rtl] .flex-offset-lg-55,[dir=rtl] .offset-lg-55{margin-left:auto;margin-right:55%}.flex-offset-lg-60,.offset-lg-60{margin-left:60%}[dir=rtl] .flex-offset-lg-60,[dir=rtl] .offset-lg-60{margin-left:auto;margin-right:60%}.flex-offset-lg-65,.offset-lg-65{margin-left:65%}[dir=rtl] .flex-offset-lg-65,[dir=rtl] .offset-lg-65{margin-left:auto;margin-right:65%}.flex-offset-lg-70,.offset-lg-70{margin-left:70%}[dir=rtl] .flex-offset-lg-70,[dir=rtl] .offset-lg-70{margin-left:auto;margin-right:70%}.flex-offset-lg-75,.offset-lg-75{margin-left:75%}[dir=rtl] .flex-offset-lg-75,[dir=rtl] .offset-lg-75{margin-left:auto;margin-right:75%}.flex-offset-lg-80,.offset-lg-80{margin-left:80%}[dir=rtl] .flex-offset-lg-80,[dir=rtl] .offset-lg-80{margin-left:auto;margin-right:80%}.flex-offset-lg-85,.offset-lg-85{margin-left:85%}[dir=rtl] .flex-offset-lg-85,[dir=rtl] .offset-lg-85{margin-left:auto;margin-right:85%}.flex-offset-lg-90,.offset-lg-90{margin-left:90%}[dir=rtl] .flex-offset-lg-90,[dir=rtl] .offset-lg-90{margin-left:auto;margin-right:90%}.flex-offset-lg-95,.offset-lg-95{margin-left:95%}[dir=rtl] .flex-offset-lg-95,[dir=rtl] .offset-lg-95{margin-left:auto;margin-right:95%}.flex-offset-lg-33,.offset-lg-33{margin-left:calc(100% / 3)}.flex-offset-lg-66,.offset-lg-66{margin-left:calc(200% / 3)}[dir=rtl] .flex-offset-lg-66,[dir=rtl] .offset-lg-66{margin-left:auto;margin-right:calc(200% / 3)}.layout-align-lg{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-content:stretch;-ms-flex-line-pack:stretch;align-content:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.layout-align-lg-start,.layout-align-lg-start-center,.layout-align-lg-start-end,.layout-align-lg-start-start,.layout-align-lg-start-stretch{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.layout-align-lg-center,.layout-align-lg-center-center,.layout-align-lg-center-end,.layout-align-lg-center-start,.layout-align-lg-center-stretch{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.layout-align-lg-end,.layout-align-lg-end-center,.layout-align-lg-end-end,.layout-align-lg-end-start,.layout-align-lg-end-stretch{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.layout-align-lg-space-around,.layout-align-lg-space-around-center,.layout-align-lg-space-around-end,.layout-align-lg-space-around-start,.layout-align-lg-space-around-stretch{-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}.layout-align-lg-space-between,.layout-align-lg-space-between-center,.layout-align-lg-space-between-end,.layout-align-lg-space-between-start,.layout-align-lg-space-between-stretch{-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.layout-align-lg-center-start,.layout-align-lg-end-start,.layout-align-lg-space-around-start,.layout-align-lg-space-between-start,.layout-align-lg-start-start{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-align-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start}.layout-align-lg-center-center,.layout-align-lg-end-center,.layout-align-lg-space-around-center,.layout-align-lg-space-between-center,.layout-align-lg-start-center{-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;max-width:100%}.layout-align-lg-center-center>*,.layout-align-lg-end-center>*,.layout-align-lg-space-around-center>*,.layout-align-lg-space-between-center>*,.layout-align-lg-start-center>*{max-width:100%;box-sizing:border-box}.layout-align-lg-center-end,.layout-align-lg-end-end,.layout-align-lg-space-around-end,.layout-align-lg-space-between-end,.layout-align-lg-start-end{-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;-webkit-align-content:flex-end;-ms-flex-line-pack:end;align-content:flex-end}.layout-align-lg-center-stretch,.layout-align-lg-end-stretch,.layout-align-lg-space-around-stretch,.layout-align-lg-space-between-stretch,.layout-align-lg-start-stretch{-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-align-content:stretch;-ms-flex-line-pack:stretch;align-content:stretch}.flex-lg{-webkit-flex:1;-ms-flex:1;flex:1;box-sizing:border-box}.flex-lg-grow{-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.flex-lg-initial{-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;box-sizing:border-box}.flex-lg-auto{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;box-sizing:border-box}.flex-lg-none{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;box-sizing:border-box}.flex-lg-noshrink{-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;box-sizing:border-box}.flex-lg-nogrow{-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;box-sizing:border-box}.flex-lg-0{-webkit-flex:1 1 0;-ms-flex:1 1 0;flex:1 1 0;max-width:0;max-height:100%;box-sizing:border-box}.layout-lg-row>.flex-lg-0,.layout-row>.flex-lg-0{-webkit-flex:1 1 0;-ms-flex:1 1 0;flex:1 1 0;max-width:0;max-height:100%;box-sizing:border-box;min-width:0}.layout-column>.flex-lg-0,.layout-lg-column>.flex-lg-0{-webkit-flex:1 1 0;-ms-flex:1 1 0;flex:1 1 0;max-width:100%;max-height:0;box-sizing:border-box;min-height:0}.flex-lg-5,.layout-lg-row>.flex-lg-5,.layout-row>.flex-lg-5{-webkit-flex:1 1 5%;-ms-flex:1 1 5%;flex:1 1 5%;max-width:5%;max-height:100%;box-sizing:border-box}.layout-column>.flex-lg-5,.layout-lg-column>.flex-lg-5{-webkit-flex:1 1 5%;-ms-flex:1 1 5%;flex:1 1 5%;max-width:100%;max-height:5%;box-sizing:border-box}.flex-lg-10,.layout-lg-row>.flex-lg-10,.layout-row>.flex-lg-10{-webkit-flex:1 1 10%;-ms-flex:1 1 10%;flex:1 1 10%;max-width:10%;max-height:100%;box-sizing:border-box}.layout-column>.flex-lg-10,.layout-lg-column>.flex-lg-10{-webkit-flex:1 1 10%;-ms-flex:1 1 10%;flex:1 1 10%;max-width:100%;max-height:10%;box-sizing:border-box}.flex-lg-15,.layout-lg-row>.flex-lg-15,.layout-row>.flex-lg-15{-webkit-flex:1 1 15%;-ms-flex:1 1 15%;flex:1 1 15%;max-width:15%;max-height:100%;box-sizing:border-box}.layout-column>.flex-lg-15,.layout-lg-column>.flex-lg-15{-webkit-flex:1 1 15%;-ms-flex:1 1 15%;flex:1 1 15%;max-width:100%;max-height:15%;box-sizing:border-box}.flex-lg-20,.layout-lg-row>.flex-lg-20,.layout-row>.flex-lg-20{-webkit-flex:1 1 20%;-ms-flex:1 1 20%;flex:1 1 20%;max-width:20%;max-height:100%;box-sizing:border-box}.layout-column>.flex-lg-20,.layout-lg-column>.flex-lg-20{-webkit-flex:1 1 20%;-ms-flex:1 1 20%;flex:1 1 20%;max-width:100%;max-height:20%;box-sizing:border-box}.flex-lg-25,.layout-lg-row>.flex-lg-25,.layout-row>.flex-lg-25{-webkit-flex:1 1 25%;-ms-flex:1 1 25%;flex:1 1 25%;max-width:25%;max-height:100%;box-sizing:border-box}.layout-column>.flex-lg-25,.layout-lg-column>.flex-lg-25{-webkit-flex:1 1 25%;-ms-flex:1 1 25%;flex:1 1 25%;max-width:100%;max-height:25%;box-sizing:border-box}.flex-lg-30,.layout-lg-row>.flex-lg-30,.layout-row>.flex-lg-30{-webkit-flex:1 1 30%;-ms-flex:1 1 30%;flex:1 1 30%;max-width:30%;max-height:100%;box-sizing:border-box}.layout-column>.flex-lg-30,.layout-lg-column>.flex-lg-30{-webkit-flex:1 1 30%;-ms-flex:1 1 30%;flex:1 1 30%;max-width:100%;max-height:30%;box-sizing:border-box}.flex-lg-35,.layout-lg-row>.flex-lg-35,.layout-row>.flex-lg-35{-webkit-flex:1 1 35%;-ms-flex:1 1 35%;flex:1 1 35%;max-width:35%;max-height:100%;box-sizing:border-box}.layout-column>.flex-lg-35,.layout-lg-column>.flex-lg-35{-webkit-flex:1 1 35%;-ms-flex:1 1 35%;flex:1 1 35%;max-width:100%;max-height:35%;box-sizing:border-box}.flex-lg-40,.layout-lg-row>.flex-lg-40,.layout-row>.flex-lg-40{-webkit-flex:1 1 40%;-ms-flex:1 1 40%;flex:1 1 40%;max-width:40%;max-height:100%;box-sizing:border-box}.layout-column>.flex-lg-40,.layout-lg-column>.flex-lg-40{-webkit-flex:1 1 40%;-ms-flex:1 1 40%;flex:1 1 40%;max-width:100%;max-height:40%;box-sizing:border-box}.flex-lg-45,.layout-lg-row>.flex-lg-45,.layout-row>.flex-lg-45{-webkit-flex:1 1 45%;-ms-flex:1 1 45%;flex:1 1 45%;max-width:45%;max-height:100%;box-sizing:border-box}.layout-column>.flex-lg-45,.layout-lg-column>.flex-lg-45{-webkit-flex:1 1 45%;-ms-flex:1 1 45%;flex:1 1 45%;max-width:100%;max-height:45%;box-sizing:border-box}.flex-lg-50,.layout-lg-row>.flex-lg-50,.layout-row>.flex-lg-50{-webkit-flex:1 1 50%;-ms-flex:1 1 50%;flex:1 1 50%;max-width:50%;max-height:100%;box-sizing:border-box}.layout-column>.flex-lg-50,.layout-lg-column>.flex-lg-50{-webkit-flex:1 1 50%;-ms-flex:1 1 50%;flex:1 1 50%;max-width:100%;max-height:50%;box-sizing:border-box}.flex-lg-55,.layout-lg-row>.flex-lg-55,.layout-row>.flex-lg-55{-webkit-flex:1 1 55%;-ms-flex:1 1 55%;flex:1 1 55%;max-width:55%;max-height:100%;box-sizing:border-box}.layout-column>.flex-lg-55,.layout-lg-column>.flex-lg-55{-webkit-flex:1 1 55%;-ms-flex:1 1 55%;flex:1 1 55%;max-width:100%;max-height:55%;box-sizing:border-box}.flex-lg-60,.layout-lg-row>.flex-lg-60,.layout-row>.flex-lg-60{-webkit-flex:1 1 60%;-ms-flex:1 1 60%;flex:1 1 60%;max-width:60%;max-height:100%;box-sizing:border-box}.layout-column>.flex-lg-60,.layout-lg-column>.flex-lg-60{-webkit-flex:1 1 60%;-ms-flex:1 1 60%;flex:1 1 60%;max-width:100%;max-height:60%;box-sizing:border-box}.flex-lg-65,.layout-lg-row>.flex-lg-65,.layout-row>.flex-lg-65{-webkit-flex:1 1 65%;-ms-flex:1 1 65%;flex:1 1 65%;max-width:65%;max-height:100%;box-sizing:border-box}.layout-column>.flex-lg-65,.layout-lg-column>.flex-lg-65{-webkit-flex:1 1 65%;-ms-flex:1 1 65%;flex:1 1 65%;max-width:100%;max-height:65%;box-sizing:border-box}.flex-lg-70,.layout-lg-row>.flex-lg-70,.layout-row>.flex-lg-70{-webkit-flex:1 1 70%;-ms-flex:1 1 70%;flex:1 1 70%;max-width:70%;max-height:100%;box-sizing:border-box}.layout-column>.flex-lg-70,.layout-lg-column>.flex-lg-70{-webkit-flex:1 1 70%;-ms-flex:1 1 70%;flex:1 1 70%;max-width:100%;max-height:70%;box-sizing:border-box}.flex-lg-75,.layout-lg-row>.flex-lg-75,.layout-row>.flex-lg-75{-webkit-flex:1 1 75%;-ms-flex:1 1 75%;flex:1 1 75%;max-width:75%;max-height:100%;box-sizing:border-box}.layout-column>.flex-lg-75,.layout-lg-column>.flex-lg-75{-webkit-flex:1 1 75%;-ms-flex:1 1 75%;flex:1 1 75%;max-width:100%;max-height:75%;box-sizing:border-box}.flex-lg-80,.layout-lg-row>.flex-lg-80,.layout-row>.flex-lg-80{-webkit-flex:1 1 80%;-ms-flex:1 1 80%;flex:1 1 80%;max-width:80%;max-height:100%;box-sizing:border-box}.layout-column>.flex-lg-80,.layout-lg-column>.flex-lg-80{-webkit-flex:1 1 80%;-ms-flex:1 1 80%;flex:1 1 80%;max-width:100%;max-height:80%;box-sizing:border-box}.flex-lg-85,.layout-lg-row>.flex-lg-85,.layout-row>.flex-lg-85{-webkit-flex:1 1 85%;-ms-flex:1 1 85%;flex:1 1 85%;max-width:85%;max-height:100%;box-sizing:border-box}.layout-column>.flex-lg-85,.layout-lg-column>.flex-lg-85{-webkit-flex:1 1 85%;-ms-flex:1 1 85%;flex:1 1 85%;max-width:100%;max-height:85%;box-sizing:border-box}.flex-lg-90,.layout-lg-row>.flex-lg-90,.layout-row>.flex-lg-90{-webkit-flex:1 1 90%;-ms-flex:1 1 90%;flex:1 1 90%;max-width:90%;max-height:100%;box-sizing:border-box}.layout-column>.flex-lg-90,.layout-lg-column>.flex-lg-90{-webkit-flex:1 1 90%;-ms-flex:1 1 90%;flex:1 1 90%;max-width:100%;max-height:90%;box-sizing:border-box}.flex-lg-95,.layout-lg-row>.flex-lg-95,.layout-row>.flex-lg-95{-webkit-flex:1 1 95%;-ms-flex:1 1 95%;flex:1 1 95%;max-width:95%;max-height:100%;box-sizing:border-box}.layout-column>.flex-lg-95,.layout-lg-column>.flex-lg-95{-webkit-flex:1 1 95%;-ms-flex:1 1 95%;flex:1 1 95%;max-width:100%;max-height:95%;box-sizing:border-box}.flex-lg-100,.layout-column>.flex-lg-100,.layout-lg-column>.flex-lg-100,.layout-lg-row>.flex-lg-100,.layout-row>.flex-lg-100{-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;box-sizing:border-box}.layout-lg-row>.flex-lg-33,.layout-row>.flex-lg-33{-webkit-flex:1 1 33.33%;-ms-flex:1 1 33.33%;flex:1 1 33.33%;max-width:33.33%;max-height:100%;box-sizing:border-box}.layout-lg-row>.flex-lg-66,.layout-row>.flex-lg-66{-webkit-flex:1 1 66.66%;-ms-flex:1 1 66.66%;flex:1 1 66.66%;max-width:66.66%;max-height:100%;box-sizing:border-box}.layout-lg-row>.flex,.layout-row>.flex{min-width:0}.layout-column>.flex-lg-33,.layout-lg-column>.flex-lg-33{-webkit-flex:1 1 33.33%;-ms-flex:1 1 33.33%;flex:1 1 33.33%;max-width:100%;max-height:33.33%;box-sizing:border-box}.layout-column>.flex-lg-66,.layout-lg-column>.flex-lg-66{-webkit-flex:1 1 66.66%;-ms-flex:1 1 66.66%;flex:1 1 66.66%;max-width:100%;max-height:66.66%;box-sizing:border-box}.layout-column>.flex,.layout-lg-column>.flex{min-height:0}.layout-lg,.layout-lg-column,.layout-lg-row{box-sizing:border-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.layout-lg-column{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.layout-lg-row{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}}
@media (min-width:1920px){.flex-order-gt-lg--20{-webkit-order:-20;-ms-flex-order:-20;order:-20}.flex-order-gt-lg--19{-webkit-order:-19;-ms-flex-order:-19;order:-19}.flex-order-gt-lg--18{-webkit-order:-18;-ms-flex-order:-18;order:-18}.flex-order-gt-lg--17{-webkit-order:-17;-ms-flex-order:-17;order:-17}.flex-order-gt-lg--16{-webkit-order:-16;-ms-flex-order:-16;order:-16}.flex-order-gt-lg--15{-webkit-order:-15;-ms-flex-order:-15;order:-15}.flex-order-gt-lg--14{-webkit-order:-14;-ms-flex-order:-14;order:-14}.flex-order-gt-lg--13{-webkit-order:-13;-ms-flex-order:-13;order:-13}.flex-order-gt-lg--12{-webkit-order:-12;-ms-flex-order:-12;order:-12}.flex-order-gt-lg--11{-webkit-order:-11;-ms-flex-order:-11;order:-11}.flex-order-gt-lg--10{-webkit-order:-10;-ms-flex-order:-10;order:-10}.flex-order-gt-lg--9{-webkit-order:-9;-ms-flex-order:-9;order:-9}.flex-order-gt-lg--8{-webkit-order:-8;-ms-flex-order:-8;order:-8}.flex-order-gt-lg--7{-webkit-order:-7;-ms-flex-order:-7;order:-7}.flex-order-gt-lg--6{-webkit-order:-6;-ms-flex-order:-6;order:-6}.flex-order-gt-lg--5{-webkit-order:-5;-ms-flex-order:-5;order:-5}.flex-order-gt-lg--4{-webkit-order:-4;-ms-flex-order:-4;order:-4}.flex-order-gt-lg--3{-webkit-order:-3;-ms-flex-order:-3;order:-3}.flex-order-gt-lg--2{-webkit-order:-2;-ms-flex-order:-2;order:-2}.flex-order-gt-lg--1{-webkit-order:-1;-ms-flex-order:-1;order:-1}.flex-order-gt-lg-0{-webkit-order:0;-ms-flex-order:0;order:0}.flex-order-gt-lg-1{-webkit-order:1;-ms-flex-order:1;order:1}.flex-order-gt-lg-2{-webkit-order:2;-ms-flex-order:2;order:2}.flex-order-gt-lg-3{-webkit-order:3;-ms-flex-order:3;order:3}.flex-order-gt-lg-4{-webkit-order:4;-ms-flex-order:4;order:4}.flex-order-gt-lg-5{-webkit-order:5;-ms-flex-order:5;order:5}.flex-order-gt-lg-6{-webkit-order:6;-ms-flex-order:6;order:6}.flex-order-gt-lg-7{-webkit-order:7;-ms-flex-order:7;order:7}.flex-order-gt-lg-8{-webkit-order:8;-ms-flex-order:8;order:8}.flex-order-gt-lg-9{-webkit-order:9;-ms-flex-order:9;order:9}.flex-order-gt-lg-10{-webkit-order:10;-ms-flex-order:10;order:10}.flex-order-gt-lg-11{-webkit-order:11;-ms-flex-order:11;order:11}.flex-order-gt-lg-12{-webkit-order:12;-ms-flex-order:12;order:12}.flex-order-gt-lg-13{-webkit-order:13;-ms-flex-order:13;order:13}.flex-order-gt-lg-14{-webkit-order:14;-ms-flex-order:14;order:14}.flex-order-gt-lg-15{-webkit-order:15;-ms-flex-order:15;order:15}.flex-order-gt-lg-16{-webkit-order:16;-ms-flex-order:16;order:16}.flex-order-gt-lg-17{-webkit-order:17;-ms-flex-order:17;order:17}.flex-order-gt-lg-18{-webkit-order:18;-ms-flex-order:18;order:18}.flex-order-gt-lg-19{-webkit-order:19;-ms-flex-order:19;order:19}.flex-order-gt-lg-20{-webkit-order:20;-ms-flex-order:20;order:20}.flex-offset-gt-lg-0,.offset-gt-lg-0{margin-left:0}[dir=rtl] .flex-offset-gt-lg-0,[dir=rtl] .offset-gt-lg-0{margin-left:auto;margin-right:0}.flex-offset-gt-lg-5,.offset-gt-lg-5{margin-left:5%}[dir=rtl] .flex-offset-gt-lg-5,[dir=rtl] .offset-gt-lg-5{margin-left:auto;margin-right:5%}.flex-offset-gt-lg-10,.offset-gt-lg-10{margin-left:10%}[dir=rtl] .flex-offset-gt-lg-10,[dir=rtl] .offset-gt-lg-10{margin-left:auto;margin-right:10%}.flex-offset-gt-lg-15,.offset-gt-lg-15{margin-left:15%}[dir=rtl] .flex-offset-gt-lg-15,[dir=rtl] .offset-gt-lg-15{margin-left:auto;margin-right:15%}.flex-offset-gt-lg-20,.offset-gt-lg-20{margin-left:20%}[dir=rtl] .flex-offset-gt-lg-20,[dir=rtl] .offset-gt-lg-20{margin-left:auto;margin-right:20%}.flex-offset-gt-lg-25,.offset-gt-lg-25{margin-left:25%}[dir=rtl] .flex-offset-gt-lg-25,[dir=rtl] .offset-gt-lg-25{margin-left:auto;margin-right:25%}.flex-offset-gt-lg-30,.offset-gt-lg-30{margin-left:30%}[dir=rtl] .flex-offset-gt-lg-30,[dir=rtl] .offset-gt-lg-30{margin-left:auto;margin-right:30%}.flex-offset-gt-lg-35,.offset-gt-lg-35{margin-left:35%}[dir=rtl] .flex-offset-gt-lg-35,[dir=rtl] .offset-gt-lg-35{margin-left:auto;margin-right:35%}.flex-offset-gt-lg-40,.offset-gt-lg-40{margin-left:40%}[dir=rtl] .flex-offset-gt-lg-40,[dir=rtl] .offset-gt-lg-40{margin-left:auto;margin-right:40%}.flex-offset-gt-lg-45,.offset-gt-lg-45{margin-left:45%}[dir=rtl] .flex-offset-gt-lg-45,[dir=rtl] .offset-gt-lg-45{margin-left:auto;margin-right:45%}.flex-offset-gt-lg-50,.offset-gt-lg-50{margin-left:50%}[dir=rtl] .flex-offset-gt-lg-50,[dir=rtl] .offset-gt-lg-50{margin-left:auto;margin-right:50%}.flex-offset-gt-lg-55,.offset-gt-lg-55{margin-left:55%}[dir=rtl] .flex-offset-gt-lg-55,[dir=rtl] .offset-gt-lg-55{margin-left:auto;margin-right:55%}.flex-offset-gt-lg-60,.offset-gt-lg-60{margin-left:60%}[dir=rtl] .flex-offset-gt-lg-60,[dir=rtl] .offset-gt-lg-60{margin-left:auto;margin-right:60%}.flex-offset-gt-lg-65,.offset-gt-lg-65{margin-left:65%}[dir=rtl] .flex-offset-gt-lg-65,[dir=rtl] .offset-gt-lg-65{margin-left:auto;margin-right:65%}.flex-offset-gt-lg-70,.offset-gt-lg-70{margin-left:70%}[dir=rtl] .flex-offset-gt-lg-70,[dir=rtl] .offset-gt-lg-70{margin-left:auto;margin-right:70%}.flex-offset-gt-lg-75,.offset-gt-lg-75{margin-left:75%}[dir=rtl] .flex-offset-gt-lg-75,[dir=rtl] .offset-gt-lg-75{margin-left:auto;margin-right:75%}.flex-offset-gt-lg-80,.offset-gt-lg-80{margin-left:80%}[dir=rtl] .flex-offset-gt-lg-80,[dir=rtl] .offset-gt-lg-80{margin-left:auto;margin-right:80%}.flex-offset-gt-lg-85,.offset-gt-lg-85{margin-left:85%}[dir=rtl] .flex-offset-gt-lg-85,[dir=rtl] .offset-gt-lg-85{margin-left:auto;margin-right:85%}.flex-offset-gt-lg-90,.offset-gt-lg-90{margin-left:90%}[dir=rtl] .flex-offset-gt-lg-90,[dir=rtl] .offset-gt-lg-90{margin-left:auto;margin-right:90%}.flex-offset-gt-lg-95,.offset-gt-lg-95{margin-left:95%}[dir=rtl] .flex-offset-gt-lg-95,[dir=rtl] .offset-gt-lg-95{margin-left:auto;margin-right:95%}.flex-offset-gt-lg-33,.offset-gt-lg-33{margin-left:calc(100% / 3)}.flex-offset-gt-lg-66,.offset-gt-lg-66{margin-left:calc(200% / 3)}[dir=rtl] .flex-offset-gt-lg-66,[dir=rtl] .offset-gt-lg-66{margin-left:auto;margin-right:calc(200% / 3)}.layout-align-gt-lg{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-content:stretch;-ms-flex-line-pack:stretch;align-content:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.layout-align-gt-lg-start,.layout-align-gt-lg-start-center,.layout-align-gt-lg-start-end,.layout-align-gt-lg-start-start,.layout-align-gt-lg-start-stretch{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.layout-align-gt-lg-center,.layout-align-gt-lg-center-center,.layout-align-gt-lg-center-end,.layout-align-gt-lg-center-start,.layout-align-gt-lg-center-stretch{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.layout-align-gt-lg-end,.layout-align-gt-lg-end-center,.layout-align-gt-lg-end-end,.layout-align-gt-lg-end-start,.layout-align-gt-lg-end-stretch{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.layout-align-gt-lg-space-around,.layout-align-gt-lg-space-around-center,.layout-align-gt-lg-space-around-end,.layout-align-gt-lg-space-around-start,.layout-align-gt-lg-space-around-stretch{-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}.layout-align-gt-lg-space-between,.layout-align-gt-lg-space-between-center,.layout-align-gt-lg-space-between-end,.layout-align-gt-lg-space-between-start,.layout-align-gt-lg-space-between-stretch{-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.layout-align-gt-lg-center-start,.layout-align-gt-lg-end-start,.layout-align-gt-lg-space-around-start,.layout-align-gt-lg-space-between-start,.layout-align-gt-lg-start-start{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-align-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start}.layout-align-gt-lg-center-center,.layout-align-gt-lg-end-center,.layout-align-gt-lg-space-around-center,.layout-align-gt-lg-space-between-center,.layout-align-gt-lg-start-center{-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;max-width:100%}.layout-align-gt-lg-center-center>*,.layout-align-gt-lg-end-center>*,.layout-align-gt-lg-space-around-center>*,.layout-align-gt-lg-space-between-center>*,.layout-align-gt-lg-start-center>*{max-width:100%;box-sizing:border-box}.layout-align-gt-lg-center-end,.layout-align-gt-lg-end-end,.layout-align-gt-lg-space-around-end,.layout-align-gt-lg-space-between-end,.layout-align-gt-lg-start-end{-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;-webkit-align-content:flex-end;-ms-flex-line-pack:end;align-content:flex-end}.layout-align-gt-lg-center-stretch,.layout-align-gt-lg-end-stretch,.layout-align-gt-lg-space-around-stretch,.layout-align-gt-lg-space-between-stretch,.layout-align-gt-lg-start-stretch{-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-align-content:stretch;-ms-flex-line-pack:stretch;align-content:stretch}.flex-gt-lg{-webkit-flex:1;-ms-flex:1;flex:1;box-sizing:border-box}.flex-gt-lg-grow{-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.flex-gt-lg-initial{-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;box-sizing:border-box}.flex-gt-lg-auto{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;box-sizing:border-box}.flex-gt-lg-none{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;box-sizing:border-box}.flex-gt-lg-noshrink{-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;box-sizing:border-box}.flex-gt-lg-nogrow{-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;box-sizing:border-box}.flex-gt-lg-0{-webkit-flex:1 1 0;-ms-flex:1 1 0;flex:1 1 0;max-width:0;max-height:100%;box-sizing:border-box}.layout-gt-lg-row>.flex-gt-lg-0,.layout-row>.flex-gt-lg-0{-webkit-flex:1 1 0;-ms-flex:1 1 0;flex:1 1 0;max-width:0;max-height:100%;box-sizing:border-box;min-width:0}.layout-column>.flex-gt-lg-0,.layout-gt-lg-column>.flex-gt-lg-0{-webkit-flex:1 1 0;-ms-flex:1 1 0;flex:1 1 0;max-width:100%;max-height:0;box-sizing:border-box;min-height:0}.flex-gt-lg-5,.layout-gt-lg-row>.flex-gt-lg-5,.layout-row>.flex-gt-lg-5{-webkit-flex:1 1 5%;-ms-flex:1 1 5%;flex:1 1 5%;max-width:5%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-lg-5,.layout-gt-lg-column>.flex-gt-lg-5{-webkit-flex:1 1 5%;-ms-flex:1 1 5%;flex:1 1 5%;max-width:100%;max-height:5%;box-sizing:border-box}.flex-gt-lg-10,.layout-gt-lg-row>.flex-gt-lg-10,.layout-row>.flex-gt-lg-10{-webkit-flex:1 1 10%;-ms-flex:1 1 10%;flex:1 1 10%;max-width:10%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-lg-10,.layout-gt-lg-column>.flex-gt-lg-10{-webkit-flex:1 1 10%;-ms-flex:1 1 10%;flex:1 1 10%;max-width:100%;max-height:10%;box-sizing:border-box}.flex-gt-lg-15,.layout-gt-lg-row>.flex-gt-lg-15,.layout-row>.flex-gt-lg-15{-webkit-flex:1 1 15%;-ms-flex:1 1 15%;flex:1 1 15%;max-width:15%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-lg-15,.layout-gt-lg-column>.flex-gt-lg-15{-webkit-flex:1 1 15%;-ms-flex:1 1 15%;flex:1 1 15%;max-width:100%;max-height:15%;box-sizing:border-box}.flex-gt-lg-20,.layout-gt-lg-row>.flex-gt-lg-20,.layout-row>.flex-gt-lg-20{-webkit-flex:1 1 20%;-ms-flex:1 1 20%;flex:1 1 20%;max-width:20%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-lg-20,.layout-gt-lg-column>.flex-gt-lg-20{-webkit-flex:1 1 20%;-ms-flex:1 1 20%;flex:1 1 20%;max-width:100%;max-height:20%;box-sizing:border-box}.flex-gt-lg-25,.layout-gt-lg-row>.flex-gt-lg-25,.layout-row>.flex-gt-lg-25{-webkit-flex:1 1 25%;-ms-flex:1 1 25%;flex:1 1 25%;max-width:25%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-lg-25,.layout-gt-lg-column>.flex-gt-lg-25{-webkit-flex:1 1 25%;-ms-flex:1 1 25%;flex:1 1 25%;max-width:100%;max-height:25%;box-sizing:border-box}.flex-gt-lg-30,.layout-gt-lg-row>.flex-gt-lg-30,.layout-row>.flex-gt-lg-30{-webkit-flex:1 1 30%;-ms-flex:1 1 30%;flex:1 1 30%;max-width:30%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-lg-30,.layout-gt-lg-column>.flex-gt-lg-30{-webkit-flex:1 1 30%;-ms-flex:1 1 30%;flex:1 1 30%;max-width:100%;max-height:30%;box-sizing:border-box}.flex-gt-lg-35,.layout-gt-lg-row>.flex-gt-lg-35,.layout-row>.flex-gt-lg-35{-webkit-flex:1 1 35%;-ms-flex:1 1 35%;flex:1 1 35%;max-width:35%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-lg-35,.layout-gt-lg-column>.flex-gt-lg-35{-webkit-flex:1 1 35%;-ms-flex:1 1 35%;flex:1 1 35%;max-width:100%;max-height:35%;box-sizing:border-box}.flex-gt-lg-40,.layout-gt-lg-row>.flex-gt-lg-40,.layout-row>.flex-gt-lg-40{-webkit-flex:1 1 40%;-ms-flex:1 1 40%;flex:1 1 40%;max-width:40%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-lg-40,.layout-gt-lg-column>.flex-gt-lg-40{-webkit-flex:1 1 40%;-ms-flex:1 1 40%;flex:1 1 40%;max-width:100%;max-height:40%;box-sizing:border-box}.flex-gt-lg-45,.layout-gt-lg-row>.flex-gt-lg-45,.layout-row>.flex-gt-lg-45{-webkit-flex:1 1 45%;-ms-flex:1 1 45%;flex:1 1 45%;max-width:45%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-lg-45,.layout-gt-lg-column>.flex-gt-lg-45{-webkit-flex:1 1 45%;-ms-flex:1 1 45%;flex:1 1 45%;max-width:100%;max-height:45%;box-sizing:border-box}.flex-gt-lg-50,.layout-gt-lg-row>.flex-gt-lg-50,.layout-row>.flex-gt-lg-50{-webkit-flex:1 1 50%;-ms-flex:1 1 50%;flex:1 1 50%;max-width:50%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-lg-50,.layout-gt-lg-column>.flex-gt-lg-50{-webkit-flex:1 1 50%;-ms-flex:1 1 50%;flex:1 1 50%;max-width:100%;max-height:50%;box-sizing:border-box}.flex-gt-lg-55,.layout-gt-lg-row>.flex-gt-lg-55,.layout-row>.flex-gt-lg-55{-webkit-flex:1 1 55%;-ms-flex:1 1 55%;flex:1 1 55%;max-width:55%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-lg-55,.layout-gt-lg-column>.flex-gt-lg-55{-webkit-flex:1 1 55%;-ms-flex:1 1 55%;flex:1 1 55%;max-width:100%;max-height:55%;box-sizing:border-box}.flex-gt-lg-60,.layout-gt-lg-row>.flex-gt-lg-60,.layout-row>.flex-gt-lg-60{-webkit-flex:1 1 60%;-ms-flex:1 1 60%;flex:1 1 60%;max-width:60%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-lg-60,.layout-gt-lg-column>.flex-gt-lg-60{-webkit-flex:1 1 60%;-ms-flex:1 1 60%;flex:1 1 60%;max-width:100%;max-height:60%;box-sizing:border-box}.flex-gt-lg-65,.layout-gt-lg-row>.flex-gt-lg-65,.layout-row>.flex-gt-lg-65{-webkit-flex:1 1 65%;-ms-flex:1 1 65%;flex:1 1 65%;max-width:65%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-lg-65,.layout-gt-lg-column>.flex-gt-lg-65{-webkit-flex:1 1 65%;-ms-flex:1 1 65%;flex:1 1 65%;max-width:100%;max-height:65%;box-sizing:border-box}.flex-gt-lg-70,.layout-gt-lg-row>.flex-gt-lg-70,.layout-row>.flex-gt-lg-70{-webkit-flex:1 1 70%;-ms-flex:1 1 70%;flex:1 1 70%;max-width:70%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-lg-70,.layout-gt-lg-column>.flex-gt-lg-70{-webkit-flex:1 1 70%;-ms-flex:1 1 70%;flex:1 1 70%;max-width:100%;max-height:70%;box-sizing:border-box}.flex-gt-lg-75,.layout-gt-lg-row>.flex-gt-lg-75,.layout-row>.flex-gt-lg-75{-webkit-flex:1 1 75%;-ms-flex:1 1 75%;flex:1 1 75%;max-width:75%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-lg-75,.layout-gt-lg-column>.flex-gt-lg-75{-webkit-flex:1 1 75%;-ms-flex:1 1 75%;flex:1 1 75%;max-width:100%;max-height:75%;box-sizing:border-box}.flex-gt-lg-80,.layout-gt-lg-row>.flex-gt-lg-80,.layout-row>.flex-gt-lg-80{-webkit-flex:1 1 80%;-ms-flex:1 1 80%;flex:1 1 80%;max-width:80%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-lg-80,.layout-gt-lg-column>.flex-gt-lg-80{-webkit-flex:1 1 80%;-ms-flex:1 1 80%;flex:1 1 80%;max-width:100%;max-height:80%;box-sizing:border-box}.flex-gt-lg-85,.layout-gt-lg-row>.flex-gt-lg-85,.layout-row>.flex-gt-lg-85{-webkit-flex:1 1 85%;-ms-flex:1 1 85%;flex:1 1 85%;max-width:85%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-lg-85,.layout-gt-lg-column>.flex-gt-lg-85{-webkit-flex:1 1 85%;-ms-flex:1 1 85%;flex:1 1 85%;max-width:100%;max-height:85%;box-sizing:border-box}.flex-gt-lg-90,.layout-gt-lg-row>.flex-gt-lg-90,.layout-row>.flex-gt-lg-90{-webkit-flex:1 1 90%;-ms-flex:1 1 90%;flex:1 1 90%;max-width:90%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-lg-90,.layout-gt-lg-column>.flex-gt-lg-90{-webkit-flex:1 1 90%;-ms-flex:1 1 90%;flex:1 1 90%;max-width:100%;max-height:90%;box-sizing:border-box}.flex-gt-lg-95,.layout-gt-lg-row>.flex-gt-lg-95,.layout-row>.flex-gt-lg-95{-webkit-flex:1 1 95%;-ms-flex:1 1 95%;flex:1 1 95%;max-width:95%;max-height:100%;box-sizing:border-box}.layout-column>.flex-gt-lg-95,.layout-gt-lg-column>.flex-gt-lg-95{-webkit-flex:1 1 95%;-ms-flex:1 1 95%;flex:1 1 95%;max-width:100%;max-height:95%;box-sizing:border-box}.flex-gt-lg-100,.layout-column>.flex-gt-lg-100,.layout-gt-lg-column>.flex-gt-lg-100,.layout-gt-lg-row>.flex-gt-lg-100,.layout-row>.flex-gt-lg-100{-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;box-sizing:border-box}.layout-gt-lg-row>.flex-gt-lg-33,.layout-row>.flex-gt-lg-33{-webkit-flex:1 1 33.33%;-ms-flex:1 1 33.33%;flex:1 1 33.33%;max-width:33.33%;max-height:100%;box-sizing:border-box}.layout-gt-lg-row>.flex-gt-lg-66,.layout-row>.flex-gt-lg-66{-webkit-flex:1 1 66.66%;-ms-flex:1 1 66.66%;flex:1 1 66.66%;max-width:66.66%;max-height:100%;box-sizing:border-box}.layout-gt-lg-row>.flex,.layout-row>.flex{min-width:0}.layout-column>.flex-gt-lg-33,.layout-gt-lg-column>.flex-gt-lg-33{-webkit-flex:1 1 33.33%;-ms-flex:1 1 33.33%;flex:1 1 33.33%;max-width:100%;max-height:33.33%;box-sizing:border-box}.layout-column>.flex-gt-lg-66,.layout-gt-lg-column>.flex-gt-lg-66{-webkit-flex:1 1 66.66%;-ms-flex:1 1 66.66%;flex:1 1 66.66%;max-width:100%;max-height:66.66%;box-sizing:border-box}.layout-column>.flex,.layout-gt-lg-column>.flex{min-height:0}.layout-gt-lg,.layout-gt-lg-column,.layout-gt-lg-row{box-sizing:border-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.layout-gt-lg-column{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.layout-gt-lg-row{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.flex-order-xl--20{-webkit-order:-20;-ms-flex-order:-20;order:-20}.flex-order-xl--19{-webkit-order:-19;-ms-flex-order:-19;order:-19}.flex-order-xl--18{-webkit-order:-18;-ms-flex-order:-18;order:-18}.flex-order-xl--17{-webkit-order:-17;-ms-flex-order:-17;order:-17}.flex-order-xl--16{-webkit-order:-16;-ms-flex-order:-16;order:-16}.flex-order-xl--15{-webkit-order:-15;-ms-flex-order:-15;order:-15}.flex-order-xl--14{-webkit-order:-14;-ms-flex-order:-14;order:-14}.flex-order-xl--13{-webkit-order:-13;-ms-flex-order:-13;order:-13}.flex-order-xl--12{-webkit-order:-12;-ms-flex-order:-12;order:-12}.flex-order-xl--11{-webkit-order:-11;-ms-flex-order:-11;order:-11}.flex-order-xl--10{-webkit-order:-10;-ms-flex-order:-10;order:-10}.flex-order-xl--9{-webkit-order:-9;-ms-flex-order:-9;order:-9}.flex-order-xl--8{-webkit-order:-8;-ms-flex-order:-8;order:-8}.flex-order-xl--7{-webkit-order:-7;-ms-flex-order:-7;order:-7}.flex-order-xl--6{-webkit-order:-6;-ms-flex-order:-6;order:-6}.flex-order-xl--5{-webkit-order:-5;-ms-flex-order:-5;order:-5}.flex-order-xl--4{-webkit-order:-4;-ms-flex-order:-4;order:-4}.flex-order-xl--3{-webkit-order:-3;-ms-flex-order:-3;order:-3}.flex-order-xl--2{-webkit-order:-2;-ms-flex-order:-2;order:-2}.flex-order-xl--1{-webkit-order:-1;-ms-flex-order:-1;order:-1}.flex-order-xl-0{-webkit-order:0;-ms-flex-order:0;order:0}.flex-order-xl-1{-webkit-order:1;-ms-flex-order:1;order:1}.flex-order-xl-2{-webkit-order:2;-ms-flex-order:2;order:2}.flex-order-xl-3{-webkit-order:3;-ms-flex-order:3;order:3}.flex-order-xl-4{-webkit-order:4;-ms-flex-order:4;order:4}.flex-order-xl-5{-webkit-order:5;-ms-flex-order:5;order:5}.flex-order-xl-6{-webkit-order:6;-ms-flex-order:6;order:6}.flex-order-xl-7{-webkit-order:7;-ms-flex-order:7;order:7}.flex-order-xl-8{-webkit-order:8;-ms-flex-order:8;order:8}.flex-order-xl-9{-webkit-order:9;-ms-flex-order:9;order:9}.flex-order-xl-10{-webkit-order:10;-ms-flex-order:10;order:10}.flex-order-xl-11{-webkit-order:11;-ms-flex-order:11;order:11}.flex-order-xl-12{-webkit-order:12;-ms-flex-order:12;order:12}.flex-order-xl-13{-webkit-order:13;-ms-flex-order:13;order:13}.flex-order-xl-14{-webkit-order:14;-ms-flex-order:14;order:14}.flex-order-xl-15{-webkit-order:15;-ms-flex-order:15;order:15}.flex-order-xl-16{-webkit-order:16;-ms-flex-order:16;order:16}.flex-order-xl-17{-webkit-order:17;-ms-flex-order:17;order:17}.flex-order-xl-18{-webkit-order:18;-ms-flex-order:18;order:18}.flex-order-xl-19{-webkit-order:19;-ms-flex-order:19;order:19}.flex-order-xl-20{-webkit-order:20;-ms-flex-order:20;order:20}.flex-offset-xl-0,.offset-xl-0{margin-left:0}[dir=rtl] .flex-offset-xl-0,[dir=rtl] .offset-xl-0{margin-left:auto;margin-right:0}.flex-offset-xl-5,.offset-xl-5{margin-left:5%}[dir=rtl] .flex-offset-xl-5,[dir=rtl] .offset-xl-5{margin-left:auto;margin-right:5%}.flex-offset-xl-10,.offset-xl-10{margin-left:10%}[dir=rtl] .flex-offset-xl-10,[dir=rtl] .offset-xl-10{margin-left:auto;margin-right:10%}.flex-offset-xl-15,.offset-xl-15{margin-left:15%}[dir=rtl] .flex-offset-xl-15,[dir=rtl] .offset-xl-15{margin-left:auto;margin-right:15%}.flex-offset-xl-20,.offset-xl-20{margin-left:20%}[dir=rtl] .flex-offset-xl-20,[dir=rtl] .offset-xl-20{margin-left:auto;margin-right:20%}.flex-offset-xl-25,.offset-xl-25{margin-left:25%}[dir=rtl] .flex-offset-xl-25,[dir=rtl] .offset-xl-25{margin-left:auto;margin-right:25%}.flex-offset-xl-30,.offset-xl-30{margin-left:30%}[dir=rtl] .flex-offset-xl-30,[dir=rtl] .offset-xl-30{margin-left:auto;margin-right:30%}.flex-offset-xl-35,.offset-xl-35{margin-left:35%}[dir=rtl] .flex-offset-xl-35,[dir=rtl] .offset-xl-35{margin-left:auto;margin-right:35%}.flex-offset-xl-40,.offset-xl-40{margin-left:40%}[dir=rtl] .flex-offset-xl-40,[dir=rtl] .offset-xl-40{margin-left:auto;margin-right:40%}.flex-offset-xl-45,.offset-xl-45{margin-left:45%}[dir=rtl] .flex-offset-xl-45,[dir=rtl] .offset-xl-45{margin-left:auto;margin-right:45%}.flex-offset-xl-50,.offset-xl-50{margin-left:50%}[dir=rtl] .flex-offset-xl-50,[dir=rtl] .offset-xl-50{margin-left:auto;margin-right:50%}.flex-offset-xl-55,.offset-xl-55{margin-left:55%}[dir=rtl] .flex-offset-xl-55,[dir=rtl] .offset-xl-55{margin-left:auto;margin-right:55%}.flex-offset-xl-60,.offset-xl-60{margin-left:60%}[dir=rtl] .flex-offset-xl-60,[dir=rtl] .offset-xl-60{margin-left:auto;margin-right:60%}.flex-offset-xl-65,.offset-xl-65{margin-left:65%}[dir=rtl] .flex-offset-xl-65,[dir=rtl] .offset-xl-65{margin-left:auto;margin-right:65%}.flex-offset-xl-70,.offset-xl-70{margin-left:70%}[dir=rtl] .flex-offset-xl-70,[dir=rtl] .offset-xl-70{margin-left:auto;margin-right:70%}.flex-offset-xl-75,.offset-xl-75{margin-left:75%}[dir=rtl] .flex-offset-xl-75,[dir=rtl] .offset-xl-75{margin-left:auto;margin-right:75%}.flex-offset-xl-80,.offset-xl-80{margin-left:80%}[dir=rtl] .flex-offset-xl-80,[dir=rtl] .offset-xl-80{margin-left:auto;margin-right:80%}.flex-offset-xl-85,.offset-xl-85{margin-left:85%}[dir=rtl] .flex-offset-xl-85,[dir=rtl] .offset-xl-85{margin-left:auto;margin-right:85%}.flex-offset-xl-90,.offset-xl-90{margin-left:90%}[dir=rtl] .flex-offset-xl-90,[dir=rtl] .offset-xl-90{margin-left:auto;margin-right:90%}.flex-offset-xl-95,.offset-xl-95{margin-left:95%}[dir=rtl] .flex-offset-xl-95,[dir=rtl] .offset-xl-95{margin-left:auto;margin-right:95%}.flex-offset-xl-33,.offset-xl-33{margin-left:calc(100% / 3)}.flex-offset-xl-66,.offset-xl-66{margin-left:calc(200% / 3)}[dir=rtl] .flex-offset-xl-66,[dir=rtl] .offset-xl-66{margin-left:auto;margin-right:calc(200% / 3)}.layout-align-xl{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-align-content:stretch;-ms-flex-line-pack:stretch;align-content:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.layout-align-xl-start,.layout-align-xl-start-center,.layout-align-xl-start-end,.layout-align-xl-start-start,.layout-align-xl-start-stretch{-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.layout-align-xl-center,.layout-align-xl-center-center,.layout-align-xl-center-end,.layout-align-xl-center-start,.layout-align-xl-center-stretch{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.layout-align-xl-end,.layout-align-xl-end-center,.layout-align-xl-end-end,.layout-align-xl-end-start,.layout-align-xl-end-stretch{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.layout-align-xl-space-around,.layout-align-xl-space-around-center,.layout-align-xl-space-around-end,.layout-align-xl-space-around-start,.layout-align-xl-space-around-stretch{-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}.layout-align-xl-space-between,.layout-align-xl-space-between-center,.layout-align-xl-space-between-end,.layout-align-xl-space-between-start,.layout-align-xl-space-between-stretch{-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.layout-align-xl-center-start,.layout-align-xl-end-start,.layout-align-xl-space-around-start,.layout-align-xl-space-between-start,.layout-align-xl-start-start{-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-align-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start}.layout-align-xl-center-center,.layout-align-xl-end-center,.layout-align-xl-space-around-center,.layout-align-xl-space-between-center,.layout-align-xl-start-center{-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;max-width:100%}.layout-align-xl-center-center>*,.layout-align-xl-end-center>*,.layout-align-xl-space-around-center>*,.layout-align-xl-space-between-center>*,.layout-align-xl-start-center>*{max-width:100%;box-sizing:border-box}.layout-align-xl-center-end,.layout-align-xl-end-end,.layout-align-xl-space-around-end,.layout-align-xl-space-between-end,.layout-align-xl-start-end{-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;-webkit-align-content:flex-end;-ms-flex-line-pack:end;align-content:flex-end}.layout-align-xl-center-stretch,.layout-align-xl-end-stretch,.layout-align-xl-space-around-stretch,.layout-align-xl-space-between-stretch,.layout-align-xl-start-stretch{-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-align-content:stretch;-ms-flex-line-pack:stretch;align-content:stretch}.flex-xl{-webkit-flex:1;-ms-flex:1;flex:1;box-sizing:border-box}.flex-xl-grow{-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;box-sizing:border-box}.flex-xl-initial{-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;box-sizing:border-box}.flex-xl-auto{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;box-sizing:border-box}.flex-xl-none{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;box-sizing:border-box}.flex-xl-noshrink{-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;box-sizing:border-box}.flex-xl-nogrow{-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;box-sizing:border-box}.flex-xl-0{-webkit-flex:1 1 0;-ms-flex:1 1 0;flex:1 1 0;max-width:0;max-height:100%;box-sizing:border-box}.layout-row>.flex-xl-0,.layout-xl-row>.flex-xl-0{-webkit-flex:1 1 0;-ms-flex:1 1 0;flex:1 1 0;max-width:0;max-height:100%;box-sizing:border-box;min-width:0}.layout-column>.flex-xl-0,.layout-xl-column>.flex-xl-0{-webkit-flex:1 1 0;-ms-flex:1 1 0;flex:1 1 0;max-width:100%;max-height:0;box-sizing:border-box;min-height:0}.flex-xl-5,.layout-row>.flex-xl-5,.layout-xl-row>.flex-xl-5{-webkit-flex:1 1 5%;-ms-flex:1 1 5%;flex:1 1 5%;max-width:5%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xl-5,.layout-xl-column>.flex-xl-5{-webkit-flex:1 1 5%;-ms-flex:1 1 5%;flex:1 1 5%;max-width:100%;max-height:5%;box-sizing:border-box}.flex-xl-10,.layout-row>.flex-xl-10,.layout-xl-row>.flex-xl-10{-webkit-flex:1 1 10%;-ms-flex:1 1 10%;flex:1 1 10%;max-width:10%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xl-10,.layout-xl-column>.flex-xl-10{-webkit-flex:1 1 10%;-ms-flex:1 1 10%;flex:1 1 10%;max-width:100%;max-height:10%;box-sizing:border-box}.flex-xl-15,.layout-row>.flex-xl-15,.layout-xl-row>.flex-xl-15{-webkit-flex:1 1 15%;-ms-flex:1 1 15%;flex:1 1 15%;max-width:15%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xl-15,.layout-xl-column>.flex-xl-15{-webkit-flex:1 1 15%;-ms-flex:1 1 15%;flex:1 1 15%;max-width:100%;max-height:15%;box-sizing:border-box}.flex-xl-20,.layout-row>.flex-xl-20,.layout-xl-row>.flex-xl-20{-webkit-flex:1 1 20%;-ms-flex:1 1 20%;flex:1 1 20%;max-width:20%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xl-20,.layout-xl-column>.flex-xl-20{-webkit-flex:1 1 20%;-ms-flex:1 1 20%;flex:1 1 20%;max-width:100%;max-height:20%;box-sizing:border-box}.flex-xl-25,.layout-row>.flex-xl-25,.layout-xl-row>.flex-xl-25{-webkit-flex:1 1 25%;-ms-flex:1 1 25%;flex:1 1 25%;max-width:25%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xl-25,.layout-xl-column>.flex-xl-25{-webkit-flex:1 1 25%;-ms-flex:1 1 25%;flex:1 1 25%;max-width:100%;max-height:25%;box-sizing:border-box}.flex-xl-30,.layout-row>.flex-xl-30,.layout-xl-row>.flex-xl-30{-webkit-flex:1 1 30%;-ms-flex:1 1 30%;flex:1 1 30%;max-width:30%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xl-30,.layout-xl-column>.flex-xl-30{-webkit-flex:1 1 30%;-ms-flex:1 1 30%;flex:1 1 30%;max-width:100%;max-height:30%;box-sizing:border-box}.flex-xl-35,.layout-row>.flex-xl-35,.layout-xl-row>.flex-xl-35{-webkit-flex:1 1 35%;-ms-flex:1 1 35%;flex:1 1 35%;max-width:35%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xl-35,.layout-xl-column>.flex-xl-35{-webkit-flex:1 1 35%;-ms-flex:1 1 35%;flex:1 1 35%;max-width:100%;max-height:35%;box-sizing:border-box}.flex-xl-40,.layout-row>.flex-xl-40,.layout-xl-row>.flex-xl-40{-webkit-flex:1 1 40%;-ms-flex:1 1 40%;flex:1 1 40%;max-width:40%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xl-40,.layout-xl-column>.flex-xl-40{-webkit-flex:1 1 40%;-ms-flex:1 1 40%;flex:1 1 40%;max-width:100%;max-height:40%;box-sizing:border-box}.flex-xl-45,.layout-row>.flex-xl-45,.layout-xl-row>.flex-xl-45{-webkit-flex:1 1 45%;-ms-flex:1 1 45%;flex:1 1 45%;max-width:45%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xl-45,.layout-xl-column>.flex-xl-45{-webkit-flex:1 1 45%;-ms-flex:1 1 45%;flex:1 1 45%;max-width:100%;max-height:45%;box-sizing:border-box}.flex-xl-50,.layout-row>.flex-xl-50,.layout-xl-row>.flex-xl-50{-webkit-flex:1 1 50%;-ms-flex:1 1 50%;flex:1 1 50%;max-width:50%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xl-50,.layout-xl-column>.flex-xl-50{-webkit-flex:1 1 50%;-ms-flex:1 1 50%;flex:1 1 50%;max-width:100%;max-height:50%;box-sizing:border-box}.flex-xl-55,.layout-row>.flex-xl-55,.layout-xl-row>.flex-xl-55{-webkit-flex:1 1 55%;-ms-flex:1 1 55%;flex:1 1 55%;max-width:55%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xl-55,.layout-xl-column>.flex-xl-55{-webkit-flex:1 1 55%;-ms-flex:1 1 55%;flex:1 1 55%;max-width:100%;max-height:55%;box-sizing:border-box}.flex-xl-60,.layout-row>.flex-xl-60,.layout-xl-row>.flex-xl-60{-webkit-flex:1 1 60%;-ms-flex:1 1 60%;flex:1 1 60%;max-width:60%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xl-60,.layout-xl-column>.flex-xl-60{-webkit-flex:1 1 60%;-ms-flex:1 1 60%;flex:1 1 60%;max-width:100%;max-height:60%;box-sizing:border-box}.flex-xl-65,.layout-row>.flex-xl-65,.layout-xl-row>.flex-xl-65{-webkit-flex:1 1 65%;-ms-flex:1 1 65%;flex:1 1 65%;max-width:65%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xl-65,.layout-xl-column>.flex-xl-65{-webkit-flex:1 1 65%;-ms-flex:1 1 65%;flex:1 1 65%;max-width:100%;max-height:65%;box-sizing:border-box}.flex-xl-70,.layout-row>.flex-xl-70,.layout-xl-row>.flex-xl-70{-webkit-flex:1 1 70%;-ms-flex:1 1 70%;flex:1 1 70%;max-width:70%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xl-70,.layout-xl-column>.flex-xl-70{-webkit-flex:1 1 70%;-ms-flex:1 1 70%;flex:1 1 70%;max-width:100%;max-height:70%;box-sizing:border-box}.flex-xl-75,.layout-row>.flex-xl-75,.layout-xl-row>.flex-xl-75{-webkit-flex:1 1 75%;-ms-flex:1 1 75%;flex:1 1 75%;max-width:75%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xl-75,.layout-xl-column>.flex-xl-75{-webkit-flex:1 1 75%;-ms-flex:1 1 75%;flex:1 1 75%;max-width:100%;max-height:75%;box-sizing:border-box}.flex-xl-80,.layout-row>.flex-xl-80,.layout-xl-row>.flex-xl-80{-webkit-flex:1 1 80%;-ms-flex:1 1 80%;flex:1 1 80%;max-width:80%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xl-80,.layout-xl-column>.flex-xl-80{-webkit-flex:1 1 80%;-ms-flex:1 1 80%;flex:1 1 80%;max-width:100%;max-height:80%;box-sizing:border-box}.flex-xl-85,.layout-row>.flex-xl-85,.layout-xl-row>.flex-xl-85{-webkit-flex:1 1 85%;-ms-flex:1 1 85%;flex:1 1 85%;max-width:85%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xl-85,.layout-xl-column>.flex-xl-85{-webkit-flex:1 1 85%;-ms-flex:1 1 85%;flex:1 1 85%;max-width:100%;max-height:85%;box-sizing:border-box}.flex-xl-90,.layout-row>.flex-xl-90,.layout-xl-row>.flex-xl-90{-webkit-flex:1 1 90%;-ms-flex:1 1 90%;flex:1 1 90%;max-width:90%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xl-90,.layout-xl-column>.flex-xl-90{-webkit-flex:1 1 90%;-ms-flex:1 1 90%;flex:1 1 90%;max-width:100%;max-height:90%;box-sizing:border-box}.flex-xl-95,.layout-row>.flex-xl-95,.layout-xl-row>.flex-xl-95{-webkit-flex:1 1 95%;-ms-flex:1 1 95%;flex:1 1 95%;max-width:95%;max-height:100%;box-sizing:border-box}.layout-column>.flex-xl-95,.layout-xl-column>.flex-xl-95{-webkit-flex:1 1 95%;-ms-flex:1 1 95%;flex:1 1 95%;max-width:100%;max-height:95%;box-sizing:border-box}.flex-xl-100,.layout-column>.flex-xl-100,.layout-row>.flex-xl-100,.layout-xl-column>.flex-xl-100,.layout-xl-row>.flex-xl-100{-webkit-flex:1 1 100%;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;max-height:100%;box-sizing:border-box}.layout-row>.flex-xl-33,.layout-xl-row>.flex-xl-33{-webkit-flex:1 1 33.33%;-ms-flex:1 1 33.33%;flex:1 1 33.33%;max-width:33.33%;max-height:100%;box-sizing:border-box}.layout-row>.flex-xl-66,.layout-xl-row>.flex-xl-66{-webkit-flex:1 1 66.66%;-ms-flex:1 1 66.66%;flex:1 1 66.66%;max-width:66.66%;max-height:100%;box-sizing:border-box}.layout-row>.flex,.layout-xl-row>.flex{min-width:0}.layout-column>.flex-xl-33,.layout-xl-column>.flex-xl-33{-webkit-flex:1 1 33.33%;-ms-flex:1 1 33.33%;flex:1 1 33.33%;max-width:100%;max-height:33.33%;box-sizing:border-box}.layout-column>.flex-xl-66,.layout-xl-column>.flex-xl-66{-webkit-flex:1 1 66.66%;-ms-flex:1 1 66.66%;flex:1 1 66.66%;max-width:100%;max-height:66.66%;box-sizing:border-box}.layout-column>.flex,.layout-xl-column>.flex{min-height:0}.layout-xl,.layout-xl-column,.layout-xl-row{box-sizing:border-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.layout-xl-column{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.layout-xl-row{-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.hide-gt-lg:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show),.hide-gt-md:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show),.hide-gt-sm:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show),.hide-gt-xs:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show),.hide-xl:not(.show-xl):not(.show-gt-lg):not(.show-gt-md):not(.show-gt-sm):not(.show-gt-xs):not(.show),.hide:not(.show-gt-xs):not(.show-gt-sm):not(.show-gt-md):not(.show-gt-lg):not(.show-xl):not(.show){display:none}}
@media print{.hide-print:not(.show-print):not(.show){display:none!important}}

/* materialize.min.css */
.z-depth-1, nav, .card-panel, .card, .toast, .btn, .btn-large, .btn-floating, .dropdown-content, .collapsible, .side-nav{box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);}
.collapsible-header i{width: 2rem;
  font-size: 1.6rem;
  line-height: 3rem;
  display: block;
  float: left;
  text-align: center;
  margin-right: 1rem;}
.collapsible-body{display: none;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;}
.collapsible-body p{margin: 0;
  padding: 2rem;}
.side-nav .collapsible li,
.side-nav.fixed .collapsible li{padding: 0;}
.side-nav .collapsible-header i,
.side-nav.fixed .collapsible-header i{line-height: inherit;}
.side-nav .collapsible-body,
.side-nav.fixed .collapsible-body{border: 0;
  background-color: #fff;}
.side-nav .collapsible-body li a,
.side-nav.fixed .collapsible-body li a{padding: 0 23.5px 0 31px;}
.collapsible.popout > li{box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin: 0 24px;
  transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);}
.collapsible.popout > li.active{box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  margin: 16px 0;}
.side-nav .collapsible-body li.active,
.side-nav.fixed .collapsible-body li.active{background-color: #ee6e73;}
.side-nav .collapsible-body li.active a,
.side-nav.fixed .collapsible-body li.active a{color: #fff;}
ul{padding: 0;
    list-style-type: none;}

/* loading-bar.min.css */
#loading-bar, #loading-bar-spinner{pointer-events: none;
    -webkit-pointer-events: none;
    -webkit-transition: 350ms linear all;
    -moz-transition: 350ms linear all;
    -o-transition: 0ms linear all;
    transition: 0ms linear all;}
#loading-bar-spinner.ng-enter, #loading-bar-spinner.ng-leave.ng-leave-active, #loading-bar.ng-enter, #loading-bar.ng-leave.ng-leave-active{opacity: 1;}
#loading-bar-spinner.ng-enter.ng-enter-active, #loading-bar-spinner.ng-leave, #loading-bar.ng-enter.ng-enter-active, #loading-bar.ng-leave{opacity: 5;}
#loading-bar-container{display: block;}
#loading-bar{margin: 0 22px;}
#loading-bar .bar{-webkit-transition: width 350ms;
    -moz-transition: width 350ms;
    -o-transition: width 0ms;
    transition: width 0ms;
    background: #002D64;
	position: relative;
    z-index: 10002;
    width: 100%;
    height: 0px;
    border-bottom-right-radius: 1px;
    border-top-right-radius: 1px;}
#loading-bar .peg{position: absolute;
    width: 70px;
    right: 0;
    top: 0;
    height: 0px;
    opacity: .45;
    -moz-box-shadow: #29d 1px 0 6px 1px;
    -ms-box-shadow: #29d 1px 0 6px 1px;
    -webkit-box-shadow: #29d 1px 0 6px 1px;
    box-shadow: #29d 1px 0 6px 1px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%}
#loading-bar-spinner{position: fixed;
    z-index: 10002;
    top: 50%;
    left: 50%;}
#loading-bar-spinner .spinner-icon{width: 100px;
    height: 100px;
    border: 5px solid transparent;
    border-top-color: #002D64;
    border-left-color: #002D64;
    border-radius: 50%;
    z-index: 10002;
    -webkit-animation: loading-bar-spinner 400ms linear infinite;
    -moz-animation: loading-bar-spinner 400ms linear infinite;
    -ms-animation: loading-bar-spinner 400ms linear infinite;
    -o-animation: loading-bar-spinner 400ms linear infinite;
    animation: loading-bar-spinner 400ms linear infinite;}
#loading-backdrop{position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    margin: 0;
    top: 0;
    left: 0;
    z-index: 10001;
    display: block;}
@-webkit-keyframes loading-bar-spinner{0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}}
@-moz-keyframes loading-bar-spinner{0% {
    -moz-transform: rotate(0);
    transform: rotate(0);
}
100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
}}
@-o-keyframes loading-bar-spinner{0% {
    -o-transform: rotate(0);
    transform: rotate(0);
}
100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}}
@-ms-keyframes loading-bar-spinner{0% {
		-ms-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}}
@keyframes loading-bar-spinner{0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}}

/* waves.css */
/*!
 * Waves v0.7.1
 * http://fian.my.id/Waves 
 * 
 * Copyright 2014 Alfiana E. Sibuea and other contributors 
 * Released under the MIT license 
 * https://github.com/fians/Waves/blob/master/LICENSE 
 */
.waves-effect{position: relative;
  cursor: pointer;
  /*display: inline-block;*/
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
	min-height: 50px;}
.waves-effect .waves-ripple{position: absolute;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  background: -webkit-radial-gradient(rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.4) 60%, rgba(255, 255, 255, 0) 70%);
  background: -o-radial-gradient(rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.4) 60%, rgba(255, 255, 255, 0) 70%);
  background: -moz-radial-gradient(rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.4) 60%, rgba(255, 255, 255, 0) 70%);
  background: radial-gradient(rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.4) 60%, rgba(255, 255, 255, 0) 70%);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transform: scale(0) translate(0, 0);
  -moz-transform: scale(0) translate(0, 0);
  -ms-transform: scale(0) translate(0, 0);
  -o-transform: scale(0) translate(0, 0);
  transform: scale(0) translate(0, 0);
  pointer-events: none;}
.waves-effect.waves-light .waves-ripple{background: rgba(255, 255, 255, 0.4);
  background: -webkit-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -o-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -moz-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);}
.waves-effect.waves-classic .waves-ripple{background: rgba(0, 0, 0, 0.2);}
.waves-effect.waves-classic.waves-light .waves-ripple{background: rgba(255, 255, 255, 0.4);}
/* Firefox Bug: link not triggered */
a.waves-effect .waves-ripple{z-index: -1;}

/* perfect-scrollbar.css */
.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail{display: block;}
.ps-container > .ps-scrollbar-x-rail,
.ps-container > .ps-scrollbar-y-rail{display: none;
  /* please don't change 'position' */
  position: absolute;
  border-radius: 1px;
  opacity: 0;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;}
.ps-container > .ps-scrollbar-x-rail.in-scrolling,
.ps-container > .ps-scrollbar-y-rail.in-scrolling{background-color: transparent;
  opacity: .9;
  display: block;}
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x,
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y{position: absolute;
  background-color: #aaa;
  border-radius: 1px;
  -webkit-transition: background-color 0.2s linear, width 0.2s linear;
  transition: background-color 0.2s linear, width 0.2s linear;}
.ps-container > .ps-scrollbar-x-rail{/* there must be 'bottom' for ps-scrollbar-x-rail */
  bottom: 3px;
  height: 8px;}
.ps-container > .ps-scrollbar-x-rail.in-scrolling{height: 4px;}
.ps-container > .ps-scrollbar-x-rail:hover > .ps-scrollbar-y{height: 4px;}
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x{bottom: 0;
  height: 4px;}
.ps-container > .ps-scrollbar-y-rail{right: 0px;
  width: 14px;}
.ps-container > .ps-scrollbar-y-rail.in-scrolling{width: 4px;}
.ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y{width: 4px;}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y{right: 0;
  width: 4px;}
.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail{opacity: .4;}
.ps-container:hover > .ps-scrollbar-x-rail:hover,
.ps-container:hover > .ps-scrollbar-y-rail:hover{opacity: .7;
  display: block;}
.ps-container:hover > .ps-scrollbar-x-rail > .ps-scrollbar-x,
.ps-container:hover > .ps-scrollbar-y-rail > .ps-scrollbar-y{background-color: #888;}

/* c3.css */
/*-- Select - Drag --*/
/*-- Legend --*/
.c3-legend-item{font-size: 12px;}
.c3-tooltip tr{border: 1px solid #CCC;}
.c3-tooltip th{background-color: #aaa;
  font-size: 14px;
  padding: 2px 5px;
  text-align: left;
  color: #FFF;}
.c3-tooltip td{font-size: 13px;
  padding: 3px 6px;
  background-color: #fff;
  border-left: 1px dotted #999;}
.c3-tooltip td > span{display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px;}
.c3-tooltip td.value{text-align: right;}

/* select2.css */
/*** Default Style ***/
.select2-container--default .select2-selection--single{background-color: #fff;
  border: 1px solid #dedede;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius:0px;}
.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color: #555 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0;}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;}

/* notiny.css */
/*This css has been edited to siut PLCOLAB needs, do not update this css with notiny's last version in a future*/

.notiny-container *{margin: 0;
  padding: 0;}
@keyframes notiny-animation-hide{0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  20% {
    opacity: 1;
  }

  30% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }

  90% {

  }

  100% {
    opacity: 0;
    -webkit-filter: blur(4px);
    filter: blur(4px);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }}
@-webkit-keyframes notiny-animation-show{0% {
    opacity: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-filter: blur(4px);
    filter: blur(4px);
  }

  15% {
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }

  90% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }}
@keyframes notiny-animation-show{0% {
    opacity: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-filter: blur(4px);
    filter: blur(4px);
  }

  15% {
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }

  90% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }}
@-webkit-keyframes notiny-animation-hover{0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  100% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }}
@keyframes notiny-animation-hover{0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  100% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }}

/* md-data-table.min.css */
.md-table-pagination,md-edit-dialog{display:-webkit-flex;display:-ms-flexbox}
table.md-table td.md-cell.md-clickable,table.md-table th.md-column.md-clickable,table.md-table th.md-column.md-sort{cursor:pointer}
.md-table-pagination,.md-table-pagination md-select:not([disabled]):focus .md-select-value{color:rgba(0,0,0,.54)}
md-edit-dialog>.md-content md-input-container input{float:none}
md-edit-dialog>.md-content md-input-container .md-errors-spacer{min-height:auto;min-width:auto;color:rgba(0,0,0,.54)}
md-edit-dialog>.md-content md-input-container .md-errors-spacer .md-char-counter{padding:5px 2px 5px 0}
md-edit-dialog>.md-actions .md-button{margin:0;min-width:initial}
md-edit-dialog>.md-actions .md-button+.md-button{margin-left:8px}
.md-table-pagination{display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;-webkit-flex-wrap:wrap-reverse;-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse;box-sizing:border-box;padding:0 24px;font-size:12px;border-top:1px rgba(0,0,0,.12) solid}
.md-table-pagination md-select{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;min-width:64px}
.md-table-pagination md-select .md-select-value{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}
.md-table-pagination md-select .md-select-value span.md-select-icon{-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center;margin-right:-6px!important}
.md-table-pagination md-select .md-select-value span.md-select-icon:after{top:initial;-webkit-transform:scaleY(.5) scaleX(1);transform:scaleY(.5) scaleX(1)}
.md-table-pagination>*{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:56px}
.md-table-pagination>.buttons:not(:first-child),.md-table-pagination>.limit-select:not(:first-child){margin-left:32px}
.md-table-pagination>.buttons{margin-right:-16px}
.md-table-pagination>.buttons>.md-button.md-icon-button{margin:0}
.md-table-pagination>.buttons>.label+.md-button.md-icon-button{margin-left:20px}
md-select.md-table-select{margin:0}
md-select.md-table-select>.md-select-value{padding:0;min-width:0;min-height:24px;border-bottom:0!important}
md-select.md-table-select>.md-select-value>span{display:block;height:auto;-webkit-transform:none!important;transform:none!important}
md-select.md-table-select>.md-select-value>span>.md-text{display:inherit;height:inherit;-webkit-transform:inherit;transform:inherit}
md-select.md-table-select>.md-select-value>span.md-select-icon{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:24px;margin:0}
md-select.md-table-select>.md-select-value>span.md-select-icon:after{top:initial}
.md-select-menu-container.md-pagination-select,.md-select-menu-container.md-table-select{margin-left:-2px;border-radius:2px}
.md-select-menu-container.md-pagination-select md-content,.md-select-menu-container.md-pagination-select md-select-menu,.md-select-menu-container.md-table-select md-content,.md-select-menu-container.md-table-select md-select-menu{border-radius:inherit}
.md-select-menu-container.md-pagination-select md-content,.md-select-menu-container.md-table-select md-content{padding:0}
.md-select-menu-container.md-table-select .md-text{font-size:13px}
md-toolbar.md-table-toolbar{box-shadow:none}
md-toolbar.md-table-toolbar.md-default-theme:not(.md-menu-toolbar).md-default,md-toolbar.md-table-toolbar:not(.md-menu-toolbar).md-default{background-color:#fff;color:rgba(0,0,0,.87)}
md-toolbar.md-table-toolbar.md-default-theme:not(.md-menu-toolbar).md-default .md-button,md-toolbar.md-table-toolbar:not(.md-menu-toolbar).md-default .md-button{color:rgba(0,0,0,.87)}
@media only screen and (max-width:959px) and (min-width:0) and (orientation:landscape){md-toolbar.md-table-toolbar .md-toolbar-tools{height:64px;max-height:initial}}
md-toolbar.md-table-toolbar .md-toolbar-tools{padding:0 24px}
md-toolbar.md-table-toolbar .md-toolbar-tools md-icon{color:rgba(0,0,0,.54)}
md-toolbar.md-table-toolbar .md-toolbar-tools>.md-button.md-icon-button{margin:0}
md-toolbar.md-table-toolbar .md-toolbar-tools>.md-button.md-icon-button:first-child{margin-left:-12px}
md-toolbar.md-table-toolbar .md-toolbar-tools>.md-button.md-icon-button:last-child{margin-right:-12px}
md-card>md-table-container:first-child,md-card>md-toolbar.md-table-toolbar:first-child{border-top-left-radius:2px;border-top-right-radius:2px}
md-card>md-table-container:last-child,md-card>md-toolbar.md-table-toolbar:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}
table.md-table{width:100%;border-spacing:0;overflow:hidden}
table.md-table thead.md-head>tr.md-row{height:56px}
table.md-table tbody.md-body>tr.md-row,table.md-table tfoot.md-foot>tr.md-row{height:48px}
table.md-table thead.md-head+.md-table-progress md-progress-linear{top:-3px}
table.md-table .md-table-progress th{padding:0}
table.md-table .md-table-progress th md-progress-linear{height:0;transition:opacity 1s}
table.md-table .md-table-progress th md-progress-linear.ng-hide{opacity:0}
table.md-table .md-table-progress th md-progress-linear>.md-container{height:3px;top:0;transition:none}
table.md-table .md-table-progress th md-progress-linear>.md-container>.md-bar{height:3px}
table.md-table th.md-column{color: #535353;font-size:13px;font-weight:700;white-space:nowrap}
table.md-table th.md-column md-icon{height:16px;width:16px;font-size:16px!important;line-height:16px!important}
table.md-table th.md-column md-icon.md-sort-icon{color:rgba(0,0,0,.26);opacity:0;transition:-webkit-transform .25s,opacity .25s;transition:transform .25s,opacity .25s}
table.md-table th.md-column md-icon.md-sort-icon.md-asc{-webkit-transform:rotate(0);transform:rotate(0)}
table.md-table th.md-column md-icon.md-sort-icon.md-desc{-webkit-transform:rotate(180deg);transform:rotate(180deg)}
table.md-table th.md-column md-icon:not(:first-child){margin-left:8px}
table.md-table th.md-column md-icon:not(:last-child){margin-right:8px}
table.md-table th.md-column.md-active,table.md-table th.md-column.md-active md-icon{color:rgba(0,0,0,.87)}
table.md-table th.md-column.md-active md-icon.md-sort-icon,table.md-table th.md-column:hover md-icon.md-sort-icon{opacity:1}
table.md-table tr.md-row[data-ng-repeat].ng-leave,table.md-table tr.md-row[ng-repeat].ng-leave,table.md-table tr.md-row[ng\:repeat].ng-leave,table.md-table tr.md-row[x-ng-repeat].ng-leave{display:none}
table.md-table.md-row-select tbody.md-body>tr.md-row{transition:background-color .2s}
table.md-table.md-row-select tbody.md-body>tr.md-row:not([disabled]):hover{background-color:#eee!important}
table.md-table.md-row-select tbody.md-body>tr.md-row.md-selected{background-color:#f5f5f5}
table.md-table.md-row-select td.md-cell:first-child,table.md-table.md-row-select th.md-column:first-child{width:20px;padding:0 0 0 24px}
table.md-table.md-row-select td.md-cell:nth-child(2),table.md-table.md-row-select th.md-column:nth-child(2){padding:0 24px}
table.md-table.md-row-select td.md-cell:nth-child(n+3):nth-last-child(n+2),table.md-table.md-row-select th.md-column:nth-child(n+3):nth-last-child(n+2){padding:0 56px 0 0}
table.md-table:not(.md-row-select) td.md-cell:first-child,table.md-table:not(.md-row-select) th.md-column:first-child{padding:0 24px}
table.md-table:not(.md-row-select) td.md-cell:nth-child(n+2):nth-last-child(n+2),table.md-table:not(.md-row-select) th.md-column:nth-child(n+2):nth-last-child(n+2){padding:0 56px 0 0}
table.md-table td.md-cell,table.md-table th.md-column{vertical-align:middle;text-align:left}
table.md-table th.md-actions{width: 64px;}
table.md-table td.md-cell>*,table.md-table th.md-column>*{vertical-align:middle}
table.md-table td.md-cell:last-child,table.md-table th.md-column:last-child{padding:0px;}
table.md-table td.md-cell.md-clickable:focus,table.md-table th.md-column.md-clickable:focus{outline:0}
table.md-table td.md-cell.md-numeric,table.md-table th.md-column.md-numeric{text-align:right}
table.md-table td.md-cell md-checkbox,table.md-table th.md-column md-checkbox{margin:0px 10px 0px 10px;width:20px}
table.md-table td.md-cell{color:rgba(0,0,0,.87);font-size:14px}
table.md-table td.md-cell.md-numeric md-select{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}
table.md-table td.md-cell.md-numeric md-select .md-select-value{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}
table.md-table td.md-cell.md-placeholder{color:rgba(0,0,0,.26)}
table.md-table td.md-cell md-select>.md-select-value>span.md-select-icon{-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;color:rgba(0,0,0,.54);width:18px;text-align:right}
table.md-table td.md-cell md-select>.md-select-value>span.md-select-icon:after{-webkit-transform:scaleY(.4) scaleX(.8);transform:scaleY(.4) scaleX(.8)}
.footable-details.table,.footable-details.table *,.footable.table,.footable.table *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
table>tbody>tr>td>span.footable-toggle{margin-right:8px;opacity:.3}
table tbody tr.footable-detail-row td{padding-top:0}
table tbody tr.footable-detail-row td table{margin-bottom:0}
i.footable-toggle{display: initial;margin-left: -20px;}

