/*GLOBAL*/
.none {
    display: none;
}

.block {
    display: block;
}

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    margin: 0 auto;
    text-align: center;
}

.textleft {
    text-align: left !important;
}

.textright {
    text-align: right !important;
}

.textcenter {
    text-align: center !important;
}

.textjustify {
    text-align: justify
}

.caps {
    text-transform: uppercase;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.fixed {
    position: fixed !important;
}

.cpointer {
    cursor: pointer;
}

.cunvailable {
    cursor: not-allowed;
}

.required {
    color: #f00 !important;
}

.italic {
    font-style: italic !important;
}

.textstrike {
    text-decoration: line-through;
}

.textmiddle {
    vertical-align: middle;
}

.textbottom {
    vertical-align: text-bottom;
}

.break {
    word-wrap: break-word;
}

/*TYPOGRAPHY CUSTOMISATION*/
.xslim {
    font-weight: 100;
}

.slim {
    font-weight: 300;
}

.normal {
    font-weight: 400;
}

.bold {
    font-weight: 700;
}

.bold800 {
    font-weight: 800
}

.lh1 {
    line-height: 7px !important;
}

.lh2 {
    line-height: 15px;
}

.lh3 {
    line-height: 60px;
}

.lh4 {
    line-height: 17px;
}

.lato {
    font-family: "Lato";
}

.opensans {
    font-family: "Open Sans";
}

.size8 {
    font-size: 8px;
}

.size10 {
    font-size: 10px;
}

.size11 {
    font-size: 11px;
}

.size12 {
    font-size: 12px;
}

.size13 {
    font-size: 13px;
}

.size14 {
    font-size: 14px;
}

.size16 {
    font-size: 16px;
}

.size18 {
    font-size: 18px;
}

.size20 {
    font-size: 20px;
}

.size22 {
    font-size: 22px;
}

.size24 {
    font-size: 24px;
}

.size28 {
    font-size: 28px;
}

.size26 {
    font-size: 26px;
}

.size30 {
    font-size: 30px;
}

.size40 {
    font-size: 40px;
}

.size48 {
    font-size: 48px;
}

.size60 {
    font-size: 60px;
}

.size65 {
    font-size: 65px;
}

.size100 {
    font-size: 100px;
}

/*COLORS*/
.white {
    color: #fff;
}

.dark {
    color: #333;
}

.lgrey {
    color: #ccc;
}

.lightgrey {
    color: #ccc;
}

.grey {
    color: #999;
}

.grey2 {
    color: #666;
}

.green {
    color: #72bf66;
}

.green2 {
    color: #339933;
}

.lblue {
    color: #0099cc;
}

.lblue2 {
    color: #4F7397;
}

.yellow {
    color: #ffff00;
}

.red {
    color: #ff3300 !important;
}

.red2 {
    color: #F54B31;
}

.lred1 {
    color: #ff9966;
}

.orange {
    color: #ff9900 !important;
}

.lbrown {
    color: #23303B;
}

.zink {
    color: #00bbbb !important;
}

/* timeline color */

.success {
    background-color: #3F903F !important;
}

.primary {
    background-color: #286090 !important;
}

.warning {
    background-color: #F0AD4E !important;
}

.danger {
    background-color: #D9534F !important;
}

.info {
    background-color: #5BC0DE !important;
}

.grey {
    background-color: #C4C4C4 !important;
}

.purple {
    background-color: #611BBD !important;
}

.black {
    background-color: #000000 !important;
}

.lightpink {
    background-color: #FFB6C1 !important;
}

.facebook {
    background-color: #445F98 !important;
}

.brown {
    background-color: #5F3A53 !important;
}

.pink {
    background-color: #FF6AB4 !important;
}

.gold {
    background-color: #FFD701 !important;
}

.orange2 {
    background-color: #EB7323 !important;
}

/*TopMargin*/
.margtop1 {
    margin-top: 1px !important;
}

.margtop2 {
    margin-top: 2px !important;
}

.margtop3 {
    margin-top: 3px !important;
}

.margtop4 {
    margin-top: 4px !important;
}

.margtop5 {
    margin-top: 5px !important;
}

.margtop6 {
    margin-top: 6px !important;
}

.margtop7 {
    margin-top: 7px !important;
}

.margtop8 {
    margin-top: 8px !important;
}

.margtop9 {
    margin-top: 9px !important;
}

.margtop10 {
    margin-top: 10px !important;
}

.margtop12 {
    margin-top: 12px !important;
}

.margtop15 {
    margin-top: 15px !important;
}

.margtop20 {
    margin-top: 20px !important;
}

.margtop25 {
    margin-top: 25px !important;
}

.margtop30 {
    margin-top: 30px !important;
}

.margtop35 {
    margin-top: 35px !important;
}

.margtop40 {
    margin-top: 40px !important;
}

.margtop45 {
    margin-top: 45px !important;
}

.margtop55 {
    margin-top: 55px !important;
}

.margtop58 {
    margin-top: 58px !important;
}

.margtop66 {
    margin-top: 66px !important;
}

/*TopMargin -*/
.margtop-0 {
    margin-top: 0px;
}

.margtop-1 {
    margin-top: -1px !important;
}

.margtop-2 {
    margin-top: -2px !important;
}

.margtop-3 {
    margin-top: -3px !important;
}

.margtop-4 {
    margin-top: -4px !important;
}

.margtop-5 {
    margin-top: -5px !important;
}

.margtop-7 {
    margin-top: -7px !important;
}

.margtop-10 {
    margin-top: -10px !important;
}

.margtop-15 {
    margin-top: -15px !important;
}

.margtop-20 {
    margin-top: -20px !important;
}

.margtop-25 {
    margin-top: -25px !important;
}

.margtop-30 {
    margin-top: -30px !important;
}

.margtop-35 {
    margin-top: -35px !important;
}

.margtop-40 {
    margin-top: -40px !important;
}

/*LeftMargin*/
.margleft4 {
    margin-left: 4px !important;
}

.margleft8 {
    margin-left: 8px !important;
}

.margleft15 {
    margin-left: 15px !important;
}

.margleft20 {
    margin-left: 20px !important;
}

.margleft25 {
    margin-left: 25px !important;
}

.margleft30 {
    margin-left: 30px !important;
}

.margleft50 {
    margin-left: 50px !important;
}

/*RightMargin*/
.margright4 {
    margin-right: 4px !important;
}

.margright8 {
    margin-right: 8px !important;
}

.margright12 {
    margin-right: 12px !important;
}

.margright16 {
    margin-right: 16px !important;
}

/*BottomMargin*/
.margbottom4 {
    margin-bottom: 4px !important;
}

.margbottom10 {
    margin-bottom: 10px !important;
}

.margbottom15 {
    margin-bottom: 15px !important;
}

.margbottom20 {
    margin-bottom: 20px !important;
}

.margbottom35 {
    margin-bottom: 35px !important;
}

/*BottomMargin -*/
.margbottom-10 {
    margin-bottom: -10px !important;
}

.margbottom-15 {
    margin-bottom: -15px !important;
}

.margbottom-24 {
    margin-bottom: -24px !important;
}

.margbottom-35 {
    margin-bottom: -35px !important;
}

/* Padding */
.pd {
    padding: 0px;
}

.pd3 {
    padding: 3px;
}

.pd5 {
    padding: 5px;
}

.pd10 {
    padding: 10px;
}

.pd20 {
    padding: 20px;
}

.pd30 {
    padding: 30px;
}

.pd40 {
    padding: 40px;
}

.pd50 {
    padding: 50px;
}

.pd60 {
    padding: 60px;
}

.pd70 {
    padding: 70px;
}

.pd80 {
    padding: 80px;
}

.pd90 {
    padding: 90px;
}

.pd100 {
    padding: 100px;
}

/* Padding Top */
.pdt5 {
    padding-top: 5px;
}

.pdt7 {
    padding-top: 7px;
}

.pdt10 {
    padding-top: 10px;
}

.pdt20 {
    padding-top: 20px;
}

.pdt30 {
    padding-top: 30px;
}

.pdt40 {
    padding-top: 40px;
}

.pdt50 {
    padding-top: 50px;
}

.pdt60 {
    padding-top: 60px;
}

.pdt70 {
    padding-top: 70px;
}

.pdt80 {
    padding-top: 80px;
}

.pdt90 {
    padding-top: 90px;
}

.pdt100 {
    padding-top: 100px;
}

/* Padding Bot */
.pdb10 {
    padding-bottom: 10px;
}

.pdb20 {
    padding-bottom: 20px;
}

.pdb30 {
    padding-bottom: 30px;
}

.pdb40 {
    padding-bottom: 40px;
}

.pdb50 {
    padding-bottom: 50px;
}

.pdb60 {
    padding-bottom: 60px;
}

.pdb70 {
    padding-bottom: 70px;
}

.pdb80 {
    padding-bottom: 80px;
}

.pdb90 {
    padding-bottom: 90px;
}

.pdb100 {
    padding-bottom: 100px;
}

/* Padding Left */
.pdl10 {
    padding-left: 10px;
}

.pdl12 {
    padding-left: 12px;
}

.pdl20 {
    padding-left: 20px;
}

.pdl30 {
    padding-left: 30px;
}

.pdl40 {
    padding-left: 40px;
}

.pdl50 {
    padding-left: 50px;
}

/* Padding Right */
.pdr10 {
    padding-right: 10px;
}

.pdr20 {
    padding-right: 20px;
}

.pdr30 {
    padding-right: 30px;
}

.pdr40 {
    padding-right: 40px;
}

.pdr50 {
    padding-right: 50px;
}

/* Width */
.wdt0 {
    width: 0% !important;
}

.wdt5 {
    width: 5% !important;
}

.wdt10 {
    width: 10% !important;
}

.wdt15 {
    width: 15% !important;
}

.wdt20 {
    width: 20% !important;
}

.wdt30 {
    width: 30% !important;
}

.wdt40 {
    width: 40% !important;
}

.wdt50 {
    width: 50% !important;
}

.wdt60 {
    width: 60% !important;
}

.wdt70 {
    width: 70% !important;
}

.wdt80 {
    width: 80% !important;
}

.wdt90 {
    width: 90% !important;
}

.wdt100 {
    width: 100% !important;
}

/* Font size */
.fontsize12 {
    font-size: 12px !important;
}

.line1 {
    background: #e7e7e7;
    height: 1px;
    margin: 16px 0 6px 0;
    padding: 0;
    display: block;
}

.line2 {
    background: #e8e8e8;
    height: 1px;
    margin: 12px 0 6px 0;
    padding: 0;
    display: block;
}

.line3 {
    background: #e8e8e8;
    height: 1px;
    margin: 0px 0 0px 0;
    padding: 0;
    display: block;
}

.line4 {
    background: #e8e8e8;
    height: 1px;
    margin: 17px 0 15px 0;
    padding: 0;
    display: block;
}

.line5 {
    background: #e8e8e8;
    height: 1px;
    margin: 4px 0 12px 0;
    padding: 0;
    display: block;
}

.btitle1 {
    padding-left: 8px;
    border-left: 4px solid #F54B31;
    margin-bottom: 15px;
}

.btitle2 {
    padding-left: 8px;
    border-left: 2px solid #fff;
    margin-bottom: 15px;
}

/*Box*/
.gbox1 {
    box-shadow: 0px 2px 3px rgba(185, 176, 163, 0.1);
    border-radius: 10px;
    border: 1px solid #DAD5CD;
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 35px 40px 30px;
}

/*Box 2*/
.gbox2 {
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.2);
    background-color: #FFF;
    padding: 17px 27px 5px;
    border-radius: 5px;
}

