body{
}
.inline-actions form{
  display: inline; 
}

.table-bg{
  background-color: white;
}

.table{
 border-radius: 10px;
}
.editable-click, a.editable-click {
  border-bottom: none;
}

.table td.tdLeft {
  text-align: left;
}
.table td.tdRight {
  text-align: right;
}
.table td.tdCenter {
  text-align: center;
}
.table-nonfluid {
 width: auto;
}
.nav, .pagination, .carousel, .panel-title a { cursor: pointer; }



.modal-large-dialog {
  width: 100%;
  height: 100%;
  padding: 0;
}

.modal-md-dialog {
  width: 80%;
  height: 100%;
  padding: 0;
  margin: 0 auto;
}

.modal-large-content {
  height: 100%;
  border-radius: 0;
  overflow-y: hidden;
}
.modal-md-content {
  height: 100%;
  border-radius: 0;
  overflow: auto;
}
.modal-no-overflow {
  overflow-y: hidden;
}


.modal-content {
  overflow: auto;
}
.pdf{
  background-color: #fff;
  margin-top: 40px;
  padding: 30px;
}
.document-padding{
  padding: 25px;
}

.large-padding{
  padding: 25px 0;
}

.modal-header {
  padding:9px 15px;
  border-bottom:1px solid #eee;
  background-color: #F8F8F8;
 /* -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;*/
}

.close {
  font-size: 30px;
}

.large-modal > .modal-dialog {
  width: 70%;
}
.largemd-modal > .modal-dialog {
  width: 75%;
}

.larger-modal > .modal-dialog {
  width: 85%;
}
.largest-modal > .modal-dialog {
  width: 98%;
}

