/*=============================================
=            Section comment block            =
++++ Imports ++++
++++ Reset ++++
++++ Common ++++

=============================================*/
/*=============================================
=            Imports inclue icon font and framwork bootstrap           =
=============================================*/

@import url(/static/css/font-awesome.min-269550530cc127b6aa5a35925a7de6ce.css);
@import url(/static/plugins/faber-bootstrap/bootstrap.min-5d5deb4b681ac224054b99f39c9b2a0d.css);
@import url(/static/plugins/faber-bootstrap/faber.bootstrap-d84d2a059ef7d7308e59b616f55a7e3f.css);

/*==========================================.btn__table.btn--success===
=            Reset all tag html compatible browsers            =
=============================================*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
.fc-center h2,
.error-comment,
h4,
h5,
h6,
.panel-title,
p,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

label {
    color: #727272;
    font-size: 12px;
}

strong {
    font-weight: bold;
}

html {
    /*overflow-y: scroll;*/
    height: 100%;
}

body {
    color: #4e6161;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-style: normal;
    line-height: 1.5;
    min-height: 100%;
    position: relative;
    overflow-x: hidden;
}

a:hover,
a:active {
    outline: 0;
}

button:focus {
    border: none;
    outline: 0;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #288ad6;
}

a:hover {
    text-decoration: none;
    color: #237ec4;
}

a:focus {
    text-decoration: none;
    outline: none;
    color: #272B34;
}

i:focus,
button:focus {
    outline: none;
}

h1,
h2,
h3,
.fc-center h2,
.error-comment,
h4,
h5,
h6,
.panel-title {
    color: #272B34;
    font-weight: 500;
}

h1 {
    font-size: 48px;
    line-height: 60px;
}

h2 {
    font-size: 36px;
    line-height: 44px;
}

h3,
.fc-center h2,
.error-comment {
    font-size: 20px;
    line-height: 40px;
}

.error-comment {
    font-size: 15px;
    font-weight: 600;
}

h4 {
    font-size: 15px;
    /*    line-height: 30px;
        text-transform: capitalize;*/
    font-weight: 600;
}

h5 {
    font-size: 15px;
    line-height: 24px;
    /*text-transform: capitalize;*/
    font-weight: 600;
}

h6,
.panel-title,
.panel-captilize {
    font-size: 13px;
    line-height: 24px;
    color: #636363;
    font-weight: 600;
    /*text-transform: uppercase;*/
}

.panel-captilize {
    /*text-transform: capitalize;*/
    font-weight: 600;
    font-size: 15px;
}

.panel-title span {
    text-transform: none;
    font-size: 13px;
    font-weight: 300;
}

p {
    font-size: 13px;
}

p.lead {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 400;
}

p.text-muted {
    font-size: 13px;
}


dt {
    font-weight: 600;
}

code {
    background: transparent;
}

::-webkit-file-upload-button {
    cursor: pointer;
}

.break--all {
    word-break: break-all;
}

.zIndex--999 {
    z-index: 999 !important;
}

/*=============================================
=            Common CSS             =
    ++++ Padding ++++
        .pa--(0-30)
    ++++ Padding top ++++
        .pt--(0-50)
    ++++ Padding bottom ++++
        .pb--(0-50)
    ++++ Padding left ++++
        .pl--(0-50)
    ++++ Padding right ++++
        .pr--(0-50)   
        
        
    ++++ Margin ++++
        .ma--(0-30)
    ++++ Margin top ++++
        .mt--(0-60)
    ++++ Margin bottom ++++
        .mb--(0-60)
    ++++ Margin left ++++
        .ml--(0-60)
    ++++ Margin right ++++
        .mr--(0-60)   
    ++++ Margin left auto ++++
        .ml--auto 
    ++++ Margin right auto ++++
        .mr--auto 


    ++++ No float ++++
        .no-float 


    ++++ Overflow hidden ++++
        .overflow-hide 


    ++++ Clearfix ++++
        .clearfix   


    ++++ Background color ++++
        .bg--(green,success,seagreen,grey,yellow,warning,red,
        danger,blue,primary,pink,info,purple,skypeblue,orange,
        gold,brown,beige,light,dark,twitter,violet,navyblue)


    ++++ Text color ++++
        .txt--(green,success,seagreen,grey,yellow,warning,red,
        danger,blue,primary,pink,info,purple,skypeblue,orange,
        gold,brown,beige,light,dark,twitter,violet)  
        
    
    ++++ Font size ++++
        .font-(10-48)
        
        
    ++++ Font Weight ++++
        .weight-(300-600)
  
    ++++ Button ++++
        .btn.btn--(default,dark,orange,info,primary,success,
        danger,warning,white,outline)
    ++++ Checkbox Radio ++++

=============================================*/

/*=============================================
=            Padding CSS            =
=============================================*/
.pa--0 {
    padding: 0px !important;
}

.pa--5 {
    padding: 5px !important;
}

.pa--10 {
    padding: 10px !important;
}

.pa--15 {
    padding: 15px !important;
}

.pa--20 {
    padding: 20px !important;
}

.pa--25 {
    padding: 25px !important;
}

.pa--30 {
    padding: 30px !important;
}

.pt--0 {
    padding-top: 0px !important;
}

.pt--5 {
    padding-top: 5px !important;
}

.pt--10 {
    padding-top: 10px !important;
}

.pt--15 {
    padding-top: 15px !important;
}

.pt--19 {
    padding-top: 19px !important;
}

.pt--20 {
    padding-top: 20px !important;
}

.pt--25 {
    padding-top: 25px !important;
}

.pt--30 {
    padding-top: 30px !important;
}

.pt--35 {
    padding-top: 35px !important;
}

.pt--40 {
    padding-top: 40px !important;
}

.pt--45 {
    padding-top: 45px !important;
}

.pt--50 {
    padding-top: 50px !important;
}

.pb--0 {
    padding-bottom: 0px !important;
}

.pb--5 {
    padding-bottom: 5px !important;
}

.pb--10 {
    padding-bottom: 10px !important;
}

.pb--15 {
    padding-bottom: 15px !important;
}

.pb--20 {
    padding-bottom: 20px !important;
}

