/*variable color*/
/*-color program-*/
/*-table striped color-*/
/*variable breakpoint*/
.inline_block {
  display: inline-block;
}

.vis-hide {
  visibility: hidden;
}

.none-usual {
  display: none;
}

.clove {
  color: #FF0DFF !important;
}

.none {
  display: none !important;
}

.nopaddrl {
  padding-right: 0px;
  padding-left: 0px;
}

.nopaddr {
  padding-right: 0px;
}

.nopaddl {
  padding-left: 0px;
}

.margrlauto {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.padd40 {
  padding: 40px;
}

.padtop10 {
  padding-top: 10px;
}

.padbot20 {
  padding-bottom: 20px;
}

.padbot120 {
  padding-bottom: 120px;
}

.padtop120 {
  padding-top: 120px;
}

.padtop40 {
  padding-top: 40px;
}

.margl10ps {
  margin-left: 10%;
}

.margr60 {
  margin-right: 60px;
}

.margbot60 {
  margin-bottom: 60px;
}

.margtop5 {
  margin-top: 5px;
}

.word-straight {
  white-space: nowrap;
}

.margtop20 {
  margin-top: 20px;
}

.margtop30 {
  margin-top: 30px;
}

.margbot30 {
  margin-bottom: 30px;
}

.margbot10 {
  margin-bottom: 10px;
}

.margbot20 {
  margin-bottom: 20px;
}

.margr20 {
  margin-right: 20px;
}

.margr10 {
  margin-right: 10px;
}

.margl10 {
  margin-left: 10px;
}

.margl15 {
  margin-left: 15px;
}

.nopadd {
  padding: 0 !important;
}

.nomargtop {
  margin-top: 0 !important;
}

.nomarg {
  margin: 0 !important;
}

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

.hoverpointer {
  cursor: pointer;
}

.nomargl {
  margin-left: 0;
}

.nomargr {
  margin-right: 0;
}

.padd20-imp {
  padding: 20px !important;
}

.padd20 {
  padding: 20px;
}

.padd10 {
  padding: 10px;
}

.padd15 {
  padding: 15px;
}

.paddr15 {
  padding-right: 15px;
}

.paddl15 {
  padding-left: 15px;
}

.txtwhite {
  color: white;
}

/*variable color*/
/*-color program-*/
/*-table striped color-*/
/*variable breakpoint*/
@font-face {
  font-family: 'Roboto-Light';
  src: url("../../fonts/Roboto-Light.ttf") format("truetype");
  font-weight: light;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto-Regular';
  src: url("../../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: regular;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto-Medium';
  src: url("../../fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: medium;
  font-style: normal;
}

textarea {
  min-height: 80px;
}

.btndisabled {
  border: 0;
  padding: 6px 14px;
  letter-spacing: 0.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  top: 0;
  background: #f1f1f1;
  color: #848484;
}

.btndisabled:hover, .btndisabled:focus {
  color: #848484 !important;
  cursor: not-allowed;
}

.button:not(.btndisabled) {
  letter-spacing: 0.5px;
  border: 0;
  font-size: 14px;
  font-family: Roboto-Regular;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  display: inline-block;
  top: 0;
  line-height: inherit;
  text-transform: uppercase;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.button:not(.btndisabled):not(.btntrans) {
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  padding: 6px 14px;
}

.button:not(.btndisabled):not(.btntrans):focus {
  position: relative;
  top: -2px;
  outline: none;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
}

.button:not(.btndisabled):hover {
  cursor: pointer;
}

.button:not(.btndisabled).btn-mini {
  padding: 4px 8px;
  font-size: 12px;
}

.button:not(.btndisabled).btn-mid {
  padding: 10px 16px;
}

.button:not(.btndisabled).btn-mid-wide {
  padding: 10px 40px;
}

.button:not(.btndisabled).btntrans {
  background: transparent;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-box-shadow: 0px 0px 0px transparent;
  -o-box-shadow: 0px 0px 0px transparent;
  -ms-box-shadow: 0px 0px 0px transparent;
  -moz-box-shadow: 0px 0px 0px transparent;
  box-shadow: 0px 0px 0px transparent;
}

.button:not(.btndisabled).btntrans:focus {
  outline: none;
}

.button:not(.btndisabled).btntrans:hover {
  color: #848484;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.button:not(.btndisabled).btn-xs {
  padding: 5px 5px 2px;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}

.button:not(.btndisabled).btn-xs:focus {
  outline: none;
  position: relative;
  top: -2px;
  outline: none;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
}

.button:not(.btndisabled).h-35 {
  height: 35px;
}

.button:not(.btndisabled).btnwhite {
  background: #ffffff;
  color: #525151;
}

.button:not(.btndisabled).btnaccent {
  background: #00B1F7;
  color: #ffffff;
}

.button:not(.btndisabled).btnred {
  background: #f15151;
  color: #ffffff;
}

.button:not(.btndisabled).btnblack {
  background: #525151;
  color: #ffffff;
}

.button:not(.btndisabled).btn-wide {
  width: 100%;
  display: block !important;
}

.button:not(.btndisabled).btn-wide.wide-h-47 {
  height: 47px;
}

/*-table-*/
/*
table {

    thead {
        tr {
            @include borderpartial(3px, 0, 0, 3px);
            @include boxshadowcard(0px, 2px, 2px, rgba(0,0,0,.1));
            background: $white;

            th {
                font-weight: 500;
                letter-spacing: 0.5px;
                color: $deepGrey;

                &:first-child {
                    padding-left: 15px;
                }
            }
        }
    }

    tbody {
        tr {
            &:nth-child(odd) {
                background: $stripedOdd !important;
            }

            &:nth-child(even) {
                background: $stripedEven !important;
            }

            td {
                font-weight: 400;
                letter-spacing: 0.4px;
                color: $deepGrey;

                &:first-child {
                    padding-left: 15px;
                }
            }
        }
    }
}*/
/*-card with header tab-*/
.card-pager {
  background: #fafafa;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.card-pager .pager-header {
  background: #ffffff;
  border-bottom: 1px solid #f1f1f1;
  padding: 10px 15px 0 15px;
}

.card-pager .pager-header .flat-tab-head {
  margin-top: 0;
}

.card-pager .pager-title {
  background: #ffffff;
  border-bottom: 1px solid #f1f1f1;
  padding: 12px 15px 12px 15px;
}

.card-pager .pager-title .title-pane {
  font-family: Roboto-Regular;
  letter-spacing: 0.3px;
  font-size: 16px;
  color: #525151;
  text-transform: capitalize;
}

.card-pager .pager-body {
  padding: 15px;
}

.card-pager .pager-body .inner-form-wrapper {
  border: 1px solid #D9D9D9;
  padding: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.dropdown-search-wrapper {
  position: relative;
}

.dropdown-search-wrapper .list-search-wrapper {
  position: absolute;
  z-index: 10;
  padding: 0;
  margin: 0;
  width: 100%;
  border: 1px solid #dddddd;
  top: 32px;
  background: #ffffff;
  -webkit-box-shadow: 4px 4px 0 #f7f7f7;
  -o-box-shadow: 4px 4px 0 #f7f7f7;
  -ms-box-shadow: 4px 4px 0 #f7f7f7;
  -moz-box-shadow: 4px 4px 0 #f7f7f7;
  box-shadow: 4px 4px 0 #f7f7f7;
}

.dropdown-search-wrapper .list-search-wrapper li {
  list-style: none;
  padding: 6px 10px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.dropdown-search-wrapper .list-search-wrapper li:hover {
  cursor: pointer;
  background: #fcfcfc;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

/*-style font weight-*/
.fw400 {
  font-weight: 500;
  letter-spacing: 0.5px;
}

.fw400 {
  font-weight: 400;
  letter-spacing: 0.4px;
}

.fw300 {
  font-weight: 300;
  letter-spacing: 0.3px;
}

/*----custom animation---*/
.spinner {
  margin: 10px auto 0;
  width: 220px;
  text-align: center;
}

.spinner > h3 {
  margin-top: 10px;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*=====not use component but may use for future======*/
/*-card-view-*/
.card-view {
  background: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 3px #dddddd;
  -o-box-shadow: 0 2px 3px #dddddd;
  -ms-box-shadow: 0 2px 3px #dddddd;
  -moz-box-shadow: 0 2px 3px #dddddd;
  box-shadow: 0 2px 3px #dddddd;
  clear: both;
  overflow: hidden;
  min-height: 140px;
}

.card-view .card-image-wrapper {
  float: left;
  width: 45%;
}

.card-view .card-image-wrapper img {
  width: 100%;
  position: absolute;
  z-index: 1;
}

.card-view .card-image-wrapper .overlay-card {
  background: rgba(0, 0, 0, 0.5);
  height: inherit;
}

.card-view .text-card-wrapper {
  padding: 15px 15px 15px 10px;
  float: left;
  width: 55%;
}

/*===end not use component===*/
/*/====overide====/*/
.table > tbody > tr > td {
  vertical-align: middle;
}

/*/=======end overide========/*/
/*----custom animation---*/
.spinner {
  margin: 10px auto 0;
  width: 220px;
  text-align: center;
}

.spinner > h3 {
  margin-top: 10px;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*
body { 
    color: $deepGrey;
    
    .table>tbody>tr>th, .table>tbody>tr>td {  
        vertical-align: middle;
    }

    section#side-nav-wrapper {
        display: block;
        top: 0;
        height: 100vh;
        position: fixed;
        visibility: visible;
        z-index: 4;
        background: rgba(0,0,0,0);
        @include transition();

        #side-nav {
            .ul-child-menu {
                margin-left: 30px;
                
                li {
                    list-style: none;
                    margin: 0;
                    padding: 0;

                    a {
                        color: rgba(255, 255, 255, 0.5);
                        font-family: Roboto-Light;
                        
                        &:hover {
                            color: $white !important;
                            background: transparent !important;
                        }
                        
                        &.active {
                            color: rgba(255, 255, 255, 1);
                        }
                    }
                }
            }
        }

        &[data-isToggle="show"] {

            @media screen and (max-width: $break-sm) {
                left: -220px;
                background: rgba(0,0,0,0);
                z-index: 4;
                @include transitionSpecify(background);

                &.active {
                    left: 0;
                    width: 100%;
                    @include transitionSpecify(background);
                    height: 100vh;
                    background: rgba(0,0,0,0.3);

                    #side-nav {
                        left: 0;
                        @include boxshadowcard(1px, 0, 3px, rgba(0, 0, 0, 0.8));
                    }
                }

                #side-nav {
                    width: 220px;
                    left: -220px;
                    @include transition();
                    @include boxshadowcard(1px, 0, 3px, rgba(0, 0, 0, 0));
                }
            }

            @media screen and (min-width: $break-sm) {
                left: 0;
                background: rgba(0,0,0,0);
                @include transition();

                #side-nav {
                    left: 0;
                    @include transition();
                    @include boxshadowcard(0, 0px, 8px,rgba(0,0,0,0.16));
                }
            }
        }

        &[data-isToggle="hide"] {
            left: -220px;
            background: rgba(0,0,0,0);
            @include transition();

            #side-nav {
                left: -220px;
                @include transition();
                @include boxshadowcard(1px, 0, 3px, rgba(0, 0, 0, 0));
            }
        }

        #side-nav {
            position: fixed;
            height: 100vh;
            visibility: visible;
            left: 0;
            width: 220px;
            background: $side-nav-content;
            z-index: 4;
            @include transition();


            #img-brand-wrapper {
                width: inherit;
                background: $side-nav-header;
                padding-top: 47px;
                position: relative;
                padding-bottom: 47px;
                border-bottom: 1px solid darken($side-nav-header, 10%);
                @include transition();

                @media screen and (max-width: $break-sm) {
                    height: 180px;
                    @include transition();
                }

                #img-brand {
                    margin: 0 auto;
                    width: 150px;

                    img {
                        width: 100%;
                        height: auto;
                    }
                }

                #nav-user {
                    font-size: 14px;
                    margin: 10px auto 0 auto;
                    display: table;


                    b {
                        margin-right: 4px;
                    }

                                        @media screen and (min-width: $break-sm) {
                                            position: fixed;
                                            top: 14px;
                                            right: 80px;
                                            color: $deepGrey;
                                        }

                    @media screen and (max-width: $break-sm) {
                        color: $whiteSmoke;
                        margin-left: 15px;
                        position: absolute;
                        left: 15px;
                        bottom: 20px;
                    }

                    .glyphicon { 
                        font-size: 10px;
                    }
                }
            }

            .listmenu-wrapper {
                overflow-x: hidden;
                overflow-y: auto;
                height: 78vh;
                padding-bottom: 20px;

                .ul-child-menu {
                    padding: 0 5px 0 40px;

                    a {
                        text-transform: capitalize;
                        font-weight: 400;

                        &:hover {
                            background: $white;
                            color: $primary-color;
                        }
                    }
                }
            }

            #nav-listmenu {
                display: block;
                margin: 20px 0;
                padding: 0;

                .listmenu {
                    display: block;
                    padding: 7px 5px 6px 15px;
                    color: rgba(255, 255, 255, 0.5);
                    font-family: Roboto-Regular;
                    text-transform: capitalize;
                    font-size: 14px;
                    letter-spacing: 0.5px;
                    border-left: 3px solid transparent;
                    @include transition();
                    
                    .caret {
                        margin-top: 8px;
                    }

                    &.active {
                        border-left: 3px solid $white;
                        color: $white;
                    }

                    &:hover {
                        cursor: pointer;
                        @include transition();
                        color: $white;
                    }

                    span {
                        margin-right: 20px;
                    }
                }
            }
        }
    }

    section#main-section-wrapper {
        position: relative;
        min-height: 100vh;
        @include transition();

        &[data-isToggle="show"] {

            @media screen and (min-width: $break-sm) {
                padding-left: 220px;
                @include transition();
            }

            @media screen and (max-width: $break-sm) {
                padding-left: 0;
                @include transition();
            }
        }

        &[data-isToggle="hide"] {
            padding-left: 0;
            @include transition();
        }

        nav#nav-primary {
            height: 50px;
            background: $white;
            font-size: 16px;
            font-weight: 500;
            padding: 0 15px 0 15px;
            width: 100%;
            position: fixed;
            z-index: 3;
            @include transition();
            @include boxshadowcard(0, 3px, 6px, rgba(0,0,0,.16));
            padding-left: 15px;

            .icon-menu {
                font-size: 15px;
                margin-right: 10px;
                margin-top: 16px;
                @include transition();

                &:hover {
                    color: $primary-color;
                    @include transition();
                }
            }

            .title-nav {
                height: 50px;
                width: auto;
                display: inline-block;
                font-size: 16px;
                vertical-align: middle;

                span {
                    padding-top: 13px;
                    display: inline-block;
                }

                img {
                    height: inherit;
                    width: auto;
                }
            }

            .nav-right {
                position: fixed;
                right: 10px;
                display: inline-block;
                height: 50px;

                .child-nav-right {
                    display: inline-block;
                    height: 50px;
                    margin-right: 10px;
                    margin-top: 14px;

                    .glyphicon {
                        font-size: 10px;
                    }

                    .user-drop {
                        font-size: 15px;
                        display: inline-block;
                        @include transition();

                        &:hover {
                            @include transition(); 
                            color: $primary-color;
                            cursor: pointer;
                        }
                    }

                    &#nav-option {
                        @media screen and(min-width: $break-sm) {
                            display: none;
                        }

                        @media screen and(max-width: $break-sm) {
                            display: inline-block;
                        }
                    }
                }
            }
        }

        main#main-section {
            padding-top: 50px;

            #content-page {
                padding-left: 15px; 
                padding-right: 15px; 

                .main-content-wrapper {
                    padding-top: 30px;
                }
            }
        }
    }

    .gi-2x{font-size: 2em;}
    .gi-3x{font-size: 3em;}
    .gi-4x{font-size: 4em;}
    .gi-5x{font-size: 5em;}

    .padpanel40{
        padding: 0px 40px;
    }
}*/
