@import url("https://fonts.googleapis.com/css?family=Open Sans:300,400,500,700");
* {
  margin: 0;
  padding: 0; }

html {
  overflow-x: hidden;
  position: relative;
  min-height: 100%; }

body {
  font: 13px/22px "Open Sans", sans-serif;
  background: #fff; }

h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font: 500 "Open Sans", sans-serif; }

a {
  text-decoration: none; color:#252874}

a:focus, a:hover {
  text-decoration: none; }

.font-b-icon {
  color: #666666;
  font-size: 18px !important;
  padding-left: 3px;
  vertical-align: middle; }

.font-b-icon:hover {
  color: #23527c; }

.nomargin {
  margin: 0 !important; }

.font16 {
  font-size: 16px; }

.text-center {
  text-align: center !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.clearfix {
  clear: both;
  display: table;
  content: " "; }

.mandatory {
  color: #fa231d;
  font-size: 13px; }

.panel-info > .panel-heading {
  background: #e0e1f3;
  border-color: #eeeeee; }

.panel-info {
  border-color: #eeeeee; }

.customPanel {
  padding: 10px !important; }

.customPanel span {
  font-size: 22px; }

.customPanel span:nth-child(2) {
  font-weight: 700; }
.white-bg {
    padding: 0.25rem 1rem 1rem;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    background:#fff;
    border-radius:4px;
}
.form-row{
	display: -webkit-flex; /* Safari */
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
}
.short-code td{font-size:13px;}
.leftNav li a span{margin-top:0.5em}
select.form-control:not([size]):not([multiple]){height:auto}
.card-header {
    padding: 0.50rem 1rem!important;
 }
.mtb100 {
  margin-top: 100px;
  margin-bottom: 100px; }

.mt40 {
  margin-top: 40px; }

.mt30 {
  margin-top: 30px; }

.mt20 {
  margin-top: 20px; }

.mt10 {
  margin-top: 10px; }

.mt5 {
  margin-top: 5px; }

.mb40 {
  margin-bottom: 40px; }

.mb30 {
  margin-bottom: 30px; }

.mb20 {
  margin-bottom: 20px; }

.mb15 {
  margin-bottom: 15px; }

.mb10 {
  margin-bottom: 10px; }

.mb5 {
  margin-bottom: 5px; }

.mt0 {
  margin-top: 0 !important; }

.nopadding {
  padding: 0 !important; }

.pl0 {
  padding-left: 0; }

.pr0 {
  padding-right: 0; }

.p10 {
  padding: 10px; }

.pb20 {
  padding-bottom: 20px; }

.font-head {
  font-size: 16px;
  font-weight: 500;
  }
.modal .font-head {
  padding-bottom:5px;
  border-bottom:1px solid #ccc
  }
.card-header {
    padding: 0.50rem 0.50rem!important;
}
.page-item.active .page-link{background-color: #252874; border-color: #252874}
.font-bold {
  font-weight: 500; }

.dropdown-toggle:hover {
  text-decoration: none; }

.form-control {
  border-radius: 4px; }

.form-horizontal .control-label {
  text-align: left; }
.radio-inline{font-weight:400}
.card-min-height {
  min-height: 365px; }
 .card-header{font-size:16px;}
.card-footer {
  padding: 10px 15px;
  /*background-color: #f7f7f9;*/
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
 .custom-margin{margin:15px -15px -8px}
.table > tbody > tr > td {
  vertical-align: middle; }

.table > thead > tr > th {
  vertical-align: middle; }

/*color workflow start*/
.bg-red {
  background: #990000 !important;
  color: #fff !important; }

.bg-d-blue {
  background: #000066 !important;
  color: #fff !important; }

.bg-black {
  background: #000000 !important;
  color: #fff !important; }

.bg-purple {
  background: #6666cc !important;
  color: #fff !important; }

.box-wf {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px;
  margin-right: 5px;
  border: 1px solid #555; }

.wf li {
  padding: 5px 5px 5px 0px; }

.task-panel {
  padding: 15px 0px;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 10px;
  margin-top: 5px;
  box-shadow: none;
  background-color: #fff;
  border-radius: 4px; }

.task-height {
  min-height: 250px;
  max-height: 250px;
  overflow-y: scroll; }

.task-height2 {
  min-height: 380px;
  max-height: 280px;
  overflow-y: scroll; }

#createworkflowId[contenteditable="true"] {
  background-color: #ccccff;
  border: 2px solid #ff7e00;
  padding: 3px; }

/*------------- drag and drop start------------------*/
.draggable-item {
  -webkit-transition: transform 0.25s ease-in-out;
  -moz-transition: transform 0.25s ease-in-out;
  -o-transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  -webkit-transition: box-shadow 0.25s ease-in-out;
  -moz-transition: box-shadow 0.25s ease-in-out;
  -o-transition: box-shadow 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out; }

.draggable-item:hover {
  cursor: pointer; }

.draggable-item.ui-sortable-helper {
  -webkit-box-shadow: 0 0 8px rgba(53, 41, 41, 0.8);
  -moz-box-shadow: 0 0 8px rgba(53, 41, 41, 0.8);
  box-shadow: 0 0 8px rgba(53, 41, 41, 0.8);
  transform: scale(1.015);
  z-index: 100; }

.draggable-item.ui-sortable-placeholder {
  -moz-box-shadow: inset 0 0 10px #000000;
  -webkit-box-shadow: inset 0 0 10px #000000;
  box-shadow: inset 0 0 10px #000000; }

/*------------- drag and drop end------------------*/
/*---------------add task start-----------------*/
.add-list-item {
  margin: 2px;
  padding: 10px;
  background-color: #F5F5F5;
  border: 1px dotted #455a64;
  display: flex; }

.list-box {
  padding: 18px;
  margin: 10px 0px;
  background-color: #F5F5F5; }

.move {
  -webkit-transition: all 500ms cubic-bezier(0.32, 0.13, 0.09, 1);
  transition: all 500ms cubic-bezier(0.32, 0.13, 0.09, 1); }

.close-list-icon {
  font-size: 22px;
  padding: 5px;
  margin-left: 5px;
  background: none;
  border: none; }

/*---------------add task end-----------------*/
.drop {
  position: relative; }

.drop ul {
  position: absolute;
  right: 0;
  top: 2em;
  transition: all 0.3s ease;
  transform: scale(0);
  transform-origin: top right;
  min-width: auto;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 8px 0 rgba(0, 0, 0, 0.12); }

.drop ul li {
  display: block;
  width: 100%; }

.drop ul li a {
  width: 100%;
  padding: 5px 10px;
  display: inline-block;
  white-space: pre;
  box-sizing: border-box;
  color: #000;
  font-size: 15px; }

.drop ul li a:hover {
  background: #ebebeb; }

.drop ul li a i {
  margin-right: 5px; }

.drop:hover ul {
  transform: scale(1); }

/*/adding css for comment tab need to move in tab css by ashwani /*/
.commentBox {
  border-left: 3px solid #d2d2d2;
  background: #f7f7f7;
  padding: 5px 15px 5px 12px;
  margin-bottom: 8px; }

.commentBox h5 {
  position: relative;
  margin-top: 5px; }

.commentBox h5 .pull-right a {
  color: #777a7b;
  text-decoration: none; }

.commentBox p {
  color: #999999;
  font-size: 13px !important;
  margin-bottom: 20px; }

.chatIcon {
  position: absolute;
  left: -30px; }

.commentBox p em {
  display: block;
  font-size: 13px;
  text-align: right;
  width: 100%; }

.commentBox.active {
  background: #eff5f7 !important;
  border-left: 3px solid #45319d; }

.alertbox {
  position: absolute;
  top: 2px;
  z-index: 9999; }

.alert-warning {
  color: #444;
  background-color: #ffc220;
  border-color: #f9cc00; }

.alert-success {
  color: #fff;
  background-color: #4ba726;
  border-color: #8cd251; }

.alert-info {
  color: #fff;
  background-color: #87f3f7;
  border-color: #bce8f1; }

.alert-danger {
  color: #fff;
  background-color: #ff5632;
  border-color: #e84724; }

.alert-inner {
  position: fixed;
  right: 10px;
  opacity: 0;
  -webkit-transition: opacity .3s ease-out, -webkit-transform .01s linear .3s;
  transition: opacity .3s ease-out, -webkit-transform .01s linear .3s;
  transition: opacity .3s ease-out, transform .01s linear .3s;
  transition: opacity .3s ease-out, transform .01s linear .3s, -webkit-transform .01s linear .3s; }

.font-icon_2 {
  font-size: 16px !important;
  vertical-align: middle; }

/*Configure Workflow page alert css  end */
/*Manager's Dashboard  Page css  start*/
.card-min-scroll {
  height: 268px;
  overflow: hidden; }

.card-min-scroll:hover {
  overflow: auto; }

/*Manager's Dashboard  Page css  start*/
.border-1 {
  padding: 10px 0;
  border: solid 1px rgba(0, 0, 0, 0.08);
  border-radius: 4px; }

.border-2 {
  padding: 10px 0px;
  border: solid 1px rgba(0, 0, 0, 0.08);
  border-radius: 0px;
  background: #fff; }

.tab-pad {
  padding: 20px 20px; }

.task-font {
  font-size: 16px;
  padding-bottom: 10px;
  font-weight: 500; }

.task-font2 {
  font-size: 14px;
  padding-bottom: 10px;
  font-weight: 500; }

.whiteText {
  color: #fff !important; }

.tab-pane {
  padding: 0; }

.tab-content {
  padding: 10px 0; }

.modal-footer {
  padding: 15px; }

.gridWrapper {
  margin-top: 20px; }

@media (min-width: 992px) {
  .modal-md {
    width: 800px; } }
/***** 2.1 LOGO *****/
.logo {
  padding: 10px 0;
  text-align: center;
  border-right: 1px solid #ddd;
  background: #fff; }

.profile-wrap {
  padding: 10px 20px 0;
  background-image: url(../images/nav-profile.jpg);
  background-size: cover; }

.mnp-name {
  color: #1f9fb4;
  margin: 0;
  font-size: 1.25em;
  font-weight: 700; }

.mnp-user-role {
  font-size: 0.85em;
  color: #ccc;font-weight: 700; }

.user-icon a {
  font-size: 20px;
  color: #1f9fb4;
  padding: 5px 10px 5px 15px;
  cursor: pointer;
  text-decoration: none; }

.user-icon a:hover {
  background: #4e68ab;
  color: #fff; }

.navbar-toggle {
  margin: 0 8px 8px 0px;
  display: block;
  padding-left: 0px; }

.navbar-toggle .icon-bar {
  background-color: #b3b3be; }

/******** Left Panel (aside navigation) ********/
aside.left-panel {
  background-color: #252874;
  width: 250px;
  position: fixed;
  height: 100%;
  top: 0px;
  left: 0px; }
  aside.left-panel.collapsed {
    overflow: visible !important;
    position: fixed;
    z-index: 9;
    bottom: 0px; }
  aside.left-panel.lg {
    width: 250px; }
  aside.left-panel.lg + .content {
    margin-left: 250px; }

/******** 2.2 Navigation *******/
.navigation {
  margin: 20px 0px 20px;
  height: 100%;
  /*** 2.3 Sub Menu ***/ }
  .navigation ul > li {
    position: relative; }
  .navigation ul > li.active.has-submenu:after, .navigation ul > li.has-submenu:hover:after {
    color: #fff; }
  .navigation ul > li > a {
    display: block;
    padding: 12px 25px;
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    font-weight: 400;
    outline: none !important;
    border-left: 3px solid #252874; }
  .navigation ul > li > a .badge {
    margin-top: 5px;
    float: right;
    background: #6c6ead; }
  .navigation ul > li > a:hover {
    color: #fff; }
  .navigation ul > li:hover > a, .navigation ul > li.active:hover > a, .navigation > ul > li.active > a {
    color: #fff;
    background: #454892;
    border-left: 3px solid #6e8cd7; }
  .navigation ul > li > a > i {
    margin-right: 6px;
    font-size: 20px;
    line-height: 25px;
    width: 25px;
    float: left; }
  .navigation ul > li > a .nav-label {
    vertical-align: middle; }
  .navigation ul > li > ul {
    display: none;
    background-color: #393b71;
    padding-bottom: 0px;
    list-style-type: none; }
  .navigation ul > li > ul > li > a {
    display: block;
    padding: 12px 12px;
    color: #ffffff;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    font-weight: 300;
    outline: none !important;
    border-left: 3px solid #2f353f;
    transition: all .25s ease-in;
    background: #8a7fb2;
    margin-bottom: 1px; }
    .navigation ul > li > ul > li > a span {
      float: right;
      -webkit-transition: -webkit-transform .65s ease;
      transition: transform .65s ease;
      padding-top: 4px; }
  .navigation ul > li > ul > li.active a {
    color: #eeeeee !important; }

aside.left-panel.collapsed .navigation ul > li > a .badge {
  display: none; }

.collapsed .navigation ul li a i {
  float: none; }

aside:not(.collapsed) .navigation ul li.active ul {
  display: block; }

.nav-multi li .group-list li a {
  background: #a198c8; }

/* =============== RESPONSIVE =================== */
/*** Aside Collapsed ***/
@media (min-width: 769px) {
  aside.left-panel.collapsed {
    width: 75px;
    text-align: center; }

  aside.left-panel.collapsed + .content {
    margin-left: 75px; }

  aside.left-panel.collapsed .user .user-login,
  aside.left-panel.collapsed span.nav-label {
    display: none; }

  aside.left-panel.collapsed .navigation ul > li > a {
    padding: 15px; }

  aside.left-panel.collapsed .navigation ul > li > a:hover {
    background-color: #272c35;
    border-left: 3px solid #6e8cd7; }

  aside.left-panel.collapsed i.fa {
    font-size: 22px; }

  aside.left-panel.collapsed .navigation ul > li.has-submenu:after {
    display: none; } }
/*** Aside Collapsed Sub Menu ***/
@media (min-width: 769px) {
  aside.left-panel.collapsed .navigation ul li ul {
    position: absolute;
    z-index: 3;
    left: 100%;
    top: 0px;
    background-color: #393b71;
    box-shadow: none;
    padding: 0;
    min-width: 200px;
    height: auto; }

  aside.left-panel.collapsed .navigation ul > li:hover > ul {
    display: block !important; }

  aside.left-panel.collapsed .navigation ul > li:hover > ul
  aside.left-panel.collapsed .navigation ul li ul li a {
    border: 0px;
    color: #b4b6bd;
    padding: 8px 25px 8px 40px; }

  aside.left-panel.collapsed .navigation ul li ul li a:hover {
    color: #fff;
    background: #454892; } }
@media (max-width: 768px) {
  aside.left-panel.collapsed {
    width: 250px;
    left: 0px;
    overflow: hidden !important; }

  aside.left-panel.collapsed + .content {
    margin-left: 0px;
    transform: translate3d(250px, 0px, 0px);
    -ms-transform: translate3d(250px, 0px, 0px);
    -webkit-transform: translate3d(250px, 0px, 0px);
    -moz-transition: translate3d(250px, 0px, 0px);
    -o-transition: translate3d(250px, 0px, 0px); }

  aside.left-panel {
    left: 100%; }

  .footer {
    left: 0px; }

  section.content {
    margin-left: 0px; }

  .content > .container-fluid {
    padding-left: 15px;
    padding-right: 15px; }

  .page-header h1 {
    margin-top: 0px; } }
@media (max-width: 450px) {
  .username {
    display: none; }

  .dropdown .extended i {
    display: none; } }
header {
  /*width: $fullwidth;*/
  padding: 5px; }
  header.brand-logo {
    width: 100%; }

.top-right-menu {
  margin-top: 10px; }

.top-head {
  background: #fff;
  z-index: 222;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1); }

.content {
  margin-left: 250px; }

.content > .container-fluid {
  padding-left: 20px;
  padding-right: 20px; }

.wrapper {
  min-height: 550px;
  padding-bottom: 70px; }

section {
  background: #f4f4f4; }

/***************** 5.Footer ****************/
.footer {
  color: #58666e;
  position: absolute;
  left: 250px;
  right: 0px;
  bottom: 0px;
  padding: 5px 10px;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.05); }

.dropdown .extended {
  width: 250px;
  padding: 0;
  padding-bottom: 0px;
  margin-left: -1px;
  z-index: 3;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  border: none;
  max-height: 330px;
  margin-top: 4px; }
  .dropdown .extended li {
    border-bottom: 1px solid #f0f0f0;
    line-height: 20px; }
  .dropdown .extended li a {
    padding: 10px 20px !important; }
  .dropdown .extended i {
    float: left;
    width: 38px;
    margin-right: 10px;
    text-align: center;
    margin-top: 5px; }
  .dropdown .extended p {
    font-weight: 400;
    background: #F5F5F5;
    padding: 10px 15px;
    margin-bottom: 0px; }
  .dropdown .extended p.welcome {
    font-weight: 500; }
    .dropdown .extended p.welcome span {
      color: #3b6db3; }
  .dropdown .extended .logged-in-role {
    color: #9a9a9a;
    margin-bottom: 10px; }
    .dropdown .extended .logged-in-role span {
      font-weight: 700;
      color: #707070; }
  .dropdown .extended p.action-buttons {
    border-top: 1px solid #ddd;
    padding: 1; }

.dropdown .pro-menu {
  width: 300px; }

.dropdown .pro-menu p {
  background: #fff; }

.Leftmenu-trigger {
  cursor: pointer;
  font-size: 16px;
  line-height: 64px;
  padding: 0px 15px 0px 7px; }

.badge.up {
  position: relative;
  top: -12px;
  padding: 3px 6px;
  margin-left: -13px; }

.top-nav ul.top-menu > li {
  margin-left: 10px; }

.top-menu li {
  height: 100%;
  display: inline-block;
  position: relative;
  float: left;
  padding: 0px; }

.top-menu li > a {
  color: #979898;
  text-align: center;
  padding: 15px;
  font-size: 16px; }

.top-menu li > a:hover, .top-menu li > a:focus, .top-menu li > a:active {
  background-color: #F5F5F5; }

.top-menu .dropdown-menu li {
  width: 100%;
  text-align: left !important; }

.top-menu .dropdown-menu li a {
  font-size: 14px;
  text-align: left;
  padding: 5px 15px; }

.username {
  font-size: 14px;
  vertical-align: middle;
  margin-left: 3px; }

.header-noti li a {
  font-size: 14px; }

.btn, .btn-lg, .btn-sm, .btn-xs, .flat-btn, .icon-btn-xs {
  border-radius: 4px;
  background-color: #252874;
  border: 0 none;
  color: #fff;
  font: 500 13px/22px "Open Sans", sans-serif;
  text-transform: uppercase;
  text-align: center;
  padding: 6px 12px; }
  .btn:active, .btn-lg:active, .btn-sm:active, .btn-xs:active, .flat-btn:active, .icon-btn-xs:active, .btn:hover, .btn-lg:hover, .btn-sm:hover, .btn-xs:hover, .flat-btn:hover, .icon-btn-xs:hover {
    background-color: #252874;
    opacity: 0.9;
    color: #fff;
    transition: opacity .5s linear; }
  .btn:focus, .btn-lg:focus, .btn-sm:focus, .btn-xs:focus, .flat-btn:focus, .icon-btn-xs:focus {
    color: #fff;
    transition: opacity .5s linear; }

.btn-lg {
  padding: 14px 16px;
  font-size: 18px; }

.btn-sm {
  padding: 4px 10px;
  font-size: 12px; }

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  text-transform: none; }

.flat-btn {
  background-color: transparent;
  /*background-color: $brand-secondary-color;*/
  color: #0036bf; }
  .flat-btn:active, .flat-btn:hover {
    background-color: #efefef;
    opacity: 0.9;
    color: #0036bf;
    text-decoration: none; }
  .flat-btn:focus {
    color: #0036bf; }

.icon-btn-xs {
  padding: 1px 10px;
  font-size: 16px;
  text-transform: none;
  background-color: azure;
  background: #e4e4e4;
  color: #666699;
  height: 30px; }
  .icon-btn-xs:active, .icon-btn-xs:hover {
    background-color: #efefef;
    opacity: 0.9;
    color: #0036bf;
    text-decoration: none; }
  .icon-btn-xs:focus {
    color: #666699; }

.brand-home-left-bg {
  background-color: #252874;
  min-height: 100vh;
  padding: 0 55px; }
  .brand-home-left-bg ul {
    position: absolute;
    bottom: 150px;
    width: 100%; }
  .brand-home-left-bg ul li a {
    font: 400 16px/30px "Open Sans", sans-serif;
    color: #ccc;
    text-decoration: none; }

.brand-home-right-bg {
  background-color: #fff;
  min-height: 100vh;
  padding: 150px 55px 0 55px; }
  .brand-home-right-bg h3 {
    font: 400 28px/32px "Open Sans", sans-serif;
    color: #3e3e3e;
    margin-bottom: 30px; }
  .brand-home-right-bg .input-group-text {
    background: none;
    border: none;
    padding-left: 0!important; }
  .brand-home-right-bg .form-control {
    background: none;
    border: 0 none;
    box-shadow: none; }
  .brand-home-right-bg .input-group {
    border-bottom: 1px solid #a4a4a4;
    margin-bottom: 35px; }
  .brand-home-right-bg .input-group:nth-child {
    border-bottom: 1px solid #a4a4a4;
    margin-bottom: 35px; }
  .brand-home-right-bg .input-group:nth-child(2) {
    margin-bottom: 25px!important; }
  .brand-home-right-bg .fa-1-5x {
    font-size: 1.5em !important; }
.brand-home-right-bg .input-group-lg>.form-control, .modal-body .input-group-lg>.form-control{height:46px;padding:10px 16px;}
.home .modal-title {
  font: 400 24px/28px "Open Sans", sans-serif;
  color: #3e3e3e; }
.copyright{position:absolute;bottom:0;right:55px}
.brand-home-title {
  position: absolute;
  bottom: 285px;
  font: 300 28px "Open Sans", sans-serif;
  color: #fff; }

.home .help-block {
  margin-top: 15px; }

.home .language-block {
  position: absolute;
  width: auto;
  top: 20px;
  right: 50px; }

.home .language-block a {
  font-size: 14px;
  color: #ccc; }

.home .language-block a.active {
  border-bottom: 2px solid #252874;
  color: #252874; }

.home .language-block li {
  display: inline-block; }

.home .language-block li:after {
  content: " | ";
  padding: 0 2px;
  color: #ccc; }

.home .language-block li:last-child:after {
  content: ""; }

.H2-L1 {
  font: 400 24px/30px "Open Sans", sans-serif;
  color: #3e3e3e;
  margin: 20px 0 10px; }
  .H2-L1 span {
    color: #636c72; }

select[multiple], select[size] {
  height: auto !important;   
 }

.form-bg {
  background-color: #fff;
  padding: 20px 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px; }
  .form-bg .control-label {
    text-align: left;
    font: 700 13px "Open Sans", sans-serif; }
  .form-bg .form-control {
    height: 30px;
    padding: 5px 12px; }

.form-control {
  height: 30px;
  padding: 4px 12px;
  font-size: 13px; }

.form-group {
  margin-bottom: 10px; }

.border-btm {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  padding-bottom: 5px;
  margin-bottom: 10px; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700
  }
.custom-control-label{font-weight:normal}
input[type="file"] {
  border: 1px solid #ccc;
  width: 100%; }

.breadcrumb {
  border-radius: none;
  padding: 6px 0;
  background: none;
  font-size: 1em; }

.rightnav a {
  padding-right: 10px; }

/* Variables */
.modal-full {
  width: 90%;
  margin-left: auto;
  margin-right: auto; }

/* Mixins */
/* Common */
/* App */
.tabContainer {
  border-bottom: 2px solid rgba(0, 0, 0, 0.12); }
  .tabContainer .tabs {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: inherit;
    overflow-x: auto;
    overflow-y: hidden; }
    .tabContainer .tabs .tab {
      display: block;
      padding-left: 24px;
      padding-right: 24px;
      padding: 17px 3px;
      margin: 0 auto;
      text-align: center;
      white-space: nowrap;
      cursor: pointer; }
      .tabContainer .tabs .tab .text {
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        font-weight: 500; }
      .tabContainer .tabs .tab .text {
        font-size: 15px; }
      .tabContainer .tabs .tab.active {
        color: #252874;
        opacity: 1 !important; }
        .tabContainer .tabs .tab.active span {
          font-weight: 700; }
    .tabContainer .tabs .indicator {
      position: absolute;
      bottom: 0px;
      height: 3px;
      background: #252874; }

.sectionsContainer {
  padding: 10px 0 7px; }
  .sectionsContainer .sections .section {
    display: none; }
    .sectionsContainer .sections .section p {
      font-size: 18px;
      line-height: 1.2;
      margin-bottom: 25px; }
    .sectionsContainer .sections .section.active {
      display: block; }

.task-panel {
  padding: 20px 0px;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 10px;
  margin-top: 5px;
  box-shadow: none;
  background-color: #fff;
  display: flex; }

.task-panel2 {
  padding: 10px;
  background-color: #f7f7f7;
  border: 1px solid #999999;
  display: flex; }

/***  drag n drop start ***/
.font20 {
  font-size: 18px;
  font-weight: 400;
  vertical-align: middle; }

ol.tasklist {
  min-height: 250px !important; }

ol.vertical {
  margin: 0 0 9px 0;
  min-height: 10px; }
  ol.vertical li {
    display: block;
    margin: 5px;
    border: 1px solid #cccccc;
    text-decoration: none;
    background: #eeeeee; }
  ol.vertical a {
    text-decoration: none;
    color: #797979;
    display: block;
    padding: 7px;
    text-align: center; }
  ol.vertical .active a {
    background: #252874;
    color: #FAFAFA !important; }

/*------------- drag and drop start------------------*/
.draggable-item {
  -webkit-transition: transform 0.25s ease-in-out;
  -moz-transition: transform 0.25s ease-in-out;
  -o-transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  -webkit-transition: box-shadow 0.25s ease-in-out;
  -moz-transition: box-shadow 0.25s ease-in-out;
  -o-transition: box-shadow 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out; }
  .draggable-item:hover {
    cursor: pointer; }
  .draggable-item.ui-sortable-helper {
    -webkit-box-shadow: 0 0 8px rgba(53, 41, 41, 0.8);
    -moz-box-shadow: 0 0 8px rgba(53, 41, 41, 0.8);
    box-shadow: 0 0 8px rgba(53, 41, 41, 0.8);
    transform: scale(1.015);
    z-index: 100; }
  .draggable-item.ui-sortable-placeholder {
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 10px #000000; }

/*------------- drag and drop end------------------*/
/*---------------add task start-----------------*/
.add-list-item {
  margin: 2px;
  padding: 10px;
  background-color: #F5F5F5;
  border: 1px dotted #455a64;
  display: flex; }

.list-box {
  padding: 18px;
  margin: 10px 0px;
  background-color: #F5F5F5; }

.move {
  -webkit-transition: all 500ms cubic-bezier(0.32, 0.13, 0.09, 1);
  transition: all 500ms cubic-bezier(0.32, 0.13, 0.09, 1); }

.close-list-icon {
  font-size: 22px;
  padding: 5px;
  margin-left: 5px;
  background: none;
  border: none; }

/*---------------add task end-----------------*/
/*------breadcrum start--------------*/
.breadcrumb {
  margin-bottom: 0px; }

.title-bg {
  padding: 5px 0 5px 0; }

.table-demo {
  background: #7d74a8;
  padding: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 500; }

@media (max-width: 450px) {
  .brd-crm-btn {
    display: block;
    width: 100%;
    background: #f7f7f9;
    padding: 5px;
    margin: 5px 0px; } }
/*tab head naviagtion*/
.drop {
  position: relative; }
  .drop ul {
    position: absolute;
    right: 0;
    top: 2em;
    transition: all 0.3s ease;
    transform: scale(0);
    transform-origin: top right;
    min-width: auto;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 8px 0 rgba(0, 0, 0, 0.12); }
    .drop ul li {
      display: block;
      width: 100%; }
      .drop ul li a {
        width: 100%;
        padding: 5px 10px;
        display: inline-block;
        white-space: pre;
        box-sizing: border-box;
        color: #000;
        font-size: 15px; }
        .drop ul li a:hover {
          background: #ebebeb; }
        .drop ul li a i {
          margin-right: 5px; }
  .drop:hover ul {
    transform: scale(1); }

.navbar-toggler {
    padding: 0
   }
.nav-tabs {
  border-bottom: 3px solid #DDD; }
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  border-width: 0; }

.nav-tabs > li > a {
  border: none;
  color: #666;
  font-size: 13px; }

.nav-tabs > li.active > a, .nav-tabs > li > a:hover {
  border: none;
  font-weight: 400;
  color: #252874 !important;
  background: transparent; }

.nav-tabs > li.active > a {
  border: none;
  font-weight: 500;
  color: #252874 !important;
  background: transparent; }

.nav-tabs > li > a::after {
  content: "";
  background: #252874;
  height: 3px;
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: -1px;
  transition: all 250ms ease 0s;
  transform: scale(0); }

.nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after {
  transform: scale(1); }

.tab-nav > li > a::after {
  background: #21527d none repeat scroll 0% 0%;
  color: #fff; }
.ui-jqgrid .ui-jqgrid-btable{border-collapse:inherit;border-left:1px solid #fff!important}
.ui-jqgrid tr.jqgrow td{padding:3px!important}
.ui-jqgrid .ui-jqgrid-titlebar{padding:6px!important}
.ui-jqgrid .ui-jqgrid-htable th{padding: 2px 5px 5px 0!important}
.ui-widget-content, .ui-state-default, .ui-widget-content .ui-state-default, .customTbl th{border:1px solid #ccc!important}

/*# sourceMappingURL=accessedit.css.map */