.pb--25 {
    padding-bottom: 25px !important;
}

.pb--30 {
    padding-bottom: 30px !important;
}

.pb--35 {
    padding-bottom: 35px !important;
}

.pb--40 {
    padding-bottom: 40px !important;
}

.pb--45 {
    padding-bottom: 45px !important;
}

.pb--50 {
    padding-bottom: 50px !important;
}

.pl--0 {
    padding-left: 0px !important;
}

.pl--5 {
    padding-left: 5px !important;
}

.pl--10 {
    padding-left: 10px !important;
}

.pl--15 {
    padding-left: 15px !important;
}

.pl--20 {
    padding-left: 20px !important;
}

.pl--25 {
    padding-left: 25px !important;
}

.pl--30 {
    padding-left: 30px !important;
}

.pl--35 {
    padding-left: 35px !important;
}

.pl--40 {
    padding-left: 40px !important;
}

.pl--45 {
    padding-left: 45px !important;
}

.pl--50 {
    padding-left: 50px !important;
}

.pr--0 {
    padding-right: 0px !important;
}

.pr--5 {
    padding-right: 5px !important;
}

.pr--10 {
    padding-right: 10px !important;
}

.pr--15 {
    padding-right: 15px !important;
}

.pr--20 {
    padding-right: 20px !important;
}

.pr--25 {
    padding-right: 25px !important;
}

.pr--30 {
    padding-right: 30px !important;
}

.pr--35 {
    padding-right: 35px !important;
}

.pr--40 {
    padding-right: 40px !important;
}

.pr--45 {
    padding-right: 45px !important;
}

.pr--50 {
    padding-right: 50px !important;
}

/*=============================================
=            Margin CSS            =
=============================================*/

.ma--0 {
    margin: 0px !important;
}

.ma--5 {
    margin: 5px !important;
}

.ma--10 {
    margin: 10px !important;
}

.ma--15 {
    margin: 15px !important;
}

.ma--20 {
    margin: 20px !important;
}

.ma--25 {
    margin: 25px !important;
}

.ma--30 {
    margin: 30px !important;
}

.mt--0 {
    margin-top: 0px !important;
}

.mt--1 {
    margin-top: 1px !important;
}

.mt--2 {
    margin-top: 2px !important;
}

.mt--3 {
    margin-top: 3px !important;
}

.mt--4 {
    margin-top: 4px !important;
}

.mt--5 {
    margin-top: 5px !important;
}

.mt--8 {
    margin-top: 8px !important;
}

.mt--10 {
    margin-top: 10px !important;
}

.mt--15 {
    margin-top: 15px !important;
}

.mt--16 {
    margin-top: 16px !important;
}

.mt--20 {
    margin-top: 20px !important;
}

.mt--18 {
    margin-top: 18px !important;
}

.mt--25 {
    margin-top: 25px !important;
}

.mt--30 {
    margin-top: 30px !important;
}

.mt--33 {
    margin-top: 33px !important;
}

.mt--35 {
    margin-top: 35px !important;
}

.mt--37 {
    margin-top: 37px !important;
}

.mt--40 {
    margin-top: 40px !important;
}

.mt--45 {
    margin-top: 45px !important;
}

.mt--50 {
    margin-top: 50px !important;
}

.mt--55 {
    margin-top: 55px !important;
}

.mt--60 {
    margin-top: 60px !important;
}

.mb--0 {
    margin-bottom: 0px !important;
}

.mb--2 {
    margin-bottom: 2px !important;
}

.mb--5 {
    margin-bottom: 5px !important;
}

.mb--10 {
    margin-bottom: 10px !important;
}

.mb--15 {
    margin-bottom: 15px !important;
}

.mb--20 {
    margin-bottom: 20px !important;
}

.mb--25 {
    margin-bottom: 25px !important;
}

.mb--30 {
    margin-bottom: 30px !important;
}

.mb--35 {
    margin-bottom: 35px !important;
}

.mb--40 {
    margin-bottom: 40px !important;
}

.mb--45 {
    margin-bottom: 45px !important;
}

.mb--50 {
    margin-bottom: 50px !important;
}

.mb--55 {
    margin-bottom: 55px !important;
}

.mb--60 {
    margin-bottom: 60px !important;
}

.ml--0 {
    margin-left: 0px !important;
}

.ml--2 {
    margin-left: 2px !important;
}

.ml--5 {
    margin-left: 5px !important;
}

.ml--10 {
    margin-left: 10px !important;
}

.ml--15 {
    margin-left: 15px !important;
}

.ml--20 {
    margin-left: 20px !important;
}

.ml--25 {
    margin-left: 25px !important;
}

.ml--30 {
    margin-left: 30px !important;
}

.ml--35 {
    margin-left: 35px !important;
}

.ml--40 {
    margin-left: 40px !important;
}

.ml--45 {
    margin-left: 45px !important;
}

.ml--50 {
    margin-left: 50px !important;
}

.ml--55 {
    margin-left: 55px !important;
}

.ml--60 {
    margin-left: 60px !important;
}

.mr--0 {
    margin-right: 0px !important;
}

.mr--1 {
    margin-right: 1px !important;
}

.mr--5 {
    margin-right: 5px !important;
}

.mr--10 {
    margin-right: 10px !important;
}

.mr--15 {
    margin-right: 15px !important;
}

.mr--20 {
    margin-right: 20px !important;
}

.mr--25 {
    margin-right: 25px !important;
}

.mr--30 {
    margin-right: 30px !important;
}

.mr--35 {
    margin-right: 35px !important;
}

.mr--40 {
    margin-right: 40px !important;
}

.mr--45 {
    margin-right: 45px !important;
}

.mr--50 {
    margin-right: 50px !important;
}

.mr--55 {
    margin-right: 55px !important;
}

.mr--60 {
    margin-right: 60px !important;
}

.ml--auto {
    margin-left: auto !important;
}

.mr--auto {
    margin-right: auto !important;
}

.no--float {
    float: none !important;
}

.overflow--y {
    overflow-y: auto !important;
}

.overflow--hide {
    overflow: hidden !important;
}

