@font-face {
    font-family: 'latobold';
    src:url("/javax.faces.resource/recursos/fonts/lato-bold-webfont.eot.xhtml?ln=SBComp");
    src:url("/javax.faces.resource/recursos/fonts/lato-bold-webfont.eot.xhtml?ln=SBComp#iefix-edmmgb") format("embedded-opentype"),
        url("/javax.faces.resource/recursos/fonts/lato-bold-webfont.woff.xhtml?ln=SBComp") format("woff"),
        url("/javax.faces.resource/recursos/fonts/lato-bold-webfont.ttf.xhtml?ln=SBComp") format("truetype"),
        url("/javax.faces.resource/recursos/fonts/lato-bold-webfont.svg.xhtml?ln=SBComp") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latolight';
    src:url("/javax.faces.resource/recursos/fonts/lato-light-webfont.eot.xhtml?ln=SBComp");
    src:url("/javax.faces.resource/recursos/fonts/lato-light-webfont.eot.xhtml?ln=SBComp#iefix-edmmgb") format("embedded-opentype"),
        url("/javax.faces.resource/recursos/fonts/lato-light-webfont.woff.xhtml?ln=SBComp") format("woff"),
        url("/javax.faces.resource/recursos/fonts/lato-light-webfont.ttf.xhtml?ln=SBComp") format("truetype"),
        url("/javax.faces.resource/recursos/fonts/lato-light-webfont.svg.xhtml?ln=SBComp") format("svg");

    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latoregular';
    src:url("/javax.faces.resource/recursos/fonts/lato-regular-webfont.eot.xhtml?ln=SBComp");
    src:url("/javax.faces.resource/recursos/fonts/lato-regular-webfont.eot.xhtml?ln=SBComp#iefix") format("embedded-opentype"),
        url("/javax.faces.resource/recursos/fonts/lato-regular-webfont.woff.xhtml?ln=SBComp") format("woff"),
        url("/javax.faces.resource/recursos/fonts/lato-regular-webfont.ttf.xhtml?ln=SBComp") format("truetype"),
        url("/javax.faces.resource/recursos/fonts/lato-regular-webfont.svg.xhtml?ln=SBComp") format("svg");

    font-weight: normal;
    font-style: normal;
}


.FontPadraoLight {
    font-family: 'latolight', sans-serif;
}
.FontPadraoRegular {
    font-family: 'latoregular', sans-serif;
}
.FontPadraoBold {
    font-family: 'latobold', sans-serif;
}

/*legado do tema Adamantium primefaces remover: daqui*/
.FontPadraoLight {
    font-family: 'latolight', sans-serif;
}
.FontAdamantiumRegular {
    font-family: 'latoregular', sans-serif;
}
.FontPadraoBold {
    font-family: 'latobold', sans-serif;
}
/*legado, remover: até aqui*/


/*BODY*/
html {
    height: 100%;
}
body {
    margin: 0px;
    height: 100%;
    width: 100%;
    background-color: #f7f5f3;
    font-family: 'latoregular';
}