.gbox3 {
    border: dashed 4px #000000;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0px 2px 3px rgba(185, 176, 163, 0.1);
    padding: 35px 40px 30px;
}

/*Simple alerts*/
.notice {
    padding: 15px;
    background-color: #fafafa;
    border-left: 6px solid #7f7f84;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2);

}

.notice-sm {
    padding: 10px;

}

.notice-lg {
    padding: 35px;
    font-size: large;
}

.notice-success {
    border-color: #80D651;
}

.notice-success > strong {
    color: #80D651;
}

.notice-info {
    border-color: #45ABCD;
}

.notice-info > strong {
    color: #45ABCD;
}

.notice-warning {
    border-color: #FEAF20;
}

.notice-warning > strong {
    color: #FEAF20;
}

.notice-danger {
    border-color: #F54B31;
}

.notice-danger > strong {
    color: #d73814;
}

/*text color class with 1px  */
.color-success {
    color: #3F903F;
}

.color-primary {
    color: #286090;
}

.color-warning {
    color: #F0AD4E;
}

.color-danger {
    color: #D9534F;
}

.color-info {
    color: #5BC0DE;
}

.color-grey {
    color: #C4C4C4;
}

.color-purple {
    color: #611BBD;
}

.color-orange {
    color: #EB7323;
}

.color-black {
    color: #000000;
}

.color-lightpink {
    color: #FFB6C1;
}

.color-brown {
    color: #5F3A53;
}

.color-pink {
    color: #FF6AB4;
}

.color-gold {
    color: #FFD701;
}

/* bootstrap custom color classes for timeline */

.btn-purple {
    color: #ffffff;
    background-color: #611BBD;
    border-color: #130269;
}

.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple.active,
.open .dropdown-toggle.btn-purple {
    color: #ffffff;
    background-color: #49247A;
    border-color: #130269;
}

.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: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: #611BBD;
    border-color: #130269;
}

.btn-purple .badge {
    color: #611BBD;
    background-color: #ffffff;
}

/* ------------------------------------------------  */

.btn-orange {
    color: #ffffff;
    background-color: #EB7323;
    border-color: #CC6825;
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active,
.open .dropdown-toggle.btn-orange {
    color: #ffffff;
    background-color: #E88427;
    border-color: #CC6825;
}

.btn-orange:active,
.btn-orange.active,
.open .dropdown-toggle.btn-orange {
    background-image: none;
}

.btn-orange.disabled,
.btn-orange[disabled],
fieldset[disabled] .btn-orange,
.btn-orange.disabled:hover,
.btn-orange[disabled]:hover,
fieldset[disabled] .btn-orange:hover,
.btn-orange.disabled:focus,
.btn-orange[disabled]:focus,
fieldset[disabled] .btn-orange:focus,
.btn-orange.disabled:active,
.btn-orange[disabled]:active,
fieldset[disabled] .btn-orange:active,
.btn-orange.disabled.active,
.btn-orange[disabled].active,
fieldset[disabled] .btn-orange.active {
    background-color: #EB7323;
    border-color: #CC6825;
}

.btn-orange .badge {
    color: #EB7323;
    background-color: #ffffff;
}

/* -------------------------------------  */

.btn-black {
    color: #FFFFFF;
    background-color: #222222;
    border-color: #000000;
}

.btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black.active,
.open .dropdown-toggle.btn-black {
    color: #FFFFFF;
    background-color: #2E2E2E;
    border-color: #000000;
}

.btn-black:active,
.btn-black.active,
.open .dropdown-toggle.btn-black {
    background-image: none;
}

.btn-black.disabled,
.btn-black[disabled],
fieldset[disabled] .btn-black,
.btn-black.disabled:hover,
.btn-black[disabled]:hover,
fieldset[disabled] .btn-black:hover,
.btn-black.disabled:focus,
.btn-black[disabled]:focus,
fieldset[disabled] .btn-black:focus,
.btn-black.disabled:active,
.btn-black[disabled]:active,
fieldset[disabled] .btn-black:active,
.btn-black.disabled.active,
.btn-black[disabled].active,
fieldset[disabled] .btn-black.active {
    background-color: #222222;
    border-color: #000000;
}

.btn-black .badge {
    color: #222222;
    background-color: #FFFFFF;
}

/* -------------------------------------------------------- */

.btn-lightpink {
    color: #FFFFFF;
    background-color: #FFB6C1;
    border-color: #FFBFC9;
}

.btn-lightpink:hover,
.btn-lightpink:focus,
.btn-lightpink:active,
.btn-lightpink.active,
.open .dropdown-toggle.btn-lightpink {
    color: #FFFFFF;
    background-color: #FFABB8;
    border-color: #FFBFC9;
}

.btn-lightpink:active,
.btn-lightpink.active,
.open .dropdown-toggle.btn-lightpink {
    background-image: none;
}

.btn-lightpink.disabled,
.btn-lightpink[disabled],
fieldset[disabled] .btn-lightpink,
.btn-lightpink.disabled:hover,
.btn-lightpink[disabled]:hover,
fieldset[disabled] .btn-lightpink:hover,
.btn-lightpink.disabled:focus,
.btn-lightpink[disabled]:focus,
fieldset[disabled] .btn-lightpink:focus,
.btn-lightpink.disabled:active,
.btn-lightpink[disabled]:active,
fieldset[disabled] .btn-lightpink:active,
.btn-lightpink.disabled.active,
.btn-lightpink[disabled].active,
fieldset[disabled] .btn-lightpink.active {
    background-color: #FFB6C1;
    border-color: #FFBFC9;
}

.btn-lightpink .badge {
    color: #FFB6C1;
    background-color: #FFFFFF;
}

/* ----------------------------------------------------------- */

.btn-brown {
    color: #ffffff;
    background-color: #5F3A53;
    border-color: #82687A;
}

.btn-brown:hover,
.btn-brown:focus,
.btn-brown:active,
.btn-brown.active,
.open .dropdown-toggle.btn-brown {
    color: #ffffff;
    background-color: #8A577A;
    border-color: #82687A;
}

.btn-brown:active,
.btn-brown.active,
.open .dropdown-toggle.btn-brown {
    background-image: none;
}

.btn-brown.disabled,
.btn-brown[disabled],
fieldset[disabled] .btn-brown,
.btn-brown.disabled:hover,
.btn-brown[disabled]:hover,
fieldset[disabled] .btn-brown:hover,
.btn-brown.disabled:focus,
.btn-brown[disabled]:focus,
fieldset[disabled] .btn-brown:focus,
.btn-brown.disabled:active,
.btn-brown[disabled]:active,
fieldset[disabled] .btn-brown:active,
.btn-brown.disabled.active,
.btn-brown[disabled].active,
fieldset[disabled] .btn-brown.active {
    background-color: #5F3A53;
    border-color: #82687A;
}

.btn-brown .badge {
    color: #5F3A53;
    background-color: #ffffff;
}

/* --------------------------------------   */

.btn-pink {
    color: #FFFFFF;
    background-color: #FF6AB4;
    border-color: #FF8CC6;
}

.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active,
.btn-pink.active,
.open .dropdown-toggle.btn-pink {
    color: #FFFFFF;
    background-color: #FF78BC;
    border-color: #FF8CC6;
}

.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: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: #FF6AB4;
    border-color: #FF8CC6;
}