.overflow--auto {
    overflow: auto !important;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.text--right {
    text-align: right !important;
}

.text--left {
    text-align: left !important;
}

.fl-right {
    float: right !important;
}

/*=============================================
=            Background CSS            =
=============================================*/
.bg--green {
    background: #1ABC9C !important;
}

.bg--yellow {
    background: #ffbf36 !important;
}

.bg--red {
    background: #f83f37 !important;
}

.bg--blue {
    background: #1565c0 !important;
}

.bg--info {
    background: #288ad6 !important;
}

.bg--orange {
    background: #ff6028 !important;
}

.bg--light {
    background: #fff !important;
}

.bg--lgrey {
    background: #f5f5f5 !important;
}

.bg--transparent {
    background: transparent !important;
}

/*=============================================
=            Text color CSS          =
=============================================*/

.txt--dark {
    color: #272B34 !important;
}

.txt--light {
    color: #fff !important;
}

.txt--grey {
    color: #727272 !important;
}

.txt--lgrey {
    color: rgb(204, 204, 204) !important;
}

.txt--info {
    color: #00cccc !important;
}

.txt--warning {
    color: #ffbf36 !important;
}

.txt--primary {
    color: #36afae !important;
}

.txt--success {
    color: #1ABC9C !important;
}

.txt--danger {
    color: #f83f37 !important;
}

.txt--yellow {
    color: #ffbf36 !important;
}

.txt--brown {
    color: #7a5449 !important;
}

.txt--orange {
    color: #E67E22 !important;
}

.txt--navyblue {
    color: #1ABC9C !important;
}

.txt--navygreen {
    color: #148E75 !important;
}

.txt--blue {
    color: #36afae !important;
    font-size: 13px;
}

.txt--gblue {
    color: #36afae !important;
}

.txt--green {
    color: #1ABC9C !important;
}

.txt--center {
    text-align: center !important;
}

.txt--left {
    text-align: left !important;
}

.txt--right {
    text-align: right !important;
}

.txt--justify {
    text-align: justify !important;
}

.txt--disabled {
    opacity: 0.65 !important;
    cursor: not-allowed;
}

.txt--error {
    color: #f83f37;
}

.has--error {
    border-color: rgba(248, 63, 55, 0.5) !important;
}

.fill--grey {
    fill: #727272;
}

.txt--underline {
    text-decoration: underline;
}

.txt--uppercase {
    text-transform: uppercase;
}

.txt--wordbreak {
    word-break: break-all;
}

/*=============================================
=            Font size CSS            =
=============================================*/

.font--10 {
    font-size: 10px !important;
}

.font--11 {
    font-size: 11px !important;
}

.font--12 {
    font-size: 12px !important;
}

.font--13 {
    font-size: 13px !important;
}

.font--14 {
    font-size: 14px !important;
}

.font--15 {
    font-size: 15px !important;
}

.font--16 {
    font-size: 16px !important;
}

.font--18 {
    font-size: 18px !important;
}

.font--20 {
    font-size: 20px !important;
}

.font--21 {
    font-size: 21px !important;
}

.font--22 {
    font-size: 22px !important;
}

.font--24 {
    font-size: 24px !important;
}

.font--26 {
    font-size: 26px !important;
}

.font--28 {
    font-size: 28px !important;
}

.font--32 {
    font-size: 32px !important;
}

.font--34 {
    font-size: 34px !important;
}

.font--36 {
    font-size: 36px !important;
}

.font--38 {
    font-size: 38px !important;
}

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

.font--48 {
    font-size: 48px !important;
}

.fa-3 {
    font-size: 4em;
}

/*=============================================
=            Font weight CSS            =
=============================================*/

.weight--300 {
    font-weight: 300 !important;
}

.weight--500 {
    font-weight: 500 !important;
}

.weight--600 {
    font-weight: 600 !important;
}

.capitalize--font {
    text-transform: capitalize !important;
}

.uppercase--font {
    text-transform: uppercase !important;
}

.nonecase--font {
    text-transform: none !important;
}

.inline--block {
    display: inline-block !important;
}

.block {
    display: block !important;
}

.hide {
    display: hide !important;
}

.display--none {
    display: none !important;
}

/*=============================================
=            Flexbox Grid           =
=============================================*/

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.flex-important {
    display: flex!important;
}

.yahoo-select-component {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    position: relative;
    top: -3px;
    left: 2px;
}

.yahoo-select-component img {
    width: 24px;
}

.is-truncase-tooltip.is-truncate-tooltip-component {
   white-space: nowrap !important;
   line-height: 16px!important;
}

.yahoo-select-component.disabled {
    cursor: inherit!important;
    opacity: 0.35;
    pointer-events: inherit!important;
}

.flex-inline {
    display: inline-flex;
}

.flex-wrap {
    flex-wrap: wrap;
    flex-direction: row;
}

.flex-middle {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.space--between {
    justify-content: space-between;
}

.justify-content-center {
    justify-content: center;
}

.flex--auto {
    flex: 1;
}

.flex--300 {
    flex: 0 0 300px;
}

.flex--400 {
    flex: 0 0 400px;
}

.flex--200 {
    flex: 0 0 200px;
}

.flex--150 {
    flex: 0 0 150px;

}

.flex--120 {
    flex: 0 0 120px;

}

.flex--100 {
    flex: 0 0 100px;

}

.flex-end {
    align-items: flex-end;
}

.table-struct {
    display: table !important;
}

.table-cell {
    display: table-cell !important;
}

/*=============================================
=            Vertical item           =
=============================================*/
.vertical-align-top {
    vertical-align: top !important;
}

.vertical-align-middle {
    vertical-align: middle !important;
}

.vertical-align-bottom {
    vertical-align: bottom !important;
}

.full-width {
    width: 100% !important;
}

.half-width {
    width: 50% !important;
}

.w--20p {
    width: 20%;
}

.w--40p {
    width: 40%;
}

.w--100p {
    width: 100% !important;
}

.w--40 {
    width: 40px !important;
}

.w--50 {
    width: 50px !important;
}

.w--60 {
    width: 60px !important;
}

.w--70 {
    width: 70px !important;
}

.w--80 {
    width: 80px !important;
}

.w--90 {
    width: 90px !important;
}

.w--100 {
    width: 100px !important;
}

.w--105 {
    width: 105px !important;
}

.w--115 {
    width: 115px !important;
}

.w--120 {
    width: 120px !important;
}

.w--130 {
    width: 130px !important;
}

.w--135 {
    width: 135px !important;
}

.w--140 {
    width: 140px !important;
}

.fw--140 {
    width: 140px !important;
    min-width: 140px;
    max-width: 140px;
}

.w--150 {
    width: 150px !important;
}

.w--160 {
    width: 160px !important;
}

.w--200 {
    width: 200px !important;
}

.w--210 {
    width: 210px !important;
}

.w--250 {
    width: 250px !important;
}

.w--300 {
    width: 300px !important;
}

.fw--300 {
    width: 300px !important;
    min-width: 300px;
    max-width: 300px;
}

.w--350 {
    width: 350px !important;
}

.w--400 {
    width: 400px !important;
}

.w--500 {
    width: 500px !important;
}

.w--600 {
    width: 600px !important;
}

.w--800 {
    width: 800px !important;
}

.w--900 {
    width: 900px !important;
}

.auto-width {
    width: auto !important;
}

.max-h400 {
    max-height: 400px !important;
}

.max-h500 {
    max-height: 500px !important;
}

.max-h579 {
    max-height: 579px !important;
}

.max-h600 {
    max-height: 600px !important;
}

.max-h700 {
    max-height: 700px !important;
}

.max-h800 {
    max-height: 800px !important;
}

.max-w400 {
    max-width: 400px;
}

.max-w150 {
    max-width: 150px !important;
}

.max-wfull {
    max-width: 100%;
}

.height--28 {
    height: 28px !important;
}

.height--30 {
    height: 30px !important;
}

.height--34 {
    height: 34px !important;
}

.height--80 {
    height: 80px !important;
}

.height--120 {
    height: 120px !important;
}

.height--600 {
    height: 600px !important;
}

.maxheight--530 {
    max-height: 530px !important;
}

.height--300 {
    height: 300px !important;
}

.height--400 {
    height: 400px !important;
}

.height--500 {
    height: 500px !important;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.static {
    position: static !important;
}

.fixed {
    position: fixed;
}

.border-none {
    border: none !important;
}

.border-radius-none {
    border-radius: 0px !important;
}

.border--bottom {
    border-bottom: 1px solid #e8e8e8 !important;
}

.border--left {
    border-left: 1px solid #e8e8e8;
}

.border--right {
    border-right: 1px solid #e8e8e8;
}

.border {
    border: 1px solid #ddd !important;
}

.border-top-none {
    border-top: none !important;
}

.border-bottom-none {
    border-bottom: none !important;
}

.border-right-none {
    border-right: none !important;
}

.border-left-none {
    border-left: none !important;
}

/*=============================================
=            Cut String CSS           =
=============================================*/
.truncate,
.truncate-address {
    display: block;
    max-width: 100px;
    min-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.truncate-address {
    max-width: 220px;
}

.tbl-truncate {
    position: relative;
    min-height: 20px;
}

.row--truncate, .link--truncate {
    position: absolute;
    max-width: 95%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    top: 50%;
    transform: translateY(-50%);
}

.link--truncate {
    max-width: 50%;
}

.html__truncate {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 104px;
    background: red;
}

.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 45px;
}

.line-two {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px; /* fallback */
    max-height: 32px; /* fallback */
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.line-multie {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px; /* fallback */
    max-height: 48px; /* fallback */
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
}

hr {
    margin-top: 10px;
    margin-bottom: 20px;
    border-top: 1px solid #ddd;
}

/*=============================================
=           Buttons           =
=============================================*/
.btn.active, .btn:active {
    box-shadow: none;
    outline: none;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
}

.btn {
    color: #fff;
    padding: 0px;
    text-transform: capitalize;
    outline: none;
    box-shadow: none;
    line-height: 1.4;
    border: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 0px !important;
}

.btn--shadow {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn.btn--rounded {
    border-radius: 60px;
}

.btn:focus {
    outline: none;
    color: #fff;
}

/*===Start Format button no data ======*/
.btn-nodata {
    max-width: 330px;
    padding: 20px;
    text-align: center;
    background-color: #35AFAD;
    color: #fff;
    font-size: 18px;
    border-radius: 8px;
}

.btn-nodata:hover {
    background: #32A29F;
    color: #fff;
}

/*===End Format button no data ======*/
/*===Start Format button default ======*/
.btn.btn--default {
    background: #e6e7e8;
    border: solid 1px #e6e7e8;
    color: #272B34;
}

.btn.btn--default:hover {
    background: #e1e3e4;
    border: solid 1px #e1e3e4;
}

.btn.btn--default.btn--outline {
    background: transparent !important;
    border: solid 1px #4e4e4e;
    color: #4e4e4e;
}

.btn.btn--default.btn--outline:hover {
    opacity: 0.7;
}

/*===End Format button default ======*/
/*===Start Format button info ======*/
.btn.btn--info {
    background: #288ad6;
    border: solid 1px #288ad6;
}

.btn.btn--info:hover {
    background: #2581c6;
    border: solid 1px #2581c6;
    color: #fff;
}

.btn.btn--info.btn--outline {
    background: transparent !important;
    color: #288ad6;
}

.btn.btn--info.btn--outline:hover {
    opacity: 0.7;
}

/*===End Format button blue ======*/
/*===Start Format button orange ======*/
.btn.btn--orange {
    background: #E67E22;
    border: solid 1px #E67E22;
}

.btn.btn--orange:hover {
    background: #CE6D17;
    border: solid 1px #E67E22;
    color: #fff;
}

.btn.btn--orange.btn--outline {
    background: transparent !important;
    color: #E67E22;
}

.btn.btn--orange.btn--outline:hover {
    opacity: 0.7;
}

/*===End Format button orange ======*/
/*===Start Format button red ======*/
.btn.btn--red {
    background: #f83f37;
    border: solid 1px #f83f37;
}

.btn.btn--red:hover {
    background: #e83b33;
    border: solid 1px #fb3830;
    color: #fff;
}

.btn.btn--red.btn--outline {
    background: transparent !important;
    color: #e83b33;
}

.btn.btn--red.btn--outline:hover {
    opacity: 0.7;
}

/*===End Format button red ======*/
/*===Start Format button yellow ======*/
.btn.btn--yellow {
    background: #ffbf36;
    border: solid 1px #ffbf36;
}

.btn.btn--yellow:hover {
    background: #ecb132;
    border: solid 1px #ecb132;
    color: #fff;
}

.btn.btn--yellow.btn--outline {
    background: transparent !important;
    color: #ecb132;
}

.btn.btn--yellow.btn--outline:hover {
    opacity: 0.7;
}

/*===Start Format button yellow ======*/

/*===Start Format Type Size Button ======*/
.btn.btn--large {
    font-size: 16px;
    padding: 10px;
}

.btn.btn--medium {
    font-size: 13px;
    padding: 6px 14px;
}

.btn.btn--toolbar {
    margin-top: -6px;
}

.btn.btn--small {
    font-size: 12px;
    padding: 2px 5px;
}

.btn.btn--minW {
    min-width: 80px;
}

/*===End Format Type Size Button ======*/
/*===Start Format Button icon ======*/
.btn.btn--icon--medium {
    font-size: 18px;
    width: 36px;
    height: 28px;
    padding: 0px;
    text-align: center;
    line-height: 26px;
}

.btn.btn--icon--small {
    font-size: 14px;
    width: 24px;
    height: 20px;
    padding: 0px;
    text-align: center;
    line-height: 18px;
}

/*===End Format Button icon  ======*/
.line-vertical {
    border-left: 1px solid #ddd;
}


.btn.btn--primary {
    background: #288ad6;
    border: solid 1px #288ad6;
}

.btn.btn--primary:hover {
    background: #2581c6;
    border: solid 1px #2581c6;
    color: #fff;
}

.btn.btn--success {
    background: #1ABC9C;
    border: solid 1px #1ABC9C;
}

.btn.btn--success:hover {
    background: #17a589;
    color: #fff;
}

.btn.btn--danger {
    background: #f83f37;

}

.btn.btn--danger:hover {
    background: rgba(248, 63, 55, 0.85);
    color: #fff;
}

.btn.btn--warning {
    background: #ffbf36;
    border: solid 1px #ffbf36;
}

.btn.btn--warning:hover {
    background: rgba(255, 191, 54, 0.85);
    border: solid 1px rgba(255, 191, 54, 0.1);
    color: #fff;
}

.btn.btn--white {
    background: white;
    color: #56d365 !important;
    border: solid 1px rgba(255, 255, 255, 1);
}

.btn.btn--white:hover {
    background: rgba(255, 255, 255, 0.85);
    border: solid 1px rgba(255, 255, 255, 0.1);
}

.btn.btn--navyblue {
    background: #1d508d;
    border: solid 1px #1d508d;
}

.btn.btn--navyblue:hover {
    background: #1a497f;
    border: solid 1px #1a497f;
    color: #fff;
}

.btn.btn--radius {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}


.btn.btn--outline.btn--primary {
    border: solid 1px #1ABC9C;
    color: #1ABC9C;
}

.btn.btn--outline.btn--primary:hover {
    border: solid 1px #1ABC9C;
}

.btn.btn--outline.btn--success {
    border: solid 1px rgba(34, 175, 71, 0.5);
    color: #1ABC9C;
}

.btn.btn--outline.btn--success:hover {
    border: solid 1px #1ABC9C;
}

.btn.btn--outline.btn--danger {
    border: solid 1px rgba(248, 63, 55, 0.5);
    color: #f83f37;
}

.btn.btn--outline.btn--danger:hover {
    border: solid 1px #f83f37;
}

.btn.btn--outline.btn--warning {
    border: solid 1px rgba(255, 191, 54, 0.5);
    color: #ffbf36;
}

.btn.btn--outline.btn--warning:hover {
    border: solid 1px #ffbf36;
}

.btn.btn--outline.btn--outline-white {
    border: solid 1px rgba(255, 255, 255, 0.5);
    color: white !important;
}

.btn.btn--outline.btn--outline-white:hover {
    border: solid 1px white;
}

.btn.btn--lg {
    padding: 12px 25px;
}

.btn.btn--sm {
    padding: 5px 8px;
}

.btn.btn__table {
    background: transparent !important;
    border: none !important;
    padding: 0 3px;
}

.btn.btn__table i {
    font-size: 18px;
}

.btn.btn--disabled {
    opacity: 0.65;
    cursor: not-allowed;
}

.cursor--pointer {
    cursor: pointer;
}

/*=============================================
=            Checkbox CSS            =
=============================================*/
/*.checkbox+.checkbox, .radio+.radio {
    margin-top: 10px;
}
.checkbox, .radio {
    padding-left: 20px;
}
.checkbox label,
.radio label  {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
    cursor: pointer;
}
.checkbox input[type="checkbox"], .checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1;
}
.checkbox input[type="checkbox"] {
    width: 17px;
    height: 17px;

}
.radio input[type="radio"] {
    opacity: 0;
    z-index: 1;
}
.radio label::before {
    content: "";
    cursor: pointer;
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    top: 2px;
    z-index: 5;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}
.radio-info input[type="radio"]:checked + label::before {
    border-color: #ccc;
}
.radio label::after {
    display: inline-block;
    position: absolute;
    z-index: 6;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 5px;
    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);
}
.radio-info input[type="radio"] + label::after {
    background-color: #555;
}
.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);
}
.radio-info input[type="radio"]:checked + label::after {
    background-color: #555;
}
.radio input[type=radio][disabled],
.radio label[disabled="disabled"]::before {
    cursor: not-allowed;
}
.checkbox label:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    border-radius: 0;
    top:1px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 0;
    background-color: #fff;
    -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;
}
.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 1px;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555;
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
    font-family: "FontAwesome";
    content: "\f00c";
}
.checkbox--primary input[type="checkbox"]:checked + label::after,
.checkbox--primary input[type="radio"]:checked + label::after {
    color: #fff;
}
.checkbox input[type="checkbox"]:focus+label::before,
.checkbox input[type="radio"]:focus+label::before,
.radio input[type="radio"]:focus+label::before {
    outline: none;
}

.checkbox--primary input[type="checkbox"]:checked+label::before,
.checkbox--primary input[type="radio"]:checked+label::before {
    background-color: #1565c0 ;
    border-color: #1565c0 ;
}

.checkbox--danger input[type="checkbox"]:checked+label::before,
.checkbox--danger input[type="radio"]:checked+label::before {
    background-color: #f83f37;
    border-color: #f83f37;
}

.checkbox--info input[type="checkbox"]:checked+label::before,
.checkbox--info input[type="radio"]:checked+label::before {
    background-color: #ed1b60;
    border-color: #ed1b60;
}

.checkbox--warning input[type="checkbox"]:checked+label::before,
.checkbox--warning input[type="radio"]:checked+label::before {
    background-color: #ffbf36;
    border-color: #ffbf36;
}

.checkbox--success input[type="checkbox"]:checked+label::before,
.checkbox--success input[type="radio"]:checked+label::before {
    background-color: #1ABC9C;
    border-color: #1ABC9C;
}
.checkbox.chk--disabled label:before,.checkbox.chk--disabled label:after {
    cursor: not-allowed; 
    z-index: 999;
    opacity:0.6; 
    background: #eee;   
}
.checkbox input[type="checkbox"]:checked:disabled + label::after {
    color: #ccc;
}

.radio--primary input[type="radio"]+label::after {
    background-color: #1565c0 ;
}

.radio--primary input[type="radio"]:checked+label::before {
    border-color: #1565c0 ;
}

.radio--primary input[type="radio"]:checked+label::after {
    background-color: #1565c0 ;
}

.radio--danger input[type="radio"]+label::after {
    background-color: #f83f37;
}

.radio--danger input[type="radio"]:checked+label::before {
    border-color: #f83f37;
}

.radio--danger input[type="radio"]:checked+label::after {
    background-color: #f83f37;
}

.radio--info input[type="radio"]+label::after {
    background-color: #ed1b60;
}

.radio--info input[type="radio"]:checked+label::before {
    border-color: #ed1b60;
}

.radio--info input[type="radio"]:checked+label::after {
    background-color: #ed1b60;
}

.radio--warning input[type="radio"]+label::after {
    background-color: #ffbf36;
}

.radio--warning input[type="radio"]:checked+label::before {
    border-color: #ffbf36;
}

.radio--warning input[type="radio"]:checked+label::after {
    background-color: #ffbf36;
}

.radio--success input[type="radio"]+label::after {
    background-color: #1ABC9C;
}

.radio--success input[type="radio"]:checked+label::before {
    border-color: #1ABC9C;
}

.radio--success input[type="radio"]:checked+label::after {
    background-color: #1ABC9C;
}*/

/*=============================================
=            Custom Loading Page            =
=============================================*/

/*.load-page {
    background: #fff;
    position: fixed;
    z-index: 10001;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.loading {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 3px;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    pointer-events: none;
}

.loading::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100%;
    content: '';
    opacity: 0;
    background: #E67E22;
    -webkit-transition: opacity 0.2s, box-shadow 2s 4s;
    -moz-transition: opacity 0.2s, box-shadow 2s 4s;
    transition: opacity 0.2s, box-shadow 2s 4s;
    -webkit-transform: rotate(2deg) translateY(-2px);
    -moz-transform: rotate(2deg) translateY(-2px);
    -ms-transform: rotate(2deg) translateY(-2px);
    -o-transform: rotate(2deg) translateY(-2px);
    transform: rotate(2deg) translateY(-2px);
}

.loading.la--animate {
    z-index: 10001;
    background: #E67E22;
    opacity: 1;
    -webkit-transition: -webkit-transform 5s ease-in, opacity 1s 5s;
    -moz-transition: -moz-transform 5s ease-in, opacity 1s 5s;
    transition: transform 5s ease-in, opacity 1s 5s;
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.loading.la--animate::after {
    opacity: 1;
}*/
/*=============================================
=            Loading function         =
=============================================*/
/*.loading-page, .loading-page-content {
    background-color: rgba(255,255,255,0.8);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    margin-top: 0px;
    top: 0px;
    left: 0;
    opacity: 0.8;
}
.loading-page-content{
    top:90px;
    height: calc(100% - 90px);
    z-index: 100;
}
.loading-body .loading-page {
    top: 115px;
    z-index: 99;
}
body.is-sticky .loading-body .loading-page {
    top: 51px;
    z-index: 99;
}*/
/*@media (max-width: 991px) {
    .loading-body .loading-page {
        top: 66px;
    }
}
.loading-box {
    position: absolute !important;
    z-index: 90;
}

.loading-center--absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 150px;
    width: 100%;
    max-width: 1300px;
    margin-top: -75px;
    transform: translateX(-50%);
    text-align: center;
    z-index: 95;
}
.loading-left-absolute {
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    max-width: 1300px;
    text-align: left;
    z-index: 95;
}
.object {
    width: 20px;
    height: 20px;
    background-color: red;
    display: inline-block;
    margin-right: 20px;
    margin-top: 65px;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
}
.object.object-small {
    width: 8px;
    height: 8px; 
    margin-top: 0;
}
.object--one {
    -webkit--animation: object--one 1.5s infinite;
    animation: object--one 1.5s infinite;
}
.object--two {
    -webkit--animation: object--two 1.5s infinite;
    animation: object--two 1.5s infinite;
    -webkit--animation-delay: 0.25s;
    animation-delay: 0.25s;
}
.object--three {
    -webkit--animation: object--three 1.5s infinite;
    animation: object--three 1.5s infinite;
    -webkit--animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.title-loading{
    font-size: 14px;
    font-weight: 600;
    margin-top: 40px;
}
@-webkit-keyframes object--one {
    75% {
        -webkit-transform: scale(0);
    }
}

@keyframes object--one {

    75% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}

@-webkit-keyframes object--two {


    75% {
        -webkit-transform: scale(0);
    }
}

@keyframes object--two {
    75% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}

@-webkit-keyframes object--three {

    75% {
        -webkit-transform: scale(0);
    }
}

@keyframes object--three {

    75% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}*/
/*=============================================
=            Form CSS            =
=============================================*/
.form-control {
    border: 1px solid rgba(33, 33, 33, 0.12) !important;
    background-color: #f4f5f8;
    box-shadow: none;
    color: #272B34;
    height: 28px;
    border-radius: 0;
}

.form-control:focus {
    border-color: rgba(33, 33, 33, 0.3);
    box-shadow: none;
    outline: 0 none;
}

.control-label {
    font-size: 12px;
}

select.form-control {
    height: 28px;
    line-height: 28px;
}

select {
    border: 1px solid rgba(33, 33, 33, 0.12);
    border-radius: 0 !important;
    background-color: #fff;
    box-shadow: none;
    color: #272B34;
}

textarea {
    resize: none;
}

/*=============================================
=            triangle,rotate CSS            =
=============================================*/
.triangle {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #dcdcdc;
}

.triangle--rotate {
    -ms-transform: rotate(135deg); /* IE 9 */
    -webkit-transform: rotate(135deg); /* Safari 3-8 */
    transform: rotate(135deg);
}

.triangle--green {
    border-right-color: #1ABC9C;
}

.triangle--danger {
    border-right-color: #f83f37;
}

.triangle--yellow {
    border-right-color: #ffbf36;
}

.triangle--blue {
    border-right-color: #1565c0;
}

/*=============================================
=            Badge           =
=============================================*/
.badge {
    background-color: #DCDCDC;
    font-weight: 400;
    padding: 5px 10px;
    color: #272B34;
}

.badge.badge-custom {
    padding: 3px 5px;
    font-size: 11px;
}

.badge.badge--info {
    background: #17a2b8 !important;
    color: #fff;
}

.badge.badge--primary {
    background: #1565c0 !important;
    color: #fff;
}

.badge.badge--success {
    background: #1ABC9C !important;
    color: #fff;
}

.badge.badge--danger {
    background: transparent !important;
    color: #f83f37;
    font-weight: bold;
    font-size: 12px !important;
}

.badge.badge--warning {
    background: rgb(230, 126, 34) !important;
    color: #fff;
}

.badge.transparent-badge {
    background: transparent;
    padding-left: 0;
    padding-right: 0;
}

.badge.transparent-badge.badge--info {
    color: #ed1b60;
}

.badge.transparent-badge.badge--primary {
    color: #1565c0;
}

.badge.transparent-badge.badge--success {
    color: #1ABC9C;
}

.badge.transparent-badge.badge--danger {
    color: #f83f37;
}

.badge.transparent-badge.badge--warning {
    color: #ffbf36;
}

.badge--sm {
    padding: 0px;
}

.mark, mark {
    /*padding: 3px;*/
    font-size: 14px;
    background: transparent;
    font-weight: bold;
}

.font--italic {
    font-style: italic !important;
}

.txt--breakword {
    word-wrap: break-word;
}

.disabled {
    cursor: not-allowed !important;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: visible;
}

.box-shadow-none {
    box-shadow: none !important;
}

.nowrap {
    white-space: nowrap !important;
}

.pre-wrap {
    white-space: pre-wrap !important;
}

.max-w300 {
    max-width: 300px !important;
}

.max-w600 {
    max-width: 600px !important;
}

/*=============================================
=            Notification           =
=============================================*/
.alert {
    border: 1px solid #dadce0;
    padding: 10px 5px;
    font-size: 13px;
    border-radius: 0;
}

.alert.alert-style-1 {
    padding-left: 70px;
    background: #fff;
    position: relative;
    color: #272B34;
    border: 1px solid #ddd;
}

.alert-dismissable .close, .alert-dismissible .close {
    top: 0;
}

.alert i {
    font-size: 24px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.alert.alert-style-1.alert-success i {
    color: #22af47;
    background: #f7f7f7;
}

.alert.alert-style-1.alert-info i {
    color: #ed1b60;
    background: #f7f7f7;
}

.alert.alert-style-1.alert-warning i {
    color: #ffbf36;
    background: #f7f7f7;
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    border-top-left-radius: 8px;
}

.alert.alert-style-1.alert-danger i {
    color: #f83f37;
    background: #f7f7f7;
}

.alert.alert-style-1 i {
    height: 100%;
    left: 2px;
    margin: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 50px;
}

.alert.alert-style-1 i:before {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.alert.alert-style-1.alert-success a,
.alert.alert-border-success a {
    color: #22af47;
}

.alert.alert-style-1.alert-success a:hover,
.alert.alert-border-success a:hover {
    text-decoration: underline;
}

.alert.alert-style-1.alert-info a,
.alert.alert-border-info a {
    color: #ed1b60;
}

.alert.alert-style-1.alert-info a:hover,
.alert.alert-border-info a:hover {
    text-decoration: underline;
}

.alert.alert-style-1.alert-danger a,
.alert.alert-border-danger a {
    color: #f83f37;
}

.alert.alert-style-1.alert-danger a:hover,
.alert.alert-border-danger a:hover {
    text-decoration: underline;
}

.alert.alert-style-1.border-success {
    border-color: #22af47;
}

.alert.alert-style-1.border-info {
    border-color: #ed1b60;
}

.alert.alert-style-1.border-warning {
    border-color: #ffbf36;
}

.alert.alert-style-1.border-danger {
    border-color: #f83f37;
}

.alert.alert-border-success {
    border: 0;
    border-left: 4px solid #22af47;
    background-color: #edf2f9;
}

.alert.alert-border-info {
    border: 0;
    border-left: 4px solid #ed1b60;
    background-color: #edf2f9;
}

.alert.alert-border-warning {
    border: 0;
    border-left: 4px solid #ffbf36;
    background-color: #edf2f9;
}

.alert.alert-border-danger {
    border: 0;
    border-left: 4px solid #f83f37;
    background-color: #edf2f9;
}

.alert {
    color: #272B34;
}

.alert .alert-icon {
    font-size: 1.5rem;
    margin-left: -4px;
    padding-right: 15px;

}

.alert.alert-border-success .alert-icon {
    color: #22af47;
}

.alert.alert-border-info .alert-icon {
    color: #ed1b60;
}

.alert.alert-border-warning .alert-icon {
    color: #ffbf36;
}

.alert.alert-border-danger .alert-icon {
    color: #f83f37;
}

.alert-dismissable .close, .alert-dismissible .close {
    right: 10px;
}

.icon-ranking,
.icon-champion {
    display: block;
    height: 30px;
    color: white;
    text-decoration: none;
    padding-left: 20px;
    position: relative;
}

.icon-champion {
    height: 20px;
}

.icon-ranking:before,
.icon-champion:before {
    content: '';
    background: url('/static/img/icon_ranking-f86b2dca11d487f2b7ad9e4565e87998.svg');
    background-size: cover;
    position: absolute;
    width: 30px;
    height: 30px;
    margin-left: -20px;
}

.icon-champion:before {
    width: 20px;
    height: 20px;
    background: url('/static/img/icon_champion-e3dd038247a3345745ab87c2628fa674.svg');
}

.txt--dash {
    position: relative;
    text-align: center;
    display: block;
}

.txt--dash:before,
.txt--dash-yellow:before,
.txt--dash-lgrey:before,
.txt--dash-danger:before,
.txt--dash-green:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    width: 40px;
    height: 1px;
    background: #1ABC9C;
}

.txt--dash:after,
.txt--dash-yellow:after,
.txt--dash-lgrey:after,
.txt--dash-danger:after,
.txt--dash-green:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -4px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #1ABC9C;

}

.txt--dash-yellow:before {
    background: #ffbf36 !important;
}

.txt--dash-lgrey:before {
    background: rgb(204, 204, 204) !important
}

.txt--dash-danger:before {
    background: #f83f37 !important
}

.txt--dash-green:before {
    background: #1ABC9C !important;
}

.txt--dash-yellow:after {
    border-top-color: #ffbf36 !important;
}

.txt--dash-lgrey:after {
    border-top-color: rgb(204, 204, 204) !important
}

.txt--dash-danger:after {
    border-top-color: #f83f37 !important
}

.txt--dash-green:after {
    border-top-color: #1ABC9C !important;
}

/*============ Format multie type ul, ol ============*/
/*============ Start Format UL CHECK ============*/
ul.list-check {
    list-style-type: none !important;
}

ul.list-check li {
    padding-left: 20px;
    position: relative;
    color: #70757a;
    font-size: 13px;
}

ul.list-check li::before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f00c";
    position: absolute;
    left: 0px;
    top: 3px;
    color: #22af47;
}

/*============ End Format UL CHECK ============*/
/*============ Format UL CIRCLE ============*/
/*.alert ul{
    list-style-type: disc;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
}
.alert ol{
    list-style-type: decimal;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
}
.list-ccle {
    list-style: circle;
}
.list-ccle li {
    font-size: 13px;
    color: #7b7b7b;
}
.list-ccle {
    list-style: square;
}
.list-ccle li {
    font-size: 13px;
    color: #7b7b7b;
}*/
/*============ End Format UL CIRCLE ============*/
.line-page {
    position: relative;
    margin: 30px auto 30px auto;
    width: 20%;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(113, 113, 113, 0.75), rgba(255, 255, 255, 0));
}

.line-page:before {
    content: "";
    margin: 30px auto 30px auto;
    border: 0;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(113, 113, 113, 0.75), rgba(255, 255, 255, 0));
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 1px;
}

.line-page:after {
    content: "";
    margin: 30px auto 30px auto;
    border: 0;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(113, 113, 113, 0.75), rgba(255, 255, 255, 0));
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 1px;
}

.block-hide {
    display: none;
}

.btn.border-radius-none {
    border-radius: 0px !important;
}

.line-shape {
    display: inline-flex;
    color: #939494;
}

.line-shape:hover {
    color: rgb(26, 188, 156) !important;
}

.checkbox-custom, .radio-custom {
    opacity: 0;
    position: absolute;
}

/*=====Radio,Checkbox component=====*/
.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.checkbox-custom-label, .radio-custom-label {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #707070;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 1px 2px;
    margin-right: 10px;
    text-align: center;
    border-radius: 2px;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    /*background: #009688;*/
    border-color: #009688;
    color: #009688;
    line-height: 13px;
}

.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #bbb;
    line-height: 13px;
}

