﻿body {
  font-family: 'Poppins', sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.clearfix {
  *zoom: 1;
}

  .clearfix:before,
  .clearfix:after {
    display: table;
    content: "";
    line-height: 0;
  }

  .clearfix:after {
    clear: both;
  }

a:hover, a:focus {
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* # General styles
================================================== */
* {
  outline: none !important;
}

html,
body {
  height: 100% !important;
}

body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #555555;
  font-size: 13px;
  background: #CECECE;
}

table {
}
/*h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}*/
/* # Layout
================================================== */
.page-container {
  max-width: none !important;
  padding: 0px 5px 0px 10px;
  margin-bottom: 20px;
}

.row-no-margin {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.col-no-margin {
  margin-left: -15px !important;
  margin-right: -15px !important;
}

#container {
  position: relative;
  height: 100%;
}

  #container.fixed-header {
    margin-top: 60px;
  }

  #container > #content > .container {
    float: left;
    width: 100%;
    padding-bottom: 10px;
  }

#content {
  /*background: #fff;*/
  margin-left: 250px;
  overflow: hidden;
  height: 100%;
  min-height: 100vh;
}

  #content > .wrapper {
    -webkit-transition: margin ease-in-out 0.1s;
    -moz-transition: margin ease-in-out 0.1s;
    -o-transition: margin ease-in-out 0.1s;
    transition: margin ease-in-out 0.1s;
    position: relative;
  }

.sidebar-closed > #content {
  margin-left: 0;
}
/* * * * * * * * * * * *
 * Page Header
 * * * * * * * * * * * */
.page-header {
  border: 0;
  margin: 0;
  *zoom: 1;
}

  .page-header:before,
  .page-header:after {
    display: table;
    content: "";
    line-height: 0;
  }

  .page-header:after {
    clear: both;
  }

.page-title {
  float: left;
}

  .page-title h3, .page-title h3 span.titlespan {
    margin: 0;
    color: #3795d7;
    font-size: 20px;
    line-height: 36px;
  }

    .page-title h3 span.titlespan {
      color: #FFF !important;
    }

  .page-title span {
    display: block;
    font-size: 11px;
    color: #888888;
    font-weight: normal;
  }

.page-stats {
  float: right;
  padding: 25px 0;
  margin-left: 0;
  list-style: none;
}

  .page-stats li {
    float: left;
    display: block;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #d9d9d9;
  }

    .page-stats li:first-child {
      border: 0;
    }

    .page-stats li .summary {
      float: left;
      margin-right: 18px;
    }

      .page-stats li .summary span {
        color: #888888;
        font-weight: 600;
        font-size: 11px;
        text-transform: uppercase;
      }

      .page-stats li .summary h3 {
        color: #555555;
        margin: 0;
        font-size: 20px;
        line-height: 20px;
        font-weight: 600;
      }

    .page-stats li .graph {
      float: right;
    }

    .page-stats li .sparkline {
      margin-top: 4px;
    }

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
  margin: 0 auto;
}

.align-right {
  text-align: right;
}
/* * * * * * * * * * * *
 * General
 * * * * * * * * * * * */
.full-width-fix {
  width: 100% !important;
}

.row-bg {
  background-color: #f9f9f9;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  margin: 0 -20px !important;
  margin-bottom: 25px !important;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 25px;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15) inset;
}

.hide-default {
  display: none;
}
/* * * * * * * * * * * *
 * Padding Fixes
 * * * * * * * * * * * */
/* 5px */
.padding-top-5px {
  padding-top: 5px;
}

.padding-bottom-5px {
  padding-bottom: 5px;
}

.padding-left-5px {
  padding-left: 5px;
}

.padding-right-5px {
  padding-right: 5px;
}
/* 10px */
.padding-top-10px {
  padding-top: 10px;
}

.padding-bottom-10px {
  padding-bottom: 10px;
}

.padding-left-10px {
  padding-left: 10px;
}

.padding-right-10px {
  padding-right: 10px;
}
/* * * * * * * * * * * *
 * Margin Fixes
 * * * * * * * * * * * */
.margin-top-0px {
  margin-top: 0;
}
/* * * * * * * * * * * *
 * Spacings
 * * * * * * * * * * * */
.spacing-10px {
  display: block;
  padding-top: 10px;
}
/* # Typography
================================================== */
/* * * * * * * * * * * *
 * Headlines
 * * * * * * * * * * * */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 300;
  /*font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
}

h2 {
  font-size: 25px;
}

h3 {
  font-size: 18px;
}

.subtitle {
  display: block;
  padding-bottom: 5px;
  font-weight: 600;
}

.widget-content + h1 {
  margin-top: 0;
}
/* * * * * * * * * * * *
 * Links
 * * * * * * * * * * * */
a {
  color: #4d7496;
}

  a:hover {
    color: #4d7496;
  }
/* * * * * * * * * * * *
 * Text Colors
 * * * * * * * * * * * */
span.blue {
  color: #54728c;
}

span.green {
  color: #94b86e;
}

span.red {
  color: #e25856;
}
/* # Header
================================================== */
.header {
  z-index: 10030;
}

.navbar {
  background: #FFF;
  min-height: 55px;
  filter: none;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: 0 5px 4px -5px rgba(4, 4, 4, 0.3);
  -webkit-box-shadow: 0 5px 4px -5px rgba(4, 4, 4, 0.3);
  -moz-box-shadow: 0 5px 4px -5px rgba(4, 4, 4, 0.3);
  -o-box-shadow: 0 5px 4px -5px rgba(4, 4, 4, 0.3);
}

  .navbar > .page-container {
    padding-left: 20px;
    padding-right: 20px;
  }

.navbar-right {
  float: right !important;
}

.navbar-left {
  float: left !important;
}

.navbar-text {
  line-height: 48px;
  color: #ffffff;
}

.navbar {
  /*font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  /* DEPRECATED
	.nav > li:active, .nav > li.open {
		//border-left-color: rgba(0, 0, 0, 0.28);
		//border-left-color: rgba(0, 0, 0, 0.65);

		+ li {
			//border-left-color: rgba(0, 0, 0, 0.65);
		}
	} */
}

  .navbar .navbar-brand {
    padding: 0;
    line-height: 55px;
    color: #ffffff;
    text-shadow: 0 1px 0 #000000;
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    padding-left: 0;
    max-width: none;
    margin-left: 0 !important;
    margin-right: 0;
    min-width: 240px;
    border-right: 1px solid rgb(222, 222, 222);
  }

    .navbar .navbar-brand img {
      margin-top: 5px;
    }

  .navbar .toggle-sidebar {
    float: left;
    display: inline-block;
    position: relative;
    color: #4E545D;
    padding: 6px 12px;
    font-size: 21px;
    text-decoration: none;
    margin-left: -40px;
    margin-top: 6px;
  }

    .navbar .toggle-sidebar:hover {
      background: rgba(255, 255, 255, 0.05);
    }

  .navbar .navbar-nav {
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

    .navbar .navbar-nav > li > a {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
    }

  .navbar .divider-vertical {
    height: 48px;
    border-left: 1px solid #4d7496;
    border-right: 1px solid #ffffff;
  }

  .navbar .nav > li {
    line-height: 28px;
  }

    .navbar .nav > li:first-child {
    }

    .navbar .nav > li.nav-toggle {
      display: none;
    }

    .navbar .nav > li > a {
      color: #ffffff;
      padding: 0px;
      background-color: #71C04D;
      margin-top: 12px;
      border-radius: 1px;
    }

      .navbar .nav > li > a:hover,
      .navbar .nav > li > a:focus {
        color: #ffffff;
        background: #63AD37;
      }

      .navbar .nav > li > a > span {
        padding-left: 5px;
      }

        .navbar .nav > li > a > span.username {
          font-weight: bold;
        }

      .navbar .nav > li > a .badge {
        position: absolute;
        font-size: 10px;
        font-weight: 300;
        top: 8px;
        right: 8px;
        text-align: center;
        height: 14px;
        background-color: #BE4141;
        background-color: rgba(219, 45, 42, 0.8);
        padding: 2px 4px;
        text-shadow: none;
      }

.user-desc {
  display: inline-block;
  padding: 6px 5px 6px;
  min-width: 100px;
  background: url("../img/settings.png") no-repeat 95% 10px;
}

  .user-desc .username {
    vertical-align: top;
    font-weight: 500;
    padding-right: 30px;
  }

.dropdown-menu .divider {
  margin: 5px 0;
}

.welcome-txt {
  font-size: 14px;
  font-weight: 600;
  color: #4b4b4b;
  margin-right: 15px;
  margin-top: 15px;
}
/* * * * * * * * * * * *
 * Project Switcher
 * * * * * * * * * * * */
.project-switcher {
  display: none;
  background-color: #334d63;
  /* * * * * * * * * * * *
	 * Project List
	 * * * * * * * * * * * */
}

  .project-switcher.open {
    display: block;
  }

  .project-switcher #frame {
    height: 150px;
  }

  .project-switcher .project-list {
    height: 100%;
    list-style: none;
    margin: 0 auto;
    padding: 30px 10px;
    text-align: center;
  }

    .project-switcher .project-list li {
      display: inline-block;
      padding: 0 30px;
      color: #fff;
      border-right: 1px solid rgba(0, 0, 0, 0.2);
    }

      .project-switcher .project-list li:last-child {
        border-right: none;
      }

      .project-switcher .project-list li a {
        color: #fff;
        display: block;
        padding: 15px;
        opacity: 0.9;
      }

        .project-switcher .project-list li a:hover {
          background-color: rgba(255, 255, 255, 0.07);
          text-decoration: none;
          opacity: 1;
        }

        .project-switcher .project-list li a:active {
          background-color: rgba(0, 0, 0, 0.07);
          -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.34) inset;
          -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.34) inset;
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.34) inset;
        }

      .project-switcher .project-list li .image,
      .project-switcher .project-list li .title {
        display: block;
      }

        .project-switcher .project-list li .image i {
          font-size: 25px;
        }

      .project-switcher .project-list li .title {
        font-weight: 600;
      }

      .project-switcher .project-list li .image + .title {
        padding-top: 10px;
      }

      .project-switcher .project-list li.current a {
        background-color: rgba(0, 0, 0, 0.07);
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.34) inset;
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.34) inset;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.34) inset;
      }
/* # Dropdowns
================================================== */
.navbar .dropdown-menu {
  margin-top: 0px !important;
  position: absolute !important;
  float: left !important;
  background-color: #fff !important;
  border: 1px solid #ccc !important;
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) !important;
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) !important;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) !important;
  right: 0;
  left: auto;
  padding: 0;
}

.dropdown-menu > li > a {
  padding: 8px 15px !important;
  color: #545454;
  border-top: 1px solid #E2E2E2;
  font-size: 12px;
  font-weight: 400;
}

.dropdown-menu > li:first-child > a {
  border-top: none;
}

.navbar .dropdown-toggle i.small {
  font-size: 10px;
}

.dropdown-menu {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07);
  font-size: 13px;
  text-align: left;
}

  .dropdown-menu > li > a > i,
  .dropdown-menu > li > i {
    margin-right: 5px;
  }

  .dropdown-menu > li > a:hover,
  .dropdown-menu > li > a:focus,
  .dropdown-submenu:hover > a,
  .dropdown-submenu:focus > a {
    background: #63AD37;
    filter: none;
    color: #fff;
  }

  .dropdown-menu > .active > a,
  .dropdown-menu > .active > a:hover,
  .dropdown-menu > .active > a:focus {
    background-color: #63AD37;
  }

.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 13px;
}

.btn-group > .btn {
  font-size: 13px;
}

.btn-group > .btn-lg {
  font-size: 14px;
}

.btn-group > .btn-sm {
  font-size: 12px;
}

.btn-group > .btn-xs {
  font-size: 11px;
}
/* * * * * * * * * * * *
 * Extended
 * * * * * * * * * * * */
.dropdown-menu.extended {
  min-width: 180px;
  max-width: 320px;
  width: 260px;
  padding: 0;
}

  .dropdown-menu.extended li {
    border-bottom: 1px solid #e6e6e6;
    /* * * * * * * * * * * *
		 * Notifications
		 * * * * * * * * * * * */
    /* * * * * * * * * * * *
		 * Progressbars (Tasks)
		 * * * * * * * * * * * */
    /* * * * * * * * * * * *
		 * Messages
		 * * * * * * * * * * * */
  }

    .dropdown-menu.extended li:last-child,
    .dropdown-menu.extended li.title {
      border-bottom: none;
    }

    .dropdown-menu.extended li.footer {
      text-align: center;
    }

      .dropdown-menu.extended li.footer a {
        background-color: #f9f9f9;
        color: #6f6f6f;
        padding: 8px;
      }

        .dropdown-menu.extended li.footer a:hover {
          background-color: #4d7496;
          color: #fff;
        }

    .dropdown-menu.extended li p {
      padding: 6px 15px;
      background-color: #334d63;
      margin: 0px;
      font-size: 13px;
      font-weight: 600;
      color: #fff;
    }

    .dropdown-menu.extended li a {
      font-size: 12px;
      padding: 10px;
      white-space: normal;
    }

      .dropdown-menu.extended li a:hover .time,
      .dropdown-menu.extended li a:hover .task .percent {
        color: #fff;
      }

    .dropdown-menu.extended li .message {
      padding: 7px;
    }

    .dropdown-menu.extended li .time {
      font-weight: 300;
      position: absolute;
      right: 5px;
      color: #adadad;
      font-size: 11px;
      padding-top: 3px;
    }

    .dropdown-menu.extended li .label {
      padding: 7px;
      width: 24px;
      text-align: center;
      display: inline-block;
    }

    .dropdown-menu.extended li .task .percent {
      float: right;
      display: inline-block;
      color: #adadad;
      font-size: 11px;
    }

    .dropdown-menu.extended li .progress {
      margin: 5px 0;
    }

    .dropdown-menu.extended li .photo img {
      float: left;
      height: 40px;
      width: 40px;
      margin-right: 6px;
    }

    .dropdown-menu.extended li .subject {
      display: block;
    }

      .dropdown-menu.extended li .subject .from {
        font-size: 13px;
        font-weight: 600;
      }

    .dropdown-menu.extended li .text {
      display: block;
      white-space: normal;
      font-size: 12px;
      line-height: 20px;
      padding-top: 1px;
    }
/* # Sidebar & Navigation
================================================== */
#sidebar {
  width: 255px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #525252;
  height: 100%;
  z-index: 700;
  /* * * * * * * * * * * *
	 * Scrollbar
	 * * * * * * * * * * * */
  /* * * * * * * * * * * *
	 * Search Input
	 * * * * * * * * * * * */
  /* Search Results */
  /* * * * * * * * * * * *
	 * Navigation
	 * * * * * * * * * * * */
  /* * * * * * * * * * * *
	 * Sidebar Title
	 * * * * * * * * * * * */
  /* * * * * * * * * * * *
	 * Sidebar Notifications
	 * * * * * * * * * * * */
}

  #sidebar * {
    overflow-x: hidden;
    overflow-y: visible;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  #sidebar #sidebar-content {
    float: left;
    width: 100% !important;
    padding-bottom: 50px;
  }

  #sidebar #divider {
    background: #ececec;
    min-height: 100%;
    position: absolute;
    margin-left: 250px;
    right: -1px;
    width: 8px;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    display: none;
  }

  #sidebar .resizeable {
    cursor: col-resize;
    background: url(../img/sidebar/sidebar-divider-dots.png) 2px 50% no-repeat #ececec !important;
  }

  #sidebar .slimScrollDiv {
    float: left !important;
    width: 100% !important;
  }

  #sidebar .slimScrollBar {
    width: 5px !important;
    background-color: #878787 !important;
    right: 0px !important;
    border-left: 1px solid #555555;
    border-right: 1px solid #555555;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }

  #sidebar .sidebar-search {
    margin: 15px;
    margin-right: 23px;
  }

    #sidebar .sidebar-search .input-box {
      border-bottom: 1px solid #d9d9d9 !important;
      padding-bottom: 2px;
    }

    #sidebar .sidebar-search span {
      display: block;
      overflow: hidden;
    }

    #sidebar .sidebar-search input {
      width: 100%;
    }

    #sidebar .sidebar-search input,
    #sidebar .sidebar-search .submit {
      margin: 0;
      border: 0;
      box-shadow: none;
      color: #555555;
      background-color: #f9f9f9 !important;
    }

    #sidebar .sidebar-search .submit {
      display: block;
      float: right;
      margin-top: 8px;
      opacity: 0.7;
    }

      #sidebar .sidebar-search .submit:hover,
      #sidebar .sidebar-search .submit:focus {
        opacity: 1.0;
      }

  #sidebar .sidebar-search-results {
    background-color: #ececec;
    padding: 10px;
    border-top: 1px solid #b9b9b9;
    border-bottom: 1px solid #dfdfdf;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    display: none;
  }

    #sidebar .sidebar-search-results.open {
      display: block;
    }

    #sidebar .sidebar-search-results .close {
      position: relative;
      top: -2px;
      right: 10px;
      font-size: 11px;
      line-height: 25px;
    }

      #sidebar .sidebar-search-results .close:hover {
        text-decoration: none;
        cursor: pointer;
        opacity: .5;
      }

    #sidebar .sidebar-search-results .title {
      font-weight: 600;
      padding: 5px 0;
      color: #888888;
      text-transform: uppercase;
      font-size: 12px;
    }

      #sidebar .sidebar-search-results .title > span {
        font-weight: 700;
      }

    #sidebar .sidebar-search-results .notifications li {
      padding-left: 0;
      padding-right: 0;
      margin-right: 5px;
      border-bottom-color: #d3d3d3;
    }

  #sidebar ul#nav {
    list-style: none;
    margin: 0px 0;
    padding: 0;
    /* * * * * * * * * * * *
		 * Mainmenu and submenus
		 * * * * * * * * * * * */
  }

    #sidebar ul#nav > li.current > a {
      color: #FFF;
      background: #71C04D;
      font-weight: 500;
    }

      #sidebar ul#nav > li.current > a > .arrow {
        right: 3px !important;
      }

    #sidebar ul#nav li {
      display: block;
      margin: 0;
      padding: 0;
      border: 0;
      border-bottom: 2px ridge rgba(109, 109, 109, 0.2);
    }

      #sidebar ul#nav li.open,
      #sidebar ul#nav li.open-default,
      #sidebar ul#nav li.open-fixed {
        border-bottom: none;
      }

      #sidebar ul#nav li.current > ul {
        display: block;
      }

      #sidebar ul#nav li.current .label.pull-right {
        margin-right: 10px;
      }

      #sidebar ul#nav li.open-default > ul,
      #sidebar ul#nav li.open-fixed > ul {
        display: block;
      }

      #sidebar ul#nav li .label {
        padding: 5px 8px;
        text-shadow: none;
      }

        #sidebar ul#nav li .label.pull-right {
          position: absolute;
          right: 15px;
          margin-right: 20px;
        }

      #sidebar ul#nav li .arrow {
        line-height: 20px;
        position: absolute;
        right: 3px;
      }

      #sidebar ul#nav li a {
        display: block;
        position: relative;
        margin: 0;
        border: 0;
        padding: 15px 15px;
        padding-left: 10px;
        color: #FFF;
        text-decoration: none;
        font-size: 14px;
        text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
      }

        #sidebar ul#nav li a:hover {
          background: #63AD37;
        }

        #sidebar ul#nav li a:active {
          background: #63AD37;
        }

    #sidebar ul#nav > li > a > span {
      display: inline-block;
      width: 25px;
      height: 20px;
      background: url("../img/sprite-img.png") no-repeat;
      vertical-align: middle;
      margin-top: -2px;
      margin-right: 5px;
    }

    #sidebar ul#nav li a span.icon1 {
      background-position: -2px -2px;
    }

    #sidebar ul#nav li a span.icon2 {
      background-position: -4px -28px;
    }

    #sidebar ul#nav li a span.icon3 {
      background-position: -4px -55px;
    }

    #sidebar ul#nav li a span.icon4 {
      background-position: -6px -78px;
    }

    #sidebar ul#nav li a span.icon5 {
      background-position: -7px -104px;
    }

    #sidebar ul#nav li a span.icon6 {
      background-position: -6px -132px;
    }

    #sidebar ul#nav li a span.icon7 {
      background-position: -6px -158px;
    }

    #sidebar ul#nav li a span.icon8 {
      background-position: -6px -180px; /**/
    }

    #sidebar ul#nav li a span.icon9 {
      background-position: -39px -2px;
    }

    #sidebar ul#nav li a span.icon10 {
      background-position: -39px -33px;
    }

    #sidebar ul#nav li a span.icon11 {
      background-position: -7px -180px;
    }

    #sidebar ul#nav li a span.icon12 {
      background-position: -36px -57px;
    }

    #sidebar ul#nav > li > a > span.count-digit, #sidebar ul#nav ul.sub-menu a > span.count-digit {
      background: none;
      border: 1px solid #eee;
      float: right;
      margin: 0;
      min-width: 30px;
      width: auto;
      text-align: center;
      font-size: 12px;
      border-radius: 15px;
      height: initial;
      font-weight: 500;
      overflow: hidden;
      position: absolute;
      right: 15px;
      padding-left: 5px;
      padding-right: 5px;
    }

    #sidebar ul#nav li a i[class^="icol-"],
    #sidebar ul#nav li a i[class^="icos-"],
    #sidebar ul#nav li a i[class*=" icol-"],
    #sidebar ul#nav li a i[class*=" icos-"] {
      margin-top: 2px;
    }

    #sidebar ul#nav > li.current,
    #sidebar ul#nav > .open {
      /** background:rgba(52, 96, 128, 0.7); **/
    }

    #sidebar ul#nav ul.sub-menu {
      display: none;
      list-style: none;
      clear: both;
      margin: 0;
      padding: 0;
      font-size: 13px;
    }

      #sidebar ul#nav ul.sub-menu a {
        font-weight: normal;
        padding: 10px 15px 8px 35px;
        text-transform: none;
        color: #FFF;
        font-size: 13px;
      }

        #sidebar ul#nav ul.sub-menu a i {
          margin-right: 5px;
        }

        #sidebar ul#nav ul.sub-menu a:active {
          background: rgba(52, 96, 128, 0.7);
        }

      #sidebar ul#nav ul.sub-menu ul.sub-menu {
        margin: 5px;
        margin-right: 0;
        margin-left: 40px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border: none;
      }

        #sidebar ul#nav ul.sub-menu ul.sub-menu > li {
          border-left: 1px solid #d1d1d1;
          border-bottom: none;
        }

          #sidebar ul#nav ul.sub-menu ul.sub-menu > li a {
            font-size: 12px;
            color: #6f6f6f;
            padding: 7px 15px;
          }

            #sidebar ul#nav ul.sub-menu ul.sub-menu > li a:hover {
              background: rgba(255, 255, 255, 0.3);
            }

            #sidebar ul#nav ul.sub-menu ul.sub-menu > li a:active {
              background: #ebebeb;
            }

        #sidebar ul#nav ul.sub-menu ul.sub-menu li:first-child > a {
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          box-shadow: none;
        }

  #sidebar .sidebar-title {
    background-color: #ececec;
    padding: 10px;
    font-weight: 600;
    border-top: 1px solid #b9b9b9;
    border-bottom: 1px solid #dfdfdf;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  }

  #sidebar .notifications {
    margin: 0;
    padding: 0;
    list-style: none;
  }

    #sidebar .notifications li {
      padding: 15px;
      border-bottom: 1px solid #ebebeb;
    }

      #sidebar .notifications li:last-child {
        border-bottom: none;
      }

      #sidebar .notifications li a {
        color: #555555;
      }

        #sidebar .notifications li a:hover {
          color: #4d7496;
        }

    #sidebar .notifications .col-left {
      float: left;
      margin-right: -100%;
    }

    #sidebar .notifications .col-right {
      float: left;
      width: 100%;
    }

      #sidebar .notifications .col-right.with-margin {
        margin-left: 35px;
      }

    #sidebar .notifications .message {
      white-space: normal;
    }

    #sidebar .notifications .label {
      padding: 7px;
      width: 24px;
      text-align: center;
      display: inline-block;
    }

    #sidebar .notifications .time {
      color: #888888;
      display: block;
      padding-top: 5px;
      font-size: 11px;
    }