.btn-pink .badge {
    color: #FF6AB4;
    background-color: #FFFFFF;
}

.btn-gold {
    color: #FFFFFF;
    background-color: #FFD701;
    border-color: #E8C500;
}

.btn-gold:hover,
.btn-gold:focus,
.btn-gold:active,
.btn-gold.active,
.open .dropdown-toggle.btn-gold {
    color: #FFFFFF;
    background-color: #F5D103;
    border-color: #E8C500;
}

.btn-gold:active,
.btn-gold.active,
.open .dropdown-toggle.btn-gold {
    background-image: none;
}

.btn-gold.disabled,
.btn-gold[disabled],
fieldset[disabled] .btn-gold,
.btn-gold.disabled:hover,
.btn-gold[disabled]:hover,
fieldset[disabled] .btn-gold:hover,
.btn-gold.disabled:focus,
.btn-gold[disabled]:focus,
fieldset[disabled] .btn-gold:focus,
.btn-gold.disabled:active,
.btn-gold[disabled]:active,
fieldset[disabled] .btn-gold:active,
.btn-gold.disabled.active,
.btn-gold[disabled].active,
fieldset[disabled] .btn-gold.active {
    background-color: #FFD701;
    border-color: #E8C500;
}

.btn-gold .badge {
    color: #FFD701;
    background-color: #FFFFFF;
}

.btn-grey {
    color: #858585;
    background-color: #D9D9D9;
    border-color: #D4D4D4;
}

.btn-grey:hover,
.btn-grey:focus,
.btn-grey:active,
.btn-grey.active,
.open .dropdown-toggle.btn-grey {
    color: #858585;
    background-color: #C4C4C4;
    border-color: #D4D4D4;
}

.btn-grey:active,
.btn-grey.active,
.open .dropdown-toggle.btn-grey {
    background-image: none;
}

.btn-grey.disabled,
.btn-grey[disabled],
fieldset[disabled] .btn-grey,
.btn-grey.disabled:hover,
.btn-grey[disabled]:hover,
fieldset[disabled] .btn-grey:hover,
.btn-grey.disabled:focus,
.btn-grey[disabled]:focus,
fieldset[disabled] .btn-grey:focus,
.btn-grey.disabled:active,
.btn-grey[disabled]:active,
fieldset[disabled] .btn-grey:active,
.btn-grey.disabled.active,
.btn-grey[disabled].active,
fieldset[disabled] .btn-grey.active {
    background-color: #D9D9D9;
    border-color: #D4D4D4;
}

.btn-grey .badge {
    color: #D9D9D9;
    background-color: #858585;
}

/*Helpers New*/
/*Import Fonts*/
@import url('https://fonts.googleapis.com/css?family=Berkshire+Swash|Indie+Flower|Lato|Lobster|Marmelad|Merriweather+Sans|Noto+Serif|Oswald|Playball|Righteous|Droid+Sans|Droid+Sans+Mono|Droid+Serif|PT+Sans|PT+Sans+Narrow|PT+Serif');

.va-t {
    vertical-align: top !important;
}

.va-m {
    vertical-align: middle !important;
}

.va-b {
    vertical-align: bottom !important;
}

.va-s {
    vertical-align: super !important;
}

/*=================================================
  HELPERS
===================================================
  A. List Helpers
=================================================== */
/* list item spacing helpers */
.list-spacing-3 li + li {
    padding-top: 3px;
}

.list-spacing-5 li + li {
    padding-top: 5px;
}

.list-spacing-8 li + li {
    padding-top: 8px;
}

.list-spacing-10 li + li {
    padding-top: 10px;
}

.list-spacing-15 li + li {
    padding-top: 15px;
}

/*divide li items with border and extra spacing*/
.list-divide-items {
    margin: 0;
    padding-left: 10px;
    list-style: none;
}

.list-divide-items li + li {
    margin-top: 13px;
    padding-top: 13px;
    border-top: 1px solid #eeeeee;
}

/*===================================================
  B. Height Helpers
===================================================== */
/* Height helpers, primarly used with panel widgets */
.fixed-height .panel-body {
    overflow: auto;
}

.hover-height {
    overflow: hidden;
    transition: all 0.2s ease;
}

.mh-20 {
    max-height: 20px !important;
}

.mh-25 {
    max-height: 25px !important;
}

.mh-30 {
    max-height: 30px !important;
}

.mh-35 {
    max-height: 35px !important;
}

.mh-40 {
    max-height: 40px !important;
}

.mh-50 {
    max-height: 50px !important;
}

.mh-100 {
    max-height: 100px !important;
}

.mh-200 {
    max-height: 200px !important;
}

.mh-300 {
    max-height: 300px !important;
}

.mh-400 {
    max-height: 400px !important;
}

.mh-500 {
    max-height: 500px !important;
}

.mh-600 {
    max-height: 600px !important;
}

.mh-700 {
    max-height: 700px !important;
}

.mh-800 {
    max-height: 800px !important;
}

.mh-900 {
    max-height: 900px !important;
}

.mh-1000 {
    max-height: 1000px !important;
}

.h-20 {
    height: 20px !important;
}

.h-25 {
    height: 25px !important;
}

.h-30 {
    height: 30px !important;
}

.h-35 {
    height: 35px !important;
}

.h-40 {
    height: 40px !important;
}

.h-50 {
    height: 50px !important;
}

.h-80 {
    height: 80px !important;
}

.h-100 {
    height: 100px !important;
}

.h-120 {
    height: 120px !important;
}

.h-150 {
    height: 150px !important;
}

.h-170 {
    height: 170px !important;
}

.h-200 {
    height: 200px !important;
}

.h-300 {
    height: 300px !important;
}

.h-400 {
    height: 400px !important;
}

.h-500 {
    height: 500px !important;
}

.h-600 {
    height: 600px !important;
}

.h-700 {
    height: 700px !important;
}

.h-800 {
    height: 800px !important;
}

.h-900 {
    height: 900px !important;
}

.h-1000 {
    height: 1000px !important;
}

.small {
    font-size: 92%;
}

cite {
    font-style: normal;
}