/*=========Start New Card ========*/

.card-border {
    border: 1px solid #ddd;
}

.card-header,
.card-footer {
    font-weight: 600;
    font-size: 15px;
    padding: 10px;
}

.bg-card-header {
    background: #f5f5f5;
}

.card-header {
    border-bottom: 1px solid #ddd;
    background: #fafafa;
}

.card-body {
    padding: 10px;
}

.card-footer {
    border-top: 1px solid #ddd;
    background: #fafafa;
}

/*========= End New Card ========*/

/*=========Start sub NavBar ========*/
.nav-container {
    min-height: 100%;
    display: flex;
    flex-direction: row;
}

.sub-nav-bar {
    flex: 0 0 200px;
    background: #fafafa;
    border: 1px solid #ddd;
}

.sub-nav-bar ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.sub-nav-bar ul li {
    margin-bottom: 1px;
}

.sub-nav-bar ul li:last-child {
    margin-bottom: 0px;
}

.sub-nav-bar ul li a {
    padding: 6px 10px;
    display: block;
    color: #4e6161;
}

.sub-nav-bar ul li.active a,
.sub-nav-bar ul li a:hover {
    color: #36afae;
    background: #eee;
    cursor: pointer;
}

.main-nav-bar {
    flex: 1;
    padding-left: 15px;
}

.lbl-name {
    font-size: 11px;
    color: #a7a7a7;
    display: block;
    padding-bottom: 5px;
}

.box-title {
    border-bottom: 1px solid #148e75;
    margin-bottom: 10px;
    border-left: 5px solid #148e75;
    padding-left: 10px;
}

/*========= End sub NavBar ========*/
@media (max-width: 1180px) {
    .main-nav-bar {
        width: 870px;
    }
}