.sidebar-fixed {
  position: fixed !important;
  top: 60px;
}

.fill-nav-space {
  height: 52px;
}

.sidebar-closed > #sidebar {
  display: none;
}

.footer {
  position: fixed;
  background-color: #71C04D;
  bottom: 0;
  top: auto;
  width: 100%;
  text-align: center;
  padding: 10px 8px 6px;
  z-index: 999;
  left: 0;
}

  .footer p {
    margin: 0;
    color: #FFF;
    font-size: 12px;
    font-weight: 300;
  }
/*.sidebar-closed {
	& > #sidebar {
		width: @sidebarClosedWidth;

		ul#nav {
			width: @sidebarClosedWidth;
			border-bottom: 1px solid @navBorder;

			li {
				&:hover {
					width: @sidebarWidth;
					position: relative;
					z-index: 2000;
					display: block !important;
				}

				&.open, &.open-default, &.open-fixed {
					border-bottom: 1px solid @navBorder;
				}

				a {
					padding-left: 12px;
				}

				ul.sub-menu {
					display: none;
				}
			}
		}
	}
}*/ /* # Breadcrumb
================================================== */
.crumbs {
  margin: 0;
  height: 22px;
  background: #E6E6E6;
  padding-left: 10px;
}

  .crumbs .breadcrumb {
    float: left;
    background-color: #E6E6E6;
    height: 0;
    margin: 0;
    padding: 0;
  }

    .crumbs .breadcrumb li {
      float: left;
      font-size: 12px;
      padding-top: 4px;
      padding-right: 5px;
    }

      .crumbs .breadcrumb li a {
        color: #656565;
      }

        .crumbs .breadcrumb li a:hover {
          text-decoration: none;
          color: #4d7496;
        }

      .crumbs .breadcrumb li i {
        color: #6f6f6f;
        padding: 0 5px;
      }

      .crumbs .breadcrumb li.current a {
        color: #888888 !important;
      }

      .crumbs .breadcrumb li a:focus {
        text-decoration: none !important;
      }

  .crumbs .crumb-buttons {
    float: right;
    list-style: none;
    margin-right: 21px;
    margin-left: 0;
    height: 0;
  }

    .crumbs .crumb-buttons > li {
      float: left;
      font-size: 12px;
      border-right: 1px solid #d9d9d9;
      position: relative;
    }

      .crumbs .crumb-buttons > li:first-child,
      .crumbs .crumb-buttons > li.first {
        border-left: 1px solid #d9d9d9;
      }

      .crumbs .crumb-buttons > li > a {
        color: #555555;
        text-decoration: none;
        white-space: nowrap;
        padding: 0 10px;
        line-height: 39px;
        display: inline-block;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
      }

        .crumbs .crumb-buttons > li > a:hover {
          background: #fff;
        }

        .crumbs .crumb-buttons > li > a:active {
          border-left: 1px solid transparent;
          border-right: 1px solid transparent;
          background: #ebebeb;
        }

        .crumbs .crumb-buttons > li > i,
        .crumbs .crumb-buttons > li > a > i {
          padding-right: 5px;
        }

          .crumbs .crumb-buttons > li > i.left-padding,
          .crumbs .crumb-buttons > li > a > i.left-padding {
            padding-right: 0;
            padding-left: 5px;
          }

      .crumbs .crumb-buttons > li.open {
        background: #fff;
      }

.breadcrumb > li + li:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "";
  color: #656565;
}
/* # Buttons
================================================== */
.btn,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ColVis_MasterButton,
.fc-state-default {
  background-color: #f3f3f3;
  background-image: none;
  filter: none;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 6px 13px;
  text-shadow: none;
  font-size: 14px;
  font-weight: normal;
  color: #333333;
  font-size: 13px;
  cursor: pointer;
  border: 1px solid #d9d9d9;
  border: 1px solid rgba(0, 0, 0, 0.13);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  position: relative;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

  .btn:hover,
  .ui-state-default:hover,
  .ui-widget-content .ui-state-default:hover,
  .ui-widget-header .ui-state-default:hover,
  .ColVis_MasterButton:hover,
  .fc-state-default:hover,
  .btn:focus,
  .ui-state-default:focus,
  .ui-widget-content .ui-state-default:focus,
  .ui-widget-header .ui-state-default:focus,
  .ColVis_MasterButton:focus,
  .fc-state-default:focus {
    color: #333333;
    background-color: #f8f8f8;
    border-color: rgba(0, 0, 0, 0.13);
  }

  .btn:active,
  .ui-state-default:active,
  .ui-widget-content .ui-state-default:active,
  .ui-widget-header .ui-state-default:active,
  .ColVis_MasterButton:active,
  .fc-state-default:active,
  .btn.active,
  .ui-state-default.active,
  .ui-widget-content .ui-state-default.active,
  .ui-widget-header .ui-state-default.active,
  .ColVis_MasterButton.active,
  .fc-state-default.active {
    background-color: #e6e6e6;
    border-color: rgba(0, 0, 0, 0.13);
    border-top: 1px solid #a6a6a6;
  }

  .btn.disabled,
  .ui-state-default.disabled,
  .ui-widget-content .ui-state-default.disabled,
  .ui-widget-header .ui-state-default.disabled,
  .ColVis_MasterButton.disabled,
  .fc-state-default.disabled,
  .btn.btn[disabled],
  .ui-state-default.btn[disabled],
  .ui-widget-content .ui-state-default.btn[disabled],
  .ui-widget-header .ui-state-default.btn[disabled],
  .ColVis_MasterButton.btn[disabled],
  .fc-state-default.btn[disabled] {
    background-color: #f3f3f3;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-top: 1px solid rgba(0, 0, 0, 0.13);
  }

    .btn.disabled:hover,
    .ui-state-default.disabled:hover,
    .ui-widget-content .ui-state-default.disabled:hover,
    .ui-widget-header .ui-state-default.disabled:hover,
    .ColVis_MasterButton.disabled:hover,
    .fc-state-default.disabled:hover,
    .btn.btn[disabled]:hover,
    .ui-state-default.btn[disabled]:hover,
    .ui-widget-content .ui-state-default.btn[disabled]:hover,
    .ui-widget-header .ui-state-default.btn[disabled]:hover,
    .ColVis_MasterButton.btn[disabled]:hover,
    .fc-state-default.btn[disabled]:hover {
      cursor: not-allowed;
    }

  .btn .caret,
  .ui-state-default .caret,
  .ui-widget-content .ui-state-default .caret,
  .ui-widget-header .ui-state-default .caret,
  .ColVis_MasterButton .caret,
  .fc-state-default .caret {
    border-top-color: #333333;
    margin-top: 0;
    margin-left: 3px;
    vertical-align: middle;
  }

  .btn + .caret,
  .ui-state-default + .caret,
  .ui-widget-content .ui-state-default + .caret,
  .ui-widget-header .ui-state-default + .caret,
  .ColVis_MasterButton + .caret,
  .fc-state-default + .caret,
  .btn + .dropdown-toggle .caret,
  .ui-state-default + .dropdown-toggle .caret,
  .ui-widget-content .ui-state-default + .dropdown-toggle .caret,
  .ui-widget-header .ui-state-default + .dropdown-toggle .caret,
  .ColVis_MasterButton + .dropdown-toggle .caret,
  .fc-state-default + .dropdown-toggle .caret {
    margin-left: 0px;
  }
/* * * * * * * * * * * *
 * Sizes
 * * * * * * * * * * * */
.btn-lg {
  padding: 10px 15px;
  font-size: 14px;
}

.btn-sm {
  padding: 4px 9px;
  font-size: 12px;
}

.btn-xs {
  padding: 0px 10px;
  font-size: 11px;
}
/* * * * * * * * * * * *
 * States
 * * * * * * * * * * * */
.btn-primary {
  color: #ffffff;
  background-color: #3968c6;
  z-index: 2;
}

  .btn-primary:hover,
  .btn-primary:focus {
    color: #ffffff;
    background-color: #4d77cc;
  }

  .btn-primary:active,
  .btn-primary.active {
    background-color: #335eb2;
    border-top: 1px solid #1c3463;
  }

  .btn-primary.disabled,
  .btn-primary.btn[disabled] {
    background-color: #3968c6;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .btn-primary .caret {
    border-top-color: #ffffff;
  }

.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #335eb2;
}

.btn-info {
  color: #ffffff;
  background-color: #2f96b4;
  z-index: 2;
}

  .btn-info:hover,
  .btn-info:focus {
    color: #ffffff;
    background-color: #34a7c8;
  }

  .btn-info:active,
  .btn-info.active {
    background-color: #2a85a0;
    border-top: 1px solid #15424f;
  }

  .btn-info.disabled,
  .btn-info.btn[disabled] {
    background-color: #2f96b4;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .btn-info .caret {
    border-top-color: #ffffff;
  }

.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2a85a0;
}

.btn-warning {
  color: #ffffff;
  background-color: #f89406;
  z-index: 2;
}

  .btn-warning:hover,
  .btn-warning:focus {
    color: #ffffff;
    background-color: #fa9f1e;
  }

  .btn-warning:active,
  .btn-warning.active {
    background-color: #df8505;
    border-top: 1px solid #7c4a03;
  }

  .btn-warning.disabled,
  .btn-warning.btn[disabled] {
    background-color: #f89406;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .btn-warning .caret {
    border-top-color: #ffffff;
  }

.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #df8505;
}

.btn-danger {
  color: #ffffff;
  background-color: #bd362f;
  z-index: 2;
}

  .btn-danger:hover,
  .btn-danger:focus {
    color: #ffffff;
    background-color: #ce3f38;
  }

  .btn-danger:active,
  .btn-danger.active {
    background-color: #a9302a;
    /*border-top: 1px solid #571916;*/
  }

  .btn-danger.disabled,
  .btn-danger.btn[disabled] {
    background-color: #bd362f;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .btn-danger .caret {
    border-top-color: #ffffff;
  }

.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #a9302a;
}

.btn-inverse {
  color: #ffffff;
  background-color: #555555;
  z-index: 2;
}

  .btn-inverse:hover,
  .btn-inverse:focus {
    color: #ffffff;
    background-color: #626262;
  }

  .btn-inverse:active,
  .btn-inverse.active {
    background-color: #484848;
    border-top: 1px solid #151515;
  }

  .btn-inverse.disabled,
  .btn-inverse.btn[disabled] {
    background-color: #555555;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .btn-inverse .caret {
    border-top-color: #ffffff;
  }

.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #484848;
}

.btn-success {
  color: #ffffff;
  background-color: #51a351;
  z-index: 2;
}

  .btn-success:hover,
  .btn-success:focus {
    color: #ffffff;
    background-color: #5eaf5e;
  }

  .btn-success:active,
  .btn-success.active {
    background-color: #499249;
    border-top: 1px solid #274e27;
  }

  .btn-success.disabled,
  .btn-success.btn[disabled] {
    background-color: #51a351;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .btn-success .caret {
    border-top-color: #ffffff;
  }

.btn-group.open .btn-success.dropdown-toggle {
  background-color: #499249;
}

.btn-facebook {
  color: #ffffff;
  background-color: #3b5998;
  z-index: 2;
}

  .btn-facebook:hover,
  .btn-facebook:focus {
    color: #ffffff;
    background-color: #4264aa;
  }

  .btn-facebook:active,
  .btn-facebook.active {
    background-color: #344e86;
    border-top: 1px solid #17233c;
  }

  .btn-facebook.disabled,
  .btn-facebook.btn[disabled] {
    background-color: #3b5998;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .btn-facebook .caret {
    border-top-color: #ffffff;
  }

.btn-group.open .btn-facebook.dropdown-toggle {
  background-color: #344e86;
}

.btn-twitter {
  color: #ffffff;
  background-color: #00acee;
  z-index: 2;
}

  .btn-twitter:hover,
  .btn-twitter:focus {
    color: #ffffff;
    background-color: #09bbff;
  }

  .btn-twitter:active,
  .btn-twitter.active {
    background-color: #009ad5;
    border-top: 1px solid #00506f;
  }

  .btn-twitter.disabled,
  .btn-twitter.btn[disabled] {
    background-color: #00acee;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .btn-twitter .caret {
    border-top-color: #ffffff;
  }

.btn-group.open .btn-twitter.dropdown-toggle {
  background-color: #009ad5;
}

.btn-google-plus {
  color: #ffffff;
  background-color: #d14836;
  z-index: 2;
}

  .btn-google-plus:hover,
  .btn-google-plus:focus {
    color: #ffffff;
    background-color: #d65b4b;
  }

  .btn-google-plus:active,
  .btn-google-plus.active {
    background-color: #c13e2c;
    border-top: 1px solid #6e2319;
  }

  .btn-google-plus.disabled,
  .btn-google-plus.btn[disabled] {
    background-color: #d14836;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .btn-google-plus .caret {
    border-top-color: #ffffff;
  }

.btn-group.open .btn-google-plus.dropdown-toggle {
  background-color: #c13e2c;
}
/* * * * * * * * * * * *
 * Button Groups
 * * * * * * * * * * * */
.btn-group > .btn:first-child,
.btn-group > .btn:last-child {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.btn-group > .btn i {
  margin-right: 3px;
}

.btn-group > .dropdown-toggle {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* * * * * * * * * * * *
 * Dropdown Toggles
 * * * * * * * * * * * */
.btn-group > .btn + .dropdown-toggle {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

  .btn:active,
  .btn.active,
  .btn-group.open .dropdown-toggle,
  .btn-group > .btn + .dropdown-toggle:active {
    /*border-top: 1px solid rgba(0, 0, 0, 0.3);*/
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.13) inset;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.13) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.13) inset;
  }
/* * * * * * * * * * * *
 * Icon Buttons
 * * * * * * * * * * * */