mark, .mark {
    background-color: #f8cd73;
    padding: .2em;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-justify {
    text-align: justify !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.fn {
    font-style: normal !important;
}

.fi {
    font-style: italic !important;
}

.fo {
    font-style: oblique !important;
}

/*===================================================
  A. General/Misc Helpers
===================================================== */
/* Transform Center Helper(experimental) */
.t-center {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* BG Helpers */
.bg-none {
    background-color: transparent !important;
}

/* box-shadow Helpers */
.no-boxshadow {
    box-shadow: none !important;
}

/* height helpers */
.h-a {
    height: auto !important;
}

/* overflow Helpers */
.of-a {
    overflow: auto !important;
}

.of-h {
    overflow: hidden !important;
}

.of-v {
    overflow: visible !important;
}

.of-x-a {
    overflow-x: auto !important;
}

.of-x-h {
    overflow-x: hidden !important;
}

.of-x-v {
    overflow-x: visible !important;
}

.of-y-a {
    overflow-y: auto !important;
}

.of-y-h {
    overflow-y: hidden !important;
}

.of-y-v {
    overflow-y: visible !important;
}

/* Center Grid Column Helper */
.center-column {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
}

/*===============================================
  D. Dividers
================================================= */

hr {
    margin: 35px 0;
    border-top: 1px solid #dddddd;
}

hr.alt {
    border-top: 1px dashed #cccccc;
}

hr.short {
    margin: 20px 0;
}

hr.tall {
    margin: 55px 0;
}

hr.dotted {
    border-style: dotted;
}

.divider {
    height: 1px;
    margin: 25px 0;
    background: #e2e2e2;
}

/*==================================================
  Code(inline and block)
==================================================== */

code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 1px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #ffffff;
    background-color: #333333;
    border-radius: 0px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    box-shadow: none;
}

pre {
    display: block;
    padding: 9px;
    margin: 0 0 9.5px;
    font-size: 12px;
    line-height: 1.49;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #eaeef0;
    border: 1px solid #cbd6d6;
    border-radius: 1px;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

/*===============================================
  C. Text Helpers
================================================= */
.fwnormal {
    font-weight: normal !important;
}

.fw200 {
    font-weight: 200 !important;
}

.fw300 {
    font-weight: 300 !important;
}

.fw400 {
    font-weight: 400 !important;
}

.fw600 {
    font-weight: 600 !important;
}

.fw800 {
    font-weight: 800 !important;
}

.fs3 {
    font-size: 4px !important;
}

.fs4 {
    font-size: 4px !important;
}

.fs5 {
    font-size: 5px !important;
}

.fs6 {
    font-size: 6px !important;
}

.fs7 {
    font-size: 7px !important;
}

.fs8 {
    font-size: 8px !important;
}

.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;
}

.fs20 {
    font-size: 20px !important;
}

.fs22 {
    font-size: 22px !important;
}

.fs24 {
    font-size: 24px !important;
}

.fs26 {
    font-size: 26px !important;
}

.fs28 {
    font-size: 28px !important;
}

.fs30 {
    font-size: 30px !important;
}

.fs35 {
    font-size: 35px !important;
}

.fs40 {
    font-size: 40px !important;
}

.fs45 {
    font-size: 45px !important;
}

.fs50 {
    font-size: 50px !important;
}

.fs60 {
    font-size: 60px !important;
}

.fs70 {
    font-size: 70px !important;
}

.fs80 {
    font-size: 80px !important;
}

.fs90 {
    font-size: 90px !important;
}

.fs100 {
    font-size: 100px !important;
}

/*===============================================
  D. Padding Helpers
================================================= */

.pn {
    padding: 0 !important;
}

.p1 {
    padding: 1px !important;
}

.p2 {
    padding: 2px !important;
}

.p3 {
    padding: 3px !important;
}

.p4 {
    padding: 4px !important;
}

.p5 {
    padding: 5px !important;
}

.p6 {
    padding: 6px !important;
}

.p7 {
    padding: 7px !important;
}

.p8 {
    padding: 8px !important;
}

.p10 {
    padding: 10px !important;
}

.p12 {
    padding: 12px !important;
}

.p15 {
    padding: 15px !important;
}

.p20 {
    padding: 20px !important;
}

.p25 {
    padding: 25px !important;
}

.p30 {
    padding: 30px !important;
}

.p35 {
    padding: 35px !important;
}

.p40 {
    padding: 40px !important;
}

.p50 {
    padding: 50px !important;
}

.ptn {
    padding-top: 0 !important;
}

.pt5 {
    padding-top: 5px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt15 {
    padding-top: 15px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt25 {
    padding-top: 25px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pt35 {
    padding-top: 35px !important;
}

.pt40 {
    padding-top: 40px !important;
}

.pt50 {
    padding-top: 50px !important;
}

.prn {
    padding-right: 0 !important;
}

.pr5 {
    padding-right: 5px !important;
}

.pr10 {
    padding-right: 10px !important;
}

.pr15 {
    padding-right: 15px !important;
}

.pr20 {
    padding-right: 20px !important;
}

.pr25 {
    padding-right: 25px !important;
}

.pr30 {
    padding-right: 30px !important;
}

.pr35 {
    padding-right: 35px !important;
}

.pr40 {
    padding-right: 40px !important;
}

.pr50 {
    padding-right: 50px !important;
}

.pbn {
    padding-bottom: 0 !important;
}

.pb5 {
    padding-bottom: 5px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb25 {
    padding-bottom: 25px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pb35 {
    padding-bottom: 35px !important;
}

.pb40 {
    padding-bottom: 40px !important;
}

.pb50 {
    padding-bottom: 50px !important;
}

.pln {
    padding-left: 0 !important;
}

.pl5 {
    padding-left: 5px !important;
}

.pl10 {
    padding-left: 10px !important;
}

.pl15 {
    padding-left: 15px !important;
}

.pl20 {
    padding-left: 20px !important;
}

.pl25 {
    padding-left: 25px !important;
}

.pl30 {
    padding-left: 30px !important;
}

.pl35 {
    padding-left: 35px !important;
}

.pl40 {
    padding-left: 40px !important;
}

.pl50 {
    padding-left: 50px !important;
}

/* Axis Padding (both top/bottom or left/right) */

.pv5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.pv8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.pv10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.pv15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.pv20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.pv25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.pv30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.pv40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.pv50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.ph5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.ph8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.ph10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.ph15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.ph20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.ph25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.ph30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.ph40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.ph50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

/* responsive padding helpers */

@media (min-width: 1140px) {
    .ptn-lg {
        padding-top: 0 !important;
    }

    .prn-lg {
        padding-right: 0 !important;
    }

    .pbn-lg {
        padding-bottom: 0 !important;
    }

    .pln-lg {
        padding-left: 0 !important;
    }

    .pt5-lg {
        padding-top: 5px !important;
    }

    .pr5-lg {
        padding-right: 5px !important;
    }

    .pb5-lg {
        padding-bottom: 5px !important;
    }

    .pl5-lg {
        padding-left: 5px !important;
    }
}

@media (min-width: 992px) {
    .ptn-md {
        padding-top: 0 !important;
    }

    .prn-md {
        padding-right: 0 !important;
    }

    .pbn-md {
        padding-bottom: 0 !important;
    }

    .pln-md {
        padding-left: 0 !important;
    }

    .pt5-md {
        padding-top: 5px !important;
    }

    .pr5-md {
        padding-right: 5px !important;
    }

    .pb5-md {
        padding-bottom: 5px !important;
    }

    .pl5-md {
        padding-left: 5px !important;
    }
}

/*===============================================
  E. Margin Helpers
================================================= */
/* margin center helper */

.mauto {
    margin-left: auto;
    margin-right: auto;
}

.mn {
    margin: 0 !important;
}

.m1 {
    margin: 1px !important;
}

.m2 {
    margin: 2px !important;
}

.m3 {
    margin: 3px !important;
}

.m4 {
    margin: 4px !important;
}

.m5 {
    margin: 5px !important;
}

.m8 {
    margin: 8px !important;
}

.m10 {
    margin: 10px !important;
}

.m15 {
    margin: 15px !important;
}

.m20 {
    margin: 20px !important;
}

.m25 {
    margin: 25px !important;
}

.m30 {
    margin: 30px !important;
}

.m35 {
    margin: 35px !important;
}

.m40 {
    margin: 40px !important;
}

.m50 {
    margin: 50px !important;
}

.mtn {
    margin-top: 0 !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt35 {
    margin-top: 35px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mt70 {
    margin-top: 70px !important;
}

.mt80 {
    margin-top: 80px !important;
}

.mrn {
    margin-right: 0 !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mr25 {
    margin-right: 25px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.mr35 {
    margin-right: 35px !important;
}

.mr40 {
    margin-right: 40px !important;
}

.mr50 {
    margin-right: 50px !important;
}

.mbn {
    margin-bottom: 0 !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb35 {
    margin-bottom: 35px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb70 {
    margin-bottom: 70px !important;
}

.mln {
    margin-left: 0 !important;
}

.ml5 {
    margin-left: 5px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml25 {
    margin-left: 25px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.ml35 {
    margin-left: 35px !important;
}

.ml40 {
    margin-left: 40px !important;
}

.ml50 {
    margin-left: 50px !important;
}

/* Axis Margins (both top/bottom or left/right) */

.mv5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.mv10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.mv15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.mv20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.mv25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}

.mv30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.mv40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.mv50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.mv70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
}

.mh5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.mh10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.mh15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.mh20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.mh25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
}

.mh30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
}

.mh40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
}

.mh50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
}

.mh70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
}

/* Negative Margin Helpers */

.mtn5 {
    margin-top: -5px !important;
}

.mtn10 {
    margin-top: -10px !important;
}

.mtn15 {
    margin-top: -15px !important;
}

.mtn20 {
    margin-top: -20px !important;
}

.mtn30 {
    margin-top: -30px !important;
}

.mrn5 {
    margin-right: -5px !important;
}

.mrn10 {
    margin-right: -10px !important;
}

.mrn15 {
    margin-right: -15px !important;
}

.mrn20 {
    margin-right: -20px !important;
}

.mrn30 {
    margin-right: -30px !important;
}

.mbn5 {
    margin-bottom: -5px !important;
}

.mbn10 {
    margin-bottom: -10px !important;
}

.mbn15 {
    margin-bottom: -15px !important;
}

.mbn20 {
    margin-bottom: -20px !important;
}

.mbn30 {
    margin-bottom: -30px !important;
}

.mln5 {
    margin-left: -5px !important;
}

.mln10 {
    margin-left: -10px !important;
}

.mln15 {
    margin-left: -15px !important;
}

.mln20 {
    margin-left: -20px !important;
}

.mln30 {
    margin-left: -30px !important;
}

/* Vertical Negative Margin "mv" + "n" + "x" */

.mvn5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
}

.mvn10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
}

.mvn15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
}

.mvn20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
}

.mvn30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
}

/* Horizontal Negative Margin "mh" + "n" + "x" */

.mhn5 {
    margin-left: -5px !important;
    margin-right: -5px !important;
}

.mhn10 {
    margin-left: -10px !important;
    margin-right: -10px !important;
}

.mhn15 {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.mhn20 {
    margin-left: -20px !important;
    margin-right: -20px !important;
}

.mhn30 {
    margin-left: -30px !important;
    margin-right: -30px !important;
}

/*===============================================
  F. LineHeight Helpers
================================================= */

.lh0 {
    line-height: 0 !important;
}

.lh5 {
    line-height: 5px !important;
}

.lh10 {
    line-height: 10px !important;
}

.lh15 {
    line-height: 15px !important;
}

.lh20 {
    line-height: 20px !important;
}

.lh25 {
    line-height: 25px !important;
}

.lh30 {
    line-height: 30px !important;
}

.lh35 {
    line-height: 35px !important;
}

.lh40 {
    line-height: 40px !important;
}

/*===============================================
  G. Border Helpers
================================================= */
/* Border Disables */

.br-l-n {
    border-left: none !important;
}

.br-r-n {
    border-right: none !important;
}

.br-t-n {
    border-top: none !important;
}

.br-b-n {
    border-bottom: none !important;
}

.br-n {
    border: none !important;
}

.br-v-n {
    border-top: none !important;
    border-bottom: none !important;
}

.br-h-n {
    border-left: none !important;
    border-right: none !important;
}

/* Default Borders */

.br-a {
    border: 1px solid #eeeeee !important;
}

.br-l {
    border-left: 1px solid #eeeeee !important;
}

.br-r {
    border-right: 1px solid #eeeeee !important;
}

.br-t {
    border-top: 1px solid #eeeeee !important;
}

.br-b {
    border-bottom: 1px solid #eeeeee !important;
}

/* Border Style */

.br-dashed {
    border-style: dotted !important;
}

/* Border Radius */

.br0 {
    border-radius: 0px !important;
}

.br1 {
    border-radius: 1px !important;
}

.br2 {
    border-radius: 2px !important;
}

.br3 {
    border-radius: 3px !important;
}

.br4 {
    border-radius: 4px !important;
}

.br6 {
    border-radius: 6px !important;
}

.br8 {
    border-radius: 8px !important;
}

.br12 {
    border-radius: 12px !important;
}

.br24 {
    border-radius: 24px !important;
}

.br64 {
    border-radius: 64px !important;
}

/* Border Width */

.bw1 {
    border-width: 1px !important;
}

.bw2 {
    border-width: 2px !important;
}

.bw3 {
    border-width: 3px !important;
}

.bw4 {
    border-width: 4px !important;
}

.bw5 {
    border-width: 5px !important;
}

.bw8 {
    border-width: 8px !important;
}

.bw10 {
    border-width: 10px !important;
}

.bw15 {
    border-width: 15px !important;
}

/*Border Colors Generate contextual modifier classes for colorizing the alert.
*/

.br-white {
    border-color: #ffffff !important;
}

.br-lighter {
    border-color: #eeeeee !important;
}

.br-light {
    border-color: #e7e7e7 !important;
}

.br-grey {
    border-color: #d9d9d9 !important;
}

.br-greyer {
    border-color: #cccccc !important;
}

.br-dark {
    border-color: #3b3f4f !important;
}

.br-dark-light {
    border-color: #51566c !important;
}

.br-primary {
    border-color: #4a89dc !important;
}

.br-primary-light {
    border-color: #75a5e4 !important;
}

.br-info {
    border-color: #3bafda !important;
}

.br-info-light {
    border-color: #66c1e2 !important;
}

.br-success {
    border-color: #70ca63 !important;
}

.br-success-light {
    border-color: #93d789 !important;
}

.br-warning {
    border-color: #f6bb42 !important;
}

.br-warning-light {
    border-color: #f8cd73 !important;
}

.br-danger {
    border-color: #e9573f !important;
}

.br-danger-light {
    border-color: #ee7f6d !important;
}

.br-alert {
    border-color: #967adc !important;
}

.br-alert-light {
    border-color: #b6a2e7 !important;
}

.br-system {
    border-color: #37bc9b !important;
}

.br-system-light {
    border-color: #58ceb1 !important;
}

.br-tp-top {
    border-top-color: rgba(0, 0, 0, 0.1);
}

.br-tp-right {
    border-right-color: rgba(0, 0, 0, 0.1);
}

.br-tp-left {
    border-left-color: rgba(0, 0, 0, 0.1);
}

/*===============================================
  H. Max Width Helpers
================================================= */

.fluid-width {
    width: 100% !important;
}

.mw10 {
    max-width: 10px !important;
}

.mw20 {
    max-width: 20px !important;
}

.mw30 {
    max-width: 30px !important;
}

.mw35 {
    max-width: 35px !important;
}

.mw40 {
    max-width: 40px !important;
}

.mw45 {
    max-width: 45px !important;
}

.mw50 {
    max-width: 50px !important;
}

.mw60 {
    max-width: 60px !important;
}

.mw80 {
    max-width: 80px !important;
}

.mw100 {
    max-width: 100px !important;
}

.mw140 {
    max-width: 140px !important;
}

.mw160 {
    max-width: 160px !important;
}

.mw180 {
    max-width: 180px !important;
}

.mw200 {
    max-width: 200px !important;
}

.mw240 {
    max-width: 240px !important;
}

.mw280 {
    max-width: 280px !important;
}

.mw320 {
    max-width: 320px !important;
}

.mw400 {
    max-width: 400px !important;
}

.mw450 {
    max-width: 450px !important;
}

.mw500 {
    max-width: 500px !important;
}

.mw600 {
    max-width: 600px !important;
}

.mw700 {
    max-width: 700px !important;
}

.mw800 {
    max-width: 800px !important;
}

.mw900 {
    max-width: 900px !important;
}

.mw1000 {
    max-width: 1000px !important;
}

.mw1100 {
    max-width: 1100px !important;
}

.mw1200 {
    max-width: 1200px !important;
}

/*Regular Width Helpers. Primarily used
on tables, feel free to add more*/

.w10 {
    width: 20px !important;
}

.w20 {
    width: 20px !important;
}

.w30 {
    width: 30px !important;
}

.w40 {
    width: 40px !important;
}

.w50 {
    width: 50px !important;
}

.w75 {
    width: 75px !important;
}

.w100 {
    width: 100px !important;
}

.w125 {
    width: 125px !important;
}

.w150 {
    width: 150px !important;
}

.w175 {
    width: 175px !important;
}

.w200 {
    width: 200px !important;
}

.w225 {
    width: 225px !important;
}

.w250 {
    width: 250px !important;
}

.w300 {
    width: 300px !important;
}

.w320 {
    width: 320px !important;
}

.w350 {
    width: 350px !important;
}

.w400 {
    width: 400px !important;
}

.w450 {
    width: 450px !important;
}

.wp5 {
    width: 5% !important;
}

.wp10 {
    width: 10% !important;
}

.wp15 {
    width: 15% !important;
}

.wp20 {
    width: 20% !important;
}

.wp25 {
    width: 25% !important;
}

.wp30 {
    width: 30% !important;
}

.wp35 {
    width: 35% !important;
}

.wp40 {
    width: 40% !important;
}

.wp45 {
    width: 45% !important;
}

.wp50 {
    width: 50% !important;
}

.wp55 {
    width: 55% !important;
}

.wp60 {
    width: 60% !important;
}

.wp65 {
    width: 65% !important;
}

.wp70 {
    width: 70% !important;
}

.wp75 {
    width: 75% !important;
}

.wp80 {
    width: 80% !important;
}

.wp85 {
    width: 85% !important;
}

.wp90 {
    width: 90% !important;
}

.wp95 {
    width: 95% !important;
}

.wp100 {
    width: 100% !important;
}

.mnw20 {
    min-width: 20px !important;
}

.mnw30 {
    min-width: 30px !important;
}

.mnw40 {
    min-width: 40px !important;
}

.mnw50 {
    min-width: 50px !important;
}

.mnw75 {
    min-width: 75px !important;
}

.mnw100 {
    min-width: 100px !important;
}

.mnw125 {
    min-width: 125px !important;
}

.mnw150 {
    min-width: 150px !important;
}

.mnw175 {
    min-width: 175px !important;
}

.mnw200 {
    min-width: 200px !important;
}

.mnw250 {
    min-width: 250px !important;
}

.mnw300 {
    min-width: 300px !important;
}

.mnw500 {
    min-width: 500px !important;
}

.mnw700 {
    min-width: 700px !important;
}

.mnw1000 {
    min-width: 1000px !important;
}

.mnh100 {
    min-height: 100px !important;
}

/* TEXT COLOR CONTEXTUALS
 */

.text-white {
    color: #ffffff !important;
}

a.text-white:hover {
    color: #ffffff !important;
}

.text-white-light {
    color: #ffffff;
}

.text-white-lighter {
    color: #ffffff;
}

.text-white-dark {
    color: #f6f6f6;
}

.text-white-darker {
    color: #ececec;
}

.text-muted {
    color: #999999;
}

a.text-muted:hover {
    color: #191919;
}

.text-muted-light {
    color: #a2a2a2;
}

.text-muted-lighter {
    color: #acacac;
}

.text-muted-dark {
    color: #909090;
}

.text-muted-darker {
    color: #868686;
}

.text-primary {
    color: #4a89dc;
}

a.text-primary:hover {
    color: #061221;
}

.text-primary-light {
    color: #5993df;
}

.text-primary-lighter {
    color: #6a9ee2;
}

.text-primary-dark {
    color: #3b7fd9;
}

.text-primary-darker {
    color: #2a74d6;
}

.text-success {
    color: #70ca63;
}

a.text-success:hover {
    color: #0f220c;
}

.text-success-light {
    color: #7ccf70;
}

.text-success-lighter {
    color: #8ad480;
}

.text-success-dark {
    color: #64c556;
}

.text-success-darker {
    color: #56c046;
}

.text-info {
    color: #3bafda;
}

a.text-info:hover {
    color: #030e13;
}

.text-info-light {
    color: #4ab5dd;
}

.text-info-lighter {
    color: #5bbce0;
}

.text-info-dark {
    color: #2ca9d7;
}

.text-info-darker {
    color: #269dc9;
}

.text-warning {
    color: #f6bb42;
}

a.text-warning:hover {
    color: #362503;
}

.text-warning-light {
    color: #f7c153;
}

.text-warning-lighter {
    color: #f8c867;
}

.text-warning-dark {
    color: #f5b531;
}

.text-warning-darker {
    color: #f4ae1d;
}

.text-danger {
    color: #e9573f;
}

a.text-danger:hover {
    color: #250904;
}

.text-danger-light {
    color: #eb654f;
}

.text-danger-lighter {
    color: #ed7561;
}

.text-danger-dark {
    color: #e7492f;
}

.text-danger-darker {
    color: #e5391d;
}

.text-alert {
    color: #967adc;
}

a.text-alert:hover {
    color: #211245;
}

.text-alert-light {
    color: #a188e0;
}

.text-alert-lighter {
    color: #ae98e4;
}

.text-alert-dark {
    color: #8b6cd8;
}

.text-alert-darker {
    color: #7e5cd4;
}

.text-system {
    color: #37bc9b;
}

a.text-system:hover {
    color: #000000;
}

.text-system-light {
    color: #3ec7a5;
}

.text-system-lighter {
    color: #4ecbac;
}

.text-system-dark {
    color: #33ae90;
}

.text-system-darker {
    color: #2e9e83;
}

.text-dark {
    color: #3b3f4f;
}

a.text-dark:hover {
    color: #000000;
}

.text-dark-light {
    color: #434759;
}

.text-dark-lighter {
    color: #4b5065;
}

.text-dark-dark {
    color: #333745;
}

.text-dark-darker {
    color: #2b2e39;
}

.text-tp {
    color: rgba(0, 0, 0, 0.2);
}

a.text-tp:hover {
    color: rgba(0, 0, 0, 0.3);
}

/* BLOCKQUOTE CONTEXTUALS
 */

blockquote.blockquote-primary {
    border-color: #4a89dc;
}

blockquote.blockquote-success {
    border-color: #70ca63;
}

blockquote.blockquote-info {
    border-color: #3bafda;
}

blockquote.blockquote-warning {
    border-color: #f6bb42;
}

blockquote.blockquote-danger {
    border-color: #e9573f;
}

blockquote.blockquote-alert {
    border-color: #967adc;
}

blockquote.blockquote-system {
    border-color: #37bc9b;
}

blockquote.blockquote-dark {
    border-color: #3b3f4f;
}

/* DROPCAP CONTEXTUALS
 */

.dropcap.dropcap-default:first-letter {
    color: #666666;
}

.dropcap.dropcap-primary:first-letter {
    color: #4a89dc;
}

.dropcap.dropcap-success:first-letter {
    color: #70ca63;
}

.dropcap.dropcap-info:first-letter {
    color: #3bafda;
}

.dropcap.dropcap-warning:first-letter {
    color: #f6bb42;
}

.dropcap.dropcap-danger:first-letter {
    color: #e9573f;
}

.dropcap.dropcap-alert:first-letter {
    color: #967adc;
}

.dropcap.dropcap-system:first-letter {
    color: #37bc9b;
}

.dropcap.dropcap-dark:first-letter {
    color: #111111;
}

.dropcap.dropcap-muted:first-letter {
    color: #aaaaaa;
}

.dropcap.dropcap-fill:first-letter {
    color: #ffffff;
}

.dropcap.dropcap-fill.dropcap-default:first-letter {
    color: #444444;
    background-color: #f0f0f0;
}

.dropcap.dropcap-fill.dropcap-primary:first-letter {
    background-color: #4a89dc;
}

.dropcap.dropcap-fill.dropcap-success:first-letter {
    background-color: #70ca63;
}

.dropcap.dropcap-fill.dropcap-info:first-letter {
    background-color: #3bafda;
}

.dropcap.dropcap-fill.dropcap-warning:first-letter {
    background-color: #f6bb42;
}

.dropcap.dropcap-fill.dropcap-danger:first-letter {
    background-color: #e9573f;
}

.dropcap.dropcap-fill.dropcap-alert:first-letter {
    background-color: #967adc;
}

.dropcap.dropcap-fill.dropcap-system:first-letter {
    background-color: #37bc9b;
}

.dropcap.dropcap-fill.dropcap-dark:first-letter {
    background-color: #3b3f4f;
}

.dropcap.dropcap-fill.dropcap-muted:first-letter {
    color: #888888;
    background-color: #f0f0f0;
}

/* ALERT CONTEXTUALS
 */

.alert-primary {
    background-color: #6c9fe3;
}

.alert-primary.alert-border-right {
    border-right-color: #2567bf;
}

.alert-primary.alert-border-top {
    border-top-color: #2567bf;
}

.alert-primary.alert-border-bottom {
    border-bottom-color: #2567bf;
}

.alert-primary.alert-border-left {
    border-left-color: #2567bf;
}

.alert-primary.light {
    background-color: #8ab3e8;
}

.alert-primary.dark {
    background-color: #3d81da;
}

.alert-primary.pastel {
    color: #2363b6;
    background-color: #caddf5;
    border-color: rgba(0, 0, 0, 0.1);
}

.alert-primary.pastel .alert-link {
    color: #2363b6;
}

.alert-primary.pastel.alert-micro {
    border-color: #75a5e4;
}

.alert-primary.pastel .close {
    color: #2363b6;
}

.alert-primary.pastel .close:hover {
    color: #2363b6;
}

.alert-success {
    background-color: #8cd481;
}

.alert-success.alert-border-right {
    border-right-color: #4aaf3c;
}

.alert-success.alert-border-top {
    border-top-color: #4aaf3c;
}

.alert-success.alert-border-bottom {
    border-bottom-color: #4aaf3c;
}

.alert-success.alert-border-left {
    border-left-color: #4aaf3c;
}

.alert-success.light {
    background-color: #a4dd9c;
}

.alert-success.dark {
    background-color: #66c658;
}

.alert-success.pastel {
    color: #47a839;
    background-color: #d9f1d5;
    border-color: rgba(0, 0, 0, 0.1);
}

.alert-success.pastel .alert-link {
    color: #47a839;
}

.alert-success.pastel.alert-micro {
    border-color: #93d789;
}

.alert-success.pastel .close {
    color: #47a839;
}

.alert-success.pastel .close:hover {
    color: #47a839;
}

.alert-info {
    background-color: #5dbde0;
}

.alert-info.alert-border-right {
    border-right-color: #218ab1;
}

.alert-info.alert-border-top {
    border-top-color: #218ab1;
}

.alert-info.alert-border-bottom {
    border-bottom-color: #218ab1;
}

.alert-info.alert-border-left {
    border-left-color: #218ab1;
}

.alert-info.light {
    background-color: #7bc9e6;
}

.alert-info.dark {
    background-color: #2eaad8;
}

.alert-info.pastel {
    color: #2084a9;
    background-color: #bce4f2;
    border-color: rgba(0, 0, 0, 0.1);
}

.alert-info.pastel .alert-link {
    color: #2084a9;
}

.alert-info.pastel.alert-micro {
    border-color: #66c1e2;
}

.alert-info.pastel .close {
    color: #2084a9;
}

.alert-info.pastel .close:hover {
    color: #2084a9;
}

.alert-warning {
    background-color: #f8c969;
}

.alert-warning.alert-border-right {
    border-right-color: #eba10b;
}

.alert-warning.alert-border-top {
    border-top-color: #eba10b;
}

.alert-warning.alert-border-bottom {
    border-bottom-color: #eba10b;
}

.alert-warning.alert-border-left {
    border-left-color: #eba10b;
}

.alert-warning.light {
    background-color: #f9d58b;
}

.alert-warning.dark {
    background-color: #f5b633;
}

.alert-warning.pastel {
    color: #e19b0b;
    background-color: #fdf0d4;
    border-color: rgba(0, 0, 0, 0.1);
}

.alert-warning.pastel .alert-link {
    color: #e19b0b;
}

.alert-warning.pastel.alert-micro {
    border-color: #f8cd73;
}

.alert-warning.pastel .close {
    color: #e19b0b;
}

.alert-warning.pastel .close:hover {
    color: #e19b0b;
}

.alert-danger {
    background-color: #ed7764;
    color : white;
}

.alert-danger.alert-border-right {
    border-right-color: #ce3118;
}

.alert-danger.alert-border-top {
    border-top-color: #ce3118;
}

.alert-danger.alert-border-bottom {
    border-bottom-color: #ce3118;
}

.alert-danger.alert-border-left {
    border-left-color: #ce3118;
}

.alert-danger.light {
    background-color: #f19384;
}

.alert-danger.dark {
    background-color: #e74b31;
}

.alert-danger.pastel {
    color: #c52f17;
    background-color: #f9cfc8;
    border-color: rgba(0, 0, 0, 0.1);
}

.alert-danger.pastel .alert-link {
    color: #c52f17;
}

.alert-danger.pastel.alert-micro {
    border-color: #ee7f6d;
}

.alert-danger.pastel .close {
    color: #c52f17;
}

.alert-danger.pastel .close:hover {
    color: #c52f17;
}

.alert-alert {
    background-color: #b09ae4;
}

.alert-alert.alert-border-right {
    border-right-color: #6d46ce;
}

.alert-alert.alert-border-top {
    border-top-color: #6d46ce;
}

.alert-alert.alert-border-bottom {
    border-bottom-color: #6d46ce;
}

.alert-alert.alert-border-left {
    border-left-color: #6d46ce;
}

.alert-alert.light {
    background-color: #c6b7ec;
}

.alert-alert.dark {
    background-color: #8c6ed9;
}

.alert-alert.pastel {
    color: #663dcc;
    background-color: #f6f3fc;
    border-color: rgba(0, 0, 0, 0.1);
}

.alert-alert.pastel .alert-link {
    color: #663dcc;
}

.alert-alert.pastel.alert-micro {
    border-color: #b6a2e7;
}

.alert-alert.pastel .close {
    color: #663dcc;
}

.alert-alert.pastel .close:hover {
    color: #663dcc;
}

.alert-system {
    background-color: #50ccad;
}

.alert-system.alert-border-right {
    border-right-color: #288971;
}

.alert-system.alert-border-top {
    border-top-color: #288971;
}

.alert-system.alert-border-bottom {
    border-bottom-color: #288971;
}

.alert-system.alert-border-left {
    border-left-color: #288971;
}

.alert-system.light {
    background-color: #6cd4ba;
}

.alert-system.dark {
    background-color: #34b091;
}

.alert-system.pastel {
    color: #26816a;
    background-color: #a7e5d6;
    border-color: rgba(0, 0, 0, 0.1);
}

.alert-system.pastel .alert-link {
    color: #26816a;
}

.alert-system.pastel.alert-micro {
    border-color: #58ceb1;
}

.alert-system.pastel .close {
    color: #26816a;
}

.alert-system.pastel .close:hover {
    color: #26816a;
}

.alert-default {
    color: #888888;
    background-color: #f0f0f0;
}

.alert-default .alert-link {
    color: #777777;
}

.alert-default.alert-border-right {
    border-right-color: #cfcfcf;
}

.alert-default.alert-border-top {
    border-top-color: #cfcfcf;
}

.alert-default.alert-border-bottom {
    border-bottom-color: #cfcfcf;
}

.alert-default.alert-border-left {
    border-left-color: #cfcfcf;
}

.alert-default.pastel, .alert-default.light {
    background-color: #fdfdfd;
    border-color: rgba(0, 0, 0, 0.15);
}

.alert-default.dark {
    background-color: #e6e6e6;
}

.alert-dark {
    background-color: #626984;
}

.alert-dark.alert-border-right {
    border-right-color: #1f2129;
}

.alert-dark.alert-border-top {
    border-top-color: #1f2129;
}

.alert-dark.alert-border-bottom {
    border-bottom-color: #1f2129;
}

.alert-dark.alert-border-left {
    border-left-color: #1f2129;
}

.alert-dark.pastel, .alert-dark.light {
    color: #676e89;
    background-color: #d0d3dc;
}

.alert-dark.pastel .alert-link, .alert-dark.light .alert-link {
    color: #51566c;
}

/*BackGround COlors*/
.bg-white {
    background-color: #ffffff !important;
}

.bg-white-light {
    background-color: #ffffff !important;
}

.bg-white-lighter {
    background-color: #ffffff !important;
}

.bg-white-dark {
    background-color: #f6f6f6 !important;
}

.bg-white-darker {
    background-color: #ececec !important;
}

.bg-muted {
    background-color: #999999 !important;
}

.bg-muted-light {
    background-color: #a2a2a2 !important;
}

.bg-muted-lighter {
    background-color: #acacac !important;
}

.bg-muted-dark {
    background-color: #909090 !important;
}

.bg-muted-darker {
    background-color: #868686 !important;
}

.bg-primary {
    background-color: #4a89dc !important;
}

.bg-primary-light {
    background-color: #5993df !important;
}

.bg-primary-lighter {
    background-color: #6a9ee2 !important;
}

.bg-primary-dark {
    background-color: #3b7fd9 !important;
}

.bg-primary-darker {
    background-color: #2a74d6 !important;
}

.bg-success {
    background-color: #70ca63 !important;
}

.bg-success-light {
    background-color: #7ccf70 !important;
}

.bg-success-lighter {
    background-color: #8ad480 !important;
}

.bg-success-dark {
    background-color: #64c556 !important;
}

.bg-success-darker {
    background-color: #56c046 !important;
}

.bg-info {
    background-color: #3bafda !important;
}

.bg-info-light {
    background-color: #4ab5dd !important;
}

.bg-info-lighter {
    background-color: #5bbce0 !important;
}

.bg-info-dark {
    background-color: #2ca9d7 !important;
}

.bg-info-darker {
    background-color: #269dc9 !important;
}

.bg-warning {
    background-color: #f6bb42 !important;
}

.bg-warning-light {
    background-color: #f7c153 !important;
}

.bg-warning-lighter {
    background-color: #f8c867 !important;
}

.bg-warning-dark {
    background-color: #f5b531 !important;
}

.bg-warning-darker {
    background-color: #f4ae1d !important;
}

.bg-danger {
    background-color: #e9573f !important;
}

.bg-danger-light {
    background-color: #eb654f !important;
}

.bg-danger-lighter {
    background-color: #ed7561 !important;
}

.bg-danger-dark {
    background-color: #e7492f !important;
}

.bg-danger-darker {
    background-color: #e5391d !important;
}

.bg-alert {
    background-color: #967adc !important;
}

.bg-alert-light {
    background-color: #a188e0 !important;
}

.bg-alert-lighter {
    background-color: #ae98e4 !important;
}

.bg-alert-dark {
    background-color: #8b6cd8 !important;
}

.bg-alert-darker {
    background-color: #7e5cd4 !important;
}

.bg-system {
    background-color: #37bc9b !important;
}

.bg-system-light {
    background-color: #3ec7a5 !important;
}

.bg-system-lighter {
    background-color: #4ecbac !important;
}

.bg-system-dark {
    background-color: #33ae90 !important;
}

.bg-system-darker {
    background-color: #2e9e83 !important;
}

.bg-dark {
    background-color: #3b3f4f !important;
}

.bg-dark-light {
    background-color: #434759 !important;
}

.bg-dark-lighter {
    background-color: #4b5065 !important;
}

.bg-dark-dark {
    background-color: #333745 !important;
}

.bg-dark-darker {
    background-color: #2b2e39 !important;
}

.gradient-dark {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.12) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.12)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.12) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.12) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.12) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.12) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1f000000', GradientType=0);
}

