/* -----------------------------------------------------------------------------------

    1. COMPONENTS
    1.1 BASIC UI
        1.1.1 PANEL
        1.1.2 BUTTONS
        1.1.3 ICONS
        1.1.4 LIST
        1.1.5 DROPDOWN
        1.1.6 IMAGE
        1.1.7 MODAL
        1.1.8 SCROLLABLE
        1.1.9 TYPOGRAPHY
        1.1.10 UTILITIES
        1.1.11 CAROUSEL
        1.1.12 TABS & ACCORDIONS
        1.1.13 BADGES & LABELS
        1.1.14 TOOLTIP & POPOVER
        1.1.15 PROGRESS BARS
    1.2 ADVANCE UI
        1.2.1 ANIMATION
        1.2.2 HIGHLIGHT
        1.2.3 BOOTBOX
        1.2.4 SWEET ALERT
        1.2.5 TOASTR
        1.2.6 MASONRY
        1.2.7 RATING
        1.2.8 SORTABLE & NESTABLE
        1.2.9 LIGHTBOX
        1.2.10 TREEVIEW

    1.3 ELEMENTS
        1.3.1 ALERT
        1.3.2 RIBBON
        1.3.3 PRICING TABLE
        1.3.4 OVERLAY
        1.3.5 STEP
        1.3.6 TIMELINE
        1.3.7 TESTIMONIALS
        1.3.8 BLOCKQUOTE
        1.3.9 BREADCRUMBS
        1.3.10 NAV
        1.3.11 NAVBAR
        1.3.12 PAGINATION
        1.3.13 DIFFERENT HEADER
    1.4 FORMS
        1.4.1 GENERAL ELEMENTS
        1.4.2 FORM LAYOUT
        1.4.3 FORM VALIDATION
        1.4.4 FORM MASKS
        1.4.5 ADVANCE ELEMENTS
        1.4.6 FORM WIZARD
        1.4.7 MARKDOWN EDITOR
        1.4.8 IMAGE CROPPING
        1.4.9 FILE UPLOADING
    1.5 TABLES
        1.5.1 BASIC TABLE
        1.5.2 BOOTSTRAP TABLE
        1.5.3 FLOTHED TABLE
        1.5.4 RESPONSIVE TABLE
        1.5.5 DATABLE
        1.5.6 EDIT TABLE
        1.5.7 JSGRID
        1.5.8 FOOTABLE
    1.6 CHARTS
        1.6.1 MORRIS CHART
        1.6.2 SPARKLINE CHART
    1.7 WIDGETS
        1.7.1 STATIC WIDGETS
        1.7.2 DATA WIDGETS
        1.7.3 SOCIAL WIDGET

----------------------------------------------------------------------------------- */
/*-- Userlist --*/
/*-- Map --*/
/*-- Icons --*/
/*-- Buttons --*/
/*-- Images --*/
/*-- Tabs --*/
/*-- Calendar --*/
/*-- Cards --*/
/*-- Dropdown --*/
/*-- Badges --*/
/*-- Carousel --*/
/*-- Tooltip & Popover --*/
/*-- Mansonry --*/
/*-- Rating --*/
/*-- Lightbox --*/
/*-- Pricing Table --*/
/*-- Bottom Spacing None --*/
/*-- Timeline --*/
/*-- Blockquote --*/
/*-- Navbar --*/
/*-- Form layout --*/
/*-- Form Wizard --*/
/*-- eCommerce Dashboard --*/
/*-- Morris chart --*/
/*-- Border Radius --*/
/*-- border-radius --*/
/*-- Box Shadow --*/
/*-- Animation --*/
/*-- Transform Rotate --*/
/*-- Filter --*/
/*-- All Keyframes --*/
/*-- Transform --*/
/*-- Transition --*/
/*-- Background-RGB --*/
/*-- Color-RGB --*/
/* -----------------------------------------------------------------------------------

    0. RESET & CLEARFIX
    1. DIVIDERS
    2. BASICS (body, headers, links, etc)
    3. TYPOGRAPHY
    4. GENERAL ELEMENTS

----------------------------------------------------------------------------------- */
/*----------------------------------------------

GOOGLE FONTS DECLARATIONS

------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i|Roboto:300,300i,400,400i,500,500i,700,700i|PT+Sans+Caption:400,700");
/*----------------------------------------------

0. RESET & CLEARFIX DOC

------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
.overlaycaption,
figure,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

ol,
ul,
li {
  padding: inherit;
}

:focus {
  outline: 0;
}

/* deleting the default appearence for form elements */
input[type="text"],
input[type="password"],
input[type="submit"],
input[type="button"],
textarea,
button {
  -moz-appearance: none;
  -webkit-appearance: none;
}

/* HTML5 display definitions */
article,
aside,
details,
.overlaycaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
dialog {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
  visibility: hidden;
}

img {
  max-width: 100%;
  width: 100%;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}

.clearfix {
  *display: inline-block;
  height: 1%;
}

.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 100%;
}

/*----------------------------------------------

1. DIVIDERS DOC

------------------------------------------------*/
.divider15,
.divider25,
.divider50,
.divider100,
.divider150 {
  clear: both;
}

.divider10 {
  height: 10px;
}

.divider15 {
  height: 15px;
}

.divider25 {
  height: 25px;
}

.divider35 {
  height: 35px;
}

.divider50 {
  height: 50px;
}

.divider100 {
  height: 100px;
}

.divider150 {
  height: 150px;
}

/*----------------------------------------------

2. BASICS DOC

------------------------------------------------*/
html {
  height: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  position: relative;
}

body {
  background: #f5f5f5;
  color: #333333;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.025em;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
  position: relative;
  min-height: 100%;
  word-wrap: break-word;
  height: 100%;
}

/*----------------------------------------------

3. TYPOGRAPHY DOC

------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #333333;
  letter-spacing: 1px;
}

h1 {
  font-size: 38px;
  line-height: 57px;
}

h2 {
  font-size: 32px;
  line-height: 48px;
}

h3 {
  font-size: 28px;
  line-height: 42px;
}

h4 {
  font-size: 24px;
  line-height: 36px;
}

h5 {
  font-size: 20px;
  line-height: 30px;
}

h6 {
  font-size: 16px;
  line-height: 24px;
}

h1 b,
h2 b,
h3 b,
h4 b,
h5 b,
h6 b,
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-weight: 700;
}

button {
  cursor: pointer;
}

button,
select,
textarea {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.025em;
}

a {
  color: #333333;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #000000;
  outline: none;
  text-decoration: none;
}

.white-text {
  color: #ffffff;
}

/*----------------------------------------------

4. GENERAL DOC

------------------------------------------------*/
hr {
  border: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin: 3em 0;
}

article {
  display: inline-block;
}

article {
  margin: 0px 0px 50px;
}

pre {
  padding: 15px;
}

p {
  padding-bottom: 15px;
  line-height: 26px;
}

ul,
ol {
  padding-left: 20px;
}
ul li,
ol li {
  padding-left: 5px;
  line-height: 26px;
}

.mark,
mark {
  background: #333333;
  color: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.small,
small {
  font-size: 65%;
  color: #777777;
}

.blockquote {
  font-size: 16px;
}

.heading-content:last-child {
  padding-bottom: 0;
}

/*---- GLOBAL-CSS-START ----*/
.btn {
  font-size: 14px;
  position: relative;
}

.wrapper {
  position: relative;
  height: 100%;
}

code {
  background: #ccc;
  padding: 2px 5px;
}

#main {
  padding-top: 50px;
  min-height: calc(100% - 50px);
}

.form-control {
  min-height: 35px;
}

.dataTables_wrapper > .form-control {
  padding: 0 5px;
}

button:focus {
  outline: none;
}

#sidebar {
  position: fixed;
  height: calc(100% - 50px);
  background: #333333;
  width: 250px;
  top: 50px;
  left: 0;
  z-index: 999;
}

#content-wrapper {
  margin-left: 250px;
}

.content {
  background: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px;
  margin: 20px;
  padding: 20px;
  border-top: 3px solid #087380;
  overflow: hidden;
}

.content:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.64) 0 0 18px -10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.64) 0 0 18px -10px;
  box-shadow: rgba(0, 0, 0, 0.64) 0 0 18px -10px;
}

.site-content-title {
  background: #e9e9e9;
  overflow: hidden;
}

.content-title-main {
  padding-left: 20px;
  line-height: 60px;
  font-weight: 500;
  font-size: 24px;
}

.breadcrumb {
  background: none;
  padding: 9px 1rem;
  margin: 0;
}
.breadcrumb li {
  padding-left: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
  padding-left: 0;
  padding-right: 10px;
}

.light-red-color {
  background: #eb6d6d;
}

.purple-color {
  background: #6d5cae;
}

.dodger-blue-color {
  background: #039be5;
}

.soft-orange-color {
  background: #f2784b;
}

.golden-color {
  background: #f3c200;
}

.bright-pink-color {
  background: #ec407a;
}

.spice-color {
  background: #6d4c41;
}

#footer {
  background: #e9e9e9;
  bottom: 0;
  float: right;
  position: relative;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: calc(100% - 250px);
}

.sidebar-collapsed #footer {
  width: 100%;
}

.page-content-title {
  font-size: 20px;
}

.modal-backdrop {
  z-index: 9999;
}

.modal {
  z-index: 99999;
}

.wrapper {
  /*----*/
}
.wrapper a.text-light-primary,
.wrapper .text-light-primary {
  color: #087380 !important;
}
.wrapper a.text-light-primary a,
.wrapper .text-light-primary a {
  color: #087380 !important;
}
.wrapper a.text-light-warning,
.wrapper .text-light-warning {
  color: #f0ad4e !important;
}
.wrapper a.text-light-warning a,
.wrapper .text-light-warning a {
  color: #f0ad4e !important;
}
.wrapper a.text-light-info,
.wrapper .text-light-info {
  color: #5bc0de !important;
}
.wrapper a.text-light-info a,
.wrapper .text-light-info a {
  color: #5bc0de !important;
}
.wrapper a.text-light-danger,
.wrapper .text-light-danger {
  color: #d9534f !important;
}
.wrapper a.text-light-danger a,
.wrapper .text-light-danger a {
  color: #d9534f !important;
}
.wrapper a.text-light-success,
.wrapper .text-light-success {
  color: #5cb85c !important;
}
.wrapper a.text-light-success a,
.wrapper .text-light-success a {
  color: #5cb85c !important;
}
.wrapper .bg-light-primary {
  background: #1db200;
}
.wrapper .bg-light-warning {
  background: #fae3c4;
}
.wrapper .bg-light-info {
  background: #c5e9f3;
}
.wrapper .bg-light-danger {
  background: #f0b9b8;
}
.wrapper .bg-light-success {
  background: #b5dfb5;
}

/*---- GLOBAL-CSS-END ----*/
/*---- FONT-WEIGHT-START ----*/
.light-fonts {
  font-weight: 100;
}

.normal-fonts {
  font-weight: normal;
}

.bold-fonts {
  font-weight: 700;
}

/*---- FONT-WEIGHT-END ----*/
/*---- SITE-CHECKBOX-START ----*/
.checkbox-squared {
  position: relative;
}
.checkbox-squared input {
  margin-right: 10px;
  vertical-align: middle;
}
.checkbox-squared input[type="checkbox"] {
  visibility: hidden;
}
.checkbox-squared label {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  background: #ffffff;
  border: 1px solid #cccccc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.checkbox-squared label:after {
  opacity: 0;
  content: "";
  position: absolute;
  width: 12px;
  height: 8px;
  background: transparent;
  top: 3px;
  left: 3px;
  border: 3px solid;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.checkbox-squared input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

.radio-button {
  position: relative;
}
.radio-button input {
  margin-right: 10px;
  float: left;
}
.radio-button input[type="radio"] {
  visibility: hidden;
}
.radio-button label {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 18px;
}
.radio-button label:after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  border-radius: 8px;
}

/*---- SITE-CHECKBOX-END ----*/
/*---- START PAGE LOADER ----*/
.loader-overlay {
  display: none;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999;
}

.loader-preview-area {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 60px;
  right: 0;
  margin: auto;
}

.spinners {
  width: 100%;
  padding: 0;
}
.spinners .loader {
  height: 60px;
  width: 60px;
  right: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  display: inline-block;
  position: relative;
}
.spinners .loader {
  opacity: 1;
}

.rotating-plane {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  margin: 0 auto;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  -moz-animation: rotateplane 1.2s infinite ease-in-out;
  -o-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
@-moz-keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
@-ms-keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
@-o-keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
@keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
/*---- END PAGE LOADER ----*/
/*---- START SELECT FILED ----*/
select:not(.custom-select):not(multiple) {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("../../image/arrow-dropdown.png") no-repeat 97% center !important;
  padding-left: 10px !important;
}
select:not(.custom-select):not(multiple)[multiple] {
  background: none !important;
}

select::-ms-expand {
  display: none;
}

.tour_block.popover[class*="tour-"] {
  z-index: 9999;
}

/*---- END SELECT FILED ----*/
/*---- START GlOBAL RESPONSIVE ----*/
@media (max-width: 767px) {
  .page-content-title {
    font-size: 18px;
    line-height: 25px;
    padding: 0 0 5px 0;
  }
}
/*---- END GlOBAL RESPONSIVE ----*/
/* START SIDEBAR ROUND CSS */
.rounded-admin .right-side-inner-box .settings-sidebox .color-inner-box {
  border-radius: 0;
}

/* END SIDEBAR ROUND CSS */
/*---- RIGHT-SIDEBAR-START ----*/
.right-side-bar {
  position: fixed;
  right: 0;
  top: 50px;
  height: calc(100% - 50px);
  z-index: 999;
  transition: all 0.3s ease 0s;
}
.right-side-bar.icon-menu-side {
  z-index: 9999;
}

body.right-sidebar-fixed .right-side-bar {
  top: 0;
  height: 100%;
}

.icon-right {
  border-radius: 3px 0 0 3px;
  background: #0f5b00 none repeat scroll 0 0;
  box-shadow: -2px 0 4px rgba(0, 0, 0, 0.176);
  cursor: pointer;
  height: 45px;
  width: 42px;
  z-index: 99;
  top: 140px;
  right: 0px;
  position: fixed;
  transition: all 0.5s ease 0s;
}

.right-side-box {
  background: #ffffff;
  margin-right: -260px;
  bottom: 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.176) 1px 2px 9px;
  -moz-box-shadow: rgba(0, 0, 0, 0.176) 1px 2px 9px;
  box-shadow: rgba(0, 0, 0, 0.176) 1px 2px 9px;
  height: 100%;
  transition: all 0.5s ease 0s;
  width: 260px;
  z-index: 99;
}

.right-side-inner-box {
  padding: 20px;
}

.globle-right-content {
  clear: both;
  padding-bottom: 30px;
  overflow: hidden;
}
.globle-right-content h5 {
  border-bottom: 1px solid #333333;
}
.globle-right-content h5 span:first-child {
  font-size: 17px;
}

.site-footer-fixed #footer {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 99;
}

.site-footer-fixed #content-wrapper {
  margin-bottom: 50px;
  overflow: hidden;
}

.settings-sidebox {
  padding-top: 15px;
}

.site-settings .icon-right {
  right: 260px;
}

.right-side-bar .right-side-inner-box .settings-sidebox .default-color {
  background: #0f5b00;
}
.right-side-bar .right-side-inner-box .settings-sidebox .golden-color {
  background: #f3c200 none repeat scroll 0 0;
}
.right-side-bar .right-side-inner-box .settings-sidebox .soft-orange-color {
  background: #f2784b none repeat scroll 0 0;
}
.right-side-bar .right-side-inner-box .settings-sidebox .dodger-blue-color {
  background: #039be5 none repeat scroll 0 0;
}
.right-side-bar .right-side-inner-box .settings-sidebox .bright-pink-color {
  background: #ec407a none repeat scroll 0 0;
}
.right-side-bar .right-side-inner-box .settings-sidebox .light-red-color {
  background: #eb6d6d none repeat scroll 0 0;
}
.right-side-bar .right-side-inner-box .settings-sidebox .purple-color {
  background: #6d5cae none repeat scroll 0 0;
}
.right-side-bar .right-side-inner-box .settings-sidebox .spice-color {
  background: #6d4c41 none repeat scroll 0 0;
}

.settings-sidebox ul {
  margin: 0;
  padding: 0;
}
.settings-sidebox ul li {
  padding-left: 0;
  padding: 7px 0;
}
.settings-sidebox ul li span {
  text-transform: uppercase;
}
.settings-sidebox ul li span i {
  margin-right: 5px;
  font-size: 16px;
  line-height: 25px;
  float: left;
}
.settings-sidebox ul li span.time {
  color: #087380;
  text-transform: none;
  font-weight: 700;
}
.settings-sidebox ul li:first-child {
  padding-top: 0;
}

.settings-sidebox .dark-color,
.settings-sidebox .nav-dark-color,
.settings-sidebox .footer-check-text,
.settings-sidebox .nav-fixed-text,
.settings-sidebox .top-nav-color-text,
.settings-sidebox .nav-color-text {
  text-transform: uppercase;
}

.font-box {
  padding-bottom: 5px;
  overflow: hidden;
}
.font-box label {
  float: left;
  cursor: pointer;
  text-transform: uppercase;
  color: inherit;
}
.font-box .icr-label {
  float: right;
  margin: 0;
}
.font-box .radio {
  float: right;
  margin-right: 0;
}
.font-box input {
  height: 20px;
  float: right;
}
.font-box .radio-button {
  margin-right: 5px;
}

.color-inner-box {
  -webkit-box-shadow: rgba(102, 102, 102, 0.5) 0 0 10px inset;
  -moz-box-shadow: rgba(102, 102, 102, 0.5) 0 0 10px inset;
  box-shadow: rgba(102, 102, 102, 0.5) 0 0 10px inset;
  cursor: pointer;
  float: left;
  height: 45px;
  margin: 0 10px 10px 0;
  width: 45px;
  padding: 0;
  border-radius: 0;
  position: relative;
}
.color-inner-box:nth-child(5n),
.color-inner-box:nth-child(6n),
.color-inner-box:nth-child(7n),
.color-inner-box:nth-child(8n) {
  margin-bottom: 5px;
}
.color-inner-box.color-active {
  opacity: 0.5;
}
.color-inner-box.color-active:before {
  content: "\5a";
  font-family: "ElegantIcons";
  font-size: 24px;
  margin-left: 10px;
  text-align: center;
  line-height: 45px;
  color: #ffffff;
}
.color-inner-box:hover {
  background: none;
  border-radius: 0;
}

.texture-switch {
  float: right;
  height: 20px;
  cursor: pointer;
}

.site-settings .right-side-box {
  margin-right: 0;
}

/*-- Right-Icon --*/
#site_setting_icon img {
  position: absolute;
}

#site_setting_icon .icon1 {
  left: 5px;
  top: 5px;
  width: 16px;
}

#site_setting_icon .icon2 {
  left: 13px;
  top: 18px;
  width: 20px;
}

#site_setting_icon .icon3 {
  left: 22px;
  top: 6px;
  width: 13px;
}

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes clockwise {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes counterclockwise {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes counterclockwise {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.site-setting-animation #site_setting_icon .icon1 {
  -webkit-animation: counterclockwise 2.5s linear infinite;
  animation: counterclockwise 2.5s linear infinite;
}

.site-setting-animation #site_setting_icon .icon2 {
  -webkit-animation: counterclockwise 3s linear infinite;
  animation: counterclockwise 3s linear infinite;
}

.site-setting-animation #site_setting_icon .icon3 {
  -webkit-animation: clockwise 2s linear infinite;
  animation: clockwise 2s linear infinite;
}

.site-setting-animation {
  text-decoration: none;
  color: white;
}

.site-setting-animation * {
  transition: opacity 0.3s;
  opacity: 1;
}

/* Font */
.font2 body {
  font-family: "PT Sans Caption", sans-serif;
}
.font2 h1,
.font2 h2,
.font2 h3,
.font2 h4,
.font2 h5,
.font2 h6 {
  font-family: "PT Sans Caption", sans-serif;
}

.font3 body {
  font-family: "Open Sans", sans-serif;
}
.font3 h1,
.font3 h2,
.font3 h3,
.font3 h4,
.font3 h5,
.font3 h6 {
  font-family: "Open Sans", sans-serif;
}

/*---- RIGHT-SIDEBAR-END ----*/
@media (max-width: 767px) {
  .right-side-bar {
    z-index: 9999;
  }
}
/*---- START RESPONSIVE ----*/
@media (max-width: 991px) {
  #footer {
    width: calc(100% - 70px);
  }
}
@media (max-width: 767px) {
  .divider-tablet {
    clear: both;
    height: 35px;
    overflow: hidden;
  }

  .typography .divider-15 {
    height: 0;
  }

  .blockquote-typography {
    margin-bottom: -10px;
    display: table;
    width: 100%;
  }
  .blockquote-typography .blockquote {
    margin-bottom: 35px;
  }
}
@media (max-width: 479px) {
  #content-wrapper .heading-content h6 {
    line-height: 25px !important;
  }
  #content-wrapper .heading-content h1,
  #content-wrapper .heading-content h2,
  #content-wrapper .heading-content h3,
  #content-wrapper .heading-content h4,
  #content-wrapper .heading-content h5,
  #content-wrapper .heading-content h6 {
    line-height: 35px;
    padding-bottom: 20px;
  }
  #content-wrapper .heading-content h1 .small,
  #content-wrapper .heading-content h2 .small,
  #content-wrapper .heading-content h3 .small,
  #content-wrapper .heading-content h4 .small,
  #content-wrapper .heading-content h5 .small,
  #content-wrapper .heading-content h6 .small {
    display: block;
  }

  #footer {
    width: 100%;
    font-size: 12px;
  }
}
/*---- END RESPONSIVE ----*/
/*----------------------------------------------

SEARCH PAGE STYLE

------------------------------------------------*/
.search_form {
  margin: 20px;
}

.search_field {
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px;
  z-index: 0;
}
.search_field input {
  border: none;
  height: 55px;
}
.search_field span {
  border: none;
  padding: 0 15px;
  background: #ffffff;
}
.search_field button {
  background: none;
  border: none;
  font-size: 20px;
}
.search_field button:focus {
  outline: none;
}

.search_result {
  font-style: italic;
  margin-left: 5px;
}

.search_block {
  padding: 15px;
  float: left;
  width: 100%;
  background: #f1f1f1;
}
.search_block a {
  font-size: 15px;
}
.search_block p {
  padding-bottom: 0;
  padding-top: 5px;
}

.search_rating {
  padding-top: 5px;
}
.search_rating i {
  color: #ff7015;
}
.search_rating span {
  font-size: 13px;
  color: #999999;
  margin-left: 5px;
}

.search_ad {
  padding: 2px 5px;
  font-size: 12px;
  color: #ffffff;
  margin-right: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.search_tag {
  margin-top: 5px;
}

.search_img {
  width: 195px;
}

.search_contain {
  width: calc(100% - 195px);
  padding-left: 15px;
}

/*----------------------------------------------

END SEARCH PAGE STYLE

------------------------------------------------*/
/*---- START RESPONSIVE ----*/
@media (max-width: 1366px) {
  .search_field input {
    height: 45px;
  }
}
@media (max-width: 991px) {
  .search_img {
    width: 100%;
  }

  .search_contain {
    width: 100%;
    padding-left: 0;
    padding-top: 5px;
  }

  .search_block a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .search_title {
    font-size: 16px;
    line-height: 25px;
  }

  .search_ad {
    font-size: 10px;
  }

  .search_block a {
    font-size: 12px;
  }
  .search_block p {
    font-size: 13px;
  }

  .search_rating span {
    font-size: 11px;
  }
}
@media (max-width: 479px) {
  .search_field input {
    height: 40px;
  }

  .search_img img {
    width: 100%;
  }
}
/*---- END RESPONSIVE ----*/
/*----------------------------------------------

START GALLERY-PAGE

------------------------------------------------*/
.gallery-filter {
  margin-bottom: 10px;
  text-align: center;
}

.gallery-img {
  overflow: hidden;
  position: relative;
  margin: 10px;
}

.none-padding .filtr-item {
  padding: 0;
}

.gallery-overlay {
  position: absolute;
  margin: auto;
  vertical-align: middle;
  text-align: center;
  color: #ffffff;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.gallery-description {
  margin-top: -80px;
  padding: 0 20px;
  color: #ffffff;
}

.filteredOut {
  visibility: hidden;
}

.gallery-img:hover .gallery-wrapper {
  margin-top: 0;
}
.gallery-img:hover .gallery-overlay {
  opacity: 1;
}
.gallery-img:hover .gallery-description {
  margin-top: 0;
}

.gallery-description {
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}
.gallery-description h5 {
  color: #ffffff;
  margin-bottom: 10px;
}

.gallery-icon a {
  color: #ffffff;
  font-size: 22px;
}
.gallery-icon a i {
  font-style: normal;
}

.sl-overlay {
  background-color: #000;
  z-index: 9999;
}

.sl-wrapper .sl-close,
.sl-wrapper .sl-navigation button {
  font-family: ElegantIcons;
  color: #ffffff;
  z-index: 99999;
}

.gallery-wrapper {
  display: table;
  height: 100%;
  width: 100%;
  margin-top: -80px;
  -moz-transition: margin-top 0.2s ease-in-out;
  -o-transition: margin-top 0.2s ease-in-out;
  -webkit-transition: margin-top 0.2s ease-in-out;
  transition: margin-top 0.2s ease-in-out;
}

/*----------------------------------------------

END GALLEY-PAGE

------------------------------------------------*/
/*---- START GALLERY-PAGE RESPONSIVE ----*/
@media (max-width: 1366px) {
  .gallery-filter button {
    padding: 8px 12px;
  }

  .gallery-description h5 {
    font-size: 17px;
    line-height: 21px;
  }
  .gallery-description p {
    padding-bottom: 10px;
    line-height: 15px;
    font-size: 12px;
  }
}
@media (max-width: 479px) {
  .gallery-filter button {
    margin-bottom: 5px;
  }

  .gallery-description p {
    line-height: 18px;
    padding-bottom: 10px;
  }
}
/*---- END GALLERY-PAGE RESPONSIVE ----*/
/*----------------------------------------------

START PROFILE

------------------------------------------------*/
.profile-contain {
  padding-bottom: 15px;
}
.profile-contain .content {
  margin: 20px 0 0 0;
  padding: 15px;
}
.profile-contain .nav-item a {
  background: #e9e9e9;
}
.profile-contain .friend-list-box {
  padding: 40px 0;
  border: none;
}
.profile-contain .friend-list-box .image-profile {
  width: 100px;
  margin: auto;
}
.profile-contain .friend-list-box .email-profile {
  padding-bottom: 8px;
}
.profile-contain .friend-list-box .phone-no-profile {
  padding-bottom: 0;
}

.image-profile img {
  width: 100%;
}

.name-profile {
  padding-top: 10px;
  padding-bottom: 5px;
}

.email-profile {
  color: #999999;
  font-size: 13px;
  line-height: 18px;
  font-weight: normal;
}

.profile-icon {
  margin-top: 5px;
}
.profile-icon a {
  border: 1px solid #777777;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  display: inline-block;
  font-size: 16px;
  height: 35px;
  line-height: 35px;
  margin-right: 3px;
  width: 35px;
}
.profile-icon i {
  color: #777777;
}

.activities-profile {
  margin-bottom: 15px;
  overflow: hidden;
  width: 100%;
}
.activities-profile .right-activities-profile {
  width: 77%;
  padding-left: 15px;
}
.activities-profile .right-activities-profile h5 {
  font-size: 17px;
  line-height: 16px;
}
.activities-profile .right-activities-profile p {
  padding-bottom: 0;
}
.activities-profile .img-activities-profile {
  width: 18%;
}
.activities-profile:last-child {
  margin-bottom: 0;
}

.activities-count {
  width: 150px;
  border-right: 1px dotted #999999;
}
.activities-count span {
  font-size: 18px;
}
.activities-count h6 {
  color: #777777;
}
.activities-count:last-child {
  border-right: 0;
}

.user-name-profile {
  padding-bottom: 10px;
}
.user-name-profile .left-name-profile {
  width: 18%;
  padding-top: 6px;
  font-weight: bold;
}
.user-name-profile .detail-profile {
  width: 77%;
  padding: 5px 10px;
  background: #f5f5f5;
}

.setting-section {
  height: 290px;
  min-height: 290px;
}

.activities-section {
  min-height: 335px;
  height: 335px;
}

.setting-profile {
  padding: 0;
}
.setting-profile li {
  font-weight: normal;
  list-style-type: none;
  padding-left: 0;
}
.setting-profile li a {
  padding: 0px 10px;
  line-height: 36px;
  width: 100%;
  display: inline-block;
}
.setting-profile li a span {
  margin-right: 10px;
}
.setting-profile li a:hover {
  color: #ffffff;
}
.setting-profile li a:hover span {
  color: #ffffff;
}
.setting-profile li:last-child {
  padding-bottom: 0;
}

.follow-profile .img-activities-profile {
  width: 12%;
}
.follow-profile .right-activities-profile {
  width: 87%;
}

.profile-contain .accept-section {
  border: none;
  padding: 51px 15px;
}
.profile-contain .accept-section .profile-accept {
  width: 125px;
  margin: auto;
}
.profile-contain .accept-section .profile-accept img {
  border: 5px solid rgba(255, 255, 255, 0.5);
}
.profile-contain .accept-section h5 {
  color: #ffffff;
}
.profile-contain .accept-section h6 {
  color: #ffffff;
}
.profile-contain .accept-section .accept-btn {
  background: #ffffff;
  font-size: 13px;
  margin-top: 10px;
  padding: 5px 10px;
  line-height: 18px;
}

.message-profile textarea {
  width: 100%;
  height: 90px;
  resize: none;
  margin-bottom: 15px;
  padding: 15px;
}

.activity-box .first-activity-box {
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.activity-box .first-activity-box .profile-accept {
  width: 110px;
}
.activity-box .first-activity-box .right-side-activity {
  width: calc(100% - 130px);
}
.activity-box
  .first-activity-box
  .right-side-activity
  .top-section-activity
  h5
  span {
  color: #999999;
  font-size: 14px;
  padding: 5px;
}
.activity-box .first-activity-box .right-side-activity .top-section-activity p {
  color: #999999;
  padding-bottom: 0;
  padding-top: 2px;
}
.activity-box .first-activity-box .right-side-activity a {
  padding: 5px 15px;
  font-size: 14px;
  color: #ffffff;
}
.activity-box .first-activity-box .right-side-activity .image-activity {
  clear: both;
}
.activity-box
  .first-activity-box
  .right-side-activity
  .image-activity
  .des-activity {
  clear: both;
  padding-bottom: 5px;
  line-height: 22px;
}
.activity-box
  .first-activity-box
  .right-side-activity
  .image-activity
  .set-image
  .image-upload-profile {
  width: 200px;
  margin-right: 10px;
}
.activity-box .first-activity-box:last-child {
  border-bottom: 0;
  padding: 0;
  margin-bottom: 0;
}

.site-btn {
  padding: 5px 15px;
  font-size: 14px;
  margin-top: 10px;
  color: #ffffff !important;
}

.progressbar-project .html-section h6 {
  font-size: 14px;
}
.progressbar-project .html-section .progress {
  margin-bottom: 10px;
}

/*----------------------------------------------

END PROFILE

------------------------------------------------*/
/*---- START PROFILE RESPONSIVE ----*/
@media (max-width: 1366px) {
  .name-profile {
    font-size: 22px;
    line-height: 22px;
  }

  .activities-profile .right-activities-profile h5 {
    font-size: 15px;
  }
  .activities-profile .right-activities-profile p {
    font-size: 13px;
    line-height: 22px;
  }

  .user-name-profile .left-name-profile {
    width: 30%;
  }
  .user-name-profile .detail-profile {
    width: 70%;
  }
}
@media (max-width: 1199px) {
  .activities-count {
    width: 122px;
  }
}
@media (max-width: 991px) {
  .name-profile {
    font-size: 18px;
    line-height: 20px;
  }

  .activities-count {
    width: 104px;
  }

  .progressbar-project .html-section h6 {
    font-size: 12px;
  }

  .social-widget-content .activities-count {
    width: 122px;
  }
}
@media (max-width: 767px) {
  .activities-profile .right-activities-profile h5 {
    font-size: 15px;
    line-height: 30px;
  }
  .activities-profile .right-activities-profile p {
    font-size: 14px;
    line-height: 26px;
  }

  .activities-count {
    width: 33.3%;
  }

  .progressbar-project .html-section h6 {
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  .activities-profile .right-activities-profile p {
    font-size: 13px;
    line-height: 22px;
  }

  .activities-count {
    width: 100%;
    border-right: none;
    border-bottom: 1px dotted #999999;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .activities-count:last-child {
    padding-bottom: 0px;
    border-bottom: none;
    margin-bottom: 0px;
  }

  .user-name-profile .left-name-profile {
    width: 35%;
  }
  .user-name-profile .detail-profile {
    width: 65%;
  }

  .activity-box .first-activity-box .right-side-activity {
    width: 100%;
    padding-top: 15px;
  }
}
/*---- END PROFILE RESPONSIVE ----*/
/*----------------------------------------------

START TABS ACCORDIONS

------------------------------------------------*/
.tab-content .tab-pane > p:last-child {
  padding: 0;
}

.nav-tab-horizontal-right ul li .nav-link.active,
.nav-tab-horizontal-right ul li .nav-link.active:hover,
.nav-tab-horizontal-right ul li .nav-link.active:focus,
.nav-tab-horizontal-right ul li .nav-link:hover,
.nav-tab-horizontal-right ul li .nav-link:focus,
.nav-tab-vertical-left ul li .nav-link.active,
.nav-tab-vertical-left ul li .nav-link.active:hover,
.nav-tab-vertical-left ul li .nav-link.active:focus,
.nav-tab-vertical-left ul li .nav-link:hover,
.nav-tab-vertical-left ul li .nav-link:focus,
.nav-tab-vertical-icon-right ul li .nav-link.active,
.nav-tab-vertical-icon-right ul li .nav-link.active:hover,
.nav-tab-vertical-icon-right ul li .nav-link.active:focus,
.nav-tab-vertical-icon-right ul li .nav-link:hover,
.nav-tab-vertical-icon-right ul li .nav-link:focus,
.nav-tab-vertical-icon-right ul li .nav-link.active,
.nav-tab-vertical-icon-right ul li .nav-link.active:hover,
.nav-tab-vertical-icon-right ul li .nav-link.active:focus,
.nav-tab-vertical-icon-right ul li .nav-link:hover,
.nav-tab-vertical-icon-right ul li .nav-link:focus,
.nav-tab-vertical-icon-combination ul li .nav-link.active,
.nav-tab-vertical-icon-combination ul li .nav-link.active:hover,
.nav-tab-vertical-icon-combination ul li .nav-link.active:focus,
.nav-tab-vertical-icon-combination ul li .nav-link:hover,
.nav-tab-vertical-icon-combination ul li .nav-link:focus,
.nav-tab-bottom-inverse ul li .nav-link.active,
.nav-tab-bottom-inverse ul li .nav-link.active:hover,
.nav-tab-bottom-inverse ul li .nav-link.active:focus,
.nav-tab-bottom-inverse ul li .nav-link:hover,
.nav-tab-bottom-inverse ul li .nav-link:focus {
  color: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.nav-tab-horizontal-right ul {
  border-bottom: 0;
}
.nav-tab-horizontal-right ul .nav-item {
  padding-right: 0;
}
.nav-tab-horizontal-right .tab-content {
  clear: both;
}

.nav-tab-horizontal ul .nav-item {
  padding-right: 0;
}
.nav-tab-horizontal ul .nav-item a {
  background: #e9e9e9;
}

.nav-tab-vertical-right ul {
  border-bottom: 0;
  border-left: 1px solid #dddddd;
  margin-left: 15px;
}
.nav-tab-vertical-right ul li {
  padding-left: 0;
  margin-left: -1px;
}
.nav-tab-vertical-right ul li .nav-link {
  margin-left: -1px;
}
.nav-tab-vertical-right ul li .nav-link.active,
.nav-tab-vertical-right ul li .nav-link.active:hover,
.nav-tab-vertical-right ul li .nav-link.active:focus,
.nav-tab-vertical-right ul li .nav-link:hover,
.nav-tab-vertical-right ul li .nav-link:focus {
  border-color: #dddddd #dddddd #dddddd transparent;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-top-left-radius: 0px;
  -ms-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  margin-left: -1px;
}
.nav-tab-vertical-right ul .nav-item + .nav-item {
  margin-left: 0;
  margin-top: 8px;
}
.nav-tab-vertical-right .nav-tabs .nav-item {
  float: none;
}

.nav-tab-vertical-left ul {
  border-bottom: 0;
  margin-right: 15px;
}
.nav-tab-vertical-left ul li {
  padding-left: 0;
  margin-left: -1px;
}
.nav-tab-vertical-left ul li .nav-link {
  margin-left: -1px;
}
.nav-tab-vertical-left ul .nav-item + .nav-item {
  margin-left: 0;
  margin-top: 8px;
}
.nav-tab-vertical-left .nav-tabs .nav-item {
  float: none;
}

.nav-tab-vertical-icon-right ul {
  border-bottom: 0;
  margin-left: 15px;
}
.nav-tab-vertical-icon-right ul li {
  padding-left: 0;
  margin-left: -1px;
}
.nav-tab-vertical-icon-right ul li .nav-link {
  margin-left: -1px;
  font-size: 15px;
}
.nav-tab-vertical-icon-right ul .nav-item + .nav-item {
  margin-left: 0;
  margin-top: 8px;
}
.nav-tab-vertical-icon-right .nav-tabs .nav-item {
  float: none;
}

.nav-tab-vertical-icon-left ul {
  border-bottom: 0;
  border-right: 1px solid #dddddd;
  margin-right: 15px;
}
.nav-tab-vertical-icon-left ul li {
  padding-left: 0;
  margin-right: -2px;
}
.nav-tab-vertical-icon-left ul li .nav-link {
  font-size: 15px;
}
.nav-tab-vertical-icon-left ul li .nav-link.active,
.nav-tab-vertical-icon-left ul li .nav-link.active:hover,
.nav-tab-vertical-icon-left ul li .nav-link.active:focus,
.nav-tab-vertical-icon-left ul li .nav-link:hover,
.nav-tab-vertical-icon-left ul li .nav-link:focus {
  border-right: 3px solid;
  -webkit-border-top-right-radius: 0px;
  -moz-border-top-right-radius: 0px;
  -ms-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
}
.nav-tab-vertical-icon-left ul .nav-item + .nav-item {
  margin-left: 0;
  margin-top: 8px;
}
.nav-tab-vertical-icon-left .nav-tabs .nav-item {
  float: none;
}

.nav-tab-vertical-icon-combination ul {
  border-bottom: 0;
  border-right: 1px solid #dddddd;
  margin-right: 15px;
}
.nav-tab-vertical-icon-combination ul li {
  padding-left: 0;
  margin-left: -1px;
  margin-right: -0.2px;
}
.nav-tab-vertical-icon-combination ul li .nav-link {
  margin-left: -1px;
  font-size: 15px;
}
.nav-tab-vertical-icon-combination ul .nav-item + .nav-item {
  margin-left: 0;
  margin-top: 8px;
}
.nav-tab-vertical-icon-combination .nav-tabs .nav-item {
  float: none;
}

.nav-tab-pills-image ul li {
  padding-left: 0;
  margin-bottom: -2px;
}
.nav-tab-pills-image ul li .nav-link {
  font-size: 15px;
  text-align: center;
}
.nav-tab-pills-image ul li .nav-link.active,
.nav-tab-pills-image ul li .nav-link.active:hover,
.nav-tab-pills-image ul li .nav-link.active:focus,
.nav-tab-pills-image ul li .nav-link:hover,
.nav-tab-pills-image ul li .nav-link:focus {
  border-bottom: 3px solid;
  line-height: 25px;
}
.nav-tab-pills-image ul li .nav-link i {
  display: block;
}
.nav-tab-pills-image ul li .nav-link.active {
  line-height: 25px;
}
.nav-tab-pills-image ul .nav-item + .nav-item {
  margin-left: 15px;
}

.nav-tab-inverse ul {
  border-bottom: none;
}
.nav-tab-inverse ul li {
  padding-left: 0;
}
.nav-tab-inverse ul li .nav-link {
  font-size: 15px;
}
.nav-tab-inverse ul li .nav-link.active,
.nav-tab-inverse ul li .nav-link.active:hover,
.nav-tab-inverse ul li .nav-link.active:focus,
.nav-tab-inverse ul li .nav-link:hover,
.nav-tab-inverse ul li .nav-link:focus {
  border-top: 3px solid;
  -webkit-border-top-right-radius: 0px;
  -moz-border-top-right-radius: 0px;
  -ms-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-top-left-radius: 0px;
  -ms-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  margin-top: -2px;
}
.nav-tab-inverse ul .nav-item + .nav-item {
  margin-left: 15px;
}

.nav-tab-bottom-inverse ul {
  border-bottom: none;
  border-top: 1px solid #dddddd;
}
.nav-tab-bottom-inverse ul li {
  padding-left: 0;
}
.nav-tab-bottom-inverse ul li .nav-link {
  font-size: 15px;
}
.nav-tab-bottom-inverse ul .nav-item + .nav-item {
  margin-left: 15px;
}

.card-accordions .card-header {
  width: 100%;
}
.card-accordions .card-header .card-title:before {
  font-family: ElegantIcons;
  content: "L";
  position: absolute;
  top: 12px;
  right: 30px;
}
.card-accordions .card-header .card-title:after {
  font-family: ElegantIcons;
  content: "K";
  position: absolute;
  top: 12px;
  right: 30px;
}
.card-accordions .card:last-child {
  margin-bottom: 0;
}

.default-accordions .card {
  border: none;
}

#accordionbg .card-header .card-title {
  color: #ffffff;
}

.color-accordions .primary-card .card-header .card-title {
  color: #ffffff;
}
.color-accordions .primary-card .card-block {
  color: #ffffff;
}
.color-accordions .success-card .card-header {
  background-color: #5cb85c;
}
.color-accordions .success-card .card-header .card-title {
  color: #ffffff;
}
.color-accordions .success-card .card-block {
  background-color: #5cb85c;
  color: #ffffff;
}
.color-accordions .warning-card .card-header {
  background-color: #f0ad4e;
}
.color-accordions .warning-card .card-header .card-title {
  color: #ffffff;
}
.color-accordions .warning-card .card-block {
  background-color: #f0ad4e;
  color: #ffffff;
}

/*----------------------------------------------

END TABS ACCORDIONS

------------------------------------------------*/
/*---- START TABS ACCORDIONS RESPONSIVE ----*/
@media (max-width: 767px) {
  .card-header h5 {
    font-size: 18px;
  }

  #home8 img {
    margin-top: 15px;
  }
}
@media (max-width: 479px) {
  .nav-tab-horizontal-right .nav-link,
  .nav-tab-horizontal .nav-link,
  .nav-tab-pills-image .nav-link,
  .nav-tab-inverse .nav-link,
  .nav-tab-bottom-inverse .nav-link {
    padding: 8px 7px;
  }

  .card-header .card-title::after,
  .card-header .card-title::before {
    right: 15px;
  }

  .nav-tab-pills-image .pills-height {
    height: 215px;
    overflow: auto;
  }
}
/*---- END TABS ACCORDIONS RESPONSIVE ----*/
/*----------------------------------------------

START INVOICE-PAGE

------------------------------------------------*/
.address-detail {
  margin: 10px 0;
}

.invoice-total {
  padding-right: 15px;
}

.btn-invoice button i {
  margin-right: 5px;
  font-style: normal;
}

.invoice-top-box {
  border: solid 1px #cccccc;
  border-right: none;
  min-height: 150px;
  padding-top: 15px;
}
.invoice-top-box:last-child {
  border-right: 1px solid #cccccc;
}

/*----------------------------------------------

END INVOICE-PAGE

------------------------------------------------*/
/*---- START INVOICE-PAGE RESPONSIVE ----*/
@media (max-width: 1199px) {
  .invoice-top-box {
    min-height: 208px;
  }
}
@media (max-width: 991px) {
  .invoice-top-box {
    border-bottom: medium none;
    border-right: 1px solid #cccccc;
    min-height: 145px;
    float: left;
    width: 100%;
  }

  .invoice-top-box:last-child {
    border-bottom: 1px solid #cccccc;
  }
}
/*---- END INVOICE-PAGE RESPONSIVE ----*/
/*----------------------------------------------

PAGINATION PAGE STYLE

------------------------------------------------*/
/* START PAGINATION ROUND CSS */
.rounded-admin
  #pagination1
  .pagination
  .page-item:first-child
  .pagination_link.flat-buttons,
.rounded-admin
  #pagination-size1
  .pagination
  .page-item:first-child
  .pagination_link.flat-buttons,
.rounded-admin
  #pagination-disabled1
  .pagination
  .page-item:first-child
  .pagination_link.flat-buttons,
.rounded-admin
  #pagination-other1
  .pagination
  .page-item:first-child
  .pagination_link.flat-buttons {
  border-radius: 0 0px 0px 0;
}
.rounded-admin
  #pagination1
  .pagination
  .page-item:last-child
  .pagination_link.flat-buttons,
.rounded-admin
  #pagination-size1
  .pagination
  .page-item:last-child
  .pagination_link.flat-buttons,
.rounded-admin
  #pagination-disabled1
  .pagination
  .page-item:last-child
  .pagination_link.flat-buttons,
.rounded-admin
  #pagination-other1
  .pagination
  .page-item:last-child
  .pagination_link.flat-buttons {
  border-radius: 0px 0 0 0px;
}
.rounded-admin
  #pagination1
  .pagination_with_round
  .pagination
  .page-item:first-child
  .pagination_link.flat-buttons,
.rounded-admin
  #pagination-size1
  .pagination_with_round
  .pagination
  .page-item:first-child
  .pagination_link.flat-buttons,
.rounded-admin
  #pagination-disabled1
  .pagination_with_round
  .pagination
  .page-item:first-child
  .pagination_link.flat-buttons,
.rounded-admin
  #pagination-other1
  .pagination_with_round
  .pagination
  .page-item:first-child
  .pagination_link.flat-buttons {
  border-radius: 0;
}
.rounded-admin
  #pagination1
  .pagination_with_round
  .pagination
  .page-item:last-child
  .pagination_link.flat-buttons,
.rounded-admin
  #pagination-size1
  .pagination_with_round
  .pagination
  .page-item:last-child
  .pagination_link.flat-buttons,
.rounded-admin
  #pagination-disabled1
  .pagination_with_round
  .pagination
  .page-item:last-child
  .pagination_link.flat-buttons,
.rounded-admin
  #pagination-other1
  .pagination_with_round
  .pagination
  .page-item:last-child
  .pagination_link.flat-buttons {
  border-radius: 0;
}
.rounded-admin .Js_pagination {
  border-radius: 0;
}
.rounded-admin .Js_pagination a.previous.flat-buttons {
  border-radius: 0 0px 0px 0;
}
.rounded-admin .Js_pagination a.next.flat-buttons {
  border-radius: 0px 0 0 0px;
}
.rounded-admin .pagination_last_next_button.Js_pagination a.first.flat-buttons {
  border-radius: 0 0px 0px 0;
}
.rounded-admin .pagination_last_next_button.Js_pagination a.last.flat-buttons {
  border-radius: 0px 0 0 0px;
}
.rounded-admin
  .pagination_last_next_button.Js_pagination
  a.previous.flat-buttons {
  border-radius: 0px;
}
.rounded-admin .pagination_last_next_button.Js_pagination a.next.flat-buttons {
  border-radius: 0px;
}

/* END PAGINATION ROUND CSS */
.pagination_main .pagination {
  margin: 0;
}

.page-item {
  padding: 0;
}
.page-item.active .page-link:focus {
  color: #ffffff;
}
.page-item.active .page-link:hover {
  color: #ffffff;
}

.page-link:focus {
  color: #ffffff;
}
.page-link:hover {
  color: #ffffff;
}

.pagination-lg .page-link {
  padding: 12px 20px;
}
.pagination-lg .page-item:first-child .page-link {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.pagination-lg .page-item:last-child .page-link {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.pagination-sm .page-item:first-child .page-link {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.pagination-sm .page-item:last-child .page-link {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.page-item:first-child .page-link {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.page-item:last-child .page-link {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.pagination_with_gap .pagination_link {
  margin-right: 5px;
  padding: 5px 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.pagination_with_round .pagination_link {
  margin-right: 7px;
  padding: 5px 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.pagination_with_round .page-item:first-child .page-link {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.pagination_with_round .page-item:last-child .page-link {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.pagination_without_border .pagination_link {
  border: none;
}

.pagination_with_button .pagination_link {
  padding: 8px 17px;
}

.page-item.disabled .page-link {
  pointer-events: visible;
}
.page-item.disabled .page-link:focus {
  pointer-events: visible;
}
.page-item.disabled .page-link:hover {
  pointer-events: visible;
}

.Js_pagination {
  border: 1px solid #d7d7d7;
}
.Js_pagination a {
  color: #ffffff;
}
.Js_pagination a.disabled {
  color: #ffffff;
}
.Js_pagination a.disabled:hover,
.Js_pagination a.disabled:focus,
.Js_pagination a.disabled:active {
  color: #ffffff;
}
.Js_pagination a:hover,
.Js_pagination a:focus,
.Js_pagination a:active {
  color: #ffffff;
}

.gigantic.Js_pagination {
  margin: 0;
}
.gigantic.Js_pagination input {
  width: 150px;
  font-size: 14px;
  height: 35px;
}
.gigantic.Js_pagination a {
  height: 35px;
  width: 30px;
  font-size: 30px;
  line-height: 30px;
}

.pagination_last_next_button.gigantic.Js_pagination {
  margin: 0;
}
.pagination_last_next_button.gigantic.Js_pagination input {
  width: 150px;
  font-size: 14px;
  height: 35px;
}
.pagination_last_next_button.gigantic.Js_pagination a {
  height: 35px;
  width: 30px;
  font-size: 30px;
  line-height: 30px;
}

.Js_pagination {
  float: left;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.Js_pagination a {
  display: block;
  float: left;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  outline: none;
  vertical-align: middle;
}

.Js_pagination a:first-child {
  border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px 0 0 2px;
}

.Js_pagination a:last-child {
  border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0 2px 2px 0;
}

.Js_pagination a:first-child {
  border: none;
}

.Js_pagination a:last-child {
  border: none;
}

.Js_pagination input {
  border: none;
  float: left;
  text-align: center;
  height: 20px;
  outline: none;
  vertical-align: middle;
  width: 120px;
  padding: 0;
  margin: 0;
}

/*----------------------------------------------

END PAGINATION PAGE STYLE

------------------------------------------------*/
/*---- START RESPONSIVE ----*/
@media (max-width: 1366px) {
  .pagination-lg .page-link {
    padding: 10px 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1700px) {
  .pagination_block {
    width: 50%;
  }

  .pagination_spacing {
    height: 25px;
    clear: both;
  }
}
@media (max-width: 1199px) {
  .pagination-lg .page-link {
    padding: 6px 9px;
  }

  .pagination_link {
    padding: 5px 10px;
  }

  .pagination-sm .page-link {
    padding: 3px 8px;
  }
}
/*-- FOR TABLET WIDTH --*/
@media (max-width: 991px) {
  .pagination_link {
    padding: 8px 15px;
  }

  .pagination_with_gap .pagination_link {
    padding: 3px 12px;
  }

  .pagination_with_round .pagination_link {
    margin-right: 10px;
    padding: 3px 12px;
  }

  .pagination_with_button .pagination_link {
    padding: 5px 15px;
  }

  .pagination-lg .page-link {
    padding: 12px 20px;
  }

  .pagination-sm .page-link {
    padding: 5px 12px;
  }
}
@media (max-width: 479px) {
  .pagination_link {
    padding: 6px 12px;
  }

  .pagination-lg .page-link {
    padding: 6px 12px;
  }

  .pagination-sm .page-link {
    padding: 5px 10px;
  }

  .pagination_with_gap .pagination_link {
    padding: 2px 12px;
  }

  .pagination_with_round .pagination_link {
    margin-right: 6px;
    padding: 3px 12px;
  }

  .pagination_with_button .pagination_link {
    padding: 4px 10px;
  }

  .pagination_last_next_button.gigantic.Js_pagination input {
    width: 100px;
  }
}
/*---- END RESPONSIVE ----*/
/*----------------------------------------------

START USERLIST

------------------------------------------------*/
.userlist-content .search_form {
  margin: 0;
}
.userlist-content .userlist-box {
  margin: 20px 0 0 0;
  overflow: visible;
  border: none;
  padding: 30px 15px;
}
.userlist-content .userlist-box .image-userlist {
  background: #ffffff;
  width: 125px;
  margin: auto;
}
.userlist-content .userlist-box .image-userlist img {
  transition: all 0.3s ease;
  padding: 3px;
  box-shadow: 0 0 15px #ccc;
}
.userlist-content .userlist-box .border-userlist {
  width: 50px;
  margin: 3px auto 10px auto;
}
.userlist-content .userlist-box .name-userlist {
  margin: 0;
  padding-top: 10px;
}
.userlist-content .userlist-box .post-userlist {
  padding-bottom: 5px;
  margin: 0;
  color: #999999;
  font-size: 13px;
  line-height: 18px;
}
.userlist-content .userlist-box:hover .image-userlist img {
  padding: 3px;
  box-shadow: 0 0 15px #ccc;
}

.overlay-userlistNav {
  height: 100%;
  width: 300px;
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  margin-right: -300px;
  background: #ffffff;
  overflow-x: hidden;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) -2px 0 4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) -2px 0 4px;
  box-shadow: rgba(0, 0, 0, 0.4) -2px 0 4px;
  transition: 0.5s;
}
.overlay-userlistNav .overlay-content-userlistNav {
  position: relative;
  top: 0%;
  width: 100%;
  padding-bottom: 20px;
  z-index: 0;
}
.overlay-userlistNav .overlay-content-userlistNav .user-overlay-img {
  width: 300px;
  overflow: hidden;
}
.overlay-userlistNav .overlay-content-userlistNav .user-overlay-img img {
  width: 100%;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.overlay-userlistNav .overlay-content-userlistNav .hover-user-box {
  position: absolute;
  top: 0;
  width: 100%;
}
.overlay-userlistNav .overlay-content-userlistNav .hover-user-box .user-box {
  display: table;
  height: 300px;
  margin: 0 auto;
}
.overlay-userlistNav
  .overlay-content-userlistNav
  .hover-user-box
  .user-box
  .user-inner-box {
  display: table-cell;
  vertical-align: middle;
}
.overlay-userlistNav
  .overlay-content-userlistNav
  .hover-user-box
  .user-box
  .user-inner-box
  .post-userlist {
  color: #ffffff;
}
.overlay-userlistNav
  .overlay-content-userlistNav
  .hover-user-box
  .user-box
  .user-inner-box
  .image-userlist
  img {
  box-shadow: 0 0 15px #ccc;
  padding: 3px;
}
.overlay-userlistNav
  .overlay-content-userlistNav
  .hover-user-box
  .user-box
  .user-inner-box
  .border-userlist {
  border-top: 3px solid #ffffff;
}
.overlay-userlistNav
  .overlay-content-userlistNav
  .hover-user-box
  .user-box
  .user-inner-box
  .name-userlist {
  color: #ffffff;
}
.overlay-userlistNav .closeUserlist {
  position: absolute;
  color: #ffffff;
  font-size: 25px;
  z-index: 999999;
  right: 20px;
  top: 10px;
}
.overlay-userlistNav .detail-userlist {
  padding: 20px;
}
.overlay-userlistNav .detail-userlist .detail-profile {
  background: none;
  padding-left: 0;
}
.overlay-userlistNav .detail-userlist .edit-profile {
  margin: 10px 0 0 15px;
}
.overlay-userlistNav .user-name-profile .left-name-profile {
  width: 100%;
}
.overlay-userlistNav .user-name-profile .detail-profile {
  width: 100%;
}
.overlay-userlistNav .user-name-profile .userlist-group .edit-input {
  border-radius: 3px;
  width: 100%;
  font-size: 15px;
  padding: 5px 10px;
  margin-top: 10px;
}
.overlay-userlistNav .user-name-profile .userlist-group .edit-textarea {
  height: 50px;
}

.open-userlist-section {
  margin-right: 0;
}

.info-userlist .userlist-group {
  display: none;
  margin: 0;
}

.info-userlist.active .userlist-group {
  display: block;
}

.info-userlist.active .detail-profile {
  display: none;
}

/* MATERIALS USERLIST */
.rounded-admin
  .overlay-userlistNav
  .user-name-profile
  .userlist-group
  .edit-input {
  border-radius: 0px;
}

@media screen and (max-height: 450px) {
  .overlay-userlistNav a {
    font-size: 20px;
  }

  .overlay-userlistNav .closeUserlist {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
/*----------------------------------------------

END USERLIST

------------------------------------------------*/
/*----------------------------------------------

START GOOGLE MAPS

------------------------------------------------*/
.map-size {
  width: 100%;
  height: 350px;
}

.overlay-map {
  color: #ffffff;
  font-size: 30px;
  line-height: 60px;
  opacity: 0.8;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  box-shadow: 2px 2px 10px #333333;
  padding: 0 15px;
}

.overlay_arrow-map {
  left: 50%;
  margin-left: -16px;
  width: 0;
  height: 0;
  position: absolute;
}

.overlay_arrow-map.above {
  bottom: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
}

.map-text-hide {
  display: none;
}

.map-button {
  margin-bottom: 15px;
}

/*----------------------------------------------

END GOOGLE MAPS

------------------------------------------------*/
/*---- START GOOGLE MAPS RESPONSIVE ----*/
@media (max-width: 1366px) {
  .map-search input {
    width: 93%;
  }
}
@media (max-width: 479px) {
  .map-size {
    height: 250px;
  }
}
/*---- END GOOGLE MAPS RESPONSIVE ----*/
/*----------------------------------------------

START GRID

------------------------------------------------*/
.table.table-grid-options th {
  color: #ffffff;
  border-bottom-width: 1px;
}
.table.table-grid-options th small {
  color: #ffffff;
  font-size: 90%;
}

.table.table-grid-options td {
  border: none;
}

.grid-column {
  background: #f5f5f5;
  padding: 10px;
  margin-top: 10px;
}

.grid-code-view {
  overflow-y: auto;
  border-color: #ccc;
}

.content-grid .pre-code {
  margin-top: 15px;
}
.content-grid .table-responsive table {
  margin-bottom: 0;
}

.pre-code {
  background: #f5f5f5;
  border: 1px dotted #cccccc;
}
.pre-code pre {
  overflow-y: auto;
  white-space: pre-wrap;
}

/*----------------------------------------------

END GRID

------------------------------------------------*/
/*---- START GRID RESPONSIVE ----*/
@media (max-width: 479px) {
  #content-wrapper .content-grid .heading-content h6 {
    padding-bottom: 0;
    padding-top: 10px;
  }
}
/*---- END GRID RESPONSIVE ----*/
/*----------------------------------------------

START CONTACT-PAGE

------------------------------------------------*/
.contact-box {
  padding: 20px;
  margin: 0 0 20px 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px;
  overflow: hidden;
}
.contact-box .contact-image {
  margin: auto;
}
.contact-box .contact-name {
  padding-bottom: 5px;
}
.contact-box .contact-data {
  padding-bottom: 7px;
  color: #999999;
  line-height: 18px;
}
.contact-box .contact-data.fonts-sm {
  font-size: 14px;
  padding-top: 3px;
}

.view-contact-detail .contact-name .name span {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
}
.view-contact-detail span {
  color: #999999;
}
.view-contact-detail .contact-detail-icon {
  font-style: normal;
  font-size: 13px;
  vertical-align: middle;
}
.view-contact-detail .contact-detail-list {
  padding: 0;
}
.view-contact-detail .contact-detail-list li {
  list-style: none;
  line-height: 21px;
  padding: 0;
}
.view-contact-detail .right-detail {
  padding-left: 10px;
  width: 94%;
}

.contact-info .form-group {
  display: none;
  margin-bottom: 7px;
}
.contact-info.active .form-group {
  display: block;
}
.contact-info.active span {
  display: none;
}
.contact-info.active .contact-detail-icon {
  line-height: 33px;
}

.contact-close {
  line-height: 38px;
}

.contact-input {
  width: 100%;
  padding: 5px 10px;
  line-height: 24px;
  font-size: 14px;
  color: #999999;
  border: 1px solid #cccccc;
}

.contact-follow .profile-icon a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.add-contact {
  width: 70%;
}

.btn-file {
  width: 100%;
  padding: 15px;
}
.btn-file input[type="file"] {
  position: absolute;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  display: block;
  bottom: 7px;
  left: 0;
  max-width: 100%;
  padding: 0 15px;
  cursor: pointer;
}

.input-spacing {
  margin-bottom: 7px;
}

.add-contact-form .form-group {
  overflow: hidden;
  margin-bottom: 7px;
}
.add-contact-form label {
  width: 23%;
  font-weight: 700;
  line-height: 33px;
}
.add-contact-form input {
  width: 77%;
}
.add-contact-form textarea {
  width: 77%;
}
.add-contact-form .add-contact-btn {
  margin-top: 10px;
}

/*----------------------------------------------

END CONTACT-PAGE

------------------------------------------------*/
/*---- START CONTACT-PAGE RESPONSIVE ----*/
@media (max-width: 1366px) {
  .contact-box div[class*="col-"] {
    width: 100%;
    text-align: center !important;
  }
  .contact-box div[class*="col-"] .contact-image {
    width: 100px;
  }

  .contact-follow .profile-icon {
    padding-bottom: 10px;
  }
}
@media (max-width: 1199px) {
  .contact-follow .profile-icon a {
    width: 27px;
    height: 27px;
    line-height: 27px;
    margin-right: 2px;
  }

  .add-contact {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .contact .content {
    margin: 10px 0;
  }
  .contact .add-contact-btn {
    padding-right: 10px;
  }
}
@media (min-width: 1367px) and (max-width: 1670px) {
  .contact-box div[class*="col-"] {
    width: 100%;
    text-align: center !important;
  }
  .contact-box div[class*="col-"] .contact-image {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .add-contact-form label {
    width: 100%;
  }
  .add-contact-form input {
    width: 100%;
  }
  .add-contact-form textarea {
    width: 100%;
  }

  .add-contact .upload-img {
    width: 50%;
    margin: auto;
  }

  .contact-info .image-view {
    width: 50%;
    margin: auto;
  }
}
@media (max-width: 479px) {
  .add-contact .upload-img {
    width: 100%;
  }

  .contact-info .image-view {
    width: 100%;
  }
}
/*---- END CONTACT-PAGE RESPONSIVE ----*/
/*----------------------------------------------

MAIL-BOX PAGE STYLE

------------------------------------------------*/
/*---- START MAIL-BOX BUTTONS ROUNDED  ----*/
.rounded-admin .mailbox_refresh,
.rounded-admin .mail_trash {
  border-radius: 0px;
}
.rounded-admin .mailbox_refresh:hover,
.rounded-admin .mail_trash:hover {
  border-radius: 0px;
}
.rounded-admin .badge {
  border-radius: 0px;
}
.rounded-admin .compose_btn label {
  border-radius: 0px;
}
.rounded-admin .mail_search {
  border-radius: 0;
}
.rounded-admin .mail_search .input-group input {
  background: none;
  padding: 0 10px;
}
.rounded-admin .mail_btn .mail_compose_btn {
  border-radius: 0;
}
.rounded-admin .mail_btn .mail_compose_btn:hover {
  border-radius: 0;
}
.rounded-admin
  .wrapper
  .mail_pagination
  .pagination
  .page-item:first-child
  .pagination_link.flat-buttons:hover {
  border-radius: 0 0px 0px 0;
}
.rounded-admin
  .wrapper
  .mail_pagination
  .pagination
  .page-item:last-child
  .pagination_link.flat-buttons:hover {
  border-radius: 0px 0 0 0px;
}
.rounded-admin
  .mail_view_pagination
  .pagination
  li.page-item:first-child
  .page-link {
  border-radius: 25px 0 0 25px;
}
.rounded-admin
  .mail_view_pagination
  .pagination
  li.page-item:last-child
  .page-link {
  border-radius: 0 25px 25px 0;
}

/*---- END MAIL-BOX BUTTONS ROUNDED  ----*/
.mailbox_main .content {
  padding: 0;
  margin: 20px 0 20px 0;
  position: relative;
}
.mailbox_main .right_sidebar_contain {
  border-left: 1px solid #dedcdc;
  padding: 10px 0;
}
.mailbox_main .right_sidebar_contain .mailbox_nav_bar {
  display: table;
  padding: 0 20px 10px 20px;
}
.mailbox_main .mailbox-header {
  padding: 20px;
  border-bottom: 1px solid #cccccc;
}
.mailbox_main .mailbox-header .inbox-left img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.mailbox_main .mailbox-header .right-mailbox {
  padding-left: 15px;
}
.mailbox_main .mailbox-header .right-mailbox h3 {
  font-size: 15px;
  line-height: 15px;
  padding-bottom: 5px;
  color: #333333;
}
.mailbox_main .mailbox-header .right-mailbox h4 {
  font-size: 13px;
  line-height: 14px;
  font-weight: normal;
  color: #999999;
}
.mailbox_main .mailbox-contain {
  overflow: hidden;
}
.mailbox_main .mailbox-contain .box {
  padding: 0;
  margin: 0 0 0 15px;
}
.mailbox_main .mailbox-contain .box .small {
  border: none;
  border-radius: 0;
}
.mailbox_main .mailbox-contain .box .small span {
  color: #ffffff;
}

.mail_check {
  display: inline-block;
  padding-top: 7px;
  margin-top: 0;
}
.mail_check p {
  display: inline-block;
  line-height: 20px;
  padding-bottom: 0;
  margin-left: 5px;
}

a.mailbox_refresh {
  float: left;
  color: #ffffff;
  display: inline-block;
  height: 30px;
  line-height: 32px;
  padding: 0;
  text-align: center;
  width: 30px;
  font-size: 12px;
  margin-left: 15px;
}
a.mailbox_refresh:hover,
a.mailbox_refresh:focus {
  color: #ffffff;
}

.mail_view_xs a.mailbox_refresh {
  margin-right: 15px;
  margin-left: 0;
}

.mailbox_drop_down {
  float: left;
  display: inline-block;
  margin: 0 7px 0 20px;
}

.mail_setting.mailbox_drop_down {
  display: inline-block;
  margin: 0 0 0 5px;
}

.mailbox_drop_down ul {
  padding: 0;
}
.mailbox_drop_down ul li {
  padding: 0;
}
.mailbox_drop_down ul li a {
  display: block;
  padding: 3px 0 3px 10px;
  font-size: 14px;
}
.mailbox_drop_down ul li a:hover {
  background: #eeeeee;
}

.mail_search {
  width: 215px;
  display: inline-block;
  border: 1px solid #cccccc;
  vertical-align: middle;
}
.mail_search input {
  border: none;
  line-height: 0px;
  padding: 7px;
  font-size: 15px;
}
.mail_search span {
  border: none;
  background: #ffffff;
}
.mail_search .search_icon {
  background: none;
  border: none;
  cursor: pointer;
}

.mailbox_right_contain table tr td:first-child {
  padding-left: 20px;
}
.mailbox_right_contain table tr td:last-child {
  padding-right: 20px;
  padding-top: 20px;
}
.mailbox_right_contain table tr td {
  border: none;
}
.mailbox_right_contain table tr:hover {
  background: #eeeeee;
}

.mailbox_sidebar_contain {
  list-style-type: none;
  padding: 0;
}
.mailbox_sidebar_contain li {
  transition: all 0.4s ease;
  padding: 0;
  position: relative;
}
.mailbox_sidebar_contain li a {
  display: block;
  padding: 8px 10px;
  border: none;
}
.mailbox_sidebar_contain li a span {
  margin-right: 10px;
}
.mailbox_sidebar_contain li a .tag.square-tag {
  margin-left: 5px;
}
.mailbox_sidebar_contain li a:hover {
  background: #eeeeee;
  transition: all 0.4s ease;
}
.mailbox_sidebar_contain li a:hover,
.mailbox_sidebar_contain li a:focus {
  border: none;
}
.mailbox_sidebar_contain li.active {
  background: #eeeeee;
  transition: all 0.4s ease;
}
.mailbox_sidebar_contain span.badge {
  margin-top: 2px;
}

.left-bottom-mail {
  padding: 10px;
}
.left-bottom-mail h2 {
  font-size: 15px;
  font-weight: 700;
}
.left-bottom-mail .mailbox-label {
  padding: 0;
}
.left-bottom-mail .mailbox-label li {
  list-style-type: none;
  margin-bottom: 5px;
}
.left-bottom-mail .mailbox-label li a {
  border: none;
}
.left-bottom-mail .mailbox-label li a span {
  height: 15px;
  width: 15px;
  margin-top: 6px;
}

.xs-selectbox .nice-select .list {
  right: 0;
  left: auto;
}

.mailbox_nav_bar .nice-select:after {
  margin-top: -2px;
}
.mailbox_nav_bar .nice-select.small {
  height: 30px;
  line-height: 30px;
}

.badge {
  padding: 0 5px;
  background: #c1c1c1;
  margin-right: 15px;
  position: absolute;
  top: 6px;
  right: 0;
}

span.bg-sitecolor {
  background: #0f5b00;
}

.mail-box a:not(.btn-primary):not(.page-link) {
  border: none;
}
.mail-box a:not(.btn-primary):not(.page-link):hover,
.mail-box a:not(.btn-primary):not(.page-link):focus {
  border: none !important;
}

.mail_table {
  margin-bottom: 0;
  width: 100%;
  color: #777777;
}
.mail_table .checkbox-squared {
  margin-top: 12px;
}
.mail_table tr {
  border-bottom: 1px solid #e9e9e9;
}
.mail_table tr:last-child {
  border-bottom: none;
}
.mail_table tr.active-table {
  background: #eeeeee;
}
.mail_table tr.active-table .mail_title {
  font-weight: normal;
}
.mail_table tr.active-table .user-name-mail {
  font-weight: normal;
}
.mail_table .inbox-left img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 2px 0 0 0;
}
.mail_table .user-name-mail {
  color: #333333;
  padding: 13px 0 0 20px;
  font-size: 15px;
  font-weight: 700;
}

.mail_message .main-title-mailbox {
  display: inline-block;
  width: 77%;
}
.mail_message a {
  border-bottom: none;
}
.mail_message a span {
  display: block;
  color: #777777;
}
.mail_message a:hover,
.mail_message a:focus {
  border-bottom: none;
}
.mail_message .square-tag {
  margin: 3px 0 0 5px;
  color: #ffffff;
}
.mail_message .des-mail-box {
  float: left;
  width: 100%;
}

.mail_favorite {
  padding: 0 14px 0 7px;
}
.mail_favorite a {
  font-size: 14px;
  padding-top: 14px;
  padding-left: 0;
  float: left;
  color: #f2784b;
}
.mail_favorite a:hover {
  color: #f2784b;
}
.mail_favorite a.rated i:before {
  content: "\e033";
}

.mail_link a {
  font-size: 18px;
  color: #777777;
}
.mail_link a i {
  line-height: 40px;
}

.mail_pagination {
  border-top: 1px solid #dedcdc;
  width: 100%;
}
.mail_pagination .pagination {
  margin-bottom: 0;
  margin-right: 15px;
}
.mail_pagination .pagination li a {
  height: 35px;
  width: 35px;
  padding: 0;
  line-height: 33px;
  text-align: center;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: none;
}

.mailbox_main .sidebar_block .sidebar_contain {
  display: block;
  background: #ffffff;
}

.mail-toggle {
  display: none;
  width: 100%;
  padding: 8px;
  margin: 10px 0 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  padding-left: 10px;
  font-size: 16px;
  line-height: 22px;
}
.mail-toggle span {
  font-size: 25px;
  margin-right: 10px;
}

.mail_message a span {
  font-size: 12px;
}
.mail_message a span.mail_title {
  color: #333;
  font-size: 14px;
  padding-left: 0;
  font-weight: 700;
}

/*---- START-MAIL-DRAFT-STYLE ----*/
.mail_message_draft .mail_desc {
  padding-left: 43px;
}

.mail_draft {
  padding: 10px 7px 0 10px;
  display: inline-block;
  float: left;
  color: #d9534f;
}

/*---- END-MAIL-DRAFT-STYLE ----*/
/*---- START-MAIL-VIEW-STYLE ----*/
.mail_view_title {
  border-bottom: 1px solid #dedcdc;
}
.mail_view_title span {
  display: inline-block;
  margin-right: 5px;
  font-weight: bold;
}
.mail_view_title p {
  line-height: 20px;
}
.mail_view_title h6 {
  line-height: 20px;
  margin: 0 0 2px 67px;
  font-size: 14px;
}

.reply_massage {
  font-size: 12px;
}

.mail_massage {
  float: left;
  width: 100%;
  padding: 20px 0;
}
.mail_massage p {
  padding-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
}
.mail_massage ul {
  padding: 5px 0 0 35px;
}
.mail_massage ul li {
  padding-bottom: 5px;
  font-size: 12px;
  line-height: 20px;
}
.mail_massage .blockquote {
  margin: 10px 0 10px 0;
  border-color: #c1c1c1;
}

.mail_attachments {
  clear: both;
  font-size: 16px;
}
.mail_attachments i {
  line-height: 20px;
  margin-right: 5px;
  margin-bottom: 15px;
}
.mail_attachments span {
  color: #7d7d7d;
}
.mail_attachments h6 {
  margin-top: 5px;
  text-align: left;
  margin-left: -15px;
  font-size: 13px;
}
.mail_attachments .mail_attachments_img {
  margin: 0px;
  margin-left: -15px;
}
.mail_attachments .mail_attachments_img img {
  border: 5px solid #c1c1c1;
}

.right-sidebar_block {
  border-left: 1px solid #dedcdc;
  padding: 10px 20px;
}
.right-sidebar_block .inbox-left {
  margin-right: 15px;
}
.right-sidebar_block .inbox-left img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.mail_trash {
  color: #ffffff !important;
  display: inline-block;
  height: 30px;
  line-height: 33px;
  padding: 0;
  text-align: center;
  width: 30px;
  margin: 0px 3px;
}
.mail_trash:hover,
.mail_trash:focus {
  color: #ffffff;
}

.mailbox_main .mail_back {
  display: inline-block;
  padding: 4px 5px;
  font-size: 20px;
  line-height: 15px;
}

.mail_view_pagination {
  display: inline-block;
}
.mail_view_pagination .pagination {
  margin: 0;
}
.mail_view_pagination .pagination li {
  line-height: normal;
}
.mail_view_pagination .pagination li .pagination_link {
  padding: 0px;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 32px;
  font-size: 21px;
}

.mail_reply_button {
  margin-top: 20px;
}

.mail_reply_btn i {
  margin-right: 5px;
}

.mail_view_block .mailbox_refresh {
  height: 35px;
}

/*---- END-MAIL-DRAFT-STYLE ----*/
/*---- START-MAIL-REPLAY-STYLE ----*/
.reply_to {
  padding: 20px 0;
}
.reply_to span {
  display: inline-block;
  margin-right: 10px;
  line-height: 20px;
  font-size: 16px;
}
.reply_to input {
  border: none;
  width: 300px;
  border-bottom: 1px solid #c1c1c1;
}

.reply_bottom {
  padding: 20px 0;
}

.reply_massage .note-editor.note-frame {
  padding: 5px;
}

.reply_massage .btn-group .btn {
  background: #eeeeee;
  border-color: #c1c1c1;
}

.reply_main_block {
  height: 0;
  overflow: hidden;
}

.show_relpy {
  height: auto;
  margin-top: 20px;
  border-top: 1px solid #c1c1c1;
}

/*---- END-MAIL-REPLAY-STYLE ----*/
/*---- START-MAIL-FORWARD-STYLE ----*/
.forward_block {
  height: 0;
  overflow: hidden;
}

.show_forward {
  height: auto;
  margin-top: 20px;
  border-top: 1px solid #c1c1c1;
}

/*---- END-MAIL-FORWARD-STYLE ----*/
/*---- START-COMPOSE-STYLE ----*/
.mail_compose_main {
  max-width: 550px;
}

.compose_title span {
  line-height: 28px;
  width: 60px;
}
.compose_title input {
  border: none;
  border-bottom: 1px solid #c1c1c1;
  margin-bottom: 10px;
  width: 300px;
}
.compose_title .compose_subject input {
  margin-left: 0;
}

.compose_message {
  margin-top: 20px;
}

.compose_btn {
  margin-top: 20px;
  border-top: 1px solid #c1c1c1;
  padding-top: 20px;
}
.compose_btn label.btn {
  padding: 0;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 31px;
}
.compose_btn button {
  float: left;
  margin-right: 10px;
  font-size: 12px;
  height: 30px;
  padding: 0;
  width: 50px;
  text-align: center;
}

.mail_compose_main {
  position: fixed;
  bottom: 0px;
  right: 50px;
  z-index: 9;
  display: none;
}
.mail_compose_main .content {
  padding: 20px;
  margin: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.note-editor.note-frame .note-editing-area .note-editable {
  min-height: 300px;
}

.compose_message .btn-group .btn {
  background: #eeeeee;
  border-color: #c1c1c1;
}

.compose_btn input {
  display: none;
}

.mail_compose_main .compose_close {
  color: #ffffff;
  padding: 0;
  text-align: center;
  width: 25px;
  height: 25px;
  line-height: 28px;
  font-size: 20px;
}
.mail_compose_main .compose_close:hover {
  color: #ffffff;
}

.des-draft {
  clear: both;
}

.draft-title {
  float: left;
}
.draft-title .tag {
  color: #ffffff;
  margin: 3px 0 0 5px;
}

/*---- END-COMPOSE-STYLE ----*/
/*----------------------------------------------

END MAIL-BOX PAGE STYLE

------------------------------------------------*/
/*---- START RESPONSIVE ----*/
@media (min-width: 1367px) and (max-width: 1599px) {
  .wrapper .mail_message a span {
    white-space: normal;
  }
}
@media (max-width: 1366px) {
  .mail_link {
    position: absolute;
    float: left;
    right: 100px;
  }

  .mail-time {
    position: absolute;
    right: 0;
  }

  /* MAIL-DRAFT */
  .mail_message_draft .mail_desc {
    padding-left: 43px;
  }

  /* MAIL-VIEW */
  .mail_attachments h6 {
    font-size: 15px;
  }

  /* MAIL COMPOSE */
  .mail_compose_main {
    max-width: 45%;
    right: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1669px) {
  .mail_message .main-title-mailbox {
    width: 70%;
  }
  .mail_message a span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .mail_message a .draft-title span {
    width: auto;
  }
  .mail_message span.des-mail-box {
    width: 80%;
    clear: both;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (max-width: 1199px) {
  .mail_setting.mailbox_drop_down button {
    font-size: 14px;
  }

  .mail_message .square-tag {
    margin-left: 0;
  }

  .mailbox_drop_down {
    margin: 0 7px 0 15px;
  }
  .mailbox_drop_down button {
    font-size: 14px;
  }

  .mail_search input {
    padding: 0 0 0 10px;
    line-height: 34px;
  }
  .mail_search .search_icon {
    padding: 0 10px;
    line-height: 20px;
  }

  .mailbox_refresh {
    height: 36px;
    line-height: 38px;
  }

  .mail_message .main-title-mailbox {
    width: 68%;
  }
  .mail_message a {
    width: 22%;
  }
  .mail_message a span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .mail_message span.des-mail-box {
    clear: both;
    width: 30%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .mail_message .draft-title {
    width: 23%;
  }
  .mail_message .draft-title a span {
    width: 60%;
  }

  .mail_table .user-name-mail {
    padding-left: 8px;
    font-size: 12px;
  }

  .mail_message a span.mail_title {
    font-size: 13px;
  }

  /* MAIL-VIEW */
  /* MAIL-COMPOSE */
  .mail_compose_main {
    max-width: 45%;
    right: 25px;
  }

  .compose_title input {
    width: 250px;
  }

  .compose_message {
    margin-top: 15px;
  }

  .compose_btn {
    margin-top: 15px;
    padding-top: 15px;
  }
}
@media (max-width: 991px) {
  .mail-time {
    font-size: 10px;
  }

  .rounded-admin .dropdown.mailbox_drop_down .btn.flat-buttons:hover {
    font-size: 13px;
  }

  .mail_setting.mailbox_drop_down {
    margin: 0;
  }
  .mail_setting.mailbox_drop_down button {
    font-size: 13px;
  }

  .mailbox_drop_down {
    margin: 0 4px 0 10px;
  }
  .mailbox_drop_down button {
    font-size: 13px;
  }

  .mail_search input {
    line-height: 33px;
    padding: 0 10px;
  }
  .mail_search span {
    font-size: 14px;
  }

  .mailbox_refresh {
    height: 34px;
    line-height: 35px;
  }

  .mail_check {
    padding-top: 6px;
  }

  /* MAIL-DRAFT */
  .mail_attachments h6 {
    font-size: 14px;
    margin-bottom: 5px;
  }

  /* MAIL-COMPOSE */
  .mail_compose_main {
    max-width: 55%;
    right: 15px;
  }

  .compose_title input {
    width: 240px;
  }

  .mail_check .checkbox-squared span {
    display: none;
  }

  .mail_message .main-title-mailbox {
    width: 68%;
  }

  .mail_table a {
    width: 23%;
    font-size: 13px;
  }
  .mail_table a span.des-mail-box {
    width: 20%;
    font-size: 12px;
  }
  .mail_table .user-name-mail {
    font-size: 12px;
    padding: 10px 0 0 10px;
  }

  .mail_table a .draft-title span.mail_title {
    width: 24%;
  }

  .mail_link {
    display: none;
  }
}
@media (max-width: 767px) {
  .mail_check .checkbox-squared span {
    display: inline-block;
  }

  .mailbox_main .sidebar_block {
    margin: 0 15px;
  }
  .mailbox_main .sidebar_block .sidebar_contain {
    border-radius: 0;
    max-height: 220px;
    overflow-y: scroll;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .mailbox_main .sidebar_block .sidebar_contain.collapse {
    display: none;
  }
  .mailbox_main .sidebar_block .sidebar_contain.collapse.in {
    display: block;
    z-index: 99;
  }
  .mailbox_main .sidebar_block .sidebar_contain .mail_btn {
    padding: 20px 20px 0 20px;
  }
  .mailbox_main .sidebar_block .sidebar_contain .mailbox_sidebar_contain {
    padding: 5px 20px 20px 20px;
  }

  .mail_table a span.des-mail-box {
    width: 25%;
  }

  .mailbox_right_contain table tr td:last-child {
    font-size: 11px;
  }

  .mail-divider-sm {
    margin-bottom: 20px;
  }

  .mail-toggle {
    display: block;
    font-size: 15px;
    margin-bottom: 5px;
    margin-top: 15px;
  }

  .mail_favorite {
    right: 115px;
  }

  .mail_link {
    right: 90px;
  }

  .mail-time {
    right: 0;
  }

  .sticky_sidebar .sidebar_block {
    height: 44px;
    left: 0;
    position: fixed;
    width: 96%;
    z-index: 9999;
    top: 0;
    bottom: auto;
    padding: 0;
  }
  .sticky_sidebar .sidebar_block .mail-toggle {
    margin-top: 0;
    border: none;
    border-radius: 0;
    padding: 12px 10px;
    line-height: 25px;
    margin-bottom: 0;
  }
  .sticky_sidebar .sidebar_block .sidebar_contain {
    border-top: none;
  }
  .sticky_sidebar .mail-divider-sm {
    margin-bottom: 0;
  }

  .header-overlay.sticky_sidebar .sidebar_block {
    top: calc(50px - 0px);
  }

  /* MAIL-COMPOSE */
  .mail_compose_main {
    position: absolute;
    right: 0px;
    top: 115px;
    max-width: 100%;
    width: 100%;
    padding: 0 10%;
  }

  .user-name-mail {
    display: none;
  }

  .mail_message .main-title-mailbox {
    width: 80%;
  }
}
@media (max-width: 479px) {
  .mail_table .inbox-left img {
    width: 30px;
    height: 30px;
    margin-top: 8px;
  }

  .mail_table a .draft-title span.mail_title {
    width: 9%;
  }
  .mail_table a span.des-mail-box {
    width: 17%;
  }

  .mail_setting.mailbox_drop_down {
    margin: 7px 0;
    width: 100%;
  }
  .mail_setting.mailbox_drop_down button {
    width: 100%;
  }

  .draft-title .tag {
    font-size: 9px;
  }

  .mail_search {
    width: 100%;
    margin-top: 15px;
  }

  .open > .dropdown-menu {
    width: 100%;
  }

  .mailbox_drop_down {
    margin: 0 0 0 10px;
    float: right;
  }
  .mailbox_drop_down ul {
    right: 0;
    left: auto;
  }
  .mailbox_drop_down ul li a {
    font-size: 14px;
  }

  .search_xs {
    width: 100%;
  }

  .mailbox_refresh {
    float: right;
    height: 35px;
  }

  .sticky_sidebar .sidebar_block {
    top: calc(99px - 0px);
  }

  .mailbox_main .sidebar_block .sidebar_contain {
    max-height: 300px;
  }

  .mailbox_main .right_sidebar_contain {
    padding-top: 10px;
  }

  .mail_message .main-title-mailbox {
    width: 83%;
  }
  .mail_message a span.mail_title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 70px;
    font-size: 12px;
  }
  .mail_message .draft-title a span.mail_title {
    width: 40px;
  }
  .mail_message span.des-mail-box {
    width: 22%;
  }

  .mail_table a {
    width: 10%;
  }

  .mail_draft {
    float: none;
  }

  .xs-selectbox {
    width: 100%;
    margin: 0 0 15px 0 !important;
  }
  .xs-selectbox .nice-select {
    width: 100%;
  }
  .xs-selectbox .nice-select ul {
    width: 100%;
  }

  .right-xs-selectbox {
    float: right !important;
  }

  .mail_link {
    display: none;
  }

  .mailbox_right_contain table tr td:last-child {
    padding: 8px 10px 0 0;
  }

  .mail_message .square-tag {
    display: none;
  }

  .mail_table .inbox-left img {
    height: 35px;
    width: 35px;
    margin: 2px 0 0 0;
  }

  .mailbox_main .mailbox-header {
    padding: 20px 10px;
  }

  /* MAIL-DRAFT */
  .mail_message_draft .mail_draft {
    display: block;
  }
  .mail_message_draft a {
    padding-left: 28px;
    display: block;
  }
  .mail_message_draft .mail_desc {
    padding-left: 0;
  }

  /* MAIL-VIEW */
  .mail_trash {
    margin: 0 5px;
  }

  /* MAIL-FORWARD */
  .reply_to input {
    width: 189px;
  }

  /* MAIL-COMPOSE */
  .compose_title input {
    width: 150px;
  }

  .mail_compose_main {
    padding: 0 5%;
  }

  .right-xs-selectbox .nice-select .list {
    right: 0;
    left: auto;
  }

  .mailbox_main .sidebar_block {
    margin: 0 10px;
  }
  .mailbox_main .right_sidebar_contain .mailbox_nav_bar {
    clear: both;
    float: left;
    margin-top: 15px;
    padding: 0 10px 10px;
  }

  .mailbox_right_contain table tr td:first-child {
    padding-left: 10px;
  }

  .mailbox_main .mailbox-header .right-mailbox {
    padding-bottom: 15px;
  }

  .draft-title .tag {
    margin-left: 1px;
  }
}
/*---- END RESPONSIVE ----*/
/*----------------------------------------------

START VECTOR MAPS

------------------------------------------------*/
.vector-map-size {
  width: 100%;
  height: 350px;
}

.vector-map {
  background-color: #ffffff !important;
}
.vector-map .vector-map-height {
  height: 420px;
  background: 0 0 !important;
}

.vector-map .jqvmap-zoomin,
.vector-map .jqvmap-zoomout {
  background-color: #000;
  width: 20px;
  height: 20px;
  line-height: 14px;
}

.jqvmap-zoomout {
  top: 35px;
}

/*----------------------------------------------

END VECTOR MAPS

------------------------------------------------*/
/*---- START VECTOR MAPS RESPONSIVE ----*/
@media (max-width: 479px) {
  .vector-map-size {
    height: 250px;
  }
}
/*---- END VECTOR MAPS RESPONSIVE ----*/
/*----------------------------------------------

START BUTTONS

------------------------------------------------*/
/* START BUTTON ROUND CSS */
.rounded-admin button.btn {
  border-radius: 0;
}
.rounded-admin button.btn:hover {
  border-radius: 0;
}
.rounded-admin .search-overlay .search_box .search-div,
.rounded-admin .search-overlay .search_box {
  border-radius: 50px;
}
.rounded-admin a.btn,
.rounded-admin a.btn-hover-animation {
  border-radius: 0;
}
.rounded-admin a.btn:before,
.rounded-admin a.btn-hover-animation:before {
  border-radius: 0;
}
.rounded-admin a.btn:hover,
.rounded-admin a.btn-hover-animation:hover {
  border-radius: 0;
}
.rounded-admin button.btn-icon,
.rounded-admin button.btn-social-icon {
  border-radius: 0;
}
.rounded-admin button.btn-icon.social-facebook,
.rounded-admin button.btn-social-icon.social-facebook {
  padding: 12px 16px;
}
.rounded-admin button.btn-icon.social-twitter,
.rounded-admin button.btn-social-icon.social-twitter {
  padding: 7px 11px;
}
.rounded-admin button.btn-icon.social-googleplus,
.rounded-admin button.btn-social-icon.social-googleplus {
  padding: 4px 6px;
}
.rounded-admin button.btn-icon:hover,
.rounded-admin button.btn-social-icon:hover {
  border-radius: 0;
}
.rounded-admin button.btn-social-icon {
  height: 48px;
  padding: 0;
  text-align: center;
  width: 48px;
}
.rounded-admin button.btn-social-icon:hover {
  text-align: center;
}

/* END BUTTON ROUND CSS */
.dropdown-button-section {
  overflow: inherit;
}

.btn {
  font-size: 14px;
}
.btn.btn-outline-primary:hover,
.btn.btn-outline-primary.focus,
.btn.btn-outline-primary:focus,
.btn.btn-outline-primary.active,
.btn.btn-outline-primary:active {
  color: #ffffff;
}
.btn:hover,
.btn:active,
.btn:focus {
  outline: 0 none;
}

.btn-border-animation {
  position: relative;
}
.btn-border-animation.btn {
  border: none;
  background: #e9e9e9;
}
.btn-border-animation.btn-primary-border:hover {
  background: transparent;
}
.btn-border-animation:before,
.btn-border-animation:after {
  content: "";
  border-style: solid;
  position: absolute;
  box-sizing: content-box;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-border-animation:before {
  width: 0;
  height: 100%;
  border-width: 1px 0 1px 0;
  top: -1px;
  left: 0;
}
.btn-border-animation:after {
  width: 100%;
  height: 0;
  border-width: 0 1px 0 1px;
  top: 0;
  left: -1px;
}
.btn-border-animation:hover:before {
  width: 100%;
}
.btn-border-animation:hover:after {
  height: 100%;
}

.btn-fill-horizontal {
  position: relative;
}
.btn-fill-horizontal.btn {
  border: none;
  background: #e9e9e9;
  opacity: 0.999;
}
.btn-fill-horizontal.btn-primary-fill-horizontal:hover {
  color: #ffffff;
}
.btn-fill-horizontal:before,
.btn-fill-horizontal:after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-fill-horizontal:before {
  left: 50%;
}
.btn-fill-horizontal:after {
  right: 50%;
}
.btn-fill-horizontal:hover:before,
.btn-fill-horizontal:hover:after {
  width: 50%;
  opacity: 1;
}

.btn-fill-vertical {
  position: relative;
}
.btn-fill-vertical.btn {
  border: none;
  background: #e9e9e9;
  opacity: 0.999;
}
.btn-fill-vertical.btn-primary-fill-vertical:hover {
  color: #ffffff;
}
.btn-fill-vertical:before,
.btn-fill-vertical:after {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  z-index: -1;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-fill-vertical:before {
  top: 50%;
}
.btn-fill-vertical:after {
  bottom: 50%;
}
.btn-fill-vertical:hover:before,
.btn-fill-vertical:hover:after {
  height: 50%;
  opacity: 1;
}

.btn-hover-animation {
  color: #ffffff;
  padding: 10px 20px;
  margin: 3px 2px;
}
.btn-hover-animation:hover,
.btn-hover-animation:focus {
  color: #ffffff;
}
.btn-hover-animation.hvr-icon-drop,
.btn-hover-animation.hvr-icon-pulse-grow,
.btn-hover-animation.hvr-icon-bounce,
.btn-hover-animation.hvr-icon-grow-rotate,
.btn-hover-animation.hvr-icon-wobble-horizontal {
  padding-right: 35px;
}

.btn-icon-hover {
  margin: 3px 2px;
  overflow: hidden;
}
.btn-icon-hover.btn {
  position: relative;
}
.btn-icon-hover:before {
  left: 0;
  top: -100%;
  position: absolute;
  height: 100%;
  width: 100%;
  line-height: 34px;
  font-size: 22px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "FontAwesome";
}
.btn-icon-hover:hover:before {
  top: 0;
  z-index: 1;
}
.btn-icon-hover:hover span {
  -webkit-transform: translateY(300%);
  -moz-transform: translateY(300%);
  -ms-transform: translateY(300%);
  -o-transform: translateY(300%);
  transform: translateY(300%);
}
.btn-icon-hover.icon-cart:before {
  content: "\f218";
}
.btn-icon-hover.icon-remove:before {
  content: "\f1f8";
}
.btn-icon-hover.icon-cog:before {
  content: "\f085";
}
.btn-icon-hover span {
  display: inline-block;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  letter-spacing: 0;
}

.btn-lg.btn-social {
  padding: 0;
  padding-right: 14px;
  margin-right: 10px;
}
.btn-lg.btn-social i {
  padding: 15px 14px;
  margin-right: 11px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.15);
  vertical-align: middle;
}

.btn-default.btn-social {
  padding: 0;
  padding-right: 10px;
  margin-right: 10px;
}
.btn-default.btn-social i {
  padding: 10px;
  margin-right: 10px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.15);
  vertical-align: middle;
}

.btn-sm.btn-social {
  padding: 0;
  padding-right: 6px;
  margin-right: 10px;
}
.btn-sm.btn-social i {
  padding: 6px;
  margin-right: 6px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.15);
  vertical-align: middle;
}

.btn-xs {
  padding: 4px 6px;
  font-size: 12px;
  margin-right: 10px;
}
.btn-xs.btn-social {
  padding: 0;
  padding-right: 6px;
}
.btn-xs.btn-social i {
  padding: 6px;
  margin-right: 6px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.15);
  vertical-align: middle;
}

.btn-group.btn-icon-top .btn {
  padding: 10px 27px;
}
.btn-group.btn-icon-top i {
  display: block;
  margin-bottom: 2px;
}

.btn-group-spacing {
  margin-right: 15px;
}
.btn-group-spacing:last-child {
  margin-right: 0;
}

.btn-margin .btn {
  margin: 3px 2px;
  position: relative;
}

.hvr-trim:before {
  border: 2px solid #ffffff;
  bottom: 2px;
  left: 2px;
  right: 2px;
  top: 2px;
}

.hvr-outline-out:hover:before,
.hvr-outline-out:focus:before,
.hvr-outline-out:active:before,
.hvr-outline-in:hover:before,
.hvr-outline-in:focus:before,
.hvr-outline-in:active:before {
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
}

.btn,
.btn-lg,
.btn-sm {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.btn-round-left {
  -webkit-border-radius: 50px 0 0 50px;
  -moz-border-radius: 50px 0 0 50px;
  -ms-border-radius: 50px 0 0 50px;
  border-radius: 50px 0 0 50px;
}

.btn-round-right {
  -webkit-border-radius: 0 50px 50px 0;
  -moz-border-radius: 0 50px 50px 0;
  -ms-border-radius: 0 50px 50px 0;
  border-radius: 0 50px 50px 0;
}

.btn-social-icon {
  border: 1px solid #ccc;
}

.social-facebook {
  color: #ffffff;
  background: #3b5998;
}

.social-twitter {
  color: #ffffff;
  background: #55acee;
}

.social-googleplus {
  color: #ffffff;
  background: #dd4b39;
}

.social-flickr {
  color: #ffffff;
  background: #ff0084;
}

.social-amazon {
  color: #ffffff;
  background: #f90;
}

.social-android {
  color: #9c0;
  background: #ffffff;
}

.social-dribbble {
  color: #ffffff;
  background: #e24d87;
}

.social-drupal {
  color: #ffffff;
  background: #0272ba;
}

.social-edge {
  color: #0272ba;
  background: #ffffff;
}

.social-forumbee {
  color: #ffffff;
  background: #9c0;
}

.social-github {
  color: #ffffff;
  background: #000;
}

.social-html5 {
  color: #ffffff;
  background: #f16528;
}

.social-instagram {
  color: #ffffff;
  background: #8843bd;
}

.social-jsfiddle {
  color: #0272ba;
  background: #ffffff;
}

.social-linkedin {
  color: #ffffff;
  background: #0272ba;
}

.social-maxcdn {
  color: #ffffff;
  background: #f16528;
}

.social-opera {
  color: #f5182a;
  background: #ffffff;
}

.social-pinterest {
  color: #ffffff;
  background: #f5182a;
}

.social-reddit {
  color: #f16528;
  background: #ffffff;
}

.social-skype {
  color: #ffffff;
  background: #00aff0;
}

.social-snapchat {
  color: #ffffff;
  background: #efe200;
}

.btn-dropdown .dropdown {
  display: inline-block;
}

.btn-switch i {
  margin-right: 15px;
}

.dropdown-menu a {
  font-size: 14px;
}

#outline-buttons button.btn.btn-outline-secondary:focus {
  color: #000000;
}
#outline-buttons button.btn:focus {
  color: #ffffff;
}

/*---- Waves Effect ----*/
/*---- Jelly Effect radio and checkbox ----*/
@-webkit-keyframes icon-beat {
  0% {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes icon-beat {
  0% {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.check-radio-box {
  display: block;
  position: relative;
  padding: 0 0 10px 0;
  line-height: 28px;
  font-weight: normal;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.check-radio-box i {
  display: inline-block;
  height: 25px;
  position: relative;
  top: 6px;
  font-style: normal;
  color: #777777;
}
.check-radio-box span {
  display: inline-block;
  margin-left: 5px;
  line-height: 25px;
  color: #777777;
}

#checkbox-buttons .form-horizontal,
#checkbox-buttons .form-vertical {
  float: left;
  width: 30%;
}
#checkbox-buttons .form-horizontal input[type="checkbox"],
#checkbox-buttons .form-vertical input[type="checkbox"] {
  display: none;
}
#checkbox-buttons .form-horizontal input[type="checkbox"] + i:before,
#checkbox-buttons .form-vertical input[type="checkbox"] + i:before {
  font-family: "FontAwesome";
  font-size: 28px;
  height: 25px;
  width: 25px;
  display: inline-block;
}
#checkbox-buttons .form-horizontal input[type="checkbox"]:checked + i,
#checkbox-buttons .form-vertical input[type="checkbox"]:checked + i {
  position: relative;
  -webkit-animation: icon-beat 0.1s ease;
  animation: icon-beat 0.1s ease;
}
#checkbox-buttons .form-horizontal input[type="checkbox"]:checked + i + span,
#checkbox-buttons .form-vertical input[type="checkbox"]:checked + i + span {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
#checkbox-buttons .form-horizontal input[type="checkbox"] + i:before,
#checkbox-buttons .form-vertical input[type="checkbox"] + i:before {
  content: "\f096";
}
#checkbox-buttons .form-horizontal input[type="checkbox"]:checked + i:before,
#checkbox-buttons .form-vertical input[type="checkbox"]:checked + i:before {
  content: "\f046";
}
#checkbox-buttons .form-vertical .continput ul {
  list-style-type: none;
  padding: 0;
  margin: auto;
}
#checkbox-buttons .form-vertical .continput ul li {
  position: relative;
  padding: 0 10px 0 40px;
  height: 30px;
}
#checkbox-buttons .form-vertical .continput ul li label.radio-button:before {
  content: "";
  width: 11px;
  height: 11px;
  position: absolute;
  left: -36px;
  box-sizing: border-box;
  border-radius: 50%;
  top: 9px;
}
#checkbox-buttons .form-vertical .continput ul li .bullet {
  position: relative;
  width: 25px;
  height: 25px;
  left: -3px;
  top: 2px;
  opacity: 0;
  border-radius: 50%;
}
#checkbox-buttons .form-vertical .continput ul li .bullet .line {
  position: absolute;
  width: 10px;
  height: 2px;
  opacity: 0;
}
#checkbox-buttons .form-vertical .continput ul li .bullet .line.zero {
  left: 11px;
  top: -21px;
  transform: translateY(20px);
  width: 2px;
  height: 10px;
}
#checkbox-buttons .form-vertical .continput ul li .bullet .line {
  right: -7px;
  top: -11px;
  transform: rotate(-55deg) translate(-9px);
}
#checkbox-buttons .form-vertical .continput ul li .bullet .line.two {
  right: -20px;
  top: 11px;
  transform: translate(-9px);
}
#checkbox-buttons .form-vertical .continput ul li .bullet .line.three {
  right: -8px;
  top: 35px;
  transform: rotate(55deg) translate(-9px);
}
#checkbox-buttons .form-vertical .continput ul li .bullet .line.four {
  left: -8px;
  top: -11px;
  transform: rotate(55deg) translate(9px);
}
#checkbox-buttons .form-vertical .continput ul li .bullet .line.five {
  left: -20px;
  top: 11px;
  transform: translate(9px);
}
#checkbox-buttons .form-vertical .continput ul li .bullet .line.six {
  left: -8px;
  top: 35px;
  transform: rotate(-55deg) translate(9px);
}
#checkbox-buttons .form-vertical .continput ul li .bullet .line.seven {
  left: 11px;
  bottom: -21px;
  transform: translateY(-20px);
  width: 2px;
  height: 10px;
}
#checkbox-buttons .form-vertical input[type="radio"] {
  opacity: 0;
  -webkit-appearance: none;
  display: inline-block;
  vertical-align: middle;
  z-index: 100;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 30px;
  position: absolute;
  left: 0;
  top: calc(50% - 15px);
  cursor: pointer;
}
#checkbox-buttons .form-vertical input[type="radio"]:checked ~ .bullet {
  position: absolute;
  opacity: 1;
  animation-name: explode;
  animation-duration: 0.35s;
}
#checkbox-buttons
  .form-vertical
  input[type="radio"]:checked
  ~ .bullet
  .line.zero {
  animation-name: drop-zero;
  animation-delay: 0.1s;
  animation-duration: 0.9s;
  animation-fill-mode: forwards;
}
#checkbox-buttons
  .form-vertical
  input[type="radio"]:checked
  ~ .bullet
  .line.one {
  animation-name: drop-one;
  animation-delay: 0.1s;
  animation-duration: 0.9s;
  animation-fill-mode: forwards;
}
#checkbox-buttons
  .form-vertical
  input[type="radio"]:checked
  ~ .bullet
  .line.two {
  animation-name: drop-two;
  animation-delay: 0.1s;
  animation-duration: 0.9s;
  animation-fill-mode: forwards;
}
#checkbox-buttons
  .form-vertical
  input[type="radio"]:checked
  ~ .bullet
  .line.three {
  animation-name: drop-three;
  animation-delay: 0.1s;
  animation-duration: 0.9s;
  animation-fill-mode: forwards;
}
#checkbox-buttons
  .form-vertical
  input[type="radio"]:checked
  ~ .bullet
  .line.four {
  animation-name: drop-four;
  animation-delay: 0.1s;
  animation-duration: 0.9s;
  animation-fill-mode: forwards;
}
#checkbox-buttons
  .form-vertical
  input[type="radio"]:checked
  ~ .bullet
  .line.five {
  animation-name: drop-five;
  animation-delay: 0.1s;
  animation-duration: 0.9s;
  animation-fill-mode: forwards;
}
#checkbox-buttons
  .form-vertical
  input[type="radio"]:checked
  ~ .bullet
  .line.six {
  animation-name: drop-six;
  animation-delay: 0.1s;
  animation-duration: 0.9s;
  animation-fill-mode: forwards;
}
#checkbox-buttons
  .form-vertical
  input[type="radio"]:checked
  ~ .bullet
  .line.seven {
  animation-name: drop-seven;
  animation-delay: 0.1s;
  animation-duration: 0.9s;
  animation-fill-mode: forwards;
}
@keyframes explode {
  0% {
    opacity: 0;
    transform: scale(10);
  }
  60% {
    opacity: 1;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes drop-zero {
  0% {
    opacity: 0;
    transform: translateY(20px);
    height: 10px;
  }
  20% {
    opacity: 1;
  }
  100% {
    transform: translateY(-2px);
    height: 0px;
    opacity: 0;
  }
}
@keyframes drop-one {
  0% {
    opacity: 0;
    transform: rotate(-55deg) translate(-20px);
    width: 10px;
  }
  20% {
    opacity: 1;
  }
  100% {
    transform: rotate(-55deg) translate(9px);
    width: 0px;
    opacity: 0;
  }
}
@keyframes drop-two {
  0% {
    opacity: 0;
    transform: translate(-20px);
    width: 10px;
  }
  20% {
    opacity: 1;
  }
  100% {
    transform: translate(9px);
    width: 0px;
    opacity: 0;
  }
}
@keyframes drop-three {
  0% {
    opacity: 0;
    transform: rotate(55deg) translate(-20px);
    width: 10px;
  }
  20% {
    opacity: 1;
  }
  100% {
    transform: rotate(55deg) translate(9px);
    width: 0px;
    opacity: 0;
  }
}
@keyframes drop-four {
  0% {
    opacity: 0;
    transform: rotate(55deg) translate(20px);
    width: 10px;
  }
  20% {
    opacity: 1;
  }
  100% {
    transform: rotate(55deg) translate(-9px);
    width: 0px;
    opacity: 0;
  }
}
@keyframes drop-five {
  0% {
    opacity: 0;
    transform: translate(20px);
    width: 10px;
  }
  20% {
    opacity: 1;
  }
  100% {
    transform: translate(-9px);
    width: 0px;
    opacity: 0;
  }
}
@keyframes drop-six {
  0% {
    opacity: 0;
    transform: rotate(-55deg) translate(20px);
    width: 10px;
  }
  20% {
    opacity: 1;
  }
  100% {
    transform: rotate(-55deg) translate(-9px);
    width: 0px;
    opacity: 0;
  }
}
@keyframes drop-seven {
  0% {
    opacity: 0;
    transform: translateY(-20px);
    height: 10px;
  }
  20% {
    opacity: 1;
  }
  100% {
    transform: translateY(2px);
    height: 0px;
    opacity: 0;
  }
}
.site-checkbox input[type="checkbox"],
.site-radio input[type="checkbox"],
.site-checkbox input[type="radio"],
.site-radio input[type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.site-checkbox input[type="checkbox"]:focus + label:before,
.site-radio input[type="checkbox"]:focus + label:before,
.site-checkbox input[type="radio"]:focus + label:before,
.site-radio input[type="radio"]:focus + label:before,
.site-checkbox input[type="checkbox"]:hover + label:before,
.site-radio input[type="checkbox"]:hover + label:before,
.site-checkbox input[type="radio"]:hover + label:before,
.site-radio input[type="radio"]:hover + label:before {
  background-color: #f2f2f2;
}

.site-checkbox input[type="checkbox"]:active + label:before,
.site-radio input[type="checkbox"]:active + label:before,
.site-checkbox input[type="radio"]:active + label:before,
.site-radio input[type="radio"]:active + label:before {
  transition-duration: 0s;
}

.site-checkbox input[type="checkbox"] + label,
.site-radio input[type="checkbox"] + label,
.site-checkbox input[type="radio"] + label,
.site-radio input[type="radio"] + label {
  position: relative;
  padding-left: 2em;
  vertical-align: middle;
  user-select: none;
  cursor: pointer;
}

.site-checkbox input[type="checkbox"] + label:before,
.site-radio input[type="checkbox"] + label:before,
.site-checkbox input[type="radio"] + label:before,
.site-radio input[type="radio"] + label:before {
  box-sizing: content-box;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -9px;
  text-align: center;
  transition: all 0.4s ease;
}

.site-checkbox input[type="checkbox"] + label:after,
.site-radio input[type="checkbox"] + label:after,
.site-checkbox input[type="radio"] + label:after,
.site-radio input[type="radio"] + label:after {
  box-sizing: content-box;
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  transform: scale(0);
  transform-origin: 50%;
  transition: transform 200ms ease-out;
}

.site-checkbox input[type="checkbox"]:disabled + label:before,
.site-radio input[type="checkbox"]:disabled + label:before,
.site-checkbox input[type="radio"]:disabled + label:before,
.site-radio input[type="radio"]:disabled + label:before {
  border-color: #cccccc;
}

.site-checkbox input[type="checkbox"]:disabled:focus + label:before,
.site-radio input[type="checkbox"]:disabled:focus + label:before,
.site-checkbox input[type="radio"]:disabled:focus + label:before,
.site-radio input[type="radio"]:disabled:focus + label:before,
.site-checkbox input[type="checkbox"]:disabled:hover + label:before,
.site-radio input[type="checkbox"]:disabled:hover + label:before,
.site-checkbox input[type="radio"]:disabled:hover + label:before,
.site-radio input[type="radio"]:disabled:hover + label:before {
  background-color: inherit;
}

.site-checkbox input[type="checkbox"]:disabled:checked + label:before,
.site-radio input[type="checkbox"]:disabled:checked + label:before,
.site-checkbox input[type="radio"]:disabled:checked + label:before,
.site-radio input[type="radio"]:disabled:checked + label:before {
  background-color: #ccc;
}

.site-checkbox input[type="checkbox"] + label:after,
.site-radio input[type="checkbox"] + label:after {
  background-color: transparent;
  top: 50%;
  left: 4px;
  width: 8px;
  height: 3px;
  margin-top: -4px;
  border-style: solid;
  border-color: #ffffff;
  border-width: 0 0 3px 3px;
  border-image: none;
  transform: rotate(-45deg) scale(0);
}

.site-checkbox input[type="checkbox"]:checked + label:after,
.site-radio input[type="checkbox"]:checked + label:after {
  content: "";
  transform: rotate(-45deg) scale(1);
  transition: transform 200ms ease-out;
}

.site-checkbox input[type="radio"]:checked + label:before,
.site-radio input[type="radio"]:checked + label:before {
  animation: borderscale 300ms ease-in;
  background-color: #ffffff;
}

.site-checkbox input[type="radio"]:checked + label:after,
.site-radio input[type="radio"]:checked + label:after {
  transform: scale(1);
}

.site-checkbox input[type="radio"] + label:before,
.site-radio input[type="radio"] + label:before,
.site-checkbox input[type="radio"] + label:after,
.site-radio input[type="radio"] + label:after {
  border-radius: 50%;
}

.site-checkbox input[type="checkbox"]:checked + label:before,
.site-radio input[type="checkbox"]:checked + label:before {
  animation: borderscale 200ms ease-in;
}

.site-checkbox input[type="checkbox"]:checked + label:after,
.site-radio input[type="checkbox"]:checked + label:after {
  transform: rotate(-45deg) scale(1);
}

@keyframes borderscale {
  50% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.1);
  }
}
.checkbox-list {
  float: left;
  width: 40%;
  padding: 0;
}
.checkbox-list li {
  list-style-type: none;
  padding-bottom: 10px;
}
.checkbox-list li:last-child {
  padding-bottom: 0;
}

/* badge button */
.button-tag-section .btn:hover {
  border: 1px solid transparent;
}
.button-tag-section .button-tag {
  position: relative;
  margin-right: 15px;
}

.badges-tag {
  border: 2px solid #ffffff;
  border-radius: 8px;
  height: 12px;
  right: -5px;
  top: -5px;
  position: absolute;
  width: 12px;
  z-index: 99;
}

.left-tag {
  left: -5px;
  right: auto;
  background: #5bc0de;
}

.bottom-right-tag {
  bottom: -5px;
  left: auto;
  right: -5px;
  top: auto;
  background: #d9534f;
}

.bottom-left-tag {
  bottom: -5px;
  left: -5px;
  right: auto;
  top: auto;
  background: #f0ad4e;
}

/* end badge button */
/*----------------------------------------------

END BUTTONS

------------------------------------------------*/
/*---- START BUTTONS RESPONSIVE ----*/
@media (max-width: 1366px) {
  .button-tag-section .button-tag {
    margin-bottom: 10px;
  }
}
@media (max-width: 1199px) {
  #checkbox-buttons .form-horizontal,
  #checkbox-buttons .form-vertical {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .wrapper .btn-group .btn {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .wrapper .btn-group .btn {
    font-size: 14px;
  }

  .btn-group.btn-icon-top .btn {
    padding: 10px 25px;
  }

  .form-horizontal,
  .form-vertical,
  .checkbox-list {
    width: 100%;
    padding-bottom: 15px;
  }

  .form-vertical {
    padding-bottom: 0;
  }

  .checkbox-list:last-child {
    padding-bottom: 0;
  }
}
@media (max-width: 479px) {
  .btn-group-vertical .btn {
    font-size: 14px;
    padding: 10px 9px;
  }

  .btn-group-icon .btn {
    padding: 10px 8px;
    font-size: 12px;
  }

  .btn-group.btn-icon-top .btn {
    padding: 10px 16px;
    font-size: 14px;
  }

  .btn-lg.btn-social i {
    padding: 15px 10px;
    margin-right: 5px;
  }

  .btn-lg.btn-social {
    padding-right: 5px;
  }

  .btn-hover-animation {
    padding: 10px 8px;
    margin-right: 5px;
    font-size: 14px;
  }

  .btn-round-left,
  .btn-round-right {
    font-size: 13px;
  }

  #checkbox-buttons .form-horizontal,
  #checkbox-buttons .form-vertical {
    width: 100%;
  }
}
/*---- END BUTTONS RESPONSIVE ----*/
/*----------------------------------------------

START CALENDAR

------------------------------------------------*/
#wrap {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#calendar {
  float: right;
  width: 100%;
}
#calendar .fc-content {
  padding: 5px 9px;
  color: #ffffff;
}
#calendar .fc-left .fc-today-button {
  display: none;
}
#calendar .fc-left .fc-next-button {
  position: absolute;
  right: 0%;
}
#calendar .fc-center h2 {
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;
}
#calendar .fc-toolbar .fc-right {
  display: none;
}
#calendar .fc-view-container th {
  padding: 10px 0px;
}
#calendar .fc-view-container td.fc-today {
  color: #ffffff;
}

.event-box #external-events {
  z-index: 99;
  top: 0;
  padding: 0 10px 10px 10px;
  border: 1px solid #cccccc;
  background: #e9e9e9;
  margin-bottom: 5px;
}
.event-box #external-events h4 {
  font-size: 16px;
  margin-top: 0;
}
.event-box #external-events .fc-event {
  cursor: pointer;
  display: inline-block;
  padding: 5px 9px;
  font-weight: 700;
  margin: 0 0 4px;
  min-width: 24.5%;
  text-transform: uppercase;
}
.event-box #external-events .fc-event i {
  margin-right: 8px;
}
.event-box #external-events p {
  font-size: 11px;
  color: #777777;
  padding-bottom: 0;
}
.event-box #external-events p input {
  margin: 0;
  vertical-align: middle;
}
.event-box #external-events .calendar-checkbox {
  margin-top: 5px;
}
.event-box .carousel-fade {
  margin-top: 10px;
}
.event-box .carousel-fade .carousel-inner {
  height: 425px;
}
.event-box .carousel-fade .carousel-inner .carousel-item {
  position: absolute;
  height: 425px;
  width: 100%;
  transition-property: opacity;
}
.event-box .carousel-fade .carousel-inner .carousel-item .carousel-inner-item {
  display: table;
  margin: 0 auto;
  height: 425px;
}
.event-box
  .carousel-fade
  .carousel-inner
  .carousel-item
  .carousel-inner-item
  .content-event {
  display: table-cell;
  vertical-align: middle;
}
.event-box
  .carousel-fade
  .carousel-inner
  .carousel-item
  .carousel-inner-item
  .content-event
  .profile-accept {
  width: 110px;
  margin: auto;
  border: 5px solid rgba(255, 255, 255, 0.5);
}
.event-box
  .carousel-fade
  .carousel-inner
  .carousel-item
  .carousel-inner-item
  .content-event
  .event-width {
  width: 55%;
  margin: 0 auto;
}
.event-box
  .carousel-fade
  .carousel-inner
  .carousel-item
  .carousel-inner-item
  .content-event
  .event-width
  i {
  font-size: 55px;
  color: #ffffff;
  margin-right: 20px;
  float: left;
}
.event-box
  .carousel-fade
  .carousel-inner
  .carousel-item
  .carousel-inner-item
  .content-event
  h2 {
  color: #ffffff;
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 10px;
}
.event-box
  .carousel-fade
  .carousel-inner
  .carousel-item
  .carousel-inner-item
  .content-event
  p {
  color: #ffffff;
  text-align: left;
}
.event-box .carousel-fade .carousel-inner .carousel-item:nth-child(2) {
  background: rgba(237, 161, 13, 0.8);
  border-left: 25px solid #eda10d;
}
.event-box .carousel-fade .carousel-inner .carousel-item:nth-child(3) {
  background: rgba(24, 133, 9, 0.8);
  border-left: 25px solid #188509;
}
.event-box .carousel-fade .carousel-inner .carousel-item,
.event-box .carousel-fade .carousel-inner .active.left,
.event-box .carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.event-box .carousel-fade .carousel-inner .active,
.event-box .carousel-fade .carousel-inner .next.left,
.event-box .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.event-box .carousel-fade .carousel-inner .next,
.event-box .carousel-fade .carousel-inner .prev,
.event-box .carousel-fade .carousel-inner .active.left,
.event-box .carousel-fade .carousel-inner .active.right {
  left: 0;
  -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);
}
.event-box .carousel-fade .carousel-control {
  z-index: 2;
  display: none;
}
.event-box .carousel-fade .carousel-indicators {
  display: none;
}

.fc-event-container .fc-event {
  border: 1px solid #999999;
}

.rounded-admin .event-box .fc-event.flat-buttons {
  border-radius: 0;
}

/*----------------------------------------------

END CALENDAR

------------------------------------------------*/
/*---- START CALENDAR RESPONSIVE ----*/
@media (max-width: 1366px) {
  .calendar-contain .calender-box {
    position: absolute;
    height: 625px;
  }
  .calendar-contain .calender-box #wrap {
    display: table;
    height: 625px;
  }
  .calendar-contain .calender-box #wrap #calendar {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }

  .event-box #external-events .fc-event {
    min-width: 32.7%;
  }

  .event-box
    .carousel-fade
    .carousel-inner
    .carousel-item
    .carousel-inner-item
    .content-event
    h2 {
    font-size: 19px;
  }
  .event-box
    .carousel-fade
    .carousel-inner
    .carousel-item
    .carousel-inner-item
    .content-event
    .event-width
    i {
    margin-bottom: 50px;
  }
}
@media (max-width: 1199px) {
  .calendar-contain .calender-box {
    position: relative;
    height: auto;
  }
  .calendar-contain .calender-box #wrap {
    display: block;
    height: auto;
  }
  .calendar-contain .calender-box #wrap #calendar {
    display: block;
    float: none;
  }
  .calendar-contain .carousel-fade {
    margin-top: 25px;
  }

  .event-box #external-events {
    margin-top: 25px;
  }
  .event-box #external-events .fc-event {
    min-width: 24.4%;
  }
}
@media (max-width: 767px) {
  .event-box #external-events {
    margin-top: 35px;
  }

  .calendar-contain .carousel-fade {
    margin-top: 35px;
  }
  .calendar-contain .carousel-fade .carousel-inner {
    height: 350px;
  }
  .calendar-contain .carousel-fade .carousel-inner .carousel-item {
    height: 350px;
  }
  .calendar-contain
    .carousel-fade
    .carousel-inner
    .carousel-item
    .carousel-inner-item {
    height: 360px;
  }
  .calendar-contain
    .carousel-fade
    .carousel-inner
    .carousel-item
    .carousel-inner-item
    .content-event
    .event-width {
    width: 90%;
  }
  .calendar-contain
    .carousel-fade
    .carousel-inner
    .carousel-item
    .carousel-inner-item
    .content-event
    .event-width
    i {
    margin-bottom: 50px;
    font-size: 35px;
  }
  .calendar-contain
    .carousel-fade
    .carousel-inner
    .carousel-item
    .carousel-inner-item
    .content-event
    .profile-accept {
    width: 80px;
  }
  .calendar-contain
    .carousel-fade
    .carousel-inner
    .carousel-item
    .carousel-inner-item
    .content-event
    h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }
}
@media (max-width: 479px) {
  .calendar-contain .carousel-fade .carousel-inner {
    height: 260px;
  }
  .calendar-contain .carousel-fade .carousel-inner .carousel-item {
    height: 260px;
  }
  .calendar-contain
    .carousel-fade
    .carousel-inner
    .carousel-item
    .carousel-inner-item {
    height: 270px;
  }
  .calendar-contain
    .carousel-fade
    .carousel-inner
    .carousel-item
    .carousel-inner-item
    .content-event
    .profile-accept {
    width: 60px;
  }
  .calendar-contain
    .carousel-fade
    .carousel-inner
    .carousel-item
    .carousel-inner-item
    .content-event
    h2 {
    font-size: 13px;
    padding: 0;
    margin-bottom: 0;
    line-height: 35px;
  }
  .calendar-contain
    .carousel-fade
    .carousel-inner
    .carousel-item
    .carousel-inner-item
    .content-event
    .event-width
    i {
    margin-bottom: 0;
    font-size: 25px;
  }
  .calendar-contain
    .carousel-fade
    .carousel-inner
    .carousel-item
    .carousel-inner-item
    .content-event
    p {
    font-size: 12px;
  }

  .event-box #external-events .fc-event {
    font-size: 10px;
  }

  #calendar .fc-toolbar .fc-center {
    width: 66%;
  }
  #calendar .fc-toolbar .fc-center h2 {
    font-size: 16px;
  }
  #calendar .fc-basic-view .fc-body .fc-row {
    min-height: 3em;
  }
}
/*---- END CALENDAR RESPONSIVE ----*/
/*----------------------------------------------

START MESSAGE-PAGE

------------------------------------------------*/
.message-page .content {
  margin: 20px 0;
  padding: 0;
}
.message-page .message-collapse {
  display: block;
}
.message-page .message-sidebar {
  overflow: hidden;
}
.message-page .message-sidebar .search_form .search_field input {
  height: 45px;
}
.message-page .message-sidebar .search_form .search_field button {
  font-size: 17px;
}
.message-page .message-sidebar .search_form .search_field span {
  padding: 0 10px;
}
.message-page .message-sidebar .message-list {
  padding: 0;
}
.message-page .message-sidebar .message-list .message-data {
  padding: 10px 20px;
  overflow: hidden;
}
.message-page .message-sidebar .message-list .message-data .message-image {
  width: 15%;
  margin-right: 15px;
}
.message-page .message-sidebar .message-list .message-data .message-sender {
  width: 78%;
}
.message-page
  .message-sidebar
  .message-list
  .message-data
  .message-sender
  .sender-name {
  font-size: 15px;
}
.message-page
  .message-sidebar
  .message-list
  .message-data
  .message-sender
  .message-time {
  color: #cccccc;
  font-size: 12px;
}
.message-page
  .message-sidebar
  .message-list
  .message-data
  .message-sender
  .sender-status {
  line-height: 14px;
  font-size: 13px;
}
.message-page .message-sidebar .message-list .message-data:hover {
  background-color: #e5e5e5;
}
.message-page
  .message-sidebar
  .message-list
  .message-data.active
  .message-sender
  .sender-name {
  color: #ffffff;
}
.message-page .message-rightbar {
  padding: 20px;
}
.message-page .message-rightbar li {
  list-style: none;
  overflow: hidden;
  padding-bottom: 15px;
}
.message-page .message-rightbar .chat-image {
  width: 60px;
}
.message-page .message-rightbar .chat-detail {
  padding: 10px;
  margin-bottom: 10px;
  max-width: 60%;
  border-radius: 4px;
}
.message-page .message-rightbar .chat-detail p {
  padding-bottom: 0;
  line-height: 18px;
}
.message-page .message-rightbar .chat-detail h6 {
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 7px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
}
.message-page .message-rightbar .chat-detail .chat-time {
  font-size: 11px;
}
.message-page .message-rightbar .chat-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  height: 0;
  width: 0;
  border-style: solid;
}
.message-page .message-rightbar .chat-sender {
  margin-bottom: 10px;
}
.message-page .message-rightbar .chat-sender .chat-image {
  margin-right: 15px;
}
.message-page .message-rightbar .chat-sender .chat-detail {
  background: #e5e5e5;
}
.message-page .message-rightbar .chat-sender .chat-detail .chat-time {
  color: #999999;
}
.message-page .message-rightbar .chat-sender .chat-arrow {
  border-radius: 0 4px 4px 4px;
}
.message-page .message-rightbar .chat-sender .chat-arrow::before {
  left: -3px;
  border-color: transparent #e5e5e5 transparent transparent;
  border-style: solid;
  border-width: 0 18px 18px 0;
}
.message-page .message-rightbar .chat-receiver {
  margin-bottom: 10px;
}
.message-page .message-rightbar .chat-receiver .chat-image {
  margin-left: 15px;
}
.message-page .message-rightbar .chat-receiver .chat-detail {
  color: #ffffff;
}
.message-page .message-rightbar .chat-receiver .chat-detail .chat-time {
  color: #d8d8d8;
}
.message-page .message-rightbar .chat-receiver .chat-detail h6 {
  color: #ffffff;
}
.message-page .message-rightbar .chat-receiver .chat-arrow {
  border-radius: 4px 0px 4px 4px;
}
.message-page .message-rightbar .chat-receiver .chat-arrow::before {
  right: -2px;
  left: auto;
  border-width: 0 0 18px 18px;
}
.message-page .message-rightbar .type-message {
  padding: 5px 10px;
  line-height: 24px;
  color: #cccccc;
  overflow: hidden;
}
.message-page .message-rightbar .chat-input {
  padding: 4px;
  width: 96%;
  border-top: none;
  border-right: none;
  border-left: none;
}
.message-page .message-rightbar .chat-type {
  margin-top: 8px;
}
.message-page .message-rightbar .chat-type a i {
  font-size: 24px;
  font-style: normal;
  vertical-align: middle;
}
.message-page .message-toggle {
  display: none;
  width: 100%;
  padding: 8px;
  margin: 10px 0 0;
  border-radius: 4px;
  text-align: left;
  padding-left: 10px;
  font-size: 16px;
  line-height: 22px;
}
.message-page .message-toggle span {
  font-size: 25px;
  margin-right: 10px;
}
.message-page.vertion-2 .message-list .message-data {
  padding: 10px 0;
}
.message-page.vertion-2 .message-list .message-data .message-image {
  width: 100%;
  margin-right: 0;
  border-radius: 100%;
  text-align: center;
}
.message-page.vertion-2 .message-list .message-data .message-image img {
  border-radius: 100px;
}
.message-page.vertion-2
  .message-list
  .message-data
  .message-image
  .content-badges {
  position: relative;
  margin: auto;
  width: 60px;
}
.message-page.vertion-2
  .message-list
  .message-data
  .message-image
  .content-badges
  .badges-tag {
  right: 0;
  top: 5px;
}
.message-page.vertion-2
  .message-list
  .message-data
  .message-image
  .content-badges
  .badges-success {
  background: #5cb85c;
}
.message-page.vertion-2
  .message-list
  .message-data
  .message-image
  .content-badges
  .badges-danger {
  background: #d9534f;
}
.message-page.vertion-2
  .message-list
  .message-data
  .message-image
  .content-badges
  .badges-warning {
  background: #f0ad4e;
}
.message-page.vertion-2 .message-list .message-data.active .message-image img {
  border-color: #ffffff;
}
.message-page.vertion-2 .message-list .message-data.active .sender-name {
  color: #ffffff;
}
.message-page.vertion-2 .message-list .message-data .sender-name {
  text-align: center;
  font-size: 15px;
}
.message-page.vertion-2 .search_form {
  margin: 0;
  margin-bottom: 5px;
}
.message-page.vertion-2 .search_form .search_field input {
  height: 50px;
  padding: 8px 20px;
}
.message-page.vertion-2 .message-rightbar {
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
.message-page.vertion-2 .message-rightbar .chat-image img {
  border-radius: 100px;
}
.message-page.vertion-2 .message-rightbar .chat-detail {
  width: 100%;
}
.message-page.vertion-2 .message-toggle {
  border: none;
  line-height: 30px;
  border-bottom: 1px solid #dddddd;
  margin: 0;
  padding-left: 20px;
  border-radius: 0;
}
.message-page.vertion-2 .chat-right-img {
  text-align: center;
}
.message-page.vertion-2 .chat-right-img img {
  width: 150px;
  border-radius: 100px;
  margin: 100px 0;
}
.message-page.vertion-2 .chat-right-name {
  padding: 30px 20px 1px 15px;
}
.message-page.vertion-2 .chat-right-name span {
  font-size: 20px;
}
.message-page.vertion-2 .chat-right-name i {
  font-size: 20px;
  margin-left: 10px;
  color: #9e9b9b;
  cursor: pointer;
}
.message-page.vertion-2 .chat-right-bottom {
  text-align: center;
  margin-bottom: 25px;
}
.message-page.vertion-2 .chat-right-bottom i {
  font-size: 30px;
  background: #ccc;
  border-radius: 100px;
  padding: 20px;
  line-height: 24px;
  color: #ffffff;
  cursor: pointer;
}
.message-page.vertion-2 .chat-right-bottom span {
  display: block;
  margin-top: 5px;
}
.message-page.vertion-2 .chat-right-bottom .chat-call {
  background: #5cb85c;
}
.message-page.vertion-2 .chat-right-bottom .chat-call.calling {
  background: #d9534f;
}

/*----------------------------------------------

END MESSAGE-PAGE

------------------------------------------------*/
/*---- START MESSAGE-PAGE RESPONSIVE ----*/
@media (max-width: 1366px) {
  .message-page.vertion-2
    .message-list
    .message-data
    .message-image
    .content-badges {
    width: 50px;
  }
  .message-page.vertion-2 .message-list .message-data .sender-name {
    font-size: 13px;
  }
}
@media (max-width: 1199px) {
  .message-page .message-sidebar .message-list .message-data .message-image {
    width: 18%;
    margin-right: 10px;
  }
  .message-page .message-sidebar .message-list .message-data .message-sender {
    width: 74%;
  }
  .message-page .message-rightbar .chat-image {
    width: 36px;
  }
  .message-page .message-rightbar .chat-detail {
    max-width: 70%;
  }
  .message-page .message-rightbar .chat-input {
    width: 90%;
  }
  .message-page.vertion-2 .message-list .message-data .message-image {
    width: 100%;
  }
  .message-page.vertion-2
    .message-list
    .message-data
    .message-image
    .content-badges {
    width: 70px;
  }
  .message-page.vertion-2
    .message-list
    .message-data
    .message-image
    .content-badges
    .badges-tag {
    right: 4px;
  }
  .message-page.vertion-2 .chat-border-top {
    border-top: 1px solid #dddddd;
  }
}
@media (max-width: 1366px) {
  .message-page .message-sidebar .message-list .message-data .message-sender {
    width: 74%;
  }
}
@media (min-width: 1199px) and (max-width: 1670px) {
  .message-page .message-sidebar .message-list .message-data .message-sender {
    width: 75%;
  }
  .message-page .message-rightbar .chat-input {
    width: 93%;
  }
  .message-page .message-rightbar .chat-sender .left-side {
    width: 12%;
  }
  .message-page .message-rightbar .chat-sender .right-side {
    width: 88%;
  }
  .message-page .message-rightbar .offset-xl-message {
    margin-left: 12%;
  }
  .message-page .message-rightbar .chat-receiver .left-side {
    width: 12%;
  }
  .message-page .message-rightbar .chat-receiver .right-side {
    width: 88%;
  }
}
@media (max-width: 991px) {
  .message-page
    .message-sidebar
    .message-list
    .message-data
    .message-sender
    .sender-name {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 82px;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .message-page .message-toggle {
    display: block;
    font-size: 15px;
  }
  .message-page .message-collapse.collapse {
    display: none;
  }
  .message-page .message-collapse.collapse.in {
    display: block;
  }
  .message-page .content.message-collapse {
    margin-top: 0;
    border: none;
  }
  .message-page .message-rightbar .chat-detail {
    max-width: 90%;
  }
  .message-page .message-rightbar .chat-detail p {
    font-size: 13px;
  }
  .message-page .message-rightbar .chat-image {
    width: 60px;
  }
  .message-page .message-sidebar .message-list {
    padding-bottom: 10px;
  }
  .message-page .message-sidebar .message-list .message-data .message-image {
    width: 10%;
    margin-right: 10px;
  }
  .message-page .message-sidebar .message-list .message-data .message-sender {
    width: 78%;
  }
  .message-page
    .message-sidebar
    .message-list
    .message-data
    .message-sender
    .sender-name {
    text-overflow: initial;
  }

  .sticky_sidebar .message-collapse {
    height: 225px;
    overflow-y: auto;
  }
  .sticky_sidebar .message-toggle {
    margin: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
  .sticky_sidebar .message-collapse.collapse.in {
    border: none;
    margin-top: 0;
  }

  .message-page.vertion-2 .message-list {
    border-bottom: 1px solid #dddddd;
  }
  .message-page.vertion-2 .message-list .message-data .message-image {
    float: left;
    margin-left: 15px;
  }
  .message-page.vertion-2
    .message-list
    .message-data
    .message-image
    .content-badges {
    width: 45px;
  }
  .message-page.vertion-2
    .message-list
    .message-data
    .message-image
    .content-badges
    .badges-tag {
    right: 0;
    height: 9px;
    width: 9px;
  }
  .message-page.vertion-2 .message-list .message-data .sender-name {
    float: left;
    margin: 8px 0 0 5px;
  }
}
@media (max-width: 479px) {
  .sticky_sidebar .message-collapse {
    height: 330px;
    min-height: 330px;
    overflow-y: auto;
  }

  .message-page .message-sidebar .message-list .message-data .message-image {
    width: 15%;
    margin-right: 10px;
  }
  .message-page .message-rightbar .chat-detail {
    max-width: 90%;
  }
  .message-page .message-rightbar .chat-image {
    width: 40px;
  }
  .message-page .message-rightbar .chat-input {
    width: 82%;
  }

  .message-page.vertion-2 .chat-right-img img {
    margin: 60px 0;
  }
  .message-page.vertion-2 .chat-right-name {
    padding: 20px 10px 1px 0;
  }
  .message-page.vertion-2 .chat-right-bottom {
    margin-bottom: 15px;
  }
  .message-page.vertion-2 .chat-right-bottom i {
    font-size: 25px;
    padding: 15px;
    line-height: 20px;
  }
}
/*---- END MESSAGE-PAGE RESPONSIVE ----*/
/*----------------------------------------------

START CARDS

------------------------------------------------*/
.wrapper .content-section {
  border: none;
  margin: 0;
}
.wrapper .content-cards .heading-card p {
  padding-bottom: 15px;
}
.wrapper .content-cards .heading-card .footer-cards {
  border-top: 1px solid #ccc;
  padding-top: 10px;
}
.wrapper .content-cards .scroll-horizontal {
  width: 1200px;
}
.wrapper .content-cards .card {
  margin-bottom: 0;
}
.wrapper .content-cards .toggle-des {
  padding: 20px;
}
.wrapper .content-cards .des-card {
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 5px;
  overflow: hidden;
}
.wrapper .content-cards .des-card .search_form {
  margin: 0 0 7px 0;
}
.wrapper .content-cards .pagination {
  padding: 0;
  margin: 0;
}
.wrapper .content-cards .card-toggle {
  padding: 0px;
}
.wrapper .content-cards p {
  padding-bottom: 0;
}
.wrapper .card.content {
  padding: 0;
}
.wrapper .card.content .card-header .card-title {
  margin-bottom: 0;
}
.wrapper .card.content.collapse .card-block {
  display: none;
}
.wrapper .content.showFullscreen {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.wrapper .panel-loader .loader-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.wrapper .content.panel-close {
  display: none;
}
.wrapper .panel-action-section {
  margin-top: 5px;
  overflow: hidden;
  position: absolute;
  right: 20px;
}
.wrapper .panel-action-section .right-action li {
  display: inline;
}
.wrapper .panel-action-section .right-action li a {
  padding: 5px;
}

.spinner {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-animation: spinner-bubble 1.3s linear 0s infinite;
  -moz-animation: spinner-bubble 1.3s linear 0s infinite;
  -o-animation: spinner-bubble 1.3s linear 0s infinite;
  animation: spinner-bubble 1.3s linear 0s infinite;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.model-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  opacity: 0.5;
  background: #ffffff;
}
.model-1 .spinner {
  color: #f00;
  -webkit-animation: color-bubble 2s linear 0s infinite;
  -moz-animation: color-bubble 2s linear 0s infinite;
  -o-animation: color-bubble 2s linear 0s infinite;
  animation: color-bubble 2s linear 0s infinite;
}
.model-1 .spinner:after,
.model-1 .spinner:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 0 3px;
  -moz-box-shadow: 0 0 0 3px;
  box-shadow: 0 0 0 3px;
  -webkit-animation: spinner-bubble 1.3s linear 0s infinite;
  -moz-animation: spinner-bubble 1.3s linear 0s infinite;
  -o-animation: spinner-bubble 1.3s linear 0s infinite;
  animation: spinner-bubble 1.3s linear 0s infinite;
  margin: auto;
  width: 10px;
  height: 10px;
  opacity: 0;
}
.model-1 .spinner:before {
  -webkit-animation: spinner-bubble 1.3s linear 2s infinite;
  -moz-animation: spinner-bubble 1.3s linear 2s infinite;
  -o-animation: spinner-bubble 1.3s linear 2s infinite;
  animation: spinner-bubble 1.3s linear 2s infinite;
}

/*------------------------------------------*/
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-radius: 4px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #ccc;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/*------------------------------------------*/
@-webkit-keyframes spinner-bubble {
  from {
    width: 10px;
    height: 10px;
    opacity: 0.8;
  }
  to {
    width: 50px;
    height: 50px;
    opacity: 0;
  }
}
@-moz-keyframes spinner-bubble {
  from {
    width: 10px;
    height: 10px;
    opacity: 0.8;
  }
  to {
    width: 50px;
    height: 50px;
    opacity: 0;
  }
}
@-ms-keyframes spinner-bubble {
  from {
    width: 10px;
    height: 10px;
    opacity: 0.8;
  }
  to {
    width: 50px;
    height: 50px;
    opacity: 0;
  }
}
@-o-keyframes spinner-bubble {
  from {
    width: 10px;
    height: 10px;
    opacity: 0.8;
  }
  to {
    width: 50px;
    height: 50px;
    opacity: 0;
  }
}
@keyframes spinner-bubble {
  from {
    width: 10px;
    height: 10px;
    opacity: 0.8;
  }
  to {
    width: 50px;
    height: 50px;
    opacity: 0;
  }
}
@-webkit-keyframes color-bubble {
  0% {
    color: #009ddc;
  }
  33% {
    color: #50b949;
  }
  66% {
    color: #ee2d24;
  }
  100% {
    color: #feb825;
  }
}
@-moz-keyframes color-bubble {
  0% {
    color: #009ddc;
  }
  33% {
    color: #50b949;
  }
  66% {
    color: #ee2d24;
  }
  100% {
    color: #feb825;
  }
}
@-ms-keyframes color-bubble {
  0% {
    color: #009ddc;
  }
  33% {
    color: #50b949;
  }
  66% {
    color: #ee2d24;
  }
  100% {
    color: #feb825;
  }
}
@-o-keyframes color-bubble {
  0% {
    color: #009ddc;
  }
  33% {
    color: #50b949;
  }
  66% {
    color: #ee2d24;
  }
  100% {
    color: #feb825;
  }
}
@keyframes color-bubble {
  0% {
    color: #009ddc;
  }
  33% {
    color: #50b949;
  }
  66% {
    color: #ee2d24;
  }
  100% {
    color: #feb825;
  }
}
@-webkit-keyframes color-change {
  0% {
    background: #009ddc;
  }
  33% {
    background: #50b949;
  }
  66% {
    background: #ee2d24;
  }
  100% {
    background: #feb825;
  }
}
@-moz-keyframes color-change {
  0% {
    background: #009ddc;
  }
  33% {
    background: #50b949;
  }
  66% {
    background: #ee2d24;
  }
  100% {
    background: #feb825;
  }
}
@-ms-keyframes color-change {
  0% {
    background: #009ddc;
  }
  33% {
    background: #50b949;
  }
  66% {
    background: #ee2d24;
  }
  100% {
    background: #feb825;
  }
}
@-o-keyframes color-change {
  0% {
    background: #009ddc;
  }
  33% {
    background: #50b949;
  }
  66% {
    background: #ee2d24;
  }
  100% {
    background: #feb825;
  }
}
@keyframes color-change {
  0% {
    background: #009ddc;
  }
  33% {
    background: #50b949;
  }
  66% {
    background: #ee2d24;
  }
  100% {
    background: #feb825;
  }
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateRct {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -moz-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -ms-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -o-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -moz-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -ms-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -o-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -moz-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -ms-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -o-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
@-moz-keyframes rotateRct {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -moz-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -ms-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -o-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -moz-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -ms-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -o-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -moz-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -ms-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -o-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
@-ms-keyframes rotateRct {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -moz-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -ms-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -o-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -moz-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -ms-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -o-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -moz-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -ms-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -o-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
@-o-keyframes rotateRct {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -moz-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -ms-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -o-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -moz-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -ms-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -o-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -moz-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -ms-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -o-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
@keyframes rotateRct {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -moz-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -ms-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -o-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -moz-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -ms-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -o-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -moz-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -ms-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -o-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
@-webkit-keyframes size {
  from {
    width: 70px;
    height: 70px;
  }
  to {
    width: 30px;
    height: 30px;
  }
}
@-moz-keyframes size {
  from {
    width: 70px;
    height: 70px;
  }
  to {
    width: 30px;
    height: 30px;
  }
}
@-ms-keyframes size {
  from {
    width: 70px;
    height: 70px;
  }
  to {
    width: 30px;
    height: 30px;
  }
}
@-o-keyframes size {
  from {
    width: 70px;
    height: 70px;
  }
  to {
    width: 30px;
    height: 30px;
  }
}
@keyframes size {
  from {
    width: 70px;
    height: 70px;
  }
  to {
    width: 30px;
    height: 30px;
  }
}
@-webkit-keyframes shadowSize {
  0% {
    -webkit-box-shadow: 15px 0 0 0 30px 0 0 0 45px 0 0 0 60px 0 0 0 75px 0 0 0;
    -moz-box-shadow: 15px 0 0 0 30px 0 0 0 45px 0 0 0 60px 0 0 0 75px 0 0 0;
    box-shadow: 15px 0 0 0 30px 0 0 0 45px 0 0 0 60px 0 0 0 75px 0 0 0;
  }
  20% {
    -webkit-box-shadow: 15px 0 0 5px 30px 0 0 0 45px 0 0 0 60px 0 0 0 75px 0 0 0;
    -moz-box-shadow: 15px 0 0 5px 30px 0 0 0 45px 0 0 0 60px 0 0 0 75px 0 0 0;
    box-shadow: 15px 0 0 5px 30px 0 0 0 45px 0 0 0 60px 0 0 0 75px 0 0 0;
  }
  40% {
    -webkit-box-shadow: 15px 0 0 0 30px 0 0 5px 45px 0 0 0 60px 0 0 0 75px 0 0 0;
    -moz-box-shadow: 15px 0 0 0 30px 0 0 5px 45px 0 0 0 60px 0 0 0 75px 0 0 0;
    box-shadow: 15px 0 0 0 30px 0 0 5px 45px 0 0 0 60px 0 0 0 75px 0 0 0;
  }
  60% {
    -webkit-box-shadow: 15px 0 0 0 30px 0 0 0 45px 0 0 5px 60px 0 0 0 75px 0 0 0;
    -moz-box-shadow: 15px 0 0 0 30px 0 0 0 45px 0 0 5px 60px 0 0 0 75px 0 0 0;
    box-shadow: 15px 0 0 0 30px 0 0 0 45px 0 0 5px 60px 0 0 0 75px 0 0 0;
  }
  80% {
    -webkit-box-shadow: 15px 0 0 0 30px 0 0 0 45px 0 0 0 60px 0 0 5px 75px 0 0 0;
    -moz-box-shadow: 15px 0 0 0 30px 0 0 0 45px 0 0 0 60px 0 0 5px 75px 0 0 0;
    box-shadow: 15px 0 0 0 30px 0 0 0 45px 0 0 0 60px 0 0 5px 75px 0 0 0;
  }
  100% {
    -webkit-box-shadow: 15px 0 0 0 30px 0 0 0 45px 0 0 0 60px 0 0 0 75px 0 0 5px;
    -moz-box-shadow: 15px 0 0 0 30px 0 0 0 45px 0 0 0 60px 0 0 0 75px 0 0 5px;
    box-shadow: 15px 0 0 0 30px 0 0 0 45px 0 0 0 60px 0 0 0 75px 0 0 5px;
  }
}
@-moz-keyframes shadowSize {
  0% {
    -webkit-box-shadow: 15px 0 0 0 30px 0 0 0 45px 0 0 0 60px 0 0 0 75px 0 0 0;
    -moz-box-shadow: 15px 0 0 0 30px 0 0 0 45px 0 0 0 60px 0 0 0 75px 0 0 0;
    box-shadow: 15px 0 0 0 30px 0 0 0 45px 0 0 0 60px 0 0 0 75px 0 0 0;
  }
  20% {
    -webkit-box-shadow: 15px 0 0 5px 30px 0 0 0 45px 0 0 0 60px 0 0 0 75px 0 0 0;
    -moz-box-shadow: 15px 0 0 5px 30px 0 0 0 45px 0 0 0 60px 0 0 0 75px 0 0 0;
    box-shadow: 15px 0 0 5px 30px 0 0 0 45px 0 0 0 60px 0 0 0 75px 0 0 0;
  }
  40% {
    -webkit-box-shadow: 15px 0 0 0 30px 0 0 5px 45px 0 0 0 60px 0 0 0 75px 0 0 0;
    -moz-box-shadow: 15px 0 0 0 30px 0 0 5px 45px 0 0 0 60px 0 0 0 75px 0 0 0;
    box-shadow: 15px 0 0 0 30px 0 0 5px 45px 0 0 0 60px 0 0 0 75px 0 0 0;
  }
  60% {
    -webkit-box-shadow: 15px 0 0 0 30px 0 0 0 45px 0 0 5px 60px 0 0 0 75px 0 0 0;
    -moz-box-shadow: 15px 0 0 0 30px 0 0 0 45px 0 0 5px 60px 0 0 0 75px 0 0 0;
    box-shadow: 15px 0 0 0 30px 0 0 0 45px 0 0 5px 60px 0 0 0 75px 0 0 0;
  }
  80% {
    -webkit-box-shadow: 15px 0 0 0 30px 0 0 0 45px 0 0 0 60px 0 0 5px 75px 0 0 0;
    -moz-box-shadow: 15px 0 0 0 30px 0 0 0 45px 0 0 0 60px 0 0 5px 75px 0 0 0;
    box-shadow: 15px 0 0 0 30px 0 0 0 45px 0 0 0 60px 0 0 5px 75px 0 0 0;
  }
  100% {
    -webkit-box-shadow: 15px 0 0 0 30px 0 0 0 45px 0 0 0 60px 0 0 0 75px 0 0 5px;
    -moz-box-shadow: 15px 0 0 0 30px 0 0 0 45px 0 0 0 60px 0 0 0 75px 0 0 5px;
    box-shadow: 15px 0 0 0 30px 0 0 0 45px 0 0 0 60px 0 0 0 75px 0 0 5px;
  }
}
@-ms-keyframes shadowSize {
  0% {
    -webkit-box-shadow: 15px 0 0 0 30px 0 0 0 45px 0 0 0 60px 0 0 0 75px 0 0 0;
    -moz-box-shadow: 15px 0 0 0 30px 0 0 0 45px 0 0 0 60px 0 0 0 75px 0 0 0;
    box-shadow: 15px 0 0 0 30px 0 0 0 45px 0 0 0 60px 0 0 0 75px 0 0 0;
  }
  20% {
    -webkit-box-shadow: 15px 0 0 5px 30px 0 0 0 45px 0 0 0 60px 0 0 0 75px 0 0 0;
    -moz-box-shadow: 15px 0 0 5px 30px 0 0 0 45px 0 0 0 60px 0 0 0 75px 0 0 0;
    box-shadow: 15px 0 0 5px 30px 0 0 0 45px 0 0 0 60px 0 0 0 75px 0 0 0;
  }
  40% {
    -webkit-box-shadow: 15px 0 0 0 30px 0 0 5px 45px 0 0 0 60px 0 0 0 75px 0 0 0;
    -moz-box-shadow: 15px 0 0 0 30px 0 0 5px 45px 0 0 0 60px 0 0 0 75px 0 0 0;
    box-shadow: 15px 0 0 0 30px 0 0 5px 45px 0 0 0 60px 0 0 0 75px 0 0 0;
  }
  60% {
    -webkit-box-shadow: 15px 0 0 0 30px 0 0 0 45px 0 0 5px 60px 0 0 0 75px 0 0 0;
    -moz-box-shadow: 15px 0 0 0 30px 0 0 0 45px 0 0 5px 60px 0 0 0 75px 0 0 0;
    box-shadow: 15px 0 0 0 30px 0 0 0 45px 0 0 5px 60px 0 0 0 75px 0 0 0;
  }
  80% {
    -webkit-box-shadow: 15px 0 0 0 30px 0 0 0 45px 0 0 0 60px 0 0 5px 75px 0 0 0;
    -moz-box-shadow: 15px 0 0 0 30px 0 0 0 45px 0 0 0 60px 0 0 5px 75px 0 0 0;
    box-shadow: 15px 0 0 0 30px 0 0 0 45px 0 0 0 60px 0 0 5px 75px 0 0 0;
  }
  100% {
    -webkit-box-shadow: 15px 0 0 0 30px 0 0 0 45px 0 0 0 60px 0 0 0 75px 0 0 5px;
    -moz-box-shadow: 15px 0 0 0 30px 0 0 0 45px 0 0 0 60px 0 0 0 75px 0 0 5px;
    box-shadow: 15px 0 0 0 30px 0 0 0 45px 0 0 0 60px 0 0 0 75px 0 0 5px;
  }
}
@-o-keyframes shadowSize {
  0% {
    -webkit-box-shadow: 15px 0 0 0 30px 0 0 0 45px 0 0 0 60px 0 0 0 75px 0 0 0;
    -moz-box-shadow: 15px 0 0 0 30px 0 0 0 45px 0 0 0 60px 0 0 0 75px 0 0 0;
    box-shadow: 15px 0 0 0 30px 0 0 0 45px 0 0 0 60px 0 0 0 75px 0 0 0;
  }
  20% {
    -webkit-box-shadow: 15px 0 0 5px 30px 0 0 0 45px 0 0 0 60px 0 0 0 75px 0 0 0;
    -moz-box-shadow: 15px 0 0 5px 30px 0 0 0 45px 0 0 0 60px 0 0 0 75px 0 0 0;
    box-shadow: 15px 0 0 5px 30px 0 0 0 45px 0 0 0 60px 0 0 0 75px 0 0 0;
  }
  40% {
    -webkit-box-shadow: 15px 0 0 0 30px 0 0 5px 45px 0 0 0 60px 0 0 0 75px 0 0 0;
    -moz-box-shadow: 15px 0 0 0 30px 0 0 5px 45px 0 0 0 60px 0 0 0 75px 0 0 0;
    box-shadow: 15px 0 0 0 30px 0 0 5px 45px 0 0 0 60px 0 0 0 75px 0 0 0;
  }
  60% {
    -webkit-box-shadow: 15px 0 0 0 30px 0 0 0 45px 0 0 5px 60px 0 0 0 75px 0 0 0;
    -moz-box-shadow: 15px 0 0 0 30px 0 0 0 45px 0 0 5px 60px 0 0 0 75px 0 0 0;
    box-shadow: 15px 0 0 0 30px 0 0 0 45px 0 0 5px 60px 0 0 0 75px 0 0 0;
  }
  80% {
    -webkit-box-shadow: 15px 0 0 0 30px 0 0 0 45px 0 0 0 60px 0 0 5px 75px 0 0 0;
    -moz-box-shadow: 15px 0 0 0 30px 0 0 0 45px 0 0 0 60px 0 0 5px 75px 0 0 0;
    box-shadow: 15px 0 0 0 30px 0 0 0 45px 0 0 0 60px 0 0 5px 75px 0 0 0;
  }
  100% {
    -webkit-box-shadow: 15px 0 0 0 30px 0 0 0 45px 0 0 0 60px 0 0 0 75px 0 0 5px;
    -moz-box-shadow: 15px 0 0 0 30px 0 0 0 45px 0 0 0 60px 0 0 0 75px 0 0 5px;
    box-shadow: 15px 0 0 0 30px 0 0 0 45px 0 0 0 60px 0 0 0 75px 0 0 5px;
  }
}
@keyframes shadowSize {
  0% {
    -webkit-box-shadow: 15px 0 0 0 30px 0 0 0 45px 0 0 0 60px 0 0 0 75px 0 0 0;
    -moz-box-shadow: 15px 0 0 0 30px 0 0 0 45px 0 0 0 60px 0 0 0 75px 0 0 0;
    box-shadow: 15px 0 0 0 30px 0 0 0 45px 0 0 0 60px 0 0 0 75px 0 0 0;
  }
  20% {
    -webkit-box-shadow: 15px 0 0 5px 30px 0 0 0 45px 0 0 0 60px 0 0 0 75px 0 0 0;
    -moz-box-shadow: 15px 0 0 5px 30px 0 0 0 45px 0 0 0 60px 0 0 0 75px 0 0 0;
    box-shadow: 15px 0 0 5px 30px 0 0 0 45px 0 0 0 60px 0 0 0 75px 0 0 0;
  }
  40% {
    -webkit-box-shadow: 15px 0 0 0 30px 0 0 5px 45px 0 0 0 60px 0 0 0 75px 0 0 0;
    -moz-box-shadow: 15px 0 0 0 30px 0 0 5px 45px 0 0 0 60px 0 0 0 75px 0 0 0;
    box-shadow: 15px 0 0 0 30px 0 0 5px 45px 0 0 0 60px 0 0 0 75px 0 0 0;
  }
  60% {
    -webkit-box-shadow: 15px 0 0 0 30px 0 0 0 45px 0 0 5px 60px 0 0 0 75px 0 0 0;
    -moz-box-shadow: 15px 0 0 0 30px 0 0 0 45px 0 0 5px 60px 0 0 0 75px 0 0 0;
    box-shadow: 15px 0 0 0 30px 0 0 0 45px 0 0 5px 60px 0 0 0 75px 0 0 0;
  }
  80% {
    -webkit-box-shadow: 15px 0 0 0 30px 0 0 0 45px 0 0 0 60px 0 0 5px 75px 0 0 0;
    -moz-box-shadow: 15px 0 0 0 30px 0 0 0 45px 0 0 0 60px 0 0 5px 75px 0 0 0;
    box-shadow: 15px 0 0 0 30px 0 0 0 45px 0 0 0 60px 0 0 5px 75px 0 0 0;
  }
  100% {
    -webkit-box-shadow: 15px 0 0 0 30px 0 0 0 45px 0 0 0 60px 0 0 0 75px 0 0 5px;
    -moz-box-shadow: 15px 0 0 0 30px 0 0 0 45px 0 0 0 60px 0 0 0 75px 0 0 5px;
    box-shadow: 15px 0 0 0 30px 0 0 0 45px 0 0 0 60px 0 0 0 75px 0 0 5px;
  }
}
/*----------------------------------------------

END CARDS

------------------------------------------------*/
/*---- START CARDS RESPONSIVE ----*/
@media (max-width: 1199px) {
  .mobile-spacing {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  #primary-outline-output .page-content-title {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .search_field button {
    font-size: 16px;
  }

  .mobile-sm {
    height: 15px;
  }
}
@media (max-width: 479px) {
  .content-cards .pagination_link {
    padding: 6px 11px;
  }
  .content-cards .nav-tab-pills-image ul li {
    margin-left: 5px !important;
  }
  .content-cards .nav-tab-pills-image ul li .nav-link {
    font-size: 12px;
  }
  .content-cards .pagination_link {
    padding: 0 9px;
  }

  .wrapper .panel-action-section {
    overflow: inherit;
    position: relative;
  }
  .wrapper .panel-action-section .right-action li {
    padding-left: 0;
  }
  .wrapper .panel-action-section .right-action li a {
    padding: 0;
  }

  .nav-tab-pills-image .pills-height {
    height: auto;
  }
}
/*---- END CARDS RESPONSIVE ----*/
/*----------------------------------------------

START ICONS

------------------------------------------------*/
.icon-height {
  height: 105px;
}
.icon-height i {
  font-size: 25px;
  margin-bottom: 10px;
}

.icon-size {
  text-align: center;
  width: 19%;
  display: inline-block;
}
.icon-size h2 {
  font-size: 30px;
}

/*---- START-THEMFIY ----*/
.themify-icon .icon-height,
.stroke-icons .icon-height {
  height: 125px;
}
.themify-icon .icon-height span:first-child,
.stroke-icons .icon-height span:first-child {
  font-size: 25px;
}
.themify-icon .icon-height .icon-name,
.stroke-icons .icon-height .icon-name {
  display: block;
  margin-top: 10px;
  letter-spacing: 0;
}

.ti-lg {
  font-size: 1.33em;
}

.ti-2x {
  font-size: 2em;
}

.ti-3x {
  font-size: 3em;
}

.ti-4x {
  font-size: 4em;
}

.ti-5x {
  font-size: 5em;
}

/*---- START WEATHER ----*/
.weather-icon .icon-height {
  height: 125px;
}
.weather-icon .icon-height i {
  font-size: 25px;
  margin-bottom: 10px;
  display: block;
}

.wi-lg {
  font-size: 1.33em;
}

.wi-2x {
  font-size: 2em;
}

.wi-3x {
  font-size: 3em;
}

.wi-4x {
  font-size: 4em;
}

.wi-5x {
  font-size: 5em;
}

/*---- START-MATERIAL ----*/
.material-icon .icon-height {
  height: 115px;
}
.material-icon .icon-height i {
  font-size: 25px;
  display: block;
  margin: auto;
  margin-bottom: 10px;
}

/*----------------------------------------------

END ICONS

------------------------------------------------*/
/*---- START ICONS RESPONSIVE ----*/
@media (min-width: 1199px) and (max-width: 1366px) {
  .icon-height {
    width: 12.333%;
  }

  h1 .icon-title {
    font-size: 32px;
  }

  h2 .icon-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .icon-size {
    width: 32%;
    margin-bottom: 15px;
  }

  .icon-height {
    height: auto;
    min-height: 90px;
  }

  .themify-icon .icon-height,
  .stroke-icons .icon-height {
    height: auto;
    min-height: 90px;
  }

  .material-icon .icon-height,
  .weather-icon .icon-height {
    height: auto;
    min-height: 90px;
  }
}
@media (max-width: 479px) {
  .icon-size {
    width: 49%;
  }

  .weather-icon .icon-height {
    height: 125px;
  }
  .weather-icon .icon-height span {
    font-size: 12px;
  }

  .themify-icon .icon-height,
  .stroke-icons .icon-height,
  .material-icon .icon-height {
    min-height: 110px;
  }
  .themify-icon .icon-height .icon-name,
  .stroke-icons .icon-height .icon-name,
  .material-icon .icon-height .icon-name {
    font-size: 12px;
  }
}
/*---- END ICONS RESPONSIVE ----*/
/*----------------------------------------------

START DROPDOWN

------------------------------------------------*/
/* START DROPDOWN ROUND CSS */
.rounded-admin
  #style-dropdown-output
  .dropdown-sm-badges
  > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.rounded-admin
  #style-dropdown-output
  .dropdown-sm-badges
  > .btn:last-child:not(:first-child),
.rounded-admin
  #style-dropdown-output
  .dropdown-sm-badges
  > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.rounded-admin #simple-dropdown-output button.dropdown-toggle.btn:hover,
.rounded-admin #dropup-output button.dropdown-toggle.btn:hover,
.rounded-admin #size-dropdown-output button.dropdown-toggle.btn:hover,
.rounded-admin #tab-output button.dropdown-toggle.btn:hover,
.rounded-admin .dropdown-margin-badges button.dropdown-toggle.btn:hover {
  border-radius: 0 0 0 0;
}
.rounded-admin
  .content-dropdown
  .content
  .nav-tab-horizontal-right
  ul
  .nav-item
  a,
.rounded-admin
  .content-dropdown
  .content
  .nav-tab-horizontal-right
  ul
  .nav-item
  a.active {
  border-radius: 0;
}
.rounded-admin
  .content-dropdown
  .content
  .nav-tab-horizontal-right
  ul
  .nav-item
  a:hover,
.rounded-admin
  .content-dropdown
  .content
  .nav-tab-horizontal-right
  ul
  .nav-item
  a:active,
.rounded-admin
  .content-dropdown
  .content
  .nav-tab-horizontal-right
  ul
  .nav-item
  a.active:hover,
.rounded-admin
  .content-dropdown
  .content
  .nav-tab-horizontal-right
  ul
  .nav-item
  a.active:active {
  border-radius: 0;
}
.rounded-admin
  .content-dropdown
  .content
  .nav-tab-horizontal-right
  ul
  .nav-item
  .dropdown-menu-right
  a:hover,
.rounded-admin
  .content-dropdown
  .content
  .nav-tab-horizontal-right
  ul
  .nav-item
  .dropdown-menu-right
  a:active,
.rounded-admin
  .content-dropdown
  .content
  .nav-tab-horizontal-right
  ul
  .nav-item
  .dropdown-menu-right
  a.active:hover,
.rounded-admin
  .content-dropdown
  .content
  .nav-tab-horizontal-right
  ul
  .nav-item
  .dropdown-menu-right
  a.active:active {
  border-radius: 0px;
}

/* END DROPDOWN ROUND CSS */
.content-dropdown .content {
  overflow: visible;
}
.content-dropdown .content .simple-dropdown .btn-group {
  margin-right: 10px;
}
.content-dropdown .content .simple-dropdown .btn-group .btn-secondary {
  border-color: #cccccc;
}
.content-dropdown .content .simple-dropdown .btn-group .btn-success {
  border-color: #5cb85c;
}
.content-dropdown .content .simple-dropdown .btn-group .btn-info {
  border-color: #5bc0de;
}
.content-dropdown .content .simple-dropdown .btn-group .btn-warning {
  border-color: #f0ad4e;
}
.content-dropdown .content .simple-dropdown .btn-group .btn-danger {
  border-color: #d9534f;
}
.content-dropdown .content .dropdown {
  margin-right: 10px;
}
.content-dropdown .content .icon-dropdown-box {
  margin-right: 20px;
}
.content-dropdown .content .icon-dropdown-box .inner-dropdown {
  width: auto;
  position: static;
  clear: both;
}
.content-dropdown .content .icon-dropdown-box .inner-dropdown button {
  font-size: 16px;
  padding: 10px 15px;
}
.content-dropdown .content .icon-dropdown-box .inner-dropdown button:hover {
  color: #ffffff;
}
.content-dropdown .content .icon-dropdown-box .inner-dropdown button:focus {
  color: #ffffff;
}
.content-dropdown .content .icon-dropdown-box .inner-dropdown .active-dropdown {
  color: #ffffff;
}
.content-dropdown .content .icon-dropdown-box .dropdown-columns2 {
  width: 280px;
}
.content-dropdown
  .content
  .icon-dropdown-box
  .dropdown-columns2
  .dropdown-item {
  float: left;
  width: 50%;
  clear: none;
}
.content-dropdown .content .icon-dropdown-box-last {
  margin-right: 0px;
}
.content-dropdown .content .show-dropdown {
  display: block;
  position: static;
  clear: both;
}
.content-dropdown .content .nice-select {
  border-radius: 0;
}
.content-dropdown .content .nice-select span {
  color: #ffffff;
}
.content-dropdown .content .wide {
  margin-bottom: 15px;
}
.content-dropdown .content small {
  color: #ffffff;
}
.content-dropdown .content .medium {
  font-size: 15px;
}
.content-dropdown .content .pagination-dropdown .dropdown-menu {
  min-width: 65px;
}
.content-dropdown .content .pagination-dropdown .dropdown-menu a:hover {
  color: #ffffff;
}
.content-dropdown .content .nav-tab-horizontal-right ul .nav-item {
  padding: 0 5px 0 0;
}
.content-dropdown .content .nav-tab-horizontal-right ul .nav-item a {
  background: none;
  border: none;
  color: #333333;
  font-size: 15px;
}
.content-dropdown .content .nav-tab-horizontal-right ul .nav-item a:hover,
.content-dropdown .content .nav-tab-horizontal-right ul .nav-item a:active,
.content-dropdown .content .nav-tab-horizontal-right ul .nav-item a:focus {
  color: #ffffff;
  border-radius: 0;
}
.content-dropdown .content .nav-tab-horizontal-right ul .nav-item button {
  padding: 10px 15px;
  font-size: 15px;
}
.content-dropdown .content .nav-tab-horizontal-right ul .nav-item .active {
  color: #ffffff;
}
.content-dropdown .content .nav-tab-horizontal-right p {
  padding-bottom: 0;
}
.content-dropdown .fleft {
  min-width: 100%;
  width: 100%;
  float: none;
}
.content-dropdown .fleft .cd-dropdown {
  border: 1px solid #ccc;
  box-shadow: none;
  width: 98%;
  z-index: 9;
  margin: 0px auto 20px auto;
}
.content-dropdown .fleft .cd-dropdown > span {
  line-height: 50px;
  height: 50px;
}
.content-dropdown .fleft .cd-dropdown > span:after {
  height: 86%;
  top: 7%;
}
.content-dropdown .fleft .cd-dropdown ul li {
  padding-left: 0px;
  box-shadow: none;
  border: 1px solid #ccc;
}
.content-dropdown .fleft .cd-dropdown ul li span {
  line-height: 50px;
}
.content-dropdown .fleft .cd-active.cd-dropdown ul li span:before {
  font-size: 28px;
}
.content-dropdown .fleft .cd-active.cd-dropdown ul li span:hover {
  color: #ffffff;
}
.content-dropdown .fleft .cd-active.cd-dropdown ul li span:focus {
  color: #ffffff;
}
.content-dropdown a:hover:not(.button),
.content-dropdown a:focus:not(.button) {
  border-bottom: none;
}
.content-dropdown a:not(.button) {
  border-bottom: none;
}
.content-dropdown .dropdown-menu {
  font-size: 14px;
  z-index: 999;
}

.border-dropdown a:not(.button) {
  border-bottom: none;
}
.border-dropdown a:hover:not(.button),
.border-dropdown a:focus:not(.button) {
  border-bottom: none;
}
.border-dropdown .dropdown-menu .btn {
  color: #333333;
}
.border-dropdown .dropdown-menu .btn.btn-primary {
  color: #ffffff;
}

.nice-select::after {
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.select-dropdown {
  position: relative;
  z-index: 999;
}

.cd-dropdown span[class^="icon-"]::before,
.cd-dropdown span[class*=" icon-"]::before {
  font-size: 28px;
}

.right-open-dropdown {
  right: 0;
  left: auto;
}

.inner-content-section {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 5px;
  overflow: visible;
  padding: 20px;
  display: table;
  width: 100%;
}

.animation-dropdown .box {
  padding: 0;
  margin: 0;
}

.content-dropdown .box {
  background: none;
}
.content-dropdown label,
.content-dropdown a:not(.button) {
  color: #333333;
}

.breadcrumb-item a:not(.button) {
  color: #333333;
}

.left-dropdown {
  margin-right: 15px;
}

.checkbox-dropdown .btn-group {
  margin-bottom: 15px;
}
.checkbox-dropdown .btn-group .btn {
  color: #ffffff;
  min-width: 125px;
  text-align: left;
  position: relative;
  padding-right: 30px;
}
.checkbox-dropdown .btn-group .multiselect:after {
  position: absolute;
  float: right;
  top: 16px;
  right: 15px;
}
.checkbox-dropdown .multiselect-container > li > a > label {
  font-size: 14px;
  padding: 5px 15px;
}
.checkbox-dropdown .radio > input {
  margin: 5px 5px 0 0;
  float: left;
}
.checkbox-dropdown .checkbox > input {
  margin: 5px 5px 0 0;
  float: left;
}

.cd-dropdown ul li span {
  padding: 0 30px 0 65px;
  font-weight: normal;
}
.cd-dropdown > span {
  font-weight: normal;
  padding-left: 15px;
  color: #333333;
}

.dropdown-icon-right .dropdown-item span:before {
  float: right;
}

.dropdown-icon-left .dropdown-item span:before {
  float: left;
}

.dropdown-margin-badges {
  margin-right: 20px;
}

.content-dropdown #simple-dropdown-output .dropdown-menu,
.content-dropdown .simple-dropdown .dropdown-menu,
.content-dropdown #tab-output .dropdown-menu {
  min-width: 13rem;
}
.content-dropdown .icon-dropdown-box button,
.content-dropdown #tab-output button {
  line-height: 1.25;
}
.content-dropdown .simple-dropdown button,
.content-dropdown #color-icon-output button,
.content-dropdown .pagination-dropdown button {
  line-height: 1.25;
}
.content-dropdown .simple-dropdown button:hover,
.content-dropdown #color-icon-output button:hover,
.content-dropdown .pagination-dropdown button:hover {
  border: 1px solid transparent;
}

/*----------------------------------------------

END DROPDOWN

------------------------------------------------*/
/*---- START DROPDOWN RESPONSIVE ----*/
@media (min-width: 1365px) and (max-width: 1635px) {
  .content-dropdown .simple-dropdown {
    margin-bottom: -15px;
  }
  .content-dropdown .simple-dropdown .btn-group {
    margin-bottom: 15px;
  }
  .content-dropdown .dropdown-color {
    margin-bottom: -15px;
    display: table;
  }
  .content-dropdown .dropdown-color .dropdown {
    margin-bottom: 15px;
  }
  .content-dropdown .dropdown-color .icon-dropdown-box-last {
    margin-bottom: 0;
  }
  .content-dropdown .content .pagination-dropdown .pagination .btn {
    padding: 13px;
  }
  .content-dropdown .content .nav-tab-horizontal-right ul .nav-item button {
    padding: 10px 15px;
    font-size: 15px;
  }
  .content-dropdown .small {
    margin-bottom: 15px;
  }

  .small-btn-mobile {
    clear: both;
  }
}
@media (min-width: 1200px) and (max-width: 1519px) {
  .icon-dropdown-box.float-xs-right,
  .dropdown-sm-badges.float-xs-right {
    float: left !important;
  }

  .content-dropdown .content .icon-dropdown-box,
  .content-dropdown .dropdown-margin-badges {
    margin-bottom: 15px;
    width: 50%;
    margin-right: 0;
  }
  .content-dropdown #dropdown-columns-output .icon-dropdown-box {
    width: 100%;
  }
}
@media (max-width: 1366px) {
  .content-dropdown .simple-dropdown,
  .content-dropdown .animation-dropdown,
  .content-dropdown #icon-dropdown-output,
  .content-dropdown #icon-dropdown-style-output,
  .content-dropdown #dropdown-columns-output {
    margin-bottom: -25px;
    display: table;
    width: 100%;
  }
  .content-dropdown .simple-dropdown .btn-group,
  .content-dropdown .animation-dropdown .btn-group,
  .content-dropdown #icon-dropdown-output .btn-group,
  .content-dropdown #icon-dropdown-style-output .btn-group,
  .content-dropdown #dropdown-columns-output .btn-group {
    margin-bottom: 15px;
  }
  .content-dropdown .dropdown-color {
    margin-bottom: -25px;
    display: table;
    width: 100%;
  }
  .content-dropdown .dropdown-color .dropdown {
    margin-bottom: 15px;
  }
  .content-dropdown .content .pagination-dropdown .pagination .btn {
    padding: 13px;
  }
  .content-dropdown .content .nav-tab-horizontal-right ul .nav-item button {
    padding: 10px 15px;
    font-size: 15px;
  }
  .content-dropdown .small {
    margin-bottom: 15px;
  }

  .small-btn-mobile {
    clear: both;
  }
}
@media (max-width: 1199px) {
  .small-btn-mobile {
    clear: inherit;
  }

  .content-dropdown .checkbox-dropdown {
    margin-bottom: -15px;
    display: table;
  }
  .content-dropdown #dropdown-columns-output {
    margin-bottom: -25px;
    display: table;
  }
  .content-dropdown .animation-dropdown {
    margin-bottom: 0;
  }
  .content-dropdown .simple-dropdown {
    margin-bottom: 0;
  }
  .content-dropdown .simple-dropdown .btn-group {
    margin-bottom: 0;
  }
  .content-dropdown .dropdown-color .dropdown {
    margin-bottom: 15px;
  }
  .content-dropdown .content .pagination-dropdown .pagination .btn {
    padding: 10px;
  }
  .content-dropdown .content .dropdown {
    margin-bottom: 25px;
  }
  .content-dropdown .content .icon-dropdown-box {
    width: 50%;
    margin-right: 0;
  }
  .content-dropdown .small {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .content-dropdown .content .pagination-dropdown .pagination .btn {
    padding: 15px 16px 16px 16px;
  }
  .content-dropdown .content .icon-dropdown-box {
    margin-bottom: 25px;
  }

  .spacing-md-bottom {
    margin-bottom: -15px;
    overflow: hidden;
  }

  .content-dropdown .content .simple-dropdown .btn-group {
    margin-right: 5px;
  }
}
@media (max-width: 767px) {
  .content-dropdown h4 {
    padding-bottom: 5px;
  }
  .content-dropdown #dropup-output button {
    padding: 5px 10px;
  }
  .content-dropdown .simple-dropdown {
    display: table;
    margin-bottom: -15px;
  }
  .content-dropdown .simple-dropdown .btn-group {
    margin-bottom: 15px;
  }
  .content-dropdown .dropdown-color {
    margin-bottom: -15px;
  }
  .content-dropdown .dropdown-color .dropdown {
    margin-bottom: 15px;
  }
  .content-dropdown .checkbox-dropdown .btn-group .btn {
    min-width: 115px;
  }
  .content-dropdown .small {
    margin-bottom: 15px;
  }
  .content-dropdown #dropdown-columns-output .icon-dropdown-box {
    width: 100%;
  }

  .small-btn-mobile {
    clear: both;
  }

  .wrapper .content-dropdown .btn-group .btn {
    font-size: 14px;
  }
  .wrapper .content-dropdown .btn-group .dropdown-menu a {
    font-size: 14px;
  }

  .spacing-sm-bottom {
    margin-bottom: -15px;
    overflow: hidden;
  }
}
@media (max-width: 479px) {
  .content-dropdown h4 {
    line-height: 25px;
  }
  .content-dropdown .checkbox-dropdown .btn-group {
    margin-bottom: 15px;
  }
  .content-dropdown #dropup-output .btn-group {
    margin-bottom: 15px;
  }
  .content-dropdown .content .pagination-dropdown .pagination .btn {
    padding: 9px 10px 10px 10px;
  }
  .content-dropdown .content .icon-dropdown-box {
    width: 100%;
  }
  .content-dropdown .content .icon-dropdown-box .dropdown-columns2 {
    width: 240px;
  }
  .content-dropdown .content .nav-tab-horizontal-right ul .nav-item button {
    padding: 11px 9px 10px 9px;
    font-size: 15px;
  }
  .content-dropdown #size-dropdown-output .btn-group {
    margin-bottom: 15px;
  }
  .content-dropdown .cd-dropdown > span {
    padding-left: 0;
  }
  .content-dropdown .checkbox-dropdown .btn-group .btn {
    min-width: 105px;
    margin-bottom: 0;
  }
  .content-dropdown .open > .dropdown-menu {
    width: auto;
  }
  .content-dropdown .pagination-dropdown .btn-group-icon .btn {
    padding: 10px 11px;
  }
}
@media (max-width: 550px) {
  .dropdown-sm-badges {
    margin-top: 15px;
  }
}
/*---- END DROPDOWN RESPONSIVE ----*/
/*----------------------------------------------

START SCROLLABLE

------------------------------------------------*/
/* START SCROLLABLE ROUND CSS */
.rounded-admin .form-inline button.btn {
  border-radius: 0 0 0 0;
}

/* END SCROLLABLE ROUND CSS */
.edit-scroll {
  margin-top: 20px;
}
.edit-scroll .input-group {
  width: 150px;
}
.edit-scroll input {
  border-radius: 0;
  padding: 8px 10px 7px 10px;
  line-height: 18px;
  -moz-line-height: 24px;
}

/*----------------------------------------------

END SCROLLABLE

------------------------------------------------*/
/*---- START SCROLLABLE RESPONSIVE ----*/
@media (max-width: 380px) {
  .edit-scroll .input-group {
    width: 100px;
  }
}
/*---- END SCROLLABLE RESPONSIVE ----*/
/*----------------------------------------------

START LIST-PAGE

------------------------------------------------*/
.roman-list-style {
  list-style-type: upper-roman;
}

.square-list-style {
  list-style-type: square;
}

.content-list .list-group-item {
  line-height: 20px;
}
.content-list .custom-content-list .list-group-item p {
  padding-bottom: 0;
}
.content-list .message-list-group .list-group-item {
  overflow: hidden;
}
.content-list .message-list-group .list-group-item .list-image {
  width: 10%;
}
.content-list .message-list-group .list-group-item .list-message {
  padding-left: 10px;
  width: 90%;
}
.content-list .message-list-group .list-group-item .list-message span {
  color: #999999;
  font-size: 12px;
  margin-top: 2px;
}
.content-list .message-list-group .list-group-item .list-message h6 {
  padding-bottom: 5px;
}
.content-list .message-list-group .list-group-item .list-message p {
  line-height: 22px;
  padding-bottom: 0;
}
.content-list .user-list .list-group-item {
  overflow: hidden;
  margin-bottom: 10px;
}
.content-list .user-list .list-group-item:last-child {
  margin-bottom: 0;
}
.content-list .user-list .user-list-image {
  width: 9%;
}
.content-list .user-list .user-list-detail {
  padding-left: 15px;
}
.content-list .user-list .user-list-detail p {
  padding-bottom: 0;
  line-height: 22px;
}
.content-list .user-list .user-list-detail small {
  font-size: 82%;
}
.content-list .comment-list .list-group-item {
  overflow: hidden;
  border: none;
  padding: 0.75rem 0;
}
.content-list .comment-list .list-group-item .list-group-item {
  padding-left: 0;
  padding-bottom: 0;
}
.content-list .comment-list .comment-image {
  width: 50px;
}
.content-list .comment-list .comment-detail {
  width: 94%;
  padding-left: 15px;
}
.content-list .comment-list .comment-detail h6 {
  padding-bottom: 5px;
}
.content-list .comment-list .comment-detail p {
  padding-bottom: 5px;
  line-height: 20px;
}
.content-list .comment-list .comment-detail span {
  color: #999999;
  font-size: 12px;
}
.content-list .comment-list .comment-icon a {
  margin-right: 5px;
}
.content-list .comment-list .comment-btn {
  padding-top: 10px;
}

/*----------------------------------------------

END LIST-PAGE

------------------------------------------------*/
/*---- START LIST-PAGE RESPONSIVE ----*/
@media (max-width: 1366px) {
  .content-list .user-list .user-list-image {
    width: 14%;
  }
  .content-list .comment-list .comment-detail {
    width: 93%;
    padding-left: 10px;
  }
  .content-list .comment-list .comment-image {
    width: 45px;
  }
}
@media (max-width: 1199px) {
  .content-list .comment-list .comment-detail {
    width: 91%;
  }
}
@media (max-width: 991px) {
  .content-list .user-list .user-list-image {
    width: 11%;
  }
  .content-list .message-list-group .list-group-item .list-image {
    width: 10%;
  }
  .content-list .message-list-group .list-group-item .list-message {
    width: 90%;
  }
  .content-list .comment-list .comment-detail {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .content-list .user-list .user-list-image {
    width: 18%;
  }
  .content-list .user-list .user-list-detail {
    padding-left: 10px;
  }
  .content-list .message-list-group .list-group-item .list-image {
    width: 17%;
  }
  .content-list .message-list-group .list-group-item .list-message {
    width: 82%;
  }
  .content-list .comment-list .comment-image {
    width: 38px;
  }
  .content-list .comment-list .comment-detail {
    width: 86%;
    padding-left: 7px;
  }
  .content-list .comment-list .comment-btn button {
    margin-bottom: 5px;
    padding: 5px;
  }
}
@media (max-width: 479px) {
  .content-list .user-list .list-group-item {
    padding: 12px;
  }
  .content-list .user-list .user-list-image {
    width: 30%;
  }
  .content-list .comment-list .comment-image {
    width: 30px;
  }
  .content-list .comment-list .comment-detail {
    width: 76%;
  }
  .content-list .comment-list .list-group-item {
    padding-left: 0;
    padding-right: 0;
  }
  .content-list .message-list-group .list-group-item .list-image {
    width: 30%;
    margin-right: 10px;
  }
  .content-list .message-list-group .list-group-item .list-message {
    float: none !important;
    padding-left: 0;
    width: auto;
  }
  .content-list .message-list-group .list-group-item .list-message p {
    font-size: 13px;
  }
}
/*---- END LIST-PAGE RESPONSIVE ----*/
/*----------------------------------------------

START IMAGES

------------------------------------------------*/
.image-lg {
  max-width: 280px;
  width: 100%;
  margin-right: 20px;
  margin-bottom: 10px;
}

.image-md {
  max-width: 220px;
  margin-right: 20px;
  margin-bottom: 10px;
  width: 100%;
}

.image-sm {
  max-width: 160px;
  width: 100%;
}

.image-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.image-circle-lg {
  width: 200px;
  height: 200px;
  margin-right: 20px;
  margin-bottom: 10px;
}

.image-circle-md {
  width: 150px;
  height: 150px;
  margin-right: 20px;
  margin-bottom: 10px;
}

.image-circle-sm {
  width: 110px;
  height: 110px;
}

.aligning-images img {
  width: 60%;
}

.image-width {
  width: 100%;
}

.image-zoom-out:hover img {
  -webkit-transform: rotate(0deg) scale(1);
  -moz-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  -o-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
}
.image-zoom-out img {
  -webkit-transform: rotate(15deg) scale(1.4);
  -moz-transform: rotate(15deg) scale(1.4);
  -ms-transform: rotate(15deg) scale(1.4);
  -o-transform: rotate(15deg) scale(1.4);
  transform: rotate(15deg) scale(1.4);
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.image-hover-color {
  cursor: pointer;
}
.image-hover-color:hover img {
  opacity: 0.5;
}
.image-hover-color img {
  opacity: 1;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.image-hover-shine {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.image-hover-shine:hover:before {
  -webkit-animation: shine 0.75s;
  -moz-animation: shine 0.75s;
  -o-animation: shine 0.75s;
  animation: shine 0.75s;
}
.image-hover-shine:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.4) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.4) 100%
  );
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.4) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.4) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.4) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#66FFFFFF', GradientType=1);
  -webkit-transform: skewX(-25deg);
  -moz-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  -o-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@-moz-keyframes shine {
  100% {
    left: 125%;
  }
}
@-ms-keyframes shine {
  100% {
    left: 125%;
  }
}
@-o-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.image-hover-circle {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.image-hover-circle:hover:before {
  -webkit-animation: circle 0.75s;
  -moz-animation: circle 0.75s;
  -o-animation: circle 0.75s;
  animation: circle 0.75s;
}
.image-hover-circle:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@-moz-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@-ms-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@-o-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
.card,
.img-thumbnail {
  border-radius: 0;
}

/*----------------------------------------------

END IMAGES

------------------------------------------------*/
/*---- START IMAGES RESPONSIVE ----*/
@media (max-width: 1366px) {
  .image-lg {
    max-width: 200px;
  }

  .image-md {
    max-width: 150px;
  }

  .image-sm {
    max-width: 100px;
  }

  .image-circle-lg {
    width: 190px;
    height: 190px;
  }

  .image-card .card-block {
    padding: 15px;
  }
  .image-card .card-title {
    font-size: 18px;
    margin-bottom: 0px;
  }
  .image-card .card-text {
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .image-hover-shine,
  .image-zoom-out,
  .image-margin {
    margin-bottom: 15px;
  }

  .image-clear-both {
    clear: both;
    overflow: hidden;
    margin-bottom: 10px;
  }

  .spacing-sm {
    margin-bottom: 0;
  }
}
@media (max-width: 479px) {
  .image-lg {
    max-width: 100%;
  }

  .image-md {
    max-width: 80%;
  }

  .image-sm {
    max-width: 60%;
  }

  .image-circle-lg {
    width: 250px;
    height: 250px;
  }

  .image-circle-md {
    width: 180px;
    height: 180px;
  }

  .image-circle-sm {
    width: 150px;
    height: 150px;
  }
}
/*---- END IMAGES RESPONSIVE ----*/
/*----------------------------------------------

START BADGES & LABEL

------------------------------------------------*/
/* START BADGES ROUND CSS */
.rounded-admin .content-badges #basic-tag-output .basic-tag-section h1 span {
  border-radius: 0;
}
.rounded-admin .content-badges #basic-tag-output .basic-tag-section h2 span {
  border-radius: 0;
}
.rounded-admin .content-badges #basic-tag-output .basic-tag-section h3 span {
  border-radius: 0px;
}
.rounded-admin .content-badges #basic-tag-output .basic-tag-section h4 span {
  border-radius: 0px;
}
.rounded-admin .content-badges #basic-tag-output .basic-tag-section h5 span {
  border-radius: 0px;
}
.rounded-admin .content-badges #basic-tag-output .basic-tag-section h6 span {
  border-radius: 0px;
}
.rounded-admin
  .content-badges
  #square-tags-output
  .square-tag-section
  span.tag {
  border-radius: 0;
}
.rounded-admin .content-badges #icon-tags-output span.tag {
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  text-align: center;
  border-radius: 0;
}
.rounded-admin
  .content-badges
  #status-badges-output
  .inline-badges-section
  .inline-badges-box {
  border-radius: 0;
}
.rounded-admin
  .content-badges
  #button-badges-output
  .button-tag-section
  .badges-tag {
  right: -1px;
  top: -4px;
}
.rounded-admin
  .content-badges
  #button-badges-output
  .button-tag-section
  .bottom-left-tag {
  bottom: -3px;
  left: -1px;
  right: auto;
  top: auto;
}
.rounded-admin
  .content-badges
  #button-badges-output
  .button-tag-section
  .left-tag {
  left: 1px;
  right: auto;
}
.rounded-admin
  .content-badges
  #button-badges-output
  .button-tag-section
  .bottom-right-tag {
  bottom: -4px;
  left: auto;
  right: 2px;
  top: auto;
}

/* END BADGES ROUND CSS */
.content-badges {
  overflow: visible;
}
.content-badges .label {
  padding: 5px 10px;
}
.content-badges .basic-tag-section h1,
.content-badges .basic-tag-section h2,
.content-badges .basic-tag-section h3,
.content-badges .basic-tag-section h4,
.content-badges .basic-tag-section h5,
.content-badges .basic-tag-section h6 {
  margin-bottom: 8px;
  font-weight: normal;
}
.content-badges .basic-tag-section h1 span,
.content-badges .basic-tag-section h2 span,
.content-badges .basic-tag-section h3 span,
.content-badges .basic-tag-section h4 span,
.content-badges .basic-tag-section h5 span,
.content-badges .basic-tag-section h6 span {
  font-weight: normal;
  border-radius: 0;
}
.content-badges .basic-tag-section h6 {
  margin-bottom: 0;
}
.content-badges .striped-tag-section span {
  color: #777777;
  font-size: 15px;
  border-radius: 0;
  font-weight: normal;
}
.content-badges .striped-tag-section .border-striped {
  border-left-width: 3px;
  border-style: solid;
  border-color: #818a91;
  padding: 5px 20px 5px 10px;
}
.content-badges .striped-tag-section .success-color {
  border-color: #5cb85c;
}
.content-badges .striped-tag-section .info-color {
  border-color: #5bc0de;
}
.content-badges .striped-tag-section .warning-color {
  border-color: #f0ad4e;
}
.content-badges .striped-tag-section .danger-color {
  border-color: #d9534f;
}
.content-badges .striped-tag-section .border-top-striped {
  border-left-width: 0px;
  border-top-width: 3px;
  padding: 10px 5px 5px 5px;
  margin-right: 30px;
}
.content-badges .striped-tag-section .border-right-striped {
  border-left-width: 0px;
  border-right-width: 3px;
}
.content-badges .striped-tag-section .border-bottom-striped {
  border-left-width: 0px;
  border-bottom-width: 3px;
  padding: 5px 5px 10px 5px;
  margin-right: 30px;
}
.content-badges .square-tag-section .square-tag {
  font-size: 12px;
  border-radius: 0;
  padding: 10px 15px;
}
.content-badges .image-tag-section .image-tag {
  position: relative;
  margin-right: 15px;
}
.content-badges .image-tag-section .image-tag img {
  width: 50px;
}
.content-badges .button-tag-section .button-tag {
  position: relative;
  margin-right: 15px;
}
.content-badges .badges-tag {
  border: 2px solid #ffffff;
  border-radius: 8px;
  height: 12px;
  right: -5px;
  top: -5px;
  position: absolute;
  width: 12px;
  z-index: 99;
}
.content-badges .left-tag {
  left: -5px;
  right: auto;
  background: #5bc0de;
}
.content-badges .bottom-right-tag {
  bottom: -5px;
  left: auto;
  right: -5px;
  top: auto;
  background: #d9534f;
}
.content-badges .bottom-left-tag {
  bottom: -5px;
  left: -5px;
  right: auto;
  top: auto;
  background: #f0ad4e;
}
.content-badges .inline-badges-section .inline-badges-box {
  border: 1px solid #cccccc;
  padding: 10px 15px;
  margin-right: 15px;
}
.content-badges .inline-badges-section .inline-badges-box span {
  margin-left: 5px;
}
.content-badges .inline-badges-section .inline-badges-box .left-badges {
  margin-left: 0;
  margin-right: 5px;
}
.content-badges .style-badges-section {
  overflow: visible;
}
.content-badges .style-badges-section .dropdown-toggle {
  border: none;
}
.content-badges .style-badges-section .dropdown-item {
  padding: 3px 15px;
  font-size: 12px;
}
.content-badges .style-badges-section span {
  margin-left: 15px;
  float: left;
}
.content-badges .style-badges-section span:first-child {
  margin-left: 0px;
}
.content-badges .style-badges-section .tag-border-success {
  border: 1px solid #5cb85c;
  color: #5cb85c;
}
.content-badges .style-badges-section .tag-border-primary,
.content-badges .style-badges-section .tag-primary {
  margin-left: 15px;
}
.content-badges .table-responsive table {
  margin-bottom: 0;
}

.content-badges .flat-buttons.tag-pill {
  border-radius: 10rem;
  line-height: 1;
}
.content-badges .flat-buttons.tag-pill:hover {
  font-size: 10px;
  letter-spacing: 0.8px;
  line-height: 11px;
}
.content-badges .flat-buttons.tag-pill:hover::after {
  margin: -2px 0 0 0.25em;
}
.content-badges .flat-buttons.tag-primary:hover {
  color: #ffffff;
}
.content-badges .button-tag .btn.flat-buttons {
  border: 1px solid transparent;
  line-height: 18px;
}

/*----------------------------------------------

END BADGES & LABEL

------------------------------------------------*/
/*---- START BADGES & LABEL RESPONSIVE ----*/
@media (max-width: 1366px) {
  .content-badges .square-tag-section .square-tag {
    padding: 10px 14px;
  }
  .content-badges .striped-tag-section .border-striped {
    padding: 5px 10px 5px 9px;
  }
  .content-badges .striped-tag-section .border-bottom-striped {
    margin-right: 12px;
    padding: 5px 5px 10px 5px;
  }
  .content-badges .striped-tag-section .border-top-striped {
    margin-right: 12px;
    padding: 10px 5px 5px 5px;
  }
}
@media (max-width: 1199px) {
  .content-badges .striped-tag-section .border-striped {
    padding: 5px 20px 5px 10px;
  }
  .content-badges .striped-tag-section .border-bottom-striped {
    margin-right: 30px;
    padding: 5px 5px 10px 5px;
  }
  .content-badges .striped-tag-section .border-top-striped {
    margin-right: 30px;
    padding: 10px 5px 5px 5px;
  }
}
@media (max-width: 767px) {
  .content-badges .square-tag-section {
    margin-bottom: -5px;
    display: table;
  }
  .content-badges .square-tag-section .square-tag {
    margin-bottom: 5px;
  }
  .content-badges .square-tag-section .square-tag:nth-child(5) {
    margin-bottom: 0;
  }
  .content-badges .square-tag-section .square-tag:nth-child(6) {
    margin-bottom: 0;
  }
  .content-badges .striped-tag-section .border-striped {
    margin-bottom: 15px;
  }
  .content-badges .striped-tag-section .border-striped:nth-child(5) {
    margin-bottom: 0;
  }
  .content-badges .striped-tag-section .border-striped:nth-child(6) {
    margin-bottom: 0;
  }
  .content-badges .striped-tag-section .border-striped:nth-child(11) {
    margin-bottom: 0;
  }
  .content-badges .striped-tag-section .border-striped:nth-child(12) {
    margin-bottom: 0;
  }
  .content-badges .striped-tag-section .border-top-striped {
    margin-right: 25px;
  }
}
@media (max-width: 479px) {
  .content-badges .square-tag-section .square-tag {
    font-size: 13px;
    font-weight: normal;
  }
  .content-badges .striped-tag-section .border-striped {
    margin-bottom: 10px;
    font-size: 13px;
  }
  .content-badges .inline-badges-section .inline-badges-box {
    padding: 10px;
  }
  .content-badges .inline-badges-section .inline-badges-box:last-child {
    margin-right: 0;
  }
  .content-badges .style-badges-section .tag-border-primary {
    margin-left: 10px;
    margin-right: 5px;
  }
  .content-badges .style-badges-section span {
    margin-left: 5px;
  }
  .content-badges .image-tag-section .image-tag {
    margin-right: 10px;
  }
  .content-badges .image-tag-section .image-tag:last-child {
    margin-bottom: 0;
  }
  .content-badges .button-tag-section .button-tag {
    margin-bottom: 15px;
  }
  .content-badges .button-tag-section .button-tag:nth-child(3),
  .content-badges .button-tag-section .button-tag:nth-child(4) {
    margin-bottom: 0;
  }
  .content-badges .striped-tag-section .border-striped {
    padding-right: 15px;
  }
  .content-badges .striped-tag-section .border-top-striped {
    margin-right: 9px;
  }
  .content-badges .striped-tag-section .border-bottom-striped {
    margin-right: 16px;
  }
  .content-badges .page-content-title {
    margin-bottom: 0;
  }
}
/*---- End BADGES & LABEL RESPONSIVE ----*/
/*----------------------------------------------

START CAROUSEL

------------------------------------------------*/
.owl-carousel.slider-custom .owl-stage-outer .owl-stage .owl-item .item {
  height: 150px;
  padding: 15px;
}
.owl-carousel.slider-custom .owl-stage-outer .owl-stage .owl-item .item h4 {
  color: #ffffff;
}

.owl-theme .owl-dots .owl-dot span {
  margin-bottom: 0;
}

.slick-dotted.slick-slider {
  margin-bottom: 15px;
}

.carousel-caption p {
  padding: 0;
  line-height: 20px;
}

.owl-carousel.color-green .owl-stage-outer .owl-stage .owl-item .item {
  background: #5cb85c;
}

.owl-carousel.color-yellow .owl-stage-outer .owl-stage .owl-item .item {
  background: #f0ad4e;
}

.owl-carousel.color-primary .owl-stage-outer .owl-stage .owl-item {
  border-right: 1px solid #ffffff;
}
.owl-carousel.color-primary .owl-stage-outer .owl-stage .owl-item .owl-lazy {
  opacity: 1;
  height: 150px;
  padding: 15px;
}
.owl-carousel.color-primary .owl-stage-outer .owl-stage .owl-item .owl-lazy h4 {
  color: #ffffff;
}

.owl-carousel.color-gray .owl-stage-outer .owl-stage .owl-item {
  background: #ccc;
  border-right: 1px solid #ffffff;
}

.slider {
  margin: 0 25px 0;
}
.slider .slick-track .slick-slide h3 {
  background: #cccccc;
  color: #ffffff;
  font-size: 24px;
  line-height: 100px;
  margin: 10px 5px;
  padding: 20px 10px;
  position: relative;
  transition: all 300ms ease;
  text-align: center;
}
.slider .slick-prev:before,
.slider .slick-next:before {
  color: #b5b5b5;
}

.center-mode .slick-track .slick-current h3 {
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  color: white;
  opacity: 1;
}

.wrapper .slick-list {
  z-index: 99;
}

.carousel .url-button a {
  line-height: 15px;
  color: #ffffff;
}

.owl-carousel .owl-item img {
  transform-style: flat;
}

/*----------------------------------------------

END CAROUSEL

------------------------------------------------*/
/*---- START CAROUSEL RESPONSIVE ----*/
@media (max-width: 479px) {
  .url-button a {
    margin-bottom: 10px;
  }

  #owl-full .owl-stage-outer .owl-stage .owl-item .item img,
  #owl-padding .owl-stage-outer .owl-stage .owl-item .item img {
    height: 100px;
  }
}
@media (max-width: 991px) {
  .slider .slick-track .slick-slide h3 {
    font-size: 24px;
    margin: 5px;
  }

  .carousel-caption h3 {
    font-size: 18px;
    line-height: 32px;
  }

  .slick-dotted.slick-slider {
    margin-bottom: 20px;
  }

  .fade-slide.slick-dotted.slick-slider {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .carousel .divider-sm-spacing {
    height: 25px;
  }

  #owl-full .owl-stage-outer .owl-stage .owl-item .item img,
  #owl-padding .owl-stage-outer .owl-stage .owl-item .item img {
    height: 150px;
  }
}
@media (max-width: 479px) {
  #owl-full .owl-stage-outer .owl-stage .owl-item .item img,
  #owl-padding .owl-stage-outer .owl-stage .owl-item .item img {
    height: 100px;
  }
}
/*---- END CAROUSEL RESPONSIVE ----*/
/*----------------------------------------------

START MODAL

------------------------------------------------*/
.modals-margin-bottom {
  margin-bottom: -10px;
}

.modal .modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.modal .modal-content .modal-footer .btn {
  margin-bottom: 0;
  margin-right: 0;
  min-width: auto;
}

.primary-modal .modal-header,
.success-modal .modal-header,
.info-modal .modal-header,
.warning-modal .modal-header,
.danger-modal .modal-header {
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  -ms-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  -ms-border-top-left-radius: 0;
  border-top-left-radius: 0;
}
.primary-modal .modal-header .close,
.success-modal .modal-header .close,
.info-modal .modal-header .close,
.warning-modal .modal-header .close,
.danger-modal .modal-header .close {
  color: #ffffff;
}
.primary-modal .modal-title,
.success-modal .modal-title,
.info-modal .modal-title,
.warning-modal .modal-title,
.danger-modal .modal-title {
  color: #ffffff;
}

.success-modal .modal-header {
  background: #5cb85c;
}

.info-modal .modal-header {
  background: #5bc0de;
}

.warning-modal .modal-header {
  background: #f0ad4e;
}

.danger-modal .modal-header {
  background: #d9534f;
}

.bottom-modal .modal-dialog {
  bottom: 0;
  position: fixed;
  left: 0;
  right: 0;
}

.modal.fade.center-modal .modal-dialog {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.left-modal .modal-dialog {
  position: fixed;
  top: 40%;
  left: 20px;
}

.right-modal .modal-dialog {
  position: fixed;
  top: 40%;
  right: 20px;
}

.grid-modal {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #e9e9e9;
  border: 1px solid #ccc;
  margin-bottom: 15px;
}

.image-modal .modal-body {
  overflow: hidden;
}

.re-modal {
  text-align: center;
}
.re-modal h3 {
  padding-top: 20px;
}

.border-modal .modal-dialog {
  border: 20px solid rgba(0, 0, 0, 0.3);
}

.learn-modal .modal-body {
  padding: 25px;
}

.primary-background-modal .modal-body {
  color: #ffffff;
}

.success-background-modal .modal-body {
  background: #5cb85c;
  color: #ffffff;
}
.success-background-modal .modal-footer {
  background: #5cb85c;
}

.info-background-modal .modal-body {
  background: #5bc0de;
  color: #ffffff;
}
.info-background-modal .modal-footer {
  background: #5bc0de;
}

.warning-background-modal .modal-body {
  background: #f0ad4e;
  color: #ffffff;
}
.warning-background-modal .modal-footer {
  background: #f0ad4e;
}

.danger-background-modal .modal-body {
  background: #d9534f;
  color: #ffffff;
}
.danger-background-modal .modal-footer {
  background: #d9534f;
}

.content-modal .btn-margin .btn {
  margin-right: 15px;
  margin-bottom: 10px;
}

/*----------------------------------------------

END MODAL

------------------------------------------------*/
/*---- START MODAL RESPONSIVE ----*/
@media (max-width: 767px) {
  .left-modal .modal-dialog {
    left: 0;
  }

  .right-modal .modal-dialog {
    right: 0;
  }
}
@media (max-width: 479px) {
  .content-modal .btn-margin .btn {
    min-width: 45%;
    text-align: center;
  }
  .content-modal .btn-margin .btn:nth-child(2n) {
    margin-right: 0;
    text-align: center;
  }
  .content-modal .inner-content-section {
    padding: 10px;
  }
}
/*---- END MODAL RESPONSIVE ----*/
/*----------------------------------------------

UTILITIES PAGE STYLE

------------------------------------------------*/
.utilities_main table {
  width: 100%;
  max-width: 100%;
}
.utilities_main table th,
.utilities_main table td {
  padding: 15px 10px;
}
.utilities_main .table-responsive {
  display: inline-table;
}
.utilities_main .utilities_vertical_output.table-responsive {
  display: inline-table;
}

.utilities_table {
  border: 1px solid #e9e9e9;
}
.utilities_table thead tr th {
  border: none;
  vertical-align: top;
}
.utilities_table th,
.utilities_table td {
  border: 1px solid #e9e9e9;
  padding: 15px 15px;
}
.utilities_table tr code {
  background: none;
  padding: 0;
}
.utilities_table tr p {
  padding-bottom: 0;
}
.utilities_table .is-visible {
  color: #468847;
  background-color: #dff0d8;
  font-weight: 700;
}
.utilities_table .is-hidden {
  color: #cccccc;
  background-color: #f9f9f9;
  font-weight: 700;
}
.utilities_table tbody tr:nth-of-type(odd) {
  background-color: #eeeeee;
}

.utilities_title {
  font-size: 16px;
  line-height: 24px;
}
.utilities_title p {
  font-size: 12px;
  font-weight: normal;
}

.utilities_main .table {
  margin-bottom: 0;
}

.utilities_border img {
  width: 100px;
  height: 100px;
}

.utilities_vertical_output td {
  height: 200px;
}
.utilities_vertical_output .align-text-bottom {
  vertical-align: bottom !important;
}

/*----------------------------------------------

END UTILITIES PAGE STYLE

------------------------------------------------*/
/*---- START RESPONSIVE ----*/
@media (max-width: 479px) {
  .utilities_border img {
    width: 70px;
    height: 70px;
  }

  .tab-title-xs {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 70px;
  }

  .utilities_border img {
    height: auto;
    width: 40px;
  }

  .utilities_title {
    font-size: 14px;
  }
}
/*---- END RESPONSIVE ----*/
/*----------------------------------------------

START PROGRESS-BAR-PAGE

------------------------------------------------*/
.progress-sm {
  height: 5px;
}

.progress-md {
  height: 10px;
}

.progress-lg {
  height: 22px;
}

.vertical-progress-bar {
  overflow: hidden;
}
.vertical-progress-bar .progress-bar {
  float: left;
  height: 145px;
  width: 30px;
  margin-right: 45px;
}
.vertical-progress-bar .progress-track {
  position: relative;
  width: 100%;
  height: 100%;
  background: #eeeeee;
}
.vertical-progress-bar .progress-fill {
  position: relative;
  height: 50%;
  width: 100%;
  color: #ffffff;
  text-align: center;
  line-height: 20px;
}
.vertical-progress-bar .progress-fill span {
  font-size: 10px;
}
.vertical-progress-bar .veritcal-progress-info {
  background: #5bc0de;
}
.vertical-progress-bar .veritcal-progress-danger {
  background: #d9534f;
}
.vertical-progress-bar .veritcal-progress-warning {
  background: #f0ad4e;
}

.progress-primary[value]::-webkit-progress-bar {
  background-color: #eeeeee;
}

.circle-bar {
  width: 130px;
  height: 130px;
  margin: auto;
  display: table;
}

.animated-bar {
  margin-bottom: 15px;
  height: 20px;
}

.simple-progress-bar progress:last-child,
.label-progress-bar progress:last-child,
.colored-progress-bar progress:last-child,
.striped-progress-bar progress:last-child,
.sizing-progress-bar progress:last-child,
.skill-progress-bar progress:last-child {
  margin-bottom: 0;
}

.animated-bar:last-child {
  margin-bottom: 0;
}

.skill-progress-bar .skill {
  margin-bottom: 5px;
}

.anim-bar .progress-1 {
  margin-bottom: 1rem;
  display: block;
}
.anim-bar .progress-2 {
  margin-bottom: 1rem;
  display: block;
}
.anim-bar .progress-3 {
  margin-bottom: 1rem;
  display: block;
}

/*----------------------------------------------

END PROGRESS-BAR-PAGE

------------------------------------------------*/
/*---- START PROGRESS-BAR-PAGE RESPONSIVE ----*/
@media (max-width: 1366px) {
  .circle-bar {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 1199px) {
  .circle-bar {
    width: 150px;
    height: 150px;
  }

  .vertical-progress-bar .progress-bar {
    margin-right: 30px;
  }
}
@media (max-width: 991px) {
  .vertical-progress-bar .progress-bar {
    margin-right: 18px;
  }
}
@media (max-width: 767px) {
  .circle-bar {
    width: 100px;
    height: 100px;
  }
}
/*---- END PROGRESS-BAR-PAGE RESPONSIVE ----*/
/*----------------------------------------------

START TOOLTIP & POPOVER

------------------------------------------------*/
/* START TOOLTIP ROUND CSS */
#api-examples i {
  border-radius: 0;
}
#api-examples i:hover {
  border-radius: 0;
}

.style-tooltip i input {
  border-radius: 0;
}
.style-tooltip i input:hover {
  border-radius: 0;
}

/* End TOOLTIP ROUND CSS */
.content-tooltip p {
  padding-bottom: 0;
}
.content-tooltip .style-tooltip {
  margin-bottom: -10px;
}
.content-tooltip .style-tooltip input {
  border: 1px solid #cccccc;
  background: none;
  padding: 10px 15px;
  margin: 0 10px 10px 0;
  cursor: pointer;
}
.content-tooltip .style-tooltip .mouse-drag {
  padding: 10px 0;
  font-weight: 700;
}
.content-tooltip .settings-button {
  margin-right: 20px;
}
.content-tooltip .settings-button img {
  width: 50px;
  cursor: pointer;
}
.content-tooltip .basic-popover-section .text-popover {
  font-size: 16px;
  margin-right: 25px;
  cursor: pointer;
}
.content-tooltip #api-examples input {
  cursor: pointer;
}

#powerTip {
  border-radius: 0;
  z-index: 999;
}

.tooltip-inner {
  border-radius: 0;
}

.tool-container.tool-top {
  z-index: 999 !important;
}

.tool-top .tool-item {
  color: #ffffff;
  line-height: 32px;
}

.tool-left .tool-item {
  color: #ffffff;
  line-height: 32px;
}

.tool-container {
  border-radius: 1px;
  box-shadow: none;
}

.content-tooltip .btn {
  border: 1px solid transparent;
  line-height: 18px;
}
.content-tooltip .btn:hover {
  line-height: 18px;
}

.tool-container.gradient {
  z-index: 999 !important;
}

.popover {
  z-index: 999;
}

/*----------------------------------------------

END TOOLTIP & POPOVER

------------------------------------------------*/
/*---- START TOOLTIP & POPOVER RESPONSIVE ----*/
@media (max-width: 1366px) {
  .content-tooltip .basic-popover-section {
    margin-bottom: -15px;
  }
  .content-tooltip .basic-popover-section button {
    margin-bottom: 15px;
  }
}
@media (max-width: 1199px) {
  .content-tooltip .basic-popover-section .text-popover {
    margin-right: 18px;
  }
}
@media (max-width: 991px) {
  .content-tooltip .basic-popover-section button {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .content-tooltip #api-examples input:last-child {
    margin-bottom: 0;
  }
  .content-tooltip .style-tooltip {
    margin-bottom: 0;
  }
  .content-tooltip #style-tooltip-output {
    margin-bottom: -10px;
  }
}
@media (max-width: 479px) {
  .content-tooltip .style-tooltip input {
    margin: 0 10px 10px 0;
  }
  .content-tooltip .basic-popover-section .text-popover {
    margin-bottom: 10px;
  }
  .content-tooltip .settings-button {
    margin-right: 10px;
  }
  .content-tooltip .basic-tooltip-section {
    margin-bottom: -10px;
    display: table;
  }
  .content-tooltip .basic-tooltip-section .btn {
    margin-bottom: 10px;
  }

  .popover.bs-tether-element-attached-bottom,
  .popover.popover-top {
    margin-left: -2px;
  }
}
/*---- End TOOLTIP & POPOVER RESPONSIVE ----*/
/*----------------------------------------------

START BOOTBOX

------------------------------------------------*/
.bb-alert {
  position: fixed;
  right: 10px;
  font-size: 17px;
  padding: 20px;
  z-index: 99999;
}

.bootbox .modal-content .modal-footer .btn {
  margin-left: 10px;
}

.content-bootbox .btn {
  margin: 3px 2px;
}
.content-bootbox .md-overlay {
  z-index: 99999;
  background: rgba(0, 0, 0, 0.8);
}
.content-bootbox .md-modal {
  z-index: 999999;
}
.content-bootbox h3 {
  color: #ffffff;
}
.content-bootbox .md-show.md-effect-12 ~ .md-overlay {
  background: #000;
}
.content-bootbox .md-show.md-effect-18 ~ .md-overlay {
  background: rgba(0, 0, 0, 0.8);
}
.content-bootbox .btn-hover-primary {
  margin: 0 auto;
  color: #ffffff;
}
.content-bootbox .pre-code pre {
  line-height: 30px;
}

.bootbox-form .checkbox input {
  vertical-align: middle;
  margin-right: 5px;
}

.md-show.md-effect-12 .md-content {
  border: 1px solid;
}

/*---- ----*/
.demo-modal {
  background-color: #ffffff;
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2),
    0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
  padding: 24px;
  width: 30%;
  position: relative;
  display: none;
}

.demo-modal-multiple-1 {
  width: 40%;
}

.table-demo i {
  font-size: 11px;
  color: #999999;
}

.demo-overview button {
  margin: 0 5px 5px 0;
}

.btn-firstup:first-letter {
  text-transform: uppercase;
}

.tabs > .demo-tab-content {
  padding-left: 0;
  padding-right: 0;
}

.demo-close {
  display: block;
  position: absolute;
  top: -35px;
  right: 0;
  z-index: 10000;
  outline: none;
  font-size: 30px;
  line-height: 30px;
  transition: transform 0.3s ease-in-out;
  color: #ffffff;
}
.demo-close:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  color: #ffffff;
}

.demo-browsers {
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 30px;
  color: #777777;
}
.demo-browsers > i {
  display: inline-block;
  margin-right: 5px;
}

.demo-header-button {
  display: inline-block;
  margin-left: 10px;
}

.demo-close-btn {
  display: none;
}

.custombox-fullscreen .demo-close-btn {
  display: block;
  margin-bottom: 10px;
}

.browser-support-content p {
  text-align: center;
}

/*----------------------------------------------

END BOOTBOX

------------------------------------------------*/
/*---- START BOOTBOX RESPONSIVE ----*/
@media (max-width: 991px) {
  .demo-modal {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .bb-alert {
    right: 5px;
    font-size: 14px;
    padding: 15px;
  }
}
@media (max-width: 479px) {
  .bb-alert {
    padding: 10px;
  }

  .bootbox .modal-content .modal-header .modal-title {
    font-size: 20px;
  }

  .md-modal {
    min-width: 310px;
  }
  .md-modal .md-content div {
    padding: 5px 10px 20px;
    font-size: 14px;
  }
  .md-modal .md-content h3 {
    font-size: 24px;
  }
}
/*---- END BOOTBOX RESPONSIVE ----*/
/*----------------------------------------------

TOASTR PAGE STYLE

------------------------------------------------*/
[aria-live="polite"] {
  z-index: 9999;
}

[aria-live="polite"] > div {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

button .toast-close-button {
  font-weight: 700;
}

.toast-title {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 5px;
}

.amaran.default {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-size: 16px;
  font-weight: normal;
  opacity: 0.95;
}
.amaran.default .default-message {
  margin-left: 10px;
}
.amaran.default .default-spinner {
  display: none;
}
.amaran.awesome {
  box-shadow: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.amaran.awesome .icon {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  width: 30%;
  height: 100%;
  top: 25px;
  left: 0px;
  line-height: 88px;
  font-size: 25px;
}
.amaran.awesome p {
  padding-left: 30px;
}
.amaran.awesome p.bold {
  padding-left: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.amaran.awesome.error {
  border: 1px solid #d9534f;
}
.amaran.awesome.error p {
  font-size: 14px;
}
.amaran.awesome.error p.bold {
  font-size: 16px;
}
.amaran.awesome.success {
  border: 1px solid #5cb85c;
}
.amaran.awesome.success .icon {
  background-color: #5cb85c;
  color: #ffffff;
}
.amaran.awesome.success p {
  font-size: 14px;
}
.amaran.awesome.success p.bold {
  color: #5cb85c;
  font-size: 16px;
}
.amaran.user {
  box-shadow: none;
}

/*----------------------------------------------

END TOASTR PAGE STYLE

------------------------------------------------*/
/*----------------------------------------------

START HIGHLIGHT

------------------------------------------------*/
.content-highlight pre {
  padding: 0;
}
.content-highlight a {
  text-decoration: underline;
}

pre .hljs-name,
pre .hljs-selector-class,
pre .hljs-selector-id,
pre .hljs-keyword,
pre .hljs-selector-tag,
pre .hljs-attr,
code .hljs-name,
code .hljs-selector-class,
code .hljs-selector-id,
code .hljs-keyword,
code .hljs-selector-tag,
code .hljs-attr {
  color: #f0ad4e;
}

/*----------------------------------------------

END HIGHLIGHT

------------------------------------------------*/
/*----------------------------------------------

START MASONRY

------------------------------------------------*/
/* START MASONRY ROUND CSS */
.rounded-admin .masonry-box .icon-box-masonry {
  border-radius: 0;
}
.rounded-admin .masonry-box .icon-box-masonry:hover {
  border-radius: 0;
}

/* END MASONRY ROUND CSS */
.content-masonry {
  padding: 10px;
}
.content-masonry #masonry-section {
  -moz-column-count: 4;
  -webkit-column-count: 4;
  column-count: 4;
  -moz-column-gap: 0px;
  -webkit-column-gap: 0px;
  column-gap: 0px;
  width: 100%;
  padding: 0px;
}
.content-masonry #masonry-section .masonry-box {
  display: inline-block;
  margin: 10px;
  padding: 0;
  position: relative;
  overflow: visible;
}
.content-masonry #masonry-section .masonry-box .content-inner-detail {
  padding: 15px;
}
.content-masonry #masonry-section .masonry-box .content-inner-detail h6 {
  color: #777777;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}
.content-masonry #masonry-section .masonry-box .content-inner-detail p {
  padding: 0;
  clear: both;
}
.content-masonry
  #masonry-section
  .masonry-box
  .content-inner-detail
  .masonry-profile {
  margin: -50px auto 0 auto;
  z-index: 99;
  width: 75px;
  position: relative;
  margin-bottom: 5px;
}
.content-masonry #masonry-section .masonry-box .icon-box-masonry {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: -10px;
  color: #ffffff;
  line-height: 32px;
}
.content-masonry #masonry-section .masonry-box .bottom-masonary {
  background: #f9f9f9;
  border-top: 1px solid #e9e9e9;
  padding: 10px;
  overflow: hidden;
}
.content-masonry #masonry-section .masonry-box .bottom-masonary a {
  padding-right: 5px;
  color: #999999;
}
.content-masonry #masonry-section .masonry-box .bottom-masonary a span {
  margin-right: 5px;
}
.content-masonry #masonry-section .masonry-box .bottom-masonary a:last-child {
  padding-right: 0;
}

/*----------------------------------------------

END MASONRY

------------------------------------------------*/
/*---- START MASONRY RESPONSIVE ----*/
@media (max-width: 1366px) {
  .content-masonry #masonry-section {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    -moz-column-gap: 0px;
    -webkit-column-gap: 0px;
    column-gap: 0px;
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .content-masonry #masonry-section {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 0px;
    -webkit-column-gap: 0px;
    column-gap: 0px;
    width: 100%;
  }
  .content-masonry #masonry-section .masonry-box .content-inner-detail h4 {
    font-size: 21px;
    line-height: 21px;
  }
}
@media (max-width: 767px) {
  .content-masonry #masonry-section {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    -moz-column-gap: 0px;
    -webkit-column-gap: 0px;
    column-gap: 0px;
    width: 100%;
  }
}
@media (max-width: 479px) {
  .content-masonry #masonry-section .masonry-box .content-inner-detail h4 {
    font-size: 18px;
    line-height: 18px;
  }
}
/*---- END MASONRY RESPONSIVE ----*/
/*----------------------------------------------

START SWEETALERT

------------------------------------------------*/
.swal2-modal .swal2-spacer {
  margin: 20px 0;
}
.swal2-modal .btn {
  margin: 0 5px;
}

.swal2-container .animated {
  visibility: visible;
}

.swal2-confirm.btn-success {
  margin-right: 10px;
}

.swal2-progresssteps .swal2-progresscircle {
  padding-left: 2px;
}

.swal2-container {
  z-index: 9999;
}

/*----------------------------------------------

END SWEETALERT

------------------------------------------------*/
/*---- START SWEETALERT RESPONSIVE ----*/
@media (max-width: 991px) {
  .swal2-container .swal2-modal {
    padding: 25px !important;
    min-height: 150px !important;
  }
  .swal2-container .swal2-modal .swal2-title {
    line-height: 35px;
    font-size: 24px;
  }
  .swal2-container .swal2-modal .swal2-spacer {
    margin: 5px 0;
  }
  .swal2-container .swal2-modal .btn {
    margin: 0 3px;
  }
}
@media (max-width: 767px) {
  .swal2-container .swal2-modal {
    padding: 25px !important;
    min-height: 180px !important;
  }
  .swal2-container .swal2-modal .swal2-title {
    line-height: 35px;
    font-size: 22px;
  }
  .swal2-container .swal2-modal .swal2-spacer {
    margin: 5px 0;
  }
  .swal2-container .swal2-modal .btn {
    margin: 0 3px;
  }
}
/*---- END SWEETALERT RESPONSIVE ----*/
/*----------------------------------------------

START RATING

------------------------------------------------*/
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: local("Material Icons"), local("MaterialIcons-Regular"),
    url(https://fonts.gstatic.com/s/materialicons/v7/2fcrYFNaTjcS6g4U3t-Y5UEw0lE80llgEseQY3FEmqw.woff2)
      format("woff2"),
    url(https://fonts.gstatic.com/s/materialicons/v7/2fcrYFNaTjcS6g4U3t-Y5RV6cRhDpPC5P4GCEJpqGoc.woff)
      format("woff");
}
.content-rating p {
  padding-bottom: 0;
}
.content-rating .live-rating {
  color: #087380;
  font-size: 25px;
  margin-left: 10px;
}
.content-rating #full-rating-output,
.content-rating #read-rating-output,
.content-rating #half-rating-output,
.content-rating #size-rating-output,
.content-rating #select-rating-output,
.content-rating #color-rating-output,
.content-rating #callback-rating-output {
  margin-bottom: -10px;
  display: table;
}

.desktop-divider {
  margin-bottom: 15px;
  clear: both;
}

.material-icons {
  cursor: pointer;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  color: #087380;
  word-wrap: normal;
  -moz-font-feature-settings: "liga";
  -moz-osx-font-smoothing: grayscale;
}
.material-icons i {
  cursor: pointer;
}

/*----------------------------------------------

END RATING

------------------------------------------------*/
/*---- START RATING RESPONSIVE ----*/
@media (max-width: 1366px) {
  .divider-xl-spacing {
    height: 25px;
    clear: both;
  }
}
@media (max-width: 1199px) {
  .divider-lg-spacing {
    height: 25px;
    clear: both;
  }
}
@media (max-width: 991px) {
  .divider-md-spacing {
    height: 25px;
    clear: both;
  }
}
@media (max-width: 767px) {
  .divider-xs-spacing {
    height: 35px;
    clear: both;
  }
}
/*---- END RATING RESPONSIVE ----*/
/*----------------------------------------------

START SORTABLE-NESTABLE-PAGE

------------------------------------------------*/
/* START SORTABLE & NESTABLE ROUND CSS */
.sortable-list ul .btn.flat-buttons {
  border-radius: 0;
}
.sortable-list ul .btn.flat-buttons:hover {
  border-radius: 0;
}

/* END SORTABLE & NESTABLE ROUND CSS */
.sortable-list ul {
  padding: 0;
}
.sortable-list li {
  padding: 10px;
  margin-bottom: 10px;
  list-style: none;
  border: 1px solid #cccccc;
}
.sortable-list li.btn {
  min-width: 135px;
  float: left;
  margin-right: 10px;
}
.sortable-list li.btn:last-child {
  margin-bottom: 10px;
}
.sortable-list li:last-child {
  margin-bottom: 0;
}
.sortable-list .add-list-btn {
  margin-top: 10px;
}
.sortable-list .js-remove {
  cursor: pointer;
}

.list-handle .handle {
  margin-right: 8px;
  cursor: pointer;
}

.multi-list-data {
  border: 1px solid #cccccc;
  margin-bottom: 15px;
}
.multi-list-data .data-name {
  margin: 5px 0;
}

.tile_name {
  cursor: move;
}

.multi-list-box {
  min-height: 200px;
}

.sortable-ghost {
  opacity: 0.1;
}

.add-list-label {
  margin-bottom: 10px;
}

.nestable-list .nestable-menu {
  margin-bottom: 15px;
}

.dd-item div {
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #cccccc;
}
.dd-item button {
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  width: 35px;
  height: 38px;
  margin: 5px 0;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: transparent;
  line-height: 2;
  text-align: center;
  font-weight: 700;
}
.dd-item button:before {
  content: "+";
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  text-indent: 0;
}
.dd-item button[data-action="collapse"]:before {
  content: "-";
}

.multiple-sortable {
  margin-bottom: -15px;
  display: table;
  width: 100%;
}

.dd {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  max-width: 600px;
  list-style: none;
}

.dd-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.dd-list .dd-list {
  padding-left: 30px;
}

.dd-collapsed .dd-list {
  display: none;
}

.dd-item,
.dd-empty,
.dd-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
}

.dd-handle {
  display: block;
  margin: 5px 0;
  text-decoration: none;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.dd-handle:hover {
  background: #ffffff;
}

.dd-placeholder,
.dd-empty {
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  border: 1px dashed #cccccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.dd-empty {
  border: 1px dashed #cccccc;
  min-height: 100px;
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
}

.dd-dragel {
  position: absolute;
  pointer-events: none;
  z-index: 9999;
}
.dd-dragel .dd-item .dd-handle {
  margin-top: 0;
}
.dd-dragel .dd-dragel .dd-handle {
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 2px 4px 6px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 2px 4px 6px 0;
  box-shadow: rgba(0, 0, 0, 0.1) 2px 4px 6px 0;
}

.dd-list li:last-child .dd-handle {
  margin-bottom: 0;
}

/*----------------------------------------------

END SORTABLE-NESTABLE-PAGE

------------------------------------------------*/
/*---- START SORTABLE-NESTABLE-PAGE RESPONSIVE ----*/
@media (min-width: 1199px) and (max-width: 1670px) {
  .xl-multi-sortable {
    width: 50%;
    margin-bottom: 20px;
  }
  .xl-multi-sortable:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .sortable-list li.btn {
    width: 125px;
  }
}
@media (max-width: 479px) {
  .sortable-list li.btn {
    margin-right: 5px;
    width: 47%;
    float: left;
    min-width: 47%;
  }
}
/*---- END SORTABLE-NESTABLE-PAGE RESPONSIVE ----*/
/*----------------------------------------------

START LIGHTBOX

------------------------------------------------*/
/* START LIGHTBOX ROUND CSS */
.rounded-admin .content-lightbox #image-popups .btn.flat-buttons,
.rounded-admin .content-lightbox #image-popups .back-lightobx.flat-buttons,
.rounded-admin .content-lightbox .lightbox-image .btn.flat-buttons,
.rounded-admin .content-lightbox .lightbox-image .back-lightobx.flat-buttons {
  border-radius: 0;
}
.rounded-admin .content-lightbox #image-popups .btn.flat-buttons:hover,
.rounded-admin
  .content-lightbox
  #image-popups
  .back-lightobx.flat-buttons:hover,
.rounded-admin .content-lightbox .lightbox-image .btn.flat-buttons:hover,
.rounded-admin
  .content-lightbox
  .lightbox-image
  .back-lightobx.flat-buttons:hover {
  border-radius: 0;
}

/* END LIGHTBOX ROUND CSS */
.content-lightbox p {
  padding-bottom: 0;
}
.content-lightbox .lightbox-image {
  padding: 0;
}
.content-lightbox .lightbox-image li {
  display: inline-block;
  list-style-type: none;
  padding-left: 0;
  margin-right: 10px;
  line-height: normal;
}
.content-lightbox .lightbox-image li a img {
  width: 200px;
}
.content-lightbox .lightbox-image .back-lightobx {
  padding: 0;
}
.content-lightbox .lightbox-image .back-lightobx a {
  padding: 10px 15px;
  display: inline-block;
  color: #ffffff;
}

.fancybox-overlay {
  z-index: 9999;
}

.fancybox-opened {
  z-index: 99999;
}

#fancybox-thumbs.bottom {
  z-index: 9999;
}

/* TEXT-BASED-POPUP-STYLING */
.white-popup {
  position: relative;
  background: #ffffff;
  padding: 25px;
  width: auto;
  max-width: 400px;
  margin: 0 auto;
}

/*---- ZOOM EFFECT ----*/
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/*---- NEWSPAPER EFFECT ----*/
.mfp-newspaper {
  /*---- ANIMATION IN ----*/
  /*---- ANIMATION OUT ----*/
}
.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.5s;
  transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-newspaper.mfp-removing .mfp-with-anim {
  transform: scale(0) rotate(500deg);
  opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}

/*---- MOVE HORIZONTAL EFFECT ----*/
.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  transform: translateX(50px);
  opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}

/*---- MOVE-FROM-TOP-EFFECT ----*/
.mfp-move-from-top .mfp-content {
  vertical-align: top;
}
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s;
  transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translateY(-50px);
  opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}

/*---- 3D UNFOLD ----*/
.mfp-3d-unfold .mfp-content {
  perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  transform: rotateY(60deg);
  opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}

/*---- ZOOM-OUT-EFFECT ----*/
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}

.white-popup-block {
  background: #ffffff;
  padding: 20px 30px;
  text-align: left;
  max-width: 650px;
  margin: 40px auto;
  position: relative;
}
.white-popup-block .popup-modal-dismiss {
  position: absolute;
  top: 10px;
  right: 10px;
  font-weight: 700;
}

.mfp-wrap {
  z-index: 99999;
}

#image-popups li a {
  border-radius: 0;
  color: #ffffff;
}

.mfp-bg {
  z-index: 99999;
}

/*----------------------------------------------

END LIGHTBOX

------------------------------------------------*/
/*---- START LIST-PAGE RESPONSIVE ----*/
@media (min-width: 1200px) and (max-width: 1600px) {
  .content-lightbox .lightbox-image {
    margin-bottom: -15px;
    display: table;
    width: 100%;
  }
  .content-lightbox .lightbox-image li {
    margin-bottom: 15px;
  }
}
@media (max-width: 1366px) {
  .content-lightbox .lightbox-image {
    width: 100%;
    margin-bottom: -15px;
    display: table;
  }
  .content-lightbox .lightbox-image li {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .content-lightbox .lightbox-image {
    margin-bottom: -6px;
  }
  .content-lightbox .lightbox-image li {
    margin-bottom: 6px;
    margin-right: 4px;
  }
}
@media (max-width: 767px) {
  .content-lightbox .lightbox-image li {
    width: 48%;
    margin-left: 3px;
    margin-right: 2px;
  }
  .content-lightbox .lightbox-image li a img {
    width: 100%;
  }
  .content-lightbox .lightbox-image li:nth-child(3n + 3) {
    margin-right: 2px;
  }
  .content-lightbox .lightbox-image .back-lightobx {
    font-size: 15px;
    text-align: center;
    font-weight: 700;
  }
}
@media (max-width: 479px) {
  .content-lightbox .lightbox-image li {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0px;
    font-size: 16px;
    text-align: center;
  }
  .content-lightbox .lightbox-image li a img {
    width: 100%;
  }

  #image-popups li a {
    display: block;
  }
}
/*---- END LIST-PAGE RESPONSIVE ----*/
/*----------------------------------------------

START ALERTS

------------------------------------------------*/
.alert-margin-bottom {
  margin-bottom: -15px;
}

.alert-dark-background i {
  margin-right: 10px;
}
.alert-dark-background .alert-primary {
  color: #ffffff;
}
.alert-dark-background .alert-success {
  background: #5cb85c;
  color: #ffffff;
}
.alert-dark-background .alert-info {
  background: #5bc0de;
  color: #ffffff;
}
.alert-dark-background .alert-warning {
  background: #f0ad4e;
  color: #ffffff;
}
.alert-dark-background .alert-danger {
  background: #d9534f;
  color: #ffffff;
}

.alert-left-border .alert {
  background: transparent;
  border-left: 5px solid;
}

.alert-media-left {
  display: inline-block;
  font-size: 35px;
  padding-right: 10px;
  padding-top: 5px;
  float: left;
}

.alert-media-right {
  display: table-cell;
}

.alert-info {
  color: #5bc0de;
}

.alert-warning {
  color: #f0ad4e;
}

.alert-center i {
  font-size: 60px;
}

.alert-icon-corner {
  overflow: hidden;
  position: relative;
}
.alert-icon-corner .alert-media-left {
  font-size: 75px;
  padding-right: 30px;
  padding-top: 5px;
  float: left;
}
.alert-icon-corner i {
  left: -15px;
  position: absolute;
  opacity: 0.4;
  margin-top: -35px;
}
.alert-icon-corner p {
  padding-bottom: 5px;
}

.alert {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.alert-icon-left {
  position: relative;
  overflow: hidden;
  padding-left: 65px;
}
.alert-icon-left i {
  color: #ffffff;
  height: 100%;
  left: 0;
  line-height: 43px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 50px;
  font-size: 20px;
}
.alert-icon-left i:after {
  position: absolute;
  border-color: transparent;
  border-style: solid;
  content: "";
  border-width: 10px;
  top: 50%;
  border-right-width: 0;
  right: -9px;
  margin-top: -10px;
}
.alert-icon-left.alert-success i {
  background: #5cb85c;
}
.alert-icon-left.alert-success i:after {
  border-left-color: #5cb85c;
}
.alert-icon-left.alert-warning i {
  background: #f0ad4e;
}
.alert-icon-left.alert-warning i:after {
  border-left-color: #f0ad4e;
}
.alert-icon-left.alert-danger i {
  background: #d9534f;
}
.alert-icon-left.alert-danger i:after {
  border-left-color: #d9534f;
}

#center-alerts .btn.flat-buttons,
#center-cancel-alerts .btn.flat-buttons {
  line-height: 17px;
}
#center-alerts .btn.flat-buttons:hover,
#center-cancel-alerts .btn.flat-buttons:hover {
  border: 1px solid transparent;
  line-height: 17px;
}

/*----------------------------------------------

END ALERTS

------------------------------------------------*/
/*---- START ALERTS RESPONSIVE ----*/
@media (max-width: 1366px) {
  .alert-left-border-icon .alert {
    padding: 20px;
  }
}
@media (max-width: 479px) {
  .alert-icon-left i {
    line-height: 63px;
  }

  .alert-left-border-icon .alert {
    padding: 4px 4px 7px 4px;
  }
}
/*---- END ALERTS RESPONSIVE ----*/
/*----------------------------------------------

START TREEVIEW

------------------------------------------------*/
.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-image: url(../../../assets/global/image/32px.png);
}

.jstree-default .jstree-checkbox {
  background-position: -164px -4px;
}

.jstree-default .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0;
}

.jstree-default .jstree-node {
  background-position: -292px -4px;
  background-repeat: repeat-y;
}

.jstree-default .jstree-last {
  background: transparent;
}

#searchTree {
  clear: both;
}

.form-control:focus {
  border-color: #d0d0d0;
}

.jstree-default .jstree-icon {
  color: #a3a3a3;
}
.jstree-default .jstree-clicked {
  color: #ffffff;
}
.jstree-default .jstree-clicked .jstree-icon {
  color: #ffffff;
}
.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -132px -70px;
}

.vakata-context ul,
.vakata-context {
  z-index: 99;
}

/*----------------------------------------------

END TREEVIEW

------------------------------------------------*/
/*----------------------------------------------

START RIBBON-PAGE

------------------------------------------------*/
.ribbon-box {
  position: relative;
  border: 1px solid #cccccc;
  padding: 55px 20px 20px 20px;
  background: #ededed;
}
.ribbon-box.left-ribbon-box {
  margin-left: 20px;
}
.ribbon-box.left-ribbon-box.default-left-ribbon-box {
  padding: 45px 20px 20px 45px;
}
.ribbon-box.left-ribbon-box.default-bottom-left-ribbon-box {
  padding: 20px 20px 45px 45px;
}
.ribbon-box.right-ribbon-box {
  margin-right: 20px;
}
.ribbon-box.right-ribbon-box.default-right-ribbon-box {
  padding: 45px 45px 20px 20px;
}
.ribbon-box.right-ribbon-box.default-bottom-right-ribbon-box {
  padding: 20px 45px 45px 20px;
}
.ribbon-box p {
  padding-bottom: 0;
}
.ribbon-box .ribbon-position {
  min-width: 100px;
  position: absolute;
  text-align: center;
  top: 10px;
  line-height: 34px;
  color: #ffffff;
}
.ribbon-box .ribbon-position:before,
.ribbon-box .ribbon-position:after {
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 0;
}
.ribbon-box .left-ribbon-position {
  left: -8px;
}
.ribbon-box .right-ribbon-position {
  right: -8px;
}
.ribbon-box .diamond-ribbon {
  background-color: #5cb85c;
}
.ribbon-box .diamond-ribbon::before {
  left: -17px;
  border-width: 17px 17px 17px 0;
  border-color: transparent #5cb85c;
}
.ribbon-box .diamond-ribbon::after {
  right: -17px;
  border-width: 17px 0 17px 17px;
  border-color: transparent #5cb85c;
}
.ribbon-box .arrow-ribbon {
  background-color: #f0ad4e;
}
.ribbon-box .arrow-ribbon::before {
  border-color: #f0ad4e transparent;
  left: -17px;
  border-width: 17px 0 17px 17px;
}
.ribbon-box .arrow-ribbon::after {
  border-color: transparent #f0ad4e;
  right: -17px;
  border-width: 17px 0 17px 17px;
}
.ribbon-box .rounded-ribbon {
  background-color: #d9534f;
  border-radius: 20px;
  min-width: 150px;
}
.ribbon-box .rounded-ribbon.left-ribbon-position {
  left: -22px;
}
.ribbon-box .rounded-ribbon.right-ribbon-position {
  right: -22px;
}
.ribbon-box .sheer-ribbon::before {
  left: -10px;
  border-width: 34px 10px 0 0;
}
.ribbon-box .sheer-ribbon::after {
  right: -10px;
  border-width: 34px 10px 0 0;
}
.ribbon-box .default-ribbon {
  min-width: 125px;
  line-height: 25px;
  background: -webkit-linear-gradient(
    top,
    rgba(121, 167, 10, 0.9) 0%,
    #79a70a 100%
  );
  background: -o-linear-gradient(top, rgba(121, 167, 10, 0.9) 0%, #79a70a 100%);
  background: -moz-linear-gradient(
    top,
    rgba(121, 167, 10, 0.9) 0%,
    #79a70a 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(121, 167, 10, 0.9) 0%,
    #79a70a 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(121, 167, 10, 0.9) 0%,
    #79a70a 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E679A70A', endColorstr='#FF79A70A', GradientType=0);
  -webkit-box-shadow: black 0px 3px 10px -5px;
  -moz-box-shadow: black 0px 3px 10px -5px;
  box-shadow: black 0px 3px 10px -5px;
  top: 19px;
}
.ribbon-box .default-ribbon.left-ribbon-position {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: -32px;
}
.ribbon-box .default-ribbon.right-ribbon-position {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  right: -32px;
}
.ribbon-box .default-ribbon::before {
  left: 0;
  top: 100%;
  border: 3px solid;
  border-color: #79a70a transparent transparent #79a70a;
}
.ribbon-box .default-ribbon::after {
  right: 0;
  top: 100%;
  border: 3px solid;
  border-color: #79a70a #79a70a transparent transparent;
}
.ribbon-box.default-ribbon-position {
  margin: 0 15px;
}
.ribbon-box .extra-arrow-ribbon {
  width: 100%;
  background-color: #8d96ed;
  top: 0;
  left: 0;
  -webkit-box-shadow: black 0px 3px 10px -5px;
  -moz-box-shadow: black 0px 3px 10px -5px;
  box-shadow: black 0px 3px 10px -5px;
}
.ribbon-box .extra-arrow-ribbon::before {
  border-color: #8d96ed #8d96ed #8d96ed #ffffff;
  border-width: 17px;
  left: -34px;
  top: 5px;
}
.ribbon-box .extra-arrow-ribbon::after {
  border-color: #8d96ed #ffffff #8d96ed #8d96ed;
  border-width: 17px;
  right: -34px;
  top: 5px;
}
.ribbon-box .side-ribbon {
  top: 5px;
  right: 16px;
  -moz-transition: line-height 0.5s;
  -o-transition: line-height 0.5s;
  -webkit-transition: line-height 0.5s;
  transition: line-height 0.5s;
}
.ribbon-box .side-ribbon::after {
  border: 24px solid #f44336;
  top: -16px;
  border-bottom-color: transparent;
  right: 0;
}
.ribbon-box .side-ribbon::before {
  border-width: 0 0 10px 9px;
  border-color: transparent transparent #d2190b transparent;
  top: -16px;
  right: 48px;
}
.ribbon-box .left-simple-ribbon,
.ribbon-box .right-simple-ribbon,
.ribbon-box .bottom-left-simple-ribbon,
.ribbon-box .bottom-right-simple-ribbon {
  background: #f82772;
  -webkit-box-shadow: black 0px 3px 10px -5px;
  -moz-box-shadow: black 0px 3px 10px -5px;
  box-shadow: black 0px 3px 10px -5px;
}
.ribbon-box .left-simple-ribbon.left-ribbon-position,
.ribbon-box .right-simple-ribbon.left-ribbon-position,
.ribbon-box .bottom-left-simple-ribbon.left-ribbon-position,
.ribbon-box .bottom-right-simple-ribbon.left-ribbon-position {
  left: -13px;
}
.ribbon-box .left-simple-ribbon.right-ribbon-position,
.ribbon-box .right-simple-ribbon.right-ribbon-position,
.ribbon-box .bottom-left-simple-ribbon.right-ribbon-position,
.ribbon-box .bottom-right-simple-ribbon.right-ribbon-position {
  right: -13px;
}
.ribbon-box .left-simple-ribbon.bottom-left-ribbon-position,
.ribbon-box .right-simple-ribbon.bottom-left-ribbon-position,
.ribbon-box .bottom-left-simple-ribbon.bottom-left-ribbon-position,
.ribbon-box .bottom-right-simple-ribbon.bottom-left-ribbon-position {
  left: -13px;
  bottom: 10px;
  top: auto;
}
.ribbon-box .left-simple-ribbon.bottom-right-ribbon-position,
.ribbon-box .right-simple-ribbon.bottom-right-ribbon-position,
.ribbon-box .bottom-left-simple-ribbon.bottom-right-ribbon-position,
.ribbon-box .bottom-right-simple-ribbon.bottom-right-ribbon-position {
  right: -13px;
  bottom: 10px;
  top: auto;
}
.ribbon-box .left-simple-ribbon::before {
  border-color: #b30644 #b30644 transparent transparent;
  border-width: 6px;
  bottom: -2px;
  left: 0;
  margin-bottom: -10px;
}
.ribbon-box .right-simple-ribbon::before {
  border-color: #b30644 transparent transparent #b30644;
  border-width: 6px;
  bottom: -2px;
  right: 0;
  margin-bottom: -10px;
}
.ribbon-box .bottom-left-simple-ribbon::before {
  border-color: transparent #b30644 #b30644 transparent;
  border-width: 6px;
  bottom: 34px;
  left: 0;
}
.ribbon-box .bottom-right-simple-ribbon::before {
  border-color: transparent transparent #b30644 #b30644;
  border-width: 6px;
  bottom: 34px;
  right: 0;
}
.ribbon-box .folded-ribbon {
  background: #c94700;
  left: 0;
  width: 100%;
  -webkit-box-shadow: black 0px 3px 10px -5px;
  -moz-box-shadow: black 0px 3px 10px -5px;
  box-shadow: black 0px 3px 10px -5px;
}
.ribbon-box .folded-ribbon::after {
  content: "";
  display: block;
  width: 50px;
  height: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 20;
  border-bottom: 33px solid #e35000;
  border-right: 33px solid transparent;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
}
.ribbon-box .folded-ribbon::before {
  content: "";
  display: block;
  width: 50px;
  height: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  border-bottom: 33px solid rgba(0, 0, 0, 0.3);
  border-right: 33px solid transparent;
  -webkit-transform: rotate(80deg);
  -moz-transform: rotate(80deg);
  -ms-transform: rotate(80deg);
  -o-transform: rotate(80deg);
  transform: rotate(80deg);
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
}
.ribbon-box .left-border-ribbon.left-ribbon-position,
.ribbon-box .right-border-ribbon.left-ribbon-position {
  left: -19px;
}
.ribbon-box .border-ribbon {
  min-width: 200px;
  background: #5cb85c;
  position: absolute;
  text-align: center;
  top: 10px;
  padding: 8px;
  color: #ffffff;
  -webkit-box-shadow: black 0px 3px 10px -5px;
  -moz-box-shadow: black 0px 3px 10px -5px;
  box-shadow: black 0px 3px 10px -5px;
}
.ribbon-box .border-ribbon.left-side {
  left: -13px;
}
.ribbon-box .border-ribbon.right-side {
  right: -13px;
}
.ribbon-box .border-ribbon.right-round-border {
  border-radius: 0 4px 4px 0;
}
.ribbon-box .border-ribbon.right-round-border::after {
  border-right: 1px dashed;
  left: 0;
  right: 5px;
}
.ribbon-box .border-ribbon.left-round-border {
  border-radius: 4px 0 0 4px;
}
.ribbon-box .border-ribbon.left-round-border::after {
  border-left: 1px dashed;
  left: 5px;
  right: 0;
}
.ribbon-box .border-ribbon::after {
  border: 1px dashed;
  border-left: none;
  border-right: none;
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 0;
  right: 0;
}
.ribbon-box .left-border-ribbon::before {
  border-color: #222 #222 transparent transparent;
  border-width: 6px;
  bottom: -38px;
  left: 19px;
}
.ribbon-box .right-border-ribbon::before {
  border-color: #222 transparent transparent #222;
  border-width: 6px;
  bottom: -38px;
  right: 8px;
}

/*----------------------------------------------

END RIBBON-PAGE

------------------------------------------------*/
/*---- START RIBBON-PAGE RESPONSIVE ----*/
@media (max-width: 767px) {
  .ribbon-box.left-ribbon-box {
    margin-bottom: 15px;
  }
}
/*---- END RIBBON-PAGE RESPONSIVE ----*/
/*----------------------------------------------

START PRICING TABLE

------------------------------------------------*/
.wrapper .content-pricing .simple-pricing-table {
  background: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px;
  overflow: hidden;
}
.wrapper .content-pricing .simple-pricing-table .border-pricing {
  border-top: 5px solid #5cb85c;
  margin-bottom: 15px;
}
.wrapper .content-pricing .simple-pricing-table span {
  font-size: 60px;
  color: #5cb85c;
}
.wrapper .content-pricing .simple-pricing-table h2 {
  padding-top: 10px;
  font-weight: normal;
  font-size: 25px;
  text-transform: uppercase;
}
.wrapper .content-pricing .simple-pricing-table .table-pricing {
  border: 1px solid #cccccc;
  margin: 20px 20px 40px 20px;
}
.wrapper
  .content-pricing
  .simple-pricing-table
  .table-pricing
  .inner-content-pricing {
  border-bottom: 1px solid #cccccc;
  font-size: 14px;
  padding: 10px 0;
}
.wrapper
  .content-pricing
  .simple-pricing-table
  .table-pricing
  .inner-content-pricing:last-child {
  border-bottom: none;
}
.wrapper
  .content-pricing
  .simple-pricing-table
  .table-pricing
  .inner-content-pricing:nth-child(even) {
  background: #f5f5f5;
}
.wrapper .content-pricing .simple-pricing-table .pricing-section {
  background: #5cb85c;
  position: relative;
}
.wrapper .content-pricing .simple-pricing-table .pricing-section .cart-pricing {
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px;
  background: #5cb85c;
  width: 45px;
  height: 45px;
  position: absolute;
  top: -22px;
  left: 22px;
  border: 1px solid #ffffff;
}
.wrapper
  .content-pricing
  .simple-pricing-table
  .pricing-section
  .cart-pricing
  span {
  font-size: 25px;
  color: #ffffff;
  line-height: 40px;
}
.wrapper
  .content-pricing
  .simple-pricing-table
  .pricing-section
  .currency-pricing {
  padding: 20px 0;
}
.wrapper
  .content-pricing
  .simple-pricing-table
  .pricing-section
  .currency-pricing
  .dollar-pricing {
  vertical-align: top;
  font-size: 18px;
  color: #ffffff;
}
.wrapper
  .content-pricing
  .simple-pricing-table
  .pricing-section
  .currency-pricing
  .rate-pricing {
  font-size: 35px;
  line-height: 40px;
  color: #ffffff;
}
.wrapper
  .content-pricing
  .simple-pricing-table
  .pricing-section
  .currency-pricing
  .free-pricing {
  font-size: 20px;
  color: #ffffff;
}
.wrapper .content-pricing .danger-pricing .border-pricing {
  border-top: 5px solid #d9534f;
}
.wrapper .content-pricing .danger-pricing span {
  color: #d9534f;
}
.wrapper .content-pricing .danger-pricing .pricing-section {
  background: #d9534f;
}
.wrapper .content-pricing .danger-pricing .pricing-section .cart-pricing {
  background: #d9534f;
}
.wrapper .content-pricing .warning-pricing .border-pricing {
  border-top: 5px solid #f0ad4e;
}
.wrapper .content-pricing .warning-pricing span {
  color: #f0ad4e;
}
.wrapper .content-pricing .warning-pricing .pricing-section {
  background: #f0ad4e;
}
.wrapper .content-pricing .warning-pricing .pricing-section .cart-pricing {
  background: #f0ad4e;
}
.wrapper .content-pricing .hover-pricing-table {
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background: #f1f1f1;
}
.wrapper .content-pricing .hover-pricing-table .top-hover-pricing h2 {
  text-transform: uppercase;
  font-size: 25px;
  color: #ffffff;
  padding: 20px 0 75px 0;
}
.wrapper .content-pricing .hover-pricing-table .value-pricing {
  width: 126px;
  height: 126px;
  margin: -63px auto 0;
  border: 4px solid #ffffff;
  border-radius: 50%;
  font-size: 26px;
  line-height: 117px;
  font-weight: 700;
  color: #ffffff;
}
.wrapper .content-pricing .hover-pricing-table .table-hover .value-hover {
  font-size: 14px;
  padding: 10px 0;
  color: #777777;
}
.wrapper .content-pricing .hover-pricing-table .purchase-btn {
  margin: 20px 0;
  color: #ffffff;
}
.wrapper .content-pricing .hover-pricing-table .purchase-btn a:hover {
  color: #ffffff;
}
.wrapper .content-pricing .hover-pricing-table .border-hover {
  clear: both;
}
.wrapper .content-pricing .hover-pricing-table:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 1;
}
.wrapper .content-pricing .hover-pricing-table:hover .table-hover .value-hover {
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.wrapper .content-pricing .round-pricing-section {
  margin: auto;
  display: table;
}
.wrapper .content-pricing .round-pricing-table {
  position: relative;
  width: 220px;
  height: 220px;
  margin-right: 55px;
}
.wrapper .content-pricing .round-pricing-table .circle-box {
  width: 100%;
  height: 100%;
  position: absolute;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.wrapper .content-pricing .round-pricing-table .circle-box .circle-detail {
  position: relative;
}
.wrapper
  .content-pricing
  .round-pricing-table
  .circle-box
  .circle-detail
  .title-text {
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
}
.wrapper
  .content-pricing
  .round-pricing-table
  .circle-box
  .circle-detail
  .normal-pricing {
  font-weight: normal;
}
.wrapper
  .content-pricing
  .round-pricing-table
  .circle-box
  .circle-detail
  .price-table {
  padding-top: 20px;
}
.wrapper
  .content-pricing
  .round-pricing-table
  .circle-box
  .circle-detail
  .price-table
  .dollar-round {
  font-size: 27px;
  font-weight: 700;
  vertical-align: top;
}
.wrapper
  .content-pricing
  .round-pricing-table
  .circle-box
  .circle-detail
  .price-table
  .price-round {
  font-size: 80px;
  font-weight: 700;
  line-height: 70px;
}
.wrapper
  .content-pricing
  .round-pricing-table
  .circle-box
  .circle-detail
  .price-table
  .right-round {
  font-size: 27px;
  font-weight: 700;
  vertical-align: top;
}
.wrapper
  .content-pricing
  .round-pricing-table
  .circle-box
  .circle-detail
  .description-text {
  color: #cccccc;
  font-size: 13px;
  padding-top: 10px;
}
.wrapper .content-pricing .round-pricing-table .circle-box .success-text {
  color: #5cb85c;
}
.wrapper
  .content-pricing
  .round-pricing-table
  .circle-box
  .success-text
  .title-text {
  color: #5cb85c;
}
.wrapper
  .content-pricing
  .round-pricing-table
  .circle-box
  .success-text
  .price-table
  .dollar-round {
  color: #5cb85c;
}
.wrapper
  .content-pricing
  .round-pricing-table
  .circle-box
  .success-text
  .price-table
  .price-round {
  color: #5cb85c;
}
.wrapper
  .content-pricing
  .round-pricing-table
  .circle-box
  .success-text
  .price-table
  .right-round {
  color: #5cb85c;
}
.wrapper .content-pricing .round-pricing-table .circle-box .danger-text {
  color: #d9534f;
}
.wrapper
  .content-pricing
  .round-pricing-table
  .circle-box
  .danger-text
  .title-text {
  color: #d9534f;
}
.wrapper
  .content-pricing
  .round-pricing-table
  .circle-box
  .danger-text
  .price-table
  .dollar-round {
  color: #d9534f;
}
.wrapper
  .content-pricing
  .round-pricing-table
  .circle-box
  .danger-text
  .price-table
  .price-round {
  color: #d9534f;
}
.wrapper
  .content-pricing
  .round-pricing-table
  .circle-box
  .danger-text
  .price-table
  .right-round {
  color: #d9534f;
}
.wrapper .content-pricing .round-pricing-table .circle-box .warning-text {
  color: #f0ad4e;
}
.wrapper
  .content-pricing
  .round-pricing-table
  .circle-box
  .warning-text
  .title-text {
  color: #f0ad4e;
}
.wrapper
  .content-pricing
  .round-pricing-table
  .circle-box
  .warning-text
  .price-table
  .dollar-round {
  color: #f0ad4e;
}
.wrapper
  .content-pricing
  .round-pricing-table
  .circle-box
  .warning-text
  .price-table
  .price-round {
  color: #f0ad4e;
}
.wrapper
  .content-pricing
  .round-pricing-table
  .circle-box
  .warning-text
  .price-table
  .right-round {
  color: #f0ad4e;
}
.wrapper .content-pricing .round-pricing-table .circle-box .info-text {
  color: #5bc0de;
}
.wrapper
  .content-pricing
  .round-pricing-table
  .circle-box
  .info-text
  .title-text {
  color: #5bc0de;
}
.wrapper
  .content-pricing
  .round-pricing-table
  .circle-box
  .info-text
  .price-table
  .dollar-round {
  color: #5bc0de;
}
.wrapper
  .content-pricing
  .round-pricing-table
  .circle-box
  .info-text
  .price-table
  .price-round {
  color: #5bc0de;
}
.wrapper
  .content-pricing
  .round-pricing-table
  .circle-box
  .info-text
  .price-table
  .right-round {
  color: #5bc0de;
}
.wrapper .content-pricing .round-pricing-table .circle-box .first-box {
  padding: 80px 0 0 0;
}
.wrapper .content-pricing .round-pricing-table .circle-box .second-box {
  padding: 40px 0 0 0;
}
.wrapper .content-pricing .round-pricing-table .circle-box .effect-pricing {
  padding-top: 40px;
  border-radius: 150px;
  opacity: 0;
  z-index: 1;
  position: absolute;
  -webkit-transform: scale(0) rotate(0deg) translateX(0px) translateY(0px)
    skewX(0deg) skewY(0deg);
  -moz-transform: scale(0) rotate(0deg) translateX(0px) translateY(0px)
    skewX(0deg) skewY(0deg);
  -ms-transform: scale(0) rotate(0deg) translateX(0px) translateY(0px)
    skewX(0deg) skewY(0deg);
  -o-transform: scale(0) rotate(0deg) translateX(0px) translateY(0px)
    skewX(0deg) skewY(0deg);
  transform: scale(0) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg)
    skewY(0deg);
}
.wrapper
  .content-pricing
  .round-pricing-table
  .circle-box
  .effect-pricing
  .basic-text {
  color: #ffffff;
  font-size: 22px;
  text-transform: uppercase;
}
.wrapper
  .content-pricing
  .round-pricing-table
  .circle-box
  .effect-pricing
  .hover-detail {
  padding: 20px 0 0 0;
}
.wrapper
  .content-pricing
  .round-pricing-table
  .circle-box
  .effect-pricing
  .hover-detail
  li {
  list-style-type: none;
  color: #ffffff;
  padding: 0;
}
.wrapper .content-pricing .round-pricing-table .circle-box .circle-detail,
.wrapper .content-pricing .round-pricing-table .circle-box .effect-pricing {
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px;
  background: #ffffff;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  float: left;
}
.wrapper .content-pricing .round-pricing-table .circle-box .success-bg {
  background: #5cb85c;
}
.wrapper .content-pricing .round-pricing-table .circle-box .warning-bg {
  background: #f0ad4e;
}
.wrapper .content-pricing .round-pricing-table .circle-box .danger-bg {
  background: #d9534f;
}
.wrapper .content-pricing .round-pricing-table .circle-box .info-bg {
  background: #5bc0de;
}
.wrapper
  .content-pricing
  .round-pricing-table
  .circle-box:hover
  .effect-pricing {
  opacity: 1;
  -webkit-transform: scale(1) rotate(360deg) translateX(0px) translateY(0px)
    skewX(0deg) skewY(0deg);
  -moz-transform: scale(1) rotate(360deg) translateX(0px) translateY(0px)
    skewX(0deg) skewY(0deg);
  -ms-transform: scale(1) rotate(360deg) translateX(0px) translateY(0px)
    skewX(0deg) skewY(0deg);
  -o-transform: scale(1) rotate(360deg) translateX(0px) translateY(0px)
    skewX(0deg) skewY(0deg);
  transform: scale(1) rotate(360deg) translateX(0px) translateY(0px) skewX(0deg)
    skewY(0deg);
}
.wrapper
  .content-pricing
  .round-pricing-table
  .circle-box:hover
  .circle-detail {
  opacity: 1;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.wrapper .content-pricing .vertical-pricing {
  background: #f1f1f1;
  overflow: hidden;
  display: table;
  width: 100%;
  height: 120px;
  margin-bottom: 15px;
}
.wrapper .content-pricing .vertical-pricing .title-vertical-pricing {
  display: table-cell;
  height: 120px;
  padding: 18px 55px;
  position: relative;
  vertical-align: middle;
  width: 20%;
  z-index: 99;
}
.wrapper .content-pricing .vertical-pricing .title-vertical-pricing h2 {
  color: #ffffff;
  font-size: 30px;
  text-transform: uppercase;
}
.wrapper
  .content-pricing
  .vertical-pricing
  .title-vertical-pricing
  .price-vertical {
  color: #ffffff;
  font-size: 23px;
}
.wrapper
  .content-pricing
  .vertical-pricing
  .title-vertical-pricing
  .price-vertical
  small {
  color: #ffffff;
}
.wrapper .content-pricing .vertical-pricing .title-vertical-pricing:before {
  content: "";
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: -50%;
  -webkit-transform: skew(45deg);
  -moz-transform: skew(45deg);
  -ms-transform: skew(45deg);
  -o-transform: skew(45deg);
  transform: skew(45deg);
  width: 100%;
  z-index: -1;
}
.wrapper .content-pricing .vertical-pricing .title-vertical-pricing:after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: skew(-45deg);
  -moz-transform: skew(-45deg);
  -ms-transform: skew(-45deg);
  -o-transform: skew(-45deg);
  transform: skew(-45deg);
  width: 100%;
  z-index: -1;
}
.wrapper .content-pricing .vertical-pricing .center-detail-vertical {
  width: 65%;
  padding: 6px 0 0 125px;
}
.wrapper .content-pricing .vertical-pricing .center-detail-vertical ul {
  padding: 0;
}
.wrapper .content-pricing .vertical-pricing .center-detail-vertical ul li {
  float: left;
  list-style-type: none;
  padding: 5px 0;
  width: 33.3%;
}
.wrapper .content-pricing .vertical-pricing .purchase-btn {
  margin: 43px 40px 0 0;
  color: #ffffff;
}
.wrapper .content-pricing .vertical-pricing .purchase-btn a:hover {
  color: #ffffff;
}
.wrapper .content-pricing .vertical-pricing:hover {
  box-shadow: 0 2px 11px #cccccc;
}
.wrapper .content-pricing .vertical-pricing-section {
  margin-bottom: -15px;
  overflow: hidden;
}

/*----------------------------------------------

END PRICING TABLE

------------------------------------------------*/
/*---- START PRICING TABLE RESPONSIVE ----*/
@media (min-width: 1200px) and (max-width: 1620px) {
  .wrapper
    .content-pricing
    .simple-pricing-table
    .pricing-section
    .currency-pricing {
    padding: 25px 0;
  }
}
@media (min-width: 1367px) and (max-width: 1729px) {
  .wrapper .content-pricing .round-pricing-table {
    margin: 5px 15px;
  }
  .wrapper .content-pricing .vertical-pricing .title-vertical-pricing {
    padding: 18px 20px;
  }
}
@media (max-width: 1366px) {
  .wrapper .content-pricing .vertical-pricing .title-vertical-pricing {
    padding: 20px 25px;
  }
  .wrapper .content-pricing .vertical-pricing .title-vertical-pricing h2 {
    font-size: 25px;
  }
  .wrapper
    .content-pricing
    .vertical-pricing
    .title-vertical-pricing
    .price-vertical {
    font-size: 20px;
  }
  .wrapper .content-pricing .vertical-pricing .center-detail-vertical {
    padding: 6px 0 0 100px;
    width: 60%;
  }
  .wrapper .content-pricing .round-pricing-table {
    margin: 0 15px 20px 0;
    width: 190px;
    height: 190px;
  }
  .wrapper .content-pricing .round-pricing-table .circle-box .second-box {
    padding: 30px 0 0 0;
  }
  .wrapper
    .content-pricing
    .round-pricing-table
    .circle-box
    .success-text
    .title-text {
    font-size: 20px;
  }
  .wrapper
    .content-pricing
    .round-pricing-table
    .circle-box
    .circle-detail
    .price-table
    .price-round {
    font-size: 60px;
    line-height: 60px;
  }
  .wrapper
    .content-pricing
    .round-pricing-table
    .circle-box
    .circle-detail
    .description-text {
    padding-top: 5px;
  }
  .wrapper .content-pricing .round-pricing-table .circle-box .effect-pricing {
    padding-top: 30px;
  }
  .wrapper
    .content-pricing
    .round-pricing-table
    .circle-box
    .effect-pricing
    .basic-text {
    font-size: 20px;
  }
  .wrapper
    .content-pricing
    .round-pricing-table
    .circle-box
    .effect-pricing
    .hover-detail {
    padding-top: 10px;
  }
}
@media (max-width: 1199px) {
  .wrapper .content-pricing .simple-pricing-table {
    margin-bottom: 20px;
  }
  .wrapper .content-pricing .hover-pricing-table {
    margin-bottom: 20px;
  }
  .wrapper .content-pricing .vertical-pricing .title-vertical-pricing {
    width: 180px;
    position: absolute;
    height: 100%;
    padding: 50px 20px;
  }
  .wrapper .content-pricing .vertical-pricing .title-vertical-pricing:after {
    display: none;
  }
  .wrapper .content-pricing .vertical-pricing .title-vertical-pricing:before {
    display: none;
  }
  .wrapper .content-pricing .vertical-pricing .title-vertical-pricing h2 {
    font-size: 23px;
  }
  .wrapper .content-pricing .vertical-pricing .center-detail-vertical {
    width: 80%;
    padding: 6px 0 0 220px;
  }
  .wrapper .content-pricing .vertical-pricing .center-detail-vertical ul li {
    width: 50%;
  }
  .wrapper .content-pricing .vertical-pricing .purchase-btn {
    margin: 80px 15px 20px 0;
  }
  .wrapper .content-pricing .simple-pricing-section {
    margin-bottom: -15px;
    overflow: hidden;
  }
  .wrapper .content-pricing .hover-pricing-section {
    margin-bottom: -15px;
    display: table;
    width: 100%;
  }
  .wrapper .content-pricing .round-pricing-section {
    margin-bottom: -15px;
    display: table;
  }
}
@media (max-width: 991px) {
  .wrapper .content-pricing .simple-pricing-table {
    width: 400px;
    margin: 0 auto 20px auto;
  }
  .wrapper .content-pricing .hover-pricing-table {
    width: 400px;
    margin: 0 auto 20px auto;
  }
  .wrapper .content-pricing .vertical-pricing .title-vertical-pricing {
    width: 170px;
  }
  .wrapper .content-pricing .vertical-pricing .center-detail-vertical {
    padding: 6px 0 0 190px;
  }
  .wrapper .content-pricing .vertical-pricing .purchase-btn {
    font-size: 14px;
  }
  .wrapper .content-pricing.pricing-full .simple-pricing-table {
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .content-title-main {
    line-height: 42px;
    padding-top: 6px;
  }

  .wrapper .content-pricing .simple-pricing-table {
    max-width: 400px;
    width: 100%;
  }
  .wrapper .content-pricing .vertical-pricing {
    width: 100%;
    max-width: 480px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .wrapper .content-pricing .vertical-pricing .title-vertical-pricing {
    position: inherit;
    text-align: center;
    width: 100%;
    padding: 20px 0;
  }
  .wrapper .content-pricing .vertical-pricing .title-vertical-pricing h2 {
    font-size: 25px;
  }
  .wrapper
    .content-pricing
    .vertical-pricing
    .title-vertical-pricing
    .price-vertical {
    font-size: 23px;
  }
  .wrapper .content-pricing .vertical-pricing .center-detail-vertical {
    padding-left: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .wrapper .content-pricing .vertical-pricing .center-detail-vertical ul li {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #dddddd;
  }
  .wrapper .content-pricing .vertical-pricing .purchase-btn {
    margin: 0 auto 20px auto;
    float: none !important;
    display: table;
  }
  .wrapper .content-pricing .hover-pricing-table {
    max-width: 400px;
    width: 100%;
  }
  .wrapper .content-pricing .round-pricing-table {
    float: none !important;
    margin: 0 auto 20px auto;
  }
  .wrapper .content-pricing .simple-pricing-table h2 {
    font-size: 22px;
  }
}
@media (max-width: 479px) {
  .wrapper .content-pricing .simple-pricing-table {
    margin: 0 auto 20px auto;
  }
  .wrapper .content-pricing .hover-pricing-table {
    margin: 0 auto 20px auto;
  }
  .wrapper .content-pricing .warning-pricing .pricing-section .cart-pricing,
  .wrapper
    .content-pricing
    .simple-pricing-table
    .pricing-section
    .cart-pricing {
    top: -30px;
  }
}
/*---- END PRICING TABLE RESPONSIVE ----*/
/*----------------------------------------------

START OVERLAY

------------------------------------------------*/
.overlay-margin-bottom {
  margin-bottom: -30px;
  overflow: hidden;
}

.overlay-clear {
  clear: both;
}

.position-overlay {
  overflow: hidden;
  position: relative;
}
.position-overlay .text-overlay {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 96%;
  text-align: center;
  font-size: 15px;
  margin: 10px;
  padding: 40px;
  -moz-transition: 0.5s Ease;
  -o-transition: 0.5s Ease;
  -webkit-transition: 0.5s Ease;
  transition: 0.5s Ease;
}
.position-overlay .text-overlay h3 {
  color: #ffffff;
}
.position-overlay .simple-overlay {
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.position-overlay .text-overlay-top {
  top: 450px;
  bottom: 0;
}
.position-overlay .text-overlay-bottom {
  top: -450px;
  bottom: 450px;
}
.position-overlay .text-overlay-left {
  left: -680px;
  top: 0;
  bottom: 0;
}
.position-overlay .text-overlay-right {
  right: -680px;
  top: 0;
  bottom: 0;
}
.position-overlay .title-overlay-right {
  padding: 5px;
  right: -680px;
  top: 0;
}
.position-overlay .title-overlay-left {
  padding: 5px;
  left: -680px;
  bottom: 0;
}
.position-overlay:hover .text-overlay-top {
  top: 0;
}
.position-overlay:hover .text-overlay-bottom {
  top: 0;
  bottom: 0;
}
.position-overlay:hover .text-overlay-left {
  left: 0;
}
.position-overlay:hover .text-overlay-right {
  right: 0;
}
.position-overlay:hover .title-overlay-right {
  right: 0;
}
.position-overlay:hover .title-overlay-left {
  left: 0;
}
.position-overlay:hover .simple-overlay {
  top: 0;
  bottom: 0;
}

.image-zoom-in:hover img {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.image-zoom-in img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.image-slide-left:hover img {
  margin-left: 0;
}
.image-slide-left img {
  margin-left: 50px;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.image-slide-right:hover img {
  margin-left: 50px;
}
.image-slide-right img {
  margin-left: 0;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.image-zoom-in,
.image-zoom-out,
.simple-overlay,
.primary-hover-color,
.image-slide-left,
.image-slide-right,
.icon-effect-overlay {
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.image-zoom-in .text-overlay-zoom,
.image-zoom-out .text-overlay-zoom,
.simple-overlay .text-overlay-zoom,
.primary-hover-color .text-overlay-zoom,
.image-slide-left .text-overlay-zoom,
.image-slide-right .text-overlay-zoom,
.icon-effect-overlay .text-overlay-zoom {
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
}
.image-zoom-in:hover .text-overlay-zoom,
.image-zoom-out:hover .text-overlay-zoom,
.simple-overlay:hover .text-overlay-zoom,
.primary-hover-color:hover .text-overlay-zoom,
.image-slide-left:hover .text-overlay-zoom,
.image-slide-right:hover .text-overlay-zoom,
.icon-effect-overlay:hover .text-overlay-zoom {
  opacity: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  color: #ffffff;
  text-align: center;
  padding: 20px;
  overflow: hidden;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.image-zoom-in:hover h3,
.image-zoom-out:hover h3,
.simple-overlay:hover h3,
.primary-hover-color:hover h3,
.image-slide-left:hover h3,
.image-slide-right:hover h3,
.icon-effect-overlay:hover h3 {
  color: #ffffff;
}

.overlay-box-shadow {
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px;
  margin-bottom: 30px;
}

.overlay-box-title {
  padding: 10px 10px 0 10px;
}

.blur-overlay:hover img {
  -webkit-filter: grayscale(0) blur(5px);
  -moz-filter: grayscale(0) blur(5px);
  -o-filter: grayscale(0) blur(5px);
  filter: grayscale(0) blur(5px);
}

.black-white-overlay:hover img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.primary-hover-color:hover .text-overlay-zoom {
  opacity: 0.7;
}

.border-overlay {
  position: relative;
}
.border-overlay img {
  display: block;
}
.border-overlay .border-overlay-text {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: #ffffff;
  opacity: 0;
  overflow: hidden;
  padding: 50px 45px;
  position: absolute;
  text-align: center;
  top: 0;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.border-overlay .border-overlay-text:hover {
  opacity: 1;
}
.border-overlay .border-overlay-text h3 {
  color: #ffffff;
}
.border-overlay .border-overlay-text:after,
.border-overlay .border-overlay-text:before {
  border: 1px solid #ffffff;
  content: "";
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 15px;
  right: 15px;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  -moz-transition: all 0.6s ease 0.2s;
  -o-transition: all 0.6s ease 0.2s;
  -webkit-transition: all 0.6s ease 0.2s;
  transition: all 0.6s ease 0.2s;
}
.border-overlay .border-overlay-text:before {
  border-bottom: none;
  border-top: none;
  left: 30px;
  right: 30px;
}
.border-overlay .border-overlay-text:after {
  border-left: none;
  border-right: none;
  bottom: 30px;
  top: 30px;
}
.border-overlay .border-overlay-text:hover:after,
.border-overlay .border-overlay-text:hover:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.overlay-margin-0 {
  margin: 0;
}
.overlay-margin-0 .gallery-description h3 {
  color: #ffffff;
}

.text-overlay-wrapper {
  display: table;
  margin: 0 auto;
  height: 100%;
}

.text-overlay-description {
  display: table-cell;
  vertical-align: middle;
}

.icon-overlay {
  position: relative;
}
.icon-overlay img {
  display: block;
}
.icon-overlay:hover .icon-overlay-text:before {
  opacity: 1;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -135deg)
    scale3d(1, 1, 1);
  -moz-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -135deg)
    scale3d(1, 1, 1);
  -ms-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -135deg)
    scale3d(1, 1, 1);
  -o-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -135deg)
    scale3d(1, 1, 1);
  transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -135deg)
    scale3d(1, 1, 1);
  top: 50%;
}
.icon-overlay .icon-overlay-text {
  bottom: 0;
  color: #ffffff;
  opacity: 0;
  overflow: hidden;
  padding: 50px 45px;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.icon-overlay .icon-overlay-text:hover {
  opacity: 1;
}
.icon-overlay .icon-overlay-text h3 {
  color: #ffffff;
}
.icon-overlay .icon-overlay-text:after,
.icon-overlay .icon-overlay-text:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
}
.icon-overlay .icon-overlay-text:before {
  top: 50%;
  left: 50%;
  width: 40%;
  height: 60%;
  border: 2px solid #ffffff;
  opacity: 0;
  -webkit-transition: opacity 0.35s, transform 0.35s;
  -moz-transition: opacity 0.35s, transform 0.35s;
  -o-transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  -o-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg)
    scale3d(0, 0, 1);
  -moz-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg)
    scale3d(0, 0, 1);
  -ms-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg)
    scale3d(0, 0, 1);
  -o-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg)
    scale3d(0, 0, 1);
  transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg)
    scale3d(0, 0, 1);
}
.icon-overlay .icon-overlay-text:before p {
  font-size: 25px;
  line-height: 10;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transition: opacity 0.35s, transform 0.35s;
  -moz-transition: opacity 0.35s, transform 0.35s;
  -o-transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.icon-overlay .icon-overlay-text p {
  width: 110px;
  padding-bottom: 0;
}
.icon-overlay .icon-overlay-text p i {
  opacity: 0;
  -webkit-transition: opacity 0.35s, transform 0.35s;
  -moz-transition: opacity 0.35s, transform 0.35s;
  -o-transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  padding: 0 5px;
}
.icon-overlay .icon-overlay-text p a {
  font-size: 30px;
  color: #ffffff;
}
.icon-overlay .icon-overlay-text p a:first-child i {
  -webkit-transform: translate3d(-60px, -60px, 0);
  -moz-transform: translate3d(-60px, -60px, 0);
  -ms-transform: translate3d(-60px, -60px, 0);
  -o-transform: translate3d(-60px, -60px, 0);
  transform: translate3d(-60px, -60px, 0);
}
.icon-overlay .icon-overlay-text p a:nth-child(2) i {
  -webkit-transform: translate3d(60px, -60px, 0);
  -moz-transform: translate3d(60px, -60px, 0);
  -ms-transform: translate3d(60px, -60px, 0);
  -o-transform: translate3d(60px, -60px, 0);
  transform: translate3d(60px, -60px, 0);
}
.icon-overlay .icon-overlay-text p a:nth-child(3) i {
  -webkit-transform: translate3d(-60px, 60px, 0);
  -moz-transform: translate3d(-60px, 60px, 0);
  -ms-transform: translate3d(-60px, 60px, 0);
  -o-transform: translate3d(-60px, 60px, 0);
  transform: translate3d(-60px, 60px, 0);
}
.icon-overlay .icon-overlay-text p a:nth-child(4) i {
  -webkit-transform: translate3d(60px, 60px, 0);
  -moz-transform: translate3d(60px, 60px, 0);
  -ms-transform: translate3d(60px, 60px, 0);
  -o-transform: translate3d(60px, 60px, 0);
  transform: translate3d(60px, 60px, 0);
}
.icon-overlay .icon-overlay-text:hover p a i:empty {
  -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);
  opacity: 1;
  padding: 10px;
}

.icon-plus-overlay {
  position: relative;
}
.icon-plus-overlay img {
  display: block;
}
.icon-plus-overlay:hover .icon-overlay-text:before {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transform: translate3d(-10%, -10%, 0) rotate3d(0, 0, 1, -135deg)
    scale3d(1, 1, 1);
  -moz-transform: translate3d(-10%, -10%, 0) rotate3d(0, 0, 1, -135deg)
    scale3d(1, 1, 1);
  -ms-transform: translate3d(-10%, -10%, 0) rotate3d(0, 0, 1, -135deg)
    scale3d(1, 1, 1);
  -o-transform: translate3d(-10%, -10%, 0) rotate3d(0, 0, 1, -135deg)
    scale3d(1, 1, 1);
  transform: translate3d(-10%, -10%, 0) rotate3d(0, 0, 1, -135deg)
    scale3d(1, 1, 1);
}
.icon-plus-overlay .icon-overlay-text {
  bottom: 0;
  color: #ffffff;
  opacity: 0;
  overflow: hidden;
  padding: 50px 45px;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.icon-plus-overlay .icon-overlay-text:hover {
  opacity: 1;
}
.icon-plus-overlay .icon-overlay-text h3 {
  color: #ffffff;
}
.icon-plus-overlay .icon-overlay-text:after,
.icon-plus-overlay .icon-overlay-text:before {
  content: "";
  position: absolute;
}
.icon-plus-overlay .icon-overlay-text:before p {
  font-size: 25px;
  line-height: 10;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transition: opacity 0.35s, transform 0.35s;
  -moz-transition: opacity 0.35s, transform 0.35s;
  -o-transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.icon-plus-overlay .icon-overlay-text p {
  width: 110px;
  padding-bottom: 0;
}
.icon-plus-overlay .icon-overlay-text p i {
  opacity: 0;
  -webkit-transition: opacity 0.35s, transform 0.35s;
  -moz-transition: opacity 0.35s, transform 0.35s;
  -o-transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  padding: 0 5px;
}
.icon-plus-overlay .icon-overlay-text p a {
  font-size: 30px;
  color: #ffffff;
}
.icon-plus-overlay .icon-overlay-text p a:first-child i {
  -webkit-transform: translate3d(-60px, -60px, 0);
  -moz-transform: translate3d(-60px, -60px, 0);
  -ms-transform: translate3d(-60px, -60px, 0);
  -o-transform: translate3d(-60px, -60px, 0);
  transform: translate3d(-60px, -60px, 0);
}
.icon-plus-overlay .icon-overlay-text p a:nth-child(2) i {
  -webkit-transform: translate3d(60px, -60px, 0);
  -moz-transform: translate3d(60px, -60px, 0);
  -ms-transform: translate3d(60px, -60px, 0);
  -o-transform: translate3d(60px, -60px, 0);
  transform: translate3d(60px, -60px, 0);
}
.icon-plus-overlay .icon-overlay-text p.set2 a:nth-child(1) i {
  -webkit-transform: translate3d(-60px, 60px, 0);
  -moz-transform: translate3d(-60px, 60px, 0);
  -ms-transform: translate3d(-60px, 60px, 0);
  -o-transform: translate3d(-60px, 60px, 0);
  transform: translate3d(-60px, 60px, 0);
}
.icon-plus-overlay .icon-overlay-text p.set2 a:nth-child(2) i {
  -webkit-transform: translate3d(60px, 60px, 0);
  -moz-transform: translate3d(60px, 60px, 0);
  -ms-transform: translate3d(60px, 60px, 0);
  -o-transform: translate3d(60px, 60px, 0);
  transform: translate3d(60px, 60px, 0);
}
.icon-plus-overlay .icon-overlay-text p hr:nth-child(2) {
  -webkit-transform: translate3d(-100%, -50%, 0) rotate3d(0, 0, 1, 90deg)
    scale3d(0, 0, 1);
  -moz-transform: translate3d(-100%, -50%, 0) rotate3d(0, 0, 1, 90deg)
    scale3d(0, 0, 1);
  -ms-transform: translate3d(-100%, -50%, 0) rotate3d(0, 0, 1, 90deg)
    scale3d(0, 0, 1);
  -o-transform: translate3d(-100%, -50%, 0) rotate3d(0, 0, 1, 90deg)
    scale3d(0, 0, 1);
  transform: translate3d(-100%, -50%, 0) rotate3d(0, 0, 1, 90deg)
    scale3d(0, 0, 1);
}
.icon-plus-overlay .icon-overlay-text p hr:nth-child(3) {
  -webkit-transform: translate3d(-100%, -50%, 0) rotate3d(0, 0, 1, 180deg)
    scale3d(0, 0, 1);
  -moz-transform: translate3d(-100%, -50%, 0) rotate3d(0, 0, 1, 180deg)
    scale3d(0, 0, 1);
  -ms-transform: translate3d(-100%, -50%, 0) rotate3d(0, 0, 1, 180deg)
    scale3d(0, 0, 1);
  -o-transform: translate3d(-100%, -50%, 0) rotate3d(0, 0, 1, 180deg)
    scale3d(0, 0, 1);
  transform: translate3d(-100%, -50%, 0) rotate3d(0, 0, 1, 180deg)
    scale3d(0, 0, 1);
}
.icon-plus-overlay .icon-overlay-text hr {
  width: 100%;
  opacity: 0;
  border: 1px solid #ffffff;
  -webkit-transition: opacity 0.35s, transform 0.35s;
  -moz-transition: opacity 0.35s, transform 0.35s;
  -o-transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  -o-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  margin: 0;
}
.icon-plus-overlay .icon-overlay-text:hover p a i:empty {
  -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);
  opacity: 1;
  padding: 10px;
}
.icon-plus-overlay .icon-overlay-text:hover hr:nth-child(2) {
  opacity: 1;
  -webkit-transform: translate3d(0%, -50%, 0) rotate3d(0, 0, 1, -90deg)
    scale3d(1, 1, 1);
  -moz-transform: translate3d(0%, -50%, 0) rotate3d(0, 0, 1, -90deg)
    scale3d(1, 1, 1);
  -ms-transform: translate3d(0%, -50%, 0) rotate3d(0, 0, 1, -90deg)
    scale3d(1, 1, 1);
  -o-transform: translate3d(0%, -50%, 0) rotate3d(0, 0, 1, -90deg)
    scale3d(1, 1, 1);
  transform: translate3d(0%, -50%, 0) rotate3d(0, 0, 1, -90deg) scale3d(1, 1, 1);
}
.icon-plus-overlay .icon-overlay-text:hover hr:nth-child(3) {
  opacity: 1;
  -webkit-transform: translate3d(0%, -50%, 0) rotate3d(0, 0, 1, -180deg)
    scale3d(1, 1, 1);
  -moz-transform: translate3d(0%, -50%, 0) rotate3d(0, 0, 1, -180deg)
    scale3d(1, 1, 1);
  -ms-transform: translate3d(0%, -50%, 0) rotate3d(0, 0, 1, -180deg)
    scale3d(1, 1, 1);
  -o-transform: translate3d(0%, -50%, 0) rotate3d(0, 0, 1, -180deg)
    scale3d(1, 1, 1);
  transform: translate3d(0%, -50%, 0) rotate3d(0, 0, 1, -180deg)
    scale3d(1, 1, 1);
}

.icon-bottom-overlay {
  position: relative;
  overflow: hidden;
}
.icon-bottom-overlay img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.icon-bottom-overlay:hover img {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.icon-bottom-overlay .icon-bottom-overlay-text {
  top: auto;
  bottom: 0;
  padding: 1em;
  height: 4.75em;
  -moz-transition: transform 0.35s;
  -o-transition: transform 0.35s;
  -webkit-transition: transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  position: absolute;
  overflow: hidden;
  left: 0;
  right: 0;
}
.icon-bottom-overlay .icon-bottom-overlay-text button {
  float: left;
  border-color: transparent;
}
.icon-bottom-overlay .icon-bottom-overlay-text p {
  float: right;
}
.icon-bottom-overlay .icon-bottom-overlay-text p a {
  color: #ffffff;
  font-size: 30px;
  margin-left: 20px;
}
.icon-bottom-overlay:hover .icon-bottom-overlay-text {
  -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);
}

/*----------------------------------------------

END OVERLAY

------------------------------------------------*/
/*---- START OVERLAY RESPONSIVE ----*/
@media (max-width: 1366px) {
  .position-overlay .text-overlay {
    font-size: 14px;
    width: 94%;
    padding: 10px;
  }
  .position-overlay .text-overlay h3 {
    font-size: 23px;
  }
  .position-overlay .text-overlay p {
    line-height: 20px;
  }

  .image-zoom-in:hover h3,
  .image-zoom-out:hover h3,
  .simple-overlay:hover h3,
  .primary-hover-color:hover h3,
  .image-slide-left:hover h3,
  .image-slide-right:hover h3,
  .icon-effect-overlay:hover h3 {
    font-size: 23px;
  }
  .image-zoom-in:hover p,
  .image-zoom-out:hover p,
  .simple-overlay:hover p,
  .primary-hover-color:hover p,
  .image-slide-left:hover p,
  .image-slide-right:hover p,
  .icon-effect-overlay:hover p {
    font-size: 14px;
    line-height: 20px;
  }

  .overlay-box-shadow .gallery-description h3 {
    font-size: 23px;
  }
  .overlay-box-shadow .gallery-description p {
    line-height: 20px;
    font-size: 14px;
  }

  .border-overlay .border-overlay-text {
    padding: 30px 35px;
  }
  .border-overlay .border-overlay-text h3 {
    font-size: 23px;
  }
  .border-overlay .border-overlay-text p {
    line-height: 20px;
    font-size: 14px;
  }

  .icon-overlay .icon-overlay-text:hover p a {
    font-size: 25px;
  }
  .icon-overlay .icon-overlay-text:hover p a i:empty {
    padding: 8px;
  }

  .icon-bottom-overlay .icon-bottom-overlay-text p a {
    font-size: 25px;
    margin-left: 10px;
  }

  .icon-plus-overlay .icon-overlay-text p a {
    font-size: 25px;
  }
}
@media (max-width: 1199px) {
  .overlay-clear {
    clear: none;
  }
}
@media (max-width: 767px) {
  .position-overlay .text-overlay {
    width: 97%;
  }
}
@media (max-width: 479px) {
  .position-overlay .text-overlay {
    width: 96%;
    padding: 0;
    margin: 5px;
  }
  .position-overlay .text-overlay p {
    line-height: 15px;
    font-size: 12px;
  }
  .position-overlay .text-overlay h3 {
    font-size: 19px;
  }

  .image-zoom-in:hover .text-overlay-zoom,
  .image-zoom-out:hover .text-overlay-zoom,
  .simple-overlay:hover .text-overlay-zoom,
  .primary-hover-color:hover .text-overlay-zoom,
  .image-slide-left:hover .text-overlay-zoom,
  .image-slide-right:hover .text-overlay-zoom,
  .icon-effect-overlay:hover .text-overlay-zoom {
    padding: 10px;
  }
  .image-zoom-in:hover h3,
  .image-zoom-out:hover h3,
  .simple-overlay:hover h3,
  .primary-hover-color:hover h3,
  .image-slide-left:hover h3,
  .image-slide-right:hover h3,
  .icon-effect-overlay:hover h3 {
    font-size: 19px;
  }
  .image-zoom-in:hover p,
  .image-zoom-out:hover p,
  .simple-overlay:hover p,
  .primary-hover-color:hover p,
  .image-slide-left:hover p,
  .image-slide-right:hover p,
  .icon-effect-overlay:hover p {
    font-size: 12px;
    line-height: 15px;
  }

  .overlay-box-shadow .gallery-description h3 {
    font-size: 20px;
  }
  .overlay-box-shadow .gallery-description p {
    line-height: 15px;
    font-size: 12px;
  }

  .border-overlay .border-overlay-text {
    padding: 15px 30px;
  }
  .border-overlay .border-overlay-text:after,
  .border-overlay .border-overlay-text:before {
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
  }
  .border-overlay .border-overlay-text:after {
    bottom: 20px;
    top: 20px;
  }
  .border-overlay .border-overlay-text:before {
    left: 20px;
    right: 20px;
  }
  .border-overlay .border-overlay-text h3 {
    font-size: 19px;
  }
  .border-overlay .border-overlay-text p {
    line-height: 15px;
    font-size: 12px;
  }

  .icon-overlay .icon-overlay-text:hover p a {
    font-size: 20px;
  }
  .icon-overlay .icon-overlay-text:hover p a i:empty {
    padding: 9px;
  }

  .icon-bottom-overlay .icon-bottom-overlay-text {
    padding: 10px;
    height: 50px;
  }
  .icon-bottom-overlay .icon-bottom-overlay-text p a {
    font-size: 18px;
    margin-left: 10px;
  }
  .icon-bottom-overlay .icon-bottom-overlay-text button {
    padding: 4px 14px;
  }

  .icon-plus-overlay .icon-overlay-text p a {
    font-size: 20px;
  }
}
/*---- END OVERLAY RESPONSIVE ----*/
@media screen and (min-width: 0\0) {
  .icon-overlay:hover .icon-overlay-text:before {
    -webkit-transform: translate3d(50%, -50%, 0) rotate3d(0, 0, 1, -135deg)
      scale3d(1, 1, 1);
    -moz-transform: translate3d(50%, -50%, 0) rotate3d(0, 0, 1, -135deg)
      scale3d(1, 1, 1);
    -ms-transform: translate3d(50%, -50%, 0) rotate3d(0, 0, 1, -135deg)
      scale3d(1, 1, 1);
    -o-transform: translate3d(50%, -50%, 0) rotate3d(0, 0, 1, -135deg)
      scale3d(1, 1, 1);
    transform: translate3d(50%, -50%, 0) rotate3d(0, 0, 1, -135deg)
      scale3d(1, 1, 1);
  }
}
/*----------------------------------------------

STEP PAGE STYLE

------------------------------------------------*/
/* START STEP ROUND CSS */
.wrapper .step_with_progressbar .nav-inline .nav-item.flat-buttons {
  border-radius: 0;
}

/* End STEP ROUND CSS */
.step_default .nav-item {
  border: 1px solid #ccc;
  width: 23.7%;
  height: 100%;
  padding: 20px;
  background: #e0e0e0;
  margin-right: 22px;
  margin-left: 0 !important;
  float: left;
}
.step_default .nav-item.active .step_title {
  color: #ffffff;
}
.step_default .nav-item.active .step_description {
  color: #ffffff;
}
.step_default .nav-item.active .step_badge {
  color: #ffffff;
  border-color: #ffffff;
}
.step_default .nav-item:last-child {
  margin-right: 0;
}
.step_default .nav-item .step_description {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.step_badge {
  display: inline-block;
  font-size: 39px;
  line-height: 46px;
  margin-right: 15px;
  color: #757575;
  border: 1px solid #757575;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.step_badge span {
  font-size: 20px;
}

.step_title {
  color: #333333;
}

.step_description {
  padding-bottom: 0;
  color: #777777;
}

.vertical_step .nav-inline .nav-item {
  display: block;
  width: 100%;
  margin-right: 0;
}
.vertical_step .nav-inline .nav-item + .nav-item {
  margin-left: 0;
  margin-top: 10px;
}

.step_with_count {
  counter-reset: step;
}
.step_with_count li {
  position: relative;
  text-transform: uppercase;
  width: 25%;
}
.step_with_count li:first-child:after {
  display: none;
}
.step_with_count li:before {
  width: 45px;
  height: 45px;
  content: counter(step);
  counter-increment: step;
  line-height: 40px;
  border: 2px solid #ccc;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  background: #ffffff;
  z-index: 1;
  position: relative;
  font-size: 20px;
  color: #777777;
}
.step_with_count li:after {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  background-color: #7d7d7d;
  top: 22px;
  left: -50%;
  z-index: 0;
}
.step_with_count li a {
  color: #777777;
}
.step_with_count li.active:before {
  color: #ffffff;
}
.step_with_count.step_with_color li.step_info_color {
  color: #5bc0de;
}
.step_with_count.step_with_color li.step_info_color:before {
  border: 2px solid #5bc0de;
  background: #5bc0de;
  color: #ffffff;
}
.step_with_count.step_with_color li.step_info_color + li:after {
  background: #5bc0de;
}
.step_with_count.step_with_color li.step_info_color a {
  color: #5bc0de;
}
.step_with_count.step_with_color li.step_success_color {
  color: #5cb85c;
}
.step_with_count.step_with_color li.step_success_color:before {
  border: 2px solid #5cb85c;
  background: #5cb85c;
  color: #ffffff;
}
.step_with_count.step_with_color li.step_success_color + li:after {
  background: #5cb85c;
}
.step_with_count.step_with_color li.step_success_color a {
  color: #5cb85c;
}
.step_with_count.step_with_color li.step_warning_color {
  color: #f0ad4e;
}
.step_with_count.step_with_color li.step_warning_color:before {
  border: 2px solid #f0ad4e;
  background: #f0ad4e;
  color: #ffffff;
}
.step_with_count.step_with_color li.step_warning_color + li:after {
  background: #f0ad4e;
}
.step_with_count.step_with_color li.step_warning_color a {
  color: #f0ad4e;
}
.step_with_count.step_with_color li:before {
  width: 55px;
  height: 55px;
  line-height: 50px;
}
.step_with_count.step_with_color li:after {
  top: 28px;
}
.step_with_count.step_with_color li a {
  font-size: 16px;
  font-weight: 700;
}

.step_with_round li:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.step_backgrpund .nav-item {
  width: 32.2%;
  height: 140px;
  position: relative;
}
.step_backgrpund .step_title {
  color: #ffffff;
}
.step_backgrpund .step_description {
  color: #ffffff;
}
.step_backgrpund .step_infomation {
  margin: 20px 15px 20px;
}

.step_backgrpund_count {
  position: absolute;
  right: 15px;
  bottom: 43px;
  color: #ffffff;
  font-size: 105px;
}

.step_with_progressbar .nav-inline {
  position: absolute;
  right: 15px;
  top: 10px;
  width: auto;
}
.step_with_progressbar .nav-inline .nav-item {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  width: 40px;
  height: 40px;
  line-height: 38px;
  font-size: 17px;
  cursor: pointer;
  padding: 0;
  transition: all 0.3s ease;
}
.step_with_progressbar .nav-inline .nav-item a {
  font-weight: 700;
  color: #9e9b9b;
}
.step_with_progressbar .nav-inline .nav-item.active a {
  color: #ffffff;
}
.step_with_progressbar .nav-inline .nav-item:hover {
  transition: all 0.3s ease;
}
.step_with_progressbar .nav-inline .nav-item:hover a {
  color: #ffffff;
}
.step_with_progressbar .nav-inline .nav-item + .nav-item {
  margin-left: 5px;
}

.step_progressbar {
  margin-bottom: 10px;
  background: #e0e0e0;
}
.step_progressbar .progress-bar {
  width: 25%;
  transition: all 0.4s ease;
}

.step_wizard {
  overflow: hidden;
}
.step_wizard ul li {
  background: #e0e0e0;
  padding: 10px 15px 10px 30px;
  position: relative;
  width: 23.8%;
  height: 100%;
}
.step_wizard ul li:not(:first-child):before {
  width: 0px;
  height: 0px;
  border-top: 24px inset transparent;
  border-bottom: 24px inset transparent;
  border-left: 20px solid #ffffff;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}
.step_wizard ul li:not(:last-child):after {
  width: 0px;
  height: 0px;
  border-top: 24px inset transparent;
  border-bottom: 24px inset transparent;
  border-left: 20px solid #e0e0e0;
  position: absolute;
  content: "";
  top: 0px;
  right: -20px;
  z-index: 2;
}
.step_wizard ul li:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.step_wizard ul li:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.step_wizard ul li.active a {
  color: #ffffff;
}
.step_wizard .nav-inline .nav-item + .nav-item {
  margin-left: 5px;
}

.step_xl_bottom_spacing {
  padding-bottom: 15px;
}
.step_xl_bottom_spacing:last-child {
  padding-bottom: 0;
}

.step_vertical_wizard ul {
  width: 100%;
  margin: 0;
}
.step_vertical_wizard ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 50px;
}
.step_vertical_wizard ul li:last-child {
  margin-bottom: 35px;
}
.step_vertical_wizard ul li .vertical_wizard_information {
  color: #9e9b9b;
  font-weight: 700;
  display: block;
  height: 80px;
  border: 1px solid #c1c1c1;
  position: relative;
  border-radius: 0 8px 8px 0;
  padding-left: 50px;
}
.step_vertical_wizard
  ul
  li
  .vertical_wizard_information
  .vertical_wizard_title {
  padding-top: 10px;
}
.step_vertical_wizard ul li .vertical_wizard_information p {
  padding-bottom: 0;
}
.step_vertical_wizard ul li .vertical_wizard_information:before {
  background: #e0e0e0;
  width: 80px;
  height: 80px;
  margin-left: -50px;
  line-height: 80px;
  position: absolute;
  top: -1px;
  left: 0;
  content: "";
}
.step_vertical_wizard ul li .vertical_wizard_information.step_first:after {
  content: "Step 1";
  position: absolute;
  bottom: 0;
  left: -37px;
  line-height: 35px;
  font-size: 17px;
}
.step_vertical_wizard ul li .vertical_wizard_information.step_second:after {
  content: "Step 2";
  position: absolute;
  bottom: 0;
  left: -37px;
  line-height: 35px;
  font-size: 17px;
}
.step_vertical_wizard ul li .vertical_wizard_information.step_third:after {
  content: "Step 3";
  position: absolute;
  bottom: 0;
  left: -37px;
  line-height: 35px;
  font-size: 17px;
}
.step_vertical_wizard ul li .vertical_wizard_information.step_forth:after {
  content: "Step 4";
  position: absolute;
  bottom: 0;
  left: -37px;
  line-height: 35px;
  font-size: 17px;
}
.step_vertical_wizard ul li:before,
.step_vertical_wizard ul li:after {
  position: absolute;
  content: "";
  left: 0;
  border: 40px solid transparent;
  height: 0;
  width: 0;
}
.step_vertical_wizard ul li:before {
  top: 0;
  border-top-color: #ffffff;
  z-index: 25;
}
.step_vertical_wizard ul li:after {
  top: 100%;
  border-top-color: #e0e0e0;
  z-index: 99;
}
.step_vertical_wizard ul li.active .vertical_wizard_information {
  color: #9e9b9b;
}
.step_vertical_wizard
  ul
  li.active
  .vertical_wizard_information.step_first:after {
  color: #ffffff;
}
.step_vertical_wizard
  ul
  li.active
  .vertical_wizard_information.step_second:after {
  color: #ffffff;
}
.step_vertical_wizard
  ul
  li.active
  .vertical_wizard_information.step_third:after {
  color: #ffffff;
}
.step_vertical_wizard
  ul
  li.active
  .vertical_wizard_information.step_forth:after {
  color: #ffffff;
}

.step_with_progressbar .nav-inline .nav-item.flat-buttons {
  padding: 0;
  text-align: center;
}

/*----------------------------------------------

END STEP PAGE STYLE

------------------------------------------------*/
/*---- START RESPONSIVE ----*/
@media (min-width: 1200px) and (max-width: 1599px) {
  .step_default .nav-item {
    width: 24%;
    padding: 18px;
    margin-right: 10px;
  }

  .step_backgrpund .nav-item {
    width: 32%;
  }

  .step_wizard ul li {
    width: 23.5%;
  }
}
@media (max-width: 1366px) {
  .step_default .nav-inline .nav-item + .nav-item {
    margin-left: 5px;
  }
  .step_default .step_description {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .vertical_step .nav-inline .nav-item + .nav-item {
    margin-left: 0;
  }

  .step_backgrpund .nav-item {
    width: 31.7%;
  }

  .step_wizard ul li {
    padding: 10px 0 10px 20px;
    width: 23.3%;
  }

  .step_vertical_wizard
    ul
    li
    .vertical_wizard_information
    .vertical_wizard_title {
    padding-top: 5px;
    font-size: 17px;
  }
  .step_vertical_wizard ul li .vertical_wizard_information p {
    font-size: 12px;
  }
}
@media (max-width: 1199px) {
  .step_lg_spacing {
    margin-bottom: 10px;
  }

  .step_block_spacing {
    margin-bottom: 25px;
  }

  .step_default ul {
    margin-bottom: -10px;
    overflow: hidden;
  }
  .step_default .nav-item {
    width: 49.2%;
    margin-right: 10px;
  }
  .step_default .nav-item:nth-child(2) {
    margin-right: 0;
  }
  .step_default .nav-inline .nav-item + .nav-item {
    margin-left: 0;
  }

  .vertical_step ul {
    margin-bottom: 0;
  }

  .step_backgrpund ul {
    margin-bottom: -10px;
  }
  .step_backgrpund .nav-item {
    width: 32.8%;
    height: 110px;
  }
  .step_backgrpund .step_infomation {
    margin: 20px 10px 20px;
  }
  .step_backgrpund .step_title {
    font-size: 18px;
  }
  .step_backgrpund .step_description {
    font-size: 12px;
  }
  .step_backgrpund .nav-inline .nav-item + .nav-item {
    margin-left: 0;
  }

  .step_with_color ul li p {
    padding-bottom: 0;
    font-size: 13px;
  }

  .step_backgrpund_count {
    right: 4px;
    bottom: 28px;
    font-size: 80px;
  }

  .step_vertical_wizard
    ul
    li
    .vertical_wizard_information
    .vertical_wizard_title {
    padding-top: 10px;
  }
  .step_vertical_wizard ul li .vertical_wizard_information p {
    font-size: 13px;
  }

  .step_wizard ul li {
    width: 23.8%;
  }
}
@media (max-width: 991px) {
  .step_default .nav-item {
    width: 49.1%;
  }
}
@media (max-width: 767px) {
  .step_default .nav-item {
    width: 100%;
    margin-right: 0;
  }
  .step_default .nav-inline .nav-item + .nav-item {
    margin-left: 0;
  }

  .step_backgrpund .nav-item {
    width: 100%;
    height: 140px;
  }
  .step_backgrpund .step_title {
    font-size: 24px;
  }
  .step_backgrpund .step_description {
    font-size: 14px;
  }
  .step_backgrpund .nav-inline .nav-item + .nav-item {
    margin-left: 0;
  }

  .step_backgrpund_count {
    right: 15px;
    bottom: 43px;
    font-size: 105px;
  }

  .step_backgrpund ul {
    margin-bottom: 0;
  }

  .step_with_progressbar .nav-inline {
    position: relative;
    right: 0;
    top: 0;
  }
  .step_with_progressbar .nav-inline .nav-item {
    width: 40px;
  }
  .step_with_progressbar .nav-inline .nav-item + .nav-item {
    margin-left: 0;
  }

  .step_vertical_wizard ul li .vertical_wizard_information {
    padding: 5px 15px 0 50px;
  }
  .step_vertical_wizard
    ul
    li
    .vertical_wizard_information
    .vertical_wizard_title {
    padding-top: 5px;
    font-size: 17px;
  }
  .step_vertical_wizard ul li .vertical_wizard_information p {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .step_wizard ul li {
    width: 23.2%;
  }
}
@media (max-width: 479px) {
  .step_default .nav-item {
    padding: 15px;
  }

  .step_badge {
    font-size: 30px;
    line-height: 39px;
    width: 45px;
    height: 45px;
  }

  .step_description {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .step_backgrpund .step_title {
    font-size: 20px;
  }
  .step_backgrpund .step_description {
    font-size: 12px;
  }

  .step_backgrpund_count {
    font-size: 90px;
  }

  .step_with_count.step_with_color li {
    width: 100%;
    padding-bottom: 15px;
  }
  .step_with_count.step_with_color li:last-child {
    padding-bottom: 0px;
  }
  .step_with_count.step_with_color li:after {
    display: none;
  }

  .step_with_progressbar .nav-inline .nav-item + .nav-item {
    margin-left: 0;
  }

  .step_wizard ul li {
    width: 43.9%;
    margin-bottom: 5px;
  }
  .step_wizard ul li:not(:last-child):after {
    border-top: 23px inset transparent;
    border-bottom: 23px inset transparent;
  }
}
/*---- END RESPONSIVE ----*/
/*----------------------------------------------

START TIMELINE

------------------------------------------------*/
.content-timeline {
  margin: 20px 0;
  padding: 20px;
  overflow: hidden;
}

#timeline {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
  display: table;
}
#timeline:after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 3px;
  margin-left: -2px;
  height: 100%;
  content: "";
  background: #e7e7e7;
}
#timeline .timeline-heading {
  position: relative;
  margin-bottom: 30px;
  padding-left: 0;
  z-index: 9;
  width: 100%;
  clear: both;
}
#timeline .timeline-heading .timeline-date {
  position: relative;
  display: block;
  margin: 0 auto;
  text-transform: uppercase;
  background: #f5f5f5;
  padding: 10px;
  text-align: center;
  color: #333333;
  font-weight: 700;
  font-size: 16px;
  border: solid 3px #dcdcdc;
  box-shadow: 0px 4px 4px 2px rgba(0, 0, 0, 0.2);
}
#timeline .timeline-item.timeline-left {
  padding-right: 50px;
  padding-left: 0;
}
#timeline .timeline-item.timeline-right {
  padding-left: 50px;
  position: relative;
}
#timeline .timeline-left .timeline-item {
  padding-right: 30px;
}
#timeline .timeline-item.timeline-right {
  margin-top: 160px;
}
#timeline .timeline-item.timeline-right .timeline-icon {
  right: auto;
  left: -25px;
}
#timeline .timeline-item.timeline-right .timeline-content {
  box-shadow: -2px 4px 4px rgba(0, 0, 0, 0.2);
}
#timeline .timeline-item.timeline-right .timeline-content:before {
  top: 90px;
  right: 100%;
  left: auto;
  border-width: 10px 12px 10px 0;
}
#timeline .timeline-right {
  margin-top: 160px;
}
#timeline .timeline-right .timeline-icon {
  right: auto;
  left: -25px;
}
#timeline .timeline-item {
  margin-bottom: 50px;
  position: relative;
}
#timeline .timeline-item .timeline-icon {
  position: absolute;
  right: -25px;
  width: 48px;
  height: 48px;
  top: 80px;
  display: block;
  z-index: 1;
}
#timeline .timeline-item .timeline-icon img {
  display: block;
  width: 48px;
  height: 48px;
  border: 4px solid #dddddd;
}
#timeline .timeline-content {
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.2);
  background: #fff;
  position: relative;
}
#timeline .timeline-content:before {
  content: "";
  position: absolute;
  top: 90px;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 12px;
}
#timeline .timeline-content .timeline_date .day {
  font-size: 50px;
  letter-spacing: -2px;
  color: #ffffff;
  margin-right: 5px;
}
#timeline .timeline-content .timeline_date .week-day {
  font-size: 17px;
}
#timeline .timeline-content .timeline_date .month {
  font-size: 16px;
  font-weight: normal;
  text-transform: capitalize;
  line-height: 18px;
}
#timeline .timeline-content .timeline-header {
  position: relative;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  padding: 20px;
  overflow: hidden;
}
#timeline .timeline-content .timeline-header .timeline_title {
  line-height: 48px;
  color: #ffffff;
}
#timeline .timeline-content .timeline-body {
  padding: 20px;
}
#timeline .timeline-content .timeline-body p {
  padding-bottom: 10px;
}
#timeline .timeline-content .timeline-body p:last-child {
  padding: 0;
}
#timeline .timeline-content .timeline-body .img-with-text {
  max-width: 170px;
  float: left;
  margin: 17px 15px 10px 0;
}
#timeline .timeline-content .timeline-body .time-user-info h4 {
  font-size: 18px;
  line-height: 30px;
}
#timeline .timeline-content .timeline-body .video-iframe {
  position: relative;
  padding-bottom: 56.25%;
}
#timeline .timeline-content .timeline-body .video-iframe iframe,
#timeline .timeline-content .timeline-body .video-iframe embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#timeline .timeline-content .timeline-footer {
  padding: 20px;
  border-top: 1px solid #e5e5e5;
}
#timeline .timeline-content .timeline-footer .more {
  overflow: hidden;
}
#timeline .timeline-content .timeline-footer .more .list-inline {
  display: inline-block;
  padding: 0;
  list-style: none;
}
#timeline .timeline-content .timeline-footer .more .list-inline li {
  display: inline-block;
  padding: 0;
  padding-right: 10px;
}
#timeline .timeline-content .timeline-footer .more .list-inline li:last-child {
  padding-right: 0;
}
#timeline .timeline-content .timeline-footer .more .list-inline li .time {
  display: block;
}
#timeline > li {
  position: relative;
  display: block;
  float: left;
  width: 50%;
}
#timeline > li:last-child {
  margin-bottom: 10px;
}

/*----------------------------------------------

END TIMELINE

------------------------------------------------*/
/*---- START TIMELINE RESPONSIVE ----*/
@media (max-width: 1199px) {
  .floatNoneList {
    clear: both;
  }
}
@media (max-width: 991px) {
  #timeline .timeline-content .timeline_date .day {
    font-size: 44px;
  }
  #timeline .timeline-content .timeline_date .week-day {
    font-size: 14px;
  }
  #timeline .timeline-content .timeline_date .month {
    font-size: 14px;
  }
  #timeline .timeline-item {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  #timeline:after {
    display: none;
  }
  #timeline > li {
    width: 100%;
  }
  #timeline .timeline-heading {
    margin-bottom: 30px;
    margin-top: 20px;
  }
  #timeline .timeline-heading:first-child {
    margin-top: 0;
  }
  #timeline .timeline-item.timeline-left {
    padding-right: 70px;
  }
  #timeline .timeline-item.timeline-left > .timeline-icon {
    right: 0;
  }
  #timeline .timeline-item.timeline-right {
    padding-left: 70px;
    margin-top: 0;
  }
  #timeline .timeline-item.timeline-right > .timeline-icon {
    left: 0;
  }
}
@media (max-width: 575px) {
  .timeline-body .media-gallery {
    margin-bottom: 20px;
  }
}
@media (max-width: 479px) {
  #timeline:after {
    left: 20px;
  }
  #timeline .timeline-item .timeline-icon img {
    width: 45px;
    height: 45px;
    border-width: 3px;
  }
  #timeline .timeline-item.timeline-left {
    padding-right: 60px;
  }
  #timeline .timeline-item.timeline-left .timeline-icon {
    right: -3px;
  }
  #timeline .timeline-item.timeline-right {
    padding-left: 60px;
  }
  #timeline .timeline-item.timeline-right .timeline-content:before {
    border-width: 8px 10px 8px 0;
  }
  #timeline .timeline-content:before {
    border-width: 8px 0 8px 10px;
  }
  #timeline .timeline-content .timeline_date .day {
    font-size: 30px;
  }
  #timeline .timeline-content .timeline_date .week-day {
    font-size: 13px;
    line-height: 15px;
  }
  #timeline .timeline-content .timeline_date .month {
    font-size: 12px;
    line-height: 15px;
  }
  #timeline .timeline-content .timeline-header .timeline_title {
    font-size: 18px;
    line-height: 35px;
  }
  #timeline .timeline-content .timeline-header .timeline_date {
    margin-top: 1px;
  }
  #timeline .timeline-content .timeline-header,
  #timeline .timeline-content .timeline-body,
  #timeline .timeline-content .timeline-footer {
    padding: 10px;
  }
  #timeline .timeline-content .timeline-footer .more .list-inline li {
    padding-right: 3px;
  }
  #timeline .timeline-content .timeline-footer .more .list-inline li a {
    cursor: pointer;
  }
  #timeline .timeline-content .timeline-body .img-with-text {
    max-width: 100%;
    margin: 0;
  }
  #timeline .timeline-content .timeline-body .media-gallery {
    margin-bottom: 10px;
  }
}
/*-- IE --*/
@media screen and (min-width: 0\0) {
  .edit-scroll input {
    min-height: 38px;
  }
}
/*---- END TIMELINE RESPONSIVE ----*/
/*----------------------------------------------

START TESTIMONIAL-PAGE

------------------------------------------------*/
.simple-testimonial {
  position: relative;
}
.simple-testimonial .testimonial-box {
  background: #ededed;
  border: 2px solid #ccc;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 56px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 56px inset;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 56px inset;
}
.simple-testimonial .testimonial-box p {
  padding-bottom: 10px;
}

.testimonial-box {
  padding: 25px;
  overflow: hidden;
  position: relative;
}
.testimonial-box .testimonial-content p {
  padding-bottom: 10px;
}
.testimonial-box .testimonial-center-image {
  margin: auto;
  width: 65px;
  text-align: center;
}
.testimonial-box .testimonial-center-content {
  margin: auto;
  text-align: center;
  margin-top: 15px;
}
.testimonial-box .testimonial-center-content p {
  padding-bottom: 10px;
}

.testimonial-name {
  font-style: italic;
}
.testimonial-name h6 {
  font-weight: 700;
  line-height: 21px;
}
.testimonial-name.blockquote {
  margin-bottom: 0;
}
.testimonial-name span {
  color: #999999;
  font-size: 13px;
}
.testimonial-name span i {
  vertical-align: middle;
  margin-right: 5px;
}

.colored-testimonial {
  border: 1px solid;
}
.colored-testimonial .testimonial-image {
  width: 10%;
  float: left;
  border: 3px solid;
}
.colored-testimonial .testimonial-content {
  padding-left: 20px;
  width: 83%;
  float: left;
}
.colored-testimonial .blockquote {
  border-left-color: inherit;
}

.testimonial-background {
  background: #ededed;
  border-color: #ccc;
}

.group-testimonial {
  position: relative;
}
.group-testimonial .testimonial-box {
  border: none;
  padding: 25px 15px;
}
.group-testimonial li {
  list-style: none;
}
.group-testimonial::before,
.group-testimonial::after {
  position: absolute;
  content: "";
}
.group-testimonial::before {
  border-bottom: 1px dashed;
  left: 0;
  right: 0;
  content: "";
  top: 50%;
}
.group-testimonial::after {
  border-left: 1px dashed;
  top: 0;
  bottom: 0;
  left: 50%;
}

.left-testimonial-arrow,
.right-testimonial-arrow {
  margin-bottom: 20px;
  position: relative;
}
.left-testimonial-arrow .testimonal-carousel-box::after,
.left-testimonial-arrow .testimonal-carousel-box::before,
.right-testimonial-arrow .testimonal-carousel-box::after,
.right-testimonial-arrow .testimonal-carousel-box::before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  margin-top: -1px;
}
.left-testimonial-arrow .testimonal-carousel-box::after,
.right-testimonial-arrow .testimonal-carousel-box::after {
  border-top-color: #ededed;
  border-width: 10px;
}
.left-testimonial-arrow .testimonal-carousel-box::before,
.right-testimonial-arrow .testimonal-carousel-box::before {
  border-top-color: #ccc;
  border-width: 12px;
}
.left-testimonial-arrow .testimonial-control,
.right-testimonial-arrow .testimonial-control {
  position: absolute;
  right: 0;
  border: 0;
}

.left-testimonial-arrow .testimonal-carousel-box::after,
.left-testimonial-arrow .testimonal-carousel-box::before {
  left: 10%;
}
.left-testimonial-arrow .testimonal-carousel-box::after {
  margin-left: -33px;
}
.left-testimonial-arrow .testimonal-carousel-box::before {
  margin-left: -35px;
}

.right-testimonial-arrow .testimonal-carousel-box::after,
.right-testimonial-arrow .testimonal-carousel-box::before {
  right: 10%;
}
.right-testimonial-arrow .testimonal-carousel-box::after {
  margin-right: -33px;
}
.right-testimonial-arrow .testimonal-carousel-box::before {
  margin-right: -35px;
}

.simple-carousel.carousel {
  overflow: hidden;
}

.testimonial-simple-carousel.carousel-inner {
  overflow: visible;
}
.testimonial-simple-carousel .left-testimonial-image {
  margin-left: 20px;
  width: 65px;
}
.testimonial-simple-carousel .right-testimonial-image {
  margin-right: 20px;
  width: 65px;
  float: right;
}
.testimonial-simple-carousel .testimonal-carousel-box {
  padding: 20px;
  background: #ededed;
  border: 1px solid #ccc;
  margin-right: 1px;
}
.testimonial-simple-carousel .testimonal-carousel-box p {
  padding-bottom: 0;
}

.left-testimonial-control,
.right-testimonial-control {
  position: absolute;
  bottom: 15px;
}
.left-testimonial-control a,
.right-testimonial-control a {
  font-size: 30px;
  color: #929292;
}

.left-testimonial-control {
  right: 10px;
}

.right-testimonial-control {
  left: 10px;
}

.testimonial-carousel p {
  padding-bottom: 10px;
}
.testimonial-carousel .carousel-control {
  background: none;
  color: #929292;
  font-size: 50px;
  text-shadow: none;
  margin-top: 30px;
}
.testimonial-carousel .carousel-control.left {
  left: -78px;
  top: 20%;
}
.testimonial-carousel .carousel-control.right {
  right: -78px;
  top: 20%;
}
.testimonial-carousel .carousel-indicators {
  top: auto;
  bottom: -5px;
}
.testimonial-carousel .carousel-indicators li {
  width: 50px;
  height: 50px;
  margin: 5px;
  cursor: pointer;
  border-radius: 0;
  opacity: 0.4;
  overflow: hidden;
  transition: all 0.4s;
  padding: 0;
}
.testimonial-carousel .carousel-indicators li img {
  display: block;
}
.testimonial-carousel .carousel-indicators .active {
  width: 65px;
  height: 65px;
  opacity: 1;
  overflow: hidden;
}
.testimonial-carousel .carousel-inner {
  min-height: 215px;
  padding: 0 70px;
}
.testimonial-carousel .carousel-item .blockquote {
  border-left: none;
  margin: 0;
}

.group-testimonial ul {
  padding: 0;
}

/*----------------------------------------------

END TESTIMONIAL-PAGE

------------------------------------------------*/
/*---- START TESTIMONIAL-PAGE RESPONSIVE ----*/
@media (max-width: 1366px) {
  .testimonial-carousel .carousel-control.left {
    left: -44px;
  }
  .testimonial-carousel .carousel-control.right {
    right: -44px;
  }
}
@media (max-width: 1199px) {
  .testimonial-box {
    padding: 15px;
  }

  .testimonial-carousel .carousel-inner {
    min-height: 300px;
    padding: 0 20px;
  }

  .testimonial-lg-spacing {
    height: 15px;
    clear: both;
  }
}
@media (max-width: 991px) {
  .testimonial-carousel .carousel-control.left {
    left: -36px;
  }
  .testimonial-carousel .carousel-control.right {
    right: -36px;
  }

  .testimonial-simple-carousel .right-testimonial-image {
    margin-right: 10px;
  }
  .testimonial-simple-carousel .left-testimonial-image {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .simple-testimonial.testimonial-xs-spacing {
    margin-bottom: 15px;
  }

  .group-testimonial::before,
  .group-testimonial::after {
    border: none;
  }

  .testimonial-lg-spacing {
    height: 0px;
  }

  .colored-testimonial .testimonial-image {
    width: 17%;
  }
  .colored-testimonial .testimonial-content {
    padding-left: 15px;
  }

  .left-testimonial-arrow .testimonal-carousel-box::after,
  .left-testimonial-arrow .testimonal-carousel-box::before {
    left: 15%;
  }

  .right-testimonial-arrow .testimonal-carousel-box::after,
  .right-testimonial-arrow .testimonal-carousel-box::before {
    right: 15%;
  }

  .testimonial-carousel .carousel-inner {
    min-height: 350px;
  }
  .testimonial-carousel .carousel-item .blockquote p {
    font-size: 14px;
  }
  .testimonial-carousel .carousel-control.left {
    left: -22px;
  }
  .testimonial-carousel .carousel-control.right {
    right: -8px;
  }
  .testimonial-carousel .carousel-indicators li {
    width: 25px;
    height: 25px;
    margin: 0;
  }
}
@media (max-width: 479px) {
  .testimonial-carousel .carousel-inner {
    min-height: 570px;
  }

  .left-testimonial-arrow .testimonal-carousel-box::after,
  .left-testimonial-arrow .testimonal-carousel-box::before {
    left: 25%;
  }

  .right-testimonial-arrow .testimonal-carousel-box::after,
  .right-testimonial-arrow .testimonal-carousel-box::before {
    right: 25%;
  }

  .colored-testimonial .blockquote {
    text-align: left;
  }
  .colored-testimonial .testimonial-image {
    width: 35%;
    clear: both;
    float: none;
    margin: auto;
    text-align: center;
  }
  .colored-testimonial .testimonial-content {
    margin: auto;
    margin-top: 10px;
    text-align: center;
    float: none;
    padding-left: 0;
    width: 100%;
  }
}
/*---- END TESTIMONIAL-PAGE RESPONSIVE ----*/
/*----------------------------------------------

START FILE UPLOAD

------------------------------------------------*/
/* START BUTTON ROUND CSS */
.rounded-admin .dropify-wrapper .dropify-clear {
  border-radius: 0;
}

/* END BUTTON ROUND CSS */
.dropify-wrapper
  .dropify-preview
  .dropify-infos
  .dropify-infos-inner
  .dropify-filename {
  font-size: 18px;
}
.dropify-wrapper
  .dropify-preview
  .dropify-infos
  .dropify-infos-inner
  p.dropify-infos-message {
  font-size: 14px;
}

.events-drop + .dropify-preview .dropify-render img {
  padding-bottom: 7px;
  padding-top: 7px;
}

/*----------------------------------------------

END SUMMER NOTE

------------------------------------------------*/
/*---- START FILE UPLOAD RESPONSIVE ----*/
@media (max-width: 479px) {
  .dropify-wrapper {
    height: 270px !important;
  }
}
/*---- END FILE UPLOAD RESPONSIVE ----*/
/*----------------------------------------------

START IMAGE CROPPING

------------------------------------------------*/
.cropContainer {
  width: 100%;
  height: 400px;
  position: relative;
  background: #e4e4e4;
  border: 1px solid #e7e7e7;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cropContainer img {
  max-width: inherit;
  width: auto;
}
.cropContainer form {
  display: none;
}
.cropContainer:hover {
  box-shadow: 0px 0px 40px #e0e0e0;
}

/*----------------------------------------------

END IMAGE CROPPING

------------------------------------------------*/
/*----------------------------------------------

START BLOCKQUOTE

------------------------------------------------*/
.content-blockquote .simple-blockquote-section blockquote p {
  padding: 0 0 0 15px;
}
.content-blockquote .right-blockquote-section blockquote {
  border-left: none;
}
.content-blockquote .right-blockquote-section blockquote p {
  padding: 0 15px 0 0;
}
.content-blockquote .single-blockquote-section blockquote {
  padding: 5px 0px;
  position: relative;
  border-left: 5px solid #cccccc;
}
.content-blockquote .single-blockquote-section blockquote p {
  padding-bottom: 0;
  padding-left: 25px;
}
.content-blockquote .single-blockquote-section blockquote p:after,
.content-blockquote .single-blockquote-section blockquote p:before {
  content: "'";
  font-size: 60px;
  position: absolute;
}
.content-blockquote .single-blockquote-section blockquote p:before {
  left: 10px;
  top: 10px;
}
.content-blockquote .single-blockquote-section blockquote p:after {
  margin-top: 7px;
}
.content-blockquote .double-blockquote-section blockquote p {
  padding-left: 40px;
}
.content-blockquote .double-blockquote-section blockquote p:after,
.content-blockquote .double-blockquote-section blockquote p:before {
  content: '"';
}
.content-blockquote .alert-danger {
  padding: 20px;
}
.content-blockquote .alert-danger blockquote .blockquote-footer {
  font-size: 14px;
}
.content-blockquote .alert-success {
  padding: 20px;
}
.content-blockquote .alert-success blockquote .blockquote-footer {
  font-size: 14px;
}
.content-blockquote .background-icon-blockquote blockquote {
  position: relative;
}
.content-blockquote .background-icon-blockquote blockquote p {
  padding-bottom: 0;
}
.content-blockquote .background-icon-blockquote blockquote:after {
  content: "\f10d";
  font-size: 100px;
  opacity: 0.15;
  position: absolute;
  top: 35px;
  left: 15px;
  font-family: FontAwesome;
}
.content-blockquote .modern-blockquote {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  padding: 20px;
  margin-top: 20px;
}
.content-blockquote .modern-blockquote blockquote {
  position: relative;
}
.content-blockquote .modern-blockquote blockquote p {
  text-indent: 85px;
  font-style: italic;
  padding-bottom: 0;
}
.content-blockquote .modern-blockquote blockquote p:after {
  content: "\f10d";
  font-size: 80px;
  position: absolute;
  top: -20px;
  left: -85px;
  font-family: FontAwesome;
}
.content-blockquote .modern-blockquote:after,
.content-blockquote .modern-blockquote:before {
  border: medium solid transparent;
  content: " ";
  height: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  width: 0;
}
.content-blockquote .modern-blockquote:after {
  border-width: 10px;
  right: 7%;
  margin-left: -10px;
}
.content-blockquote .bottom-blockquote {
  margin-top: 15px;
}
.content-blockquote .bottom-blockquote .img-blockkquote {
  width: 125px;
}
.content-blockquote .bottom-blockquote .img-blockkquote img {
  border: 5px solid rgba(255, 255, 255, 0.5);
}
.content-blockquote .bottom-blockquote .detail-blockquote {
  padding: 25px 15px 0 0;
}
.content-blockquote .bottom-blockquote .detail-blockquote h5 {
  font-size: 15px;
  line-height: 15px;
}
.content-blockquote .bottom-blockquote .detail-blockquote h6 {
  font-size: 12px;
  color: #777777;
}
.content-blockquote .modern-section {
  position: relative;
}
.content-blockquote .image-blockquote {
  position: relative;
  margin-top: 80px;
}
.content-blockquote .image-blockquote .img-blockquote {
  margin: auto;
  width: 200px;
}
.content-blockquote .image-blockquote .img-blockquote img {
  margin-top: -80px;
}
.content-blockquote .image-blockquote blockquote {
  padding: 20px;
}
.content-blockquote .image-blockquote blockquote p {
  padding-bottom: 0;
}
.content-blockquote .image-blockquote blockquote .border-blockquote {
  border-top: 1px solid #dddddd;
  margin: 10px 0;
}
.content-blockquote .image-blockquote blockquote h5 {
  font-size: 15px;
  line-height: 15px;
}
.content-blockquote .image-blockquote blockquote h6 {
  font-size: 12px;
  color: #777777;
}
.content-blockquote .image-blockquote blockquote:after,
.content-blockquote .image-blockquote blockquote:before {
  font-size: 80px;
  position: absolute;
  font-family: FontAwesome;
}
.content-blockquote .image-blockquote blockquote:after {
  opacity: 0.3;
  top: 35px;
  right: 20px;
  content: "\f10e";
}
.content-blockquote .image-blockquote blockquote:before {
  content: "\f10d";
  opacity: 0.3;
  left: 20px;
  top: 35px;
}
.content-blockquote .curly-bracket-blockquote {
  position: relative;
  padding: 0;
}
.content-blockquote .curly-bracket-blockquote blockquote {
  padding: 20px;
}
.content-blockquote .curly-bracket-blockquote blockquote p {
  padding: 0 40px;
}
.content-blockquote .curly-bracket-blockquote blockquote:after,
.content-blockquote .curly-bracket-blockquote blockquote:before {
  font-size: 65px;
  position: absolute;
  opacity: 0.2;
}
.content-blockquote .curly-bracket-blockquote blockquote:before {
  content: "{";
  top: 40px;
}
.content-blockquote .curly-bracket-blockquote blockquote:after {
  content: "}";
  right: 15px;
  bottom: 40px;
}
.content-blockquote .square-bracket-blockquote {
  position: relative;
  padding: 0;
}
.content-blockquote .square-bracket-blockquote blockquote {
  padding: 20px;
}
.content-blockquote .square-bracket-blockquote blockquote p {
  padding: 0 40px;
}
.content-blockquote .square-bracket-blockquote blockquote:after,
.content-blockquote .square-bracket-blockquote blockquote:before {
  font-size: 65px;
  position: absolute;
  opacity: 0.2;
}
.content-blockquote .square-bracket-blockquote blockquote:before {
  content: "[";
  top: 40px;
}
.content-blockquote .square-bracket-blockquote blockquote:after {
  content: "]";
  right: 15px;
  bottom: 40px;
}

/*----------------------------------------------

END BLOCKQUOTE

------------------------------------------------*/
/*---- START BLOCKQUOTE RESPONSIVE ----*/
@media (max-width: 1366px) {
  .content-blockquote .modern-blockquote:after {
    right: 11%;
  }
  .content-blockquote .square-bracket-blockquote blockquote p,
  .content-blockquote .curly-bracket-blockquote blockquote p {
    padding: 0 30px;
  }
}
@media (max-width: 1199px) {
  .content-blockquote .double-blockquote-section {
    padding-bottom: 0;
  }
  .content-blockquote .modern-blockquote:after {
    right: 8%;
  }
}
@media (max-width: 767px) {
  .content-blockquote .modern-blockquote:after {
    right: 14%;
  }
  .content-blockquote .image-blockquote .img-blockquote {
    width: 175px;
  }
  .content-blockquote .image-blockquote .img-blockquote img {
    margin-top: -60px;
  }
  .content-blockquote .image-blockquote blockquote:after,
  .content-blockquote .image-blockquote blockquote:before {
    font-size: 60px;
  }
}
@media (max-width: 479px) {
  .content-blockquote .alert-danger blockquote .blockquote-footer {
    font-size: 13px;
  }
  .content-blockquote .alert-success blockquote .blockquote-footer {
    font-size: 13px;
  }
  .content-blockquote .modern-blockquote:after {
    right: 22%;
  }
  .content-blockquote .image-blockquote {
    margin-top: 30px;
  }
  .content-blockquote .image-blockquote .img-blockquote {
    width: 100px;
  }
  .content-blockquote .image-blockquote .img-blockquote img {
    margin-top: -30px;
  }
  .content-blockquote .image-blockquote blockquote:after,
  .content-blockquote .image-blockquote blockquote:before {
    font-size: 40px;
  }
  .content-blockquote .square-bracket-blockquote blockquote,
  .content-blockquote .curly-bracket-blockquote blockquote {
    padding: 10px;
  }
  .content-blockquote .square-bracket-blockquote blockquote p,
  .content-blockquote .curly-bracket-blockquote blockquote p {
    padding: 0 25px;
  }
  .content-blockquote .square-bracket-blockquote blockquote:before,
  .content-blockquote .curly-bracket-blockquote blockquote:before {
    top: 30px;
  }
}
/*---- END BLOCKQUOTE RESPONSIVE ----*/
/*----------------------------------------------

START BREADCRUMBS

------------------------------------------------*/
.breadcrumbs-margin {
  margin-bottom: 15px;
}

.breadcrumbs-margin-bottom {
  margin-bottom: -15px;
}

.breadcrumbs-form {
  margin: 13px 25px;
  width: 275px;
}
.breadcrumbs-form .search_field input {
  height: auto;
}
.breadcrumbs-form .search_field span {
  padding: 0 5px;
}
.breadcrumbs-form .search_field button {
  font-size: 15px;
}

.breadcrumbs-content {
  overflow: visible;
}
.breadcrumbs-content .breadcrumbs-action {
  overflow: visible;
  display: table;
  width: 100%;
}
.breadcrumbs-content .breadcrumbs-action .action-spacing {
  margin: 12px 25px;
}
.breadcrumbs-content .breadcrumbs-action .action-spacing .dropdown-menu {
  right: 0;
  left: auto;
  overflow: visible;
}
.breadcrumbs-content .breadcrumbs-action .breadcrumb {
  padding: 11px 15px;
}
.breadcrumbs-content .breadcrumbs-action .dropdown-icon button {
  background: transparent;
  color: #000000;
  border: none;
  padding: 0;
  font-size: 14px;
}
.breadcrumbs-content .breadcrumbs-action .dropdown-icon .dropdown-menu {
  right: 0;
  left: auto;
  overflow: visible;
}

.breadcrumb-caret .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}

.breadcrumb-dash .breadcrumb-item + .breadcrumb-item::before {
  content: "-";
}

.breadcrumb-dualcaret .breadcrumb-item + .breadcrumb-item::before {
  content: ">>";
}

.site-content-title.primary-breadcrumbs h2 {
  color: #ffffff;
}
.site-content-title.primary-breadcrumbs .breadcrumb-item {
  color: #ffffff;
}
.site-content-title.primary-breadcrumbs .breadcrumb-item a {
  color: #ffffff;
}

.top-breadcrumb {
  border-bottom: 1px solid #cccccc;
  display: table;
  width: 100%;
}
.top-breadcrumb .breadcrumb {
  padding: 5px 15px;
}

.placement-breadcrumbs h2 {
  line-height: 45px;
  margin-bottom: 10px;
}
.placement-breadcrumbs h2 small {
  display: block;
  line-height: 15px;
  font-size: 12px;
}
.placement-breadcrumbs .breadcrumb {
  padding: 11px 15px;
}

.breadcrumbs-action .dropdown-item.flat-buttons:hover {
  font-size: 14px;
}

/*----------------------------------------------

END BREADCRUMBS

------------------------------------------------*/
/*---- START BREADCRUMBS RESPONSIVE ----*/
@media (max-width: 1199px) {
  .breadcrumbs-form {
    width: 260px;
  }
}
@media (max-width: 991px) {
  .breadcrumbs-form {
    margin: 13px 0;
  }
  .breadcrumbs-form .input-group {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .breadcrumbs-arrow .breadcrumb {
    margin-top: 15px;
  }

  .placement-breadcrumbs h2 {
    margin-bottom: 15px;
    margin-top: 10px;
  }

  .breadcrumbs-content .breadcrumbs-action .action-spacing {
    text-align: center;
  }
  .breadcrumbs-content .breadcrumbs-action .breadcrumb {
    padding: 0;
  }
  .breadcrumbs-content .breadcrumbs-action .dropdown-icon .dropdown-menu {
    right: auto;
    left: 0;
  }

  .breadcrumbs-form {
    text-align: center;
    margin: 10px auto 20px auto;
    width: 91%;
  }

  .mobile-breadcrumbs-form {
    margin: 20px auto;
  }

  .top-breadcrumb-text h2 {
    line-height: 40px;
  }

  .placement-breadcrumbs h2 {
    margin-bottom: 0;
    margin-top: 0;
  }
  .placement-breadcrumbs .breadcrumb {
    padding-top: 5px;
    margin-bottom: 0;
  }

  .top-breadcrumb .breadcrumb {
    margin-bottom: 0;
  }

  .breadcrumb li {
    padding: 0;
  }
}
@media (max-width: 479px) {
  .breadcrumbs-content .content-title-main {
    font-size: 22px;
  }
}
/*---- END BREADCRUMBS RESPONSIVE ----*/
/*----------------------------------------------

NAV PAGE STYLE

------------------------------------------------*/
.wrapper .nav_section .content {
  overflow: visible;
}
.wrapper .basic_nav_pills .nav .nav-item .nav-link {
  font-size: 15px;
  background: #eeeeee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.wrapper .basic_nav_pills .nav .nav-item .nav-link.active {
  color: #ffffff;
  border-bottom: 0;
  cursor: pointer;
  line-height: 25px;
}
.wrapper .basic_nav_pills .nav .nav-item.open .nav-link {
  background: #eeeeee;
}
.wrapper .basic_nav_pills .nav .nav-item.open .nav-link:hover,
.wrapper .basic_nav_pills .nav .nav-item.open .nav-link:focus {
  background: #eeeeee;
}
.wrapper .basic_nav_pills .nav .nav-item .dropdown-menu {
  padding: 0;
  margin-left: 5px;
}
.wrapper .basic_nav_pills .nav .nav-item .dropdown-item {
  padding: 4px 15px;
  font-size: 14px;
}
.wrapper .basic_nav_pills .nav .nav-item .dropdown-item:hover {
  background: #eeeeee;
}
.wrapper .basic_nav_pills .nav-justified {
  width: 100%;
}
.wrapper .basic_nav_pills .nav-justified > li {
  display: table-cell;
  width: 1%;
  float: none;
}
.wrapper .basic_nav_pills .nav-justified .dropdown-menu {
  width: 97%;
  margin-left: 5px;
}
.wrapper .basic_nav_pills.nav_with_icon .nav .nav-item .nav-link {
  padding: 8px 10px;
}
.wrapper .basic_nav_pills.nav_with_icon .nav .nav-item .nav-link i {
  margin: 0 0 0 7px;
  font-size: 17px;
}
.wrapper .basic_nav_pills .nav-stacked .nav-item {
  padding-left: 0;
}
.wrapper .basic_nav .nav-inline li {
  padding-left: 0;
}
.wrapper .nav_icon .nav .nav-item .nav-link {
  padding: 10px 30px;
}
.wrapper .nav_icon .nav .nav-item .nav-link i {
  margin: 0;
  font-size: 18px;
}
.wrapper .nav_tab_contain .nav_tab_pane {
  padding: 15px;
  border: 1px solid #d6d6d6;
  border-top: none;
}
.wrapper .nav_tab_contain .nav_tab_pane p {
  padding-bottom: 0;
}
.wrapper .nav_basic_tab ul li {
  padding: 0;
}
.wrapper .nav_basic_tab .nav .nav-item .nav-link {
  border: 1px solid #d6d6d6;
  border-bottom: none;
}
.wrapper .nav_vertical_tab {
  border: 1px solid #d6d6d6;
  display: inline-block;
}
.wrapper .nav_vertical_tab .nav_tab_contain .nav_tab_pane {
  border: none;
  padding: 20px;
  width: 85%;
}
.wrapper .nav_vertical_tab .nav-tabs {
  border-bottom: none;
}
.wrapper .nav_vertical_tab .nav-tabs .nav-item + .nav-item {
  margin: 0;
}
.wrapper .nav_vertical_tab .nav .nav-item .nav-link {
  padding: 12px 25px 13px 25px;
  border-right: none;
}
.wrapper .nav_vertical_tab_icon {
  border: 1px solid #d6d6d6;
  display: inline-block;
}
.wrapper .nav_vertical_tab_icon .nav_tab_contain .nav_tab_pane {
  border: none;
  padding: 20px 20px 20px 125px;
}
.wrapper .nav_vertical_tab_icon .nav .nav-item .nav-link {
  border: 1px solid #d6d6d6;
  border-bottom: none;
  border-left: none;
}
.wrapper .nav_vertical_tab_icon .nav .nav-item .nav-link i {
  margin: 0;
  font-size: 20px;
  display: block;
}
.wrapper
  .nav_vertical_tab_icon
  .basic_nav_pills.nav_with_icon
  .nav
  .nav-item
  .nav-link {
  padding: 13px 25px;
}
.wrapper .nav_vertical_tab_icon .nav-tabs {
  border-bottom: none;
}
.wrapper .nav_vertical_tab_icon .nav-tabs .nav-item + .nav-item {
  margin: 0;
}
.wrapper .stacked_with_icon .nav .nav-item .nav-link i {
  margin: 0 10px 0 0;
  font-size: 17px;
}

/*----------------------------------------------

END NAV PAGE STYLE

------------------------------------------------*/
/*---- START RESPONSIVE ----*/
@media (max-width: 1199px) {
  .wrapper .basic_nav_pills .nav .nav-item .nav-link {
    padding: 8px 6px;
  }
  .wrapper .basic_nav_pills .nav-pills .nav-item + .nav-item {
    margin-left: 0;
  }
  .wrapper .basic_nav_pills.nav_icon .nav .nav-item .nav-link {
    padding: 8px 25px;
  }
  .wrapper .nav_with_icon .nav .nav-item .nav-link {
    padding: 8px 15px;
  }
  .wrapper .nav_vertical_tab .nav_tab_contain .nav_tab_pane {
    width: 86%;
  }
  .wrapper .nav_vertical_tab .basic_nav_pills .nav .nav-item .nav-link {
    padding: 13px 25px;
  }
}
@media (max-width: 991px) {
  .wrapper .basic_nav_pills .nav .nav-item .nav-link {
    padding: 8px 10px;
  }
  .wrapper .basic_nav .nav-inline .nav-item {
    margin-left: 10px;
  }
  .wrapper .dropdown-menu {
    z-index: 99;
  }
}
@media (max-width: 767px) {
  .wrapper .nav_vertical_tab ul li:last-child {
    border-bottom: 1px solid #d6d6d6;
  }
  .wrapper .basic_nav_pills.nav_with_icon .nav .nav-item .nav-link {
    padding: 8px 6px;
  }
}
@media (max-width: 575px) {
  .wrapper .nav_xs_spacing {
    height: 35px;
    clear: both;
  }
}
@media (max-width: 479px) {
  .wrapper .basic_nav_pills .nav .nav-item .nav-link {
    margin-bottom: 5px;
  }
  .wrapper .basic_nav_pills .nav-pills .nav-item + .nav-item {
    margin-left: 0;
  }
  .wrapper .basic_nav_pills .nav-justified > li {
    display: inherit;
    width: 100%;
  }
  .wrapper .basic_nav_pills.nav_basic_tab .nav .nav-item .nav-link {
    margin-bottom: 0;
  }
  .wrapper .nav_vertical_tab {
    border-right: 1px solid #d6d6d6;
  }
  .wrapper .nav_vertical_tab .nav-tabs {
    width: 100%;
    border-bottom: 1px solid #d6d6d6;
  }
  .wrapper .nav_vertical_tab .nav_basic_tab ul li:not(:first-child) a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 24%;
  }
  .wrapper .nav_vertical_tab .nav_basic_tab .nav .nav-item .nav-link.active {
    border: none;
  }
  .wrapper .nav_vertical_tab .nav .nav-item .nav-link {
    float: left;
    border-top: none;
  }
  .wrapper .nav_vertical_tab .nav .nav-item .nav-link.active {
    border-bottom: none;
  }
  .wrapper .nav_vertical_tab .nav_tab_contain .nav_tab_pane {
    padding-top: 60px;
    width: 100%;
  }
  .wrapper .nav_vertical_tab .basic_nav_pills .nav .nav-item .nav-link {
    padding: 8px 11px;
  }
  .wrapper
    .nav_vertical_tab_icon
    .basic_nav_pills.nav_with_icon
    .nav
    .nav-item
    .nav-link {
    padding: 12px;
  }
  .wrapper .nav_vertical_tab_icon .nav_tab_contain .nav_tab_pane {
    padding: 15px 15px 15px 90px;
  }
  .wrapper .nav-tabs.nav-justified .nav-item {
    margin-left: 0;
  }
  .wrapper .tab_with_icon ul li:not(:first-child) a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 70px;
  }
}
/*---- END RESPONSIVE ----*/
/*----------------------------------------------

START NAVBAR

------------------------------------------------*/
/* START NAVBAR ROUND CSS */
.rounded-admin .search_form input {
  border-radius: 0 0 0 0;
}
.rounded-admin .search_form .input-group-addon {
  line-height: 5px;
  border-radius: 0 0 0 0;
}
.rounded-admin .search_field {
  border-radius: 0;
}
.rounded-admin
  .wrapper
  .content-navbar
  .primary-navbar
  .right-icon-navbar
  li
  a {
  border-radius: 0;
}

/* END NAVBAR ROUND CSS */
.wrapper .content-navbar {
  overflow: visible;
}
.wrapper .content-navbar .user-header {
  z-index: 999;
}
.wrapper .content-navbar .right-icon > a {
  z-index: 99;
}
.wrapper .content-navbar .simple-navbar {
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px;
  margin-bottom: 20px;
}
.wrapper .content-navbar .simple-navbar .logo-navbar {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 107px;
}
.wrapper .content-navbar .simple-navbar .logo-navbar img {
  width: 100%;
}
.wrapper .content-navbar .simple-navbar ul .dropdown-menu a:hover {
  color: #ffffff;
}
.wrapper .content-navbar .simple-navbar .search_form {
  margin: 0;
}
.wrapper .content-navbar .simple-navbar .search_form .search_field input {
  height: 40px;
}
.wrapper .content-navbar .left-logo-navbar .logo-navbar {
  position: relative;
  width: 107px;
  margin-right: 50px;
}
.wrapper .content-navbar .left-logo-navbar .cart-btn {
  margin: 5px 0 0 15px;
}
.wrapper .content-navbar .left-logo-navbar .search-center {
  width: 450px;
}
.wrapper .content-navbar .right-logo-navbar {
  margin-bottom: 0;
}
.wrapper .content-navbar .right-logo-navbar .logo-navbar {
  position: relative;
}
.wrapper .content-navbar .right-logo-navbar .center-navigation {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 100%;
  text-align: center;
}
.wrapper .content-navbar .right-logo-navbar .center-navigation li {
  display: inline-block;
  float: none;
}
.wrapper .content-navbar .primary-navbar {
  margin-bottom: 0;
}
.wrapper .content-navbar .primary-navbar .logo-navbar {
  position: relative;
}
.wrapper .content-navbar .primary-navbar .center-navigation li {
  display: inline-block;
  float: none;
}
.wrapper .content-navbar .primary-navbar .right-icon-navbar li {
  display: inline;
  margin-top: 2px;
}
.wrapper .content-navbar .primary-navbar .right-icon-navbar li a {
  background: rgba(255, 255, 255, 0.2);
  display: inline-block;
  font-size: 18px;
  padding: 6px 10px;
}
.wrapper .content-navbar .style-navbar .logo {
  margin: 10px 0 10px 14px;
  text-align: left;
  width: auto;
}
.wrapper .content-navbar .first-style-navbar .search_form {
  margin: 5px 10px 5px 25px;
}
.wrapper .content-navbar .first-style-navbar .search_form .search_field input {
  height: 40px;
}
.wrapper .content-navbar .first-style-navbar .header-inner-right {
  margin-right: 7px;
}
.wrapper .content-navbar .first-style-navbar .user-dropdown .drop-profile {
  left: auto;
  right: auto;
}
.wrapper .content-navbar .first-style-navbar .messagetoggle {
  left: 130px;
}
.wrapper .content-navbar .first-style-navbar .dropdown-menu.userChat {
  left: 180px;
}
.wrapper .content-navbar .first-style-navbar .logo {
  margin-right: 15px;
}
.wrapper .content-navbar .second-style-navbar .search_form {
  margin: 5px 15px 5px 25px;
}
.wrapper .content-navbar .second-style-navbar .search_form .search_field input {
  height: 40px;
}
.wrapper .content-navbar .second-style-navbar .header-inner-right {
  margin-right: 7px;
}
.wrapper .content-navbar .second-style-navbar .dropdown-section {
  padding: 15px 10px 0 0;
}
.wrapper .content-navbar .second-style-navbar .dropdown-section a {
  color: #fff;
}
.wrapper
  .content-navbar
  .second-style-navbar
  .dropdown-section
  .dropdown-menu
  a {
  font-size: 14px;
}
.wrapper
  .content-navbar
  .second-style-navbar
  .dropdown-section
  .dropdown-menu
  a:hover,
.wrapper
  .content-navbar
  .second-style-navbar
  .dropdown-section
  .dropdown-menu
  a:active,
.wrapper
  .content-navbar
  .second-style-navbar
  .dropdown-section
  .dropdown-menu
  a:focus {
  color: #ffffff;
}
.wrapper .content-navbar .second-style-navbar .user-dropdown .drop-profile {
  left: auto;
  right: auto;
}
.wrapper .content-navbar .third-style-navbar {
  position: relative;
}
.wrapper .content-navbar .third-style-navbar .logo-center-navbar {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  margin: 12px auto 0 auto;
}
.wrapper .content-navbar .third-style-navbar .search_form {
  margin: 5px 15px 5px 15px;
}
.wrapper .content-navbar .third-style-navbar .search_form .search_field input {
  height: 40px;
}
.wrapper .content-navbar .third-style-navbar .header-inner-right {
  margin-right: 7px;
}
.wrapper .content-navbar .third-style-navbar .dropdown-section {
  padding: 15px 0 0 15px;
}
.wrapper .content-navbar .third-style-navbar .dropdown-section a {
  color: #fff;
}
.wrapper .content-navbar .third-style-navbar .left-side-navbar {
  width: auto;
}
.wrapper .content-navbar .third-style-navbar .user-dropdown {
  margin-right: 0;
}
.wrapper .content-navbar .third-style-navbar .user-dropdown .drop-profile {
  left: auto;
  right: auto;
}
.wrapper .content-navbar .third-style-navbar .messagetoggle {
  left: 14px;
}
.wrapper .content-navbar .third-style-navbar .dropdown-menu.userChat {
  left: 65px;
}
.wrapper .content-navbar .forth-style-navbar .logo {
  margin-right: 15px;
  margin-left: 40px;
}
.wrapper .content-navbar .forth-style-navbar .header-inner-right {
  margin-left: 5px;
}
.wrapper .content-navbar .forth-style-navbar .drop-profile {
  left: auto;
  right: auto;
}
.wrapper .content-navbar .forth-style-navbar .messagetoggle {
  left: 14px;
}
.wrapper .content-navbar .forth-style-navbar .dropdown-menu.userChat {
  left: 65px;
}
.wrapper .content-navbar .fifth-style-navbar .left-side-navbar {
  width: auto;
}
.wrapper .content-navbar .fifth-style-navbar .logo {
  margin-right: 15px;
}
.wrapper .content-navbar .fifth-style-navbar .header-inner-right {
  padding-left: 8px;
}
.wrapper
  .content-navbar
  .fifth-style-navbar
  .header-inner-right
  .dropdown-section {
  padding-left: 5px;
}
.wrapper .content-navbar .fifth-style-navbar .search_form {
  margin-left: 0;
}
.wrapper .content-navbar .fifth-style-navbar .user-dropdown .drop-profile {
  left: auto;
  right: 0;
}
.wrapper .content-navbar .sixth-style-navbar .left-side-navbar {
  width: auto;
}
.wrapper .content-navbar .sixth-style-navbar .logo {
  margin-right: 15px;
}
.wrapper .content-navbar .sixth-style-navbar .header-inner-right {
  padding-left: 8px;
}
.wrapper
  .content-navbar
  .sixth-style-navbar
  .header-inner-right
  .dropdown-section {
  padding-left: 5px;
}
.wrapper .content-navbar .sixth-style-navbar .search_form {
  margin-left: 10px;
}
.wrapper .content-navbar .sixth-style-navbar .user-dropdown .drop-profile {
  left: auto;
  right: 0;
}
.wrapper .content-navbar .sucess-navbar {
  background: #5cb85c;
}
.wrapper .content-navbar .sucess-navbar .search_field button {
  color: #5cb85c;
}
.wrapper .content-navbar .sucess-navbar .search_field button .messagetoggle {
  left: 130px;
}
.wrapper
  .content-navbar
  .sucess-navbar
  .search_field
  button
  .dropdown-menu.userChat {
  left: 180px;
}
.wrapper .content-navbar .sucess-navbar {
  background: #5cb85c;
}
.wrapper .content-navbar .sucess-navbar .search_field button {
  color: #5cb85c;
}
.wrapper .content-navbar .sucess-navbar .dropdown-section .dropdown-menu a {
  color: #5cb85c;
  font-size: 14px;
}
.wrapper
  .content-navbar
  .sucess-navbar
  .dropdown-section
  .dropdown-menu
  a:hover,
.wrapper
  .content-navbar
  .sucess-navbar
  .dropdown-section
  .dropdown-menu
  a:active,
.wrapper
  .content-navbar
  .sucess-navbar
  .dropdown-section
  .dropdown-menu
  a:focus {
  background: #5cb85c;
  color: #ffffff;
}
.wrapper
  .content-navbar
  .sucess-navbar
  .messagetoggle
  .nav-tabs
  .nav-item
  a.active {
  color: #5cb85c;
}
.wrapper .content-navbar .sucess-navbar .link-btn:hover {
  color: #5cb85c;
}
.wrapper .content-navbar .danger-navbar {
  background: #d9534f;
}
.wrapper .content-navbar .danger-navbar .search_field button {
  color: #d9534f;
}
.wrapper .content-navbar .danger-navbar .dropdown-section .dropdown-menu a {
  font-size: 14px;
  color: #d9534f;
}
.wrapper
  .content-navbar
  .danger-navbar
  .dropdown-section
  .dropdown-menu
  a:hover,
.wrapper
  .content-navbar
  .danger-navbar
  .dropdown-section
  .dropdown-menu
  a:active,
.wrapper
  .content-navbar
  .danger-navbar
  .dropdown-section
  .dropdown-menu
  a:focus {
  background: #d9534f;
}
.wrapper
  .content-navbar
  .danger-navbar
  .messagetoggle
  .nav-tabs
  .nav-item
  a.active {
  color: #d9534f;
}
.wrapper .content-navbar .danger-navbar .link-btn:hover {
  color: #d9534f;
}
.wrapper .content-navbar .profile-icon-navbar .user-dropdown .drop-profile {
  left: auto;
  right: 0;
}
.wrapper .content-navbar .profile-icon-navbar .messagetoggle {
  left: auto;
  right: 160px;
}
.wrapper .content-navbar .profile-icon-navbar .dropdown-menu.userChat {
  left: auto;
  right: 120px;
}
.wrapper .content-navbar .navbar {
  border-radius: 0;
}
.wrapper .content-navbar .bg-light-primary {
  background: #1db200;
}
.wrapper .content-navbar .bg-light-warning {
  background: #fae3c4;
}
.wrapper .content-navbar .bg-light-info {
  background: #c5e9f3;
}
.wrapper .content-navbar .bg-light-danger {
  background: #f0b9b8;
}
.wrapper .content-navbar .bg-light-success {
  background: #b5dfb5;
}
.wrapper .content-navbar .search_field span {
  padding: 0 5px;
}
.wrapper .content-navbar .search_form {
  width: 260px;
}
.wrapper .content-navbar .icon-menu-navbar {
  margin-bottom: 0;
  margin-left: 0;
  padding: 7px 0 2px 0;
  color: #ffffff;
  cursor: pointer;
  position: relative;
  z-index: 99;
}
.wrapper .content-navbar .icon-menu-navbar i {
  font-size: 40px;
  vertical-align: middle;
}
.wrapper .content-navbar .menu-icon-style {
  float: left !important;
  margin-left: 15px;
}

/*----------------------------------------------

END NAVBAR

------------------------------------------------*/
/*---- START NAVBAR RESPONSIVE ----*/
@media (max-width: 1199px) {
  .wrapper .content-navbar .style-navbar .search_form {
    width: 200px;
    margin: 5px 10px;
  }
  .wrapper .content-navbar .simple-navbar .search_form {
    width: 140px;
  }
  .wrapper .content-navbar .mobile-lg-navbar .logo-navbar {
    left: 145px;
  }
  .wrapper .content-navbar .left-logo-navbar .logo-navbar {
    margin-right: 15px;
  }
}
@media (max-width: 991px) {
  .wrapper .content-navbar .second-style-navbar .dropdown-section {
    padding-right: 5px;
  }
  .wrapper .content-navbar .dropdown-section {
    font-size: 13px;
  }
  .wrapper .content-navbar .style-navbar .search_form {
    width: 170px;
  }
  .wrapper .content-navbar .mobile-lg-navbar .logo-navbar {
    left: 0px;
  }
  .wrapper .content-navbar .mobile-lg-navbar .search_form,
  .wrapper .content-navbar .left-logo-navbar .search_form,
  .wrapper .content-navbar .right-logo-navbar .search_form {
    width: 100%;
  }
  .wrapper .content-navbar .left-logo-navbar .navbar-toggler {
    float: right;
    margin-bottom: 10px;
  }
  .wrapper .content-navbar .left-logo-navbar .navbar-toggleable-md {
    clear: both;
  }
  .wrapper .content-navbar .left-logo-navbar .cart-btn {
    float: left !important;
    margin: 5px 10px 15px 0;
  }
  .wrapper .content-navbar .right-logo-navbar .center-navigation {
    position: relative;
    text-align: left;
  }
  .wrapper .content-navbar .right-logo-navbar .center-navigation li {
    display: block;
  }
  .wrapper .content-navbar .navbar-toggleable-md {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 10px;
  }
  .wrapper .content-navbar .navbar-toggleable-md .navbar-nav {
    margin: 0;
  }
  .wrapper .content-navbar .navbar-toggleable-md .navbar-nav .dropdown-menu {
    float: left;
    margin-bottom: 15px;
  }
  .wrapper .content-navbar .bgcolor-sm-navbar .navbar-toggler {
    float: right;
  }
  .wrapper .content-navbar .bgcolor-sm-navbar .navbar-toggleable-md {
    clear: both;
    width: 100%;
  }
  .wrapper
    .content-navbar
    .bgcolor-sm-navbar
    .navbar-toggleable-md
    .center-navigation
    li {
    display: block;
  }
  .wrapper
    .content-navbar
    .bgcolor-sm-navbar
    .navbar-toggleable-md
    .center-navigation
    li
    a:hover {
    color: #ffffff !important;
  }
  .wrapper
    .content-navbar
    .bgcolor-sm-navbar
    .navbar-toggleable-md
    .right-icon-navbar {
    float: left !important;
    clear: both;
    padding: 0;
  }
  .wrapper .content-navbar .dropdown-menu {
    z-index: 999;
  }
}
@media (max-width: 767px) {
  .wrapper .content-navbar .style-navbar {
    padding: 10px 0;
  }
  .wrapper .content-navbar .style-navbar .search_form {
    width: 266px;
  }
  .wrapper .content-navbar .style-navbar .logo-center-navbar {
    margin-top: 0;
  }
  .wrapper .content-navbar .mobile-sm-navbar .header-right {
    width: 100%;
    margin-bottom: 5px;
  }
  .wrapper .content-navbar .mobile-sm-navbar .header-right .header-inner-right {
    width: 200px;
    margin: auto;
  }
  .wrapper
    .content-navbar
    .mobile-sm-navbar
    .header-right
    .header-inner-right
    .user-dropdown {
    margin-right: 0;
  }
  .wrapper
    .content-navbar
    .mobile-sm-navbar
    .header-right
    .header-inner-right
    .dropdown-menu.userChat {
    left: 27%;
  }
  .wrapper
    .content-navbar
    .mobile-sm-navbar
    .header-right
    .header-inner-right
    .messagetoggle {
    left: 26%;
  }
  .wrapper .content-navbar .mobile-sm-navbar .logo {
    margin-bottom: 0;
  }
  .wrapper .content-navbar .first-style-navbar .header-inner-right {
    margin-right: 0;
  }
  .wrapper .content-navbar .first-style-navbar .header-right {
    width: 100%;
  }
  .wrapper .content-navbar .first-style-navbar .user-dropdown {
    margin: 7px 15px 0 10px;
  }
  .wrapper .content-navbar .first-style-navbar .user-dropdown .drop-profile {
    right: 0;
  }
  .wrapper .content-navbar .first-style-navbar .dropdown-menu.userChat {
    left: 3%;
  }
  .wrapper .content-navbar .first-style-navbar .messagetoggle {
    left: 3%;
  }
  .wrapper .content-navbar .second-style-navbar .header-inner-right {
    margin-right: 1px;
  }
  .wrapper .content-navbar .second-style-navbar .search_form {
    float: right !important;
  }
  .wrapper .content-navbar .primary-navbar .user-dropdown {
    margin-right: 0;
  }
  .wrapper .content-navbar .third-style-navbar .dropdown-section {
    padding-left: 10px;
  }
  .wrapper .content-navbar .third-style-navbar .logo-center-navbar {
    position: relative;
  }
  .wrapper .content-navbar .third-style-navbar .header-right,
  .wrapper .content-navbar .third-style-navbar .left-side-navbar {
    width: 100%;
  }
  .wrapper .content-navbar .third-style-navbar .user-dropdown .drop-profile {
    right: 0;
  }
  .wrapper .content-navbar .third-style-navbar .dropdown-menu.userChat {
    left: 20%;
  }
  .wrapper .content-navbar .third-style-navbar .messagetoggle {
    left: 3%;
  }
  .wrapper .content-navbar .third-style-navbar .header-inner-right {
    margin-right: 0;
  }
  .wrapper .content-navbar .fifth-style-navbar .left-side-navbar {
    width: 100%;
  }
  .wrapper
    .content-navbar
    .fifth-style-navbar
    .left-side-navbar
    .header-inner-right {
    width: 100%;
  }
  .wrapper
    .content-navbar
    .fifth-style-navbar
    .left-side-navbar
    .header-inner-right
    .icon-menu-navbar {
    float: left !important;
  }
  .wrapper .content-navbar .fifth-style-navbar .dropdown-section {
    padding-right: 10px;
  }
  .wrapper .content-navbar .fifth-style-navbar .search_form {
    width: 252px;
  }
  .wrapper .content-navbar .fifth-style-navbar .user-dropdown .drop-profile {
    right: auto;
  }
  .wrapper .content-navbar .fifth-style-navbar .logo {
    margin: 0 0 5px 30px;
  }
  .wrapper .content-navbar .third-sm-navbar .header-right {
    width: auto;
  }
  .wrapper .content-navbar .third-sm-navbar .user-dropdown .drop-profile {
    right: auto;
  }
  .wrapper .content-navbar .profile-icon-navbar .search_form {
    width: 95%;
    margin: 10px 15px;
  }
  .wrapper .content-navbar .profile-icon-navbar .dropdown-menu.userChat {
    left: -4%;
  }
  .wrapper .content-navbar .profile-icon-navbar .messagetoggle {
    left: -4%;
    right: auto;
  }
  .wrapper .content-navbar .forth-style-navbar .header-right {
    width: 100%;
  }
  .wrapper .content-navbar .forth-style-navbar .icon-menu-navbar {
    float: left !important;
  }
  .wrapper .content-navbar .forth-style-navbar .header-inner-right {
    width: 220px;
    margin: auto;
  }
  .wrapper .content-navbar .forth-style-navbar .drop-profile {
    right: 0;
  }
  .wrapper .content-navbar .forth-style-navbar .dropdown-menu.userChat {
    left: 28%;
  }
  .wrapper .content-navbar .forth-style-navbar .messagetoggle {
    left: auto;
    right: 3%;
  }
  .wrapper .content-navbar .forth-style-navbar .logo {
    margin-bottom: 0;
    margin-right: 0;
  }
  .wrapper .content-navbar .forth-style-navbar .icon-menu-navbar {
    margin-bottom: -10px;
  }
  .wrapper .content-navbar .sixth-style-navbar .left-side-navbar {
    width: 100%;
  }
  .wrapper
    .content-navbar
    .sixth-style-navbar
    .left-side-navbar
    .header-inner-right {
    width: 100%;
    padding-left: 2px;
  }
  .wrapper
    .content-navbar
    .sixth-style-navbar
    .left-side-navbar
    .header-inner-right
    .icon-menu-navbar {
    float: left !important;
  }
  .wrapper .content-navbar .sixth-style-navbar .header-right {
    width: 100%;
  }
  .wrapper .content-navbar .sixth-style-navbar .user-dropdown .drop-profile {
    right: auto;
  }
  .wrapper .content-navbar .sixth-style-navbar .dropdown-menu.userChat {
    left: 15%;
  }
  .wrapper .content-navbar .sixth-style-navbar .messagetoggle {
    left: 5%;
  }
  .wrapper .content-navbar .sixth-style-navbar .logo {
    margin-bottom: 0;
    margin-right: 0;
  }
  .wrapper .content-navbar .menu-icon-style {
    float: right !important;
    margin-left: 5px;
  }
  .wrapper .content-navbar .icon-sm-navbar {
    float: right !important;
    margin-right: 10px;
  }
}
@media (max-width: 479px) {
  .wrapper .content-navbar .mobile-lg-navbar .logo-navbar {
    float: right;
    position: relative;
  }
  .wrapper .content-navbar .header-right {
    background: none;
  }
  .wrapper .content-navbar .style-navbar {
    text-align: center;
  }
  .wrapper .content-navbar .style-navbar .logo {
    margin-top: 0;
    width: 100%;
  }
  .wrapper .content-navbar .style-navbar .search_form {
    width: 90%;
    margin: 0 5% 10px 5%;
  }
  .wrapper .content-navbar .style-navbar .user-dropdown {
    margin-right: 0;
  }
  .wrapper .content-navbar .second-style-navbar .header-right {
    padding: 0;
  }
  .wrapper
    .content-navbar
    .second-style-navbar
    .header-right
    .header-inner-right {
    position: absolute;
    top: -25px;
    right: 7px;
  }
  .wrapper
    .content-navbar
    .second-style-navbar
    .header-right
    .icon-menu-navbar {
    padding-top: 0;
    margin: -8px 7px -8px 0;
  }
  .wrapper
    .content-navbar
    .second-style-navbar
    .header-right
    .dropdown-section {
    padding-top: 0;
  }
  .wrapper
    .content-navbar
    .second-style-navbar
    .header-right
    .dropdown-section
    .dropdown-menu
    a {
    font-size: 13px;
    padding: 3px 10px;
  }
  .wrapper .content-navbar .second-style-navbar .user-dropdown .drop-profile {
    left: -5px;
    top: 125px;
  }
  .wrapper .content-navbar .second-style-navbar .dropdown-menu {
    left: auto;
    right: 0;
  }
  .wrapper .content-navbar .mobile-sm-navbar .menu-icon-style {
    margin-left: 5px;
    position: absolute;
    right: 15px;
    top: 30px;
  }
  .wrapper .content-navbar .mobile-sm-navbar .header-right {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .wrapper .content-navbar .mobile-sm-navbar .header-right .header-inner-right {
    margin: 0 5%;
    width: 90%;
  }
  .wrapper
    .content-navbar
    .mobile-sm-navbar
    .header-right
    .header-inner-right
    .float-default,
  .wrapper
    .content-navbar
    .mobile-sm-navbar
    .header-right
    .header-inner-right
    .user-dropdown {
    float: left !important;
  }
  .wrapper
    .content-navbar
    .mobile-sm-navbar
    .header-right
    .header-inner-right
    .dropdown-menu.messagetoggle {
    left: 0px;
    width: 100%;
  }
  .wrapper
    .content-navbar
    .mobile-sm-navbar
    .header-right
    .header-inner-right
    .dropdown-menu.userChat {
    left: 0px;
    width: 100%;
  }
  .wrapper
    .content-navbar
    .mobile-sm-navbar
    .header-right
    .header-inner-right
    .dropdown-menu {
    left: -5px;
  }
  .wrapper .content-navbar .first-style-navbar .icon-sm-navbar {
    float: left !important;
  }
  .wrapper .content-navbar .first-style-navbar .user-dropdown {
    margin: 0 0 0 15px;
  }
  .wrapper .content-navbar .first-style-navbar .icon-menu-navbar {
    position: absolute;
    right: 15px;
    top: -42px;
  }
  .wrapper .content-navbar .first-style-navbar .search_form {
    width: 80%;
    margin: 0 10% 0px 10%;
  }
  .wrapper .content-navbar .first-style-navbar .messagetoggle {
    top: 82px !important;
  }
  .wrapper .content-navbar .first-style-navbar .userMessagedrop,
  .wrapper .content-navbar .first-style-navbar .userChat {
    top: 82px !important;
  }
  .wrapper .content-navbar .first-style-navbar .dropdown-menu.messagetoggle {
    left: 0px;
    width: 100%;
  }
  .wrapper .content-navbar .first-style-navbar .dropdown-menu.userChat {
    left: 0px;
    width: 100%;
  }
  .wrapper .content-navbar .first-style-navbar .header-right {
    padding-bottom: 0;
  }
  .wrapper .content-navbar .third-style-navbar .left-side-navbar {
    margin-top: 10px;
  }
  .wrapper .content-navbar .third-style-navbar .header-inner-right {
    width: 100%;
  }
  .wrapper .content-navbar .third-style-navbar .dropdown-section {
    padding: 10px 0 0 10px;
  }
  .wrapper .content-navbar .third-style-navbar .search_form {
    width: 80%;
    margin: 0 10% 0px 10%;
  }
  .wrapper .content-navbar .third-style-navbar .icon-menu-navbar {
    position: absolute;
    right: 18px;
    top: -85px;
  }
  .wrapper .content-navbar .third-style-navbar .logo-center-navbar {
    text-align: left;
    margin-left: 10px;
  }
  .wrapper .content-navbar .third-style-navbar .header-right {
    padding-bottom: 0;
  }
  .wrapper .content-navbar .third-style-navbar .dropdown-menu.messagetoggle {
    left: 0px;
    width: 100%;
  }
  .wrapper .content-navbar .third-style-navbar .dropdown-menu.userChat {
    left: 0px;
    width: 100%;
  }
  .wrapper .content-navbar .third-style-navbar .user-dropdown .drop-profile {
    right: -5px;
  }
  .wrapper .content-navbar .third-sm-navbar .header-inner-right {
    margin-top: 10px;
    width: 100%;
  }
  .wrapper .content-navbar .third-sm-navbar .header-inner-right .right-icon {
    margin-left: 9px;
  }
  .wrapper .content-navbar .third-sm-navbar .icon-menu-navbar {
    right: 18px;
    top: 4px;
  }
  .wrapper .content-navbar .third-sm-navbar .logo-center-navbar {
    width: 91%;
    text-align: right;
    margin-right: 10px;
  }
  .wrapper .content-navbar .third-sm-navbar .right-xs-navbar {
    width: 100%;
  }
  .wrapper .content-navbar .profile-icon-navbar .header-right {
    margin-left: 12px;
  }
  .wrapper .content-navbar .profile-icon-navbar .icon-menu-navbar {
    right: 31px;
    top: -90px;
  }
  .wrapper .content-navbar .profile-icon-navbar .search_form {
    width: 90%;
    margin: 0 5%;
  }
  .wrapper .content-navbar .profile-icon-navbar .dropdown-menu.messagetoggle {
    left: -12px;
    width: 100%;
  }
  .wrapper .content-navbar .profile-icon-navbar .dropdown-menu.userChat {
    left: -12px;
    width: 100%;
  }
  .wrapper .content-navbar .profile-icon-navbar .user-dropdown .drop-profile {
    right: 8px;
  }
  .wrapper .content-navbar .dropdown-menu {
    left: 0;
    right: auto;
    font-size: 13px;
  }
  .wrapper .content-navbar .dropdown-menu a {
    padding: 0 10px;
  }
  .wrapper .content-navbar .fifth-style-navbar .logo {
    margin-right: 0;
    text-align: center;
    margin-bottom: 10px;
  }
  .wrapper .content-navbar .fifth-style-navbar .search_form {
    width: 80%;
    margin: 0 10% 10px;
  }
  .wrapper .content-navbar .fifth-style-navbar .float-default,
  .wrapper .content-navbar .fifth-style-navbar .user-dropdown {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
  .wrapper
    .content-navbar
    .fifth-style-navbar
    .header-inner-right
    .dropdown-section {
    padding-top: 1px;
  }
  .wrapper .content-navbar .fifth-style-navbar .icon-menu-navbar {
    padding-top: 0;
  }
  .wrapper .content-navbar .fifth-style-navbar .icon-menu-navbar i {
    line-height: 25px;
  }
  .wrapper .content-navbar .forth-style-navbar .header-right {
    padding: 15px 0 0 0;
  }
  .wrapper .content-navbar .forth-style-navbar .header-right .logo {
    margin-right: 15px;
    text-align: right;
  }
  .wrapper .content-navbar .forth-style-navbar .header-right .icon-menu-navbar {
    position: absolute;
    top: 0;
    left: 22px;
  }
  .wrapper .content-navbar .forth-style-navbar .dropdown-menu.messagetoggle {
    right: 0px;
    width: 100%;
  }
  .wrapper .content-navbar .forth-style-navbar .dropdown-menu.userChat {
    left: 0px;
    width: 100%;
  }
  .wrapper .content-navbar .forth-style-navbar .user-dropdown .drop-profile {
    right: -5px;
  }
  .wrapper .content-navbar .sixth-style-navbar .header-right {
    padding: 5px 0 10px 0;
  }
  .wrapper .content-navbar .sixth-style-navbar .header-right .logo {
    margin-right: 15px;
    margin-bottom: 15px;
    text-align: right;
  }
  .wrapper .content-navbar .sixth-style-navbar .header-right .float-default,
  .wrapper .content-navbar .sixth-style-navbar .header-right .user-dropdown {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
  .wrapper .content-navbar .sixth-style-navbar .header-right .user-header {
    position: relative;
    top: 0px;
  }
  .wrapper
    .content-navbar
    .sixth-style-navbar
    .left-side-navbar
    .header-inner-right
    .icon-menu-navbar {
    position: absolute;
    top: 43px;
    left: 22px;
  }
  .wrapper .content-navbar .sixth-style-navbar .dropdown-menu.messagetoggle {
    left: 0px;
    width: 100%;
    top: 90px;
  }
  .wrapper .content-navbar .sixth-style-navbar .dropdown-menu.userChat {
    left: 0px;
    width: 100%;
    top: 90px;
  }
  .wrapper .content-navbar .sixth-style-navbar .user-dropdown .drop-profile {
    top: 85px;
  }
  .wrapper .content-navbar .sixth-style-navbar .header-right {
    padding-bottom: 0;
  }
  .wrapper .content-navbar .btn-group,
  .wrapper .content-navbar .btn-group-vertical {
    position: static;
  }
  .wrapper .content-navbar .dropdown-menu a {
    padding: 5px 10px;
    font-size: 15px;
  }
  .wrapper .content-navbar .userMessagedrop,
  .wrapper .content-navbar .userChat {
    width: 100%;
  }
  .wrapper .content-navbar .navbar {
    padding: 10px;
  }
  .wrapper .content-navbar .sucess-navbar .dropdown-section .dropdown-menu a,
  .wrapper .content-navbar .danger-navbar .dropdown-section .dropdown-menu a {
    font-size: 13px;
    padding: 3px 10px;
  }
}
/*---- END NAVBAR RESPONSIVE ----*/
/*----------------------------------------------

START DIFFERENT-HEADER-PAGE

------------------------------------------------*/
.header-spacing {
  margin-bottom: 20px;
}

.last-breadcrumb {
  padding-right: 4px;
}

.basic-header-right .content-title-main {
  padding-right: 20px;
  padding-left: 0;
}

.basic-header-center .site-content-title,
.parallax-header-image .site-content-title,
.parallax-header-bg .site-content-title {
  padding: 10px 0;
}
.basic-header-center h2,
.parallax-header-image h2,
.parallax-header-bg h2 {
  font-weight: 500;
  font-size: 24px;
}

.center-breadcrumb {
  margin: auto;
  display: table;
}
.center-breadcrumb .breadcrumb {
  padding: 9px 15px 9px 1rem;
}

.icon-header h2 i {
  margin-right: 8px;
  font-size: 19px;
  text-align: center;
}
.icon-header h2 span {
  vertical-align: middle;
}
.icon-header h2 span.sub-title {
  font-weight: 100;
  font-size: 13px;
  color: #6c6c6c;
  padding-top: 6px;
}
.icon-header h6 {
  padding-left: 10px;
  line-height: 60px;
  font-weight: 500;
}
.icon-header h6 span {
  padding-left: 10px;
}

.parallax-header-image,
.parallax-header-bg {
  min-height: 86px;
  background-size: cover;
}
.parallax-header-image .site-content-title h2,
.parallax-header-image .site-content-title p,
.parallax-header-bg .site-content-title h2,
.parallax-header-bg .site-content-title p {
  color: #ffffff;
}
.parallax-header-image .site-content-title p,
.parallax-header-bg .site-content-title p {
  padding-bottom: 0;
}

.parallax-header-image {
  background: url("../../../assets/global/image/img_1570x1046.png") no-repeat
    fixed center;
  background-size: 100% 100%;
}
.parallax-header-image .site-content-title {
  text-align: center;
  background: transparent;
}

.parallax-header-bg {
  background: url("../../../assets/global/image/img_1570x1046.png") no-repeat
    fixed center;
  background-size: 100% 100%;
}
.parallax-header-bg .site-content-title {
  position: relative;
}

.header-icon .right-icon {
  border: none;
  margin-left: 0;
}

.top-header {
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}
.top-header .content-title-main {
  padding-left: 0;
  line-height: 56px;
}
.top-header .breadcrumbs-form {
  margin: 10px 2px;
}
.top-header.header-with-icon .header-icon {
  margin: 5px 2px 10px 0;
}
.top-header.header-with-breadcrumb .breadcrumb {
  padding: 0;
  margin: 15px 0 10px 0;
}
.top-header.header-with-breadcrumb .breadcrumb-item {
  padding: 0 16px 0 0;
}
.top-header.header-with-breadcrumb .breadcrumb-item.last-breadcrumb {
  padding-right: 0;
}

.title-description p {
  padding-bottom: 0;
  line-height: 35px;
}

.header-discription-spacing {
  margin-bottom: 30px;
}
.header-discription-spacing .top-header .right-icon {
  margin-right: 10px;
}
.header-discription-spacing .top-header .right-icon:last-child {
  margin-right: 0px;
}

/*----------------------------------------------

END DIFFERENT-HEADER-PAGE

------------------------------------------------*/
/*---- START DIFFERENT-HEADER-PAGE RESPONSIVE ----*/
@media (max-width: 991px) {
  .top-header.header-with-form .breadcrumbs-form {
    width: 275px;
  }
  .top-header.header-with-form .input-group {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .simple-header-center .content-title-main {
    padding-left: 10px;
    line-height: 60px;
    padding-top: 0;
  }

  .icon-header .content-title-main.text-sm-left {
    padding-left: 20px;
  }

  .top-header {
    text-align: center;
  }
  .top-header.header-with-icon .header-icon {
    margin: 0;
  }
  .top-header.header-with-icon .right-icon {
    display: inline-block;
  }
  .top-header.header-with-form .breadcrumbs-form {
    width: 99%;
  }
  .top-header.header-with-form .breadcrumbs-form .input-group {
    width: 99%;
  }
  .top-header.header-with-breadcrumb .breadcrumb {
    padding: 0;
    margin-top: 5px;
  }

  .title-description {
    text-align: center;
  }

  .basic-header-right .content-title-main {
    padding-right: 0;
  }
  .basic-header-right .breadcrumb {
    margin: 10px 0 0 0;
    padding: 0 8px;
  }

  .basic-header .breadcrumb {
    margin: 0 0 10px 0;
    padding: 0 8px;
  }

  .center-breadcrumb .breadcrumb {
    padding: 0 8px;
    margin-bottom: 10px;
  }

  .header-discription-spacing .top-header {
    padding-bottom: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .top-header.header-with-form .breadcrumbs-form {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .icon-header .content-title-main.text-sm-left {
    padding-left: 0px;
  }
}
/*---- END DIFFERENT-HEADER-PAGE RESPONSIVE ----*/
/*----------------------------------------------

START GENERAL ELEMENTS

------------------------------------------------*/
/* START GENERAL ELEMENTS ROUND CSS */
.rounded-admin #text-fields .btn.flat-buttons {
  border-radius: 0;
}
.rounded-admin #text-fields .btn.flat-buttons:hover {
  border-radius: 0;
}
.rounded-admin .input-group .form-control:not(:last-child),
.rounded-admin .input-group-addon:not(:last-child),
.rounded-admin
  .input-group-btn:not(:first-child)
  > .btn-group:not(:last-child)
  > .btn,
.rounded-admin
  .input-group-btn:not(:first-child)
  > .btn:not(:last-child):not(.dropdown-toggle),
.rounded-admin .input-group-btn:not(:last-child) > .btn,
.rounded-admin .input-group-btn:not(:last-child) > .btn-group > .btn,
.rounded-admin .input-group-btn:not(:last-child) > .dropdown-toggle {
  border-radius: 0 0 0 0;
}
.rounded-admin .input-group .form-control:not(:first-child):not(:last-child),
.rounded-admin .input-group-addon:not(:first-child):not(:last-child),
.rounded-admin .input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.rounded-admin .input-group .form-control:not(:first-child),
.rounded-admin .input-group-addon:not(:first-child),
.rounded-admin .input-group-btn:not(:first-child) > .btn,
.rounded-admin .input-group-btn:not(:first-child) > .btn-group > .btn,
.rounded-admin .input-group-btn:not(:first-child) > .dropdown-toggle,
.rounded-admin
  .input-group-btn:not(:last-child)
  > .btn-group:not(:first-child)
  > .btn,
.rounded-admin .input-group-btn:not(:last-child) > .btn:not(:first-child) {
  border-radius: 0 0 0 0;
}
.rounded-admin .general-elements-content .file-control-upload {
  padding-left: 15px;
}

/* END GENERAL ELEMENTS ROUND CSS */
.form-inline .btn.btn-default {
  background: #eceeef;
}
.form-inline .btn.btn-default:hover {
  background: #eceeef;
}

.element-margin-bottom {
  margin-bottom: -15px;
}

.general-elements-content .form-color {
  padding: 4px;
  height: 35px;
}
.general-elements-content label {
  margin-bottom: 3px;
}
.general-elements-content .file-control-upload {
  width: 100%;
  padding: 5px 0 5px 5px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.form-control,
.input-group-addon {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.input-group-lg .input-group-addon,
.input-group-lg .input-group-btn,
.input-group-sm .input-group-addon,
.input-group-sm .input-group-btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.input-group-lg .input-group-addon .input-group-addon.btn,
.input-group-lg .input-group-btn .input-group-addon.btn,
.input-group-sm .input-group-addon .input-group-addon.btn,
.input-group-sm .input-group-btn .input-group-addon.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.input-group-addon.form-control-lg,
.input-group-addon.form-control-sm {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.form-control-lg,
.input-group-lg,
.form-control-sm,
.input-group-sm {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.form-control-lg .form-control,
.form-control-lg .input-group-addon,
.form-control-lg .input-group-btn .btn,
.input-group-lg .form-control,
.input-group-lg .input-group-addon,
.input-group-lg .input-group-btn .btn,
.form-control-sm .form-control,
.form-control-sm .input-group-addon,
.form-control-sm .input-group-btn .btn,
.input-group-sm .form-control,
.input-group-sm .input-group-addon,
.input-group-sm .input-group-btn .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.circle-input {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}

.input-left-icon .input-group-addon {
  background-color: transparent;
}
.input-left-icon .form-control {
  border-left: 0;
}

.input-right-icon .input-group-addon {
  background-color: transparent;
}
.input-right-icon .form-control {
  border-right: 0;
}

.success-input .form-control,
.success-input .input-group-addon {
  border-color: #5cb85c;
}
.success-input .form-control i,
.success-input .input-group-addon i {
  color: #5cb85c;
}

.info-input .form-control,
.info-input .input-group-addon {
  border-color: #5bc0de;
}
.info-input .form-control i,
.info-input .input-group-addon i {
  color: #5bc0de;
}

.warning-input .form-control,
.warning-input .input-group-addon {
  border-color: #f0ad4e;
}
.warning-input .form-control i,
.warning-input .input-group-addon i {
  color: #f0ad4e;
}

.danger-input .form-control,
.danger-input .input-group-addon {
  border-color: #d9534f;
}
.danger-input .form-control i,
.danger-input .input-group-addon i {
  color: #d9534f;
}

.checkbox .icr-label.checked .type_checkbox:before {
  width: 9px;
  height: 3px;
  margin: 0 0 0 -9px;
  -webkit-transform-origin: 40% 100%;
  -moz-transform-origin: 40% 100%;
  -o-transform-origin: 40% 100%;
  -ms-transform-origin: 40% 100%;
  transform-origin: 40% 100%;
}
.checkbox .icr-label.checked .type_checkbox:after {
  width: 3px;
  height: 14px;
  margin: -8px 0 0 -4px;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.checkbox .icr-label.focused .icr-item {
  box-shadow: none;
}

.vertical-checkbox label {
  display: block;
  margin-bottom: 10px;
}

.button-form-group .form-control {
  font-size: 14px;
}

.form-control,
.input-group-addon {
  font-size: 14px;
}

.radio-inline .radio-button {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}

.radio-vertical .radio-button {
  margin-bottom: 5px;
}

.checkbox-inline .checkbox-squared {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}

.checkbox-vertical .checkbox-squared {
  margin-bottom: 5px;
}

.ac-custom input[type="checkbox"],
.ac-custom input[type="radio"] {
  opacity: 0;
  -webkit-appearance: none;
  display: inline-block;
  vertical-align: middle;
  z-index: 100;
}

.ac-custom input[type="checkbox"],
.ac-custom input[type="radio"],
.ac-custom label::before {
  width: 50px;
  height: 50px;
  top: 50%;
  left: 0;
  margin-top: -25px;
  position: absolute;
  cursor: pointer;
}

/*----------------------------------------------

END GENERAL ELEMENTS

------------------------------------------------*/
/*----------------------------------------------

BOOTSTRAP TABLE PAGE STYLE

------------------------------------------------*/
/* START BUTTON ROUND CSS */
.rounded-admin .basic_bootstrap_tbl button.btn {
  border-radius: 0px !important;
}
.rounded-admin .basic_bootstrap_tbl .search input {
  border-radius: 0px !important;
}
.rounded-admin .basic_bootstrap_tbl .pagination .page-pre {
  border-radius: 0 0px 0px 0;
}
.rounded-admin .basic_bootstrap_tbl .pagination .page-next {
  border-radius: 0px 0 0 0px;
}

.modal-header .close {
  margin-top: 2px;
}

/* START BUTTON ROUND CSS */
.wrapper .basic_bootstrap_tbl table thead th {
  font-weight: 700;
  border-left: none;
}
.wrapper .basic_bootstrap_tbl table thead th .desc {
  background-image: none;
}
.wrapper .basic_bootstrap_tbl table thead th .desc::before {
  content: "\22";
  font-family: "ElegantIcons";
  float: right;
}
.wrapper .basic_bootstrap_tbl table thead th .asc {
  background-image: none;
}
.wrapper .basic_bootstrap_tbl table thead th .asc::before {
  content: "\21";
  font-family: "ElegantIcons";
  float: right;
}
.wrapper .basic_bootstrap_tbl table thead th .both {
  background-image: none;
}
.wrapper .basic_bootstrap_tbl table thead th .both:before {
  opacity: 0;
  content: "\2a";
  font-family: "ElegantIcons";
  float: right;
}
.wrapper .basic_bootstrap_tbl table thead th .both:hover:before {
  content: "\2a";
  font-family: "ElegantIcons";
  float: right;
  opacity: 1;
  transition: opacity 0.3s ease-in;
}
.wrapper .basic_bootstrap_tbl table thead th .both.desc:hover::before {
  content: "\22";
  font-family: "ElegantIcons";
  float: right;
}
.wrapper .basic_bootstrap_tbl table thead th .both.asc:hover::before {
  content: "\21";
  font-family: "ElegantIcons";
  float: right;
}
.wrapper .basic_bootstrap_tbl table thead th .sortable {
  padding-right: 15px;
}
.wrapper .basic_bootstrap_tbl table tbody td {
  border-left: none;
}
.wrapper .basic_bootstrap_tbl .bootstrap-table .table > thead > tr > th {
  border-bottom: none;
  border-top: none;
}
.wrapper
  .basic_bootstrap_tbl
  .fixed-table-toolbar
  .btn-group
  > .btn-group:last-child
  > .btn {
  border-radius: 0;
  color: #868686;
  background: #ffffff;
  border: 1px solid #dedcdc;
  margin-right: 0;
}
.wrapper .basic_bootstrap_tbl .fixed-table-toolbar .columns label {
  padding: 7px 12px;
  font-size: 14px;
  line-height: 13px;
  vertical-align: middle;
}
.wrapper .basic_bootstrap_tbl .fixed-table-toolbar .columns label input {
  float: left;
  margin-right: 5px;
}
.wrapper .basic_bootstrap_tbl .fixed-table-toolbar .dropdown-menu {
  z-index: 999;
}
.wrapper .basic_bootstrap_tbl .dropdown-menu li {
  padding: 0 10px;
}
.wrapper .basic_bootstrap_tbl .btn-group > .btn {
  margin-right: 5px;
  background: #ffffff;
  border: 1px solid #dedcdc;
  color: #868686;
}
.wrapper .basic_bootstrap_tbl .btn-group > .btn:focus {
  outline: none;
}
.wrapper .basic_bootstrap_tbl .btn {
  /*color: #FFFFFF;*/
}
.wrapper .basic_bootstrap_tbl .detail-view p {
  padding-bottom: 2px;
}
.wrapper .basic_bootstrap_tbl .detail-view p b {
  margin-right: 5px;
}
.wrapper .basic_bootstrap_tbl .pagination li {
  display: inline;
  float: left;
  padding: 3px 0;
  margin-right: 5px;
}
.wrapper .basic_bootstrap_tbl .pagination li a {
  line-height: 25px;
}
.wrapper .basic_bootstrap_tbl .pagination li.page-number {
  padding: 5px 15px;
}
.wrapper .basic_bootstrap_tbl .pagination li.page-pre a i,
.wrapper .basic_bootstrap_tbl .pagination li.page-next a i {
  padding: 5px 12px;
  line-height: 30px;
}
.wrapper .basic_bootstrap_tbl .pagination li.active a {
  color: #ffffff;
}
.wrapper .basic_bootstrap_tbl .fixed-table-pagination .pagination a {
  padding: 0;
}
.wrapper .basic_bootstrap_tbl .table-bordered {
  border: 1px solid #dedcdc;
}
.wrapper .basic_bootstrap_tbl .table-bordered th,
.wrapper .basic_bootstrap_tbl .table-bordered td {
  border: none;
  border-top: 1px solid #dedcdc;
}
.wrapper .basic_bootstrap_tbl .fixed-table-container {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.wrapper .basic_bootstrap_tbl .fixed-table-container thead th:first-child {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.wrapper .basic_bootstrap_tbl .fixed-table-pagination div.pagination {
  margin-bottom: 0;
  margin-top: 20px;
}
.wrapper .basic_bootstrap_tbl .fixed-table-pagination .pagination-detail {
  margin-bottom: 0;
  margin-top: 20px;
}
.wrapper .basic_bootstrap_tbl .fixed-table-container .bs-checkbox .th-inner {
  padding: 5px 0;
}
.wrapper .basic_bootstrap_tbl .model_success_table thead tr th {
  background: #5cb85c;
}
.wrapper
  .basic_bootstrap_tbl
  .model_success_table
  .card-views
  .card-view
  .title {
  color: #5cb85c;
}
.wrapper .basic_bootstrap_tbl .model_danger_table thead tr th {
  background: #d9534f;
}
.wrapper
  .basic_bootstrap_tbl
  .model_danger_table
  .card-views
  .card-view
  .title {
  color: #d9534f;
}
.wrapper .basic_bootstrap_tbl .model_info_table thead tr th {
  background: #5bc0de;
}
.wrapper .basic_bootstrap_tbl .model_info_table .card-views .card-view .title {
  color: #5bc0de;
}
.wrapper .basic_bootstrap_tbl .model_Warning_table thead tr th {
  background: #f0ad4e;
}
.wrapper
  .basic_bootstrap_tbl
  .model_Warning_table
  .card-views
  .card-view
  .title {
  color: #f0ad4e;
}
.wrapper .basic_bootstrap_tbl .modal-title {
  font-size: 20px;
}
.wrapper .table-fidex .fixed-table-body {
  height: 210px !important;
}
.wrapper .custom-toolbar .fixed-table-container .fixed-table-body {
  height: 100% !important;
}
.wrapper .bootstrap_tbl_style table th i {
  margin-right: 10px;
}
.wrapper .bootstrap_tbl_style table .table_star i {
  color: #ff7015;
}
.wrapper .bootstrap_tbl_style table .table_heart i {
  color: #d9534f;
}
.wrapper .bootstrap_tbl_format table td .icon_star {
  color: #ff7015;
  margin-right: 5px;
}
.wrapper .bootstrap_tbl_format table td .icon_star_alt {
  color: #ff7015;
  margin-right: 5px;
}
.wrapper .bootstrap_tbl_no_border .fixed-table-container {
  border: none;
}
.wrapper .fixed-table-toolbar .columns,
.wrapper .fixed-table-toolbar .search,
.wrapper .fixed-table-toolbar .bs-bars {
  margin-top: 0;
}

/*----------------------------------------------

END BOOTSTRAP TABLE PAGE STYLE

------------------------------------------------*/
/*---- START RESPONSIVE ----*/
@media (min-width: 0) and (max-width: 562px) {
  .fixed-table-body.ps-container,
  .pagination-tabel .fixed-table-container {
    height: 286px !important;
  }

  .wrapper .table-fidex .fixed-table-body {
    height: 291px !important;
  }
}
@media (max-width: 767px) {
  .wrapper .basic_bootstrap_tbl .fixed-table-body .card-view .title {
    margin-right: 10px;
    min-width: 50%;
  }
  .wrapper .basic_bootstrap_tbl .fixed-table-body .card-view .title .icon_star {
    color: #ff7015;
    margin-right: 5px;
  }
  .wrapper
    .basic_bootstrap_tbl
    .fixed-table-body
    .card-view
    .title
    .icon_heart {
    color: #d9534f;
    margin-right: 5px;
  }
  .wrapper .basic_bootstrap_tbl .fixed-table-body .model_danger_table,
  .wrapper .basic_bootstrap_tbl .fixed-table-body .model_info_table,
  .wrapper .basic_bootstrap_tbl .fixed-table-body .model_Warning_table,
  .wrapper .basic_bootstrap_tbl .fixed-table-body .model_success_table {
    margin-top: 0 !important;
  }
  .wrapper .basic_bootstrap_tbl .form-group {
    margin-bottom: 0;
  }
  .wrapper .basic_bootstrap_tbl .btn-group > .btn {
    padding: 10px;
  }
  .wrapper .basic_bootstrap_tbl .modal-title {
    font-size: 18px;
  }
  .wrapper .checkbox_table .fixed-table-container {
    height: 292px !important;
  }
}
@media (max-width: 479px) {
  .wrapper .fixed-table-toolbar .search {
    width: 100%;
  }
}
/*---- END RESPONSIVE ----*/
/*----------------------------------------------

START FORM VALIDATION

------------------------------------------------*/
/* START FORM VALIDATION ROUND CSS */
.rounded-admin .btn-margin .btn.flat-buttons:hover {
  border-color: rgba(0, 0, 0, 0.1);
}

/* END FORM VALIDATION ROUND CSS */
input.error,
select.error {
  background-image: url(../../../assets/global/image/close.png);
  background-position: right 5px center;
  background-repeat: no-repeat;
  width: 100%;
}

input.valid,
select.valid {
  background-image: url(../../../assets/global/image/right.png);
  background-position: right 5px center;
  background-repeat: no-repeat;
  width: 100%;
}

.help-block.form-error {
  color: #d9534f;
}

.file-control-upload.has-error {
  border-color: #b94a48;
}

/*----------------------------------------------

END FORM VALIDATION

------------------------------------------------*/
/*----------------------------------------------

START EDITABLE PAGE STYLE

------------------------------------------------*/
table thead tr th {
  color: #ffffff;
}

.table-editing + input,
.table-editing + textarea {
  outline: 0 !important;
  outline-offset: 0 !important;
}
.table-editing + input:focus,
.table-editing + textarea:focus {
  outline: 0 !important;
  outline-offset: 0 !important;
}

/*----------------------------------------------

END EDITABLE PAGE STYLE

------------------------------------------------*/
/*----------------------------------------------

START JSGRID PAGE

------------------------------------------------*/
/* START BUTTON ROUND CSS */
.rounded-admin .shorting-form .custom-select {
  border-radius: 0px;
  background-position: 90% center !important;
}
.rounded-admin .shorting-form #sorting-btn {
  border-radius: 0px;
}

/* END BUTTON ROUND CSS */
.jsgrid-table {
  margin-bottom: 0;
}
.jsgrid-table > tbody > tr > td {
  vertical-align: middle;
}
.jsgrid-table td,
.jsgrid-table th {
  padding: 8px;
  vertical-align: middle;
}
.jsgrid-table .rating {
  color: #f0ad4e;
}

.jsgrid-row > .jsgrid-cell {
  background: none;
}

.jsgrid-selected-row > .jsgrid-cell {
  background-color: #ececec;
  border-color: transparent;
}

.table td,
.table th {
  padding: 8px;
}

.jsgrid-filter-row .jsgrid-cell select {
  background: none;
}

.jsgrid-edit-row input,
.jsgrid-edit-row select,
.jsgrid-edit-row textarea,
.jsgrid-filter-row input,
.jsgrid-filter-row select,
.jsgrid-filter-row textarea,
.jsgrid-insert-row input,
.jsgrid-insert-row select,
.jsgrid-insert-row textarea {
  padding: 0.5rem 0.75rem;
}

.jsgrid .jsgrid-button {
  background-color: transparent;
  background-image: none;
  position: relative;
  display: inline-block;
  font-family: "Material-Design-Iconic-Font";
  font-size: 16px;
  line-height: 16px;
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
  background: 0 0;
  border: none;
  width: 14px;
  height: 14px;
  padding: 0;
  opacity: 0.5;
}
.jsgrid .jsgrid-button:focus {
  outline: none;
}
.jsgrid .jsgrid-button + .jsgrid-button {
  margin-left: 5px;
}
.jsgrid .jsgrid-insert-mode-button {
  color: #ffffff;
  opacity: 1;
}
.jsgrid .jsgrid-insert-mode-button:before {
  content: "\f278";
}
.jsgrid .jsgrid-edit-button:before {
  content: "\f158";
}
.jsgrid .jsgrid-update-button:before {
  content: "\f26b";
}
.jsgrid .jsgrid-cancel-edit-button:before {
  content: "\f136";
}
.jsgrid .jsgrid-search-button:before {
  content: "\f1c3";
}
.jsgrid .jsgrid-clear-filter-button:before {
  content: "\f1ef";
}
.jsgrid .jsgrid-delete-button:before {
  content: "\f154";
}
.jsgrid .jsgrid-header-row th {
  color: white;
}

.jsgrid-edit-row > .jsgrid-cell,
.jsgrid-filter-row > .jsgrid-cell,
.jsgrid-grid-body,
.jsgrid-grid-header,
.jsgrid-header-row > .jsgrid-header-cell,
.jsgrid-insert-row > .jsgrid-cell {
  border: 0;
}

.jsgrid-grid-header {
  overflow-y: hidden;
}

.jsgrid-pager .jsgrid-pager-page {
  padding: 3px 8px;
  line-height: 1.428571429;
}
.jsgrid-pager .jsgrid-pager-nav-button {
  padding: 3px 8px;
  line-height: 1.428571429;
}
.jsgrid-pager .jsgrid-pager-current-page {
  color: #ffffff;
  padding: 3px 8px;
  line-height: 1.428571429;
}

.jsgrid-load-shader {
  z-index: 100 !important;
}

.shorting-form {
  padding: 10px;
  margin: 0 0 10px;
  border: 1px solid #e9e9e9;
}
.shorting-form .custom-select {
  border-radius: 0;
  height: calc(2.5rem - 5px);
}

.custom-select {
  -moz-appearance: searchfield;
}

.client-photo {
  float: left;
  width: 10%;
  margin: 0 10px 0 0;
}
.client-photo img {
  width: auto;
  border: 1px solid #dddddd;
  margin-top: 6px;
}

.client-info {
  width: 87%;
  float: left;
}
.client-info p {
  line-height: 25px;
  margin: 0;
  padding: 0;
}

.external-pager {
  margin: 0 0 10px 0;
}

.external-pager .jsgrid-pager-current-page {
  color: #ffffff;
}

.jsgrid-header-sort-asc:before,
.jsgrid-header-sort-desc:before {
  margin-top: 8px;
  margin-right: 5px;
}

.jsgrid-header-sort-desc:before {
  border-color: #ffffff transparent transparent;
}

.jsgrid-header-sort-asc:before {
  border-color: transparent transparent #ffffff;
}

/*----------------------------------------------

END JSGRID PAGE

------------------------------------------------*/
/*---- START JSGRID RESPONSIVE ----*/
@media (max-width: 767px) {
  #jsGridCustomizedPager {
    height: auto !important;
  }
  #jsGridCustomizedPager .jsgrid-grid-body {
    height: 300px !important;
  }

  .jsgrid-pager .jsgrid-pager-page {
    display: inline-block;
  }
  .jsgrid-pager .jsgrid-pager-nav-button {
    padding: 3px 7px;
  }

  .client-photo {
    width: 20%;
  }

  .client-info {
    width: 77%;
  }
}
@media (max-width: 479px) {
  .client-photo {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }

  .client-info {
    margin: 0;
    width: 100%;
    text-align: center;
  }

  .client-photo {
    width: 45%;
    float: none;
    margin: auto;
  }

  .client-info {
    width: 100%;
    text-align: center;
  }
}
/*---- END JSGRID RESPONSIVE ----*/
/*----------------------------------------------

START FOOTABLE-PAGE

------------------------------------------------*/
/* START BUTTON ROUND CSS */
.rounded-admin #editing-footable .input-group input {
  border-radius: 0px;
}
.rounded-admin #editing-footable .input-group button.btn {
  border-radius: 0px;
}
.rounded-admin .footable-5 .footable-paging .pagination li:first-child a {
  border-radius: 0 0px 0px 0;
}
.rounded-admin .footable-5 .footable-paging .pagination li:last-child a {
  border-radius: 0px 0 0 0px;
}

/* END  BUTTON ROUND CSS */
.fooicon {
  font-family: ElegantIcons !important;
}

.fooicon-minus::before {
  content: "\4b";
}

.fooicon-plus::before {
  content: "\4c";
}

.fooicon-sort-asc:before {
  content: "\21";
}

.fooicon-sort-desc:before {
  content: "\22";
}

.fooicon-sort:before {
  content: "\2a";
}

.fooicon-search:before {
  content: "\55";
}

.fooicon-pencil:before {
  content: "\6a";
}

.fooicon-cog:before {
  content: "\e037";
}

.fooicon-trash:before {
  content: "\e019";
}

.footable-toggle.fooicon-minus,
.footable-toggle.fooicon-plus {
  font-size: 22px;
  cursor: pointer;
  vertical-align: middle;
}

.footable-editing .btn-group .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
}

table.footable-filter thead .footable-header th {
  border-bottom: none;
}
table.footable-filter td.footable-editing {
  border-top: none;
}
table tbody tr td span.footable-toggle {
  opacity: 1;
}
table.footable-editing-no-view td.footable-editing {
  width: 80px;
  max-width: 80px;
}

#editor-modal .form-group {
  margin-bottom: 7px;
  overflow: hidden;
}
#editor-modal .form-group label {
  font-weight: 600;
  line-height: 33px;
}
#editor-modal .hidden {
  display: none;
}

.collapse-footable.card-accordions .card-header .card-title::after,
.collapse-footable.card-accordions .card-header .card-title::before {
  font-size: 22px;
  cursor: pointer;
  vertical-align: middle;
}

.footable-paging li {
  display: inline;
  float: left;
  padding: 3px 0;
  margin-right: 5px;
}
.footable-paging .footable-page.active .footable-page-link {
  color: #ffffff;
}

.footable-page-link {
  position: relative;
  float: left;
  margin-left: -1px;
  text-decoration: none;
  padding: 5px 15px;
  line-height: 30px;
}

table.footable thead tr.footable-filtering .form-inline .form-group {
  display: block;
}
table.footable
  thead
  tr.footable-filtering
  .form-inline
  .form-group
  .input-group-btn
  .dropdown-menu.dropdown-menu-right {
  width: 100px;
}
table.footable thead tr.footable-filtering th {
  background: #ffffff;
  padding: 0 0 10px;
  border-top: none;
}
table.footable thead tr.footable-filtering th div.input-group {
  width: 100%;
}
table.footable
  thead
  tr.footable-filtering
  th
  div.input-group
  .input-group-btn
  .btn-primary {
  display: none;
}
table.footable
  thead
  tr.footable-filtering
  th
  div.input-group
  .input-group-btn
  .dropdown-toggle {
  border-radius: 0;
  color: #868686;
  background: #ffffff;
  border: 1px solid #dedcdc;
  margin-left: 5px;
}
table.footable
  thead
  tr.footable-filtering
  th
  div.input-group
  .input-group-btn
  .dropdown-toggle
  span::before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f0c9";
  font-size: inherit;
  text-rendering: auto;
  margin-right: 4px;
  vertical-align: middle;
}
table.footable thead tr.footable-filtering th div .form-control {
  width: auto;
}
table.footable
  thead
  tr.footable-filtering
  th
  ul.dropdown-menu
  li
  a.checkbox
  input[type="checkbox"] {
  margin-left: -24px;
  margin-top: 5px;
}
table.footable
  thead
  tr.footable-filtering
  th
  ul.dropdown-menu
  li
  a.checkbox
  label {
  padding-left: 28px;
}
table.footable tfoot tr.footable-paging td {
  padding: 5px 0 0 0;
  text-align: right;
}
table.footable tfoot tr.footable-paging td ul.pagination {
  margin: 0;
}
table.footable tfoot tr.footable-paging td span.label {
  display: none;
}
table.footable-paging-center tfoot tr.footable-paging td {
  padding: 5px 0 0 0;
  text-align: right;
}

.footable-detail-row td:first-child {
  padding: 0;
}
.footable-detail-row .footable-details tbody {
  padding: 0;
  background: #ccc;
}

.collapse-footable .card-block {
  padding: 0;
}

.card-accordions .card-header .card-title[aria-expanded="false"]::after {
  opacity: 0;
}

.card-accordions .card-header .card-title[aria-expanded="true"]::before {
  opacity: 0;
}

/*----------------------------------------------

END FOOTABLE-PAGE

------------------------------------------------*/
/*---- START FOOTABLE-PAGE RESPONSIVE ----*/
@media (max-width: 767px) {
  table.footable
    thead
    tr.footable-filtering
    th
    ul.dropdown-menu
    li
    a.checkbox
    label {
    font-size: 15px;
  }
}
@media (max-width: 479px) {
  .collapse-footable.card-accordions .card-header .card-title::after {
    right: 10px;
  }
  .collapse-footable.card-accordions .card-header .card-title::before {
    right: 10px;
  }

  .footable-page-link {
    padding: 0px 8px;
  }

  table.footable-details tbody tr th:nth-child(1) {
    width: 90px;
  }
  table.footable thead tr.footable-filtering th div .form-control {
    width: 100%;
  }
}
/*---- END FOOTABLE-PAGE RESPONSIVE ----*/
/*----------------------------------------------

START FORM LAYOUT

------------------------------------------------*/
.form-group .form-control-lg {
  font-size: 19px;
}
.form-group .form-control.form-control-sm {
  font-size: 12px;
}

.content-form-layout .basic-form-layout p {
  padding-bottom: 10px;
}
.content-form-layout .site-btn {
  margin-top: 0;
}
.content-form-layout .left-form-layout {
  border-right: 1px solid #cccccc;
}
.content-form-layout .register-icon i {
  color: #cccccc;
  opacity: 0.4;
  font-size: 110px;
}
.content-form-layout .right-form-layout {
  border-left: 1px solid #cccccc;
}
.content-form-layout .right-checkbox label {
  margin-right: 0;
  padding-right: 0;
}
.content-form-layout .right-checkbox .icr-text {
  padding-left: 0;
  padding-right: 5px;
}
.content-form-layout .form-field-inline {
  width: 30%;
  margin-right: 15px;
}
.content-form-layout .inline-form-layout p {
  padding-bottom: 10px;
}
.content-form-layout .inline-form-layout .site-btn {
  padding: 8px 30px;
}
.content-form-layout .model-form-layout .modal-dialog {
  max-width: 700px;
}
.content-form-layout .model-form-layout h6 {
  color: #ffffff;
}
.content-form-layout .model-form-layout .site-btn {
  background: #ffffff;
  border-color: #ffffff;
}
.content-form-layout .model-form-layout .site-btn:hover,
.content-form-layout .model-form-layout .site-btn:focus {
  background: #ffffff;
}
.content-form-layout .model-form-layout .register-icon i {
  color: #ffffff;
}
.content-form-layout .model-form-layout .register-icon i:hover {
  color: #ffffff;
}
.content-form-layout .model-form-layout .btn .btn:focus {
  border: none;
}
.content-form-layout
  .model-form-layout
  .checkbox
  .icr-label.checked
  .type_checkbox::after,
.content-form-layout
  .model-form-layout
  .checkbox
  .icr-label.checked
  .type_checkbox::before {
  background: #ffffff;
}
.content-form-layout .model-form-layout .modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.content-form-layout .model-form-layout .modal-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.content-form-layout .all-form-section .element-form {
  clear: both;
}
.content-form-layout .all-form-section .element-form .form-color {
  height: 35px;
  padding: 4px;
}
.content-form-layout .all-form-section .element-form .cancel-btn {
  font-size: 14px;
  padding: 5px 15px;
}
.content-form-layout .all-form-section label {
  padding-top: 10px;
}
.content-form-layout .all-form-section .checkbox-squared label,
.content-form-layout .all-form-section .radio-inline label,
.content-form-layout .all-form-section .radio-vertical label {
  padding-top: 0px;
  vertical-align: middle;
  padding-bottom: 10px;
}
.content-form-layout .icr-text {
  padding-left: 5px;
}
.content-form-layout .input-sizing,
.content-form-layout .select-sizing {
  margin-bottom: -15px;
  overflow: hidden;
}
.content-form-layout .modal .modal-content {
  background: none;
}
.content-form-layout .input-group-addon {
  border-radius: 0;
}
.content-form-layout .button-form-group .form-control {
  font-size: 14px;
}

/*----------------------------------------------

END FORM LAYOUT

------------------------------------------------*/
/*---- START FORM LAYOUT RESPONSIVE ----*/
@media (min-width: 1366px) and (max-width: 1600px) {
  .content-form-layout .left-xl-media {
    width: 45%;
  }
  .content-form-layout .right-xl-media {
    width: 55%;
  }
  .content-form-layout .form-field-inline {
    width: 28%;
  }
  .content-form-layout .checkbox-squared {
    clear: both;
  }
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .content-form-layout .form-field-inline {
    width: 27%;
  }
  .content-form-layout .model-form-layout .inner-content-setion {
    margin-bottom: -15px;
  }
  .content-form-layout .model-form-layout .btn {
    margin-bottom: 15px;
  }
  .content-form-layout .register-icon i {
    font-size: 80px;
  }
  .content-form-layout .checkbox-squared {
    clear: both;
  }
}
@media (max-width: 1199px) {
  .content-form-layout .form-field-inline {
    width: 47%;
  }
  .content-form-layout .form-field-inline:nth-child(2) {
    margin-right: 0;
  }
  .content-form-layout .inline-form-layout .inline-checkbox {
    clear: both;
  }
}
@media (max-width: 767px) {
  .content-form-layout .all-form-section label,
  .content-form-layout .all-form-section .layout-text {
    padding-top: 0;
    padding-bottom: 5px;
    display: block;
  }
  .content-form-layout .right-form-layout,
  .content-form-layout .left-form-layout {
    border: none;
  }
  .content-form-layout .left-xl-media {
    clear: both;
  }
  .content-form-layout .left-xl-media h6,
  .content-form-layout .left-xl-media p,
  .content-form-layout .left-xl-media .register-icon {
    text-align: center;
    width: 100%;
  }
  .content-form-layout .left-md-spacing {
    margin-top: 25px;
    float: left;
    width: 100%;
  }
  .content-form-layout .all-form-section .element-form label {
    float: left;
  }
  .content-form-layout .model-form-layout .inner-content-setion {
    margin-bottom: 0;
  }
  .content-form-layout .model-form-layout .btn {
    margin-bottom: 15px;
  }
  .content-form-layout .sizing-form div {
    margin-bottom: 15px;
  }
  .content-form-layout .sizing-form div:last-child {
    margin-bottom: 0;
  }
  .content-form-layout .form-group {
    overflow: hidden;
    width: 100%;
  }
  .content-form-layout .checkbox-inline .checkbox-squared,
  .content-form-layout .checkbox-inline .radio-button,
  .content-form-layout .radio-inline .checkbox-squared,
  .content-form-layout .radio-inline .radio-button {
    margin-bottom: 5px;
  }
  .content-form-layout .divider-mobile {
    height: 0px;
  }
  .content-form-layout .element-form .button-form-group {
    overflow: inherit;
  }
}
@media (min-width: 480px) and (max-width: 538px) {
  .content-form-layout .model-form-layout .btn {
    margin-bottom: 15px;
  }
  .content-form-layout .model-form-layout .btn:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 479px) {
  .content-form-layout .inline-form-layout .form-field-inline {
    width: 100%;
  }
  .content-form-layout .inline-form-layout .site-btn {
    float: right !important;
  }
  .content-form-layout .inline-form-layout .inine-checkbox {
    position: relative;
    top: -37px;
    margin-bottom: -37px;
    clear: both;
  }
  .content-form-layout .inline-form-layout .inline-checkbox {
    clear: inherit;
  }
  .content-form-layout .model-form-layout .btn {
    margin-bottom: 15px;
  }
  .content-form-layout .model-form-layout .btn:last-child {
    margin-bottom: 0;
  }
  .content-form-layout .sizing-form div {
    margin-bottom: 15px;
  }
  .content-form-layout .sizing-form div:last-child {
    margin-bottom: 0px;
  }
}
/*---- END FORM LAYOUT RESPONSIVE ----*/
/*----------------------------------------------

START GENERAL ELEMENTS

------------------------------------------------*/
/* START ADVANCED ELEMENTS ROUND CSS */
.rounded-admin
  .form-elements
  .form-bootstrap-select
  .select2-container--default
  .select2-selection--single,
.rounded-admin
  .form-elements
  .form-bootstrap-select
  .select2-container--default
  .select2-selection--multiple {
  border-radius: 0;
}
.rounded-admin
  .form-elements
  .form-bootstrap-select
  .select2-selection--multiple {
  padding-left: 15px;
}
.rounded-admin .form-elements .form-bootstrap-select .js-example-disabled,
.rounded-admin
  .form-elements
  .form-bootstrap-select
  .js-example-disabled-multi {
  border-radius: 0;
}
.rounded-admin
  .form-elements
  .form-bootstrap-select
  .btn-group-sm.btn-group
  > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.rounded-admin
  .form-elements
  .form-bootstrap-select
  .btn-group-sm.btn-group
  > .btn:last-child:not(:first-child),
.rounded-admin
  .form-elements
  .form-bootstrap-select
  .btn-group
  > .dropdown-toggle:not(:first-child) {
  border-radius: 0;
}
.rounded-admin
  .form-elements
  .form-bootstrap-touchspin
  .bootstrap-touchspin
  .input-group-btn-vertical
  .bootstrap-touchspin-up {
  border-radius: 0 0 0 0;
}
.rounded-admin
  .form-elements
  .form-bootstrap-touchspin
  .bootstrap-touchspin
  .input-group-btn-vertical
  .bootstrap-touchspin-up:hover {
  border-radius: 0 0 0 0;
}
.rounded-admin
  .form-elements
  .form-bootstrap-touchspin
  .bootstrap-touchspin
  .input-group-btn-vertical
  .bootstrap-touchspin-down {
  border-radius: 0 0 0 0;
}
.rounded-admin
  .form-elements
  .form-bootstrap-touchspin
  .bootstrap-touchspin
  .input-group-btn-vertical
  .bootstrap-touchspin-down:hover {
  border-radius: 0 0 0 0;
}
.rounded-admin .form-elements .input-group .form-control:last-child,
.rounded-admin .form-elements .input-group-addon:last-child,
.rounded-admin .form-elements .input-group-btn:last-child > .btn,
.rounded-admin .form-elements .input-group-btn:last-child > .dropdown-toggle,
.rounded-admin
  .form-elements
  .input-group-btn:first-child
  > .btn:not(:first-child) {
  border-radius: 0 17px 17px 0;
}
.rounded-admin .form-elements .input-group .form-control:first-child,
.rounded-admin .form-elements .input-group-addon:first-child,
.rounded-admin .form-elements .input-group-btn:first-child > .btn,
.rounded-admin .form-elements .input-group-btn:first-child > .dropdown-toggle,
.rounded-admin
  .form-elements
  .input-group-btn:last-child
  > .btn:not(:last-child):not(.dropdown-toggle) {
  border-radius: 17px 0 0 17px;
}
.rounded-admin .form-elements #demo_vertical.form-control,
.rounded-admin .form-elements #demo_vertical2.form-control,
.rounded-admin .form-elements .form-control.flatpickr-input {
  border-radius: 17px 0 0 17px !important;
}
.rounded-admin .form-elements .form-control.color-rounded-input {
  border-radius: 17px !important;
}
.rounded-admin .form-elements .bootstrap-touchspin .input-group-btn-vertical i {
  left: 4px;
  top: 4px;
}
.rounded-admin
  #events-colorpicker
  .element-margin-bottom
  .form-group
  button.btn-block:hover {
  border-radius: 25px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/* END ADVANCED ELEMENTS ROUND CSS */
.advanced-elements-content {
  overflow: visible;
}
.advanced-elements-content .btn {
  font-size: 16px;
}
.advanced-elements-content .btn-sm {
  font-size: 14px;
  margin-right: 5px;
}
.advanced-elements-content .btn-group-sm .btn {
  font-size: 14px;
}

.custom-width-select {
  display: table;
  width: 100%;
}

.form-bootstrap-select .form-control,
.form-bootstrap-select .input-group-addon {
  margin-bottom: 8px;
}
.form-bootstrap-select .dropdown-menu li {
  padding-left: 0;
}
.form-bootstrap-select .dropdown-menu li a {
  display: block;
  padding: 3px 20px;
}
.form-bootstrap-select .dropdown-menu li:focus,
.form-bootstrap-select .dropdown-menu li:hover {
  background-color: #e9e9e9;
}
.form-bootstrap-select .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  background-color: #e9e9e9;
}
.form-bootstrap-select .dropdown-menu .active a {
  color: #ffffff;
}
.form-bootstrap-select .dropdown-menu .active a:focus,
.form-bootstrap-select .dropdown-menu .active a:hover {
  color: #ffffff;
}
.form-bootstrap-select .dropdown-menu .dropdown-header {
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.form-bootstrap-select .bootstrap-select {
  margin-bottom: 15px;
}
.form-bootstrap-select .bootstrap-select .btn {
  line-height: 22px;
  padding-bottom: 5px;
  padding-top: 7px;
  padding-left: 10px;
}
.form-bootstrap-select
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ) {
  width: 100%;
}
.form-bootstrap-select .special-color-danger {
  font-weight: 700;
  color: #ffffff;
  background: #d9534f;
  text-transform: uppercase;
}
.form-bootstrap-select .special-color-success {
  background: #5cb85c;
  color: #ffffff;
}
.form-bootstrap-select .special-color-info {
  background: #5bc0de;
  color: #ffffff;
}
.form-bootstrap-select .label {
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  vertical-align: middle;
}
.form-bootstrap-select .bs-actionsbox .btn-group button {
  width: 49%;
}
.form-bootstrap-select .dropdown-menu .disabled a,
.form-bootstrap-select .dropdown-menu .disabled a:focus,
.form-bootstrap-select .dropdown-menu .disabled a:hover {
  color: #777777;
}
.form-bootstrap-select .dropdown-toggle:after {
  margin-left: 0;
  margin-bottom: 10px;
}
.form-bootstrap-select .select2-container--default .select2-selection--single,
.form-bootstrap-select
  .select2-container--default
  .select2-selection--multiple {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.form-bootstrap-select .select2 {
  width: 100% !important;
  margin-bottom: 15px;
}
.form-bootstrap-select .btn-group-sm .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.bootstrap-select.btn-group .dropdown-menu {
  z-index: 9;
}

.select2-container .select2-dropdown {
  z-index: 9;
}

.select2-results .img-flag {
  height: 15px;
  width: 18px;
}

.tt-menu {
  padding: 8px 10px;
  border: 1px solid #e9e9e9;
  box-shadow: 0 5px 10px #e9e9e9;
  width: 100%;
  background: #ffffff;
}

.typeahead-control span {
  width: 100%;
}

#multiple-datasets .league-name {
  margin: 10px 0;
  border-bottom: 1px solid #cccccc;
}

#scrollable-dropdown-menu .tt-menu {
  max-height: 150px;
  overflow-y: auto;
}

.form-bootstrap-touchspin .bootstrap-touchspin {
  margin-bottom: 15px;
}
.form-bootstrap-touchspin .bootstrap-touchspin .btn-default {
  border-color: #cccccc;
}
.form-bootstrap-touchspin .bootstrap-touchspin .input-group-btn-vertical .btn {
  padding: 9px 10px;
}
.form-bootstrap-touchspin
  .bootstrap-touchspin
  .input-group-btn-vertical
  .bootstrap-touchspin-down {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -ms-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
.form-bootstrap-touchspin
  .bootstrap-touchspin
  .input-group-btn-vertical
  .bootstrap-touchspin-up {
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  -ms-border-top-right-radius: 0;
  border-top-right-radius: 0;
}
.form-bootstrap-touchspin .form-control,
.form-bootstrap-touchspin .input-group-addon {
  font-size: 16px;
}
.form-bootstrap-touchspin .form-control-sm {
  font-size: 16px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.form-bootstrap-touchspin .input-group-sm .form-control,
.form-bootstrap-touchspin .input-group-sm .input-group-addon,
.form-bootstrap-touchspin .input-group-sm .input-group-btn {
  font-size: 16px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.form-bootstrap-touchspin .input-group-sm .form-control .btn,
.form-bootstrap-touchspin .input-group-sm .input-group-addon .btn,
.form-bootstrap-touchspin .input-group-sm .input-group-btn .btn {
  font-size: 16px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.form-bootstrap-touchspin .btn-link:focus,
.form-bootstrap-touchspin .btn-link:hover {
  text-decoration: none;
}

.form-bootstrap-datetime .form-control[readonly] {
  background: #ffffff;
}
.form-bootstrap-datetime .bootstrap-datetimepicker-widget table td,
.form-bootstrap-datetime .bootstrap-datetimepicker-widget table th {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.form-bootstrap-datetime
  .bootstrap-datetimepicker-widget
  table
  td.active.today:before {
  border-bottom-color: #ffffff;
}
.form-bootstrap-datetime .bootstrap-datetimepicker-widget table td.day {
  height: 30px;
}
.form-bootstrap-datetime .bootstrap-datetimepicker-widget table th {
  height: 30px;
}
.form-bootstrap-datetime
  .bootstrap-datetimepicker-widget
  thead
  tr:first-child
  th:hover {
  color: #ffffff;
}

.form-bootstrap-colorpicker .colorpicker-element .add-on i,
.form-bootstrap-colorpicker .colorpicker-element .input-group-addon i {
  height: 17px;
  vertical-align: top;
}

.colorpicker.colorpicker-visible {
  z-index: 99999;
}

.btn-group-sm .js-programmatic-enable {
  margin-right: 10px;
}

.datetimepicker-display {
  width: 50%;
  margin: 0 auto 15px auto;
}
.datetimepicker-display li {
  padding-left: 0;
}

.flatpickr-calendar {
  z-index: 99;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  border: 1px solid #dddddd;
}

.ui-timepicker-select {
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 5px 10px;
  font-size: 16px;
  line-height: 25px;
  width: 100%;
}

.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
  padding: 0px 8px;
}

.bootstrap-select.btn-group .dropdown-menu li a {
  padding: 3px 10px;
}

.bootstrap-select .popover-title {
  padding: 8px 10px;
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
  padding-left: 20px;
}

/*----------------------------------------------

END GENERAL ELEMENTS

------------------------------------------------*/
/*---- START GENERAL ELEMENTS RESPONSIVE ----*/
@media (max-width: 1199px) {
  .datetimepicker-display {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .ui-timepicker-wrapper,
  .colorpicker.colorpicker-visible {
    z-index: 99;
  }
}
@media (max-width: 991px) {
  .bootstrap-select.btn-group.bs-container .dropdown-menu {
    z-index: 99;
  }
}
@media (max-width: 479px) {
  .datetimepicker-display .flatpickr-calendar {
    width: 100%;
  }
  .datetimepicker-display .flatpickr-rContainer {
    width: 100%;
  }
  .datetimepicker-display .flatpickr-days {
    width: 100%;
  }
  .datetimepicker-display .flatpickr-days .flatpickr-day {
    max-width: 15%;
  }

  .form-bootstrap-touchspin .form-control,
  .form-bootstrap-touchspin .input-group-addon {
    font-size: 13px;
  }

  .form-bootstrap-select .bootstrap-select .btn {
    line-height: 15px;
  }
  .form-bootstrap-select .dropdown-toggle:after {
    margin-bottom: 8px;
  }

  .bootstrap-touchspin input {
    padding: 9px 10px;
  }

  .advanced-elements-content .btn {
    font-size: 14px;
  }

  .form-bootstrap-touchspin
    .bootstrap-touchspin
    .input-group-btn-vertical
    .btn {
    padding: 8.5px 10px;
  }

  .flatpickr-calendar.open {
    width: 87% !important;
    left: 20px !important;
  }
  .flatpickr-calendar.open .flatpickr-days {
    width: 100%;
  }
}
/*---- END GENERAL ELEMENTS RESPONSIVE ----*/
/*----------------------------------------------

BASIC TABLE PAGE STYLE

------------------------------------------------*/
/* START BUTTON ROUND CSS */
.rounded-admin .basic_table .tag {
  border-radius: 0px;
}

.basic_table .table {
  margin-bottom: 0;
}
.basic_table .table-bordered {
  border-color: #dedcdc;
}
.basic_table .table-bordered th,
.basic_table .table-bordered td {
  border-color: #dedcdc;
}
.basic_table .table-bordered thead th {
  border: none;
}
.basic_table table tfoot tr th {
  color: #ffffff;
}
.basic_table .table-responsive {
  display: inline-table;
}
.basic_table .basic_table_icon {
  margin-right: 10px;
  color: #868686;
  cursor: pointer;
}
.basic_table .table-reflow td,
.basic_table .table-reflow th {
  padding: 8px 12px;
}

/*----------------------------------------------

END BASIC TABLE PAGE STYLE

------------------------------------------------*/
/*---- START RESPONSIVE ----*/
@media (max-width: 1800px) {
  .basic_table .table-reflow thead {
    float: none;
  }
  .basic_table .table-reflow tbody {
    display: table-row-group;
  }
  .basic_table .table-reflow tr {
    float: none;
  }
  .basic_table .table-reflow tr td,
  .basic_table .table-reflow tr th {
    display: table-cell !important;
    border-top: none;
    border-bottom: none;
  }
}
@media (max-width: 610px) {
  .basic_table .table-reflow.table-responsive {
    display: block;
  }
}
/*---- END RESPONSIVE ----*/
/*----------------------------------------------

START FORM LAYOUT

------------------------------------------------*/
/* START FORM MASKS ROUND CSS */
.rounded-admin .form-mask a.btn,
.rounded-admin .form-mask .mask-on-div,
.rounded-admin .form-mask .bt-mask-it {
  border-radius: 0;
}
.rounded-admin .form-mask .site-btn {
  border: 0;
}

.bt-mask-it {
  cursor: pointer;
}

/* END FORM MASKS ROUND CSS */
.content-mask .element-form label {
  padding-top: 10px;
}
.content-mask .element-form .site-btn {
  margin-top: 0;
  padding: 8px 16px;
}
.content-mask .element-form .cancel-btn {
  font-size: 14px;
}
.content-mask .element-form .bt-mask-it {
  width: 9%;
}
.content-mask .element-form .form-group {
  overflow: hidden;
}
.content-mask .element-form .mask-on-div {
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 7px 12px;
  width: 90%;
}

.cancel-btn:hover {
  border: 1px solid #cccccc;
}

/*----------------------------------------------

END FORM LAYOUT

------------------------------------------------*/
/*---- START FORM LAYOUT RESPONSIVE ----*/
@media (max-width: 1199px) {
  .content-mask .element-form .bt-mask-it {
    width: 19%;
  }
  .content-mask .element-form .mask-on-div {
    width: 79%;
  }
}
@media (max-width: 767px) {
  .content-mask .element-form label {
    float: left;
    text-align: left;
  }
  .content-mask .element-form .bt-mask-it {
    width: 21%;
  }
  .content-mask .element-form .mask-on-div {
    width: 76%;
  }
  .content-mask .element-form label {
    padding-top: 0;
  }
}
@media (max-width: 479px) {
  .content-mask .element-form .bt-mask-it {
    width: 35%;
  }
  .content-mask .element-form .mask-on-div {
    width: 60%;
  }
}
/*---- END FORM LAYOUT RESPONSIVE ----*/
/*----------------------------------------------

START FORM WIZARD PAGE

------------------------------------------------*/
/* START BUTTON ROUND CSS */
.rounded-admin .content-wizard .basic-wizard .swMain .buttonFinish,
.rounded-admin .content-wizard .basic-wizard .swMain .buttonNext,
.rounded-admin .content-wizard .basic-wizard .swMain .buttonPrevious {
  border-radius: 0;
}

/* END BUTTON ROUND CSS */
.content-wizard .basic-wizard .swMain {
  width: 100%;
}
.content-wizard .basic-wizard .swMain .anchor {
  margin-top: 0;
}
.content-wizard .basic-wizard .swMain .stepContainer {
  height: 255px;
}
.content-wizard .basic-wizard .swMain .stepContainer div.content {
  width: 100%;
  height: 255px;
  overflow: visible;
  border-radius: 0;
  padding: 0;
}
.content-wizard .basic-wizard .swMain .stepContainer .step-content-wizzard {
  padding: 15px;
}
.content-wizard .basic-wizard .swMain .stepContainer p {
  padding-bottom: 0;
}
.content-wizard .basic-wizard .swMain ul.anchor {
  clear: inherit;
}
.content-wizard .basic-wizard .swMain ul.anchor li {
  clear: inherit;
  margin: 0 10px 10px 0;
  padding: 0;
}
.content-wizard .basic-wizard .swMain ul.anchor li a.selected {
  border: none;
  box-shadow: 1px 5px 10px #cccccc;
}
.content-wizard .basic-wizard .swMain ul.anchor li a.selected .small,
.content-wizard .basic-wizard .swMain ul.anchor li a.selected small {
  color: #ffffff;
}
.content-wizard .basic-wizard .swMain ul.anchor li a.done {
  background: #5cb85c;
  border: none;
}
.content-wizard .basic-wizard .swMain ul.anchor li a.done .small,
.content-wizard .basic-wizard .swMain ul.anchor li a.done small {
  color: #ffffff;
}
.content-wizard .basic-wizard .swMain ul.anchor li a {
  width: 270px;
  padding: 7px;
  border-radius: 0;
}
.content-wizard .basic-wizard .swMain ul.anchor li a .stepDesc {
  line-height: 20px;
  padding: 7px 0 0 10px;
  font-family: inherit;
}
.content-wizard .basic-wizard .swMain ul.anchor li:last-child {
  margin-bottom: 0;
}
.content-wizard .basic-wizard .swMain ul.anchor li:hover a.selected span,
.content-wizard .basic-wizard .swMain ul.anchor li:hover a.selected small {
  color: #ffffff !important;
}
.content-wizard .basic-wizard .swMain ul.anchor li:hover a.disabled span,
.content-wizard .basic-wizard .swMain ul.anchor li:hover a.disabled small {
  color: #cccccc !important;
}
.content-wizard .basic-wizard .swMain .stepContainer {
  clear: both;
}
.content-wizard .basic-wizard .swMain .buttonNext,
.content-wizard .basic-wizard .swMain .buttonPrevious,
.content-wizard .basic-wizard .swMain .buttonFinish {
  font-family: inherit;
  border: none;
  font-size: 14px;
  padding: 5px 13px;
  margin: 0 5px;
  border-radius: 0px;
}
.content-wizard .basic-wizard .swMain .buttonDisabled {
  border: none !important;
}
.content-wizard .basic-wizard .swMain .buttonFinish {
  margin-right: 0;
}
.content-wizard .basic-wizard .swMain .StepTitle {
  border: none;
  background: none;
  padding: 0 0 3px 0;
  line-height: 30px;
  font-size: 20px;
  margin-bottom: 10px;
  border-bottom: solid 1px #cccccc;
  border-radius: 0;
  font-family: inherit;
  font-weight: 500;
}
.content-wizard .basic-wizard .swMain .small,
.content-wizard .basic-wizard .swMain small {
  color: #cccccc;
}
.content-wizard .basic-wizard .swMain div.actionBar {
  border-radius: 0;
  height: auto;
  padding: 10px;
}
.content-wizard .basic-wizard .swMain h6 {
  text-transform: uppercase;
}
.content-wizard .basic-wizard .swMain ul {
  padding-top: 0;
  padding-bottom: 0;
}
.content-wizard .vetical-wizard .swMain ul.anchor {
  clear: both;
}
.content-wizard .vetical-wizard .swMain ul.anchor li {
  clear: both;
}
.content-wizard .vetical-wizard .swMain .stepContainer {
  clear: inherit;
}
.content-wizard .form-validation-wizzard .validation-form {
  padding-top: 15px;
}
.content-wizard .form-validation-wizzard .validation-form label {
  padding-top: 10px;
}
.content-wizard .form-validation-wizzard .validation-form .txtBox {
  width: 100%;
}
.content-wizard .form-validation-wizzard .validation-form span {
  color: #d9534f;
  position: relative;
  top: -12px;
}
.content-wizard .form-validation-wizzard .swMain .stepContainer {
  height: 240px;
}
.content-wizard .form-validation-wizzard .swMain .stepContainer div.content {
  height: 240px;
}
.content-wizard .form-validation-wizzard .swMain ul.anchor li a.error {
  background: #d9534f !important;
  border-color: #d9534f !important;
  color: #ffffff !important;
}
.content-wizard .form-validation-wizzard .swMain .msgBox {
  display: none !important;
}

/*----------------------------------------------

END FORM WIZARD PAGE

------------------------------------------------*/
/*---- START FORM WIZARD RESPONSIVE ----*/
@media (max-width: 1366px) {
  .content-wizard .basic-wizard .swMain ul.anchor li a {
    width: 245px;
  }
  .content-wizard .basic-wizard .swMain ul.anchor li a .stepDesc {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .content-wizard .basic-wizard .swMain ul.anchor li a {
    width: 310px;
  }
  .content-wizard .basic-wizard .swMain ul.anchor li a .stepDesc {
    font-size: 20px;
  }
  .content-wizard .vetical-wizard .swMain ul.anchor li a {
    width: 245px;
  }
}
@media (max-width: 991px) {
  .content-wizard .basic-wizard .swMain ul.anchor li a {
    width: 280px;
  }
  .content-wizard .vetical-wizard .swMain ul.anchor li a {
    width: 225px;
  }
}
@media (max-width: 767px) {
  .content-wizard .basic-wizard .swMain ul.anchor li:last-child {
    margin-bottom: 10px;
  }
  .content-wizard .basic-wizard .swMain .StepTitle {
    font-size: 16px;
  }
  .content-wizard .vetical-wizard .swMain ul.anchor li a {
    width: 280px;
  }
  .content-wizard .vetical-wizard .swMain .stepContainer {
    clear: both;
  }
  .content-wizard .form-validation-wizzard .validation-form label {
    float: left;
  }
}
@media (max-width: 479px) {
  .content-wizard .basic-wizard .swMain ul.anchor {
    margin-right: 0;
  }
  .content-wizard .basic-wizard .swMain ul.anchor li {
    width: 100%;
    margin-right: 0;
  }
  .content-wizard .basic-wizard .swMain ul.anchor li a {
    width: 100%;
  }
  .content-wizard .basic-wizard .swMain ul.anchor li a .stepDesc {
    font-size: 17px;
  }
  .content-wizard .basic-wizard .swMain .buttonNext,
  .content-wizard .basic-wizard .swMain .buttonPrevious,
  .content-wizard .basic-wizard .swMain .buttonFinish {
    width: 68px;
    padding: 5px 0;
    font-size: 11px;
    margin: 0 2px;
  }
  .content-wizard .basic-wizard .swMain .stepContainer .step-content-wizzard {
    width: 80%;
  }
  .content-wizard .vetical-wizard .swMain ul.anchor {
    width: 100%;
  }
  .content-wizard .vetical-wizard .swMain ul.anchor li a {
    width: 100%;
  }

  .swMain ul.anchor li a .stepDesc small {
    font: normal 11px Verdana, Arial, Helvetica, sans-serif;
  }
}
/*---- END FORM WIZARD RESPONSIVE ----*/
/*----------------------------------------------

RESPONSIVE TABLE PAGE STYLE

------------------------------------------------*/
/* START BUTTON ROUND CSS */
.tablesaw-enhanced
  .rounded-admin
  .responsive_table_main
  .tablesaw-bar
  .btn.btn-select {
  border-radius: 0;
}
.tablesaw-enhanced .rounded-admin .responsive_table_main .tablesaw-bar select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("../../image/arrow-dropdown.png") no-repeat 97% center !important;
  padding-left: 10px !important;
}
.tablesaw-enhanced
  .rounded-admin
  .responsive_table_main
  .tablesaw-bar
  select[multiple] {
  background: none;
}

/* END BUTTON ROUND CSS */
.responsive_table_main .table {
  margin-bottom: 0;
}
.responsive_table_main table.tablesaw thead th {
  color: #ffffff;
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
}
.responsive_table_main table.tablesaw thead tr:first-child th {
  border-right: none;
  padding: 15px 10px;
  color: #ffffff;
}
.responsive_table_main table.tablesaw th,
.responsive_table_main table.tablesaw td {
  font-size: 14px;
}
.responsive_table_main.responsive_sortable
  table.tablesaw
  thead
  tr:first-child
  th {
  padding: 5px;
  font-weight: 700;
}
.responsive_table_main .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn {
  padding: 15px 18px;
  margin-bottom: 5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.responsive_table_main
  .tablesaw-bar
  .tablesaw-advance
  a.tablesaw-nav-btn.down:before,
.responsive_table_main
  .tablesaw-bar
  .tablesaw-advance
  a.tablesaw-nav-btn.up:before {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  left: 12px;
  top: 13px;
}
.responsive_table_main
  .tablesaw-bar
  .tablesaw-advance
  a.tablesaw-nav-btn.down:before {
  border-top: 6px solid #ffffff;
}
.responsive_table_main
  .tablesaw-bar
  .tablesaw-advance
  a.tablesaw-nav-btn.up:before {
  border-bottom: 6px solid #ffffff;
}
.responsive_table_main
  .tablesaw-bar
  .tablesaw-advance
  a.tablesaw-nav-btn.left:before,
.responsive_table_main
  .tablesaw-bar
  .tablesaw-advance
  a.tablesaw-nav-btn.right:before {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  left: 15px;
  top: 9px;
}
.responsive_table_main
  .tablesaw-bar
  .tablesaw-advance
  a.tablesaw-nav-btn.left:before {
  border-right: 6px solid #ffffff;
}
.responsive_table_main
  .tablesaw-bar
  .tablesaw-advance
  a.tablesaw-nav-btn.right:before {
  border-left: 6px solid #ffffff;
}
.responsive_table_main
  .tablesaw-columntoggle-btnwrap.visible
  .tablesaw-columntoggle-popup {
  top: 40px;
  padding: 5px 10px;
}
.responsive_table_main
  .tablesaw-columntoggle-btnwrap.visible
  .tablesaw-columntoggle-popup
  .btn-group
  > label {
  font-size: 14px;
  line-height: 19px;
  padding: 5px 25px 5px 5px;
}
.responsive_table_main
  .tablesaw-columntoggle-btnwrap.visible
  .tablesaw-columntoggle-popup
  .btn-group
  > label
  input {
  float: left;
  margin-right: 5px;
}
.responsive_table_main .tablesaw-advance-dots li i {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.responsive_table_main .tablesaw-swipe .tablesaw-cell-persist {
  box-shadow: none;
  border-right: none;
  font-size: 14px;
  font-weight: normal;
}
.responsive_table_main button:focus {
  outline: none;
}
.responsive_table_main .tablesaw-sortable-switch {
  margin-right: 20px;
}
.responsive_table_main .tablesaw-cell-label {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
}

.tablesaw-enhanced .tablesaw-bar .btn.btn-select {
  min-width: 0;
  font-weight: normal;
  padding: 5px 25px 5px 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  margin-left: 5px;
  color: #55595c;
  border: 1px solid #dedcdc;
}
.tablesaw-enhanced .tablesaw-bar .btn.btn-select:after {
  padding-right: 15px;
  padding-top: 8px;
}
.tablesaw-enhanced .tablesaw-bar .btn:active {
  background-image: none;
}

.responsive_table_icon {
  color: #868686;
  margin-right: 5px;
  cursor: pointer;
}

.tablesaw-sortable-head .tablesaw-sortable-btn:after {
  opacity: 0;
  content: "\2a";
  font-family: "ElegantIcons";
  position: absolute;
  right: 4px;
}
.tablesaw-sortable-head .tablesaw-sortable-btn:hover:after {
  content: "\2a";
  font-family: "ElegantIcons";
  opacity: 1;
  transition: opacity 0.3s ease-in;
  position: absolute;
  right: 4px;
}

/*----------------------------------------------

END RESPONSIVE TABLE PAGE STYLE

------------------------------------------------*/
/*---- START RESPONSIVE ----*/
@media (min-width: 1200px) and (max-width: 1770px) {
  .tablesaw-enhanced .tablesaw-bar .btn.btn-select {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .tablesaw-enhanced .tablesaw-bar .btn.btn-select {
    font-size: 10px;
    margin-left: 3px;
  }
  .tablesaw-enhanced .tablesaw-bar label {
    margin-right: 3px;
  }

  .tablesaw-advance.minimap {
    margin-right: 0;
  }
}
/*---- END RESPONSIVE ----*/
/*----------------------------------------------

START DATATABLE

------------------------------------------------*/
/* START BUTTON ROUND CSS */
.rounded-admin table.dataTable.nowrap .form-control {
  border-radius: 0;
}
.rounded-admin .dataTables_wrapper .input-sm {
  border-radius: 0px;
}
.rounded-admin .dataTables_wrapper select {
  background-position: 90% center !important;
}
.rounded-admin .pagination .page-item:first-child .page-link {
  border-radius: 0 0px 0px 0;
}
.rounded-admin .pagination .page-item:last-child .page-link {
  border-radius: 0px 0 0 0px;
}

/* END BUTTON ROUND CSS */
select.form-control:not([size]):not([multiple]):not(.form-control-sm):not(
    .form-control-lg
  ) {
  height: calc(2.5rem - 5px);
  padding: 5px;
}

.content-datatable .dataTable,
.content-datatable .dataTables_scrollHeadInner,
.content-datatable .dataTables_scrollFootInner {
  width: 100% !important;
}

.dataTables_scrollHeadInner,
.dataTables_scrollFootInner {
  padding-right: 0 !important;
}

.dataTables_paginate .pagination .page-item {
  margin-right: 5px;
  display: inline;
  float: left;
  padding: 0;
}
.dataTables_paginate .pagination .page-item a {
  line-height: 35px;
  padding: 0 15px 0 15px;
}
.dataTables_paginate .pagination li.disabled .page-link {
  color: #818a91;
}
.dataTables_paginate .pagination li.active .page-link {
  color: #ffffff;
}
.dataTables_paginate .pagination li .page-link:hover {
  color: #ffffff;
}
.dataTables_paginate .pagination li .page-link:focus {
  color: #ffffff;
}
.dataTables_paginate .pagination li.disabled .page-link {
  border-color: #dddddd;
}
.dataTables_paginate .pagination li.disabled .page-link:hover {
  color: #818a91;
}
.dataTables_paginate .pagination li.disabled .page-link:focus {
  color: #818a91;
}
.dataTables_paginate .pagination .next:focus,
.dataTables_paginate .pagination .previous:focus {
  color: #ffffff;
}

table tr.shown td.details-control:before {
  content: "\4f";
}

.sorting:before,
.sorting:after,
.sorting_asc:before,
.sorting_asc:after,
.sorting_desc:before,
.sorting_desc:after {
  top: 7px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in;
}
.sorting:hover:before,
.sorting:hover:after,
.sorting_asc:hover:before,
.sorting_asc:hover:after,
.sorting_desc:hover:before,
.sorting_desc:hover:after {
  visibility: visible;
  opacity: 1;
}

.sorting_asc:after,
.sorting:after {
  opacity: 0.5 !important;
}

.sorting_desc:before,
.sorting:before {
  opacity: 0.5 !important;
}

table {
  border-spacing: 0;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child::before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child::before {
  color: inherit;
  background-color: inherit;
}

table.dataTable.dtr-inline.collapsed
  > tbody
  > tr.parent
  > td:first-child::before,
table.dataTable.dtr-inline.collapsed
  > tbody
  > tr.parent
  > th:first-child::before {
  background-color: inherit;
}

.m-b-5 {
  margin-bottom: 5px;
}

.date-picker .btn {
  line-height: 25px;
}

.datatable-width table {
  width: 100% !important;
}

div.dataTables_scrollHead table.dataTable,
div.dataTables_scrollHead .dataTables_scrollFootInner,
div.dataTables_scrollHead .dataTables_scrollHeadInner {
  width: 100% !important;
}

.dataTables_scrollFootInner,
div.dataTables_scrollFoot table {
  width: 100% !important;
}
.dataTables_scrollFootInner .form-control,
div.dataTables_scrollFoot table .form-control {
  padding: 0 5px;
}

/*---- DATATABLE MATERIAL END ----*/
/*----------------------------------------------

END DATATABLE

------------------------------------------------*/
/*---- START DATATABLE RESPONSIVE ----*/
@media (max-width: 991px) {
  .dataTables_wrapper .dataTables_paginate .pagination {
    margin-top: 5px !important;
    display: inline-flex;
  }
  .dataTables_wrapper .dataTables_paginate .pagination .page-item a {
    line-height: 35px;
    padding: 0 13px;
  }

  div.dataTables_scrollHead table.dataTable,
  div.dataTables_scrollHead .dataTables_scrollFootInner,
  div.dataTables_scrollHead .dataTables_scrollHeadInner {
    width: auto !important;
  }
}
@media (max-width: 767px) {
  .dataTables_length,
  .dataTables_info {
    margin-bottom: 10px;
  }

  .dataTables_filter {
    padding-bottom: 3px;
  }

  #initscroll_wrapper #initscroll_info {
    margin-bottom: 0;
  }

  div.dataTables_wrapper div.dataTables_filter input {
    width: 150px;
  }
}
@media (max-width: 410px) {
  .dataTables_paginate .pagination .page-item:nth-child(n + 4) {
    margin-bottom: 5px;
  }
  .dataTables_paginate .pagination .page-item:nth-child(-n + 4) {
    margin-bottom: 0;
  }
  .dataTables_paginate .pagination .page-item:nth-child(-3n + 3) {
    margin-bottom: 0;
  }
}
/*---- END DATATABLE RESPONSIVE ----*/
/*----------------------------------------------

START STATIC-WIDGET-PAGE

------------------------------------------------*/
.contain-inner.static-widget-content {
  margin-top: 0;
}

.static-widget-content {
  margin-bottom: 30px;
}
.static-widget-content .content {
  margin: 20px 0 0 0;
}
.static-widget-content .widget-progress .progress {
  height: 10px;
  background-color: rgba(238, 238, 238, 0.33);
  margin-bottom: 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px inset;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px inset;
}
.static-widget-content .widget-progress .progress-bar {
  height: 100%;
  background-color: #ffffff;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.static-widget-content .widget-progress .progress-bar-30,
.static-widget-content .widget-progress .progress-bar-15,
.static-widget-content .widget-progress .progress-bar-60 {
  width: 0%;
}
.static-widget-content .widget-progress:hover .progress-bar-30 {
  width: 30%;
}
.static-widget-content .widget-progress:hover .progress-bar-15 {
  width: 15%;
}
.static-widget-content .widget-progress:hover .progress-bar-60 {
  width: 60%;
}
.static-widget-content .userlist-content .widget-box.userlist-box {
  margin-bottom: 0;
}
.static-widget-content .alert-icon-corner {
  margin: 15px 0;
}

.widget-box {
  position: relative;
  border: 1px solid #cccccc;
  display: block;
  overflow: hidden;
}
.widget-box .icon-spacing {
  margin-right: 10px;
}

.widget-margin {
  margin-bottom: 15px;
}

.widget-content {
  padding: 20px;
  overflow: hidden;
}

.bg-icon,
.bg-icon-left {
  position: absolute;
  top: 33%;
  margin-top: -20px;
}
.bg-icon i,
.bg-icon-left i {
  font-size: 40px;
  opacity: 0.5;
}

.bg-icon {
  right: 20px;
}

.bg-icon-left {
  left: 20px;
}

.text-secondary {
  color: #ffffff;
}

.widget-info {
  color: #ffffff;
}
.widget-info h6 {
  margin-bottom: 5px;
}
.widget-info progress {
  margin-bottom: 5px;
}

.userlist-content .widget-box.userlist-box {
  margin: 0 0 20px 0;
  border: 1px solid #cccccc;
  padding: 20px;
}

.offer-widget {
  color: #ffffff;
}

.sale-offer-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  margin-bottom: 10px;
}

.sale-offer-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  margin-bottom: 10px;
}

.sale-offer-detail {
  margin-top: 25px;
}
.sale-offer-detail p {
  padding-bottom: 10px;
}

.widget-primary .alert {
  background-color: #ffffff;
}

.square-icon {
  width: 90px;
  height: 90px;
}
.square-icon span i {
  line-height: 80px;
  font-size: 32px;
  color: #868686;
}

.static-header {
  padding: 10px 20px;
}

.static-detail-icon {
  font-size: 35px;
  position: absolute;
  left: 20px;
}

.image-static-widget {
  margin-bottom: -15px;
  display: table;
  width: 100%;
}
.image-static-widget .widget-box {
  margin-bottom: 15px;
}

/*----------------------------------------------

END STATIC-WIDGET-PAGE

------------------------------------------------*/
/*---- START STATIC-WIDGET-PAGE RESPONSIVE ----*/
@media (min-width: 1200px) and (max-width: 1600px) {
  .static-widget-content .widget-progress {
    margin-bottom: 15px;
  }
  .static-widget-content .static-widget-box {
    margin-bottom: -15px;
    display: table;
    width: 100%;
  }

  .xl-box-static-widget {
    width: 50%;
  }

  .divider-xl-static-widget {
    height: 15px;
    clear: both;
  }

  .xl-offer-static-widget {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .widget-margin {
    margin-bottom: 15px;
  }

  .static-widget-content .alert-icon-corner {
    margin: 25px 0;
  }
  .static-widget-content .alert {
    margin-bottom: 25px;
  }
  .static-widget-content .widget-progress {
    margin-bottom: 15px;
  }
  .static-widget-content .static-widget-box {
    margin-bottom: -15px;
    display: table;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .widget-sm-margin {
    margin-bottom: 20px;
  }

  .userlist-content {
    margin-bottom: 20px;
  }

  .last-userlist-content {
    margin-bottom: 0;
  }

  .divider-sm-box {
    height: 25px;
  }

  .invoices-box {
    margin-bottom: 15px;
  }
}
@media (max-width: 479px) {
  .square-icon {
    width: 75px;
    height: 75px;
  }
  .square-icon span i {
    line-height: 70px;
  }

  .sale-offer-detail h2 {
    font-size: 25px;
  }

  .widget-progress h6 {
    font-size: 14px;
  }

  .circle-widget-detail h4,
  .counter-widget h4,
  .widget-progress h4 {
    font-size: 20px;
  }
}
/*---- END STATIC-WIDGET-PAGE RESPONSIVE ----*/
/*----------------------------------------------

DATA WIDGETS PAGE STYLE

------------------------------------------------*/
.data_widgets_profile .contacts {
  padding: 0;
  margin: -15px 0;
}
.data_widgets_profile .content {
  border-top: none;
}

.widgets_prifile_details {
  display: inline-block;
  width: 35%;
}

.widgets_prifile_skill {
  width: 60%;
}

.content-list.data_widgets_comments .comment-list .comment-detail {
  width: 88%;
}

.data-widgets-xl-spacing {
  margin-bottom: 15px;
}

.data_widgets_block {
  margin-bottom: 20px;
}
.data_widgets_block .message-rightbar .chat-image {
  width: 100%;
}
.data_widgets_block .message-page .message-rightbar .chat-input {
  width: 95%;
}
.data_widgets_block .content {
  margin: 20px 0 0 0;
}
.data_widgets_block .vector-map {
  margin: 0 15px;
}
.data_widgets_block .data_widgets_box {
  display: block;
  overflow: hidden;
  background: #e9e4e4;
  position: relative;
}
.data_widgets_block .data_widgets_box .data_progress {
  padding: 15px 20px;
}
.data_widgets_block .data_widgets_box .circle-bar {
  width: 100px;
  height: 100px;
}
.data_widgets_block .data_widgets_box .data_widgets_info {
  display: block;
  height: 130px;
  width: 130px;
  text-align: center;
  padding-top: 35px;
}
.data_widgets_block .data_widgets_box .data_widgets_title {
  color: #ffffff;
  margin-top: 5px;
}
.data_widgets_block .data_widgets_box .data_widgets_count {
  position: absolute;
  right: 46px;
  bottom: 49px;
  color: #777777;
}
.data_widgets_block .data_widgets_box .data_widgets_icon {
  font-size: 30px;
  color: #ffffff;
}
.data_widgets_block .data_widgets_box.data_success .data_widgets_info {
  background: #5cb85c;
}
.data_widgets_block .data_widgets_box.data_warning .data_widgets_info {
  background: #f0ad4e;
}
.data_widgets_block .data_widgets_box.data_danger .data_widgets_info {
  background: #d9534f;
}
.data_widgets_block
  .colored-testimonial.testimonial_reverse
  .testimonial-content {
  padding-left: 0;
  padding-right: 20px;
}
.data_widgets_block .colored-testimonial.testimonial_reverse .blockquote {
  border-left: none;
  border-right: 4px solid;
}
.data_widgets_block .testimonial-box.testimonial-background.warning-bg {
  background: #fae3c4;
  border-color: #f0ad4e;
}
.data_widgets_block
  .testimonial-box.testimonial-background.warning-bg
  .testimonial-center-image {
  border-color: #f0ad4e;
}
.data_widgets_block
  .testimonial-box.testimonial-background.warning-bg
  .testimonial-name
  h6 {
  color: #f0ad4e;
}
.data_widgets_block .testimonial-box.testimonial-background.danger-bg {
  background: #f0b9b8;
  border-color: #d9534f;
}
.data_widgets_block
  .testimonial-box.testimonial-background.danger-bg
  .testimonial-center-image {
  border-color: #d9534f;
}
.data_widgets_block
  .testimonial-box.testimonial-background.danger-bg
  .testimonial-name
  h6 {
  color: #d9534f;
}
.data_widgets_block .testimonial-box.testimonial-background.success-bg {
  background: #b5dfb5;
  border-color: #5cb85c;
}
.data_widgets_block
  .testimonial-box.testimonial-background.success-bg
  .testimonial-center-image {
  border-color: #5cb85c;
}
.data_widgets_block
  .testimonial-box.testimonial-background.success-bg
  .testimonial-name
  h6 {
  color: #5cb85c;
}
.data_widgets_block .data_widgets_box_block {
  margin-bottom: 15px;
}
.data_widgets_block .box-section-widgets {
  margin-bottom: -15px;
  overflow: hidden;
}

.todo_main .todo_block {
  margin-bottom: 0;
}
.todo_main .todo_block ul {
  padding-left: 0;
}
.todo_main .todo_block ul li {
  list-style-type: none;
  width: 100%;
  display: block;
  overflow: hidden;
  padding-bottom: 12px;
}
.todo_main .todo_block ul li .checkbox-squared label:last-child {
  margin-left: 5px;
}
.todo_main .todo_block .checkbox-squared label {
  top: 3px;
}
.todo_main .todo_block .todo_completed .checkbox-squared span {
  text-decoration: line-through;
}
.todo_main .todo_block .tag-pill {
  margin-top: 5px;
}
.todo_main .content-form-layout .form-field-inline {
  width: 84%;
}
.todo_main .form-group {
  margin-bottom: 0;
}

.data_widgets_chart.chart-height {
  height: 270px;
}

/*----------------------------------------------

END DATA WIDGETS PAGE STYLE

------------------------------------------------*/
/*---- START RESPONSIVE ----*/
@media (min-width: 1200px) and (max-width: 1340px) {
  .data_widgets_block .basic_table .table-responsive {
    display: block;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .data_widgets_block .data_widgets_box_block {
    width: 50%;
  }

  .data_widgets_spacing {
    margin-bottom: 15px;
  }

  .todo_main .content-form-layout .form-field-inline {
    width: 74%;
  }
}
@media (min-width: 1366px) and (max-width: 1720px) {
  .data_widgets_block .message-page .message-rightbar .chat-input {
    width: 92%;
  }
  .data_widgets_block .basic_table .basic_table_icon {
    margin-right: 0;
  }
  .data_widgets_block .name-profile {
    font-size: 19px;
  }
  .data_widgets_block .email-profile {
    font-size: 11px;
  }

  .todo_main .content-form-layout .form-field-inline {
    width: 78%;
  }
}
@media (max-width: 1366px) {
  .data_widgets_block .message-page .message-rightbar .chat-input {
    width: 90%;
  }
  .data_widgets_block .name-profile {
    font-size: 19px;
  }
  .data_widgets_block .email-profile {
    font-size: 11px;
  }

  .basic_table .basic_table_icon {
    margin-right: 5px;
  }
}
@media (max-width: 1199px) {
  .data_widgets_lg_spacing {
    margin-bottom: 25px;
  }

  .data_widgets_block .name-profile {
    font-size: 22px;
  }
  .data_widgets_block .email-profile {
    font-size: 13px;
  }
  .data_widgets_block .data_widgets_box .data_widgets_info {
    height: 120px;
    width: 120px;
    padding-top: 33px;
  }
  .data_widgets_block .data_widgets_box .data_widgets_icon {
    font-size: 27px;
  }
  .data_widgets_block .data_widgets_box .data_widgets_title {
    font-size: 18px;
  }
  .data_widgets_block .data_widgets_box .data_widgets_count {
    right: 37px;
    bottom: 47px;
    font-size: 18px;
  }
  .data_widgets_block .data_widgets_box .data_progress {
    padding: 13px 12px;
  }
  .data_widgets_block .data_widgets_box .circle-bar {
    height: 95px;
    width: 95px;
  }
}
@media (max-width: 991px) {
  .data_widgets_block .basic_table .table-responsive {
    display: inline-table;
  }
  .data_widgets_block .basic_table .basic_table_icon {
    margin-right: 0;
  }
  .data_widgets_block .todo_main .content-form-layout .form-field-inline {
    width: 83%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .data_widgets_block .data_widgets_box .data_widgets_info {
    height: 114px;
    width: 110px;
    padding-top: 33px;
  }
  .data_widgets_block .data_widgets_box .data_widgets_icon {
    font-size: 27px;
  }
  .data_widgets_block .data_widgets_box .data_widgets_title {
    font-size: 17px;
  }
  .data_widgets_block .data_widgets_box .data_widgets_count {
    right: 35px;
    bottom: 42px;
    font-size: 18px;
  }
  .data_widgets_block .data_widgets_box .data_progress {
    padding: 12px 12px;
  }
  .data_widgets_block .data_widgets_box .circle-bar {
    height: 90px;
    width: 90px;
  }
}
@media (max-width: 767px) {
  .data_widgets_sm_spacing {
    margin-bottom: 15px;
  }

  .widgets_prifile_details {
    width: 100%;
  }

  .widgets_prifile_skill {
    width: 100%;
  }

  .data_widgets_block .message-page .message-rightbar .chat-input {
    width: 90%;
  }
  .data_widgets_block .todo_main .content-form-layout .form-field-inline {
    width: 74%;
  }
  .data_widgets_block .data_widgets_box .data_widgets_info {
    height: 125px;
    width: 125px;
  }
  .data_widgets_block .data_widgets_box .data_widgets_icon {
    font-size: 27px;
  }
  .data_widgets_block .data_widgets_box .data_widgets_title {
    font-size: 18px;
  }
  .data_widgets_block .data_widgets_box .data_widgets_count {
    right: 43px;
    bottom: 46px;
    font-size: 18px;
  }
  .data_widgets_block .data_widgets_box .data_progress {
    padding: 15px 20px;
  }
  .data_widgets_block .data_widgets_box .circle-bar {
    height: 95px;
    width: 95px;
  }
  .data_widgets_block .divider15 {
    height: 5px;
  }

  .widgets-profile-space {
    height: 15px;
    clear: both;
  }
}
@media (max-width: 479px) {
  .data_widgets_block .message-page .message-rightbar .chat-input {
    width: 85%;
  }
  .data_widgets_block .colored-testimonial .testimonial-image {
    float: none;
    width: 30%;
    margin: auto;
    margin-bottom: 10px;
  }
  .data_widgets_block .colored-testimonial .testimonial-content {
    padding-left: 0;
    width: 100%;
  }
  .data_widgets_block
    .colored-testimonial.testimonial_reverse
    .testimonial-content {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
  }
  .data_widgets_block
    .colored-testimonial.testimonial_reverse
    .testimonial-image {
    float: none !important;
    margin: auto;
    margin-bottom: 10px;
  }
  .data_widgets_block .colored-testimonial.testimonial_reverse p {
    text-align: center;
  }
  .data_widgets_block .todo_main .todo_message {
    margin-bottom: 10px;
  }
  .data_widgets_block .todo_main .content-form-layout .form-field-inline {
    width: 100%;
  }
  .data_widgets_block .todo_main .content-form-layout .site-btn {
    margin-top: 10px;
    float: left !important;
  }
  .data_widgets_block .todo_main .content-form-layout .icr-text {
    font-size: 12px;
  }
  .data_widgets_block .data_widgets_box .data_widgets_info {
    height: 105px;
    width: 105px;
    padding-top: 27px;
  }
  .data_widgets_block .data_widgets_box .data_widgets_icon {
    font-size: 25px;
  }
  .data_widgets_block .data_widgets_box .data_widgets_title {
    font-size: 17px;
  }
  .data_widgets_block .data_widgets_box .data_widgets_count {
    right: 30px;
    bottom: 37px;
    font-size: 17px;
  }
  .data_widgets_block .data_widgets_box .data_progress {
    padding: 10px;
  }
  .data_widgets_block .data_widgets_box .circle-bar {
    height: 85px;
    width: 85px;
  }
  .data_widgets_block .list-group-item {
    padding: 15px;
  }

  .todo_main .todo_block ul li {
    font-size: 13px;
  }
}
/*---- END RESPONSIVE ----*/
/*----------------------------------------------

START MORRIS CHART

------------------------------------------------*/
.chart-height {
  height: 300px;
}
.chart-height svg {
  width: 100%;
}

.morris-hover {
  z-index: 99;
}

/*----------------------------------------------

END MORRIS CHART

------------------------------------------------*/
/*----------------------------------------------

START FLOATTHEAD

------------------------------------------------*/
/* START BUTTON ROUND CSS */
.rounded-admin .add-thead {
  border-radius: 0px;
}

/* END BUTTON ROUND CSS */
.floatThead-wrapper .float-width {
  width: 20%;
}
.floatThead-wrapper .scroll-content.ps-container .ps-scrollbar-x-rail {
  display: none !important;
}
.floatThead-wrapper .floatThead-container {
  z-index: 9 !important;
}

#floattheadwithlazy .size-row {
  display: none !important;
}

.add-thead.flat-buttons {
  color: #ffffff;
}

/*----------------------------------------------

END FLOATTHEAD

------------------------------------------------*/
/*---- START FLOATTHEAD RESPONSIVE ----*/
@media (max-width: 479px) {
  /*.wrapper #header{
    height: 105px;
  }*/
  .floatThead-wrapper .float-width {
    width: 100px;
  }
}
/*---- END FLOATTHEAD RESPONSIVE ----*/
/*----------------------------------------------

START CONTEXT MENU

------------------------------------------------*/
.context-menu-list {
  box-shadow: none;
  border-color: #e6e6e6;
  border-radius: 0;
}
.context-menu-list .context-menu-item.context-menu-hover,
.context-menu-list .context-menu-submenu.context-menu-hover {
  color: #ffffff;
}
.context-menu-list .context-menu-item.context-menu-hover > .context-menu-icon,
.context-menu-list
  .context-menu-submenu.context-menu-hover
  > .context-menu-icon {
  color: #ffffff;
}
.context-menu-list .context-menu-item.context-menu-hover:after,
.context-menu-list .context-menu-submenu.context-menu-hover:after {
  border-color: transparent transparent transparent #ffffff;
}
.context-menu-list .context-menu-item:not(.context-menu-icon) {
  padding-left: 0.7em;
}
.context-menu-list .labels > span > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  float: none;
}
.context-menu-list .labels > span > ul > li {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  overflow: hidden;
  text-indent: -2000px;
}
.context-menu-list .labels > span > ul > li.selected,
.context-menu-list .labels > span > ul > li:hover {
  border: 1px solid #000;
}
.context-menu-list .labels > span > ul > li + li {
  margin-left: 5px;
}
.context-menu-list .context-menu-icon {
  color: #2f2f2f;
}
.context-menu-list .context-menu-icon:before {
  color: #2f2f2f;
}
.context-menu-list .context-menu-icon.context-menu-hover:before {
  color: #ffffff;
}

.context-menu-disabled {
  cursor: not-allowed;
  opacity: 0.7;
}

.context-menu-item > .context-menu-list {
  top: -4px !important;
}

/*----------------------------------------------

END CONTEXT MENU

------------------------------------------------*/
/*----------------------------------------------

START SOCIAL-WIDGET-PAGE

------------------------------------------------*/
/* START SOCIAL WIDGET ROUND CSS */
.rounded-admin .social-widget-content .social-profile-btn .icon-spacing {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0;
}
.rounded-admin .social-widget-content .btn-sm.btn-social {
  padding-right: 10px;
}

/* START SOCIAL WIDGET ROUND CSS */
.contain-inner.social-widget-content {
  margin-top: 0;
}

.social-widget-box .content.social-carousel {
  padding-bottom: 35px;
}

.social-widget-content {
  margin-bottom: 30px;
}
.social-widget-content .content {
  margin: 20px 0 0 0;
}
.social-widget-content .profile-contain {
  padding-bottom: 0;
}
.social-widget-content .gallery-img {
  margin: 0;
}
.social-widget-content .icon-spacing {
  margin-right: 8px;
}
.social-widget-content .parallax-header-image .site-content-title {
  padding: 15px 0 25px 0;
}
.social-widget-content .overlay-box-shadow {
  margin: 0 1px 30px 1px;
}

.parallax-right-btn {
  position: absolute;
  right: 60px;
  bottom: 25px;
}
.parallax-right-btn button:first-child {
  margin-right: 8px;
}

.parallax-left-btn {
  position: absolute;
  left: 60px;
  bottom: 25px;
}

.post-background-detail {
  padding: 10px 10px 0;
}
.post-background-detail p {
  padding-bottom: 15px;
}
.post-background-detail .widget-footer {
  padding-bottom: 0;
}

.widget-footer {
  padding-bottom: 15px;
}

.widget-connect p {
  padding-bottom: 15px;
}
.widget-connect .connect-btn a:hover,
.widget-connect .connect-btn a:focus {
  color: #ffffff;
}

.widget-message .message-profile textarea {
  height: 55px;
}

.widget-icon {
  font-size: 16px;
  line-height: 30px;
}
.widget-icon i {
  color: #777777;
  margin-right: 3px;
}

.social-profile-btn {
  margin-top: 15px;
}

.social-icon-widget {
  display: block;
  padding: 15px;
  margin-right: -1px;
}
.social-icon-widget span {
  display: block;
}

.social-icon-box a:hover,
.social-icon-box a:focus {
  color: #ffffff;
}

.social-icon-slider .social-icon {
  padding: 20px 0;
}
.social-icon-slider .social-icon i {
  font-size: 60px;
  margin-bottom: 15px;
}

.follow-widget-box .inner-follow-widget {
  padding: 10px 10px 0;
}
.follow-widget-box .inner-follow-widget .follow-profile {
  margin: -60px auto 0 auto;
  z-index: 99;
  width: 100px;
  position: relative;
}
.follow-widget-box .inner-follow-widget .follow-detail {
  margin: 10px 0;
}
.follow-widget-box .inner-follow-widget .follow-detail span {
  display: block;
}
.follow-widget-box .inner-follow-widget .follow-detail button {
  margin-top: 10px;
}
.follow-widget-box .inner-follow-widget .follow-detail p {
  margin-top: 10px;
  padding-bottom: 10px;
}

.cover-widget {
  background: url("../../../assets/global/image/img_1500x400.png") no-repeat top;
}
.cover-widget .cover-widget-detail {
  background: rgba(0, 0, 0, 0.3);
  margin: auto;
  text-align: center;
  padding: 60px;
}
.cover-widget .cover-widget-detail span {
  display: block;
}
.cover-widget .cover-widget-detail button {
  margin-top: 10px;
}
.cover-widget .cover-widget-detail .profile-image {
  margin: auto;
  width: 110px;
  margin-bottom: 10px;
}

.social-profile-btn .btn.flat-buttons:hover,
.parallax-right-btn .btn.flat-buttons:hover,
.parallax-left-btn .btn.flat-buttons:hover,
.connect-btn .btn.flat-buttons:hover {
  border: 1px solid transparent;
}

.social-widget-box .flatpickr-calendar:before,
.social-widget-box .flatpickr-calendar:after {
  display: none;
}

/*----------------------------------------------

END SOCIAL-WIDGET-PAGE

------------------------------------------------*/
/*---- START SOCIAL-WIDGET RESPONSIVE ----*/
@media (min-width: 1199px) and (max-width: 1670px) {
  .xl-social-widget {
    width: 100%;
    clear: both;
  }
  .xl-social-widget .social-widget-box {
    width: 50%;
  }
  .xl-social-widget #datetimepicker12 .datepicker {
    width: 100%;
  }
  .xl-social-widget #datetimepicker12 .timepicker {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .social-widget-content .image-blockquote {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .social-widget-content .activities-count {
    width: 33%;
  }

  .social-widget-box .content.social-carousel {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cover-widget {
    background-position: top left;
  }

  .social-widget-content .bottom-space {
    height: 0;
  }
}
@media (max-width: 479px) {
  .social-icon-slider .social-icon i {
    font-size: 50px;
  }

  .cover-widget .cover-widget-detail {
    padding: 20px;
  }
  .cover-widget .cover-widget-detail .profile-image {
    width: 85px;
  }
  .cover-widget .cover-widget-detail h4 {
    font-size: 20px;
  }

  .follow-widget-box .inner-follow-widget .follow-profile {
    margin: -50px auto 0 auto;
    width: 75px;
  }
  .follow-widget-box .inner-follow-widget .follow-detail h4 {
    font-size: 20px;
  }

  .social-widget-content .activities-count {
    width: 100%;
  }
  .social-widget-content .connect-btn {
    width: 235px;
    margin: auto;
  }
  .social-widget-content .connect-btn .social-twitter {
    margin-top: 8px;
  }
  .social-widget-content .profile-contain .accept-section {
    padding: 30px 15px;
  }
  .social-widget-content .slider {
    margin: 0 12px 0;
  }
  .social-widget-content .parallax-header-image h2 {
    line-height: 44px;
  }
  .social-widget-content .parallax-header-image p {
    line-height: 22px;
  }
  .social-widget-content .parallax-header-image .site-content-title {
    padding: 15px 15px 44px 15px;
  }
  .social-widget-content .bottom-space {
    height: 0;
  }
}
/*---- END SOCIAL-WIDGET RESPONSIVE ----*/
/*----------------------------------------------

START MARKDOWN EDITOR

------------------------------------------------*/
.editor-toolbar.fullscreen,
.CodeMirror-fullscreen,
.editor-preview-side {
  z-index: 9999;
}

.editor-toolbar,
.CodeMirror {
  border-radius: 0;
}

.editor-statusbar {
  border: 1px solid #ddd;
  border-top: 0;
}

.editor-toolbar a.active,
.editor-toolbar a:hover {
  color: white !important;
  border-radius: 0;
}

.content p a {
  text-decoration: underline;
}

/*----------------------------------------------

END MARKDOWN EDITOR

------------------------------------------------*/
/*---- START JSGRID RESPONSIVE ----*/
@media (max-width: 479px) {
  .editor-toolbar a {
    margin: 3px 0;
  }

  .editor-statusbar span {
    min-width: 2em;
  }
}
/*---- END JSGRID RESPONSIVE ----*/
/*----------------------------------------------

START DASHBOARD

------------------------------------------------*/
.dashboard-v1 .content {
  margin: 0 0 20px 0;
}
.dashboard-v1 .dashboard-card-box {
  color: #ffffff;
}
.dashboard-v1 .dashboard-card-box p {
  padding-bottom: 0;
  font-size: 18px;
  line-height: 45px;
  font-weight: 700;
}
.dashboard-v1 .dashboard-card-box.card {
  margin-bottom: 25px;
}
.dashboard-v1 .dashboard-card-box span {
  font-size: 17px;
}
.dashboard-v1 .dashboard-card-box .card-block {
  padding: 22.4px 10px;
}
.dashboard-v1 .margin-bottom-card {
  margin-bottom: -25px;
  overflow: hidden;
}
.dashboard-v1 .weather-background-image {
  background: url("../../../assets/global/image/img_852x480.png");
  color: #ffffff;
  padding: 45px;
  background-size: 100% 100%;
  margin-bottom: 20px;
}
.dashboard-v1 .weather-background-image .weather-icon-center {
  font-size: 70px;
  padding-left: 70px;
}
.dashboard-v1 .weather-background-image .weather-icon-center .fa-spin {
  position: relative;
  left: -60px;
  top: -30px;
  animation: fa-spin 5s infinite linear;
}
.dashboard-v1 .weather-background-image .weather-icon-title i {
  font-size: 25px;
  margin: 26px 0;
}
.dashboard-v1 .weather-background-image .weather-icon-title h3 {
  display: inline-block;
  color: #ffffff;
  padding-left: 10px;
}
.dashboard-v1 .weather-background-image .weather-city h1 {
  color: #ffffff;
}
.dashboard-v1 .weather-background-image .weather-time h3 {
  color: #ffffff;
}
.dashboard-v1 .weather-background-image .weather-left-text {
  text-align: center;
  margin-top: 10px;
}
.dashboard-v1 .weather-background-image .weather-left-text h1 {
  font-size: 60px;
  color: #ffffff;
}
.dashboard-v1 .weather-background-image .weather-left-text span {
  font-size: 20px;
}
.dashboard-v1 .weather-background-image .weather-left-icon {
  text-align: center;
  margin-top: 12px;
}
.dashboard-v1 .weather-background-image .weather-left-icon i {
  font-size: 55px;
}
.dashboard-v1 .weather-background-image .weather-left-icon span {
  font-size: 17px;
}
.dashboard-v1 .weather-background-image .weather-days {
  padding: 0;
  text-align: center;
}
.dashboard-v1 .weather-background-image .weather-days li {
  display: inline-block;
  text-align: center;
  border-left: 1px solid #ffffff;
  padding: 0 6.9px;
}
.dashboard-v1 .weather-background-image .weather-days li:first-child {
  border-left: none;
}
.dashboard-v1 .weather-background-image .weather-days li h4 {
  color: #ffffff;
  text-shadow: 2px 2px 2px #333333;
}
.dashboard-v1 .weather-background-image .weather-days li i {
  font-size: 30px;
  text-shadow: 2px 2px 2px #333333;
}
.dashboard-v1 .weather-background-image .weather-days li span {
  font-size: 18px;
  display: block;
  text-shadow: 2px 2px 2px #333333;
}
.dashboard-v1 .social-icons-margin {
  margin-bottom: 20px;
  overflow: hidden;
}
.dashboard-v1 .social-section {
  overflow: hidden;
  padding: 10px;
}
.dashboard-v1 .social-section .social-text p {
  font-size: 35px;
  padding: 10px 0;
}
.dashboard-v1 .social-section .social-text span {
  font-size: 19px;
}
.dashboard-v1 .social-section .social-icon {
  font-size: 60px;
}
.dashboard-v1 .poll-height {
  height: 264px;
}
.dashboard-v1 .poll-height svg {
  width: 100%;
}
.dashboard-v1 .testimonial-box {
  padding: 38px;
}
.dashboard-v1 .data_widgets_block {
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 10px;
}
.dashboard-v1 .striped-progress-bar:last-child {
  margin-bottom: 0;
}
.dashboard-v1 .chart-height {
  height: 324px;
}
.dashboard-v1 .data_widgets_box .striped-progress-bar {
  padding: 9px;
}
.dashboard-v1 .clock-content {
  padding: 0;
}
.dashboard-v1 .clock-content .dashboard-header {
  padding: 20px;
}
.dashboard-v1 .clock-section {
  text-align: center;
  margin: 9px 0 0;
  color: #dddddd;
  overflow: auto;
  padding: 10px;
}
.dashboard-v1 .clock-section span {
  font-size: 40px;
}
.dashboard-v1 .clock-section p {
  font-size: 16px;
  padding-bottom: 0;
}
.dashboard-v1 .content-blockquote .dashboard-box {
  margin-top: 0;
  padding-top: 15px;
}
.dashboard-v1 .content-blockquote .dashboard-box .image-blockquote blockquote {
  padding: 15px 15px 7px 15px;
}
.dashboard-v1 .testimonial-dashboard-v1 .dashboard-box {
  margin-top: 0;
  padding-top: 15px;
}
.dashboard-v1 .overlay-box-shadow {
  margin-bottom: 20px;
}
.dashboard-v1 .dashboard-margin-bottom {
  margin-bottom: -20px;
}
.dashboard-v1 .data_widgets_box_block {
  margin-bottom: 0;
}
.dashboard-v1 .flower-icon-dashboard a {
  margin-right: 10px;
}
.dashboard-v1 .dashboard-card-margin {
  margin-bottom: 0;
}
.dashboard-v1 progress:last-child {
  margin-bottom: 16px;
}

.traffic-chart {
  position: relative;
  overflow: hidden;
}
.traffic-chart #rickshaw-realtime_y_axis {
  position: absolute;
  width: 40px;
  top: 0;
  bottom: 0;
  left: 0;
  margin-left: -4px;
  z-index: 1;
}
.traffic-chart #rickshaw-realtime_y_axis .y_ticks .tick text {
  fill: white;
}

/*----------------------------------------------

END DASHBOARD

------------------------------------------------*/
/*---- START DASHBOARD RESPONSIVE ----*/
@media (min-width: 1200px) and (max-width: 1833px) {
  .dashboard-v1 .weather-background-image {
    padding: 15px;
  }
  .dashboard-v1 .weather-background-image .weather-icon-center {
    font-size: 60px;
  }
  .dashboard-v1 .weather-background-image .weather-icon-title i {
    margin: 10px 0;
  }
  .dashboard-v1 .weather-background-image .weather-width {
    width: 50%;
  }
  .dashboard-v1 .weather-background-image .weather-day-width {
    width: 100%;
  }
  .dashboard-v1 .weather-background-image .weather-left-text {
    margin-bottom: 15px;
  }
  .dashboard-v1 .weather-background-image .weather-left-text h1 {
    font-size: 50px;
  }
  .dashboard-v1 .weather-background-image .weather-left-icon {
    margin-top: 20px;
  }
  .dashboard-v1 .weather-background-image .weather-left-icon i {
    font-size: 50px;
  }
  .dashboard-v1 .weather-background-image .weather-left-icon span {
    display: block;
  }
  .dashboard-v1 .weather-background-image .weather-days li {
    padding: 0 9.5px;
  }
}
@media (min-width: 1200px) and (max-width: 1670px) {
  .dashboard-v1 .data_widgets_block .data_widgets_box_block {
    width: 50%;
  }
  .dashboard-v1 .data_widgets_block .data_widgets_box .data_widgets_info {
    width: 120px;
  }
}
@media (max-width: 1366px) {
  .dashboard-v1 .dashboard-card-box .card-block {
    padding: 27px 0;
  }
  .dashboard-v1 .dashboard-card-box .card-block .fa-5x {
    font-size: 4em;
  }
  .dashboard-v1 .clock-section span {
    font-size: 30px;
  }
  .dashboard-v1 .clock-section p {
    font-size: 11px;
  }
  .dashboard-v1 .icon-plus-overlay .icon-overlay-text {
    padding: 10px;
  }
  .dashboard-v1 .widget-icon .icon-spacing {
    font-size: 14px;
  }
  .dashboard-v1 .widget-footer .site-btn {
    padding: 5px 10px;
  }
  .dashboard-v1 .content-blockquote .image-blockquote .img-blockquote {
    width: 155px;
  }
  .dashboard-v1 .content-blockquote .image-blockquote .img-blockquote img {
    margin-top: -40px;
  }
  .dashboard-v1 .content-blockquote .image-blockquote blockquote {
    padding: 40px 15px 7px 15px;
  }
}
@media (max-width: 1199px) {
  .dashboard-v1 .data_widgets_box .striped-progress-bar {
    padding: 4px 10px;
  }
  .dashboard-v1 .content-blockquote .alert-danger,
  .dashboard-v1 .content-blockquote .image-blockquote,
  .dashboard-v1 .content-blockquote .square-bracket-blockquote {
    margin-bottom: 0;
  }
  .dashboard-v1 .weather-background-image {
    padding: 15px;
  }
  .dashboard-v1 .content-blockquote .image-blockquote .img-blockquote {
    width: 200px;
  }
  .dashboard-v1 .content-blockquote .image-blockquote .img-blockquote img {
    margin-top: -80px;
  }
  .dashboard-v1 .dashboard-card-margin {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .dashboard-v1 .dashboard-card-box .card-block {
    padding: 10px;
  }
  .dashboard-v1 .weather-background-image .weather-days li {
    padding: 0 5px;
  }
}
@media (max-width: 767px) {
  .dashboard-v1 .weather-background-image {
    padding: 15px;
  }
  .dashboard-v1 .weather-background-image .weather-icon-center {
    font-size: 60px;
  }
  .dashboard-v1 .weather-background-image .weather-icon-title i {
    margin: 10px 0;
  }
  .dashboard-v1 .weather-background-image .weather-width {
    width: 50%;
  }
  .dashboard-v1 .weather-background-image .weather-day-width {
    width: 100%;
  }
  .dashboard-v1 .weather-background-image .weather-left-text {
    margin-bottom: 15px;
  }
  .dashboard-v1 .weather-background-image .weather-left-text h1 {
    font-size: 50px;
  }
  .dashboard-v1 .weather-background-image .weather-left-icon {
    margin-top: 20px;
  }
  .dashboard-v1 .weather-background-image .weather-left-icon i {
    font-size: 50px;
  }
  .dashboard-v1 .weather-background-image .weather-left-icon span {
    display: block;
  }
  .dashboard-v1 .weather-background-image .weather-days li {
    padding: 0 9.5px;
  }
  .dashboard-v1 .dashboard-card-box.card {
    margin-bottom: 15px;
  }
  .dashboard-v1 .dashboard-card-margin {
    margin-bottom: 15px;
  }
}
@media (max-width: 479px) {
  .dashboard-v1 .sparkline-compositeline canvas {
    height: 200px !important;
  }
  .dashboard-v1 .data_widgets_block {
    margin-top: 0;
  }
  .dashboard-v1 .dashboard-card-box.card {
    margin-bottom: 15px;
  }
  .dashboard-v1 .dashboard-card-box p {
    font-size: 16px;
  }
  .dashboard-v1 .dashboard-card-box span {
    font-size: 15px;
  }
  .dashboard-v1 .content-blockquote .image-blockquote .img-blockquote {
    width: 100px;
  }
  .dashboard-v1 .content-blockquote .image-blockquote .img-blockquote img {
    margin-top: -40px;
  }
  .dashboard-v1 .content-blockquote .image-blockquote blockquote {
    padding: 23px 15px 7px 15px;
  }
  .dashboard-v1 .weather-background-image .weather-city h1 {
    font-size: 28px;
  }
  .dashboard-v1 .weather-background-image .weather-time h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .dashboard-v1 .weather-background-image .weather-icon-center {
    font-size: 45px;
  }
  .dashboard-v1 .weather-background-image .weather-icon-center .fa-spin {
    left: -45px;
    top: -20px;
    margin-top: 30px;
  }
  .dashboard-v1 .weather-background-image .weather-icon-title i {
    margin: 0;
    font-size: 20px;
  }
  .dashboard-v1 .weather-background-image .weather-icon-title h3 {
    font-size: 20px;
  }
  .dashboard-v1 .weather-background-image .weather-left-text {
    margin-top: 0;
  }
  .dashboard-v1 .weather-background-image .weather-left-text h1 {
    font-size: 40px;
  }
  .dashboard-v1 .weather-background-image .weather-left-text span {
    font-size: 16px;
  }
  .dashboard-v1 .weather-background-image .weather-left-icon {
    margin-top: 10px;
  }
  .dashboard-v1 .weather-background-image .weather-left-icon i {
    font-size: 45px;
  }
  .dashboard-v1 .weather-background-image .weather-left-icon span {
    font-size: 16px;
  }
  .dashboard-v1 .weather-background-image .weather-days li {
    padding: 0 3px;
  }
  .dashboard-v1 .weather-background-image .weather-days li h4 {
    font-size: 16px;
  }
  .dashboard-v1 .weather-background-image .weather-days li i {
    font-size: 20px;
  }
  .dashboard-v1 .weather-background-image .weather-days li span {
    font-size: 15px;
  }
}
/*---- END DASHBOARD RESPONSIVE ----*/
/*----------------------------------------------

START DASHBOARD-V2-PAGE

------------------------------------------------*/
.dashboard-header {
  overflow: hidden;
}
.dashboard-header .dashboard-action {
  overflow: hidden;
  margin-top: 5px;
}
.dashboard-header .dashboard-action .right-action li {
  display: inline;
}

.inline-calendar .flatpickr-calendar {
  width: 100%;
}
.inline-calendar .flatpickr-rContainer {
  width: 100%;
}
.inline-calendar .flatpickr-days {
  width: 100%;
}
.inline-calendar .flatpickr-days .flatpickr-day {
  max-width: 15%;
}

.dashboard-box {
  margin-top: 15px;
  clear: both;
}

.contain-inner.dashboard-v2 {
  margin: 0 20px 20px 20px;
}

.contain-inner.dashboard-v2 .content {
  margin: 20px 0 0 0;
}
.contain-inner.dashboard-v2 .content.form-bootstrap-datetime {
  padding: 0;
  border-radius: 0;
}
.contain-inner.dashboard-v2 .content.dashboard-follow-content {
  padding: 20px 0 0 0;
}
.contain-inner.dashboard-v2 .content-timeline {
  margin: 0;
  padding: 0;
}
.contain-inner.dashboard-v2 .display-date {
  color: #ffffff;
  padding: 20px;
}
.contain-inner.dashboard-v2 .calender-icon {
  font-size: 68px;
  margin: auto;
  text-align: center;
  padding: 40px;
}
.contain-inner.dashboard-v2 .calender-icon i {
  color: #ffffff;
}
.contain-inner.dashboard-v2 .dashboard-calender table thead tr th {
  background: #ffffff;
  color: inherit;
}
.contain-inner.dashboard-v2 #datetimepicker12 .datepicker {
  width: 100%;
}
.contain-inner.dashboard-v2 #datetimepicker12 .timepicker {
  display: none;
}
.contain-inner.dashboard-v2 .chart-detail {
  margin-top: 15px;
}
.contain-inner.dashboard-v2 .chart-detail .circle-list-style {
  list-style-type: circle;
}
.contain-inner.dashboard-v2 .chart-detail .circle-list-style li {
  line-height: 20px;
}
.contain-inner.dashboard-v2 .chart-detail .circle-list-style .text-blue {
  color: #3366cc;
}
.contain-inner.dashboard-v2 .chart-detail .circle-list-style .text-light-green {
  color: #66aa00;
}
.contain-inner.dashboard-v2 .follow-widget-box .inner-follow-widget {
  padding: 0;
}
.contain-inner.dashboard-v2
  .follow-widget-box
  .inner-follow-widget
  .follow-profile {
  margin-top: 0;
}
.contain-inner.dashboard-v2 .follow-widget-box .social-icon-box {
  margin-top: 15px;
}
.contain-inner.dashboard-v2 .event-box {
  color: #ffffff;
  margin-top: 20px;
}
.contain-inner.dashboard-v2 .event-box .carousel-indicators li {
  cursor: pointer;
}
.contain-inner.dashboard-v2 .event-box .carousel-fade {
  margin-top: 0;
}
.contain-inner.dashboard-v2 .event-box .carousel-fade .carousel-inner {
  height: 300px;
}
.contain-inner.dashboard-v2 .event-box .carousel-fade .carousel-item {
  height: 300px;
  margin: auto;
  text-align: center;
}
.contain-inner.dashboard-v2
  .event-box
  .carousel-fade
  .carousel-item
  .carousel-inner-item {
  height: 270px;
}
.contain-inner.dashboard-v2 .event-box .carousel-fade .carousel-indicators {
  display: block;
}
.contain-inner.dashboard-v2 .event-box .contact-box {
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.contain-inner.dashboard-v2 .event-box .contact-box .contact-image {
  width: 90px;
  border: 5px solid rgba(255, 255, 255, 0.5);
}
.contain-inner.dashboard-v2 .event-box .contact-box .contact-data,
.contain-inner.dashboard-v2 .event-box .contact-box .contact-name {
  color: #ffffff;
}
.contain-inner.dashboard-v2 .event-box .contact-box .connect-btn a:hover,
.contain-inner.dashboard-v2 .event-box .contact-box .connect-btn a:focus {
  color: inherit;
}
.contain-inner.dashboard-v2 .dashboard-widget.widget-box {
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px;
  border: none;
}
.contain-inner.dashboard-v2 .dashboard-widget.widget-box span {
  color: #777777;
}
.contain-inner.dashboard-v2 .dashboard-widget.widget-box h4 {
  margin-bottom: 5px;
}
.contain-inner.dashboard-v2 .dashboard-widget.widget-box .search_ad {
  color: #ffffff;
  margin-right: 10px;
}
.contain-inner.dashboard-v2 .dashboard-widget.widget-box .product-icon {
  position: absolute;
  left: 0;
  top: 0;
  height: 70px;
  width: 80px;
  color: #ffffff;
  font-size: 26px;
  border-radius: 0px 0px 100px 0px;
  text-align: center;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  overflow: hidden;
}
.contain-inner.dashboard-v2 .dashboard-widget.widget-box .product-icon i {
  position: relative;
}
.contain-inner.dashboard-v2
  .dashboard-widget.widget-box
  .product-icon
  .product-hover {
  top: -50px;
  left: 8px;
  -moz-transition: top 0.5s ease 0s;
  -o-transition: top 0.5s ease 0s;
  -webkit-transition: top 0.5s ease 0s;
  transition: top 0.5s ease 0s;
}
.contain-inner.dashboard-v2
  .dashboard-widget.widget-box
  .product-icon
  .display-icon {
  -moz-transition: top 0.5s ease 0s;
  -o-transition: top 0.5s ease 0s;
  -webkit-transition: top 0.5s ease 0s;
  transition: top 0.5s ease 0s;
  top: 16px;
  left: -27px;
  opacity: 0.4;
}
.contain-inner.dashboard-v2
  .dashboard-widget:hover
  .product-icon
  i.product-hover {
  top: 14px;
}
.contain-inner.dashboard-v2
  .dashboard-widget:hover
  .product-icon
  i.display-icon {
  top: 75px;
}
.contain-inner.dashboard-v2
  #timeline
  .timeline-item
  .timeline-content
  .timeline-header {
  padding: 15px;
}
.contain-inner.dashboard-v2
  #timeline
  .timeline-item
  .timeline-content
  .timeline-header
  .timeline_title {
  line-height: 45px;
  font-size: 23px;
}
.contain-inner.dashboard-v2
  #timeline
  .timeline-item
  .timeline-content
  .timeline_date
  .day {
  font-size: 44px;
}
.contain-inner.dashboard-v2
  #timeline
  .timeline-item
  .timeline-content
  .timeline_date
  .week-day {
  font-size: 15px;
}
.contain-inner.dashboard-v2
  #timeline
  .timeline-item
  .timeline-content
  .timeline_date
  .month {
  font-size: 13px;
}
.contain-inner.dashboard-v2 .chart-height {
  height: 352px;
}

.parallax-header-image .site-content-title:after {
  background: none;
}

.parallax-right-btn button.flat-buttons {
  padding: 5px;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  text-align: center;
}
.parallax-right-btn button.flat-buttons:last-child {
  margin-right: 0;
}

.carousel-inner .connect-btn a.btn.flat-buttons {
  border: none;
}
.carousel-inner .connect-btn a.btn.flat-buttons:hover {
  border: none;
}

/*----------------------------------------------

END DASHBOARD-V2-PAGE

------------------------------------------------*/
/*---- START DASHBOARD-V2-PAGE RESPONSIVE ----*/
@media (max-width: 1366px) {
  .contain-inner.dashboard-v2 .event-box .carousel-fade .carousel-inner {
    height: 400px;
  }
  .contain-inner.dashboard-v2 .event-box .carousel-fade .carousel-item {
    height: 400px;
  }
  .contain-inner.dashboard-v2
    .event-box
    .carousel-fade
    .carousel-item
    .carousel-inner-item {
    height: 400px;
  }
  .contain-inner.dashboard-v2
    .content-pricing
    .round-pricing-table
    .circle-box
    .success-text
    .title-text {
    font-size: 26px;
  }
  .contain-inner.dashboard-v2
    .event-box
    .carousel-fade
    .carousel-inner
    .carousel-item
    .carousel-inner-item
    .content-event
    p {
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .contain-inner.dashboard-v2 .parallax-header-image h2 {
    line-height: 40px;
  }
  .contain-inner.dashboard-v2 .parallax-header-image p {
    line-height: 20px;
  }
  .contain-inner.dashboard-v2 .parallax-header-image .site-content-title {
    padding-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .contain-inner.dashboard-v2
    #timeline
    .timeline-item
    .timeline-content
    .timeline_date
    .week-day {
    font-size: 14px;
  }
  .contain-inner.dashboard-v2
    #timeline
    .timeline-item
    .timeline-content
    .timeline_date
    .month {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .dashboard-header .dashboard-action {
    margin-top: 1px;
  }

  .dashboard-xs-widget {
    margin-bottom: 25px;
  }

  .contain-inner.dashboard-v2 .calender-icon {
    padding: 25px;
    font-size: 52px;
  }
}
@media (max-width: 479px) {
  .contain-inner.dashboard-v2
    .event-box
    .carousel-fade
    .carousel-item
    .connect-btn
    .btn {
    margin-bottom: 10px;
  }
  .contain-inner.dashboard-v2 .connect-btn {
    width: 235px;
    margin: auto;
  }
  .contain-inner.dashboard-v2
    .content-pricing
    .round-pricing-table
    .circle-box
    .circle-detail
    .title-text {
    font-size: 23px;
  }
  .contain-inner.dashboard-v2
    .content-pricing
    .round-pricing-table
    .circle-box
    .circle-detail
    .description-text {
    font-size: 25px;
  }
  .contain-inner.dashboard-v2
    #timeline
    .timeline-item
    .timeline-content
    .timeline-header {
    padding: 10px;
  }
  .contain-inner.dashboard-v2
    #timeline
    .timeline-item
    .timeline-content
    .timeline-header
    .timeline_title {
    font-size: 18px;
    line-height: 35px;
  }
  .contain-inner.dashboard-v2
    #timeline
    .timeline-item
    .timeline-content
    .timeline_date
    .day {
    font-size: 30px;
  }
  .contain-inner.dashboard-v2
    #timeline
    .timeline-item
    .timeline-content
    .timeline_date
    .week-day {
    font-size: 13px;
    line-height: 15px;
  }
  .contain-inner.dashboard-v2
    #timeline
    .timeline-item
    .timeline-content
    .timeline_date
    .month {
    font-size: 12px;
    line-height: 15px;
  }
  .contain-inner.dashboard-v2 .connect-btn {
    width: 235px;
    margin: auto;
  }
  .contain-inner.dashboard-v2 .connect-btn .social-twitter {
    margin-top: 8px;
  }
  .contain-inner.dashboard-v2 .dashboard-xs-task {
    width: 100%;
  }
  .contain-inner.dashboard-v2 .chart-detail .circle-list-style li {
    width: 50%;
    float: left;
    text-align: center;
  }

  .contain-inner.dashboard-v2 .chart-height {
    height: 260px;
  }
}
@media (min-width: 1199px) and (max-width: 1670px) {
  .contain-inner.dashboard-v2 .xl-dashboard-v2 {
    width: 100%;
  }
  .contain-inner.dashboard-v2 .lg-dashboard-v2 {
    width: 50%;
  }
  .contain-inner.dashboard-v2 .event-box .carousel-fade .carousel-inner {
    height: 355px;
  }
  .contain-inner.dashboard-v2 .event-box .carousel-fade .carousel-item {
    height: 355px;
  }
  .contain-inner.dashboard-v2
    .event-box
    .carousel-fade
    .carousel-item
    .carousel-inner-item {
    height: 355px;
  }
  .contain-inner.dashboard-v2 .parallax-header-image h2 {
    line-height: 40px;
  }
  .contain-inner.dashboard-v2 .parallax-header-image p {
    line-height: 20px;
  }
  .contain-inner.dashboard-v2 .parallax-header-image .site-content-title {
    padding-bottom: 25px;
  }
  .contain-inner.dashboard-v2
    .event-box
    .carousel-fade
    .carousel-inner
    .carousel-item
    .carousel-inner-item
    .content-event
    p {
    text-align: center;
  }
}
/*---- END DASHBOARD-V2-PAGE RESPONSIVE ----*/
/*----------------------------------------------

START DASHBOARD-V3-PAGE

------------------------------------------------*/
#todo-list li {
  padding-left: 0;
}

.dashboard-v3 {
  margin: 20px 0;
}
.dashboard-v3 .box-dahsboard-v3 {
  padding: 20px;
  background: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px;
}
.dashboard-v3 .title-box {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 15px;
}
.dashboard-v3 .total-user {
  font-size: 32px;
  line-height: 50px;
  font-weight: 700;
}
.dashboard-v3 .top-arrow {
  vertical-align: top;
}
.dashboard-v3 .top-arrow i {
  position: relative;
  top: 7px;
}
.dashboard-v3 .content {
  margin: 20px 0 0 0;
}
.dashboard-v3 .stacked-chart {
  height: 185px;
}
.dashboard-v3 .setting-section {
  height: 313px;
  min-height: 313px;
}
.dashboard-v3 .widget-specing {
  margin: 20px 0 0 0;
}
.dashboard-v3 .message-profile textarea {
  height: 60px;
}
.dashboard-v3 .social-icon-slider .social-icon {
  padding: 16px 0 17px 0px;
}
.dashboard-v3 .last-widget-v3 {
  margin-bottom: 0;
}
.dashboard-v3 .testimonial-box.testimonial-background.warning-bg {
  background: #fae3c4;
  border-color: #f0ad4e;
}
.dashboard-v3
  .testimonial-box.testimonial-background.warning-bg
  .testimonial-center-image {
  border-color: #f0ad4e;
}
.dashboard-v3
  .testimonial-box.testimonial-background.warning-bg
  .testimonial-name
  h6 {
  color: #f0ad4e;
}
.dashboard-v3 .testimonial-box.testimonial-background.danger-bg {
  background: #f0b9b8;
  border-color: #d9534f;
}
.dashboard-v3
  .testimonial-box.testimonial-background.danger-bg
  .testimonial-center-image {
  border-color: #d9534f;
}
.dashboard-v3
  .testimonial-box.testimonial-background.danger-bg
  .testimonial-name
  h6 {
  color: #d9534f;
}
.dashboard-v3 .testimonial-box.testimonial-background.success-bg {
  background: #b5dfb5;
  border-color: #5cb85c;
}
.dashboard-v3
  .testimonial-box.testimonial-background.success-bg
  .testimonial-center-image {
  border-color: #5cb85c;
}
.dashboard-v3
  .testimonial-box.testimonial-background.success-bg
  .testimonial-name
  h6 {
  color: #5cb85c;
}
.dashboard-v3 .widget-content {
  padding: 22px 20px;
}
.dashboard-v3 .accept-section {
  border: none;
  padding: 45px 15px;
}
.dashboard-v3 .accept-section .profile-accept {
  width: 125px;
  margin: auto;
}
.dashboard-v3 .accept-section .profile-accept img {
  border: 5px solid rgba(255, 255, 255, 0.5);
}
.dashboard-v3 .accept-section h5 {
  color: #ffffff;
}
.dashboard-v3 .accept-section h6 {
  color: #ffffff;
}
.dashboard-v3 .accept-section .accept-btn {
  background: #ffffff;
  margin-top: 10px;
  padding: 5px 10px;
}
.dashboard-v3 .message-page .message-rightbar {
  padding: 0;
}
.dashboard-v3 .message-page .message-rightbar .chat-input {
  width: 95%;
}
.dashboard-v3 .message-page .chat-image {
  width: 100%;
}
.dashboard-v3 .todo_main .todo_block {
  margin-bottom: 0;
}
.dashboard-v3 .peak-circle {
  height: 350px;
}
.dashboard-v3 .ct-series-a .ct-slice-pie,
.dashboard-v3 .ct-series-a .ct-area {
  fill: #f12b2f;
}
.dashboard-v3 .ct-series-a .ct-point,
.dashboard-v3 .ct-series-a .ct-line,
.dashboard-v3 .ct-series-a .ct-bar,
.dashboard-v3 .ct-series-a .ct-slice-donut {
  stroke: #f12b2f;
}
.dashboard-v3 .ct-line {
  stroke-width: 2px;
}
.dashboard-v3 .smil-animation {
  height: 190px;
}
.dashboard-v3 #todo-list li {
  padding-bottom: 12px;
}
.dashboard-v3 #todo-list li:last-child {
  padding-bottom: 0;
}

.divider20 {
  height: 20px;
}

.contain-inner {
  margin: 20px;
}

/*---- START RESPONSIVE ----*/
@media (min-width: 1200px) and (max-width: 1600px) {
  .boxes-section-v3 {
    margin-bottom: -15px;
    display: table;
    width: 100%;
  }
  .boxes-section-v3 .boxes-xl {
    width: 50%;
    margin-bottom: 15px;
  }

  .dashboard-v3 .message-page .message-rightbar .chat-input {
    width: 93%;
  }
}
@media (max-width: 1199px) {
  .dashboard-v3 .message-page .message-rightbar .chat-input {
    width: 94%;
  }
  .dashboard-v3 .table-responsive .table {
    margin-bottom: 0;
  }
  .dashboard-v3 .boxes-section-v3 {
    margin-bottom: -20px;
    display: table;
    width: 100%;
  }
  .dashboard-v3 .boxes-section-v3 .boxes-xl {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .dashboard-v3 .widget-box {
    width: 48%;
    float: left;
    margin-right: 15px;
    margin-bottom: 0;
  }
  .dashboard-v3 .last-widget-v3 {
    margin-right: 0px;
    float: right;
  }
  .dashboard-v3 .mobile-md {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .dashboard-v3 .mobile-md:nth-child(3),
  .dashboard-v3 .mobile-md:nth-child(3) {
    margin-bottom: 0;
  }
  .dashboard-v3 .counter-section {
    margin-bottom: -15px;
    display: table;
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .dashboard-v3 .total-user {
    font-size: 23px;
  }
  .dashboard-v3 .activities-profile .right-activities-profile h5 {
    font-size: 17px;
    line-height: 27px;
  }
  .dashboard-v3 .message-page .message-rightbar .chat-input {
    width: 93%;
  }
}
@media (max-width: 767px) {
  .dashboard-v3 .bottom-space {
    height: 0;
  }
  .dashboard-v3 .activities-profile .right-activities-profile h5 {
    font-size: 17px;
    line-height: 27px;
  }
  .dashboard-v3 .message-page .message-rightbar .chat-input {
    width: 91%;
  }
}
@media (max-width: 479px) {
  .dashboard-v3 .total-user {
    font-size: 26px;
  }
  .dashboard-v3 .widget-box {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .dashboard-v3 .last-widget-v3 {
    margin-bottom: 0;
  }
  .dashboard-v3 .peak-circle {
    height: 250px;
  }
  .dashboard-v3 .icr-text {
    font-size: 12px;
    padding-left: 3px;
  }
  .dashboard-v3 .message-page .message-rightbar .chat-input {
    width: 85%;
  }
  .dashboard-v3 .widget-box {
    margin-bottom: 20px;
  }
  .dashboard-v3 .last-widget-v3 {
    margin-bottom: 0;
  }
  .dashboard-v3 .bottom-space {
    height: 0;
  }

  #todo-list li .checkbox-squared > input {
    margin-right: 5px;
  }
  #todo-list li .checkbox-squared > span {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 11em;
  }
}
/*---- END RESPONSIVE ----*/
/*---- START SPARKLINE CHART RESPONSIVE ----*/
@media (min-width: 575px) and (max-width: 767px) {
  .sparkline-chart-section .divider-xs-spacing {
    clear: inherit;
  }
  .sparkline-chart-section .sparkline-mobile {
    margin-bottom: 15px;
  }
  .sparkline-chart-section .divider-lg-spacing {
    clear: both;
    height: 25px;
  }
}
/*---- END SPARKLINE CHART RESPONSIVE ----*/
/*----------------------------------------------

START CHARTIST

------------------------------------------------*/
.chartist-page .chartist-height {
  height: 310px;
  padding: 5px 0px;
  border: 1px solid #dfdfdf;
}

/*----------------------------------------------

END CHARTIST

------------------------------------------------*/
/*----------------------------------------------

START COOKIE-PAGE

------------------------------------------------*/
.cookie-message {
  top: auto;
  bottom: 0;
  padding: 0 95px 0 20px;
  z-index: 999;
  border: none;
}
.cookie-message p {
  color: #ffffff;
  font-size: 13px;
  padding: 0;
  line-height: 35px;
  position: relative;
}
.cookie-message p .cookie-learn {
  position: relative;
  color: #ffffff;
  text-decoration: underline;
  font: inherit;
  right: auto;
}
.cookie-message .close-cookie {
  margin-top: 15px;
  cursor: pointer;
}

/*----------------------------------------------

END COOKIE-PAGE

------------------------------------------------*/
/*---- START COOKIE-PAGE RESPONSIVE ----*/
@media (max-width: 767px) {
  .cookie-message {
    padding: 0 20px;
  }
  .cookie-message a {
    right: auto;
  }
  .cookie-message .close-cookie {
    text-align: center;
    width: 100%;
    position: relative;
    right: 0;
    margin: 5px 0 15px 0;
  }
}
/*---- END COOKIE-PAGE RESPONSIVE ----*/
/*----------------------------------------------

START COOKIE-PAGE

------------------------------------------------*/
.nav-menu-icon .cookie-consent-2.cookie-message {
  width: calc(100% - 70px);
}

body.nav-menu-hide .cookie-consent-2.cookie-consent-2 {
  width: 100%;
}

.cookie-consent-2.cookie-message {
  left: auto;
  width: calc(100% - 250px);
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/*----------------------------------------------

END COOKIE-PAGE

------------------------------------------------*/
/*---- START COOKIE-PAGE RESPONSIVE ----*/
@media (max-width: 991px) {
  .cookie-consent-2.cookie-message {
    width: calc(100% - 70px);
  }

  .cookie-message p {
    font-weight: normal;
    line-height: 22px;
  }
}
/*---- END COOKIE-PAGE RESPONSIVE ----*/
/*----------------------------------------------

START GANTT-CHART-PAGE

------------------------------------------------*/
.gantt-header,
.gantt-side,
.gantt-task {
  z-index: 0;
}

.gantt-chart-content .col-date-range {
  float: left;
  width: 33.3%;
  padding: 0 15px;
}
.gantt-chart-content .col-md-date-range {
  width: 66.666667%;
  float: left;
  padding: 0 15px;
}
.gantt-chart-content .form-group {
  margin-bottom: 15px;
}
.gantt-chart-content .form-group .form-group {
  margin-bottom: 0;
}
.gantt-chart-content .form-group label {
  line-height: 30px;
}
.gantt-chart-content .form-group .dropdown-menu.datepicker table th {
  text-align: center;
}
.gantt-chart-content .form-group .dropdown-menu.datepicker table button {
  text-align: center;
}
.gantt-chart-content
  .form-group
  .dropdown-menu.datepicker
  .btn.btn-default.pull-left
  i:before {
  content: "<";
  font-size: 20px;
  color: #ffffff;
  vertical-align: middle;
}
.gantt-chart-content
  .form-group
  .dropdown-menu.datepicker
  .btn.btn-default.pull-right
  i:before {
  content: ">";
  font-size: 20px;
  color: #ffffff;
  vertical-align: middle;
}
.gantt-chart-content
  .form-group
  .dropdown-menu.datepicker
  .btn.btn-default
  strong {
  color: #ffffff;
}
.gantt-chart-content .form-group .form-control {
  padding: 6px;
  line-height: 21px;
}
.gantt-chart-content .form-group .btn {
  padding: 6px;
  width: 100%;
  text-align: left;
  line-height: 21px;
  position: relative;
}
.gantt-chart-content .form-group .gantt-chart-btn {
  width: 49%;
  text-align: center;
}
.gantt-chart-content .form-group .gantt-chart-btn.btn-with-input {
  float: left;
}
.gantt-chart-content .form-group .gantt-chart-btn3 {
  width: 32.3%;
  text-align: center;
}
.gantt-chart-content .form-group .row-index-input {
  width: 65%;
}
.gantt-chart-content .form-group .caret {
  float: right;
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  position: absolute;
  right: 7px;
  top: 15px;
}
.gantt-chart-content .form-group .input-spacing {
  margin-right: 6px;
}
.gantt-chart-content .gantt-row-milestone {
  color: #ffffff;
}

.col-md-date-range .btn {
  border-radius: 0;
  background-color: #ffffff;
}

.rounded-admin .gantt-chart-content .btn.btn-secondary {
  border-radius: 0;
}

/*----------------------------------------------

END GANTT-CHART-PAGE

------------------------------------------------*/
/*---- START GANTT-CHART-PAGE RESPONSIVE ----*/
@media (min-width: 1200px) and (max-width: 1770px) {
  .gantt-chart-content .xl-options {
    width: 50%;
  }
  .gantt-chart-content .form-group .gantt-chart-btn3 {
    width: 49%;
  }
  .gantt-chart-content .form-group .xs-gantt-btn {
    margin-top: 5px;
  }
  .gantt-chart-content .form-group .row-index-input {
    width: 50%;
  }
  .gantt-chart-content .form-group .input-spacing {
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .gantt-chart-content .col-date-range {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .gantt-chart-content .col-md-date-range {
    width: 100%;
  }
  .gantt-chart-content .form-group .gantt-chart-btn.chart-date {
    width: 100%;
    float: none;
  }
  .gantt-chart-content .form-group .gantt-chart-btn.chart-date:first-child {
    margin-bottom: 10px;
  }
  .gantt-chart-content .clear-form {
    clear: both;
  }
}
@media (max-width: 479px) {
  .gantt-chart-content .form-group .xs-gantt-btn {
    margin-top: 5px;
  }
  .gantt-chart-content .form-group .gantt-chart-btn3 {
    width: 49%;
  }
  .gantt-chart-content .form-group .input-spacing {
    margin-right: 0;
  }
  .gantt-chart-content .form-group .row-index-input {
    width: 50%;
  }
}
/*---- END GANTT-CHART-PAGE RESPONSIVE ----*/
/*----------------------------------------------

START ORDER

------------------------------------------------*/
.content-order .table td,
.content-order .table th {
  vertical-align: middle;
}
.content-order .table td .site-btn,
.content-order .table th .site-btn {
  margin-top: 0;
}
.content-order .dataTables_filter,
.content-order .dataTables_length {
  display: none;
}
.content-order .site-search {
  font-size: 15px;
  padding: 8px 20px;
  color: #ffffff !important;
  line-height: 17px;
}
.content-order .form-group {
  display: table;
  width: 100%;
}
.content-order .form-group .price-input {
  width: 47%;
}
.content-order .open-userlist-section {
  padding: 15px;
}
.content-order .filter-search {
  padding-top: 8px;
}
.content-order .filter-search .type_checkbox {
  margin: 2px 8px 0px 0;
}
.content-order .overlay-userlistNav {
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) -2px 0 4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) -2px 0 4px;
  box-shadow: rgba(0, 0, 0, 0.2) -2px 0 4px;
}
.content-order .overlay-userlistNav .closeUserlist {
  color: #087380;
  right: 5px;
  top: -5px;
}
.content-order .dataTable .order-description {
  max-width: 700px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content-order .dataTable tfoot tr th input {
  width: 90%;
  font-weight: normal;
}
.content-order .dataTable tfoot .first-search input {
  display: none;
}
.content-order .dataTable thead tr th:first-child,
.content-order .dataTable thead tr td:first-child,
.content-order .dataTable tbody tr th:first-child,
.content-order .dataTable tbody tr td:first-child {
  width: 40px !important;
}
.content-order .dataTable thead tr th:last-child,
.content-order .dataTable thead tr td:last-child,
.content-order .dataTable tbody tr th:last-child,
.content-order .dataTable tbody tr td:last-child {
  max-width: 100px;
}
.content-order .icr-label {
  margin: 0 5px 1px 0;
}
.content-order .site-btn {
  margin-top: 2px;
}

.icr-item {
  background-color: #ffffff;
}

.date-icon {
  cursor: pointer;
}

.flatpickr-day {
  border-radius: 0;
}

/*----------------------------------------------

END ORDER

------------------------------------------------*/
/*---- START ORDER RESPONSIVE ----*/
@media (min-width: 1200px) and (max-width: 1600px) {
  .content-order .dataTable .order-description {
    max-width: 435px !important;
  }
}
@media (max-width: 1366px) {
  .content-order .dataTable tfoot tr th input {
    width: auto;
  }
}
@media (max-width: 1199px) {
  .content-order table.dataTable > tbody > tr.child span.dtr-title {
    min-width: 100px;
  }
  .content-order .order-lg-clearfix {
    clear: both;
  }
}
@media (max-width: 767px) {
  .content-order .order-mobile-md {
    margin: 0;
  }

  .content-order .overlay-userlistNav .closeUserlist {
    top: 0;
  }
}
/*---- END ORDER RESPONSIVE ----*/
/*----------------------------------------------

START FILE-MANAGER PAGE STYLE

------------------------------------------------*/
/* START FILE MANAGER ROUND CSS */
.rounded-admin .fm-header.file_manager_nav .buttons-panel button.flat-buttons {
  border-radius: 0px;
}
.rounded-admin
  .wrapper
  .file_manager_page
  .fm-container
  .fm-preview
  .fm-preview-toolbar
  button.flat-buttons {
  border-radius: 0;
}
.rounded-admin
  .wrapper
  .file_manager_page
  .fm-container
  .fm-preview
  .fm-preview-viewer
  .preview_tools {
  border-radius: 0;
}
.rounded-admin
  .wrapper
  .file_manager_page
  .fm-container
  .fm-preview
  .fm-btn-clipboard {
  height: 25px;
  width: 23px;
}
.rounded-admin .wrapper .file_manager_page .fm-container .search-box input {
  border-radius: 0;
}
.rounded-admin
  .fm-popup.alertify
  .dialog
  [data-alertify-btn-holder]
  [data-alertify-btn]:not(.btn):not(.pure-button):not(.md-button):not(
    .mdl-button
  ) {
  border-radius: 0;
}
.rounded-admin
  .fm-popup.alertify
  .dialog
  input[data-alertify-input]:not(.form-control) {
  border-radius: 0;
}
.rounded-admin .alertify-logs .success[data-alertify-log-msg],
.rounded-admin .alertify-logs .error[data-alertify-log-msg] {
  border-radius: 0;
}
.rounded-admin
  .file_manager_page
  .fm-container
  .fm-preview
  .fm-btn-clipboard::before {
  font-size: 17px;
  line-height: 26px;
}

/* START FILE MANAGER ROUND CSS*/
.fm-container input,
.fm-container button {
  vertical-align: top;
}

.file_manager_page .fm-container {
  background: #ffffff;
  padding: 0 10px;
}
.file_manager_page .fm-container * {
  font-family: "Roboto", sans-serif;
}
.file_manager_page .fm-container i {
  font-family: "ElegantIcons";
}
.file_manager_page .fm-container .fm-header .file_manager_nav {
  border: 1px solid #dedcdc;
  width: 100%;
  padding: 5px 10px 0 10px;
}
.file_manager_page .fm-container .fm-header .current-path {
  width: 50%;
}
.file_manager_page .fm-container .fm-header .buttons-panel {
  width: 50%;
}
.file_manager_page .fm-container .fm-header .current-path > h1 {
  color: #333333;
  margin-top: 18px;
  font-size: 12px;
  margin-left: 0;
}
.file_manager_page .fm-container .fm-header .fm-btn-level-up,
.file_manager_page .fm-container .fm-header .fm-btn-home,
.file_manager_page .fm-container .fm-header .fm-uploader {
  float: left;
}
.file_manager_page .fm-container .fm-header .viewmode-controls,
.file_manager_page .fm-container .fm-header .fm-btn-list {
  float: right;
}
.file_manager_page .fm-container .fm-header button {
  color: #ffffff;
}
.file_manager_page .fm-container .fm-header button.active {
  background: #0f5b00;
  color: #ffffff;
  border-style: solid;
}
.file_manager_page .fm-container .fm-header .button-group button {
  width: 95px;
  padding: 0;
  text-align: center;
  min-height: 60px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.file_manager_page .fm-container .fm-header .button-group button i {
  height: 20px;
  line-height: 20px;
  display: block;
}
.file_manager_page .fm-container .fm-header .button-group button:hover i {
  height: 20px;
  display: block;
}
.file_manager_page
  .fm-container
  .fm-header
  .button-group
  button:hover
  i.arrow_left {
  line-height: 21px;
}
.file_manager_page .fm-container .fm-header .fm-btn-level-up span {
  background-image: none;
  padding: 0;
  margin-top: -4px;
  line-height: 24px;
}
.file_manager_page .fm-container .fm-header .fm-btn-level-up i {
  font-size: 16px;
  line-height: 23px;
}
.file_manager_page .fm-container .fm-header .fm-btn-home span {
  background-image: none;
  padding: 0;
  margin-top: -2px;
}
.file_manager_page .fm-container .fm-header .fm-btn-home i {
  font-size: 16px;
  line-height: 16px;
}
.file_manager_page .fm-container .fm-header .fm-upload span {
  background-image: none;
  padding: 0;
  margin-top: -2px;
}
.file_manager_page .fm-container .fm-header .fm-upload i {
  font-size: 16px;
  line-height: 16px;
}
.file_manager_page .fm-container .fm-header .fm-btn-create-folder span {
  background-image: none;
  padding: 0;
  margin-top: -2px;
}
.file_manager_page .fm-container .fm-header .fm-btn-create-folder i {
  font-size: 16px;
  line-height: 16px;
}
.file_manager_page .fm-container .fm-header .fm-btn-grid span {
  background-image: none;
  padding: 0;
  margin-top: -2px;
}
.file_manager_page .fm-container .fm-header .fm-btn-grid span i {
  font-size: 16px;
  line-height: 16px;
}
.file_manager_page .fm-container .fm-header .fm-btn-list span {
  background-image: none;
  padding: 0;
  margin-top: -2px;
}
.file_manager_page .fm-container .fm-fileinfo {
  background: #ffffff;
  border: 1px dashed #c1bcbc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.file_manager_page .fm-container .fm-fileinfo .grid-icon.ico_folder_parent {
  background-image: url(../../../assets/global/image/back.png);
  margin-top: 23px;
}
.file_manager_page .fm-container .fm-filetree {
  background: #eeeeee;
  border: 1px solid #dedcdc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  color: #777777;
}
.file_manager_page .fm-container .fm-filetree li {
  margin: 5px 0;
}
.file_manager_page .fm-container .fm-filetree li a:hover {
  background-color: transparent;
}
.file_manager_page .fm-container .fm-footer {
  margin-bottom: 7px;
}
.file_manager_page .fm-container .search-box input {
  background: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.file_manager_page .fm-container .search-box input:focus {
  background: #ffffff;
}
.file_manager_page .fm-container .search-box .search-box-reset {
  top: 11px;
  background: none;
  font-size: 17px;
  font-weight: 700;
}
.file_manager_page .fm-container .search-box .search-box-reset:before {
  content: "\4d";
  font-family: "ElegantIcons";
}
.file_manager_page .fm-container #folder-info {
  color: #777777;
}
.file_manager_page .fm-container #summary {
  background-image: none;
  color: #777777;
}
.file_manager_page .fm-container #summary:before {
  content: "\72";
  font-family: "ElegantIcons";
}
.file_manager_page .fm-container .view-items .grid li {
  width: 110px;
  height: 130px;
  border: 1px solid #dedcdc;
  padding: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.file_manager_page .fm-container .view-items .grid p {
  margin-bottom: 0;
  padding-bottom: 0;
  color: #087380;
}
.file_manager_page .fm-container .view-items .ui-selected {
  color: #777777;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: #eeeeee;
}
.file_manager_page .fm-container .context-menu-item {
  margin: 0;
}
.file_manager_page .fm-container .context-menu-item span {
  margin-left: 20px;
}
.file_manager_page .fm-container .context-menu-item.context-menu-hover {
  background: #dedcdc;
  color: #333333;
}
.file_manager_page .fm-container .context-menu-item.rename:before {
  background-image: none;
  content: "\e07b";
  font-family: "ElegantIcons";
  font-size: 14px;
  line-height: 30px;
  color: #777777;
}
.file_manager_page .fm-container .context-menu-item.move:before {
  background-image: none;
  content: "\e05e";
  font-family: "ElegantIcons";
  font-size: 14px;
  line-height: 30px;
  color: #777777;
}
.file_manager_page .fm-container .context-menu-item.delete:before {
  background-image: none;
  content: "\e07d";
  font-family: "ElegantIcons";
  font-size: 14px;
  line-height: 30px;
  color: #777777;
}
.file_manager_page .fm-container .context-menu-item.download:before {
  background-image: none;
  content: "\e092";
  font-family: "ElegantIcons";
  font-size: 14px;
  line-height: 30px;
  color: #777777;
}
.file_manager_page .fm-container .context-menu-item.select:before {
  background-image: none;
  content: "\4e";
  font-family: "ElegantIcons";
  font-size: 14px;
  line-height: 30px;
  color: #777777;
}
.file_manager_page
  .fm-container
  .context-menu-item.context-menu-separator:before {
  display: none;
}
.file_manager_page
  .fm-container
  .context-menu-item.context-menu-separator
  span {
  display: none;
}
.file_manager_page .fm-container .context-menu-list {
  background: #f1f1f1;
  border-color: #dedcdc;
  padding: 0;
}
.file_manager_page .fm-container .fm-preview iframe {
  width: 100%;
}
.file_manager_page .fm-container .fm-preview .fm-preview-toolbar {
  margin-top: 0;
}
.file_manager_page .fm-container .fm-preview .fm-preview-toolbar button {
  padding: 5px 10px;
  border-radius: 0;
}
.file_manager_page .fm-container .fm-preview .fm-btn-clipboard {
  background: none;
  width: 30px;
  height: 30px;
}
.file_manager_page .fm-container .fm-preview .fm-btn-clipboard:before {
  content: "\69";
  font-family: "ElegantIcons";
  font-size: 20px;
  line-height: 35px;
  color: #ffffff;
}
.file_manager_page
  .fm-container
  .fm-preview
  .fm-preview-details
  .data-preview-title {
  color: #087380;
}
.file_manager_page .fm-container .fm-preview .fm-preview-viewer {
  margin: 0;
}
.file_manager_page .fm-container .fm-preview .fm-preview-viewer img {
  max-width: 100%;
}
.file_manager_page .fm-container .fm-preview .fm-preview-viewer .preview_block {
  position: relative;
}
.file_manager_page .fm-container .fm-preview .fm-preview-viewer .preview_tools {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #0f5b00;
  padding: 5px;
}
.file_manager_page .fm-container .fm-preview .fm-preview-details {
  margin: 0;
  width: 100%;
}
.file_manager_page
  .fm-container
  .fm-preview
  .fm-preview-details
  table
  thead
  th {
  background: transparent;
}
.file_manager_page
  .fm-container
  .fm-preview
  .fm-preview-details
  table
  tbody
  td {
  padding: 10px 15px;
  color: #777777;
}
.file_manager_page
  .fm-container
  .fm-preview
  .fm-preview-details
  table.table-bordered {
  border-color: #dedcdc;
}
.file_manager_page
  .fm-container
  .fm-preview
  .fm-preview-details
  table.table-bordered
  th,
.file_manager_page
  .fm-container
  .fm-preview
  .fm-preview-details
  table.table-bordered
  td {
  border-color: #dedcdc;
}
.file_manager_page
  .fm-container
  .fm-preview
  .fm-preview-details
  table.table-bordered
  th {
  border-bottom: none;
}
.file_manager_page .fm-container #parentfolder span {
  background-image: none;
  color: #ffffff;
  padding-left: 0;
}
.file_manager_page .fm-container #parentfolder span:before {
  content: "\4a";
  font-family: "ElegantIcons";
  font-size: 14px;
  margin-right: 5px;
}
.file_manager_page .fm-container #download span {
  background-image: none;
  color: #ffffff;
  padding-left: 0;
}
.file_manager_page .fm-container #download span:before {
  content: "\e092";
  font-family: "ElegantIcons";
  font-size: 14px;
  margin-right: 5px;
}
.file_manager_page .fm-container #rename span {
  background-image: none;
  color: #ffffff;
  padding-left: 0;
}
.file_manager_page .fm-container #rename span:before {
  content: "\e07b";
  font-family: "ElegantIcons";
  font-size: 14px;
  margin-right: 5px;
}
.file_manager_page .fm-container #move span {
  background-image: none;
  color: #ffffff;
  padding-left: 0;
}
.file_manager_page .fm-container #move span:before {
  content: "\e05e";
  font-family: "ElegantIcons";
  font-size: 14px;
  margin-right: 5px;
}
.file_manager_page .fm-container #delete span {
  background-image: none;
  color: #ffffff;
  padding-left: 0;
}
.file_manager_page .fm-container #delete span:before {
  content: "\e07d";
  font-family: "ElegantIcons";
  font-size: 14px;
  margin-right: 5px;
}
.file_manager_page .fm-container #replace span {
  background-image: none;
  color: #ffffff;
  padding-left: 0;
}
.file_manager_page .fm-container #replace span:before {
  content: "\2a";
  font-family: "ElegantIcons";
  font-size: 14px;
  margin-right: 5px;
}
.file_manager_page .fm-container .hidden-file-input {
  display: none;
}
.file_manager_page .fm-container .fm-preview-title #main-title {
  margin: 0;
}
.file_manager_page .fm-container .fm-preview-title #main-title span {
  color: #087380;
  font-size: 20px;
  line-height: 47px;
  margin-left: 10px;
}
.file_manager_page .fm-container .view-items .list th.sorted-asc,
.file_manager_page .fm-container .view-items .list th.sorted-desc {
  background: #0f5b00;
}
.file_manager_page .fm-container .view-items .list th span {
  color: #ffffff;
}
.file_manager_page .fm-container .list-header-color {
  color: #ffffff;
}
.file_manager_page .mCSB_scrollTools .mCSB_buttonDown,
.file_manager_page .mCSB_scrollTools .mCSB_buttonLeft,
.file_manager_page .mCSB_scrollTools .mCSB_buttonRight,
.file_manager_page .mCSB_scrollTools .mCSB_buttonUp {
  background-image: none;
}
.file_manager_page .mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 0;
}
.file_manager_page
  .mCSB_scrollTools.mCSB_scrollTools_horizontal
  a
  + .mCSB_draggerContainer {
  margin: 0;
}
.file_manager_page
  .mCSB_scrollTools.mCSB_scrollTools_horizontal
  .mCSB_dragger:hover
  .mCSB_dragger_bar {
  height: 10px;
  transition: all 0.4s ease;
}
.file_manager_page
  .mCSB_scrollTools.mCSB_scrollTools_vertical
  .mCSB_dragger:hover
  .mCSB_dragger_bar {
  width: 10px;
  transition: all 0.4s ease;
}
.file_manager_page
  .mCS-inset-2-dark.mCSB_scrollTools
  .mCSB_dragger
  .mCSB_dragger_bar,
.file_manager_page
  .mCS-inset-3-dark.mCSB_scrollTools
  .mCSB_dragger
  .mCSB_dragger_bar,
.file_manager_page
  .mCS-inset-dark.mCSB_scrollTools
  .mCSB_dragger
  .mCSB_dragger_bar {
  background-color: #aaaaaa;
}
.file_manager_page
  .mCS-inset-2-dark.mCSB_scrollTools
  .mCSB_dragger:hover
  .mCSB_dragger_bar,
.file_manager_page
  .mCS-inset-3-dark.mCSB_scrollTools
  .mCSB_dragger:hover
  .mCSB_dragger_bar,
.file_manager_page
  .mCS-inset-dark.mCSB_scrollTools
  .mCSB_dragger:hover
  .mCSB_dragger_bar {
  background-color: #999;
}
.file_manager_page .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border: none;
}

#toolbarContainer {
  background: #0f5b00;
  background-image: none;
}

#summary-popup table.table {
  margin-bottom: 0;
}
#summary-popup table td,
#summary-popup table th {
  border-color: #dedcdc;
}

.alertify .dialog [data-alertify-msg] {
  padding-bottom: 0;
}

.fm-popup.alertify {
  font-family: "Roboto", sans-serif;
}
.fm-popup.alertify .dialog > * {
  background: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px;
  margin: 20px;
  padding: 20px;
  overflow: hidden;
}
.fm-popup.alertify .dialog input[data-alertify-input]:not(.form-control) {
  padding: 5px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.fm-popup.alertify .fm-fileupload-container #total-progress {
  height: 3px;
}
.fm-popup.alertify .fm-fileupload-container h2 {
  line-height: 25px;
  margin-bottom: 5px;
}
.fm-popup.alertify
  .dialog
  [data-alertify-btn-holder]
  [data-alertify-btn]:not(.btn):not(.pure-button):not(.md-button):not(
    .mdl-button
  ) {
  color: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  margin-left: 5px;
}
.fm-popup.alertify div.prompt-info {
  background-image: none;
  padding-left: 0;
  line-height: 18px;
}
.fm-popup.alertify div.prompt-info:before {
  content: "\74";
  font-family: "ElegantIcons";
  margin-right: 5px;
}
.fm-popup.alertify #summary-popup .title {
  font-size: 15px;
}
.fm-popup .content {
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.fm-popup .dropzone-wrapper {
  border: 1px solid #dedcdc;
  margin-top: 0;
}
.fm-popup .dropzone .default-message {
  margin: 80px 0;
}
.fm-popup .dropzone .item-progress {
  display: none;
}
.fm-popup .dropzone .upload-item.added .actions .button-start {
  display: none;
}
.fm-popup .dropzone .upload-item.error .actions .button-info {
  display: none;
}
.fm-popup .dropzone .upload-item.error .actions .button-remove img {
  border: 1px solid #d9534f;
}
.fm-popup .dropzone .upload-item.error .preview.file-preview .image {
  border: 1px solid #d9534f;
  background: #f0b9b8;
}
.fm-popup .dropzone .upload-item.error .preview.file-preview .details {
  top: 0;
}
.fm-popup .dropzone .upload-item .actions .button-remove img {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 99;
  background: #f1f1f1;
  border: 1px solid #5cb85c;
  padding: 5px;
}
.fm-popup .dropzone .upload-item .preview .details .filename span {
  background: none;
}
.fm-popup .dropzone .upload-item .preview .details .filename:hover span {
  background: none;
  border: none;
}
.fm-popup .dropzone .upload-item .preview .details .size span {
  background: none;
}
.fm-popup .dropzone .upload-item .preview .image {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.fm-popup .dropzone .upload-item .preview.file-preview .image {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: #b5dfb5;
  border: 1px solid #5cb85c;
}
.fm-popup .dropzone .upload-item .preview.file-preview .details {
  top: 25px;
}
.fm-popup .dropzone .upload-item .preview.image-preview {
  border: 1px solid #5cb85c;
}

@-moz-document url-prefix() {
  .file_manager_page .fm-container .fm-header .fm-btn-level-up i {
    line-height: 26px;
  }
}
/*----------------------------------------------

END FILE-MANAGER PAGE STYLE

------------------------------------------------*/
/*---- START RESPONSIVE ----*/
/*-- for desktop width --*/
@media (max-width: 1366px) {
  .file_manager_page .fm-container .fm-header .current-path > h1 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 95%;
  }
  .file_manager_page .fm-container .fm-header .current-path,
  .file_manager_page .fm-container .fm-header .buttons-panel {
    width: 100%;
  }
  .file_manager_page .fm-container .fm-header .fm-btn-level-up i {
    line-height: 17px;
  }
  .file_manager_page .fm-container .fm-header .fm-btn-level-up i:hover {
    line-height: 17px;
  }
  .file_manager_page .fm-container .fm-header .fm-btn-level-up span {
    margin-top: -6px;
  }
}
@media (max-width: 1199px) {
  .file_manager_page .fm-container .fm-header .current-path {
    width: 100%;
  }
  .file_manager_page .fm-container .fm-header .current-path > h1 {
    margin-top: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 95%;
    margin-bottom: 5px;
    margin-left: 0px;
  }
  .file_manager_page .fm-container .fm-header .buttons-panel {
    width: 100%;
  }
  .file_manager_page .fm-container .fm-header .fm-preview iframe {
    width: 100%;
  }
}
/*-- for tablet width --*/
@media (max-width: 767px) {
  .file_manager_page .fm-container .fm-splitter {
    height: 810px !important;
  }
  .file_manager_page .fm-container .fm-filetree {
    position: relative !important;
    width: 100% !important;
    height: 400px !important;
    clear: both;
    margin-bottom: 20px;
  }
  .file_manager_page .fm-container .fm-fileinfo {
    position: relative !important;
    height: 390px !important;
    clear: both;
    width: 100% !important;
    left: 0 !important;
  }
  .file_manager_page .fm-container .fm-header .button-group button {
    margin: 0 0 2px 2px;
  }
  .file_manager_page
    .fm-container
    .fm-preview
    .fm-preview-viewer
    .preview_tools {
    padding: 2px;
  }
  .file_manager_page .fm-container .fm-preview .fm-btn-clipboard:before {
    font-size: 15px;
    line-height: 29px;
  }

  .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
  .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
  .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,
  .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,
  .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
  .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
    display: none !important;
  }
  .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
  .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
  .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #aaaaaa !important;
  }

  .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
    border: none !important;
  }

  .mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 0 !important;
  }

  .fm-popup.alertify .dialog {
    top: 0 !important;
  }
  .fm-popup.alertify .dropzone-wrapper {
    height: 118px;
  }
  .fm-popup .dropzone .default-message {
    margin: 33px 0;
  }
}
/*-- for mobile width --*/
@media (max-width: 479px) {
  .file_manager_page .fm-container .fm-header .navigate-controls {
    float: left;
    width: 100%;
    margin-bottom: 2px;
  }
  .file_manager_page .fm-container .fm-header .viewmode-controls {
    float: left;
    width: 100%;
  }
  .file_manager_page .fm-container .fm-header .fm-btn-level-up,
  .file_manager_page .fm-container .fm-header .fm-btn-home,
  .file_manager_page .fm-container .fm-header .fm-btn-grid,
  .file_manager_page .fm-container .fm-header .fm-btn-list {
    float: left;
    width: 27.5%;
  }
  .file_manager_page .fm-container .fm-header .fm-btn-create-folder,
  .file_manager_page .fm-container .fm-header .fm-uploader {
    float: left;
  }
  .file_manager_page .fm-container .fm-header .fm-upload {
    width: 100%;
  }
  .file_manager_page .fm-container .fm-header .button-group button {
    margin: 0 0 0px 2px;
    font-size: 12px;
    width: 80px;
  }
  .file_manager_page .fm-container .fm-header .button-group button:hover i {
    line-height: 16px;
  }
  .file_manager_page .fm-container .fm-footer .left {
    position: relative;
    width: 100%;
  }
  .file_manager_page .fm-container .fm-footer .right {
    margin: 30px 0 0 0;
  }
  .file_manager_page .fm-container .fm-footer .search-box {
    width: 100%;
  }
  .file_manager_page .fm-container .fm-footer .search-box input {
    width: 100%;
  }

  .fm-popup.alertify .dialog > * {
    width: 280px !important;
  }
  .fm-popup.alertify
    .dialog
    [data-alertify-btn-holder]
    [data-alertify-btn]:not(.btn):not(.pure-button):not(.md-button):not(
      .mdl-button
    ) {
    font-size: 12px;
    min-width: 75px;
  }
  .fm-popup.alertify .dropzone-wrapper {
    height: 215px;
  }
  .fm-popup .dropzone .upload-item {
    margin: 0;
  }
  .fm-popup .dropzone .default-message {
    margin: 71px 0;
  }
}
/*---- END RESPONSIVE ----*/
/*----------------------------------------------

START ORDER VIEW

------------------------------------------------*/
.content-view-order table.dataTable {
  margin-top: 0px !important;
}
.content-view-order .table td,
.content-view-order .table th {
  vertical-align: middle;
}
.content-view-order .table td .site-btn,
.content-view-order .table th .site-btn {
  margin-top: 0;
}
.content-view-order .table thead tr th:last-child,
.content-view-order .table thead tr td:last-child,
.content-view-order .table tbody tr th:last-child,
.content-view-order .table tbody tr td:last-child {
  margin-bottom: -5px;
  max-width: 100px;
}
.content-view-order .table thead tr th td:last-child,
.content-view-order .table thead tr td td:last-child,
.content-view-order .table tbody tr th td:last-child,
.content-view-order .table tbody tr td td:last-child {
  text-align: center;
}
.content-view-order .table thead tr .btn-action a,
.content-view-order .table tbody tr .btn-action a {
  margin: 0 5px 5px 0;
}
.content-view-order .dataTables_filter,
.content-view-order .dataTables_length {
  display: none;
}
.content-view-order .sub-total-order {
  width: 100%;
  float: right;
  font-size: 15px;
  border: 1px solid #e1e1e1;
  box-shadow: none;
  margin-bottom: 0;
  margin-right: 0;
}
.content-view-order .sub-total-order .total-order-view {
  float: right;
  width: 220px;
}
.content-view-order .sub-total-order .total-order-view .title-order-view {
  min-width: 155px;
}
.content-view-order .sub-total-order .site-btn {
  clear: both;
}
.content-view-order .sub-total-order .divider10 {
  clear: both;
}
.content-view-order .sub-total-order .invoice-print {
  margin-top: 15px;
}
.content-view-order .sub-total-order .invoice-print i {
  margin-right: 5px;
}
.content-view-order .table-striped .first-search input {
  display: none;
}
.content-view-order .table-striped tfoot tr th {
  font-weight: normal;
  padding-bottom: 0;
}
.content-view-order .table-striped tfoot tr .order-input input {
  width: 92%;
}
.content-view-order .order-description p {
  max-width: 700px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-bottom: 0;
}
.content-view-order .dataTables_paginate .pagination .page-item:last-child {
  margin-right: 0;
}
.content-view-order .table {
  margin-bottom: 0;
}
.content-view-order .icr-label {
  margin: 0 5px 0px 0;
}

.content-order-memo .dataTables_filter {
  display: none;
}
.content-order-memo .icr-label {
  margin: 0 5px 1px 0;
}

.content-order-shipment .dataTables_filter {
  display: none;
}

.content-order-information .dataTables_filter {
  display: none;
}

.content-order-invoice .dataTables_filter,
.content-order-invoice .dataTables_length {
  display: block;
}
.content-order-invoice thead tr th:first-child,
.content-order-invoice thead tr td:first-child,
.content-order-invoice tbody tr th:first-child,
.content-order-invoice tbody tr td:first-child {
  width: 40px !important;
}
.content-order-invoice thead tr th:last-child,
.content-order-invoice thead tr td:last-child,
.content-order-invoice tbody tr th:last-child,
.content-order-invoice tbody tr td:last-child {
  width: 100px !important;
}
.content-order-invoice thead .invoice-print i,
.content-order-invoice tbody .invoice-print i {
  margin-right: 5px;
}
.content-order-invoice table.dataTable {
  margin-top: 6px !important;
}

.action-vieworder a.basic_table_icon {
  color: #868686;
  margin-right: 10px;
}

.content-view-order .sub-total-order .flat-buttons.invoice-print:hover {
  font-size: 14px;
}

/*----------------------------------------------

END ORDER VIEW

------------------------------------------------*/
/*---- START ORDER VIEW RESPONSIVE ----*/
@media (min-width: 1200px) and (max-width: 1620px) {
  .content-view-order .order-description p {
    width: 300px !important;
  }
  .content-view-order .dataTables_wrapper tfoot tr .order-input {
    width: 90%;
  }
}
@media (max-width: 1199px) {
  .content-view-order table.dataTable > tbody > tr.child span.dtr-title {
    min-width: 100px;
  }
  .content-view-order table.dataTable .dtr-data p {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .content-view-order .nav-tab-horizontal li {
    padding-left: 0;
  }
  .content-view-order .nav-tab-horizontal li a {
    padding: 6px;
  }
  .content-view-order .dataTables_wrapper .first-search input {
    display: none;
  }
}
@media (max-width: 479px) {
  .content-view-order .nav-tab-horizontal li {
    margin-bottom: 5px;
  }
  .content-view-order .nav-tab-horizontal li:nth-child(4) {
    margin-bottom: 0px;
    clear: both;
  }
  .content-view-order .nav-tab-horizontal li:nth-child(5) {
    margin-bottom: 0px;
  }
}
/*---- END ORDER VIEW RESPONSIVE ----*/
/*----------------------------------------------

START PRODUCT-PAGE

------------------------------------------------*/
.content-product .product-btn .site-btn {
  margin-top: 0;
}
.content-product .product-btn .site-btn i {
  margin-right: 5px;
}
.content-product a.action-icon {
  margin-right: 10px;
  color: #868686;
  cursor: pointer;
}
.content-product .icr-label {
  margin: 0 5px 1px 0;
}

/*----------------------------------------------

END PRODUCT-PAGE

------------------------------------------------*/
/*----------------------------------------------

START PRODUCTS EDIT

------------------------------------------------*/
.content-product-edit .button-product-edit .site-btn {
  margin-right: 5px;
}
.content-product-edit .product-img {
  width: 40px;
  height: 40px;
}
.content-product-edit .product-img img {
  height: 100%;
  width: auto;
}
.content-product-edit .product-photos td {
  vertical-align: middle;
}
.content-product-edit .product-image-upload {
  color: #868686;
  display: inline;
}
.content-product-edit .product-image-upload input {
  width: 0;
  height: 0;
  display: none;
}
.content-product-edit .product-image-upload label {
  cursor: pointer;
}
.content-product-edit .product-image-upload:hover {
  color: #333333;
}
.content-product-edit .about-meta {
  display: block;
  margin-top: 5px;
}
.content-product-edit .review-table thead tr th:first-child,
.content-product-edit .review-table thead tr td:first-child,
.content-product-edit .review-table tbody tr th:first-child,
.content-product-edit .review-table tbody tr td:first-child {
  width: 40px;
}
.content-product-edit .review-table thead tr th:last-child,
.content-product-edit .review-table thead tr td:last-child,
.content-product-edit .review-table tbody tr th:last-child,
.content-product-edit .review-table tbody tr td:last-child {
  max-width: 100px;
}
.content-product-edit .review-description p {
  width: 250px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-bottom: 0;
}
.content-product-edit a.action-icon {
  margin-right: 5px;
  color: #868686;
}
.content-product-edit .icr-label {
  margin: 0 5px 1px 0;
}
.content-product-edit #photo .dataTables_filter {
  display: none;
}
.content-product-edit .checkbox {
  overflow: hidden;
}
.content-product-edit .checkbox .checkbox-squared {
  padding-right: 10px;
  padding-bottom: 5px;
}
.content-product-edit .checkbox .checkbox-squared:last-child {
  padding-right: 0;
  padding-bottom: 0;
}

.product-photos .form-control {
  padding: 0 5px;
}

/*----------------------------------------------

END PRODUCTS EDIT

------------------------------------------------*/
/*---- START PRODUCTS-EDIT RESPONSIVE ----*/
@media (max-width: 767px) {
  .content-product-edit .nav-tab-horizontal li {
    padding-left: 0;
  }
  .content-product-edit .nav-tab-horizontal li a {
    padding: 6px;
  }
  .content-product-edit .form-inline .form-control {
    display: inline-block;
    /*width: auto;*/
    vertical-align: middle;
  }
}
@media (max-width: 479px) {
  .content-product-edit .button-product-edit .site-btn {
    margin-bottom: 5px;
  }
  .content-product-edit .nav-tab-horizontal li {
    margin-bottom: 5px;
  }
  .content-product-edit .nav-tab-horizontal li:nth-child(4) {
    margin-bottom: 0;
  }
  .content-product-edit .nav-tab-horizontal li:nth-child(5) {
    margin-bottom: 0;
  }
  .content-product-edit .nav-tab-horizontal li a {
    padding: 5px;
  }
  .content-product-edit .form-inline .form-control.input-sm {
    width: 150px;
  }
}
/*---- END PRODUCTS-EDIT RESPONSIVE ----*/
/*----------------------------------------------

START ECOMMERCE DASHBOARD

------------------------------------------------*/
.contain-inner.ecommerce-dashboard {
  margin: 0 20px 20px;
}
.contain-inner.ecommerce-dashboard .content {
  margin: 20px 0 0;
}

.dashboard-chart-height {
  height: 310px;
}

.dashboard-weekly-chart-height {
  height: 380px;
}

.dashboard-table {
  margin: 20px 0 0 0;
}

.dashboard-table-width {
  width: 150px;
}

.dashboard-table-margin table {
  margin-bottom: 0;
}

.product-name-width {
  width: 100px;
}

.dashboard-table-search div.dataTables_wrapper div.dataTables_filter input {
  width: calc(100% - 60px);
}

.ecommerce-dashboard a.basic_table_icon {
  color: #868686;
  margin-right: 10px;
}
.ecommerce-dashboard .chart-height {
  height: 350px;
}

.ecommarce_progress p {
  padding-bottom: 5px;
}

/* ecommerce dashboard rounded */
.rounded-admin table.dataTable .tag {
  border-radius: 0px;
}
.rounded-admin .widget-content .search_ad {
  border-radius: 0px;
}

.ecommarce_table_middle table.dataTable td {
  vertical-align: middle;
}

.ecommerce-widget {
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px;
  padding: 20px;
  background: #ffffff;
}
.ecommerce-widget .ecommerce-widget-left-icon i {
  font-size: 50px;
  color: #cccccc;
}
.ecommerce-widget h2 {
  font-size: 40px;
  margin-bottom: 15px;
}
.ecommerce-widget h2 i {
  margin-right: 5px;
}
.ecommerce-widget p {
  font-size: 18px;
  color: #cccccc;
}
.ecommerce-widget progress {
  margin-bottom: 0;
}

.dashboard-monthly-chart-height {
  height: 365px;
}

/*----------------------------------------------

END ECOMMERCE DASHBOARD

------------------------------------------------*/
/*---- START ECOMMERCE DASHBOARD RESPONSIVE ----*/
@media (max-width: 1366px) {
  .ecommerce-widget .ecommerce-widget-left-icon i {
    font-size: 40px;
  }
  .ecommerce-widget h2 {
    font-size: 35px;
    margin-bottom: 10px;
  }
  .ecommerce-widget p {
    font-size: 15px;
  }
}
@media (max-width: 1199px) {
  .ecommerce-widget .ecommerce-widget-left-icon i {
    font-size: 50px;
  }
  .ecommerce-widget h2 {
    font-size: 40px;
    margin-bottom: 15px;
  }
  .ecommerce-widget p {
    font-size: 18px;
  }

  .ecommerce-dashboard .divider-lg-spacing {
    height: 25px;
    clear: both;
  }
}
@media (max-width: 767px) {
  .ecommerce-mobile-margin {
    margin-bottom: 25px;
  }

  .ecommerce-widget .ecommerce-widget-left-icon i {
    font-size: 40px;
  }
  .ecommerce-widget h2 {
    font-size: 35px;
    margin-bottom: 10px;
  }
  .ecommerce-widget p {
    font-size: 15px;
  }
}
@media (max-width: 479px) {
  .dashboard-chart-height {
    height: 250px;
  }

  .dashboard-weekly-chart-height {
    height: 250px;
  }

  .ecommarce_progress {
    margin-bottom: 15px;
  }
}
/*---- END ECOMMERCE DASHBOARD RESPONSIVE ----*/
/*----------------------------------------------

START MATERIAL

------------------------------------------------*/
/* START HEADER */
.link-btn.flat-buttons:hover {
  line-height: 18px;
}

.wrapper
  .nav_vertical_tab_icon
  .basic_nav_pills.nav_with_icon
  .nav
  .nav-item
  .nav-link.flat-buttons {
  padding: 12px 25px 13px 25px;
}

.dropdown-menu a:hover {
  font-size: 14px;
}

/* END HEADER */
/* START BUTTON */
.success-dropdown .dropdown-menu .dropdown-item {
  font-size: 14px;
  color: #5cb85c;
}
.success-dropdown .dropdown-menu .dropdown-item:hover {
  background: #5cb85c;
  color: #ffffff;
}

.info-dropdown .dropdown-menu .dropdown-item {
  font-size: 14px;
  color: #5bc0de;
}
.info-dropdown .dropdown-menu .dropdown-item:hover {
  background: #5bc0de;
  color: #ffffff;
}

.warning-dropdown .dropdown-menu .dropdown-item {
  font-size: 14px;
  color: #f0ad4e;
}
.warning-dropdown .dropdown-menu .dropdown-item:hover {
  background: #f0ad4e;
  color: #ffffff;
}

.primary-dropdown .dropdown-menu .dropdown-item {
  font-size: 14px;
}
.primary-dropdown .dropdown-menu .dropdown-item:hover {
  color: #ffffff;
}

.danger-dropdown .dropdown-menu .dropdown-item {
  font-size: 14px;
  color: #d9534f;
}
.danger-dropdown .dropdown-menu .dropdown-item:hover {
  background: #d9534f;
  color: #ffffff;
}

.nav-tabs .nav-link {
  position: relative;
}

.waves-button,
.waves-button:hover,
.waves-button:visited,
.waves-button-input {
  text-align: left;
  line-height: normal;
  white-space: inherit;
  border-radius: 0;
}

.nav-tabs .nav-link {
  line-height: 25px;
}

.btn.flat-buttons:hover,
.btn.flat-buttons:hover {
  font-size: 14px;
}

#content-wrapper .btn-margin .btn {
  border-style: solid;
  border-width: 1px;
}

#content-wrapper #border-buttons .btn {
  border-width: 0px;
}

.nav-tab-horizontal ul li a.flat-buttons:hover {
  border-radius: 4px 4px 0 0;
}

#social-buttons .btn {
  line-height: 20px;
  border: none;
}
#social-buttons .social-googleplus {
  line-height: 17px;
}
#social-buttons .social-flickr {
  line-height: 15px;
}
#social-buttons .social-flickr:hover {
  font-size: 12px;
}

#content-wrapper #horizontal-group-buttons button,
#content-wrapper #vertical-group-buttons button,
#content-wrapper #block-buttons button {
  text-align: center;
}

#vertical-group-buttons .btn,
#horizontal-group-buttons .btn {
  line-height: 17px;
}

#social-icons button {
  line-height: 18px;
  border-color: #cccccc;
}

.flat-buttons.social-facebook:hover {
  color: #ffffff;
  background: #3b5998;
}

.flat-buttons.social-twitter {
  color: #ffffff;
}
.flat-buttons.social-twitter:hover {
  color: #ffffff;
  background: #55acee;
}

.flat-buttons.social-googleplus:hover {
  color: #ffffff;
  background: #dd4b39;
}

.flat-buttons.social-flickr:hover {
  color: #ffffff;
  background: #ff0084;
}

.flat-buttons.social-amazon:hover {
  color: #ffffff;
  background: #f90;
}

.flat-buttons.social-android:hover {
  color: #9c0;
  background: #ffffff;
}

.flat-buttons.social-dribbble:hover {
  color: #ffffff;
  background: #e24d87;
}

.flat-buttons.social-drupal:hover {
  color: #ffffff;
  background: #0272ba;
}

.flat-buttons.social-edge:hover {
  color: #0272ba;
  background: #ffffff;
}

.flat-buttons.social-forumbee:hover {
  color: #ffffff;
  background: #9c0;
}

.flat-buttons.social-github:hover {
  color: #ffffff;
  background: #000;
}

.flat-buttons.social-html5:hover {
  color: #ffffff;
  background: #f16528;
}

.flat-buttons.social-instagram:hover {
  color: #ffffff;
  background: #8843bd;
}

.flat-buttons.social-jsfiddle:hover {
  color: #0272ba;
  background: #ffffff;
}

.flat-buttons.social-linkedin:hover {
  color: #ffffff;
  background: #0272ba;
}

.flat-buttons.social-maxcdn:hover {
  color: #ffffff;
  background: #f16528;
}

.flat-buttons.social-opera:hover {
  color: #f5182a;
  background: #ffffff;
}

.flat-buttons.social-pinterest:hover {
  color: #ffffff;
  background: #f5182a;
}

.flat-buttons.social-reddit:hover {
  color: #f16528;
  background: #ffffff;
}

.flat-buttons.social-skype:hover {
  color: #ffffff;
  background: #00aff0;
}

.flat-buttons.social-snapchat:hover {
  color: #ffffff;
  background: #efe200;
}

.btn-margin .flat-buttons.btn {
  line-height: 18px;
}

.flat-buttons.btn-round-left {
  -webkit-border-radius: 50px 0 0 50px;
  -moz-border-radius: 50px 0 0 50px;
  -ms-border-radius: 50px 0 0 50px;
  border-radius: 50px 0 0 50px;
}
.flat-buttons.btn-round-left:hover {
  -webkit-border-radius: 50px 0 0 50px;
  -moz-border-radius: 50px 0 0 50px;
  -ms-border-radius: 50px 0 0 50px;
  border-radius: 50px 0 0 50px;
}

.flat-buttons.btn-round-right {
  -webkit-border-radius: 0 50px 50px 0;
  -moz-border-radius: 0 50px 50px 0;
  -ms-border-radius: 0 50px 50px 0;
  border-radius: 0 50px 50px 0;
}
.flat-buttons.btn-round-right:hover {
  -webkit-border-radius: 0 50px 50px 0;
  -moz-border-radius: 0 50px 50px 0;
  -ms-border-radius: 0 50px 50px 0;
  border-radius: 0 50px 50px 0;
}

.btn-icon-hover.flat-buttons.btn {
  line-height: 17px;
  text-align: center;
}
.btn-icon-hover .btn-hover-animation.flat-buttons.hvr-icon-drop,
.btn-icon-hover .btn-hover-animation.flat-buttons.hvr-icon-pulse-grow,
.btn-icon-hover .btn-hover-animation.flat-buttons.hvr-icon-bounce,
.btn-icon-hover .btn-hover-animation.flat-buttons.hvr-icon-grow-rotate,
.btn-icon-hover .btn-hover-animation.flat-buttons.hvr-icon-wobble-horizontal {
  line-height: 20px;
}

#content-wrapper .btn-margin .btn.btn-social-icon.flat-buttons:hover {
  border: 1px solid #cccccc;
}

/* END BUTTON */
/* START SWEET ALERT */
.swal2-cancel.flat-buttons {
  border: 1px solid transparent;
}
.swal2-cancel.flat-buttons:hover {
  line-height: 18px;
}

/* END SWEET ALERT */
/* START NAVBAR */
.content-navbar .left-logo-navbar .cart-btn.flat-buttons {
  line-height: 17px;
}
.content-navbar .left-logo-navbar .cart-btn.flat-buttons:hover {
  line-height: 17px;
}

/* END NAVBAR */
/* START BOOTBOX*/
.bootbox .btn.flat-buttons {
  border: 1px solid transparent;
}
.bootbox .btn.flat-buttons:hover {
  line-height: 20px;
}
.bootbox .btn-default.flat-buttons {
  background-color: #f2f1f0;
}
.bootbox .modal-content .modal-footer .btn.flat-buttons:hover {
  border: 1px solid transparent;
}

.md-content .flat-buttons.btn-hover-primary {
  border: 1px solid transparent;
}
.md-content .flat-buttons.btn-hover-primary:hover {
  font-size: 0.8em;
}

/*END BOOTBOX*/
/* START BAGES & LABEL */
.content-badges .basic-tag-section .flat-buttons.tag-default:hover {
  background: #818a91;
}

/* END BAGES & LABEL */
/* START NAV */
.basic_nav_pills .nav:not(.nav-stacked) .nav-link.flat-buttons {
  text-align: center;
}
.basic_nav_pills .nav:not(.nav-stacked) .nav-stacked {
  padding: 0;
}

.wrapper
  .nav_vertical_tab_icon
  .basic_nav_pills.nav_with_icon
  .nav
  .nav-item
  .nav-link.flat-buttons {
  padding: 12px;
}

.nav-link.flat-buttons {
  line-height: 26px;
}
.nav-link.flat-buttons:hover {
  line-height: 26px;
}

/* END NAV */
/* START IMAGES */
.image-card .card-block .btn-primary.flat-buttons {
  color: #ffffff;
}

/* END IMAGES */
/* START CARDS */
.pagination_with_gap .pagination .page-item .pagination_link.flat-buttons {
  line-height: 26px;
}
.pagination_with_gap
  .pagination
  .page-item
  .pagination_link.flat-buttons:hover {
  border: 1px solid transparent;
  border-radius: 0px;
}

/* END CARDS */
/* START LIST */
.comment-btn .btn-primary.flat-buttons {
  line-height: 1.25;
}
.comment-btn .btn-default.flat-buttons {
  background: #dadada;
  line-height: 1.25;
}
.comment-btn .btn-default:hover {
  border: 1px solid transparent;
}

/* END LIST */
/* START TOOLTIP POPOVER */
#api-examples i.flat-buttons {
  margin: 0 10px 10px 0;
}
#api-examples i.flat-buttons input {
  border: 1px solid transparent;
  margin: 0;
  line-height: 18px;
  font-style: normal;
}

#style-tooltip-output i.flat-buttons {
  margin: 0 10px 10px 0;
}
#style-tooltip-output i.flat-buttons input {
  margin: 0;
  line-height: 20px;
  font-style: normal;
}

.tool-top .flat-buttons.tool-item,
.tool-left .flat-buttons.tool-item {
  padding: 0;
  text-align: center;
}
.tool-top .flat-buttons.tool-item:hover,
.tool-left .flat-buttons.tool-item:hover {
  line-height: 32px;
}

/* END TOOLTIP POPOVER */
/* START MASONARY */
.content-masonry .content-inner-detail a.flat-buttons {
  line-height: 18px;
}
.content-masonry #masonry-section .flat-buttons.icon-box-masonry {
  padding: 0;
  text-align: center;
}
.content-masonry #masonry-section .flat-buttons.icon-box-masonry:hover {
  line-height: 32px;
}

/* END MASONARY */
/* END SORTABLE NESTABLE */
.sortable-list .btn.flat-buttons {
  text-align: center;
}
.sortable-list .btn.flat-buttons:hover {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.modal .modal-content .modal-footer .btn {
  line-height: 18px;
}
.modal .modal-content .modal-footer .btn:hover {
  line-height: 18px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/* END SORTABLE NESTABLE */
/* START OVERLAY */
.overlay-box-shadow .btn.flat-buttons {
  border: 1px solid transparent;
  line-height: 18px;
}
.overlay-box-shadow .btn.flat-buttons:hover {
  line-height: 18px;
}

/* END OVERLAY */
/* START LIGHTBOX */
#image-popups li a.flat-buttons {
  line-height: 18px;
}
#image-popups li a.flat-buttons:hover {
  font-size: 14px;
}

#various-lightbox-output li a.flat-buttons,
#media-lightbox-output li a.flat-buttons {
  padding: 0;
}

/* END LIGHTBOX */
/* START STEP */
.step_with_progressbar .nav-inline .nav-item.flat-buttons {
  padding: 0;
  text-align: center;
}

/* END STEP */
/* START CONTEXT MENU */
.activated-button .flat-buttons.btn-default {
  background-color: #f2f1f0;
}
.activated-button .flat-buttons.btn-default:hover {
  border: 1px solid transparent;
}

/* END CONTEXT MENU */
/* START PAGINATION */
.wrapper .pagination li {
  float: left;
  margin-left: -1px;
}
.wrapper .pagination li .pagination_link.flat-buttons {
  line-height: 26px;
}
.wrapper .pagination li .pagination_link.flat-buttons:hover {
  border-radius: 0;
}
.wrapper
  .pagination_with_round
  .pagination
  li
  .pagination_link.flat-buttons:hover {
  border-radius: 50%;
}
.wrapper
  .pagination_without_border
  .pagination
  li
  .pagination_link.flat-buttons {
  border: 1px solid transparent;
}
.wrapper
  .pagination_without_border
  .pagination
  li
  .pagination_link.flat-buttons:hover {
  border: 1px solid transparent;
}
.wrapper .Js_pagination a {
  padding: 0;
}
.wrapper .Js_pagination a:hover {
  text-align: center;
}

/* END PAGINATION */
/* END DIFFERENT HEADERS */
.header-with-icon .right-icon.flat-buttons {
  border-radius: 50%;
  text-align: center;
  padding: 0;
  line-height: 34px;
}
.header-with-icon .right-icon.flat-buttons:hover,
.header-with-icon .right-icon.flat-buttons:active,
.header-with-icon .right-icon.flat-buttons:focus {
  border-radius: 50%;
  line-height: 34px;
}

/* END DIFFERENT HEADERS */
/* START GENERAL ELEMENTS */
.element-margin-bottom .form-group .btn.flat-buttons {
  line-height: 17px;
}
.element-margin-bottom .form-group .btn.flat-buttons:hover {
  line-height: 17px;
  font-size: 14px;
  border: 1px solid #cccccc;
}

.wrapper .basic_nav_pills.nav_with_icon .nav .nav-item .nav-link.flat-buttons {
  padding: 9px 10px;
}

#button-addons
  .element-margin-bottom
  .form-group
  .input-group-btn
  .btn.flat-buttons,
#dropdown-addons
  .element-margin-bottom
  .form-group
  .input-group-btn
  .btn.flat-buttons {
  line-height: 17px;
}
#button-addons
  .element-margin-bottom
  .form-group
  .input-group-btn
  .btn.flat-buttons:hover,
#dropdown-addons
  .element-margin-bottom
  .form-group
  .input-group-btn
  .btn.flat-buttons:hover {
  font-size: 14px;
  line-height: 17px;
}
#button-addons
  .element-margin-bottom
  .form-group
  .input-group-btn
  .dropdown-right.flat-buttons,
#dropdown-addons
  .element-margin-bottom
  .form-group
  .input-group-btn
  .dropdown-right.flat-buttons {
  line-height: 17.5px;
}
#button-addons
  .element-margin-bottom
  .form-group
  .input-group-btn
  .dropdown-right.flat-buttons:hover,
#dropdown-addons
  .element-margin-bottom
  .form-group
  .input-group-btn
  .dropdown-right.flat-buttons:hover {
  line-height: 17.5px;
}

/* END GENERAL ELEMENTS */
/* START FORM LAYOUT */
.content-form-layout .element-form .form-group .btn.flat-buttons {
  line-height: 18px;
  border-color: rgba(0, 0, 0, 0.15);
}
.content-form-layout .element-form .form-group .btn.flat-buttons:hover {
  line-height: 18px;
  font-size: 14px;
  border-color: rgba(0, 0, 0, 0.15);
}
.content-form-layout .inner-content-setion .btn.flat-buttons,
.content-form-layout .inner-content-setion .btn.cancel-btn.flat-buttons,
.content-form-layout .element-form .btn.flat-buttons,
.content-form-layout .element-form .btn.cancel-btn.flat-buttons {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.content-form-layout .inline-form-layout .site-btn.flat-buttons {
  padding: 7px 30px 6px 30px;
}

#content-wrapper .btn-margin .btn.flat-buttons:hover {
  border: 1px solid transparent;
}

/* END FORM LAYOUT */
/* START FORM MASK */
.content-mask .bt-mask-it.flat-buttons input {
  text-align: center;
  width: 100%;
  line-height: 10px;
}

/* END FORM MASK */
/* START ADVANCED ELEMENT */
.element-margin-bottom .input-group-addon.flat-buttons {
  line-height: 17px;
}
.element-margin-bottom .input-group-addon.flat-buttons:hover {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-left: 0;
}
.element-margin-bottom .form-group .input-group-btn .btn.flat-buttons {
  line-height: 20px;
}
.element-margin-bottom .form-group .input-group-btn .btn.flat-buttons:hover {
  font-size: 16px;
  line-height: 20px;
}

#events-colorpicker .element-margin-bottom .form-group .btn.flat-buttons:hover {
  font-size: 16px;
  border-radius: 0;
}

.general-elements-content button.btn-block {
  text-align: center;
}

/* START ADVANCED ELEMENT */
/* START STATIC WIDGET */
.sale-offer-detail .btn.flat-buttons {
  line-height: 18px;
}
.sale-offer-detail .btn.flat-buttons:hover {
  border: 1px solid #adadad;
}

/* END STATIC WIDGET */
/* START DATA WIDGET */
.profile-icon a.flat-buttons {
  padding: 0;
  text-align: center;
}
.profile-icon a.flat-buttons:hover {
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  line-height: 35px;
}

/* END DATA WIDGET */
/* START INVOICE */
.btn-invoice .btn.flat-buttons {
  border: 1px solid transparent;
}

/* END INVOICE */
/* START PROFILE */
.accept-section .btn.flat-buttons:hover {
  border: 1px solid transparent;
}

.setting-profile li a.flat-buttons:hover {
  line-height: 36px;
}

.profile-contain .accept-section .accept-btn.flat-buttons:hover {
  font-size: 13px;
}

/* END PROFILE */
/* START COOKIE CONSENT */
.cookie-message .btn.flat-buttons:hover {
  font: bold 11px/18px Arial;
  border: 1px solid transparent;
  text-align: center;
}

/* END COOKIE CONSENT */
/* START ECOMMERCE DASHBOARD */
.default
  .contain-inner.dashboard-v2
  .dashboard-widget.widget-box
  .product-icon.flat-buttons
  .display-icon {
  top: -36px;
  left: -12px;
}
.default
  .contain-inner.dashboard-v2
  .dashboard-widget.widget-box
  .product-icon.flat-buttons
  .product-hover {
  top: -55px;
  left: -12px;
}
.default
  .contain-inner.dashboard-v2
  .dashboard-widget.widget-box:hover
  .product-icon.flat-buttons
  .product-hover {
  top: -8px;
  left: -12px;
}
.default
  .contain-inner.dashboard-v2
  .dashboard-widget.widget-box:hover
  .product-icon.flat-buttons
  .display-icon {
  top: 18px;
}

.font3
  .contain-inner.dashboard-v2
  .dashboard-widget.widget-box
  .product-icon.flat-buttons
  .display-icon {
  top: -46px;
  left: -12px;
}
.font3
  .contain-inner.dashboard-v2
  .dashboard-widget.widget-box
  .product-icon.flat-buttons
  .product-hover {
  top: -55px;
  left: -12px;
}
.font3
  .contain-inner.dashboard-v2
  .dashboard-widget.widget-box:hover
  .product-icon.flat-buttons
  .product-hover {
  top: -8px;
  left: -12px;
}
.font3
  .contain-inner.dashboard-v2
  .dashboard-widget.widget-box:hover
  .product-icon.flat-buttons
  .display-icon {
  top: 18px;
}

.font2
  .contain-inner.dashboard-v2
  .dashboard-widget.widget-box
  .product-icon.flat-buttons
  .display-icon {
  top: -41px;
  left: -12px;
}
.font2
  .contain-inner.dashboard-v2
  .dashboard-widget.widget-box
  .product-icon.flat-buttons
  .product-hover {
  top: -55px;
  left: -12px;
}
.font2
  .contain-inner.dashboard-v2
  .dashboard-widget.widget-box:hover
  .product-icon.flat-buttons
  .product-hover {
  top: -8px;
  left: -12px;
}
.font2
  .contain-inner.dashboard-v2
  .dashboard-widget.widget-box:hover
  .product-icon.flat-buttons
  .display-icon {
  top: 18px;
}

/* END ECOMMERCE DASHBOARD */
/* START ECOMMERCE ORDER */
.content-order .site-search.flat-buttons {
  padding: 6px 20px;
  line-height: 21px;
}

/* END ECOMMERCE ORDER */
/* START CONTACT */
.contact-follow .profile-icon a.flat-buttons:hover {
  line-height: 30px;
}

.contact-box .btn.flat-buttons:hover,
.add-contact-btn .btn.flat-buttons:hover {
  border: 1px solid transparent;
}

/* END CONTACT */
/* START CALENDER */
.event-box .fc-event.flat-buttons {
  line-height: 15px;
}
.event-box .fc-event.flat-buttons:hover {
  font-size: 11px;
}

/* END CALENDER */
/* START FORGOT PASSWORD*/
.main-forgot-contain .btn-forgot.flat-buttons,
.main-forgot-contain .btn-block.flat-buttons,
.main-forgot-contain .btn-lockscreen.flat-buttons,
.forgot_v2_contain .btn-forgot.flat-buttons,
.forgot_v2_contain .btn-block.flat-buttons,
.forgot_v2_contain .btn-lockscreen.flat-buttons,
.register_v2_contain .btn-forgot.flat-buttons,
.register_v2_contain .btn-block.flat-buttons,
.register_v2_contain .btn-lockscreen.flat-buttons,
.main-lockscreen-contain .btn-forgot.flat-buttons,
.main-lockscreen-contain .btn-block.flat-buttons,
.main-lockscreen-contain .btn-lockscreen.flat-buttons,
.lock_screen_contain .btn-forgot.flat-buttons,
.lock_screen_contain .btn-block.flat-buttons,
.lock_screen_contain .btn-lockscreen.flat-buttons {
  text-align: center;
  line-height: 17px;
}
.main-forgot-contain .icon-hover a.flat-buttons,
.forgot_v2_contain .icon-hover a.flat-buttons,
.register_v2_contain .icon-hover a.flat-buttons,
.main-lockscreen-contain .icon-hover a.flat-buttons,
.lock_screen_contain .icon-hover a.flat-buttons {
  text-align: center;
  padding: 0;
  line-height: 32px;
}
.main-forgot-contain .icon-hover a.flat-buttons:hover,
.forgot_v2_contain .icon-hover a.flat-buttons:hover,
.register_v2_contain .icon-hover a.flat-buttons:hover,
.main-lockscreen-contain .icon-hover a.flat-buttons:hover,
.lock_screen_contain .icon-hover a.flat-buttons:hover {
  font-size: 16px;
  border-radius: 25px;
  line-height: 32px;
  text-align: center;
}

.lockscreen-icon .flat-buttons i,
.forgot-icon .flat-buttons i {
  line-height: 35px;
}

/* END FORGOT PASSWORD*/
.dataTables_wrapper .dataTables_length select {
  background-position: 90% center !important;
}

/* END DATATABLE */
.button-real-estate .btn.flat-buttons:hover {
  border-width: 1px;
  border-style: solid;
}

.social-icon-box a.flat-buttons {
  color: #ffffff;
}

/*---- START MAIL_BOX ----*/
.mailbox_refresh.flat-buttons {
  line-height: 31px;
}
.mailbox_refresh.flat-buttons:hover {
  line-height: 31px;
  text-align: center;
  font-size: 12px;
}

.mail_view_pagination .pagination .page-item .pagination_link.flat-buttons {
  line-height: 32px;
}

.wrapper .mail_pagination .pagination li.page-item a.flat-buttons {
  line-height: 33px;
}
.wrapper .mail_pagination .pagination li.page-item a.flat-buttons:hover {
  line-height: 33px;
}

.mail_compose_main .compose_close.flat-buttons {
  line-height: 28px;
  color: #ffffff;
}
.mail_compose_main .compose_close.flat-buttons:hover {
  text-align: center;
  font-size: 20px;
  line-height: 28px;
}

.mailbox_sidebar_contain span.badge {
  z-index: 9;
}

.mail_trash.flat-buttons {
  text-align: center;
  line-height: 33px;
}

.dropdown.mailbox_drop_down .btn.flat-buttons {
  border: 1px solid transparent;
  line-height: 18px;
}
.dropdown.mailbox_drop_down .btn.flat-buttons:hover {
  border: 1px solid transparent;
}

.mail_btn .mail_compose_btn.flat-buttons {
  text-align: center;
  line-height: 18px;
}

.mailbox_sidebar_contain li a.flat-buttons {
  line-height: 26px;
}

.mailbox_main .mail_back.flat-buttons:hover {
  line-height: 15px;
  font-size: 20px;
}

.compose_btn button.flat-buttons:hover {
  text-align: center;
  font-size: 12px;
}

/*---- END MAIL_BOX ----*/
/*---- END FILE MANAGER ----*/
.fm-preview .fm-preview-toolbar button.flat-buttons:hover {
  line-height: 20px;
  margin-top: 1px;
  vertical-align: top;
}

.preview_tools.flat-buttons {
  text-align: center;
}

/*---- END FILE MANAGER ----*/
/*---- START SCROLLABLE ----*/
.edit-scroll .form-inline .btn.flat-buttons {
  line-height: 17px;
}

/*---- END SCROLLABLE ----*/
/*----------------------------------------------

END MATERIAL

------------------------------------------------*/
/*----------------------------------------------

START MATERIAL ELEMENTS

------------------------------------------------*/
.form-material {
  position: relative;
  margin-bottom: 20px;
}
.form-material .form-control {
  font-size: 16px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #cccccc;
}
.form-material .form-control:focus {
  outline: none;
}
.form-material .form-control:focus ~ .material-help {
  opacity: 1;
}
.form-material .form-control:disabled,
.form-material .form-control[readonly] {
  background-color: transparent;
}
.form-material label {
  color: #999999;
  font-size: 16px;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  -moz-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
.form-material .form-control:focus ~ label,
.form-material .material-label-fixed {
  top: -10px;
  font-size: 13px;
}
.form-material .material-line {
  position: relative;
  display: block;
  width: 100%;
}
.form-material .material-line:before,
.form-material .material-line:after {
  content: "";
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  -moz-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
.form-material .material-line:before {
  left: 50%;
}
.form-material .material-line:after {
  right: 50%;
}
.form-material .form-control:focus ~ .material-line:before,
.form-material .form-control:focus ~ .material-line:after {
  width: 50%;
}
.form-material.material-success .form-control:focus ~ label {
  color: #5cb85c;
}
.form-material.material-success .material-line:before,
.form-material.material-success .material-line:after {
  background: #5cb85c;
}
.form-material.material-info .form-control:focus ~ label {
  color: #5bc0de;
}
.form-material.material-info .material-line:before,
.form-material.material-info .material-line:after {
  background: #5bc0de;
}
.form-material.material-warning .form-control:focus ~ label {
  color: #f0ad4e;
}
.form-material.material-warning .material-line:before,
.form-material.material-warning .material-line:after {
  background: #f0ad4e;
}
.form-material.material-danger .form-control:focus ~ label {
  color: #d9534f;
}
.form-material.material-danger .material-line:before,
.form-material.material-danger .material-line:after {
  background: #d9534f;
}
.form-material .material-help {
  position: absolute;
  font-size: 13px;
  opacity: 0;
}
.form-material.material-icon-left i {
  position: absolute;
  margin-top: 12px;
}
.form-material.material-icon-left .form-control {
  padding: 10px 25px;
}
.form-material.material-icon-left label {
  left: 25px;
}
.form-material.material-icon-right i {
  position: absolute;
  margin-top: 12px;
  right: 5px;
}
.form-material.material-icon-right .form-control {
  padding: 10px 25px 10px 5px;
}

/*----------------------------------------------

END MATERIAL ELEMENTS

------------------------------------------------*/
/*----------------------------------------------

START CRM DASHBOARD

------------------------------------------------*/
.flot-chart {
  height: 300px;
}

#order-chart {
  height: 380px;
}

.flot-tooltip {
  position: absolute;
  color: #b4bfc3;
  display: none;
  font-size: 12px;
  padding: 5px 10px;
  background-color: #333333;
  z-index: 99999;
  border-radius: 2px;
}

.crm-dashboard.contain-inner {
  margin: 20px 20px 0 20px;
}
.crm-dashboard .content {
  margin: 0 0 20px;
}
.crm-dashboard .static-widget-content {
  margin-bottom: 0;
}
.crm-dashboard .crl-dashboard-box {
  margin-bottom: 20px;
}
.crm-dashboard .crl-dashboard-box .widget-content {
  min-height: 130px;
}
.crm-dashboard .crl-dashboard-box .widget-content .crm-title {
  padding: 0 0 10px;
}
.crm-dashboard .crl-dashboard-box .widget-content .progress-title {
  font-weight: normal;
  font-size: 14px;
}
.crm-dashboard .crl-dashboard-box .widget-content .box-bottom-text {
  background: rgba(0, 0, 0, 0)
    linear-gradient(
      to right,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.1)
    );
  padding: 10px;
  width: 100%;
  position: absolute;
  margin-left: -20px;
}
.crm-dashboard .crl-dashboard-box .widget-content .box-bottom-text i {
  float: right;
  line-height: 22px;
}
.crm-dashboard .crl-dashboard-box .widget-content .bg-icon i {
  font-size: 60px;
}
.crm-dashboard .crl-dashboard-box .widget-box {
  border: none;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px;
}
.crm-dashboard #basic-area {
  height: 390px;
}
.crm-dashboard #sales-data-chart {
  height: 395px;
}
.crm-dashboard #left-right-chart {
  height: 370px;
}
.crm-dashboard #straight-line-chart {
  height: 392px;
}
.crm-dashboard #purely-chart2 {
  height: 365px;
}
.crm-dashboard #axis-chart {
  height: 365px;
}
.crm-dashboard .crm-dashboard-message {
  margin-bottom: 20px;
}
.crm-dashboard .overlay-box-shadow {
  margin-bottom: 20px;
}
.crm-dashboard .mapael .map {
  height: 330px;
}
.crm-dashboard .mapael .map svg {
  height: 330px;
  margin: 0 10%;
}
.crm-dashboard #crm-chart {
  height: 330px !important;
}
.crm-dashboard .map-right-section {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0 45px 0 15px;
  bottom: 0;
}
.crm-dashboard .map-right-section h4 {
  font-size: 20px;
  line-height: 18px;
}
.crm-dashboard .map-right-section h2 {
  margin-bottom: 25px;
}
.crm-dashboard .map-right-section .crm-map-margin {
  margin-bottom: 10px;
}

.legend table .legendLabel {
  padding-left: 5px;
}

.crm-chart #linestogglingLegend {
  float: right;
  background: 0 0;
  color: #333333;
}
.crm-chart #linestoggling {
  height: 380px;
}

.crm-table td {
  vertical-align: middle;
}

.crm-icon-dashboard .icon-spacing {
  padding-right: 10px;
}
.crm-icon-dashboard .icon-spacing span {
  padding-left: 3px;
}

/*---- ----*/
@keyframes blink {
  50% {
    opacity: 0;
  }
}
@-webkit-keyframes blink {
  50% {
    opacity: 0;
  }
}
.crm-mapcontainer circle:nth-child(4n + 1) {
  animation: blink 1.5s step-start 0s infinite;
  -webkit-animation: blink 1.5s step-start 0s infinite;
}

.crm-mapcontainer circle:nth-child(4n + 2) {
  animation: blink 2s step-start 0s infinite;
  -webkit-animation: blink 2s step-start 0s infinite;
}

.crm-mapcontainer circle:nth-child(4n + 3) {
  animation: blink 2.5s step-start 0s infinite;
  -webkit-animation: blink 2.5s step-start 0s infinite;
}

.crm-mapcontainer circle:nth-child(4n + 4) {
  animation: blink 3s step-start 0s infinite;
  -webkit-animation: blink 3s step-start 0s infinite;
}

/*----------------------------------------------

END CRM DASHBOARD

------------------------------------------------*/
/*---- START CRM DASHBOARD RESPONSIVE ----*/
@media (max-width: 1366px) {
  .crm-dashboard .mapael .map {
    height: auto;
  }
  .crm-dashboard .mapael .map svg {
    height: auto;
    margin: 0;
  }
  .crm-dashboard .map-right-section h2 {
    font-size: 23px;
  }
}
@media (max-width: 1199px) {
  .crm-dashboard #crm-chart {
    height: 270px !important;
  }
  .crm-dashboard .map-right-section h2 {
    margin-bottom: 15px;
  }
  .crm-dashboard .static-widget-box .divider-lg-spacing {
    height: 25px;
    clear: both;
  }
}
@media (max-width: 767px) {
  .crm-dashboard #straight-line-chart,
  .crm-dashboard #sales-data-chart,
  .crm-dashboard #left-right-chart,
  .crm-dashboard #linestoggling {
    height: 350px;
  }
  .crm-dashboard .static-widget-box .divider-lg-spacing {
    height: 35px;
    clear: both;
  }
}
@media (max-width: 479px) {
  .crm-dashboard .map-right-section h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .crm-dashboard #crm-chart {
    height: 260px !important;
  }
  .crm-dashboard #straight-line-chart,
  .crm-dashboard #sales-data-chart,
  .crm-dashboard #left-right-chart,
  .crm-dashboard #linestoggling {
    height: 300px;
  }

  .dashboard-header .page-content-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 170px;
  }
}
/*---- End CRM DASHBOARD RESPONSIVE ----*/
/*----------------------------------------------

PAGE PROGRESS BAR PAGE STYLE

------------------------------------------------*/
body .pace .pace-progress {
  font-family: inherit;
}
body.youtube .pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
body.youtube .pace .pace-progress {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 100%;
  width: 100%;
  background-color: #b91f1f;
}
body.treed-bar-progress .pace {
  z-index: 99999;
  background: transparent;
}
body.treed-bar-progress .pace .pace-progress {
  bottom: 0;
  top: auto;
}
body.treed-bar-progress .pace .pace-activity {
  background-image: none;
  background: transparent;
}
body.flate-top-progress .pace {
  z-index: 99999;
}
body.flate-top-progress .pace .pace-progress {
  z-index: 99999;
  height: 50px;
}
body.flate-top-progress .pace.pace-active {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
body.corner-indicator-progress .pace {
  z-index: 99999;
  position: relative;
}
body.big-counter .pace .pace-progress {
  z-index: 99999;
}
body.bounce .pace {
  position: fixed;
  margin: auto;
  top: 12px;
  left: 0;
  right: 0;
  bottom: 0;
}

/*----------------------------------------------

START SERVER MANAGEMENT DASHBOARD

------------------------------------------------*/
.contain-inner.server-dashboard {
  margin: 0 20px 20px;
}
.contain-inner.server-dashboard .content {
  margin: 20px 0 0;
}

.server-dashboard .server-chart .chart-box {
  float: right;
  background: transparent;
  color: #333333;
}
.server-dashboard .server-chart .rickshaw_graph {
  height: 352px;
}
.server-dashboard .server-widget-box .widget-content {
  color: #fff;
  text-align: center;
  padding: 0;
}
.server-dashboard .server-widget-box .widget-content .left-server-widget {
  padding: 8px 20px 10px 25px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .server-dashboard .server-widget-box .widget-content .left-server-widget {
    padding: 9px 20px 11px 25px;
  }
  .server-dashboard .server-widget-box .widget-content h3 {
    margin-bottom: 10px;
  }
}
.server-dashboard .server-widget-box .widget-content .right-server-widget {
  color: #000000;
  text-align: left;
}
.server-dashboard .server-widget-box .widget-content .right-server-widget ul {
  padding-left: 0;
}
.server-dashboard
  .server-widget-box
  .widget-content
  .right-server-widget
  ul
  li {
  list-style: none;
  padding: 5px 15px 5px 30px;
}
.server-dashboard
  .server-widget-box
  .widget-content
  .right-server-widget
  ul
  li.select {
  color: #ffffff;
}
.server-dashboard .server-widget-box .widget-content p {
  font-size: 16px;
  text-align: left;
}
.server-dashboard .server-widget-box .widget-content h3 {
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 10px;
}
.server-dashboard .server-widget-box .widget-content h3 span {
  color: #ffffff;
  font-size: 60px;
}
.server-dashboard .server-widget-box .widget-content span {
  color: #ffffff;
  font-size: 16px;
}
.server-dashboard .vector-map-size {
  height: 330px;
}
.server-dashboard .calender-icon {
  font-size: 50px;
  padding: 20px;
  margin: auto;
  text-align: center;
}
.server-dashboard .calender-icon i {
  color: #ffffff;
}
.server-dashboard .content.form-bootstrap-datetime {
  padding: 0;
  border-radius: 0;
}
.server-dashboard .flot-chart-height {
  height: 330px;
}
.server-dashboard .server-status-box .widget-content {
  margin-top: 20px;
}
.server-dashboard .server-status-box .server-status-text h2 {
  margin: 20px 0;
  text-align: center;
  font-size: 38px;
}
.server-dashboard .server-status-box .server-status-text p {
  padding-bottom: 0;
  font-weight: 700;
}
.server-dashboard .server-status-box .server-white-text {
  color: #cccccc;
}
.server-dashboard .server-status-box .server-white-text h5 {
  color: #ffffff;
}
.server-dashboard .server-status-box .server-white-text h2 {
  color: #ffffff;
}
.server-dashboard .mapael .map {
  position: relative;
  height: 330px;
}
.server-dashboard .mapael .map svg {
  height: 330px;
  margin: 0 10%;
}
.server-dashboard .chart-height {
  height: 352px;
}
.server-dashboard .dashboard-widget.widget-box {
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px;
  border: none;
}

.bg-white {
  background: #ffffff;
}

.mapael .mapTooltip {
  position: absolute;
  background: #ffffff;
  opacity: 0.7;
  filter: alpha(opacity=70);
  border-radius: 10px;
  padding: 10px;
  z-index: 1000;
  max-width: 200px;
  display: none;
  color: #333333;
}

/*----------------------------------------------

END SERVER MANAGEMENT DASHBOARD

------------------------------------------------*/
/*---- START SERVER MANAGEMENT DASHBOARD RESPONSIVE ----*/
@media (max-width: 1366px) {
  .contain-inner .chart-height {
    height: 330px;
  }
  .contain-inner .server-widget-box .widget-content p {
    padding-bottom: 10px;
  }
  .contain-inner .server-widget-box .widget-content h3 {
    margin-bottom: 5px;
  }
  .contain-inner .server-widget-box .widget-content h3 span {
    font-size: 40px;
  }
  .contain-inner .server-widget-box .widget-content .left-server-widget {
    padding: 18px 20px 17px 25px;
  }
}
@media screen and (max-width: 1366px) and (-webkit-min-device-pixel-ratio: 0) {
  .contain-inner .server-widget-box .widget-content .left-server-widget {
    padding: 20px 20px 17px 25px;
  }
}
@media (max-width: 1366px) {
  .contain-inner .server-status-box .server-status-text h2 {
    margin: 10px 0;
    font-size: 26px;
  }
  .contain-inner .flot-chart-height {
    height: 270px;
  }
  .contain-inner .mapael .map {
    height: 270px;
  }
  .contain-inner .mapael .map svg {
    margin: 0;
    height: auto;
  }
}
@media (min-width: 1200px) and (max-width: 1620px) {
  .server-dashboard .server-status-box .widget-content {
    padding: 10px;
  }
  .server-dashboard .server-status-box .server-status-text h2 {
    font-size: 23px;
  }
  .server-dashboard .server-widget-box .widget-content p {
    font-size: 14px;
  }
  .server-dashboard .server-widget-box .widget-content span {
    font-size: 14px;
  }
  .server-dashboard .server-widget-box .widget-content h3 {
    font-size: 20px;
  }
  .server-dashboard .server-widget-box .widget-content .left-server-widget {
    padding: 15px 0 18px 25px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1620px) and (-webkit-min-device-pixel-ratio: 0) {
  .server-dashboard .server-widget-box .widget-content .left-server-widget {
    padding: 16px 0 18px 25px;
  }
}
@media (min-width: 1200px) and (max-width: 1620px) {
  .server-dashboard
    .server-widget-box
    .widget-content
    .right-server-widget
    ul
    li {
    padding: 5px 15px 5px 15px;
  }
}
@media (max-width: 1199px) {
  .contain-inner .server-widget-box .widget-content p {
    padding-bottom: 15px;
  }
  .contain-inner .server-widget-box .widget-content h3 {
    margin-bottom: 10px;
  }
  .contain-inner .server-widget-box .widget-content h3 span {
    font-size: 60px;
  }
  .contain-inner .server-widget-box .widget-content .left-server-widget {
    padding: 10px 20px 9px 25px;
  }
}
@media screen and (max-width: 1199px) and (-webkit-min-device-pixel-ratio: 0) {
  .contain-inner .server-widget-box .widget-content .left-server-widget {
    padding: 10px 20px 10px 25px;
  }
}
@media (max-width: 1199px) {
  .contain-inner .server-status-box .server-status-text h2 {
    margin: 10px 0;
    font-size: 26px;
  }
  .contain-inner .flot-chart-height {
    height: 300px;
  }
  .contain-inner .mapael .map {
    height: auto;
  }

  .server-dashboard .divider-lg-spacing {
    height: 25px;
    clear: both;
  }
}
@media (max-width: 991px) {
  .contain-inner .server-status-box .server-status-text h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .contain-inner .server-status-box .server-status-text h2 {
    font-size: 35px;
  }
  .contain-inner .mobile-margin-bottom-box {
    margin-bottom: 25px;
  }
}
@media (max-width: 479px) {
  .contain-inner .server-widget-box .widget-content p {
    padding-bottom: 10px;
  }
  .contain-inner .server-widget-box .widget-content h3 {
    margin-bottom: 5px;
  }
  .contain-inner .server-widget-box .widget-content h3 span {
    font-size: 50px;
  }
  .contain-inner .server-widget-box .widget-content .left-server-widget {
    padding: 15px 20px 18px 25px;
  }
}
@media screen and (max-width: 479px) and (-webkit-min-device-pixel-ratio: 0) {
  .contain-inner .server-widget-box .widget-content .left-server-widget {
    padding: 15px 20px 18px 25px;
  }
}
@media (max-width: 479px) {
  .contain-inner .server-status-box .server-status-text h2 {
    font-size: 27px;
  }
}
/*---- End SERVER MANAGEMENT DASHBOARD RESPONSIVE ----*/
/*----------------------------------------------

START UNIVERSITY DASHBOARD

------------------------------------------------*/
.widget-chart {
  height: 90px;
  background: turquoise;
}

/*----------------------------------------------

END UNIVERSITY DASHBOARD

------------------------------------------------*/
/*---- START DASHBOARD RESPONSIVE ----*/
/*---- END DASHBOARD RESPONSIVE ----*/
/*----------------------------------------------

BASIC SWITCHES STYLE

------------------------------------------------*/
.content-switch {
  /* ---- SIMPLE-SWITCH ---- */
  /* ---- BORDER-SWITCH ---- */
  /* ---- DIFFERENT-COLOR-ROUNDED-AND-SQUARE-SWITCH ---- */
  /* ---- SWITCH-BUTTON ---- */
}
.content-switch .switch-move {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.content-switch .switch-move + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none;
}
.content-switch .switch {
  float: left;
  margin: 0 15px 15px 0;
}
.content-switch .switch:last-child {
  margin-right: 0;
}
.content-switch .switch input.switch-move-round + label {
  padding: 2px;
  width: 60px;
  height: 30px;
  background: #d6d6d6;
  border-radius: 60px;
}
.content-switch .switch input.switch-move-round + label:before,
.content-switch .switch input.switch-move-round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}
.content-switch .switch input.switch-move-round + label:before {
  right: 1px;
  background: #f1f1f1;
  border-radius: 60px;
  transition: background 0.4s;
}
.content-switch .switch input.switch-move-round + label:after {
  width: 29px;
  background-color: #ffffff;
  border-radius: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: margin 0.4s;
}
.content-switch .switch input.danger-switch:checked + label:before {
  background: #d9534f;
}
.content-switch .switch input.success-switch:checked + label:before {
  background: #5cb85c;
}
.content-switch .switch input.warning-switch:checked + label:before {
  background: #f0ad4e;
}
.content-switch .switch input.info-switch:checked + label:before {
  background: #5bc0de;
}
.content-switch .switch input.switch-move-round:checked + label:after {
  margin-left: 30px;
}
.content-switch .switch-border {
  float: left;
  margin: 0 15px 15px 0;
}
.content-switch .switch-border input.switch-move-round-flat + label {
  padding: 2px;
  width: 60px;
  height: 30px;
  background: #dfdfdf;
  border-radius: 60px;
  transition: background 0.4s;
}
.content-switch .switch-border input.switch-move-round-flat + label:before,
.content-switch .switch-border input.switch-move-round-flat + label:after {
  display: block;
  position: absolute;
  content: "";
}
.content-switch .switch-border input.switch-move-round-flat + label:before {
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background: #ffffff;
  border-radius: 60px;
  transition: background 0.4s;
}
.content-switch .switch-border input.switch-move-round-flat + label:after {
  top: 4px;
  left: 4px;
  bottom: 4px;
  width: 26px;
  background: #dfdfdf;
  border-radius: 52px;
  transition: margin 0.4s, background 0.4s;
}
.content-switch .switch-border input.primary-switch:checked + label:after {
  margin-left: 26px;
}
.content-switch .switch-border input.danger-switch:checked + label {
  background: #d9534f;
}
.content-switch .switch-border input.danger-switch:checked + label:after {
  margin-left: 26px;
  background: #d9534f;
}
.content-switch .switch-border input.success-switch:checked + label {
  background: #5cb85c;
}
.content-switch .switch-border input.success-switch:checked + label:after {
  margin-left: 26px;
  background: #5cb85c;
}
.content-switch .switch-border input.warning-switch:checked + label {
  background: #f0ad4e;
}
.content-switch .switch-border input.warning-switch:checked + label:after {
  margin-left: 26px;
  background: #f0ad4e;
}
.content-switch .switch-border input.info-switch:checked + label {
  background: #5bc0de;
}
.content-switch .switch-border input.info-switch:checked + label:after {
  margin-left: 26px;
  background: #5bc0de;
}
.content-switch .switch-box .switch-color {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  float: left;
  margin: 0 15px 15px 0;
}
.content-switch .switch-box .switch-color input {
  display: none;
}
.content-switch .switch-box .switch-color .slider-switch {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.content-switch .switch-box .switch-color .slider-switch:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.content-switch .switch-box .switch-color .round-switch {
  border-radius: 34px;
}
.content-switch .switch-box .switch-color .round-switch:before {
  border-radius: 50%;
}
.content-switch .switch-box .switch-color input:checked + .danger-switch {
  background: #d9534f;
}
.content-switch .switch-box .switch-color input:focus + .danger-switch {
  box-shadow: 0 0 1px #d9534f;
}
.content-switch .switch-box .switch-color input:checked + .success-switch {
  background: #5cb85c;
}
.content-switch .switch-box .switch-color input:focus + .success-switch {
  box-shadow: 0 0 1px #5cb85c;
}
.content-switch .switch-box .switch-color input:checked + .warning-switch {
  background: #f0ad4e;
}
.content-switch .switch-box .switch-color input:focus + .warning-switch {
  box-shadow: 0 0 1px #f0ad4e;
}
.content-switch
  .switch-box
  .switch-color
  input:checked
  + .slider-switch:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.content-switch .switch-button {
  float: left;
  margin: 0 14px 15px 0;
  position: relative;
  display: block;
  vertical-align: top;
  width: 100px;
  height: 30px;
  padding: 3px;
  border-radius: 18px;
  box-shadow: inset 0 -1px #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  box-sizing: content-box;
}
.content-switch .switch-button .switch-input-button {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  box-sizing: content-box;
}
.content-switch .switch-button .switch-label-button {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  text-transform: uppercase;
  background: #eceeef;
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12),
    inset 0 0 2px rgba(0, 0, 0, 0.15);
  box-sizing: content-box;
}
.content-switch .switch-button .switch-label-button:after,
.content-switch .switch-button .switch-label-button:before {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  line-height: 1;
  transition: inherit;
  box-sizing: content-box;
}
.content-switch .switch-button .switch-label-button::before {
  content: attr(data-off);
  right: 11px;
  color: #aaaaaa;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.content-switch .switch-button .switch-label-button::after {
  content: attr(data-on);
  left: 11px;
  color: #ffffff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
}
.content-switch .switch-button .switch-handle-button {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 28px;
  height: 28px;
  background: linear-gradient(to bottom, #ffffff 40%, #f0f0f0);
  background-image: -webkit-linear-gradient(top, #ffffff 40%, #f0f0f0);
  border-radius: 100%;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.content-switch .switch-button .switch-handle-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  background: linear-gradient(to bottom, #eeeeee, #ffffff);
  background-image: -webkit-linear-gradient(top, #eeeeee, #ffffff);
  border-radius: 6px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}
.content-switch .switch-button .danger-switch:checked ~ .danger-switch {
  background: #d9534f;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15),
    inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.content-switch .switch-button .success-switch:checked ~ .success-switch {
  background: #5cb85c;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15),
    inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.content-switch .switch-button .warning-switch:checked ~ .warning-switch {
  background: #f0ad4e;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15),
    inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.content-switch
  .switch-button
  .switch-input-button:checked
  ~ .switch-label-button:before {
  opacity: 0;
}
.content-switch
  .switch-button
  .switch-input-button:checked
  ~ .switch-label-button:after {
  opacity: 1;
}
.content-switch
  .switch-button
  .switch-input-button:checked
  ~ .switch-handle-button {
  left: 74px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
.content-switch .switch-button .switch-label-button,
.content-switch .switch-button .switch-handle-button {
  transition: All 0.3s ease;
}
.content-switch .switch-left-right .switch-label-button {
  overflow: hidden;
  border-radius: 0px;
}
.content-switch .switch-left-right .switch-label-button:after,
.content-switch .switch-left-right .switch-label-button:before {
  width: 20px;
  height: 20px;
  top: 4px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 11px 0 0 0;
  text-indent: -12px;
  border-radius: 0px;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2),
    inset 0 0 3px rgba(0, 0, 0, 0.1);
}
.content-switch .switch-left-right .switch-label-button:after {
  text-align: left;
  text-indent: 9px;
  left: -100px;
  opacity: 1;
  width: 100%;
}
.content-switch .switch-left-right .switch-label-button:before {
  background: #eceeef;
  text-align: left;
  padding-left: 80px;
}
.content-switch .switch-left-right .switch-handle-button {
  border-radius: 0;
  height: 24px;
  left: 6px;
  top: 6px;
}
.content-switch
  .switch-left-right
  .switch-input-button:checked
  ~ .switch-handle-button {
  left: 72px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
.content-switch .switch-left-right .danger-switch:after {
  background: #d9534f;
}
.content-switch .switch-left-right .success-switch:after {
  background: #5cb85c;
}
.content-switch .switch-left-right .warning-switch:after {
  background: #f0ad4e;
}
.content-switch
  .switch-left-right
  .switch-input-button:checked
  ~ .switch-label-button:before {
  opacity: 1;
  left: 100px;
}
.content-switch
  .switch-left-right
  .switch-input-button:checked
  ~ .switch-label-button:after {
  left: 0;
}
.content-switch
  .switch-left-right
  .switch-input-button:checked
  ~ .switch-label-button {
  background: inherit;
}
.content-switch .switch-flat-button {
  padding: 0;
  background: #ffffff;
  background-image: none;
}
.content-switch .switch-flat-button .switch-label-button {
  background: #ffffff;
  border: solid 2px #eceeef;
  box-shadow: none;
}
.content-switch .switch-flat-button .switch-handle-button {
  top: 6px;
  left: 6px;
  background: #dadada;
  width: 22px;
  height: 22px;
  box-shadow: none;
}
.content-switch .switch-flat-button .switch-handle-button::before {
  background: #eceeef;
}
.content-switch .switch-flat-button .danger-switch:after {
  color: #d9534f;
}
.content-switch .switch-flat-button .info-switch:after {
  color: #5bc0de;
}
.content-switch
  .switch-flat-button
  .primary-switch:checked
  ~ .switch-label-button {
  background: #ffffff;
}
.content-switch
  .switch-flat-button
  .primary-switch:checked
  ~ .switch-handle-button {
  left: 72px;
  box-shadow: none;
}
.content-switch
  .switch-flat-button
  .danger-switch:checked
  ~ .switch-label-button {
  background: #ffffff;
  border-color: #d9534f;
}
.content-switch
  .switch-flat-button
  .danger-switch:checked
  ~ .switch-handle-button {
  left: 72px;
  background: #d9534f;
  box-shadow: none;
}
.content-switch
  .switch-flat-button
  .info-switch:checked
  ~ .switch-label-button {
  background: #ffffff;
  border-color: #5bc0de;
}
.content-switch
  .switch-flat-button
  .info-switch:checked
  ~ .switch-handle-button {
  left: 72px;
  background: #5bc0de;
  box-shadow: none;
}
.content-switch .switch-yes-no-button {
  padding: 0;
  margin: 0 14px 15px 0;
  background: #ffffff;
  border-radius: 0;
  background-image: none;
}
.content-switch .switch-yes-no-button .switch-label-button {
  box-shadow: none;
  background: none;
}
.content-switch .switch-yes-no-button .switch-label-button:before,
.content-switch .switch-yes-no-button .switch-label-button:after {
  width: 100%;
  height: 70%;
  top: 5px;
  left: 0;
  text-align: center;
  padding-top: 10%;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2),
    inset 0 0 3px rgba(0, 0, 0, 0.1);
}
.content-switch .switch-yes-no-button .switch-label-button:after {
  color: #ffffff;
  backface-visibility: hidden;
  transform: rotateY(180deg);
}
.content-switch .switch-yes-no-button .switch-label-button:before {
  background: #eceeef;
  backface-visibility: hidden;
}
.content-switch .switch-yes-no-button .switch-handle-button {
  display: none;
}
.content-switch .switch-yes-no-button .danger-switch:after {
  background: #d9534f;
}
.content-switch .switch-yes-no-button .info-switch:after {
  background: #5bc0de;
}
.content-switch
  .switch-yes-no-button
  .primary-switch:checked
  ~ .switch-label-button {
  background: #ffffff;
}
.content-switch
  .switch-yes-no-button
  .danger-switch:checked
  ~ .switch-label-button {
  background: #ffffff;
  border-color: #d9534f;
}
.content-switch
  .switch-yes-no-button
  .info-switch:checked
  ~ .switch-label-button {
  background: #ffffff;
  border-color: #5bc0de;
}
.content-switch
  .switch-yes-no-button
  .switch-input-button:checked
  ~ .switch-label-button:before {
  transform: rotateY(180deg);
}
.content-switch
  .switch-yes-no-button
  .switch-input-button:checked
  ~ .switch-label-button:after {
  transform: rotateY(0);
}
.content-switch .switch-slide-button {
  padding: 0;
  background: #ffffff;
  border-radius: 0;
  background-image: none;
}
.content-switch .switch-slide-button .switch-label-button {
  box-shadow: none;
  background: none;
  overflow: hidden;
}
.content-switch .switch-slide-button .switch-label-button:after,
.content-switch .switch-slide-button .switch-label-button:before {
  width: 100%;
  height: 65%;
  top: 5px;
  left: 0;
  text-align: center;
  padding-top: 10px;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2),
    inset 0 0 3px rgba(0, 0, 0, 0.1);
}
.content-switch .switch-slide-button .switch-label-button:after {
  color: #ffffff;
  left: -100px;
}
.content-switch .switch-slide-button .switch-label-button:before {
  background: #eceeef;
}
.content-switch .switch-slide-button .switch-handle-button {
  display: none;
}
.content-switch .switch-slide-button .danger-switch:after {
  background: #d9534f;
}
.content-switch .switch-slide-button .info-switch:after {
  background: #5bc0de;
}
.content-switch
  .switch-slide-button
  .primary-switch:checked
  ~ .switch-button-label {
  background: #ffffff;
}
.content-switch
  .switch-slide-button
  .danger-switch:checked
  ~ .switch-button-label {
  background: #ffffff;
  background: #d9534f;
}
.content-switch
  .switch-slide-button
  .info-switch:checked
  ~ .switch-button-label {
  background: #ffffff;
  background: #5bc0de;
}
.content-switch
  .switch-slide-button
  .switch-input-button:checked
  ~ .switch-label-button:before {
  left: 100px;
}
.content-switch
  .switch-slide-button
  .switch-input-button:checked
  ~ .switch-label-button:after {
  left: 0;
}
.content-switch .switch-light-button {
  padding: 0;
  background: #ffffff;
  background-image: none;
}
.content-switch .switch-light-button .switch-label-button {
  background: #ffffff;
  border: solid 2px #eceeef;
  box-shadow: none;
}
.content-switch .switch-light-button .switch-label-button:before {
  right: inherit;
  left: 11px;
}
.content-switch .switch-light-button .switch-handle-button {
  top: 6px;
  left: 72px;
  background: #dadada;
  width: 22px;
  height: 22px;
  box-shadow: none;
}
.content-switch .switch-light-button .switch-handle-button:before {
  background: #eceeef;
}
.content-switch .switch-light-button .danger-switch:after {
  color: #d9534f;
}
.content-switch .switch-light-button .info-switch:after {
  color: #5bc0de;
}
.content-switch
  .switch-light-button
  .primary-switch:checked
  ~ .switch-label-button {
  background: #ffffff;
}
.content-switch
  .switch-light-button
  .danger-switch:checked
  ~ .switch-label-button {
  background: #ffffff;
  border-color: #d9534f;
}
.content-switch
  .switch-light-button
  .info-switch:checked
  ~ .switch-label-button {
  background: #ffffff;
  border-color: #5bc0de;
}
.content-switch
  .switch-light-button
  .primary-switch:checked
  ~ .switch-handle-button {
  left: 72px;
  box-shadow: none;
}
.content-switch
  .switch-light-button
  .danger-switch:checked
  ~ .switch-handle-button {
  left: 72px;
  box-shadow: none;
  background: #d9534f;
}
.content-switch
  .switch-light-button
  .info-switch:checked
  ~ .switch-handle-button {
  left: 72px;
  box-shadow: none;
  background: #5bc0de;
}
.content-switch
  .switch-light-button
  .switch-input-button:checked
  ~ .switch-handle-button:before {
  background: rgba(255, 255, 255, 0.7);
}
.content-switch #simple-switch-output,
.content-switch #simple-blockquote-output,
.content-switch #right-color-switch-output,
.content-switch #right-square-switch-output,
.content-switch #right-button-switch-output,
.content-switch #left-right-switch-output,
.content-switch #right-flat-switch-output,
.content-switch #yes-no-switch-output,
.content-switch #right-slide-switch-output,
.content-switch #light-switch-output {
  margin-bottom: -15px;
  overflow: hidden;
}

/*----------------------------------------------

END SWITCHES STYLE

------------------------------------------------*/
/*---- START RESPONSIVE ----*/
/*---- END RESPONSIVE ----*/
/*----------------------------------------------

START COLOR GENERATOR

------------------------------------------------*/
.contain-inner.color-generator {
  margin: 0 20px 20px;
}
.contain-inner.color-generator .content {
  margin: 20px 0 0;
}

.color-generator .full-border {
  background: #ffffff;
}
.color-generator .profile-color h5 {
  margin: 10px;
}
.color-generator .profile-color h6 {
  margin-bottom: 10px;
}
.color-generator .color-bg-padding {
  padding: 30px;
  background: #ccc;
}
.color-generator .color-box-width {
  width: 195px;
  float: left;
  margin-right: 20px;
}
.color-generator .color-box {
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px;
  padding: 10px;
}
.color-generator .color-box .color-box-title {
  font-size: 16px;
  line-height: 30px;
}
.color-generator .color-box .color-border {
  padding-bottom: 0;
  border: 1px solid #cccccc;
}
.color-generator .color-box .form-control {
  margin: 5px 0 10px 0;
  font-size: 13px;
}
.color-generator .color-box .colorpicker.colorpicker-visible {
  z-index: 9;
}
.color-generator .color-box .colorpicker-saturation {
  width: 125px;
  height: 125px;
}
.color-generator .color-box .colorpicker-hue,
.color-generator .color-box .colorpicker-alpha {
  height: 125px;
}
.color-generator .content-color {
  background: #ccc;
  padding: 10px;
}
.color-generator .choose-color-box {
  height: 100px;
  width: 100%;
  background: none;
  border: none;
  padding: 0;
  margin-bottom: 10px;
}
.color-generator .btn-secondary.flat-buttons:hover {
  border: 1px solid transparent;
}

/*----------------------------------------------

END COLOR GENERATOR

------------------------------------------------*/
/*---- START COLOR GENERATOR RESPONSIVE ----*/
@media (max-width: 767px) {
  .color-generator .content-color {
    margin-bottom: 20px;
  }
  .color-generator .activities-profile .right-activities-profile h5 {
    line-height: 20px;
  }
  .color-generator .color-box-width {
    width: 192px;
    margin-right: 8px;
  }
  .color-generator .color-box .colorpicker-saturation {
    width: 120px;
    height: 120px;
  }
  .color-generator .color-box .colorpicker-hue,
  .color-generator .color-box .colorpicker-alpha {
    height: 120px;
  }
}
@media (max-width: 479px) {
  .color-generator .color-box-width {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .color-generator .activities-profile .right-activities-profile h5 {
    line-height: 10px;
  }
}
/*---- END COLOR GENERATOR RESPONSIVE ----*/
/*----------------------------------------------

DASHBOARD 4 PAGE STYLE

------------------------------------------------*/
.dashboard_v4-page.contain-inner {
  overflow: hidden;
  padding: 3px;
}

/*dashboard box*/
.dashboard_v4_box_block .content {
  border: none;
  margin: 0 0 20px 0;
}

.dashboard_v4_box_icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  border: 6px solid;
  /*&.primary_box{
    background: $primary-background-color;
    border-color: $primary-background-hover-light-color;
  }*/
}
.dashboard_v4_box_icon i {
  font-size: 27px;
  line-height: 70px;
  color: #ffffff;
}
.dashboard_v4_box_icon.success_box {
  background: #5cb85c;
  border-color: #b5dfb5;
}
.dashboard_v4_box_icon.warning_box {
  background: #f0ad4e;
  border-color: #fae3c4;
}
.dashboard_v4_box_icon.danger_box {
  background: #d9534f;
  border-color: #f0b9b8;
}

.dashboard_v4_box_title {
  text-align: right;
}
.dashboard_v4_box_title h4 {
  font-weight: 700;
  color: #777777;
  margin: 10px 0 5px 0;
}
.dashboard_v4_box_title p {
  padding-bottom: 5px;
}

/*revenue chart*/
#dashboard_v4_revenue_chart {
  height: 333px;
}

.dashboard_v4_revenue_block {
  background: #000;
  color: #ffffff;
  padding: 20px;
}
.dashboard_v4_revenue_block .revenue_title {
  padding: 15px 25px;
}
.dashboard_v4_revenue_block .revenue_title h4 {
  color: #ffffff;
}

.dashboard_v4_revenue_block {
  margin-left: -15px;
  margin-bottom: 20px;
}

/*project progress*/
.dashboard_v4_project_block table {
  margin-bottom: 0;
}
.dashboard_v4_project_block table tbody tr {
  padding: 0 20px;
  display: block;
}
.dashboard_v4_project_block table tbody td {
  padding: 12px;
}
.dashboard_v4_project_block table tbody td h6 {
  font-size: 15px;
}
.dashboard_v4_project_block table tbody td p {
  font-size: 12px;
  padding-bottom: 0;
}

.dashboard_v4_project_main {
  padding: 0;
  border: 1px solid #dedcdc;
  margin-bottom: 20px;
  margin-right: -15px;
}
.dashboard_v4_project_main .page-content-title {
  padding: 20px 20px 0 20px;
}

/*weather*/
.dashboard_v4_weather {
  border-radius: 4px;
}

.weather-block {
  background-image: url("../../../assets/global/image/img_640x430.png");
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
.weather-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.weather-block canvas {
  height: 90px;
  display: inline-block;
  float: left;
}
.weather-block h2 {
  color: #ffffff;
  font-size: 45px;
  line-height: 100px;
  text-align: left;
}

.weather-block_display {
  padding: 52px 10px 10px 0;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  width: 260px;
}

.weather-display-block {
  padding: 15px;
}

.weather-display-title {
  padding-bottom: 52px;
  position: relative;
}
.weather-display-title h5 {
  color: #ffffff;
}

.weather-display-day h6 {
  color: #ffffff;
  font-size: 14px;
}

/*project list*/
.dashboard_v4_project_list.content {
  margin: 0 0 20px 0;
}

/*daily visiter chart*/
.dashboard_v4_chart {
  height: 95px;
}

/*advertise chart*/
.dashboard_v4_advertise {
  height: 108px;
}

.legendColorBox {
  padding-right: 10px;
}

/*expense daily sale*/
.dashboard_v4_sale .vertical-progress-bar {
  border-bottom: 3px solid #d9534f;
}
.dashboard_v4_sale .vertical-progress-bar .progress-bar {
  height: 75px;
  width: 20px;
  margin-right: 9px;
}
.dashboard_v4_sale .vertical-progress-bar .progress-fill span {
  display: none;
}
.dashboard_v4_sale .vertical-progress-bar .progress-track {
  background: #f1f1f1;
}

.bar-legend {
  position: absolute;
  right: 35px;
  top: 60px;
  list-style: none;
}

.bar-legend-pointer {
  height: 10px;
  width: 10px;
  display: inline-block;
  position: relative;
  top: 1px;
  margin-right: 5px;
}

/*expense chart*/
#dashboard_v4_monthly_expense {
  height: 89px;
}

/*advertise box*/
.dashboard_4_advertise_box {
  padding: 15px;
  overflow: hidden;
  color: #ffffff;
  position: relative;
  height: 151px;
  display: block;
}
.dashboard_4_advertise_box h5,
.dashboard_4_advertise_box i {
  color: #ffffff;
}
.dashboard_4_advertise_box i {
  font-size: 22px;
}
.dashboard_4_advertise_box.dashboard_4_advertise_box2 {
  padding: 30px 15px;
}

.dashboard_4_advertise_box3 {
  padding: 42px 25px;
  overflow: hidden;
  color: #ffffff;
  height: 151px;
}
.dashboard_4_advertise_box3 h5,
.dashboard_4_advertise_box3 i,
.dashboard_4_advertise_box3 h4 {
  color: #ffffff;
}
.dashboard_4_advertise_box3 i {
  line-height: 65px;
  font-size: 50px;
}
.dashboard_4_advertise_box3.google_bg {
  background: #dd4b39;
}
.dashboard_4_advertise_box3.twitter_bg {
  background: #55acee;
}

.dashboard_4_advertise_image {
  background-image: url("../../../assets/global/image/img_340x200.png");
  background-position: center center;
  background-size: 100% 100%;
  height: 151px;
  padding: 20px;
}
.dashboard_4_advertise_image h5 {
  color: #ffffff;
}

.advertise_box_icon i {
  font-size: 45px;
  margin-bottom: 15px;
}

.dashboard_v4_advertise_block {
  margin-bottom: 20px;
  overflow: hidden;
}

/*advertise box slider*/
.tile-active {
  margin: 0;
  height: 151px;
  overflow: hidden;
}

.dashboard_v4_map .map {
  height: 300px;
}
.dashboard_v4_map .map svg {
  height: 300px;
  margin: 0 10%;
}

.dashboard_v4_map_block.content {
  margin: 0;
}

#dashboard-chart-line {
  height: 277px;
}

#yaxis {
  position: absolute;
  left: 0;
  height: 100%;
  width: 20px;
}

#xaxis {
  position: absolute;
  width: 100%;
  height: 21px;
  left: 20px;
  bottom: 0;
}

/*----------------------------------------------

END DASHBOARD 4 PAGE STYLE

------------------------------------------------*/
/*---- START RESPONSIVE ----*/
@media (min-width: 1200px) and (max-width: 1468px) {
  .dashboard_v4_block {
    width: 40%;
  }

  .dashboard_v4_block2 {
    width: 60%;
  }

  .dashboard_v4_project_block table tbody tr {
    padding: 0 10px;
  }
  .dashboard_v4_project_block table tbody td {
    padding: 9px 8px;
  }

  #dashboard_v4_revenue_chart {
    height: 309px;
  }

  /*.stackline-bar, .sparkline-line, .sparkline-inlinerange, .sparkline-linecustom{
    canvas{
      width: 58px !important;
      height: 40px !important;
    }
  }*/
}
@media (max-width: 1366px) {
  .dashboard_v4_box_block .content {
    padding: 15px;
  }

  .dashboard_v4_box_icon {
    width: 70px;
    height: 70px;
    margin: 6px 0;
  }

  .dashboard_v4_box_icon i {
    font-size: 25px;
    line-height: 58px;
  }

  .dashboard_v4_box_title h4 {
    font-size: 20px;
  }

  .dashboard_v4_box_title p {
    font-size: 12px;
  }

  .dashboard_v4_project_main {
    margin-right: -15px;
  }

  .dashboard_v4_revenue_block {
    margin-left: -15px;
  }

  .dashboard_v4_chart_contain h5 {
    font-size: 16px;
  }

  .dashboard_v4_box_block h4 {
    font-size: 19px;
  }

  .dashboard_4_advertise_box h5 {
    font-size: 14px;
  }
  .dashboard_4_advertise_box p {
    font-size: 12px;
  }

  .dashboard_4_advertise_box3 i {
    font-size: 35px;
  }
  .dashboard_4_advertise_box3 h4 {
    font-size: 20px;
  }
  .dashboard_4_advertise_box3 h5 {
    font-size: 14px;
  }

  .dashboard_v4_map .map svg {
    margin: auto;
  }
}
@media (max-width: 1199px) {
  .dashboard_v4_box_block .content {
    padding: 20px;
  }

  .dashboard_v4_box_icon {
    width: 80px;
    height: 80px;
    margin: 0;
  }

  .dashboard_v4_box_icon i {
    font-size: 27px;
    line-height: 70px;
  }

  .dashboard_v4_box_title h4 {
    font-size: 24px;
  }

  .dashboard_v4_box_title p {
    font-size: 14px;
  }

  .dashboard_v4_project_main {
    margin-right: 0;
  }

  .dashboard_v4_revenue_block {
    margin-left: 0;
  }

  .dashboard_v4_chart_contain h5 {
    font-size: 20px;
  }

  .dashboard_v4_box_block h5 {
    font-size: 24px;
  }

  .dashboard_v4_sm_space {
    height: 15px;
    clear: both;
  }

  .dashboard_4_advertise_box h5 {
    font-size: 20px;
  }
  .dashboard_4_advertise_box p {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .dashboard_v4_box_block h5 {
    font-size: 17px;
  }
}
@media (max-width: 479px) {
  .weather-block canvas {
    height: 75px;
  }

  .weather-block h2 {
    font-size: 40px;
    line-height: 78px;
  }

  .weather-block_display {
    width: 225px;
  }
}
@media (max-width: 575px) {
  .dashboard_v4_xs_space {
    height: 15px;
    clear: both;
  }

  .dashboard_4_advertise_box p {
    padding-bottom: 0;
  }
}
/*---- END RESPONSIVE ----*/
/*----------------------------------------------

ANALYTICS DASHBOARD PAGE STYLE

------------------------------------------------*/
.visibility-title {
  display: inline-block;
  float: left;
  width: 35%;
}

.visibility-icon {
  font-size: 34px;
  line-height: 68px;
  opacity: 0.5;
}

.analytics-chart-height {
  height: 150px;
}

.analytics-dashbard-page {
  margin: 20px 20px 0 20px;
}
.analytics-dashbard-page .map-size {
  height: 428px;
}
.analytics-dashbard-page .content {
  margin: 0 0 20px;
}
.analytics-dashbard-page .fa-spin {
  -webkit-animation: fa-spin 10s infinite linear;
  animation: fa-spin 10s infinite linear;
}
.analytics-dashbard-page .social-icon-slider .social-icon {
  padding: 25px 50px;
}
.analytics-dashbard-page .social-icon-slider {
  margin-bottom: 20px;
}

.dahsboard-analytics {
  margin-bottom: 20px;
}

.box-dahsboard-analytics {
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.box-dahsboard-analytics.primary-bg {
  background: #0f5b00;
}
.box-dahsboard-analytics.primary-bg canvas {
  width: 100% !important;
}
.box-dahsboard-analytics.spice-bg {
  background: #6d4c41;
}
.box-dahsboard-analytics.spice-bg canvas {
  width: 100% !important;
}
.box-dahsboard-analytics.soft-orange-bg {
  background: #f2784b;
}
.box-dahsboard-analytics.soft-orange-bg canvas {
  width: 100% !important;
}
.box-dahsboard-analytics.golden-bg {
  background: #f3c200;
}
.box-dahsboard-analytics.golden-bg canvas {
  width: 100% !important;
}
.box-dahsboard-analytics.purple-bg {
  background: #6d5cae;
}
.box-dahsboard-analytics.purple-bg canvas {
  width: 100% !important;
}
.box-dahsboard-analytics.dribbble-bg {
  background: #e24d87;
}
.box-dahsboard-analytics.dribbble-bg canvas {
  width: 100% !important;
}
.box-dahsboard-analytics .title-box {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  padding: 15px 0 0 15px;
}

.advertize_box {
  padding: 40px 20px;
  overflow: hidden;
}

.wrapper .advertize_contain h4,
.wrapper .advertize_contain p {
  color: #ffffff;
}
.wrapper .advertize_contain .btn-outline-primary {
  color: #ffffff;
  border-color: #ffffff;
}
.wrapper .advertize_contain .btn-outline-primary:hover,
.wrapper .advertize_contain .btn-outline-primary:focus {
  background: transparent;
  border-color: #ffffff;
  border-width: 1px;
  border-style: solid;
}

.advertize_box2 {
  color: #ffffff;
  margin-bottom: 20px;
}

.advertize_contain2 {
  text-align: left;
  padding: 10px 20px;
}
.advertize_contain2 h4 {
  color: #ffffff;
}

.advertize_icon {
  display: inline-block;
  float: right;
  padding: 10px 20px;
  opacity: 0.5;
}
.advertize_icon i {
  font-size: 50px;
  line-height: 70px;
}

.analytics-chartist-height {
  height: 250px;
}

.chart_section .content {
  border: none;
}

.title_seprator {
  background: #333333;
  width: 100px;
  height: 2px;
  margin: 5px 0 10px 0;
}
.title_seprator.success-text {
  background: #5cb85c;
}
.title_seprator.warning-text {
  background: #f0ad4e;
}
.title_seprator.danger-text {
  background: #d9534f;
}

.chart_section_contain .success-text {
  color: #5cb85c;
}
.chart_section_contain .warning-text {
  color: #f0ad4e;
}
.chart_section_contain .danger-text {
  color: #d9534f;
}

.analytics_user_section .content {
  border: none;
}
.analytics_user_section .analytics_user_title {
  color: #777777;
}
.analytics_user_section .user_process {
  position: absolute;
  left: 35%;
  top: 41%;
  font-size: 25px;
}
.analytics_user_section .user_process.angular {
  left: 45%;
  top: 45%;
}
.analytics_user_section .circle-bar {
  position: relative;
}

.analytics_like {
  display: inline-block;
  float: left;
  text-align: center;
  width: 50%;
}

.analytics_user_like {
  color: #777777;
  margin-bottom: 10px;
}

.analytics_comment {
  float: left;
  text-align: center;
  border-left: 1px solid #f1f1f1;
  width: 50%;
}

.analytics_views {
  text-align: center;
  border-bottom: 1px solid #f1f1f1;
}

.analytics_like_title {
  color: #3b5998;
}

.analytics_comment_title {
  color: #dd4b39;
}

.analytics-sale-height {
  height: 256px;
}

.sale_title {
  margin-bottom: 15px;
}
.sale_title h1 {
  font-size: 45px;
  line-height: 60px;
}
.sale_title h5 {
  color: #777777;
}

.daily_load_section {
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.daily_load_section-1 {
  padding: 30px 20px;
}
.daily_load_section-1 h5,
.daily_load_section-1 h3 {
  color: #ffffff;
}

.daily_load_section-2 {
  padding: 20px;
}
.daily_load_section-2 .chart_title {
  color: #ffffff;
  display: inline-block;
  float: left;
}
.daily_load_section-2 .chart_per {
  text-align: right;
  color: #ffffff;
}

.daily_load_section_title-1 {
  margin-top: 15px;
}

.revenue_count {
  margin-bottom: 15px;
}

.statistics-chart-height {
  height: 253px !important;
  margin-top: 15px;
}
.statistics-chart-height text {
  fill: #051e00;
}

.analytics_userlist.list-group {
  margin-bottom: 20px;
}
.analytics_userlist .list-group-item {
  background: #fae3c4;
  border-color: #f0ad4e;
}
.analytics_userlist .list-group-item .user-list-detail h6 {
  color: #f0ad4e;
}

.analytics_table tbody tr td i {
  font-size: 20px;
}

.analytics_opera {
  color: #d9534f;
}

.analytics_explorer {
  color: #5bc0de;
}

.analytics_crome {
  color: #f0ad4e;
}

.analytics_firefox {
  color: #d9534f;
}

#myChart {
  height: 286px !important;
}

.analytics_live_chart .content {
  border: none;
  background: linear-gradient(rgba(217, 83, 79, 0.44), rgba(217, 83, 79, 0.76));
  padding: 0;
}
.analytics_live_chart .page-content-title {
  margin-top: 20px;
  text-align: center;
  color: #d9534f;
}

.tweet_block {
  text-align: right;
  padding: 0 15px;
  border-right: 1px solid #cccccc;
}
.tweet_block p {
  padding-bottom: 0;
}

.tweet_block2 {
  margin: 10px 0;
}
.tweet_block2 p {
  padding-bottom: 0;
}

.tweet_count2 {
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.tweet_icon {
  font-size: 20px;
  line-height: 26px;
  color: #d9534f;
}

.tweet_desc2 {
  text-align: left;
  font-size: 12px;
  clear: both;
}

.page_visit svg {
  height: 180px;
}

#traffic_overview_chart {
  max-height: 335px !important;
}

.most_view_main .content {
  border: none;
}
.most_view_main ul {
  list-style: none;
  padding-left: 0;
}
.most_view_main ul li {
  overflow: hidden;
  padding: 10px 0;
}
.most_view_main .page_name {
  display: inline-block;
  float: left;
  padding-bottom: 0;
}
.most_view_main .page_views {
  float: right;
  font-weight: 700;
}

.analytics-dashbard-page .activities-count {
  width: 125px;
}

.sessions_count {
  text-align: center;
  font-size: 40px;
  line-height: 61px;
}

.google_analytics_block {
  padding: 12px 0;
}
.google_analytics_block span {
  font-size: 30px;
  float: right;
  margin-right: 15px;
}
.google_analytics_block .google_analytics_icon {
  font-size: 50px;
  color: #d9534f;
  line-height: 50px;
  position: absolute;
  top: 10px;
  left: 32px;
}

.google_analytics .content {
  padding: 25px 0;
}

.sparkline-google canvas {
  width: 100% !important;
}

.mapael .map {
  position: relative;
}

.mapael .mapTooltip {
  position: absolute;
  background-color: #ffffff;
  moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
  border-radius: 10px;
  padding: 10px;
  z-index: 1000;
  max-width: 200px;
  display: none;
}

/*----------------------------------------------

ANALYTICS DASHBOARD PAGE STYLE

------------------------------------------------*/
/*---- START RESPONSIVE ----*/
@media (min-width: 1200px) and (max-width: 1620px) {
  .visibility-title {
    width: 60%;
  }

  .box-dahsboard-analytics .title-box {
    font-size: 13px;
  }

  .advertize_box {
    padding: 20px 10px;
  }

  .wrapper .advertize_contain h4 {
    font-size: 20px;
  }
  .wrapper .advertize_contain p {
    font-size: 13px;
  }

  .advertize_contain2 h4 {
    font-size: 20px;
  }

  #myChart {
    height: 270px !important;
  }

  .chart_section .content {
    padding: 10px 5px;
  }

  .chart_section_contain h4 {
    font-size: 20px;
  }
  .chart_section_contain p {
    font-size: 13px;
  }

  .tweet_block {
    padding: 0 10px 0 0;
  }

  .tweet_block2 {
    margin: 6px 0 0 -15px;
  }

  .daily_load_section-1 h5 {
    font-size: 13px;
  }
  .daily_load_section-1 h3 {
    font-size: 21px;
  }

  .analytics_user_section .content {
    padding: 15px;
  }
  .analytics_user_section .user_process {
    left: 35%;
    top: 39%;
    font-size: 20px;
  }

  .analytics-dashbard-page .activities-count {
    width: 33.33%;
  }
  .analytics-dashbard-page .activities-count h5,
  .analytics-dashbard-page .activities-count h6,
  .analytics-dashbard-page .activities-count span {
    font-size: 15px;
  }

  .analytics_views h4,
  .analytics_like h4,
  .analytics_comment h4 {
    font-size: 16px;
  }

  .sale_title h1 {
    font-size: 35px;
    line-height: 50px;
  }
  .sale_title h5 {
    font-size: 17px;
  }

  .most_view_main .page-content-title {
    font-size: 14px;
  }
  .most_view_main ul li {
    padding: 5px 0;
  }
  .most_view_main .content {
    padding: 15px;
  }

  .sessions_count {
    font-size: 30px;
    line-height: 41px;
  }

  .google_analytics .content {
    padding: 10px 0;
  }

  .google_analytics_block .google_analytics_icon {
    font-size: 37px;
  }
  .google_analytics_block span {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .visibility-title {
    width: 50%;
  }

  .daily_load_section-1 h5 {
    font-size: 17px;
  }
  .daily_load_section-1 h3 {
    font-size: 26px;
  }

  .advertize_box {
    padding: 35px 20px;
  }

  .daily_load_section_title {
    display: inline-block;
    float: left;
    border-right: 1px solid #1db200;
    border-bottom: none;
    padding-right: 13px;
  }

  .daily_load_section_title-1 {
    margin: 0;
    padding-left: 13px;
    float: left;
  }

  .analytics-dashbard-page .activities-count {
    width: 122px;
  }
}
@media (max-width: 767px) {
  .analytics-dashbard-page .divider-lg-spacing {
    height: 0px;
  }
  .analytics-dashbard-page .visibility-icon {
    padding-bottom: 20px;
  }

  .dahsboard-analytics .divider15 {
    height: 0;
  }

  .boxes-xs {
    padding-bottom: 15px;
  }

  .daily_load_section-1 h5 {
    font-size: 15px;
  }
  .daily_load_section-1 h3 {
    font-size: 24px;
  }

  .analytics_user_section .user_process {
    left: 33%;
    top: 40%;
    font-size: 20px;
  }

  .analytics_views h4,
  .analytics_like h4,
  .analytics_comment h4 {
    font-size: 20px;
  }

  .sale_title h1 {
    font-size: 35px;
    line-height: 50px;
  }
  .sale_title h5 {
    font-size: 17px;
  }

  .google_analytics_block .google_analytics_icon {
    font-size: 40px;
  }
  .google_analytics_block span {
    font-size: 21px;
  }
}
@media (max-width: 479px) {
  .daily_load_section_title {
    display: block;
    float: none;
    border-right: none;
    border-bottom: 1px solid #1db200;
    padding-right: 0;
  }

  .daily_load_section_title-1 {
    padding-left: 0;
    float: none;
    margin-top: 15px;
  }

  .sessions_count {
    font-size: 33px;
  }
}
@media (max-width: 575px) {
  .tweet_block {
    border-right: none;
    border-bottom: 1px solid #cccccc;
  }

  .tweet_block2 {
    overflow: hidden;
  }

  .tweet_desc2 {
    font-size: 13px;
  }

  .analytics-dashbard-page .activities-count {
    width: 80px;
    border-right: 1px dotted #999999;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .analytics-dashbard-page .activities-count h5,
  .analytics-dashbard-page .activities-count span {
    font-size: 15px;
  }
  .analytics-dashbard-page .activities-count h6 {
    font-size: 13px;
  }
}
/*---- END RESPONSIVE ----*/
/*----------------------------------------------

START HOSPITAL DASHBOARD

------------------------------------------------*/
#liveoperations {
  min-width: 100%;
  height: 300px;
  margin: 0 auto;
}

.dashboard-v3 .poll-height {
  height: 300px;
}

/*---- groeth chart ----*/
.dashboard-groth {
  height: 320px;
  width: 100% !important;
}

.dashboard-hospital {
  overflow: hidden;
}

.hospital-box {
  padding: 0;
  background: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 4px;
  text-align: center;
  margin: 20px 0 0 0;
}
.hospital-box .title-box {
  font-size: 22px;
  text-transform: none;
  padding: 20px 10px 10px 10px;
}
.hospital-box i {
  font-size: 60px;
  padding: 30px 20px 15px 20px;
}
.hospital-box .box-text-bottom {
  font-size: 20px;
}
.hospital-box.hospital-margin-bottom-box {
  margin-bottom: 0;
}

.hospital-chart-height {
  height: 230px;
}

/*---- patient detail ----*/
.patient-detail,
.emergency-detail {
  padding: 25px 10px;
  border: 1px solid #dcdcdc;
  position: relative;
}
.patient-detail h6,
.emergency-detail h6 {
  font-weight: 100;
}
.patient-detail h6 span,
.emergency-detail h6 span {
  font-weight: 500;
}

.emergency-detail {
  background-image: url(../../../assets/global/image/img_40x40.png);
  background-position: right;
  background-repeat: no-repeat;
}

.patient-title {
  position: absolute;
  top: -15px;
  background: #ffffff;
  padding: 0 10px;
  left: 15px;
}

.patient-icon {
  padding: 15px;
  overflow: hidden;
}
.patient-icon p {
  font-size: 17px;
  color: #ffffff;
  float: left;
  margin: 0;
  padding: 0;
  clear: both;
}
.patient-icon h4 {
  color: #ffffff;
}

.patient-icon-color {
  font-size: 40px;
  float: right;
}

.currency-icon {
  float: left;
  margin-right: 5px;
  font-size: 24px;
  line-height: 37px;
  color: #ffffff;
}

.divider5 {
  height: 5px;
}

/*---- service ----*/
.hospital_service .progressbar-project .html-section .progress {
  height: 10px;
}

/*---- Today operation ----*/
#visited_patient_chart {
  min-width: 250px;
  height: 182px;
  margin: 0 auto;
}

.visited_patient_count {
  color: #d9534f;
}

.visited_patient_title {
  color: #777777;
}

.hospital_btn {
  width: 100%;
  border: none;
}

/*---- patient in ----*/
.patientin-chart-height {
  height: 300px;
}

/*---- hospital detail ----*/
.hospital_dashboard {
  display: table;
}
.hospital_dashboard .dashboard-v1 .social-icons-margin {
  margin: 20px 0 0 0;
}
.hospital_dashboard .dashboard-v1 .social-section {
  padding: 30px 10px;
}

.social-spice {
  background: #6d4c41;
}

.social-soft-orange {
  background: #f2784b;
}

/*---- admitted chart ----*/
.admitted-chart-height {
  height: 200px;
}
.admitted-chart-height svg {
  width: 100%;
}

/*---- discharge chart ----*/
.discharge-chart-height svg {
  height: 195px !important;
  width: 100%;
}

/*---- surgeries chart ----*/
.surgeries-chart-height {
  height: 200px;
}

/*---- madical chart ----*/
.hospital_dashboard.dashboard-v3 .medical_chart .ct-series-a .ct-line {
  stroke: #5cb85c;
}
.hospital_dashboard.dashboard-v3 .medical_chart .ct-series-a .ct-area {
  fill: #026502;
}
.hospital_dashboard.dashboard-v3 .medical_chart .ct-series-a .ct-point {
  stroke: #5cb85c;
}

.medical-chart-height svg {
  height: 195px !important;
  width: 100%;
}

/*---- earning chart ----*/
.earning_chart_height {
  height: 315px;
}

/*---- grandiant background ----*/
#hospital_canvas1,
#hospital_canvas2,
#hospital_canvas3,
#hospital_canvas4 {
  position: absolute;
  display: block;
  top: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  left: 0;
}

.hospital_dashboard_box {
  position: relative;
}

.hospital_dashboard_contain {
  position: relative;
}

/*----------------------------------------------

END HOSPITAL DASHBOARD

------------------------------------------------*/
/*---- START CRM DASHBOARD RESPONSIVE ----*/
@media (min-width: 1200px) and (max-width: 1665px) {
  .hospital_btn {
    font-size: 11px;
    padding: 8px 4px;
  }

  .btn.hospital_btn.flat-buttons:hover {
    font-size: 11px;
  }

  .hospital_dashboard .dashboard-v1 .social-section {
    padding: 30px 0;
  }
  .hospital_dashboard .dashboard-v1 .social-section .social-text {
    margin-left: -5px;
  }
  .hospital_dashboard .dashboard-v1 .social-section .social-text p {
    font-size: 25px;
  }
  .hospital_dashboard .dashboard-v1 .social-section .social-text span {
    font-size: 12px;
  }
  .hospital_dashboard .dashboard-v1 .social-section .social-icon {
    font-size: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1390px) {
  .visited_patient_count {
    font-size: 17px;
  }

  .visited_patient_title {
    font-size: 13px;
  }
}
@media (max-width: 1199px) {
  .hospital-box {
    margin: 20px 0 0 0;
  }

  .emergency-detail {
    margin-bottom: 15px;
  }

  .patient-image {
    margin-bottom: 15px;
  }
}
@media (max-width: 479px) {
  .patient-detail h6,
  .emergency-detail h6 {
    font-size: 14px;
  }

  .hospital_btn {
    font-size: 11px;
    padding: 8px 4px;
  }

  .btn.hospital_btn.flat-buttons:hover {
    font-size: 11px;
  }
}
@media (max-width: 575px) {
  .hospital-xs-space {
    margin-bottom: 20px;
  }

  .patient-image {
    text-align: center;
    margin-bottom: 35px;
  }
  .patient-image img {
    height: 200px;
    width: auto;
  }

  .patient-charge {
    margin-bottom: 15px;
  }
}
/*---- End CRM DASHBOARD RESPONSIVE ----*/
/*----------------------------------------------

START REAL ESTATE DASHBOARD

------------------------------------------------*/
.real-esate-dashboard {
  margin-bottom: 0;
}
.real-esate-dashboard .chart-real {
  margin: 0 0 20px 0;
}
.real-esate-dashboard
  .chart-real
  .colored-testimonial.testimonial_reverse
  .testimonial-content {
  padding-left: 0;
  padding-right: 20px;
}
.real-esate-dashboard .chart-real h2 {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
}
.real-esate-dashboard .chart-real #chart-area,
.real-esate-dashboard .chart-real #chart-douhnut,
.real-esate-dashboard .chart-real #canvas-polar {
  height: 350px !important;
  margin: auto;
  width: 350px !important;
}
.real-esate-dashboard .chart-real #chart-legend-normal,
.real-esate-dashboard .chart-real #chart-legend-pointstyle,
.real-esate-dashboard .chart-real #chart-legend-green {
  height: 250px !important;
}
.real-esate-dashboard .chart-real .ct-chart-stats {
  height: 498px !important;
}
.real-esate-dashboard .chart-real .detail-chart-real {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
  overflow: hidden;
}
.real-esate-dashboard .chart-real .detail-chart-real .customer-section-real {
  width: 33.3%;
  text-align: center;
}
.real-esate-dashboard
  .chart-real
  .detail-chart-real
  .customer-section-real
  .title-name-real {
  font-size: 15px;
  line-height: 15px;
  color: #999999;
  padding-bottom: 10px;
  font-weight: normal;
}
.real-esate-dashboard
  .chart-real
  .detail-chart-real
  .customer-section-real
  .value-real {
  line-height: 20px;
  font-size: 20px;
  padding-bottom: 10px;
  font-weight: 700;
}
.real-esate-dashboard .chart-real table.dataTable {
  width: 100% !important;
}
.real-esate-dashboard .chart-real .button-product-edit .site-btn {
  margin-right: 5px;
}
.real-esate-dashboard .chart-real .product-img {
  width: 40px;
  height: 40px;
}
.real-esate-dashboard .chart-real .product-img img {
  height: 100%;
  width: auto;
}
.real-esate-dashboard .chart-real .product-photos td {
  vertical-align: middle;
}
.real-esate-dashboard .chart-real a.action-icon {
  margin-right: 5px;
  color: #868686;
}
.real-esate-dashboard .chart-real .product-image-upload {
  color: #868686;
  display: inline;
}
.real-esate-dashboard .chart-real .product-image-upload input {
  width: 0;
  height: 0;
  display: none;
}
.real-esate-dashboard .chart-real .product-image-upload label {
  cursor: pointer;
}
.real-esate-dashboard .setting-section {
  height: 499px;
  min-height: 499px;
}
.real-esate-dashboard .todo_main .todo_block ul li {
  padding-bottom: 11px;
}
.real-esate-dashboard .agent-form {
  text-align: center;
}
.real-esate-dashboard .agent-form .agent_profile_icon {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 40px;
  display: inline-block;
  border-bottom: 4px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  border-top: none;
  padding: 25px;
  color: #ffffff;
}
.real-esate-dashboard .agent-form h5 {
  margin-bottom: 25px;
  margin-top: 15px;
}
.real-esate-dashboard .agent-form .agent_check {
  margin-bottom: 10px;
}
.real-esate-dashboard .agent-form .agent_reserved_text {
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 15px;
}
.real-esate-dashboard .agent-form .agent_reserved_text p {
  padding-bottom: 0;
}
.real-esate-dashboard .agent-form .agent_text_field {
  margin-bottom: 25px;
  display: table;
  width: 100%;
}
.real-esate-dashboard .agent-form .agent_text_field i {
  display: table-cell;
  padding: 0 12px;
  font-size: 15px;
  font-weight: 500;
  width: 1%;
  vertical-align: middle;
}
.real-esate-dashboard .agent-form .agent_text_field input {
  display: table-cell;
  width: 100%;
  margin-bottom: 0;
  padding: 10px 15px;
  font-size: 15px;
  border: none;
  color: #55595c;
}
.real-esate-dashboard .agent-form .agent_text_field select {
  display: table-cell;
  width: 100%;
  margin-bottom: 0;
  padding: 8px 15px 9px 15px;
  font-size: 15px;
  border: none;
  color: #55595c;
}
.real-esate-dashboard .agent-form .agent_text_field label {
  position: absolute;
  font-size: 14px;
  display: block;
  margin-top: 3px;
  color: #f84343;
  font-weight: 700;
}
.real-esate-dashboard .agent-form .login_agent_check {
  float: left;
  margin-bottom: 20px;
  text-align: left;
  width: 50%;
}
.real-esate-dashboard .agent-form .login_agent_forget_text {
  float: right;
  margin-top: 3px;
  text-align: right;
  width: 50%;
}
.real-esate-dashboard .agent-form .login_agent_sign_link {
  margin-top: 15px;
}
.real-esate-dashboard .box-section-real {
  clear: both;
  margin-bottom: 25px;
  overflow: hidden;
}
.real-esate-dashboard .box-section-real .left-icon-real {
  width: 17%;
  height: 84px;
  float: left;
  line-height: 99px;
  text-align: center;
}
.real-esate-dashboard .box-section-real .left-icon-real i {
  color: rgba(255, 255, 255, 0.4);
  font-size: 40px;
}
.real-esate-dashboard .box-section-real .right-des-real {
  float: left;
  padding: 0 0 0 15px;
  width: 83%;
}
.real-esate-dashboard .box-section-real .right-des-real h2 {
  font-size: 17px;
  line-height: 18px;
  color: #666;
}
.real-esate-dashboard .box-section-real .right-des-real h3 {
  font-size: 13px;
  color: #999999;
  line-height: 16px;
}
.real-esate-dashboard .box-section-real .right-des-real p {
  padding: 2px 0;
  clear: both;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.real-esate-dashboard .box-section-real .right-des-real .button-real-estate {
  clear: both;
}
.real-esate-dashboard .box-section-real .right-des-real button {
  margin-right: 5px;
}
.real-esate-dashboard .box-section-real .right-des-real button:last-child {
  margin-right: 0;
}
.real-esate-dashboard .last-section-real {
  margin-bottom: 0;
}
.real-esate-dashboard .ct-chart {
  height: 300px !important;
}
.real-esate-dashboard .ct-line.ct-threshold-above,
.real-esate-dashboard .ct-point.ct-threshold-above,
.real-esate-dashboard .ct-bar.ct-threshold-above {
  stroke: #d9534f;
}
.real-esate-dashboard .ct-line.ct-threshold-below,
.real-esate-dashboard .ct-point.ct-threshold-below,
.real-esate-dashboard .ct-bar.ct-threshold-below {
  stroke: #5cb85c;
}
.real-esate-dashboard .ct-area.ct-threshold-above {
  fill: #d9534f;
}
.real-esate-dashboard .ct-area.ct-threshold-below {
  fill: #5cb85c;
}
.real-esate-dashboard .ct-series-a .ct-bar.ct-threshold-above {
  stroke: #d9534f;
}
.real-esate-dashboard .ct-series-a .ct-bar.ct-threshold-below {
  stroke: #5cb85c;
}
.real-esate-dashboard .trafic-placeholder {
  height: 300px !important;
}
.real-esate-dashboard .login-form-real {
  position: relative;
  background-position: center;
  background: url("../../../assets/global/image/img_1280x780.png") no-repeat;
  background-size: 100% 100%;
  height: 590px;
  margin-bottom: 20px;
}
.real-esate-dashboard .login-form-real .login-form-in-real {
  height: 100%;
  width: 100%;
  position: absolute;
}
.real-esate-dashboard .login-form-real .login-form-in-real .detail-login-real {
  display: table;
  width: 100%;
  height: 100%;
}
.real-esate-dashboard
  .login-form-real
  .login-form-in-real
  .detail-login-real
  .detail-in-login-real {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.real-esate-dashboard
  .login-form-real
  .login-form-in-real
  .detail-login-real
  .detail-in-login-real
  .agent_profile_icon {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 40px;
  display: inline-block;
  border-bottom: 4px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  border-top: none;
  padding: 25px;
  color: #ffffff;
}
.real-esate-dashboard
  .login-form-real
  .login-form-in-real
  .detail-login-real
  .detail-in-login-real
  h2 {
  padding-top: 15px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
}
.real-esate-dashboard
  .login-form-real
  .login-form-in-real
  .detail-login-real
  .detail-in-login-real
  p {
  color: #ffffff;
  width: 75%;
  margin: auto;
  font-size: 15px;
  padding: 15px 0;
}
.real-esate-dashboard
  .login-form-real
  .login-form-in-real
  .detail-login-real
  .detail-in-login-real
  .button-login
  button {
  background: #ffffff;
  margin-right: 10px;
  border: 2px solid #ffffff;
}
.real-esate-dashboard
  .login-form-real
  .login-form-in-real
  .detail-login-real
  .detail-in-login-real
  .button-login
  button:hover {
  background: none;
  color: #ffffff;
}
.real-esate-dashboard #example-line-months-interpolation .ct-series-a .ct-line {
  fill: none;
  stroke-width: 4px;
  stroke-dasharray: 5px;
  -webkit-animation: dashoffset 1s linear infinite;
  -moz-animation: dashoffset 1s linear infinite;
  -o-animation: dashoffset 1s linear infinite;
  animation: dashoffset 1s linear infinite;
}
.real-esate-dashboard
  #example-line-months-interpolation
  .ct-series-b
  .ct-point {
  -webkit-animation: bouncing-stroke 0.5s ease infinite;
  -moz-animation: bouncing-stroke 0.5s ease infinite;
  -o-animation: bouncing-stroke 0.5s ease infinite;
  animation: bouncing-stroke 0.5s ease infinite;
}
.real-esate-dashboard #example-line-months-interpolation .ct-series-b .ct-line {
  fill: none;
  stroke-width: 3px;
}
.real-esate-dashboard
  #example-line-months-interpolation
  .ct-series-c
  .ct-point {
  -webkit-animation: exploding-stroke 1s ease-out infinite;
  -moz-animation: exploding-stroke 1s ease-out infinite;
  -o-animation: exploding-stroke 1s ease-out infinite;
  animation: exploding-stroke 1s ease-out infinite;
}
.real-esate-dashboard #example-line-months-interpolation .ct-series-c .ct-line {
  fill: none;
  stroke-width: 2px;
  stroke-dasharray: 40px 3px;
}
.real-esate-dashboard #example-plugin-threshold .ct-line {
  stroke-dasharray: 5px;
  animation: dashoffset 1s linear infinite;
}
@-ms-keyframes dashoffset {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -20px;
  }
}
@keyframes dashoffset {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -20px;
  }
}
/*----------------------------------------------

END REAL ESTATE DASHBOARD

------------------------------------------------*/
/*---- START REAL ESTATE DASHBOARD RESPONSIVE ----*/
@media (min-width: 1200px) and (max-width: 1620px) {
  .real-esate-dashboard .chart-real #chart-legend-normal,
  .real-esate-dashboard .chart-real #chart-legend-pointstyle,
  .real-esate-dashboard .chart-real #chart-legend-green {
    height: 250px !important;
    width: 100% !important;
  }
  .real-esate-dashboard .chart-real .agent-form .login_agent_forget_text {
    margin-top: 1px;
    font-size: 12px;
  }
  .real-esate-dashboard .chart-real .agent-form .login_agent_sign_link {
    font-size: 12px;
  }
  .real-esate-dashboard .chart-real .checkbox-squared {
    font-size: 12px;
  }
  .real-esate-dashboard .chart-real .ct-chart-stats {
    max-height: 360px;
  }
  .real-esate-dashboard .chart-real #chart-area,
  .real-esate-dashboard .chart-real #chart-douhnut,
  .real-esate-dashboard .chart-real #canvas-polar {
    height: 100% !important;
    width: 100% !important;
  }
  .real-esate-dashboard
    .chart-real
    .detail-chart-real
    .customer-section-real
    .title-name-real {
    font-size: 12px;
  }
  .real-esate-dashboard
    .chart-real
    .detail-chart-real
    .customer-section-real
    .value-real {
    font-size: 17px;
  }
  .real-esate-dashboard .chart-real .agent-form h5 {
    margin: 15px 0;
  }
  .real-esate-dashboard .box-section-real .left-icon-real {
    height: 75px;
    line-height: 88px;
    width: 25%;
  }
  .real-esate-dashboard .box-section-real .right-des-real {
    width: 75%;
  }
  .real-esate-dashboard .box-section-real .right-des-real h2 {
    font-size: 15px;
  }
  .real-esate-dashboard .login-form-real {
    height: 454px;
  }
}
@media (max-width: 1199px) {
  .real-esate-dashboard .chart-real .ct-chart-stats {
    height: 337px !important;
  }
  .real-esate-dashboard .login-form-real {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .real-esate-dashboard .chart-real .ct-chart-stats {
    height: 250px !important;
  }
  .real-esate-dashboard .chart-real .agent-form h5 {
    margin: 15px 0;
  }
  .real-esate-dashboard .left-icon-real {
    width: 22%;
  }
  .real-esate-dashboard .right-des-real {
    width: 78%;
  }
  .real-esate-dashboard
    .login-form-real
    .login-form-in-real
    .detail-login-real
    .detail-in-login-real
    h2 {
    font-size: 29px;
    line-height: 35px;
  }
  .real-esate-dashboard
    .login-form-real
    .login-form-in-real
    .detail-login-real
    .detail-in-login-real
    p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 479px) {
  .real-esate-dashboard .chart-real #chart-area,
  .real-esate-dashboard .chart-real #chart-douhnut,
  .real-esate-dashboard .chart-real #canvas-polar {
    height: 100% !important;
    width: 100% !important;
  }
  .real-esate-dashboard
    .chart-real
    .detail-chart-real
    .customer-section-real
    .title-name-real {
    font-size: 12px;
  }
  .real-esate-dashboard
    .chart-real
    .detail-chart-real
    .customer-section-real
    .value-real {
    font-size: 17px;
  }
  .real-esate-dashboard .chart-real .agent-form .login_agent_forget_text {
    margin-top: 1px;
    font-size: 12px;
  }
  .real-esate-dashboard .chart-real .agent-form .login_agent_sign_link {
    font-size: 12px;
  }
  .real-esate-dashboard .chart-real .agent-form .checkbox-squared {
    font-size: 12px;
  }
  .real-esate-dashboard .chart-real .left-icon-real {
    width: 30%;
  }
  .real-esate-dashboard .chart-real .left-icon-real i {
    font-size: 35px;
  }
  .real-esate-dashboard .chart-real .right-des-real {
    width: 70%;
  }
  .real-esate-dashboard .chart-real .right-des-real h2 {
    font-size: 14px;
  }
  .real-esate-dashboard .follow-profile .img-activities-profile {
    width: 18%;
  }
  .real-esate-dashboard .follow-profile .right-activities-profile {
    width: 77%;
  }
  .real-esate-dashboard .activities-profile .right-activities-profile h5 {
    line-height: 20px;
  }
}
/*---- End REAL ESTATE DASHBOARD RESPONSIVE ----*/
/*--test--*/

/*# sourceMappingURL=components.css.map */