.btn-icon {
  margin: 10px 0px;
  padding: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

  .btn-icon:hover {
    border: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .btn-icon:active {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }

  .btn-icon i {
    margin: 0;
  }
/* * * * * * * * * * * *
 * Badges
 * * * * * * * * * * * */
.btn .label {
  position: absolute;
  font-size: 11px !important;
  font-weight: 300;
  top: -5px;
  right: -5px;
  padding: 3px 7px 3px 7px;
  color: white !important;
  text-shadow: none;
  border-width: 0;
  border-style: solid;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* Caret for Dropups */
.dropup .btn .caret {
  border-bottom-color: #333333;
}
/* * * * * * * * * * * *
 * Demo Only
 * * * * * * * * * * * */
.btn-toolbar-demo .btn {
  margin: 3px;
}
/* # Widgets
================================================== */
.widget {
  margin-top: 0px;
  margin-bottom: 15px;
  padding: 0px;
  /* Divider */
}

  .widget .widget-header {
    margin-bottom: 15px;
    border-bottom: 1px solid #ececec;
    *zoom: 1;
  }

    .widget .widget-header:before,
    .widget .widget-header:after {
      display: table;
      content: "";
      line-height: 0;
    }

    .widget .widget-header:after {
      clear: both;
    }

    .widget .widget-header h4 {
      display: inline-block;
      color: #555555;
      font-size: 15px;
      font-weight: bold;
      margin: 0;
      padding: 0;
      margin-bottom: 7px;
    }

      .widget .widget-header h4 i {
        font-size: 14px;
        margin-right: 5px;
        color: #6f6f6f;
      }

    .widget .widget-header .toolbar {
      display: inline-block;
      padding: 0;
      margin: 0;
      float: right;
    }

  .widget.box {
    border: 1px solid #E0E0E0;
  }

    .widget.box .widget-header {
      background: #fff;
      border-bottom-color: #E0E0E0;
      line-height: 35px;
      padding: 0 12px;
    }

      .widget.box .widget-header h4 {
        margin-bottom: 0;
      }

      .widget.box .widget-header .toolbar {
        margin-right: -5px;
      }

        .widget.box .widget-header .toolbar.no-padding {
          margin: -2px -13px;
        }

          .widget.box .widget-header .toolbar.no-padding .btn {
            background: #FFF;
            font-size: 14px;
            line-height: 35px;
            margin-top: 1px;
            border-left: none;
          }

            .widget.box .widget-header .toolbar.no-padding .btn i {
              font-weight: bold;
            }

    .widget.box .widget-content {
      padding: 10px;
      position: relative;
      background-color: #fff;
      min-height: 250px;
    }

      .widget.box .widget-content.no-padding {
        padding: 0;
      }

        .widget.box .widget-content.no-padding .row {
          padding-left: 15px;
          padding-right: 15px;
        }

      .widget.box .widget-content.widget-deeper {
        background-color: #f9f9f9;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
      }

    .widget.box.box-shadow {
      -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
      -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
      border-bottom-color: #cccccc;
    }

  .widget.widget-closed.box .widget-header {
    margin-bottom: -1px;
    border-bottom: 1px solid #d9d9d9;
  }

  .widget.widget-closed .widget-content {
    display: none;
  }

  .widget > .divider,
  .widget .widget-content > .divider {
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #fff;
  }

    .widget > .divider.bright,
    .widget .widget-content > .divider.bright {
      border-bottom-color: #ececec;
    }

  .widget .widget-content > .divider {
    margin: 5px 0;
  }

#ContentPlaceHolder1_lblEmptyData {
  text-align: center;
  padding: 8% 0;
}
/* * * * * * * * * * * *
 * Semi Widgets
 * * * * * * * * * * * */
.semi-widget {
  margin-bottom: 10px;
}
/* * * * * * * * * * * *
 * Widget Title
 * * * * * * * * * * * */
.widget-title {
  margin-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
  padding: 10px 0;
  font-weight: 300;
  font-size: 17px;
}

  .widget-title > i {
    margin-right: 5px;
  }
/* * * * * * * * * * * *
 * Sidebar Widgets
 * * * * * * * * * * * */
#sidebar #sidebar-content .sidebar-widget {
  margin: 25px 10px;
}
/* * * * * * * * * * * *
 * slimscroll
 * * * * * * * * * * * */
.slimScrollBar {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

.scroller {
  padding-right: 12px !important;
}
/* * * * * * * * * * * *
 * Widget Additions
 * * * * * * * * * * * */
.widget-content .more {
  clear: both;
  display: block;
  padding: 5px 10px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 11px;
  color: #555555;
  opacity: 0.7;
  margin: -10px;
  margin-top: 10px;
  background-color: #f9f9f9;
  border-top: 1px solid #d9d9d9;
}

  .widget-content .more:hover,
  .widget-content .more:focus {
    opacity: 1;
    text-decoration: none;
  }

  .widget-content .more:active {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    border-top-color: #cccccc;
  }

  .widget-content .more i {
    margin-top: 2px;
    margin-bottom: -3px;
  }
/* * * * * * * * * * * *
 * Infobox
 * * * * * * * * * * * */
.infobox .title {
  font-weight: 500;
  font-size: 15px;
}

  .infobox .title + .content {
    color: #6f6f6f;
    padding-top: 10px;
  }
/* # General UI
================================================== */
/* * * * * * * * * * * *
 * Alerts
 * * * * * * * * * * * */
.alert {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 15px;
}

  .alert .close {
    font-size: 11px;
    line-height: 20px;
  }
/* * * * * * * * * * * *
 * Images
 * * * * * * * * * * * */
img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
/* * * * * * * * * * * *
 * Code
 * * * * * * * * * * * */
code {
  color: #54728c;
  background-color: #f9f9f9;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* * * * * * * * * * * *
 * Labels and Badges
 * * * * * * * * * * * */
.label,
.badge {
  font-size: 12px;
  font-weight: normal;
}

.label,
.badge {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* Colors */
.label-info {
  background-color: #658db3;
}

.label-success {
  background-color: #94b86e;
}

.label-danger {
  background-color: #e25856;
}
/* * * * * * * * * * * *
 * Tooltips
 * * * * * * * * * * * */
.tooltip-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* * * * * * * * * * * *
 * Popovers
 * * * * * * * * * * * */
.popover {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  border-bottom-color: #B3B3B3;
}
/* * * * * * * * * * * *
 * Help Blocks
 * * * * * * * * * * * */
.help-inline {
  display: inline-block;
  *display: inline;
  padding-left: 5px;
  vertical-align: middle;
  *zoom: 1;
}
/* * * * * * * * * * * *
 * Feed List
 * * * * * * * * * * * */
.feeds {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

  .feeds li {
    background-color: #f9f9f9;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 7px;
  }

    .feeds li.hoverable:hover,
    .feeds li.hoverable:focus {
      background-color: #f4f4f4;
    }

    .feeds li.hoverable:active {
      background-color: #efefef;
      border-top: 1px solid #d9d9d9;
      border-bottom: none;
    }

    .feeds li:before,
    .feeds li:after {
      display: table;
      content: "";
      line-height: 0;
      clear: both;
    }

  .feeds .col1 {
    float: left;
    width: 100%;
    clear: both;
  }

    .feeds .col1 .content {
      float: left;
      margin-right: 100px;
      overflow: hidden;
    }

      .feeds .col1 .content .content-col1 {
        float: left;
        margin-right: -100%;
      }

        .feeds .col1 .content .content-col1 .label {
          float: left;
          width: 14px;
          padding: 7px;
          text-align: center;
          line-height: 14px;
          -webkit-box-sizing: content-box;
          -moz-box-sizing: content-box;
          box-sizing: content-box;
        }

      .feeds .col1 .content .content-col2 {
        float: left;
        width: 100%;
      }

        .feeds .col1 .content .content-col2 .desc {
          margin-left: 35px;
          padding-top: 4px;
          padding-bottom: 4px;
          overflow: hidden;
        }

          .feeds .col1 .content .content-col2 .desc span {
            margin-left: 3px;
          }

  .feeds .col2 {
    float: left;
    width: 100px;
    margin-left: -100px;
  }

    .feeds .col2 .date {
      padding: 4px 9px 4px 4px;
      text-align: right;
      color: #adadad;
      font-size: 11px;
    }
/* * * * * * * * * * * *
 * Panels
 * * * * * * * * * * * */
.panel,
.panel-group .panel {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.panel-title {
  font-size: 13px;
  font-weight: 600;
}
/* * * * * * * * * * * *
 * List Groups
 * * * * * * * * * * * */
.list-group-item:first-child,
.list-group-item:last-child {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.list-group-item.no-padding {
  padding: 0;
}

a.list-group-item.active {
  border-color: #446785;
  background-color: #4d7496;
}

.list-group-header {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
  background-color: #f9f9f9;
}
/* * * * * * * * * * * *
 * Wells
 * * * * * * * * * * * */
.well {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #f9f9f9;
  border-color: #d9d9d9;
}
/* * * * * * * * * * * *
 * Profile Info
 * * * * * * * * * * * */
.profile-info h1 {
  font-size: 20px;
  font-weight: 600;
}

.profile-info p,
.profile-info dl {
  color: #7b7b7b;
}
/* * * * * * * * * * * *
 * Google Maps
 * * * * * * * * * * * */
.gmaps {
  height: 300px;
  width: 100%;
}
/* # Progressbars
================================================== */
/* * * * * * * * * * * *
 * Colors
 * * * * * * * * * * * */
.progress .progress-bar {
  background-image: none;
  background-color: #328ca3;
}

.progress-success .progress-bar,
.progress .progress-bar-success,
.progress-success.progress-striped .progress-bar,
.progress-striped .progress-bar-success {
  background-color: #51a351;
}

.progress-warning .progress-bar,
.progress .progress-bar-warning,
.progress-warning.progress-striped .progress-bar,
.progress-striped .progress-bar-warning {
  background-color: #f89406;
}

.progress-danger .progress-bar,
.progress .progress-bar-danger,
.progress-danger.progress-striped .progress-bar,
.progress-striped .progress-bar-danger {
  background-color: #bd362f;
}

.progress {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  /* * * * * * * * * * * *
	 * Sizes
	 * * * * * * * * * * * */
}

  .progress.progress-mini {
    height: 6px;
  }

  .progress.progress-small {
    height: 12px;
  }

  .progress.progress-large {
    height: 25px;
  }
/* * * * * * * * * * * *
 * Stripes
 * * * * * * * * * * * */
.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
/* # Forms
================================================== */
/* * * * * * * * * * * *
 * General
 * * * * * * * * * * * */
/*form {
  margin: 0 5px;
}*/
label,
input,
button,
select,
textarea {
  font-size: 13px !important;
}

label {
  font-weight: 600;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  -webkit-appearance: none !important;
  color: #353535;
  font-size: 12px !important;
  padding: 5px 6px;
  font-weight: normal;
  vertical-align: top;
  background-color: #ffffff;
  background-image: none;
  filter: none !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 1px solid #CDCDCD;
}

  textarea:focus,
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="time"]:focus,
  input[type="week"]:focus,
  input[type="number"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="color"]:focus,
  .uneditable-input:focus {
    /*border-color:#949494 !important;
   box-shadow:none;
  -webkit-box-shadow:none;*/
  }

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  max-width: 100%;
}

textarea {
  max-width: 100% !important;
}

.form-control {
  height: inherit;
  font-size: 13px;
  color: #353535;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

select.form-control,
textarea.form-control {
  height: inherit;
  padding: 5px 5px;
  font-size: 12px !important;
  box-shadow: none;
  -webkit-box-shadow: none;
}

  select.form-control:focus,
  textarea.form-control:focus {
    /*border-color:rgba(72, 121, 144, 0.55) !important;
  box-shadow:none;
  -webkit-box-shadow:none;*/
  }
/* * * * * * * * * * * *
 * Sizing
 * * * * * * * * * * * */
.input-xxlarge {
  width: 465px;
}

.multiple {
  width: 100%;
}

.form-control.input-small {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 30px;
}
/* Height Sizing */
.input-sm {
  height: 26px;
  font-size: 12px !important;
}

.input-lg {
  height: 45px;
  font-size: 16px !important;
}
/* BS2 backward compatibility sizes */
.input-width-mini {
  width: 60px !important;
}

.input-width-small {
  width: 90px !important;
}

.input-width-medium {
  width: 150px !important;
}

.input-width-large {
  width: 210px !important;
}

.input-width-xlarge {
  width: 270px !important;
}

.input-width-xxlarge {
  width: 530px !important;
}

.input-block-level {
  display: block;
  width: 100%;
}
/* * * * * * * * * * * *
 * Textarea
 * * * * * * * * * * * */
textarea {
  border-color: #cccccc;
}

  textarea.auto {
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    -o-transition: height 0.2s;
    transition: height 0.2s;
  }

  textarea.col-md-12 {
    resize: vertical;
  }

input,
textarea {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* * * * * * * * * * * *
 * Selects
 * * * * * * * * * * * */
.multiple {
  padding: 8px 10px;
  height: 150px !important;
  font-size: 12px;
  border: 1px solid #DADADA;
}
/* * * * * * * * * * * *
 * File Input
 * * * * * * * * * * * */
input[type="file"] {
  height: auto;
  line-height: normal;
  /*margin-top: 5px;*/
}
/* * * * * * * * * * * *
 * Checkboxes and Radios
 * * * * * * * * * * * */
.checkbox,
.radio {
  font-weight: normal;
}

.next-row {
  display: block;
  margin-top: 10px;
}
/* * * * * * * * * * * *
 * Disabled States
 * * * * * * * * * * * */
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed !important;
}

.help-block,
.help-inline {
  color: #adadad;
}
/* * * * * * * * * * * *
 * Icons
 * * * * * * * * * * * */
.control-label > i {
  margin-right: 6px;
}

.controls {
  position: relative;
}

.field-icon {
  position: absolute;
  top: 9px;
  right: 25px;
  display: block;
  font-size: 14px;
  line-height: 1;
}

.input-icon > i {
  color: #939090;
  display: block !important;
  position: absolute !important;
  z-index: 1;
  margin: 6px 0px 4px 6px;
  width: 16px;
  height: 16px;
  font-size: 16px;
  text-align: center;
}
/* * * * * * * * * * * *
 * Prepends / Appends
 * * * * * * * * * * * */
/* [DEPRECATED SINCE BS3]

.input-prepend .add-on:first-child, .input-prepend .btn:first-child, .input-append .add-on:last-child, .input-append .btn:last-child, .input-append .btn-group:last-child>.dropdown-toggle, .input-prepend.input-append .add-on:first-child, .input-prepend.input-append .btn:first-child, .input-prepend.input-append .add-on:last-child, .input-prepend.input-append .btn:last-child, .input-prepend.input-append input+.btn-group .btn, .input-prepend.input-append select+.btn-group .btn, .input-prepend.input-append .uneditable-input+.btn-group .btn, .input-append input, .input-append select, .input-append .uneditable-input {
	.border-radius(0);
	font-size: @baseFontSize;
}

.input-append .add-on, .input-prepend .add-on {
	padding: 6px 6px;
	background-color: @grayLighter;
}*/
.input-group-addon {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 13px;
  padding: 6px 10px;
  background-color: #f9f9f9;
}

.input-group > .input-group-btn .btn {
  margin-right: -1px;
  margin-left: -1px;
}
/* * * * * * * * * * * *
 * Validation
 * * * * * * * * * * * */
label > span.required {
  color: #e25856;
}

.form-group .help-block:not(.error) {
  display: block !important;
}

.form-group select.select2-offscreen + .help-block {
  padding-top: 10px;
  clear: both;
}

.form-group.error .help-block,
.form-group.warning .help-block,
.form-group.success .help-block,
.form-group.info .help-block {
  display: inline-block;
}
/* * * * * * * * * * * *
 * Horizontal Forms
 * * * * * * * * * * * */
.form-horizontal .form-group {
  padding-left: 0;
  padding-right: 0;
}

.form-horizontal .control-label {
  padding-top: 7px;
}
/* * * * * * * * * * * *
 * Vertical Forms
 * * * * * * * * * * * */
.form-vertical {
  margin-left: -10px;
  margin-right: -10px;
}

  .form-vertical.no-margin {
    margin-left: 0;
    margin-right: 0;
  }

  .form-vertical .help-block {
    margin-bottom: 0;
  }

  .form-vertical .select2-container.error {
    margin-bottom: 10px;
  }

  .form-vertical .form-group {
    padding-left: 15px;
    padding-right: 15px;
  }

    .form-vertical .form-group:first-child {
      padding-top: 5px;
    }

    .form-vertical .form-group:last-child {
      padding-bottom: 0;
    }

    .form-vertical .form-group .control-label {
      padding-bottom: 5px;
    }
/* * * * * * * * * * * *
 * Control Groups
 * * * * * * * * * * * */
/*.form-group {
	margin: 0;
	padding: 10px 15px;

	&:first-child {
		padding-top: 5px;
	}
}*/
/*.box {
	.form-group {
		margin-left: -10px;
		margin-right: -10px;
	}
}*/
.row-border .form-group {
  border-top: 1px solid #ececec;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
}

  .row-border .form-group:first-child {
    padding-top: 5px;
    border-top: none;
  }
/* * * * * * * * * * * *
 * Form Actions
 * * * * * * * * * * * */
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 10px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}

  .form-actions .btn.pull-right {
    margin-left: 3px;
  }

  .form-actions:before,
  .form-actions:after {
    display: table;
    line-height: 0;
    content: "";
  }

  .form-actions:after {
    clear: both;
  }

.box .form-actions {
  margin-bottom: -10px;
  margin-left: -15px;
  margin-right: -15px;
}
/* * * * * * * * * * * *
 * Uniform
 * * * * * * * * * * * */
.radio > div.radio,
.radio-inline > div.radio,
.checkbox > div.checker,
.checkbox-inline > div.checker {
  margin-left: 5px;
  padding-top: 0;
}

  .radio > div.radio input[type="radio"],
  .checkbox > div.checker input[type="checkbox"] {
    margin-left: 0px;
  }
/* # Tables
================================================== */
.table {
  margin-bottom: 5px;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #FFF;
}

.table-striped tbody > tr:nth-child(even) > td,
.table-striped tbody > tr:nth-child(even) > th {
  background-color: #f4f4f4;
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #E6E6E6;
}

.table-bordered,
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child,
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child,
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child,
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.table-highlight-head thead {
  background-color: #f5f5f5;
}

.table-no-inner-border tr th,
.table-no-inner-border tr td {
  border-left-width: 0px;
}

  .table-no-inner-border tr th:first-child,
  .table-no-inner-border tr td:first-child {
    border-left-width: 1px !important;
  }

.widget-content.no-padding table {
  margin-bottom: 0 !important;
  position: relative;
}

.widget-content.no-padding .table-bordered {
  border: 0;
}

  .widget-content.no-padding .table-bordered th:first-child,
  .widget-content.no-padding .table-bordered td:first-child {
    border-left: none !important;
  }

  .widget-content.no-padding .table-bordered th:last-child,
  .widget-content.no-padding .table-bordered td:last-child {
    border-right: 0;
  }

  .widget-content.no-padding .table-bordered tr:last-child td {
    border-bottom: 0;
  }

.table .align-center {
  text-align: center;
}
/* * * * * * * * * * * *
 * Table Footer
 * * * * * * * * * * * */
.table-footer {
  padding: 12px;
}

  .table-footer .table-actions label {
    margin-right: 10px;
    display: inline-block;
  }

  .table-footer .table-actions select {
    width: 180px;
    height: 30px;
    margin-top: -1px;
    margin-bottom: 0;
  }

  .table-footer .pagination {
    float: right;
    margin: 0;
  }

  .table-footer:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
  }

.widget-content.no-padding .table-footer {
  border-top: 1px solid #dddddd;
  background-color: #f9f9f9;
  padding-left: 0;
  padding-right: 0;
}

.widget:not(.box) .widget-content .table-footer {
  border: 1px solid #dddddd;
  border-top: none;
  margin-top: -5px;
}

.widget.box .widget-content:not(.no-padding) .table-footer {
  border: none;
  background-color: none;
  padding: 8px 0;
  padding-bottom: 3px;
}
/* * * * * * * * * * * *
 * Pagination
 * * * * * * * * * * * */
.pagination {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

  .pagination > li:first-child > a,
  .pagination > li:first-child > span,
  .pagination > li:last-child > a,
  .pagination > li:last-child > span {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

  .pagination > .active > a,
  .pagination > .active > span,
  .pagination > .active > a:hover,
  .pagination > .active > span:hover,
  .pagination > .active > a:focus,
  .pagination > .active > span:focus {
    background-color: #4D7496;
    border-color: #4D7496;
  }
/* * * * * * * * * * * *
 * Checkable Table
 * * * * * * * * * * * */
.table-checkable .checkbox-column {
  text-align: center;
  width: 24px;
}

  .table-checkable .checkbox-column div.checker {
    margin-right: 0;
  }

.table-checkable.table-no-inner-border .checkbox-column {
  border-right: 1px solid #dddddd;
}

.table-checkable tbody tr.checked td {
  background-color: rgba(147, 175, 236, 0.13);
}
/* * * * * * * * * * * *
 * Table Controls
 * * * * * * * * * * * */
.table-controls {
  padding: 0;
  margin: 0;
  list-style: none;
}

  .table-controls > li {
    display: inline-block;
    margin: 0 2px;
    line-height: 1;
  }

    .table-controls > li > a {
      display: inline-block;
    }

      .table-controls > li > a i {
        margin: 0;
        font-size: 13px;
        color: #555555;
        display: block;
      }

        .table-controls > li > a i:hover {
          text-decoration: none;
        }
/* * * * * * * * * * * *
 * Progressbars in Tables
 * * * * * * * * * * * */
.table .progress {
  margin-bottom: 0;
}
/* * * * * * * * * * * *
 * Others
 * * * * * * * * * * * */
.table-vertical-align tr,
.table-vertical-align th,
.table-vertical-align td {
  vertical-align: middle !important;
}
/* # Charts
================================================== */
.chart {
  height: 250px;
  z-index: 90;
  width: 100%;
  overflow: hidden;
  /* Sizes */
}

  .chart.chart-small {
    height: 100px;
  }

  .chart.chart-medium {
    height: 200px;
  }

  .chart.chart-normal {
    height: 250px;
  }

  .chart.chart-large {
    height: 400px;
  }
/* * * * * * * * * * * *
 * Tooltip
 * * * * * * * * * * * */
#flotTip {
  padding: 3px 6px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  opacity: 0.8;
  filter: alpha(opacity=80);
  z-index: 200;
  font-size: 13px;
}
/* * * * * * * * * * * *
 * Flot Legend
 * * * * * * * * * * * */
.legend .legendColorBox > div {
  border: 0 !important;
  padding: 0 !important;
}

.legend .legendLabel {
  padding-left: 3px;
}
/* * * * * * * * * * * *
 * Chart Widgets
 * * * * * * * * * * * */
.widget.widget-closed .widget-chart {
  display: none;
}

.widget-chart {
  display: block;
  background-color: #658db3;
  border: 1px solid #4c7399;
  padding: 12px;
  /* Colors */
}

  .widget-chart .tickLabel {
    color: #fff !important;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5) !important;
  }

  .widget-chart .legend .legendLabel {
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  }

  .widget-chart.widget-chart-blue {
    background-color: #54728c;
    border: 1px solid #41586c;
  }

  .widget-chart.widget-chart-blueLight {
    background-color: #658db3;
    border: 1px solid #4c7399;
  }

  .widget-chart.widget-chart-green {
    background-color: #94b86e;
    border: 1px solid #7ba350;
  }

  .widget-chart.widget-chart-red {
    background-color: #e25856;
    border: 1px solid #db2d2a;
  }

  .widget-chart.widget-chart-yellow {
    background-color: #ffb848;
    border: 1px solid #ffa415;
  }

  .widget-chart.widget-chart-orange {
    background-color: #f89406;
    border: 1px solid #c67605;
  }

  .widget-chart.widget-chart-purple {
    background-color: #7a43b6;
    border: 1px solid #613591;
  }

  .widget-chart.widget-chart-gray {
    background-color: #555555;
    border: 1px solid #3b3b3b;
  }
/* * * * * * * * * * * *
 * Easy Pie Chart
 * * * * * * * * * * * */
.easyPieChart {
  position: relative;
  text-align: center;
  font-weight: bold;
}

  .easyPieChart canvas {
    position: absolute;
    top: 0;
    left: 0;
  }
/* # Statistics
================================================== */
/* * * * * * * * * * * *
 * Stats List
 * * * * * * * * * * * */
ul.stats {
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

  ul.stats:not(.no-dividers) li {
    border-right: 1px solid #d9d9d9;
  }

  ul.stats li {
    display: table-cell;
    padding: 15px;
  }

    ul.stats li:last-child {
      border-right: none;
    }

    ul.stats li strong,
    ul.stats li small {
      padding: 5px 0;
      display: block;
      text-align: center;
    }

    ul.stats li strong {
      font-size: 25px;
      font-weight: bold;
    }

    ul.stats li small {
      font-size: 11px;
      color: #adadad;
    }

    ul.stats li > div {
      margin: 5px auto;
    }

    ul.stats li .title {
      display: block;
      text-align: center;
      font-size: 15px;
      padding-top: 5px;
      color: #555555;
    }

      ul.stats li .title:hover {
        text-decoration: none;
        color: #222222;
      }

    ul.stats li .description {
      display: inline-block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 11px;
      text-align: center;
      vertical-align: middle;
      text-transform: uppercase;
      font-weight: bold;
      margin-left: 5px;
    }

    ul.stats li.light strong {
      color: #888888;
    }

.circular-chart-inline {
  text-align: center;
}

  .circular-chart-inline .easyPieChart {
    display: inline-block;
  }

.widget:not(.box) ul.stats {
  margin-top: 10px;
}
/* * * * * * * * * * * *
 * Progressbar Stats
 * * * * * * * * * * * */
.progress-stats {
  display: block;
  margin-bottom: 15px;
}

  .progress-stats .title {
    display: block;
    margin-bottom: 4px;
  }

    .progress-stats .title span {
      float: right;
    }

  .progress-stats .progress {
    margin: 0;
  }

  .progress-stats:last-child {
    margin-bottom: 0;
  }
/* * * * * * * * * * * *
 * Sparkline
 * * * * * * * * * * * */
.jqstooltip {
  border: 1px solid #000 !important;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/* * * * * * * * * * * *
 * Statbox
 * * * * * * * * * * * */
.statbox .widget-content:before,
.statbox .widget-content:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}

.statbox .visual {
  min-width: 20px;
  min-height: 17px;
  padding: 13px;
  text-align: center;
  margin-right: 10px;
  float: left;
  overflow: hidden;
  color: #fff;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

  .statbox .visual.blue {
    background-color: #54728c;
  }

  .statbox .visual.red {
    background-color: #e25856;
  }

  .statbox .visual.green {
    background-color: #94b86e;
  }

  .statbox .visual.cyan {
    background-color: #6dadbd;
  }

  .statbox .visual.purple {
    background-color: #7a43b6;
  }

  .statbox .visual.yellow {
    background-color: #ffb848;
  }

.statbox .title {
  color: #adadad;
  display: block;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 3px;
}

.statbox .value {
  font-size: 20px;
  font-weight: 600;
  overflow: hidden;
}

.statbox .title,
.statbox .value {
  text-align: right;
  padding-right: 3px;
}

  .statbox .title + .value {
    margin-top: -3px;
  }
/* # Tabs
================================================== */
.nav-tabs > li > a {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

.box-tabs .nav-tabs {
  border-bottom: none;
  position: relative;
  top: -41px;
  margin-right: 0;
  overflow: hidden;
}

  .box-tabs .nav-tabs > li {
    margin-left: 1px;
    float: right;
  }

    .box-tabs .nav-tabs > li.active > a:hover,
    .box-tabs .nav-tabs > li.active > a:focus {
      background-color: #fff;
    }

    .box-tabs .nav-tabs > li > a {
      padding-top: 8px;
      padding-bottom: 10px;
      line-height: 12px;
      margin-top: 0px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
    }

      .box-tabs .nav-tabs > li > a:hover,
      .box-tabs .nav-tabs > li > a:focus {
        background-color: rgba(255, 255, 255, 0.7);
      }

      .box-tabs .nav-tabs > li > a.active {
        background-color: #fff;
      }

.box-tabs .tab-content {
  margin-top: -30px;
}

.tabbable-custom {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 15px;
}

  .tabbable-custom > .nav-tabs {
    border: none;
    margin: 0px;
    top: 0;
  }

    .tabbable-custom > .nav-tabs > li {
      margin-right: 2px;
      border-top: 2px solid transparent;
      float: left;
    }

      .tabbable-custom > .nav-tabs > li.active {
        border-top: 3px solid #4d7496;
        margin-top: 0;
        position: relative;
      }

        .tabbable-custom > .nav-tabs > li.active > a {
          border-top: none;
          font-weight: 400;
        }

          .tabbable-custom > .nav-tabs > li.active > a:hover,
          .tabbable-custom > .nav-tabs > li.active > a:active {
            background-color: #fff;
          }

      .tabbable-custom > .nav-tabs > li > a {
        margin-right: 0;
        padding: 5px 10px;
        line-height: 1.428571429;
      }

        .tabbable-custom > .nav-tabs > li > a:hover,
        .tabbable-custom > .nav-tabs > li > a:active {
          background-color: #f9f9f9;
        }

  .tabbable-custom > .tab-content {
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 10px;
    overflow: auto;
    margin-top: 0;
  }

  .tabbable-custom.tabbable-full-width .nav-tabs > li > a {
    font-size: 15px;
    padding: 8px 20px;
    color: #555555;
  }

  .tabbable-custom.tabbable-full-width > .tab-content {
    border-left: none;
    border-right: none;
    border-bottom: none;
    padding: 20px 0;
  }
/* * * * * * * * * * * *
 * Tabs Below
 * * * * * * * * * * * */
.tabs-below.tabbable-custom > .nav-tabs li {
  border-top: none;
  border-bottom: 2px solid transparent;
  margin-top: -1px;
}

  .tabs-below.tabbable-custom > .nav-tabs li.active {
    border-top: none;
    border-bottom: 3px solid #4d7496;
    margin-bottom: 0;
    position: relative;
  }

    .tabs-below.tabbable-custom > .nav-tabs li.active a,
    .tabs-below.tabbable-custom > .nav-tabs li.active a:hover,
    .tabs-below.tabbable-custom > .nav-tabs li.active a:focus {
      border-bottom: none;
    }

  .tabs-below.tabbable-custom > .nav-tabs li a:hover,
  .tabs-below.tabbable-custom > .nav-tabs li a:focus {
    border-bottom: 1px solid #eee;
  }
/* * * * * * * * * * * *
 * Tabs Left
 * * * * * * * * * * * */
.tabs-left.tabbable-custom > .nav-tabs {
  float: left;
}

  .tabs-left.tabbable-custom > .nav-tabs li {
    border-left: 3px solid transparent;
    margin-right: 0;
    margin-top: 0;
  }

    .tabs-left.tabbable-custom > .nav-tabs li.active {
      border-top: none;
      border-left: 3px solid #4d7496;
      margin-top: 0;
      margin-right: -1px;
      position: relative;
    }

      .tabs-left.tabbable-custom > .nav-tabs li.active a {
        border-top: 1px solid #ddd;
        border-left: 1px solid transparent;
      }

    .tabs-left.tabbable-custom > .nav-tabs li a:hover,
    .tabs-left.tabbable-custom > .nav-tabs li a:focus {
      border-bottom: 1px solid #eee;
      border-right: none;
    }
/* * * * * * * * * * * *
 * Tabs Right
 * * * * * * * * * * * */
.tabs-right.tabbable-custom > .nav-tabs {
  float: right;
}

  .tabs-right.tabbable-custom > .nav-tabs li {
    border-right: 3px solid transparent;
    margin-right: 0;
    margin-top: 0;
  }

    .tabs-right.tabbable-custom > .nav-tabs li.active {
      border-top: none;
      border-right: 3px solid #4d7496;
      margin-top: 0;
      margin-right: -1px;
      position: relative;
    }

      .tabs-right.tabbable-custom > .nav-tabs li.active a {
        border-top: 1px solid #ddd;
        border-right: 1px solid transparent;
      }

    .tabs-right.tabbable-custom > .nav-tabs li a {
      margin-left: -1px;
    }

      .tabs-right.tabbable-custom > .nav-tabs li a:hover,
      .tabs-right.tabbable-custom > .nav-tabs li a:focus {
        border-bottom: 1px solid #eee;
      }
/* * * * * * * * * * * *
 * Tabs Left & Right
 * * * * * * * * * * * */
.tabs-right.tabbable-custom .nav-tabs > li a,
.tabs-left.tabbable-custom .nav-tabs > li a {
  padding: 8px 10px;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

  .tabs-left > .nav-tabs > li > a,
  .tabs-right > .nav-tabs > li > a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px;
  }

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
}
/* # Modals
================================================== */
.modal-content {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom-color: rgba(0, 0, 0, 0.4);
}

.modal-header {
  background-color: #3795d7;
  padding: 7px !important;
}

  .modal-header .close {
    font-size: 22px !important;
    color: #FFF;
  }

.modal-title {
  font-weight: 600;
  font-size: 14px;
  color: #FFF;
  display: contents;
}

.modal-footer {
  background-color: #f9f9f9;
  padding: 10px !important;
}
/* # Invoice
================================================== */
.invoice .invoice-nr {
  font-size: 15px;
}

.invoice .invoice-date {
  color: #888888;
  margin-top: -5px;
}

.invoice .amount {
  font-size: 15px;
}

  .invoice .amount .total {
    padding-top: 7px;
    margin-top: 7px;
    font-size: 18px;
  }

@media print {
  .crumbs,
  .page-header,
  #sidebar,
  .invoice .buttons {
    display: none;
  }
}

/** Custom **/
.content-top-btns ul {
  margin: 0;
  padding: 0;
}

.content-top-btns li {
  display: inline-block;
  list-style-type: none;
  margin-left: 5px;
}

  .content-top-btns li:first-child {
    margin-left: 0;
  }

  .content-top-btns li a {
    display: block;
    padding: 4px 10px 2px;
    background: #e5e5e5;
    font-size: 12px;
    color: #173B49;
    text-decoration: none;
    text-align: left;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 2px;
  }

    .content-top-btns li a:hover {
      background: #3795d7;
      color: #FFF;
    }

div.dataTables_length label {
  text-transform: capitalize !important;
  color: #949494;
  font-weight: normal;
  font-size: 12px !important;
  margin-bottom: 0 !important;
}

div.dataTables_filter label {
  margin-bottom: 0 !important;
}

.border-none {
  border: none !important;
}

.custom-datatable .widget-content.no-padding .dataTables_header {
  background: none !important;
  border-bottom: none;
}

.custom-datatable .widget-content.no-padding .dataTables_footer {
  background: #FFF !important;
  border-top: none;
  border-top: 1px solid #C5C5C5 !important;
}

.custom-datatable .table thead > tr > th,
.custom-datatable .table tbody > tr > th,
.custom-datatable .table tfoot > tr > th,
.custom-datatable .table thead > tr > td,
.custom-datatable .table tbody > tr > td,
.custom-datatable .table tfoot > tr > td {
  vertical-align: middle;
  color: #757575;
  font-size: 12px;
}

.custom-datatable .dashboardTable tbody > tr > td {
  font-size: 11px;
}

.custom-datatable .table tbody > tr > td.sorting_1 {
  /*text-align:center;*/
}

.custom-datatable .table tbody > tr > td a {
  font-weight: 600;
  color: #3B97D8;
}

.custom-datatable .table thead > tr > th {
  color: #FFFFFF;
  font-size: 12px;
  min-width: 70px;
  font-weight: 500;
  padding: 5px 5px !important;
}

.custom-datatable .table-bordered > thead > tr > th, .custom-datatable .table-bordered > tbody > tr > th, .custom-datatable .table-bordered > tfoot > tr > th, .custom-datatable .table-bordered > thead > tr > td, .custom-datatable .table-bordered > tbody > tr > td, .custom-datatable .table-bordered > tfoot > tr > td {
  border: none !important;
  border-left: 1px solid #C5C5C5 !important;
  padding: 8px 5px !important;
}

.custom-datatable thead {
  background: #5e636b;
}

.custom-datatable .widget-content.no-padding .dataTables_header {
  padding: 10px 15px;
  background: #FFF !important;
  margin: 0;
}

.datatable-flag {
  width: 25px;
  height: 25px;
  display: inline-block;
  background: url("../img/flags.png") no-repeat center;
  margin-bottom: -5px;
}

.black-flag {
  background-position: -1px -4px;
}

.red-flag {
  background-position: -1px -36px;
}

.green-flag {
  background-position: -1px -68px;
}

.yellow-flag {
  background-position: -1px -102px;
}

table.has-columns-hidden > tbody > tr.row-detail > td > ul {
  padding: 0 !important;
}

  table.has-columns-hidden > tbody > tr.row-detail > td > ul li {
    display: block;
    padding: 3px 0;
    margin: 0 6px;
  }

    table.has-columns-hidden > tbody > tr.row-detail > td > ul li div.quoteStatus {
      display: inline-block;
    }

.page-header2 {
  padding: 0px 10px;
  background: #FFF;
  margin-top: 5px;
}

.dataTables_length label select, .dataTables_length label .select2-container {
  width: 70px !important;
}

  .dataTables_length label .select2-container .select2-choice, .select2-drop-active {
    border: 1px solid #D4D4D4 !important;
  }

.select2-drop-active {
  border-top: none !important;
}

.select2-container .select2-choice .select2-arrow {
  padding-top: 0 !important;
}

.custom-datatable .input-group-addon {
  background-color: #5E636B;
  color: #FFFFFF;
  border-color: #5E636B;
}

.dataTables_paginate .pagination {
  margin: 0 !important;
}

  .dataTables_paginate .pagination > li > a, .dataTables_paginate .pagination > li > span {
    margin-left: 5px !important;
    border: none !important;
    padding: 3px 10px 2px !important;
    line-height: initial;
    font-size: 12px;
    border-radius: 1px;
    background-color: #858585;
    color: #FFF;
    font-weight: 300;
  }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #197999 !important;
  border-color: #197999 !important;
}

.pagination > .disabled > span, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  background-color: #858585 !important;
  color: #C5C5C5 !important;
}

div.dataTables_info {
  color: #8C8C8C;
  font-size: 12px;
}

.dataTables_filter .input-group input[type="text"] {
  background: #FFF !important;
  /*border:1px solid #D4D4D4 !important;*/
  color: #444;
  padding: 6px 6px;
}

.dataTables_empty {
  text-align: center;
}

table.table thead .sorting, table.table thead .sorting_desc, table.table thead .sorting_asc {
  background-size: 15px !important;
}

.select2-results .select2-result-label {
  font-size: 12px;
  padding: 5px 7px 2px !important;
}

.selectbranch-dropdown {
}

.region-label {
  float: left;
  margin-top: 17px;
  margin-left: 20px;
}

.selectbranch-dropdown .navbar-brand {
  text-shadow: none;
  font-size: 14px;
  line-height: normal;
  width: 100%;
  display: block;
  font-weight: 100;
  color: #656565;
  margin-top: 10px;
  background: #E8E8E8;
  padding: 5px 10px;
  border-radius: 1px;
  min-width: 180px;
  margin-left: 10px !important;
  border-right: none !important;
}

.selectbranch-dropdown .caret {
  float: right;
  margin-left: 5px;
  border-top: 6px solid #656565;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  margin-top: 9px;
  position: absolute;
  right: 0px;
}

.dropselect > li > a, .dropselect > .dropselect-list > li > a {
  font-size: 12px !important;
  color: #454545 !important;
}

.dropselect-item-icon {
  width: 18px !important;
  font-size: 12px;
}

.dataTables_header .col-md-6 {
  padding: 0 !important;
}

#dropselect {
  width: 225px !important;
  margin-right: -10px;
  border: none !important;
}

.dropselect > .dropselect-filter .dropselect-filter-input {
  font-size: 12px !important;
}

.quotation-details {
  margin-top: 20px;
}
/** Responsive Tabs **/
.resp-tabs-list {
  margin: 0;
  padding: 0;
}

  .resp-tabs-list li:not(.cb-report-drop-down) {
    font-size: 14px;
    float: left;
    margin: 0;
    margin-left: 3px;
    display: inline-block;
    /*padding: 12px 15px 7px;*/
    list-style: none;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }

  .resp-tabs-list li:first-child {
    margin-left: 0;
  }

.resp-tab-item {
  color: #ECECEC;
  background: #8E8E8E;
}

.resp-tabs-list li > input[type="submit"] {
  display: block;
  color: #ECECEC;
  font-size: 14px !important;
  font-weight: 500;
  background: #8E8E8E;
  padding: 12px 15px 7px;
  margin: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border: none;
}

  .resp-tabs-list li > input[type="submit"]:hover {
    color: #FFF;
    background: #63AD37;
  }

.resp-tabs-list li.resp-tab-active > input[type="submit"] {
  background: #71C04D;
  color: #FFF;
}

.resp-tabs-list li:hover {
  color: #FFF;
  background: #3795d7;
}

.resp-tabs-container {
  padding: 0px;
  background: #FDFDFD;
  clear: left;
  padding-bottom: 15px;
}

.resp-tabs-list .btn-group > button {
  display: block;
  color: #ECECEC;
  font-size: 14px !important;
  font-weight: 500;
  background: #8E8E8E;
  padding: 12px 15px 7px;
  margin: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border: none;
}

  .resp-tabs-list .btn-group > button:hover {
    color: #FFF;
    background: #63AD37;
  }

.resp-tabs-list li.resp-tab-active .btn-group > button {
  background: #71C04D;
  color: #FFF;
}

h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}

.resp-tab-content {
  display: none;
  padding: 10px 0;
  padding-top: 0;
}

.resp-tab-active {
  border-bottom: none;
  background: #71C04D;
  color: #FFF;
  font-weight: 500;
}

.resp-content-active, .resp-accordion-active {
  display: block;
}

.resp-tab-content p {
  font-size: 13px;
  color: #454545;
  line-height: 1.8em;
  padding: 5px 0;
}

h2.resp-accordion {
  font-size: 15px;
  border: none;
  margin: 0px;
  padding: 12px 15px 8px;
  margin: 10px 0;
  background: #8E8E8E;
  color: #FFF;
  font-family: inherit;
  font-weight: 500;
}

  h2.resp-accordion:hover {
    color: #FFF;
    background: #1D6BAC;
  }

h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  margin-bottom: 0px !important;
  background: #71C04D;
}
/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {

  ul.resp-tabs-list {
    /*display: none;*/
  }

  h2.resp-accordion {
    display: block;
  }

  .resp-vtabs .resp-tab-content {
    border: 1px solid #C1C1C1;
  }

  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: none;
  }

  .resp-accordion-closed {
    display: none !important;
  }

  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
  }

  .resp-tab-active:after {
    display: none;
  }
}