.gradient-light {
    border-color: rgba(0, 0, 0, 0.07) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 1%, rgba(255, 255, 255, 0.15) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 1%, rgba(255, 255, 255, 0.15) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff', endColorstr='#00ffffff', GradientType=0);
}

.shadow1 {
    -webkit-box-shadow: 0px 10px 20px 0px rgba(50, 50, 50, 0.52);
    -moz-box-shadow: 0px 10px 20px 0px rgba(50, 50, 50, 0.52);
    box-shadow: 0px 10px 20px 0px rgba(50, 50, 50, 0.52)
}

.shadow2 {
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
}

.msg {
    background: #fefefe;
    color: #666666;
    font-weight: bold;
    font-size: small;
    padding: 12px;
    padding-left: 16px;
    border-top: solid 3px #cccccc;
    border-radius: 5px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 10px 10px -5px rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 10px 10px -5px rgba(0, 0, 0, .08);
    box-shadow: 0 10px 10px -5px rgba(0, 0, 0, .08);
}

.msg-clear {
    border-color: #fefefe;
    -webkit-box-shadow: 0 7px 10px -5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 7px 10px -5px rgba(0, 0, 0, .15);
    box-shadow: 0 7px 10px -5px rgba(0, 0, 0, .15);
}

.msg-info {
    border-color: #b8dbf2;
}