.vertical-line {
  border-left: thick solid #F8F8F8;
}
.table-padding {
  padding: 10px;
  color: black;
}
.login-pg{
  height:100%;
  width:100%;
  top:0;
  position:fixed;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .login-pg{
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .login-pg{
    position: relative;
  }
}
@media(max-width: 768px) {
  .login-pg{
    position: relative;
  }
  .pull-right {
    float: none!important;
  }
}


/*
 * Wizard Styling.
 */
/* = STEPS CONTAINER
----------------------------*/
.wizard-steps {
  margin:20px 10px 40px 200px;
  padding:0px;
  position: relative;
  clear:both;
  font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.wizard-steps div {
  position:relative;
}
/* = STEP NUMBERS
----------------------------*/
.wizard-steps span {
  display: block;
  float: left;
  font-size: 10px;
  text-align:center;
  width:15px;
  margin: 2px 5px 0px 0px;
  line-height:15px;
  color: #ccc;
  background: #FFF;
  border: 2px solid #CCC;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
}
/* = DEFAULT STEPS
----------------------------*/
.wizard-steps a {
  position:relative;
  display:block;
  width:auto;
  height:24px;
  margin-right: 18px;
  padding:0px 10px 0px 3px;
  float: left;
  font-size:11px;
  line-height:24px;
  color:#666;
  background: #F0EEE3;
  text-decoration:none;
  text-shadow:1px 1px 1px rgba(255,255,255, 0.8);
}
.wizard-steps a:before {
  width:0px;
  height:0px;
  border-top: 12px solid #F0EEE3;
  border-bottom: 12px solid #F0EEE3;
  border-left:12px solid transparent;
  position: absolute;
  content: "";
  top: 0px;
  left: -12px;
}
.wizard-steps a:after {
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left:12px solid #F0EEE3;
  position: absolute;
  content: "";
  top: 0px;
  right: -12px;
}

/* = COMPLETED STEPS
----------------------------*/

.wizard-steps .completed-step a {
  color:#163038;
  background: #A3C1C9;
}
.wizard-steps .completed-step a:before {
  border-top: 12px solid #A3C1C9;
  border-bottom: 12px solid #A3C1C9;
}
.wizard-steps .completed-step a:after {
  border-left: 12px solid #A3C1C9;
}
.wizard-steps .completed-step span {
  border: 2px solid #163038;
  color: #163038;
  text-shadow:none;
}
/* = ACTIVE STEPS
----------------------------*/
.wizard-steps .active-step a {
  color:#A3C1C9;
  background: #163038;
  text-shadow:1px 1px 1px rgba(0,0,0, 0.8);
}
.wizard-steps .active-step a:before {
  border-top: 12px solid #163038;
  border-bottom: 12px solid #163038;
}
.wizard-steps .active-step a:after {
  border-left: 12px solid #163038;
}
.wizard-steps .active-step span {
  color: #163038;
  -webkit-box-shadow:0px 0px 2px rgba(0,0,0, 0.8);
  -moz-box-shadow:0px 0px 2px rgba(0,0,0, 0.8);
  box-shadow:0px 0px 2px rgba(0,0,0, 0.8);
  text-shadow:none;
  border: 2px solid #A3C1C9;
}
/* = HOVER STATES
----------------------------*/
.wizard-steps .completed-step:hover a, .wizard-steps .active-step:hover a {
  color:#fff;
  background: #8F061E;
  text-shadow:1px 1px 1px rgba(0,0,0, 0.8);
}
.wizard-steps .completed-step:hover span, .wizard-steps .active-step:hover span {
  color:#8F061E;
}
.wizard-steps .completed-step:hover a:before, .wizard-steps .active-step:hover a:before {
  border-top: 12px solid #8F061E;
  border-bottom: 12px solid #8F061E;
}
.wizard-steps .completed-step:hover a:after, .wizard-steps .active-step:hover a:after {
  border-left: 12px solid #8F061E;
}
.breadcrumb li {font-size: 14px;}
.breadcrumb a {color: rgba(66, 139, 202, 1);}
.breadcrumb a:hover {color: rgba(42, 100, 150, 1);text-decoration: none;}
.breadcrumb>.active {color: rgba(102, 102, 102, 1);}
.breadcrumb>li+li:before {color: rgba(176, 173, 173, 1); content: "\2771\00a0";}

.container-if-fixed-header
{
  margin-top:50px;
}
.container-if-fixed-footer
{
  margin-bottom:50px;
}
/*fixed header*/
.table-fixed thead {
  width: 97%;
}
.table-fixed tbody {
  height: 230px;
  overflow-y: auto;
  width: 100%;
}
.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
  display: block;
}
.table-fixed tbody td, .table-fixed thead > tr> th {
  float: left;
  border-bottom-width: 0;
}



/*.dropdown-menu {
  position: inherit;
  min-width: 108px;
  z-index: 1020px;
  }*/
 .datepicker-container ul {
    position: fixed;
    /*min-width: 108px;*/
    z-index: 10000px;
    margin-bottom: -90px;
  }

  .datepicker-container {
  position: relative;
}
.datepicker-container .dropdown-menu {
   left: auto !important;
   right: auto !important;
   top: auto !important;
   right: 0px;
 }

  #wizard-step-container {
    margin: 20px 0;
  }

  #wizard-content-container {
    margin: 20px 0;
  }

  #wizard-navigation-container {
    border-top: 1px solid #eee;
    margin: 20px 0;
    padding-top: 20px;
  }
a[href="https://www.froala.com/wysiwyg-editor?k=u"] {
  display: none !important;
  position: absolute;
  top: -99999999px;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}



/*@media (max-width: 1500px){
  .navbar-nav>li>a {
      padding-left: 10px;
      padding-right: 10px;
  }
}*/

@media(max-width:767px){
  .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 30px;
}
}
@media(min-width:768px){}
@media(min-width:992px){

}
@media (max-width: 1131px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}
/*@media(min-width:1200px){
  .navbar-nav>li>a {
      padding-left: 10px;
      padding-right: 10px;
  }
}*/
@media(max-width:1500px){
  .navbar-nav>li>a {
      padding-left: 10px;
      padding-right: 10px;
  }
}
 .th{
  width:20px;
     float:left;
     word-wrap:break-word;
 }