.tab-heading {
  padding: 7px 15px;
  border-bottom: 1px solid #CECECE;
  margin-bottom: 15px;
}

  .tab-heading h2 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    color: #3795d7;
    font-weight: 500;
    float: left;
  }

.create-btns {
  float: right;
  position: relative;
  z-index: 5;
}

  .create-btns ul {
    margin-bottom: 0;
    padding: 0;
    vertical-align: middle;
  }

  .create-btns li {
    display: inline-block;
    list-style-type: none;
    margin-left: 10px;
    vertical-align: middle;
  }

    .create-btns li a, .addbtn {
      display: block;
      font-size: 13px;
      color: #4c4c4c;
      text-decoration: none;
      text-align: left;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      font-weight: 600;
    }

.addbtn {
  background: #52CA63 !important;
  color: #FFF !important;
  border: none;
  outline: none;
}

  .addbtn:hover, .addbtn:active, .addbtn:focus {
    background: #38B34A !important;
  }

.create-btns li a.addaction-btn, .create-btns li a.adddocument-btn {
  margin-top: 4px;
}

.create-btns li a span {
  font-size: 11px;
  background-color: #e25029;
  padding: 5px;
  border-radius: 2em;
  color: #FFF;
  line-height: 1;
  margin-top: -2px;
}