.msg-success {
    border-color: #cef2b8;
}

.msg-warning {
    border-color: rgba(255, 165, 0, .5);
}

.msg-danger {
    border-color: #ec8282;
}

.msg-primary {
    border-color: #9ca6f1;
}

.msg-magick {
    border-color: #e0b8f2;
}

.msg-info-text {
    color: #39b3d7;
}

.msg-success-text {
    color: #80d651;
}

.msg-warning-text {
    color: #db9e34;
}

.msg-danger-text {
    color: #c9302c;
}

.msg-primary-text {
    color: rgba(47, 106, 215, .9);
}

.msg-magick-text {
    color: #bb39d7;
}

.notice {
    padding: 15px;
    background-color: #fafafa;
    border-left: 6px solid #7f7f84;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .2);
}

.notice-sm {
    padding: 10px;
}

.notice-lg {
    padding: 35px;
    font-size: large;
}

.notice-success {
    border-color: #80d651;
}

.notice-success > strong {
    color: #80d651;
}

.notice-info {
    border-color: #45abcd;
}

.notice-info > strong {
    color: #45abcd;
}

.notice-warning {
    border-color: #feaf20;
}

.notice-warning > strong {
    color: #feaf20;
}

.notice-danger {
    border-color: #f54b31;
}

.notice-danger > strong {
    color: #d73814;
}