/* PORTLETS --------------------------------------------------------------------------------*/
/*Layout Portlets Cover*/
#layout-portlets-cover {
    display: block;
    vertical-align: top;
    padding: 0px 0px;
}
.Card {
    padding: 30px;
    display: block;
    background-color: #ffffff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    font-family: 'latoregular', sans-serif;
    color: #666f77;
    border: solid 1px #e0e0e0;
}
.CardTopic {
    font-size: 20px;
    color: #439fe0;
    padding: 0px;
    font-family: 'latobold', sans-serif;
    line-height: 80%;
}
.CardSubTopic {
    font-family: 'latoregular', sans-serif;
    font-size: 12px;
    color: #666f77;
}
.CardTopicMini {
    font-size: 14px;
    color: #439fe0;
    padding: 0px;
    font-family: 'latobold', sans-serif;
}
.CardFooter {
    border-top: solid 1px #E0E0E0;
    margin: 10px -10px -12px;
    padding: 10px;
    overflow: hidden;
    display: block;
}
.CardFooterBtn {
    padding: 10px;
    margin: -10px 0px;
    display: inline-block;
    font-size: 24px;
}
.CardFooterBtn:hover {
    background-color: #f5f5f5;
}
/* LAYOUT STANDART STYLES -----------------------------------------------------------------*/
a {
    text-decoration: none;
    outline: none;
}
img {
    outline: none;
}
li {
    list-style: none;
}
/* text colors */
.White {
    color: #ffffff;
}
.WhiteBlue {
    color: #E1F5FE;
}
.SoftBlue {
    color: #03A9F4;
}
.Blue {
    color: #0288D1;
}
.Turquoise {
    color: #26C6DA;
}
.SoftGray {
    color: #ECEFF1;
}
.Gray {
    color: #90A4AE;
}
.BoldGray {
    color: #546E7A;
}
.SoftOrange {
    color: #FFCC80;
}
.Orange {
    color: #FB8C00;
}
.SoftGreen {
    color: #A5D6A7;
}
.Green {
    color: #43A047;
}
.LeadenGreen {
    color: #26A69A;
}
.SoftRed {
    color: #EF9A9A;
}
.Red {
    color: #E53935;
}
.Pink {
    color: #FF4081;
}
.SoftPurple {
    color: #CE93D8;
}
.Purple {
    color: #8E24AA;
}
.Yellow {
    color: #F7D100;
}
.WhiteOpac {
    color: rgba(255, 255, 255, 0.4);
}
.BlackOpac {
    color: rgba(0, 0, 0, 0.4);
}
/* background colors */
.WhiteBlueBack {
    background-color: #E1F5FE;
}
.SoftBlueBack {
    background-color: #03A9F4;
}
.BlueBack {
    background-color: #0288D1;
}
.TurquoiseBack {
    background-color: #26C6DA;
}
.SoftGrayBack {
    background-color: #f5f5f5;
}
.GrayBack {
    background-color: #90A4AE;
}
.BoldGrayBack {
    background-color: #546E7A;
}
.SoftOrangeBack {
    background-color: #FFCC80;
}
.OrangeBack {
    background-color: #FB8C00;
}
.SoftGreenBack {
    background-color: #A5D6A7;
}
.GreenBack {
    background-color: #43A047;
}
.LeadenGreenBack {
    background-color: #26A69A;
}
.SoftRedBack {
    background-color: #EF9A9A;
}
.RedBack {
    background-color: #E53935;
}
.PinkBack {
    background-color: #FF4081;
}
.SoftPurpleBack {
    background-color: #CE93D8;
}
.PurpleBack {
    background-color: #8E24AA;
}
.YellowBack {
    background-color: #F7D100;
}
/* borders */
.BorderTop {
    border-top: solid 1px #E0E0E0;
}
.BorderRight {
    border-right: solid 1px #E0E0E0;
}
.BorderBottom {
    border-bottom: solid 1px #E0E0E0;
}
.BorderLeft {
    border-left: solid 1px #E0E0E0;
}
.BorderAll {
    border: solid 1px #E0E0E0;
}
/* seperator line */
.Separator {
    border-bottom: solid 1px #E0E0E0;
    width: 100%;
    overflow: hidden;
    height: 0px;
    margin: 25px 0px 20px;
    clear: both;
}
.SeparatorFull {
    border-bottom: solid 1px #E0E0E0;
    display: block;
    overflow: hidden;
    height: 0px;
    margin: 25px -30px 20px;
    clear: both;
}
/* hover effect for boxlink and links */
.HoverEffect {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.HoverEffect:hover {
    opacity: 0.8;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/* shadow */
.ShadowEffect {
    -webkit-box-shadow: 0px 0.5px 3px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0.5px 3px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0.5px 3px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 0\0) {
    /* IE 10+ specific styles go here */
    .ShadowEffect {
        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    }
}
.BigTopic {
    font-size: 16px;
    font-family: 'latobold';
    font-weight: lighter;
    color: #546E7A;
    padding: 10px 0px;
}
.changecolor:hover {
    background-color: #FBB040;
    padding: 10px;
}

/* OTHERS */
#layout-portlets-cover:before,
#layout-portlets-cover:after,
.Card:before,
.Card:after {
    content: "";
    display: table;
    border-collapse: collapse;
}
#layout-portlets-cover:after,
.Card:after {
    clear: both;
}
/* TOPBAR --------------------------------------------------------------------------------*/
/* topbar */
.dark #layout-topbar {
    background-color: #455a64;
}
.dark #menu-button {
    border-right: solid 1px #546E7A;
}
.dark #menu-button:hover,
.dark #menu-button.active-menu {
    background-color: #546e7a;
}
.dark #menu-button span {
    background-color: #b1bfc6;
}
/* topbar menu */
.dark #topmenu-button {
    color: #b1bfc6;
    border-left: solid 1px #546E7A;
}
.dark #topmenu-button:hover,
.dark #topmenu-button.active-menu {
    background-color: #546e7a;
}
.dark #top-menu > li > a {
    color: #b1bfc6;
}
.dark #top-menu > li > a:hover,
.dark #top-menu > li > a:focus,
.dark #top-menu > li > a.active-menu {
    background-color: #546e7a;
}
.dark #top-menu > li ul {
    background-color: #455a64;
}
.dark #top-menu > li > ul li a {
    color: #b1bfc6;
}
.dark #top-menu > li > ul li a:hover,
.dark #top-menu > li > ul li a:focus,
.dark #top-menu > li > ul li a.active-menu {
    background-color: #546e7a;
}
/* MENU ----------------------------------------------------------------------------------*/
/*Layout Menu Cover */
.dark #layout-menu-cover {
    background-color: #455a64;
}
/*Layout Default (Top) Menu */
.dark .layout-menu {
    color: #b1bfc6;
}
.dark .layout-menu-cover-top .layout-menu > li > a {
    color: #b1bfc6;
}
.dark .layout-menu-cover-top .layout-menu > li > a:hover,
.dark .layout-menu-cover-top .layout-menu > li > a:focus,
.dark .layout-menu-cover-top .layout-menu > li > a.active-menu {
    background-color: #546e7a;
}
.dark .layout-menu-cover-top .layout-menu > li ul {
    background-color: #455a64;
}
.dark .layout-menu-cover-top .layout-menu > li > ul {
    background-color: #455a64;
}
.dark .layout-menu-cover-top .layout-menu > li > ul li a {
    color: #b1bfc6;
}
.dark .layout-menu-cover-top .layout-menu > li > ul li a:hover,
.dark .layout-menu-cover-top .layout-menu > li > ul li a:focus,
.dark .layout-menu-cover-top .layout-menu > li > ul li a.active-menu {
    background-color: #546e7a;
}
/* Main Menu Styles For Left Place */
.dark .layout-menu-cover-left .layout-menu > li {
    border-bottom: dotted 1px #546E7A;
}
.dark .layout-menu-cover-left .layout-menu > li > a {
    color: #b1bfc6;
}
.dark .layout-menu-cover-left .layout-menu > li > a:hover,
.dark .layout-menu-cover-left .layout-menu > li > a:focus,
.dark .layout-menu-cover-left .layout-menu > li > a.active-menu {
    background-color: #546e7a;
}
.dark .layout-menu-cover-left .layout-menu > li > ul {
    background-color: #455a64;
}
.dark .layout-menu-cover-left .layout-menu > li > ul li a {
    color: #b1bfc6;
}
.dark .layout-menu-cover-left .layout-menu > li > ul li a:hover,
.dark .layout-menu-cover-left .layout-menu > li > ul li a:focus,
.dark .layout-menu-cover-left .layout-menu > li > ul li a.active-menu {
    background-color: #546e7a;
}
.dark .layout-menu-cover-left .menu-level-3 li a {
    padding-left: 60px !important;
}
/* MEDIA QUERIES **************************************************************************************************************** */
/* Portrait tablet to landscape and desktop */
@media (min-width: 640px) and (max-width: 960px) {
    .dark #top-menu {
        background-color: #455a64;
    }
    .dark #top-menu > li ul.active-menu {
        background-color: #4c626d;
    }
    .dark .layout-menu-cover-top .layout-menu > li {
        border-bottom: dotted 1px #546E7A;
    }
}
/* Landscape phone to portrait tablet */
@media (min-width: 480px) and (max-width: 640px) {
    .dark #top-menu {
        background-color: #455a64;
    }
    .dark #top-menu > li ul.active-menu {
        background-color: #4c626d;
    }
    .dark .layout-menu-cover-top .layout-menu > li {
        border-bottom: dotted 1px #546E7A;
    }
}
/* Portrait phones and down */
@media (min-width: 320px) and (max-width: 480px) {
    .dark #top-menu {
        background-color: #455a64;
    }
    .dark #top-menu > li ul.active-menu {
        background-color: #4c626d;
    }
    .dark .layout-menu-cover-top .layout-menu > li {
        border-bottom: dotted 1px #546E7A;
    }
}
/* -------------------------------------------------------------------*/
/* for landscape phones and tablets */
@media (min-height: 320px) and (max-height: 560px) {
    .dark .layout-menu-cover-top .layout-menu > li {
        border-bottom: dotted 1px #546E7A;
    }
}
/* topbar */
.topbar-shadow {
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
}
/* topbar menu */
.topbar-menu-submenu-shadow {
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
}
/* main menu */
.mainmenu-cover-shadow {
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
}
.mainmenu-left-cover-shadow {
    -webkit-box-shadow: 1px 0px 1px 0px rgba(0, 0, 0, 0.1) !important;
    -moz-box-shadow: 1px 0px 1px 0px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 1px 0px 1px 0px rgba(0, 0, 0, 0.1) !important;
}
.mainmenu-submenu-shadow {
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
}
/* cards */
.card-border-radius {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
/* misc */
.short-transition {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.medium-transition {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.long-transition {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.no-transition {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.no-transform {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}



.CRCConsole input{
    font-size:40px !important;
}




.FloatNoneOnMobile{
}

.show{
    display:block !important;
}
.hide{
    display:none !important;
}

/* make auto of element width and/or height attribute on mobile devices with media queries */
.WidAutoOnMobile{
}
.HeiAutoOnMobile{
}

/* for responsive mode - if you want any ContainerX element has a responsive fluid abilities with media queries you must add this class to your element*/
.Responsive{
}
.Responsive50{
}
.Responsive100{
}

/* Text Decoration */
.Underline{
    text-decoration:underline;
}

/* Making Unselectable Contents */
.Unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* for on iphone safari inputs shadow problem */
input[type="text"], input[type="password"], textarea{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Display */
.DispBlock{
    display:block;
}
.DispTable{
    display:table;
    vertical-align:middle;
}
.DispTableCell{
    display:table-cell;
    vertical-align:middle;
}
.DispNone{
    display:none;
}
.DispInlBlock{
    display:inline-block;
}
.DispInherit{
    display:inherit;
}

/* Position */
.PosFixed{
    position:fixed;
}
.PosAbsolute{
    position:absolute;
}
.PosRelative{
    position:relative;
}
.PosStatic{
    position:static;
}

/* Floating */
.Fleft{
    float:left!important;
}
.Fright{
    float:right!important;
}
.Fnone{
    float:none !important;
}


/* Overflows */
.OvHidden{
    overflow:hidden;
}
.OvScroll{
    overflow:scroll;
}
.OvAuto{
    overflow:auto;
}
.OvVisible{
    overflow:visible;
}
.OvXScroll{
    overflow-x:scroll;
}
.OvYScroll{
    overflow-y:scroll;
}
.OvXHidden{
    overflow-x:hidden;
}
.OvYHidden{
    overflow-y:hidden;
}



/* Opacity */
.Opac100{
    opacity:1;
    -webkit-opacity:1;
    -moz-opacity:1;
}
.Opac95{
    opacity:0.95;
    -webkit-opacity:0.95;
    -moz-opacity:0.95;
}
.Opac90{
    opacity:0.9;
    -webkit-opacity:0.9;
    -moz-opacity:0.9;
}
.Opac80{
    opacity:0.8;
    -webkit-opacity:0.8;
    -moz-opacity:0.8;
}
.Opac70{
    opacity:0.7;
    -webkit-opacity:0.7;
    -moz-opacity:0.7;
}
.Opac60{
    opacity:0.6;
    -webkit-opacity:0.6;
    -moz-opacity:0.6;
}
.Opac50{
    opacity:0.5;
    -webkit-opacity:0.5;
    -moz-opacity:0.5;
}
.Opac40{
    opacity:0.4;
    -webkit-opacity:0.4;
    -moz-opacity:0.4;
}
.Opac30{
    opacity:0.3;
    -webkit-opacity:0.3;
    -moz-opacity:0.3;
}
.Opac20{
    opacity:0.2;
    -webkit-opacity:0.2;
    -moz-opacity:0.2;
}
.Opac10{
    opacity:0.1;
    -webkit-opacity:0.1;
    -moz-opacity:0.1;
}
.OpacZero{
    opacity:0;
    -webkit-opacity:0;
    -moz-opacity:0;
}

/* Border Radius */
.BordRad3{
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
}
.BordRad4{
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
}
.BordRad5{
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}
.BordRad10{
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
}
.BordRad15{
    border-radius:15px;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
}
.BordRadHalf{
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
}

.BordRight{
    border-right:solid 1px transparent;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
}
.BordLeft{
    border-left:solid 1px transparent;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
}
.BordTop{
    border-top:solid 1px transparent;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
}
.BordBottom{
    border-top:solid 1px transparent;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
}
.BordAll{
    border:solid 1px transparent;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
}

.ui-password {
    width: 100%;
}

/* Width */
.Wid100{
    width:100%;
}
.Wid90{
    width:90%;
}
.Wid80{
    width:80%!important;
}
.Wid70{
    width:70%;
}
.Wid60{
    width:60%;
}
.Wid50{
    width:50%;
}
.Wid45{
    width:45%;
}
.Wid40{
    width:40%;
}
.Wid30{
    width:30%;
}

/* Width Special Values */
.Wid33{
    width:33.3%;
}
.Wid25{
    width:25%;
}
.Wid20{
    width:20%;
}
.Wid10{
    width:10%;
}

.MaxWid500{
    max-width:500px;
}

/* Height */
.Hei100{
    height:100%;
}
.Hei90{
    height:90%;
}
.Hei80{
    height:80%;
}
.Hei70{
    height:70%;
}
.Hei60{
    height:60%;
}
.Hei40{
    height:40%;
}
.Hei50{
    height:50%;
}
.Hei30{
    height:30%;
}
.Hei20{
    height:20%;
}
.Hei10{
    height:10%;
}

/* Margins */
.MarTopPerc5{
    margin-top:5%;
}
.MarTopPerc10{
    margin-top:10%;
}
.MarTopPerc20{
    margin-top:20%;
}
.MarTopPerc30{
    margin-top:30%;
}
.MarTopPerc40{
    margin-top:40%;
}
.MarTopPerc50{
    margin-top:50%;
}

.MarAuto{
    margin-left:auto;
    margin-right:auto;
}

.MarTop5{
    margin-top:5px;
}
.MarTop10{
    margin-top:10px;
}
.MarTop20{
    margin-top:20px;
}
.MarTop30{
    margin-top:30px;
}
.MarTop40{
    margin-top:40px;
}
.MarTop50{
    margin-top:50px;
}

.MarTopQuarter{
    margin-top:25%;
}
.MarTopHalf{
    margin-top:50%;
}

.MarBot10{
    margin-bottom:10px;
}
.MarBot20{
    margin-bottom:20px;
}
.MarBot30{
    margin-bottom:20px;
}
.MarRight10{
    margin-right:10px;
}
.MarRight20{
    margin-right:20px;
}
.MarRigh30{
    margin-right:30px;
}


/* Paddings */
.NoPadding{
    padding:0px !important;
}
.PaddingTopPercent10{
    padding-top: 10%;
}


.ContainerIndent{
    display:block;
    margin:0px auto;
    padding:10px;
}

/* Text Aligns */
.TexAlCenter{
    text-align:center;
}
.TexAlLeft{
    text-align:left;
}
.TexAlRight{
    text-align:right !important;
}

/* Padding With Transparent Border*/
.PadWithBorder1{
    border:solid 1px transparent;
}
.PadWithBorder2{
    border:solid 2px transparent;
}
.PadWithBorder3{
    border:solid 3px transparent;
}
.PadWithBorder4{
    border:solid 4px transparent;
}
.PadWithBorder5{
    border:solid 5px transparent;
}
.PadWithBorder10{
    border:solid 10px transparent;
}

/* Box Sizing */
.BoxSizeContent{
    box-sizing:content-box;
    -webkit-box-sizing:content-box;
    -moz-box-sizing:content-box;
}
.BoxSizeBorder{
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
}

/* Font Sizes */
.Fs9{
    font-size:9px !important;
}
.Fs10{
    font-size:10px !important;
}
.Fs11{
    font-size:11px !important;
}
.Fs12{
    font-size:12px !important;
}
.Fs13{
    font-size:13px !important;
}
.Fs14{
    font-size:14px !important;
}
.Fs15{
    font-size:15px !important;
}
.Fs16{
    font-size:16px !important;
}
.Fs17{
    font-size:17px !important;
}
.Fs18{
    font-size:18px !important;
}
.Fs19{
    font-size:19px !important;
}
.Fs20{
    font-size:20px !important;
}
.Fs21{
    font-size:21px !important;
}
.Fs22{
    font-size:22px !important;
}
.Fs23{
    font-size:23px !important;
}
.Fs24{
    font-size:24px !important;
}
.Fs25{
    font-size:25px !important;
}
.Fs26{
    font-size:26px !important;
}
.Fs27{
    font-size:27px !important;
}
.Fs28{
    font-size:28px !important;
}
.Fs29{
    font-size:29px !important;
}
.Fs30{
    font-size:30px !important;
}
.Fs40{
    font-size:40px !important;
}
.Fs50{
    font-size:50px !important;
}
.Fs60{
    font-size:60px !important;
}
.Fs100{
    font-size:100px !important;
}
.Fs130{
    font-size:130px !important;
}

/* Font Type */
.FontBold{
    font-weight:bold;
}
.FontLight{
    font-weight:lighter;
}
.FontNormal{
    font-weight:normal;
}

/* Animated */
.Animated03{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.Animated05{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.Animated1{
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