.create-btns li a:hover {
  color: #222;
}

.row2 {
  margin: 0 !important;
}

.form-details .control-label {
  text-align: left;
  font-weight: normal;
  font-size: 12px !important;
  color: #7D7D7D;
  padding-right: 0;
}

.form-details .thick-label {
  font-weight: 500;
  font-size: 13px !important;
}

.form-details h3 {
  font-weight: 400;
  border-top: 1px solid #DDDDDD;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0 15px;
  color: #545454;
}

.line-divider {
  display: block;
  border-top: 1px solid #DDDDDD;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0 15px;
}
/*.textareabox{
	resize:none;
}*/
.view-table {
  border: 1px solid #ececec;
  margin-bottom: 0 !important;
}

  .view-table > tbody > tr > th {
    background-color: #525252 !important;
    color: #FFF;
    font-size: 12px;
    padding: 5px;
    font-weight: 500;
  }

  .view-table > tbody > tr > td {
    border-top: none;
    font-size: 12px;
    color: #7D7D7D;
    vertical-align: middle;
    padding: 8px 5px;
    border: none;
    word-break: keep-all;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }

  .view-table > thead > tr > th {
    border-bottom: none;
    font-size: 14px;
    color: #FFF;
    font-weight: 500;
    padding: 5px;
  }

  .view-table tbody > tr:nth-child(odd) > td,
  .view-table tbody > tr:nth-child(odd) > th {
    background-color: #FFF;
  }

  .view-table tbody > tr:nth-child(even) > td,
  .view-table tbody > tr:nth-child(even) > th {
    background-color: #f6f6f6;
  }

  .view-table tbody > tr.categoery-grid > td, .view-table tbody > tr.subcategoery-grid > td {
    color: #FFF;
    padding: 7px 5px 2px;
    border: 1px solid #fff;
    border-left: none;
    border-right: none;
  }

  .view-table tbody > tr.categoery-grid > td {
    background-color: #3795d7 !important;
    padding: 5px;
  }

  .view-table tbody > tr.subcategoery-grid > td {
    background-color: #959595 !important;
    padding: 5px;
  }

.form-details h4 {
  color: #238acb;
  font-size: 15px;
  padding-top: 10px;
  font-weight: 600;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #F8F8F8;
}

.categoery-dropdown h2 {
  margin-right: 10px;
  margin-top: 6px;
}

select.form-control {
  background: #FFF url("../img/select-dropdown.png") no-repeat 97% center;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  cursor: pointer;
  padding-right: 20px;
}

  select.form-control::-ms-expand {
    display: none;
  }

.create-btn {
  background: #72c270;
  border: none;
  padding: 8px 20px 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

  .create-btn:hover, .create-btn:focus, .create-btn:active {
    background: #4FB14D;
  }

.action-btns {
  padding: 15px 0;
  border-top: 1px solid #DDDDDD;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0 15px;
  text-align: right;
}

  .action-btns ul {
    padding: 0;
    margin: 0;
  }

  .action-btns li {
    display: inline-block;
    margin-left: 10px;
  }

    .action-btns li:first-child {
      margin-left: 0;
    }

.submit-btn {
  background: #52ca63;
  border: none;
  font-size: 14px !important;
  padding: 6px 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

  .submit-btn:hover, .submit-btn:focus {
    background: #2CB13F;
    border-top: none !important;
  }

.cancel-btn {
  background: #e25856;
  border: none;
  font-size: 14px !important;
  padding: 6px 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.math-symbol {
  float: left;
  text-align: center;
  padding-top: 30px;
  width: 0;
  margin-left: -3px;
}

  .math-symbol label {
    font-weight: 600 !important;
    padding-top: 0 !important;
  }

.grdi-view-table > thead {
  background: #525252;
}

.grdi-view-table > tr > th {
  background-color: #525252 !important;
  color: #FFF;
  font-weight: 500;
  border: none;
}

.grdi-view-table > thead > tr > th {
  font-size: 12px;
  padding: 8px 5px;
  vertical-align: middle;
}

.grdi-view-table .categoery-grid th, .grdi-view-table .subcategoery-grid th {
  background: #3795d7 !important;
  color: #FFF;
  font-weight: normal;
  padding: 7px 5px 2px;
}

.grdi-view-table .subcategoery-grid th {
  background: #959595 !important;
}

.editbtn, .deletebtn, .viewbtn {
  display: block;
  width: 20px;
  height: 20px;
  background: #3c84dd url("../img/edit.png") no-repeat center;
  border-radius: 2em;
  text-align: center;
  margin: 0 auto;
  border: none;
  text-indent: -5000px;
  cursor: pointer;
}

  .editbtn:hover {
    background-color: #175CB1;
  }

.table-actionbtns {
  padding: 0;
  margin: 0;
  height: 20px;
}

  .table-actionbtns li {
    list-style: none;
    display: inline-block;
    width: 30%;
  }

.deletebtn {
  background: #dd5e3c url("../img/deletebtn.png") no-repeat center;
}

  .deletebtn:hover {
    background-color: #F93F0D;
  }

.viewbtn {
  background: #d8c129 url("../img/viewbtn.png") no-repeat center;
}

  .viewbtn:hover {
    background-color: #C5AB00;
  }

.actionsbtns {
  width: 120px;
}

.categoery-dropdown {
  float: left;
}

  .categoery-dropdown select {
    display: inline-block;
    font-size: 14px !important;
    font-weight: 600;
    padding: 5px 28px 5px 5px;
    height: inherit;
    width: 230px;
    color: #1f4b6a;
    background: #FFF url("../img/bluearrow.png") no-repeat 97% center;
  }

    .categoery-dropdown select::-ms-expand {
      display: none;
    }

.categoery-secondary-dropdown {
  padding-left: 20px;
}

.workorder-btn a, .addbtn {
  padding: 10px 15px 6px 15px;
  background-color: #3379aa;
  color: #FFF !important;
  font-weight: 500 !important;
  border-radius: 1px;
  float: right;
}

  .workorder-btn a:hover {
    background-color: #0D5282;
  }

.tab-subheading {
  border-top: 1px solid #DDDDDD;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0 15px;
}

  .tab-subheading h3 {
    float: left;
    padding: 0;
    margin: 0;
    border-top: none;
  }

.add-icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url("../img/addicon.png") no-repeat center;
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 3px;
}

.form-details .control-label2 {
  margin-top: 6px;
  font-size: 13px !important;
  font-weight: 500;
}

.ui-datepicker td .ui-state-default {
  font-size: 12px !important;
}

.ui-datepicker .ui-datepicker-title {
  font-weight: 500 !important;
}

.ui-datepicker {
  z-index: 9999 !important;
  font-family: inherit;
}

.actionsbuttons {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 5px;
}

.delete-icon {
  background: url("../img/delete.png") no-repeat center;
}

.copy-icon {
  background: url("../img/copy.png") no-repeat center;
}

.rename-icon {
  background: url("../img/rename.png") no-repeat center;
}

.addphoto-icon {
  background: url("../img/addphoto.png") no-repeat 2px -1px;
  background-size: 20px;
}

.export-icon {
  background: url("../img/export.png") no-repeat left 0px;
  width: inherit;
  min-width: 95px;
  border: none;
  font-weight: 600;
  font-size: 13px !important;
  color: #4c4c4c;
  padding: 0;
  margin: 0;
  padding-left: 25px;
}
/** photo Tab  **/

.photo-album {
  padding: 10px;
  background: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 0px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 0px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 0px rgba(0, 0, 0, 0.1) inset;
  margin: 0 10px;
  margin-bottom: 15px;
}

.photo-album-image {
  position: relative;
  /*max-height: 170px;*/
  overflow: hidden;
}

  .photo-album-image img {
    width: 100%;
  }

  .photo-album-image a {
    display: block;
    height: 150px;
  }

  .photo-album-image img {
    width: 100%;
    height: 100%;
  }

.photo-caption {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  padding: 10px;
  color: #FFF;
}

.select-checkbox {
  float: left;
}

  .select-checkbox .checkbox {
    position: relative;
    margin: 0;
    padding: 0;
    cursor: pointer;
  }

    .select-checkbox .checkbox input {
      position: absolute;
      left: -9999px;
    }

    .select-checkbox .checkbox i {
      position: absolute;
      top: 6px;
      left: 0;
      display: block;
      width: 15px;
      height: 15px;
      outline: none;
      border-width: 2px;
      border-style: solid;
      background: #fff;
    }

    .select-checkbox .checkbox input + i:after {
      position: absolute;
      opacity: 0;
      transition: opacity 0.1s;
      -o-transition: opacity 0.1s;
      -ms-transition: opacity 0.1s;
      -moz-transition: opacity 0.1s;
      -webkit-transition: opacity 0.1s;
    }

    .select-checkbox .checkbox input + i:after {
      content: " ";
      display: block;
      width: 0.3em !important;
      height: 0.6em !important;
      border: solid #FFF;
      border-width: 0 0.1em 0.1em 0;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 0px;
      left: 5px;
      text-align: center;
    }

    .select-checkbox .checkbox input:checked + i:after {
      opacity: 1;
    }

    .select-checkbox .checkbox i {
      border-width: 2px;
      width: 20px;
      height: 20px;
      top: 0px;
    }

    .select-checkbox .checkbox input + i:after {
      font-size: 22px;
    }

    .select-checkbox .checkbox i {
      border-color: #FFF;
      border-radius: 0px;
      background: initial;
    }

.photo-upload-date {
  float: right;
  font-weight: 500;
}

.photo-album-desc ul {
  margin: 0;
  padding: 0;
}

.photo-album-desc li {
  list-style-type: none;
  display: block;
  padding: 6px 0;
  font-size: 12px;
  word-break: break-all;
}

.span-title {
  display: inline-block;
  font-weight: 600;
  color: #484848;
  min-width: 100px;
  float: left;
  font-size: 13px;
}

.photo-desc {
  font-size: 12px;
  line-height: 1.8em;
  padding: 5px 0;
  color: #5A5A5A;
}

.photo-album .col-md-8 {
  padding: 0;
}

.table-actionbtns2 li {
  width: 46%;
}

.photo-album-desc li span {
  display: table-cell;
}
/** Add Photo Modal Popup **/
.add-photo-box {
  width: 500px;
}

.add-photo-close {
  background: #f4f4f4 !important;
  width: 22px;
  height: 22px;
  border-radius: 2em;
  opacity: 1;
  position: absolute;
  right: -8px;
  top: -15px;
}

  .add-photo-close span {
    color: #d74242;
    font-weight: 500;
    font-size: 18px;
    display: inline-block;
    margin-top: 3px;
  }

.add-photo {
  border: none !important;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 4px !important;
  background: #ECECEC;
}

  .add-photo .modal-header {
    text-align: center;
    background: #3795d7;
    padding: 13px 10px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }

  .add-photo .modal-title {
    color: #FFF;
    font-weight: 400;
    font-size: 22px;
    display: inline-block;
    background: url("../img/add-icon.png") no-repeat 0px 2px;
    padding-left: 32px;
    font-family: 'Poppins', sans-serif !important;
  }

.add-photo-btn {
  padding: 8px 25px !important;
  font-size: 16px !important;
  background: #52ca63;
  border: none;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: initial !important;
  display: inline-block;
}

  .add-photo-btn:hover, .add-photo-btn:focus {
    background: #2AAF3D;
  }

.add-photo-form .col-md-4, .add-photo-form .col-md-8 {
  padding: 0;
}

.add-photo-form .control-label2 {
  font-weight: 500 !important;
  color: #777 !important;
}

input[type="file"] {
  font-size: 12px !important;
}

.selectcheckbox input,
.selectcheckbox label {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  position: relative;
}

.selectcheckbox {
  margin: 0;
  padding-left: 25px;
  color: #565555;
  font-size: 12px !important;
  cursor: pointer;
  min-height: initial;
  font-weight: normal;
  position: relative;
}

  .selectcheckbox input {
    position: absolute;
    left: -9999px;
  }

  .selectcheckbox i {
    position: absolute;
    top: 6px;
    left: 0;
    display: block;
    width: 15px;
    height: 15px;
    outline: none;
    border-width: 2px;
    border-style: solid;
    background: #fff;
  }

  .selectcheckbox input + i:after {
    position: absolute;
    opacity: 0;
    transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    -ms-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s;
  }

  .selectcheckbox input + i:after {
    content: " ";
    display: block;
    width: 0.3em !important;
    height: 0.6em !important;
    border: solid #222;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 1px;
    left: 5px;
    text-align: center;
  }

  .selectcheckbox input:checked + i:after {
    opacity: 1;
  }

  .selectcheckbox i {
    border-width: 1px;
    width: 18px;
    height: 18px;
    top: -2px;
  }

  .selectcheckbox input + i:after {
    width: 16px;
    height: 16px;
    font-size: 20px;
  }

  .selectcheckbox i {
    border-color: #CCC;
    border-radius: 0px;
  }

.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}

.custom-file-input::before {
  content: 'Browse';
  background: #909090;
  border: 1px solid #7D7B7B;
  padding: 2px 15px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-size: 12px;
  color: #FFF;
  outline: none;
  display: inline-block;
}

.custom-file-input:hover::before {
  border-color: rgb(86, 86, 86);
}

.custom-file-input:active::before {
  background: #646464;
}

.custom-file-input {
  width: 100%;
  cursor: pointer;
}

  .custom-file-input:focus, .custom-file-input:active {
    outline: none;
  }

.editimg {
  height: 100px;
  overflow: hidden;
  margin-bottom: 15px;
}

.filed-block {
  display: block;
  margin-top: 10px;
}

  .filed-block:first-child {
    margin-top: 0;
  }

.table-actionbtns3 {
  text-align: right;
}

.export-btn {
  background: #e69726;
}

  .export-btn:hover, .export-btn:active, .export-btn:focus {
    background: #CE7F0F;
  }

.export-chart {
  background: #e69726;
}

  .export-chart:hover, .export-chart:active, .export-chart:focus {
    background: #CE7F0F;
  }

.small-map {
  width: 100%;
  min-height: 550px;
  margin: 0 auto;
}
/** Work Order Build **/
.Content-inner-pages {
  background: #FDFDFD;
  margin-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.tab-heading2 h2 {
  margin-top: 6px;
}

.create-btns2 li {
  margin-left: 10px !important;
  float: right;
}

.green-btn a {
  background: #52ca63;
}

  .green-btn a:hover {
    background: #38B34A;
  }

.yellow-btn a {
  background: #c6ab40;
}

  .yellow-btn a:hover {
    background: #CCAA26;
  }

.red-btn a {
  background: #c8483f;
}

  .red-btn a:hover {
    background: #F1645A;
  }

.btn-padding {
  padding: 8px 15px 6px;
}

.amount-box {
  text-align: center;
  padding: 4% 3%;
  border-radius: 2px;
  margin-bottom: 5px;
}

  .amount-box label {
    color: #FFF;
    font-weight: normal;
    display: block;
  }

  .amount-box span {
    color: #FFF;
    display: block;
    font-size: 22px;
  }

.summary-table .oddrowcolor {
  background: #FFFFFF;
}

.summary-table .evenrowcolor {
  background: #E7EDF9;
}

.total-budget {
  background: #2189cb;
}

.actual-value {
  background: #cb9521;
}

.saving-value {
  background: #43a23e;
}

.margin-value {
  background: #8E44AD;
}

/**  Event Status **/
.progressstatus {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #849397;
}

  .progressstatus > li {
    position: relative;
    display: table-cell;
    text-align: center;
    font-size: 0.8em;
  }

    .progressstatus > li:before {
      content: '';
      display: block;
      /*margin: 0 auto;*/
      background: #95A1AA;
      width: 29px;
      height: 29px;
      text-align: center;
      margin-bottom: 0.25em;
      line-height: 3em;
      border-radius: 100%;
      position: relative;
      z-index: 1000;
      border: 2px solid #CACACA;
      border-left: none;
      border-right: none;
    }

    .progressstatus > li:first-child::before {
      border-left: 2px solid #CACACA;
    }

    .progressstatus > li:last-child::before {
      border-right: 2px solid #CACACA;
    }

    .progressstatus > li:after {
      content: '';
      position: absolute;
      display: block;
      background: #95a1aa;
      width: 100%;
      height: 10px;
      top: 10px;
      left: 2px;
      margin-left: 1.5em\9;
      border: 2px solid #CACACA;
      border-left: none;
      border-right: none;
    }

    .progressstatus > li:last-child:after {
      display: none;
    }

    .progressstatus > li.is-complete {
      color: #2ECC71;
    }

      .progressstatus > li.is-complete:before, .progressstatus > li.is-complete:after {
        color: #FFF;
        background: #52ca63;
      }

    .progressstatus > li.is-active {
      color: #3498DB;
    }

      .progressstatus > li.is-active:before {
        color: #FFF;
        background: #52CA63;
      }

/**
 * Needed for IE8
 */
.progressstatus__last:after {
  display: none !important;
}

/**
 * Size Extensions
 */
.progress--medium {
  font-size: 1.5em;
  padding-top: 10px;
}
/**
 * Some Generic Stylings
 */
*, *:after, *:before {
  box-sizing: border-box;
}


.progressstatus .tooltip {
  background: #e4730e;
  bottom: 100%;
  color: #fff;
  display: block;
  left: -40px;
  margin-bottom: 10px;
  opacity: 0;
  padding: 10px;
  pointer-events: none;
  position: absolute;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  border-radius: 3px;
}

  .progressstatus .tooltip label {
    display: block;
  }

  .progressstatus .tooltip span {
    white-space: nowrap;
  }

  /* This bridges the gap so you can mouse into the tooltip without it disappearing */
  .progressstatus .tooltip:before {
    bottom: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
  }

  /* CSS Triangles - see Trevor's post */
  .progressstatus .tooltip:after {
    border-left: solid transparent 8px;
    border-right: solid transparent 8px;
    border-top: solid #e4730e 8px;
    bottom: -8px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    width: 0;
  }

.progressstatus .is-active:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

/* IE can just show/hide with no transition */
.lte8 .progressstatus .tooltip {
  display: none;
}

.lte8 .progressstatus:hover .tooltip {
  display: block;
}

.page-header3 {
  background: #71C04D;
}

  .page-header3 > .page-title h3 {
    color: #FFF;
  }

.progress-status {
  background-color: #FFF;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  min-height: 168px;
}

.progress-status-bar {
  float: left;
  width: 130%;
  padding: 0.8% 1% 0%;
}

  .progress-status-bar h3 {
    margin: 0;
    color: #3795d7;
    font-size: 18px;
    line-height: 19px;
  }

.status-btns {
  float: right;
  width: 12%;
  background: #f2f2f2;
  padding-top: 10px;
  min-height: 135px;
}

  .status-btns ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }

  .status-btns li {
    display: block;
    margin-top: 10px;
  }

    .status-btns li:first-child {
      margin-top: 0;
    }

    .status-btns li a {
      display: block;
      background: #70b97a url("../img/complete.png") no-repeat center;
      color: #FFF;
      text-align: center;
      border-radius: 2em;
      width: 45px;
      height: 45px;
      margin: 0 auto;
    }

      .status-btns li a:hover {
        background-color: #52985C;
      }

    .status-btns li.undo-btn a {
      background: #676767 url("../img/undo.png") no-repeat center;
      border-color: #8a8a8a;
    }

      .status-btns li.undo-btn a:hover {
        background-color: #565555;
      }

.progressstatus > li:last-child {
  width: 35px;
}

.form-details .form-group {
  margin: 0;
  margin-bottom: 10px;
}

.form-details .col-md-5 {
  padding: 0;
  padding-top: 8px;
}

.form-details .col-md-7 {
  padding: 0;
}

.form-details .col-xs-5 {
  padding: 0;
  padding-top: 8px;
}

.form-details .col-xs-7 {
  padding: 0;
}

.popup-box .col-md-5 {
  padding-left: 15px;
  padding-top: 8px;
}

.popup-box .col-md-7 {
  padding: 0 15px;
}

.pricing-tab {
  position: relative;
}

.popup-box {
  margin: 3%;
  border: 1px solid #D0D0D0;
  padding: 3% 0;
  padding-bottom: 80px;
}

.tab-heading h3 {
  margin: 0;
}

.email-config .form-group > .col-md-5 {
  padding-left: 0;
}

.SMTP-table tbody > tr > th, .SMTP-table tbody > tr > td {
  font-size: 12px;
  word-break: break-all;
}

.SMTP-table tbody > tr:first-child > th {
  border-top: none;
}

.SMTP-table tbody > tr:last-child > td {
  border-bottom: 1px solid #DDD;
}

.SMTP-table thead > tr > th {
  border-bottom: none;
}

.SMTP-table thead > tr > td i {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url("../img/email-servers.png") no-repeat;
  vertical-align: sub;
  margin-right: 5px;
}

.SMTP-table thead > tr:first-child > td {
  color: #FFF;
  font-weight: 500;
  font-size: 13px;
  vertical-align: middle;
}

.SMTP-table thead > tr > td.gmail {
  background: #d54d41;
}

.SMTP-table thead > tr > td.yahoo {
  background: #640e6b;
}

.SMTP-table thead > tr > td.hotmail {
  background: #f99b29;
}

.SMTP-table thead > tr > td.office365 {
  background: #eb3d01;
}

.SMTP-table thead > tr > td i.gmail-icon {
  background-position: -3px 0px;
}

.SMTP-table thead > tr > td i.yahoo-icon {
  background-position: -3px -42px;
}

.SMTP-table thead > tr > td i.hotmail-icon {
  background-position: -3px -86px;
}

.SMTP-table thead > tr > td i.office365-icon {
  background-position: -3px -134px;
}

.SMTP-table tbody > tr:nth-child(odd) > td,
.SMTP-table tbody > tr:nth-child(odd) > th {
  background-color: #FFF;
}

.SMTP-table tbody > tr:nth-child(even) > td,
.SMTP-table tbody > tr:nth-child(even) > th {
  background-color: #f6f6f6;
}

.SMTP-table tbody > tr > th {
  border-top: none;
  background-color: #FFF !important;
}

.SMTP-table tbody > tr > td.border-left {
  border-left: 1px solid #DDD;
}

.SMTP-table tbody > tr > td.border-right {
  border-right: 1px solid #DDD;
}

.exportbtns li a, .exportbtns li input[type="submit"] {
  background: #e97d5c url("../img/pdficon.png") no-repeat 8px center;
  padding: 8px 15px;
  color: #FFF;
  padding-left: 45px;
  font-size: 14px !important;
  border-radius: 2px;
  border: none;
}

.exportbtns li.generateexcel a, .exportbtns li.generateexcel input[type="submit"] {
  background-color: #4f8f6d;
}

.exportbtns li a:hover, .exportbtns li input[type="submit"]:hover {
  background-color: #D86947;
}

.exportbtns li.generateexcel a:hover, .exportbtns li.generateexcel input[type="submit"]:hover {
  background-color: #3F9E6C;
}

.ui-datepicker .ui-datepicker-header {
  background: #3795D7 !important;
}

.Workstartdate, .Workcompletiondate, .form-details input.Workstartdate, .form-details input.Workcompletiondate {
  background: #FFF url("../img/calendar.png") no-repeat 5px center !important;
  background-repeat: no-repeat;
  background-position: 5px center;
  padding-left: 35px !important;
}

.Actiondate {
  background-image: url("../img/calendar.png") !important;
  background-repeat: no-repeat;
  background-position: 5px center;
  padding-left: 35px !important;
}

.costing-fields .col-md-2 {
  padding-left: 0;
}

.costing-fields .col-md-10 {
  padding-left: 0;
  padding-right: 0;
}

.form-details .costing-label {
  padding-top: 20px;
}

.costing-fields {
  border-top: 1px solid #DDDDDD;
}

.gst-budget {
  background-color: #A5A5A5;
}

  .gst-budget label {
    font-size: 15px !important;
    text-transform: uppercase;
  }

  .gst-budget span {
    font-size: 25px;
    font-weight: 500;
  }

.page-header4 {
  /*padding: 10px 15px;
	border-bottom: 1px solid #CECECE;*/
}

.calendaricon {
  background: url("../img/calendar2.png") no-repeat center;
  margin-right: 2px;
}

.active-reminders {
  border: none;
}

.new-request {
  margin-right: 20px !important;
  margin-top: 11px;
}

  .new-request li a {
    padding: 6px 10px 3px !important;
    background: #8dc47f !important;
  }

    .new-request li a:hover {
      background: #73B962 !important;
    }

.NewRequestbtn {
  color: #FFF;
  padding: 6px 10px 3px !important;
  background: #8dc47f !important;
  border: none;
}

  .NewRequestbtn:hover {
    background: #73B962 !important;
  }

.NewRequestSeverbtn {
  color: #FFF;
  padding: 3px 10px 0px !important;
  background: #8dc47f !important;
  border: none;
  border-radius: 1px;
}

  .NewRequestSeverbtn:hover {
    background: #73B962 !important;
  }

.newrequestbox {
  border: none;
}

.claim-details {
  background: #004054;
  min-height: 168px;
}

  .claim-details ul {
    margin: 0;
    padding: 0 8px;
  }

  .claim-details li span {
    display: table-cell;
    font-weight: 300;
    word-break: break-all;
  }

    .claim-details li span.span-title {
      color: #43b1ff;
      font-size: 11px;
      min-width: 80px;
      float: none;
    }

  .claim-details li {
    list-style-type: none;
    display: block;
    padding: 3px 0;
    font-size: 11px;
    color: #FFF;
  }

.ClaimReference-details {
  margin-top: 5px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  margin-right: 0;
}

  .ClaimReference-details .col-md-4 {
    padding-right: 0;
  }

  .ClaimReference-details .col-md-8 {
    padding-left: 0;
    background: #FFF;
    padding-right: 0;
  }

.claim-details-header {
  background: #f2bb25;
}

  .claim-details-header li {
    color: #FFF;
    display: inline-block;
    width: 49%;
    vertical-align: middle;
  }

    .claim-details-header li span.span-title {
      color: #FFF;
      min-width: inherit;
      padding-right: 5px;
    }

    .claim-details-header li span {
      display: inline-block !important;
      word-break: break-all;
    }

.dataTables_filter input {
  padding: 6px !important;
}

/** Select Region **/

.selectbranch-dropdown {
  position: relative;
}

.select-region {
  font-size: 13px !important;
  line-height: normal;
  width: 100%;
  display: block;
  font-weight: 600;
  color: #656565;
  margin-top: 10px;
  background: #E8E8E8;
  padding: 0px 5px 0px !important;
  min-width: 200px;
  margin-left: 10px !important;
  margin-top: 10px !important;
}

  .select-region option {
    font-size: 13px !important;
  }

  .select-region .select2-choice {
    border-radius: 0;
    border: none !important;
    background: #E8E8E8 !important;
    box-shadow: none !important;
    outline: none;
    padding: 0 !important;
  }

  .select-region > .select2-choice .select2-arrow {
    width: inherit !important;
    height: inherit !important;
    background: inherit !important;
    border-top: 6px solid #656565;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent !important;
    margin-top: 10px;
    border-radius: 0 !important;
  }

div#select2-drop {
  border-radius: 0;
  background-color: #fff !important;
  border: none;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) !important;
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) !important;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) !important;
}