.modal-content {
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 6px;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, .5);
    box-shadow: 0 0 40px rgba(0, 0, 0, .5);
    color: #000000;
    background-color: #ffffff;
    border: rgba(0, 0, 0, 0);
}

.modal-message .modal-dialog {
}

.modal-message .modal-body, .modal-message .modal-footer, .modal-message .modal-header, .modal-message .modal-title {
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0 20px;
    text-align: center !important;
}

.modal-message .modal-title {
    font-size: 17px;
    color: #737373;
    margin-bottom: 3px;
}

.modal-message .modal-body {
    color: #737373;
}

.modal-message .modal-header {
    color: #ffffff;
    margin-bottom: 10px;
    padding: 15px 0 8px;
}

.modal-message .modal-header .fa, .modal-message .modal-header .glyphicon, .modal-message .modal-header .typcn, .modal-message .modal-header .wi {
    font-size: 30px;
}

.modal-message .modal-footer {
    margin: 25px 0 20px;
    padding-bottom: 10px;
}

.modal-backdrop.in {
    zoom: 1;
    filter: alpha(opacity=75);
    -webkit-opacity: .75;
    -moz-opacity: .75;
    opacity: .75;
}

.modal-backdrop {
    background-color: #ffffff;
}

.modal-message.modal-success .modal-header {
    color: #53a93f;
    border-bottom: 3px solid #a0d468;
}