.select2-drop-active {
  border: none;
}

.select2-results li {
  padding: 6px 1px 5px 5px !important;
  font-size: 12px !important;
  color: #454545 !important;
}

.select2-results .select2-result-label {
  padding: 0 !important;
}

.select2-results {
  padding: 0 !important;
  margin: 0 !important;
}

.select2-search {
  padding: 5px !important;
}

  .select2-search input {
    background: #FFF !important;
    border: 1px solid #CDCDCD !important;
    box-shadow: none !important;
    font-size: 12px !important;
    color: #454545 !important;
  }

.errormsg {
  font-size: 11px;
  display: block;
  margin: 3px 0;
  color: red;
}

.thick-label2 {
  padding-top: 0 !important;
}

.exportbtns2 {
  padding-top: 0 !important;
}

  .exportbtns2 ul {
    padding: 0;
    list-style: none;
  }

  .exportbtns2 li {
    display: inline-block;
    margin-left: 5px;
  }

    .exportbtns2 li:first-child {
      margin-left: 0;
    }

    .exportbtns2 li a, .exportbtns2 li input[type="submit"] {
      background: #70b97a url("../img/pdf.png") no-repeat 8px center;
      padding: 6px 15px 3px 30px;
      border-radius: 0;
    }

      .exportbtns2 li a.without-calc, .exportbtns2 li input[type="submit"].without-calc {
        background-color: #f6b322;
      }

      .exportbtns2 li a:hover, .exportbtns2 li input[type="submit"]:hover {
        background-color: #444;
        -webkit-transition: background-color 0.2s ease-in-out;
        -o-transition: background-color 0.2s ease-in-out;
        transition: background-color 0.2s ease-in-out;
      }

    .exportbtns2 li span {
      font-size: 10px;
      display: block;
      padding-top: 5px;
    }

.required {
  color: red;
}

.tabheading {
  padding-top: 0;
}

  .tabheading h2 {
    padding-top: 6px;
  }

.typelabel {
  display: inline-block;
  padding-right: 10px;
}

.padding-left-none {
  padding-left: 0;
}

.border-top-none {
  border-top: none !important;
}

.padding-top-none {
  padding-top: 0 !important;
}

.calculation-block {
  background: #eaeaea;
}

.margin-none {
  margin: 0;
  margin-bottom: 10px;
}

.add-btn {
  background: #52ca63 url("../img/add-icon.png") no-repeat 6px center;
  background-size: 14px;
  color: #FFF;
  font-weight: 500;
  padding: 6px 10px 6px 25px;
  margin-top: -10px;
  display: block;
  color: #FFF !important;
  font-weight: 500 !important;
  border: none;
}

  .add-btn:hover {
    background-color: #38B34A;
  }

.percent-symbol {
  background: none;
  border: none;
  padding-right: 0;
}

.input-group2 {
  padding: 0;
}

.workdesc {
  width: 35%;
  font-size: 11px !important;
}

.tablecheckbox {
  width: 30px;
}

  .tablecheckbox label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    font-size: 13px;
  }

  .tablecheckbox input[type=checkbox] {
    /*display: none;*/
  }

  .tablecheckbox label:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    position: absolute;
    left: 0;
    top: -7px;
    background-color: #FFF;
    border: 2px solid #3795d7;
  }

  .tablecheckbox input[type=checkbox]:checked + label:before {
    content: "";
    background: url("../img/checked.png") no-repeat center;
    font-size: 15px;
    color: #3795d7;
    text-align: center;
    line-height: 15px;
  }

.ReminderDate {
  background-image: url("../img/calendar.png") !important;
  background-repeat: no-repeat;
  background-position: 95% center;
  padding-right: 35px !important;
}

.chat-bubble {
  background: url("../img/chat-bubble.png") no-repeat center 3px;
}

.notify-span {
  font-size: 12px;
  color: #8A8A8A;
  font-weight: 300;
}

.cd-panel-header h3 {
  font-family: inherit !important;
}
/** Upcoming Reminder **/
.reminder-heading {
  padding: 10px;
  background: #d5813b;
  border-radius: 2px;
}

  .reminder-heading h3 {
    font-size: 18px;
    color: #FFF;
    font-family: inherit;
    margin: 0;
    font-weight: 400;
  }

.Upcoming-Reminder {
  padding: 0 3%;
}

.alert-icon {
  width: 35px;
  height: 35px;
  display: inline-block;
  background: #FFF url("../img/alert.png") no-repeat center center;
  background-size: 20px;
  border-radius: 2em;
  vertical-align: middle;
}

.ClassSubRegion label {
  font-weight: normal;
  font-size: 12px !important;
  display: inline-block;
  margin-left: 8px;
  vertical-align: text-top;
}

.ClassSubRegion input[type="checkbox"] {
  margin: 0;
  cursor: pointer;
}

/** Alert Boxes **/
.alert-box {
  text-align: center;
  margin: 5px 0;
  font-size: 12px;
}

.form-group #lblErrormsg {
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
}

.map-popup {
  width: 400px !important;
}

  .map-popup tr td {
    padding: 3px 0;
  }

.scope-of-work-table tbody th {
  background: #525252 !important;
  color: #FFF;
  font-weight: 500;
  font-size: 12px;
}

.addaction-btn, .AddReminderbtn {
  border: none;
  font-weight: 600;
  font-size: 16px !important;
  background: url("../img/addicon.png") no-repeat 0px 2px;
  padding-left: 24px;
  color: #4c4c4c;
}

.texttocustomer-btn {
  border: none;
  font-weight: 600;
  font-size: 16px !important;
  background: url("../img/chat-bubble.png") no-repeat 0px 2px;
  padding-left: 24px;
  color: #4c4c4c;
}

  .addaction-btn:hover, .texttocustomer-btn:hover {
    color: #52CA63;
  }

.delete-btn {
  /*display:block;*/
  padding: 9px 15px 6px 15px;
  font-weight: 500;
  border-radius: 1px;
  background: #c8483f;
  font-size: 13px;
  color: #fff;
  border: none;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

  .delete-btn:hover {
    background: #F1645A;
  }

#txtActualCost {
  background: none;
  border: none;
  outline: none !important;
  font-size: 25px !important;
  font-weight: 500;
  text-align: center;
  padding: 0;
  color: #FFF;
}

.gm-style-iw div {
  text-transform: capitalize;
}

.categoery-dropdown2 {
  float: right;
}

.disableSorting {
  background: none !important;
  pointer-events: none !important;
}

.quotation-tab .form-fields, .AddQutation .form-fields {
  margin-left: 0;
  margin-right: 0;
}

.exportbtn {
  background: #e97d5c url("../img/pdficon.png") no-repeat 8px center;
  padding: 10px 15px 6px 15px;
  color: #FFF !important;
  padding-left: 45px;
  font-size: 13px !important;
  border: none;
  font-weight: 500 !important;
  border-radius: 1px;
}

  .exportbtn:hover {
    background-color: #D46543;
  }

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: rgba(255, 255, 255, 0.4) url("../img/Loader.gif") center no-repeat;
}
/** Full Calendar **/
.fc-widget-header, .fc-widget-content {
  border: 1px solid #E2E2E2;
}

.fc-widget-content {
  font-size: 12px;
}

.fc-state-default {
  text-transform: uppercase;
  font-weight: 500 !important;
  height: inherit !important;
  background-color: #ADADAD !important;
  border: 1px solid #FFF !important;
  color: #FFF !important;
  padding: 4px 8px 0px !important;
  border-radius: 0 !important;
}

.fc-state-active {
  background: #F5AC3A !important;
}

.fc-button-next {
  margin-left: 5px;
}

.fc-button-today {
  margin-top: 3px;
  font-size: 12px;
  padding: 5px 10px 0px 10px !important;
  background-color: #3795D7 !important;
  font-size: 12px !important;
  border-radius: 2px;
}

.fc-center h2 {
  font-size: 18px !important;
  text-transform: uppercase;
  font-family: inherit;
  color: #545454;
  font-weight: 500;
  margin-top: 6px !important;
}

.fc-day-header {
  text-transform: uppercase;
  font-weight: 600;
  padding: 5px !important;
  font-size: 14px;
  color: #656565;
}

.fc-day-number {
  font-weight: 300;
  padding: 5px !important;
  font-size: 12px;
}

.fc-event-time, .fc-event-title {
  font-size: 12px;
}

.fc-agenda .fc-agenda-axis {
  text-align: center !important;
  font-size: 12px;
  font-weight: 300 !important;
}

.fc-agenda-slots tr.fc-minor th, .fc-agenda-slots tr.fc-minor td {
  border-top-style: solid !important;
}

.fc-agenda-divider {
  padding: 0 !important;
}

.fc-agenda-divider-inner {
  height: 0 !important;
}

.fc-time {
  text-transform: uppercase;
}

.fc-view > div > div::-webkit-scrollbar-track {
  background-color: #d5d5d5;
}

.fc-view > div > div::-webkit-scrollbar {
  width: 6px;
  background-color: #d5d5d5;
}

.fc-view > div > div::-webkit-scrollbar-thumb {
  background-color: #585858;
  border-radius: 2em;
}

.fc-view > div > div::-moz-scrollbar-track {
  background-color: #d5d5d5;
}

.fc-view > div > div::-moz-scrollbar {
  width: 6px;
  background-color: #d5d5d5;
}

.fc-view > div > div::-moz-scrollbar-thumb {
  background-color: #585858;
  border-radius: 2em;
}

.calendarAddReminder {
  width: 500px;
}

.calendar-addreminder {
  width: 40%;
  margin: 30px auto;
}

  .calendar-addreminder .modal-content {
    border: none;
  }

.fc-widget-header {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  color: #656565;
}

.fc-event {
  border-radius: 0 !important;
}

.calendar-addreminder .modal-title {
  font-weight: 500;
  color: #555555;
  font-family: inherit;
  font-size: 18px;
}

.fc-header-title h2 {
  font-family: inherit;
}

.fc-button-today {
  margin-top: 1px;
}

.fc-button-prev .fc-text-arrow, .fc-button-next .fc-text-arrow {
  font-weight: normal !important;
  line-height: 0;
  font-size: 20px;
}
/**  Active Reminders **/
.ActiveReminders .tab-heading {
  background: #FFF;
  margin-top: 10px;
  padding: 14px 15px 10px;
}

  .ActiveReminders .tab-heading h2 {
    font-family: inherit;
    font-size: 18px;
  }

    .ActiveReminders .tab-heading h2 span, .ActiveReminders .tab-heading h2 span label {
      font-size: 12px !important;
      font-weight: normal;
      color: #656565;
      margin: 0;
    }

.ActiveReminderList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-left: -8px;
  margin-right: -8px;
  padding-bottom: 20px;
}

.ReminderDetails {
  float: left;
  width: 25%;
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 16px;
  position: relative;
}

  .ReminderDetails a {
    background: #FFF;
    display: block;
    padding: 4%;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05),0 2px 5px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05),0 2px 5px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05),0 2px 5px 0 rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05),0 2px 5px 0 rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05),0 2px 5px 0 rgba(0, 0, 0, 0.05);
  }

  .ReminderDetails h2 {
    font-size: 14px;
    color: #787878;
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-weight: 500;
  }

.ReminderDetailsDesc span {
  display: inline-block;
}

.ReminderDetailsCount h4 {
  font-size: 30px;
  color: #404040;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-weight: 500;
}

.ReminderDetailsCount {
  float: right;
  text-align: center;
  padding-top: 8px;
  display: inline-block;
}

  .ReminderDetailsCount label {
    margin: 0;
    padding: 0;
    font-weight: 500;
    letter-spacing: 1px;
    color: #5c5c5c;
    text-transform: uppercase;
    font-size: 12px !important;
  }

.ReminderDetailsDesc {
  padding-top: 20px;
}

.ReminderDetails_color01 .ReminderDetailsCount h4 {
  color: #47923a;
}

.ReminderDetails_color02 .ReminderDetailsCount h4 {
  color: #eb5715;
}

.ReminderDetails_color03 .ReminderDetailsCount h4 {
  color: #1b82eb;
}

.ReminderDetails_color04 .ReminderDetailsCount h4 {
  color: #e29b12;
}

.ReminderDetails_color05 .ReminderDetailsCount h4 {
  color: #f02222;
}

.ReminderDetails_color06 .ReminderDetailsCount h4 {
  color: #0f7268;
}

.ReminderAlert {
  position: absolute;
  z-index: 1;
  height: auto;
  width: auto;
  left: auto;
  top: 15px;
  right: 30px;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  border-radius: 50%;
  opacity: 1;
  background-color: transparent;
  box-shadow: none;
  -webkit-transition: -webkit-transform 0.4s 0s, opacity 0s 0.4s;
  -moz-transition: -moz-transform 0.4s 0s, opacity 0s 0.4s;
  transition: transform 0.4s 0s, opacity 0s 0.4s;
}

  .ReminderAlert::after {
    /* this is used to create the pulse animation */
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: inherit;
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .ReminderAlert > span, .ReminderAlert::after {
    display: block;
  }

  .ReminderAlert::after {
    -webkit-animation: cd-pulse 2s infinite;
    -moz-animation: cd-pulse 2s infinite;
    animation: cd-pulse 2s infinite;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    animation-delay: 0.5s;
  }

  .ReminderAlert > span {
    width: 20px;
    height: 20px;
    background: url("../img/Alaram.png") no-repeat center;
  }

@-webkit-keyframes cd-pulse {
  0% {
    box-shadow: 0 0 0 0 #e97136;
  }

  100% {
    box-shadow: 0 0 0 15px rgba(255, 150, 44, 0);
  }
}

@-moz-keyframes cd-pulse {
  0% {
    box-shadow: 0 0 0 0 #e97136;
  }

  100% {
    box-shadow: 0 0 0 15px rgba(255, 150, 44, 0);
  }
}

@keyframes cd-pulse {
  0% {
    box-shadow: 0 0 0 0 #e97136;
  }

  100% {
    box-shadow: 0 0 0 15px rgba(255, 150, 44, 0);
  }
}
/** Nav Reminder Icon **/

.ReminderAlert2 {
  position: absolute;
  z-index: 1;
  height: auto;
  width: auto;
  left: auto;
  top: 15px;
  right: 25px;
  overflow-x: initial !important;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  border-radius: 50%;
  opacity: 1;
  background-color: transparent;
  box-shadow: none;
  -webkit-transition: -webkit-transform 0.4s 0s, opacity 0s 0.4s;
  -moz-transition: -moz-transform 0.4s 0s, opacity 0s 0.4s;
  transition: transform 0.4s 0s, opacity 0s 0.4s;
}

  .ReminderAlert2::after {
    /* this is used to create the pulse animation */
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: inherit;
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .ReminderAlert2 > em, .ReminderAlert2::after {
    display: block;
  }

  .ReminderAlert2::after {
    -webkit-animation: cd-pulse2 2s infinite;
    -moz-animation: cd-pulse2 2s infinite;
    animation: cd-pulse2 2s infinite;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    animation-delay: 0.5s;
  }

  .ReminderAlert2 > em {
    width: 20px;
    height: 20px;
    background: url("../img/Alaram.png") no-repeat center;
  }

@-webkit-keyframes cd-pulse2 {
  0% {
    box-shadow: 0 0 0 0 #e97136;
  }

  100% {
    box-shadow: 0 0 0 10px rgba(255, 150, 44, 0);
  }
}

@-moz-keyframes cd-pulse2 {
  0% {
    box-shadow: 0 0 0 0 #e97136;
  }

  100% {
    box-shadow: 0 0 0 10px rgba(255, 150, 44, 0);
  }
}

@keyframes cd-pulse2 {
  0% {
    box-shadow: 0 0 0 0 #e97136;
  }

  100% {
    box-shadow: 0 0 0 10px rgba(255, 150, 44, 0);
  }
}

/** Email 2 Tab **/
.Roundcheckbox {
  display: inline-block;
}

  .Roundcheckbox label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    font-size: 12px !important;
    margin: 0;
    padding-left: 22px;
    font-weight: normal;
  }

  .Roundcheckbox input[type=checkbox] {
    display: none;
  }

  .Roundcheckbox label:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    position: absolute;
    left: 0;
    top: -2px;
    background-color: #FFF;
    border: 2px solid #CDCDCD;
    border-radius: 2em;
  }

  .Roundcheckbox:hover label:before {
    border-color: #3795d7;
    -webkit-transition: border-color 0.5s ease-in-out;
    -moz-transition: border-color 0.5s ease-in-out;
    -o-transition: border-color 0.5s ease-in-out;
    transition: border-color 0.5s ease-in-out;
  }

  .Roundcheckbox input[type=checkbox]:checked + label:before {
    content: "";
    background: url("../img/checked.png") no-repeat center center;
    font-size: 15px;
    color: #3795d7;
    text-align: center;
    line-height: 15px;
    border-color: #3795d7;
  }

.ULlist {
  margin: 0;
  padding: 0;
  margin-top: 6px;
  margin-left: 4px;
}

  .ULlist li {
    margin: 0 10px;
    display: inline-block;
  }

.ULlist2 .Roundcheckbox {
  min-width: 85px;
  margin-bottom: 8px;
}

.CustomerContactedWaring {
  background: #ff683a;
  color: #FFF;
}

.SuccessModal {
  position: fixed;
  top: 70px;
  right: 20px;
  z-index: 9999;
  color: #FFF;
  background: #4ebd4a;
  border: none;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

  .SuccessModal .close {
    font-size: 20px !important;
    padding-left: 30px;
  }

.tab-heading {
  position: relative;
}

.AlertDiv {
  /*position: absolute;*/ /*commented by*/
  top: 20px;
  left: 0;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 12px !important;
  font-weight: normal;
  color: red;
}

.RequiredField {
  color: red;
  font-family: initial;
  margin: 0;
  padding: 0;
}

.tablecheckbox input[type=checkbox] {
  width: 20px;
  height: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  -moz-appearance: checkbox;
  background: url("../img/CheckBox.png") no-repeat 0px 1px;
  cursor: pointer;
}

  .tablecheckbox input[type=checkbox]:checked {
    background-position: 0px -31px;
  }

.WorkDescRow .col-xs-5 {
  padding-left: 15px;
  width: 150px;
}

.WorkOrderBuildTable tr > td > a.tdeditBtn {
  background: #3c84dd;
  padding: 4px 10px 2px;
  border-radius: 1px;
  color: #FFF;
  font-weight: 300;
  font-size: 11px;
  display: inline-block;
  margin: 1px 0;
}

  .WorkOrderBuildTable tr > td > a.tdeditBtn:hover {
    background: #383838;
  }

.WorkOrderBuildTable tr > td > a:nth-child(2) {
  background: #dd5e3c;
}

table.has-columns-hidden > tbody > tr > td > span.responsiveExpander {
  background-size: 12px !important;
  padding-left: 25px !important;
}

table.has-columns-hidden > tbody > tr.detail-show > td span.responsiveExpander {
  background-size: 10px !important;
}

.custom-datatable .CompanyDetailsTable tbody > tr > td,
.custom-datatable .UserDetailsTable tbody > tr > td,
.custom-datatable .clientsTable tbody > tr > td,
.custom-datatable .ContractorTable tbody > tr > td,
.custom-datatable .SupplierTable tbody > tr > td {
  font-size: 11px;
}

#btnClose, input.cd-panel-close {
  background: url("../img/closebtn.png") no-repeat center center !important;
  opacity: 0.6;
}

  #btnClose::before, #btnClose::after, input.cd-panel-close::before, input.cd-panel-close::after {
    display: none;
  }

  #btnClose:hover, input.cd-panel-close:hover {
    opacity: 1;
  }

.row-detail ul.table-actionbtns {
  display: inline-block;
  vertical-align: middle;
  height: initial !important;
}

  .row-detail ul.table-actionbtns li {
    display: inline-block !important;
    width: inherit !important;
  }

.ScopeOfWorkTable > div {
  overflow-x: auto;
}

.ScopeOfWorkTable .table tbody > tr > td a {
  font-weight: 600;
  color: #3B97D8;
}

.footable-row-detail-row {
  line-height: 2em !important;
}

.WorkOrderBuildTable td > input[type="text"] {
  width: 80px;
}
/** Page Not Found **/
.PageNotFound {
  background: #FFF;
  position: relative;
  top: 50px;
  margin: 15px;
}

.PageNotFound-Inner {
  text-align: center;
}

.PageNotFound-Img {
  padding: 0 5%;
}

.PageNotFound-desc {
  padding: 6% 2%;
  border-top: 4px solid #c9c9c9;
  margin: 0 5px;
}

  .PageNotFound-desc h4 {
    font-family: inherit;
    font-weight: 500;
    font-size: 16px;
    color: #828282;
    letter-spacing: 0.5px;
    padding-bottom: 20px;
    line-height: 1.8em;
  }

  .PageNotFound-desc .Reloadbtn {
    font-size: 15px;
    font-weight: 600;
    color: #1f1f1f;
    border: none;
    background: none;
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
  }

    .PageNotFound-desc .Reloadbtn span {
      vertical-align: top;
    }

    .PageNotFound-desc .Reloadbtn:hover {
      color: #0677C7;
    }

.DocumentAttacementTable {
  width: 100%;
}

  .DocumentAttacementTable tr > td {
    display: block;
    word-break: break-all;
    border: none;
    font-size: 12px;
  }

    .DocumentAttacementTable tr > td a.export-btn {
      color: #FFF;
      font-size: 12px !important;
      padding: 3px 10px;
      display: inline-block;
    }
/** Confirm Modal **/
#confirm .modal-dialog {
  width: 500px;
}

#confirm .modal-content {
  border: none;
  text-align: center;
  padding: 8% 0;
  background: #FFF;
}

  #confirm .modal-content p {
    color: #656565;
    font-size: 20px;
    padding-bottom: 30px;
    margin-bottom: 0;
  }

.ConfirmBtn, .ConfirmBtnCancel {
  font-size: 18px !important;
  border: none;
  padding: 10px 30px;
  border-radius: 2px;
  background: #ed5e68;
  color: #FFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ConfirmBtnCancel {
  background: #5D5D5D;
  color: #D2D2D2;
  margin-left: 10px;
}

.ConfirmBtn:hover, .ConfirmBtn:active, .ConfirmBtn:focus {
  color: #FFF;
  background: #DE414C;
}

.ConfirmBtnCancel:hover, .ConfirmBtnCancel:focus, .ConfirmBtnCancel:active {
  background: #4C4C4C;
  color: #FFF;
}

.footable-first-column {
  white-space: nowrap;
}

.ui-autocomplete {
  z-index: 9999 !important;
  border: 1px solid #ddd !important;
  max-height: 185px;
  overflow-y: auto;
  background: #FFF !important;
  font-family: inherit !important;
  font-size: 12px !important;
}

  .ui-autocomplete .ui-menu-item {
    font-size: 12px;
    padding: 5px;
  }

  .ui-autocomplete .ui-state-focus {
    background: #666 !important;
    color: #FFF !important;
    border: none !important;
  }

.qtip-bootstrap {
  border-radius: 0 !important;
  font-size: 12px !important;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

  .qtip-bootstrap .qtip-titlebar {
    font-size: 13px !important;
    padding: 5px 8px !important;
    background: #e4730e;
    border-radius: 0;
  }

    .qtip-bootstrap .qtip-titlebar strong {
      font-weight: 500;
      color: #FFF;
      letter-spacing: 0.5px;
    }

.qtip-content {
  padding: 8px 10px !important;
}

.calendar-addreminder .modal-header {
  padding: 10px 15px;
}

.calendar-addreminder .close {
  margin-top: 3px;
}

.bootstrap-datetimepicker-widget {
  font-size: 12px;
}

  .bootstrap-datetimepicker-widget table td > .btn {
    background: none !important;
    border: none !important;
    min-width: inherit !important;
  }

#AutoCompleteExtender1_completionListElem li {
  font-size: 12px !important;
  padding: 5px !important;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  top: 3px;
}

.colorbox {
  width: 20px;
  height: 20px;
  border: 1px solid #FFF;
  float: left;
  margin: 5px;
  cursor: pointer;
  display: block;
}

.colorblue {
  background-color: #066CB3;
}

  .colorblue:hover {
    background-color: #0876C3
  }

.colorgreen {
  background-color: #0FA5AA;
}

  .colorgreen:hover {
    background-color: #3795d7;
  }

#AutoCompleteExtender1_completionListElem {
  max-height: 250px;
  overflow-y: auto;
}

.input-group .form-control {
  width: 100% !important;
}

.workorder-popup .modal-content {
  border: none;
  padding: 5%;
  text-align: center;
}

  .workorder-popup .modal-content p {
    padding: 3% 0;
  }

.workorder-popup .ConfirmBtn, .workorder-popup .ConfirmBtnCancel {
  font-size: 14px !important;
}

.workorder-popup .modal-dialog {
  width: 35%;
  margin: 10px auto;
}
/** chethan css  **/
.search-box-2 {
  float: left;
  margin: 10px 0 2px;
  margin-left: 20px;
  border: 1px solid #ccc;
}

.search-box-pricing {
  margin: -2px 15px 3px 0px;
  border: 1px solid #ccc;
}

.search-2 {
  background-color: #fff;
  border: 1px solid #fff !important;
  float: left;
  font-family: "Poppins",sans-serif;
  font-size: 13px;
  padding: 5px 4px !important;
  width: 224px;
}

input[type=search-2]:focus {
  border: 1px solid #3795d7;
}

.searched {
  -web-border-bottom-colors: none;
  -web-border-left-colors: none;
  -web-border-right-colors: none;
  -web-border-top-colors: none;
  background-color: #fff;
  background-image: url("../img/search.png");
  background-position: center center;
  background-repeat: no-repeat;
  border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #ccc;
  border-image: none;
  border-style: none none none solid;
  border-width: medium medium medium 1px;
  color: #000;
  float: left;
  padding: 5px;
  text-indent: -100em;
  width: 27px;
}

.margin-right-120px {
  margin-right: 120px;
  margin-top: 10px;
}

.margin-top-38px {
  margin-top: -38px;
}

.update {
  position: absolute;
  bottom: 0;
  left: 230px;
}

.add-label {
  width: 100%;
  text-align: left;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  /* Safari and Chrome */
  .searched {
    padding: 5.5px;
  }

  /* Safari only override */
  ::i-block-chrome, .searched {
    padding: 6px;
    border-left-color: #ccc;
  }

  ::i-block-chrome, .search-2 {
    padding: 4px 4px 5px !important;
  }
}

@media all and (-ms-high-contrast:none) {
  .searched {
    padding: 6.5px;
    border-left-color: #ccc;
  }
  /* IE10 */
  *::-ms-backdrop, .searched {
    padding: 6.5px;
    border-left-color: #ccc;
  }
  /* IE11 */
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.btn-apply-all {
  height: 25px;
  padding-top: 2px;
}

.btn-group .btn.dropdown-toggle {
  color: #ffffff;
  background-color: #3795d7;
  z-index: 2;
}

  .btn-group .btn.dropdown-toggle .caret {
    border-top-color: #ffffff;
  }

.alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 1rem 2rem;
  border-radius: 3px;
  margin: 0 0 20px 0;
}

  .alert.alert-success {
    background: #0abb87;
    border: 1px solid #0abb87;
    color: #ffffff;
  }

  .alert.alert-danger {
    color: white;
    background-color: #f66e84;
    border-color: #f55f78;
    margin-left: 15px;
    margin-right: 15px;
  }