.modal-message.modal-info .modal-header {
    color: #57b5e3;
    border-bottom: 3px solid #57b5e3;
}

.modal-message.modal-danger .modal-header {
    color: #d73d32;
    border-bottom: 3px solid #e46f61;
}

.modal-message.modal-warning .modal-header {
    color: #f4b400;
    border-bottom: 3px solid #ffce55;
}

.custom-checkbox {
    padding-left: 20px;
}

.custom-checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
}

.custom-checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #ffffff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.custom-checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555;
}

.custom-checkbox input[type="checkbox"] {
    opacity: 0;
}

.custom-checkbox input[type="checkbox"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.custom-checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\f00c";
}

.custom-checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65;
}

.custom-checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}

.custom-checkbox.custom-checkbox-circle label::before {
    border-radius: 50%;
}

.custom-checkbox.custom-checkbox-inline {
    margin-top: 0;
}

.custom-checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #428bca;
    border-color: #428bca;
}

.custom-checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}

.custom-checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.custom-checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}

.custom-checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.custom-checkbox-info input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}

.custom-checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.custom-checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}

.custom-checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.custom-checkbox-success input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}

.custom-radio {
    padding-left: 20px;
}

.custom-radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
}

.custom-radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #ffffff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}

.custom-radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.custom-radio input[type="radio"] {
    opacity: 0;
}

.custom-radio input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.custom-radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.custom-radio input[type="radio"]:disabled + label {
    opacity: 0.65;
}

.custom-radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed;
}

.custom-radio.custom-radio-inline {
    margin-top: 0;
}

.custom-radio-primary input[type="radio"] + label::after {
    background-color: #428bca;
}

.custom-radio-primary input[type="radio"]:checked + label::before {
    border-color: #428bca;
}

.custom-radio-primary input[type="radio"]:checked + label::after {
    background-color: #428bca;
}

.custom-radio-danger input[type="radio"] + label::after {
    background-color: #d9534f;
}

.custom-radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f;
}

.custom-radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f;
}

.custom-radio-info input[type="radio"] + label::after {
    background-color: #5bc0de;
}

.custom-radio-info input[type="radio"]:checked + label::before {
    border-color: #5bc0de;
}

.custom-radio-info input[type="radio"]:checked + label::after {
    background-color: #5bc0de;
}

.custom-radio-warning input[type="radio"] + label::after {
    background-color: #f0ad4e;
}

.custom-radio-warning input[type="radio"]:checked + label::before {
    border-color: #f0ad4e;
}

.custom-radio-warning input[type="radio"]:checked + label::after {
    background-color: #f0ad4e;
}

.custom-radio-success input[type="radio"] + label::after {
    background-color: #5cb85c;
}

.custom-radio-success input[type="radio"]:checked + label::before {
    border-color: #5cb85c;
}

.custom-radio-success input[type="radio"]:checked + label::after {
    background-color: #5cb85c;
}

.fflobster {
    font-family: 'Lobster', cursive !important;
}

.fflato {
    font-family: 'Lato', sans-serif !important;
}

.ffoswald {
    font-family: 'Oswald', sans-serif !important;
}

.ffindie {
    font-family: 'Indie Flower', cursive !important;
}

.ffnoto {
    font-family: 'Noto Serif', serif !important;
}

.ffmerriweather {
    font-family: 'Merriweather Sans', sans-serif !important;
}

.ffrighteou {
    font-family: 'Righteous', cursive !important;
}

.ffberkshire {
    font-family: 'Berkshire Swash', cursive !important;
}

.ffplayball {
    font-family: 'Playball', cursive !important;
}

.ffmarmelad {
    font-family: 'Marmelad', sans-serif !important;
}

.ffdroidserif {
    font-family: 'Droid Serif', serif !important;
}

.ffdroidsans {
    font-family: 'Droid Sans', sans-serif !important;
}

.ffdroidmono {
    font-family: 'Droid Sans Mono', monospace !important;
}

.ffptsans {
    font-family: 'PT Sans', sans-serif !important;
}

.ffptserif {
    font-family: 'PT Serif', serif !important;
}

.ffptsansnarrow {
    font-family: 'PT Sans Narrow', sans-serif !important;
}

.fixed-scroll {
    width: 100%;
}

.fixed-scroll {
    overflow: hidden;
    overflow-y: scroll;
}

.break-word {
    word-break: break-all !important;
}