.bold500 {
  font-weight: 500 !important;
}

.bold600 {
  font-weight: 600 !important;
}

.cb-checkbox-list {
  padding: 7px 0;
}

  .cb-checkbox-list .selectcheckbox {
    display: block;
    margin-bottom: 10px;
  }

.cb-radio-list {
  padding: 0;
}

  .cb-radio-list .selectradio {
    display: block;
    margin-bottom: 10px;
    position: relative;
  }

.rotate-btn {
  display: block;
  width: 20px;
  height: 20px;
  background: #9A12B3 url("../img/rotate-right.png") no-repeat center;
  border-radius: 2em;
  text-align: center;
  margin: 0 auto;
  border: none;
  text-indent: -5000px;
  cursor: pointer;
}

.btn-group .dropdown-menu {
  padding: 0 !important;
}

.report-option-available {
  background: #ddd;
}

.swal2-popup {
  width: 35em !important;
}

.swal2-close {
  font-size: 2.5em !important;
}

.swal2-action-event-popup {
  width: 40em !important;
}

.modal {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.rename-icon2 {
  background: url("../img/rename.png") no-repeat left 0px;
  width: inherit;
  border: none;
  font-weight: 600;
  color: #4c4c4c;
  padding: 0;
  margin: 0;
  padding-left: 20px;
}

.zip-download {
  background: url("../img/zip_download.png") no-repeat left 0px;
  width: inherit;
  border: none;
  font-weight: 600;
  color: #4c4c4c;
  padding: 0;
  margin: 0;
  padding-left: 25px;
}

.photos-select-all-heading {
  padding: 0px 30px;
  margin-bottom: 8px;
}

.photos-select-all {
  font-size: 14px !important;
  font-weight: 600 !important;
}

.pdf-footer-option-name {
  padding-left: 20px;
  font-size: 12px !important;
  color: #1d6bac;
}

.checkbox label, .radio label, .cb-radio {
  font-weight: 500;
}

.fa-1-1x {
  font-size: 1.1em;
}

.fa-1-2x {
  font-size: 1.2em;
}

.fa-1-25x {
  font-size: 1.25em;
}

.fa-1-3x {
  font-size: 1.3em;
}

.grid-header-center {
  text-align: center;
}

.grid-header-right {
  text-align: right;
}

.grid-header-vertical-middle {
  vertical-align: middle !important;
}

.view-table tbody > tr.work-order-main-group-grid > td {
  background-color: #8E44AD !important;
  color: #FFF;
  padding: 5px;
  border: 1px solid #fff;
  border-left: none;
  border-right: none;
}

.grid-sub-total {
  padding-right: 5px !important;
}

.grid-unit-dropdown {
  min-width: 65px;
}

.input-inline {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

.help-inline {
  color: #737373;
  display: inline-block;
  padding: 5px;
}

.dashboardTable .row-filter, .actionTable .row-filter, .activeReminderTable .row-filter, .DocumentationTable .row-filter {
  background: #FFF !important;
  border-bottom: 1px solid #C5C5C5 !important;
}

.filter-input-width {
  width: 100% !important;
}

.filter-hide-column {
  display: none !important;
}

.badge {
  font-size: 12px !important;
  font-weight: 400;
  height: 18px;
  color: #fff;
  padding: 3px 6px;
  -webkit-border-radius: 12px !important;
  -moz-border-radius: 12px !important;
  border-radius: 12px !important;
  text-shadow: none !important;
  text-align: center;
  vertical-align: middle
}

  .badge.badge-roundless {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important
  }

  .badge.badge-empty {
    display: inline-block;
    padding: 0;
    min-width: 8px;
    height: 8px;
    width: 8px
  }

.badge-default, .label-default {
  background-color: #bac3d0;
}

.badge-primary {
  background-color: #337ab7
}

.badge-info {
  background-color: #659be0
}

.badge-success {
  background-color: #36c6d3
}

.badge-danger {
  background-color: #ed6b75
}

.badge-warning {
  background-color: #F1C40F
}

.badge-purple-studio {
  background-color: #8E44AD;
}

.badge-yellow {
  background-color: #c49f47;
}

.badge-yellow-casablanca {
  background-color: #f2784b;
}

.badge-red {
  background-color: #e7505a;
}

.badge-green {
  background-color: #51a351;
}

.badge-additional-contact-type {
  background-color: #67809F;
}

.badge-danger,
.badge-default,
.badge-info,
.badge-primary,
.badge-success,
.badge-warning,
.btn.white:not(.btn-outline).active,
.btn.white:not(.btn-outline):active,
.open > .btn.white:not(.btn-outline).dropdown-toggle {
  background-image: none
}

.btn-primary-outline {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}

.datepicker .left-arrow-button {
  margin-left: 5px;
}

.datepicker .right-arrow-button {
  margin-right: 5px;
}

.angular-page-hide, .angular-element-hide, .quotation-kpi-hide {
  display: none !important;
}

.alert-dismissable, .alert-dismissible {
  padding-right: 35px;
}

.dropdown-menu.datepicker, .dropdown-menu.timepicker {
  z-index: 15000;
}

.btn-icon-only {
  height: 30px;
  width: 30px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.btn.red:not(.btn-outline) {
  color: #fff;
  background-color: #e7505a;
  border-color: #e7505a;
}

.btn.blue:not(.btn-outline) {
  color: #fff;
  background-color: #3c84dd;
}

.btn.green:not(.btn-outline) {
  color: #fff;
  background-color: #51a351;
}

.btn.blue:not(.btn-outline) {
  color: #fff;
  background-color: #3795d7;
}

.radio-inline {
  padding-left: 5px;
}

  .radio-inline .radio {
    display: inline-block;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 7px;
  }

.time-track-date, .form-details input.time-track-date {
  background: #FFF url("../img/calendar.png") no-repeat 5px center !important;
  background-repeat: no-repeat;
  background-position: 5px center;
  padding-left: 30px !important;
}

.clock-icon, .form-details input.clock-icon {
  background: #FFF url("../img/clock.png") no-repeat 5px center !important;
  background-repeat: no-repeat;
  background-position: 5px center;
  padding-left: 28px !important;
}

.font-white {
  color: #fff;
}

.btn-apply-batch-scope {
  padding-top: 4px;
  padding-bottom: 4px;
}

.modal-backdrop.am-fade {
  opacity: .5;
  transition: opacity .15s linear;
}

.work-order-available-type {
  background-color: #ddd
}

.text-area {
  min-height: 50px !important;
}

.input-group .form-control {
  z-index: unset !important;
}

.aside .aside-dialog .aside-header {
  background: #1d6bac !important;
}

  .aside .aside-dialog .aside-header .close {
    font-size: 21px !important;
    padding: 8px 8px;
  }

.other-header-info {
  float: left;
}

  .other-header-info .header-report-list-dropdown {
    width: 330px;
    font-size: 15px !important;
    font-weight: 500 !important;
  }

/* Pricing table css*/

.pricingErrorMessage {
  margin: 1%;
  left: 0;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 12px !important;
  font-weight: normal;
  color: red;
}

.table-heading {
  background-color: #525252;
  color: #fff;
}


.pm-report > tbody > tr > th, .pm-report > tfoot > tr > td, .pm-report > tfoot > tr > th, .pm-report > thead > tr > td, .pm-report > thead > tr > th {
  padding: 5px;
}

.pm-report > tbody > tr > td {
  padding: 2px;
}

.dropdown-loader {
  margin-top: 1px;
  margin-right: 25px;
  float: right;
}

.btn.btn-min-width-70 {
  min-width: 70px !important;
}

.btn.btn-min-width-80 {
  min-width: 80px !important;
}

.btn.btn-min-width-90 {
  min-width: 90px !important;
}

.btn.btn-min-width-100 {
  min-width: 90px !important;
}

.alignRight {
  text-align: right;
}

.alignCenter {
  text-align: center;
}

.accordion .panel .panel-title .accordion-toggle {
  display: block;
}

.accordion .panel .panel-body {
  padding: 0px;
}

.Reportphoto-details .report-photo-header {
  border-top: 1px solid #ddd !important;
  padding-top: 10px !important;
}

.report-photo-header .typelabel {
  font-size: 17px !important;
  font-weight: 600;
}

.form-horizontal .help-block {
  font-size: 11px;
  margin-bottom: 0px;
}

.panel .panel-heading.scope-of-work-stage {
  padding-top: 3px;
  padding-left: 3px;
  padding-right: 3px;
}

.scope-of-work-stage .stage-loader {
  margin-left: 5px;
  margin-right: 0px;
  float: right;
}

.site-report-resultant-damage {
  margin-top: 10px;
  margin-bottom: 10px;
}

  .site-report-resultant-damage .label-text {
    font-weight: 400;
    font-size: 18px !important;
  }

.make-safe-report-resultant-damage {
  margin-top: 10px !important;
  margin-bottom: 15px !important;
}

  .make-safe-report-resultant-damage .label-text {
    font-weight: 600;
    font-size: 14px !important;
  }


.submit-btn-success {
  background: #2CB13F;
  border: none;
  font-size: 14px !important;
  padding: 6px 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

  .submit-btn-success:hover, .submit-btn-success:focus {
    background: #2CB13F;
    border-top: none !important;
  }

  .submit-btn-success.disabled, .submit-btn-success.btn[disabled] {
    background-color: #2CB13F;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

.cd-panel-header h3 {
  padding-top: 0px !important;
}

.swal2-container {
  z-index: 10600 !important;
}

.section-label {
  font-size: 14px !important;
  font-weight: 600 !important;
  /*text-decoration: underline;*/
}

.gantt {
  font-size: 12px;
}

.pagination {
  margin: 0 0 !important;
}

.cb-radio-inline {
  padding: 0;
}

  .cb-radio-inline .cb-radio:not(:last-child) {
    margin-right: 15px;
  }

  .cb-radio-inline .cb-radio input {
    margin-right: 4px;
  }

.work-order-preview-modal-body .left-side-options, .job-details-preview-modal-body .left-side-options {
  padding: 5px 10px;
  border: 1px solid #e7ecf1;
  border-radius: 4px;
}

  .work-order-preview-modal-body .left-side-options:not(:last-child), .job-details-preview-modal-body .left-side-options:not(:last-child) {
    margin-bottom: 8px;
  }

  .work-order-preview-modal-body .left-side-options .option-label, .job-details-preview-modal-body .left-side-options .option-label {
    margin-bottom: 0px;
  }

.work-order-preview-modal-body .preview-viewer, .job-details-preview-modal-body .preview-viewer {
  padding: 0px 0px;
  border: 1px solid #e7ecf1;
  border-radius: 4px;
}

.loading-message {
  display: inline-block;
  min-width: 125px;
  margin-left: -60px;
  padding: 10px;
  margin: 0 auto;
  color: #000 !important;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
}

  .loading-message.loading-message-boxed {
    border: 1px solid #ddd;
    background-color: #eee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  }

  .loading-message > span {
    line-height: 20px;
    vertical-align: middle;
  }

.block-spinner-bar {
  display: inline-block;
  width: 80px;
  text-align: center;
}

  .block-spinner-bar > div {
    margin: 0 2px;
    width: 15px;
    height: 15px;
    background: #eee;
    border-radius: 100% !important;
    display: inline-block;
    -webkit-animation: bounceDelay 1.4s infinite ease-in-out;
    animation: bounceDelay 1.4s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }

  .block-spinner-bar .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
  }

  .block-spinner-bar .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
  }

.input-icon {
  position: relative;
  left: 0;
}

  .input-icon.right {
    left: auto;
    right: 0;
  }

    .input-icon.right > i {
      left: auto;
      right: 8px;
      float: right;
    }

.input-xsmall {
  width: 80px !important;
}

.input-small {
  width: 145px !important;
}

.bg-font-blue {
  color: #FFF !important;
}

.bg-blue {
  background: #3598dc !important;
}

.bg-font-green-jungle {
  color: #FFF !important;
}

.bg-green-jungle {
  background: #26C281 !important;
}

.bg-font-grey-gallery {
  color: #fff !important;
}

.bg-grey-gallery {
  background: #555 !important;
}

.bg-font-yellow-mint {
  color: #fff !important;
}

.bg-yellow-mint {
  background: #c5b96b !important;
}

.bg-font-purple-seance {
  color: #fff !important;
}

.bg-purple-seance {
  background: #9A12B3 !important;
}

.bg-font-red-mint {
  color: #fff !important;
}

.bg-red-mint {
  background: #e43a45 !important;
}

.bg-font-blue-steel {
  color: #FFF !important;
}

.bg-blue-steel {
  background: #4B77BE !important;
}

.bg-font-yellow {
  color: #fff !important;
}

.bg-yellow {
  background: #c49f47 !important;
}

.bg-font-blue-hoki {
  color: #FFF !important;
}

.bg-blue-hoki {
  background: #67809F !important;
}

.bg-font-yellow-gold {
  color: #fff !important;
}

.bg-yellow-gold {
  background: #E87E04 !important;
}

.bg-purple {
  background: #8E44AD !important;
}

.bg-font-purple {
  color: #fff !important;
}

.bg-font-purple-plum {
  color: #fff !important;
}

.bg-purple-plum {
  background: #8775a7 !important;
}

.bg-font-purple-studio {
  color: #fff !important;
}

.bg-purple-studio {
  background: #8E44AD !important;
}

.bg-font-yellow-casablanca {
  color: #fff !important;
}

.bg-yellow-casablanca {
  background: #f2784b !important;
}

.bg-font-red-thunderbird {
  color: #fff !important;
}

.bg-red-thunderbird {
  background: #D91E18 !important;
}

.bg-font-green-seagreen {
  color: #FFF !important;
}

.bg-green-seagreen {
  background: #1BA39C !important;
}

.bg-font-blue-madison {
  color: #FFF !important;
}

.bg-blue-madison {
  background: #578ebe !important;
}

.bg-font-blue-oleo {
  color: #FFF !important;
}

.bg-blue-oleo {
  background: #94A0B2 !important;
}

.bg-font-yellow-soft {
  color: #fff !important;
}

.bg-yellow-soft {
  background: #c8d046 !important;
}

.bg-font-red-sunglo {
  color: #fff !important;
}

.bg-red-sunglo {
  background: #E26A6A !important;
}

.secondary-min-width {
  min-width: 150px;
}

.dashboard-label {
  padding: .2em .4em;
  font-size: 11px !important;
  font-weight: normal;
}

.claim-status-datatable-text-addon {
  padding-top: 4px;
}

.font-weight-bold {
  font-weight: 500 !important;
}

.text-muted {
  color: #B0B0B3 !important;
}

.w-100 {
  width: 100% !important;
}

.mr-2, .mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2, .my-2 {
  margin-bottom: 0.5rem !important;
}

.dashboardTable .claim-status-datatable-no-top-padding {
  padding-top: 0px !important;
}

.wip-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #EBEDF3;
  border-radius: 0.42rem;
  -webkit-box-shadow: none;
  box-shadow: none;
}

  .wip-progress.wip-progress-xs {
    height: 0.7rem;
  }

.dashboardTable .wip-progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #3699FF;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.dashboardTable .wip-hide-progress-bar {
  display: none;
}

.bg-danger {
  background-color: #F64E60 !important;
}

.bg-success {
  background-color: #1BC5BD !important;
}

.font-success {
  color: #1BC5BD !important;
}

.bg-primary {
  background-color: #3699FF !important;
}

.font-primary {
  color: #3699FF !important;
}

.bg-info {
  background-color: #8950FC !important;
}

.bg-warning {
  background-color: #FFA800 !important;
}

.bg-dark {
  background-color: #181C32 !important;
}

.bg-light {
  background-color: #F3F6F9 !important;
}

.bg-grey-steel {
  background: #e9edef !important;
}

.input-group-addon.delay-div {
  cursor: pointer;
}

.red-font-color {
  color: #FF0000 !important;
}

.navbar-fixed-bottom, .navbar-fixed-top {
  position: sticky;
  top: 0px;
}

#container.fixed-header {
  margin-top: 0 !important;
}

.glyphicon {
  cursor: pointer;
}

.swal-wide {
  width: 440px !important;
}

.swal-small-content-red .swal2-content {
  color: red;
}

ul.wysihtml5-toolbar > li {
  margin: 0 5px 1px 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  border-bottom-color: rgba(0, 0, 0, .7);
}

.tooltip-inner {
  background: #FFFFFF;
  color: rgba(0, 0, 0, .7);
}

.font-lg {
  font-size: 18px;
}

.bg-circle-green {
  background: radial-gradient(white 50%, transparent 50%);
  font-size: 25px;
  color: green;
}

.fc-event-container .fc-day-grid-event.appointment-background {
  background-color: #fff4de !important;
  color: #232020 !important;
}

.form-details .col-xs-5.realestate-tenant-type-div {
  padding-top: 1px !important;
}

.realestate-tenant-type-div .realestate-tenant-type {
  width: 150px;
}

.quotation-details {
  margin-top: 5px;
}

.bg-d-yellow {
  background-color: #f1c40f;
}

.bg-green {
  background-color: green;
}

.bg-dark-red {
  background-color: #88001b;
}

.bg-orange {
  background: #ff8c00 !important;
  border-radius: 0.3rem;
}

.form-header-title {
  font-size: 16px !important;
  font-weight: 500;
  color: #545454;
  padding-left: 7px !important;
  padding-top: 5px;
  padding-bottom: 5px;
}

.form-header-sub-title {
  font-size: 14px !important;
  font-weight: 400;
  color: #545454;
  padding-left: .25rem !important;
}

.form-details .form-control-label {
  text-align: left;
  font-weight: normal;
  font-size: 13px !important;
  color: #7d7d7d;
  padding-right: 0;
}

.form-horizontal .form-control-label {
  align-self: center;
}

.aside .aside-dialog .aside-header h4.aside-title {
  font-weight: 600;
}

.aside-header h4 {
  font-weight: 600;
  margin-top: 2px;
}

.aside-header h4,
.aside-header .h4 {
  font-size: 1.5rem;
  margin-top: 2px;
  margin-bottom: 0.5rem !important;
}

.btn[disabled].btn-labeled.export-btn {
  background: #ce7f0f !important;
}

.btn-primary-1 {
  background: #3795d7;
  color: #FFF;
}

  .btn-primary-1:hover,
  .btn-primary-1:focus {
    color: #ffffff;
    background-color: #3795d7;
  }

  .btn-primary-1:active,
  .btn-primary-1.active {
    background-color: #3795d7;
    border-top: 1px solid #3795d7;
  }

  .btn-primary-1.disabled,
  .btn-primary-1.btn[disabled] {
    background-color: #3795d7;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

.row-flex {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.m-auto {
  margin: auto !important;
}

.multiselect-container .multiselect-option {
  padding-left: 0px;
}

  .multiselect-container .multiselect-option .form-check {
    padding: 3px 5px 3px 7px;
  }

    .multiselect-container .multiselect-option .form-check .form-check-label {
      font-size: 12px !important;
      font-weight: 400;
      padding-left: 7px;
      margin-bottom: 0 !important;
    }

.quotation-main-status-error .swal2-content {
  text-align: left;
}

  .quotation-main-status-error .swal2-content .allowed-status-list {
    padding-left: 15px;
  }

.swal2-content {
  font-size: 1.15rem;
}

  .swal2-content:has(ul) {
    padding-left: 0px;
  }

  .swal2-content .swal2-html-container .validation-title {
    text-align: left;
    font-weight: 600;
  }

  .swal2-content .swal2-html-container ul {
    text-align: left;
    padding-left: 8px;
  }