@charset "UTF-8";

/* Custom CSS*/

body {
  color: #2f4050;
  background: #fff;
}

#wrapper {
  overflow: visible;
}

#page-content {
  margin: 0 auto;
  width: 96%;
}

.badge-white {
  /* .top-navigation .navbar-brand */
}

.fa-bell {
  color: #FFFFFF;
}

.notification-dropdown,
.dropdown-toggle {
  color: inherit;
}

.m_details_info {
  margin-top: 10px;
  border-top: 2px solid #e6e6e6;
  padding: 10px;
}

.m_details_info h3 {
  color: #1D428A;
  font-weight: bold;
}

.m_details_info .m_attrs {
  padding: 10px 0px 10px 0px;
  border-top: 1px solid #e6e6e6;
  margin: 0 0px 0 0px;
}

.navbar {
  margin-bottom: 0;
  padding: 0;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}

li {
  list-style-type: none;
}

.login-div {
  margin: 0px;
  flex-grow: 1;
}

.outer-wrapper {
  justify-content: center;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.full-bg {
  background: transparent url(../img/full-bg-image.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  opacity: 1;
}

.login-powered {
  margin-left: 5px;
  padding-bottom: 50px;

}
.login-powered img{

    width: 200px;

}

.main-bg {
  width: 100%;
}

@media (max-width: 575.98px) {
  .full-bg {
    background: transparent;
  }

  .newLogin-logo {
    margin-top: 25px;
  }

  .newLogin-logo, .login-text, .login-welcome {
    margin-left: 25px;
    margin-right: 25px;
  }

  .unAuthorised-logo {
    margin-top: 25px;
    float: right !important;
  }

   .login-div .input-group {
    margin-left: 25px;
    width: calc( 100% - 15px);
  }

  .login-div .a {
    margin-left: 25px !important;
  }

  .form-group {
    margin-right: 1rem;
  }

  button.full-width {
    margin-left: 22px;
    width: calc( 100% - 28px) !important;
  }

  .login-forgot {
    margin-left: 25px;
  }

  .login-wrapper {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    width: auto;
  }

  .outer-wrapper {
    justify-content: center;
    flex: 1;
    display: flex;
    flex-direction: column;
  }
}

.login-wrapper {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    width: auto;
}

.loginscreen .form-control {
  padding: 10px 12px;
  height: inherit;
  border: 1px solid #ccc;
  color: #2f4050;
}

.loginscreen .btn-primary {
  text-transform: uppercase;
}

.loginscreen .btn-white {
  border: 1px solid #ccc;
  font-size: 14px;
}

.navbar-nav {
  margin: 0 10px 0 30px;
  float: left;
}

.navbar-top-links li a {
  margin-top: 7px;
  padding: 20px 20px;
}

.navbar-static-top .navbar-collapse {}

.nav>li>a {
  padding: 12px 20px 13px;
  color: #fff;
  margin-top: 12px;
  text-transform: uppercase;
}

.nav>li .active {
  background: rgba(47, 64, 80, 0.3);
}

.nav>li>a:focus,
.nav>li>a:hover {
  background-color: #24343d;
}

.nav>li.active {
  border-left: 4px solid #29a2d5;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
  background: #24343d;
}

.navbar-nav>li>.dropdown-menu {
  border-radius: 0;
  margin-top: 0;
}

.nav-header {
  padding: 23px 25px;
}

.navbar-header {
  float: right;
}

.container {
  width: 100%;
}

.navbar-brand {
  float: left;
}

.top-navigation .navbar-brand {
  padding: 15px 20px;
  /* background: #fff; */
}

.navbar-brand {
  height: 70px;
  padding: 15px 25px;
}

.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus {
  background: none;
}

.top-navigation .nav>li>a {
  padding: 25px 20px;
  color: #fff;
  text-transform: uppercase;
}

.top-navigation .navbar-nav .dropdown-menu {
  border: none;
}

.top-navigation .nav>li a:hover,
.top-navigation .nav>li a:focus {
  color: #fff;
  background: #727272;
}

.dropdown-menu>li>a {
  font-size: 14px;
}

.fa-sign-out,
.fa-comments {
  font-size: 18px;
}

.top-navigation .navbar-nav .open .dropdown-menu>li>a,
.top-navigation .navbar-nav .open .dropdown-menu .dropdown-header {
  background: #727272;
  color: #fff;
  border-radius: 0;
}

.ibox-title,
.ibox-content {
  padding: 10px;
}

.text-navy {
  color: #2D3955;
}

.navbar-default .landing_link a {
  background: #2D3955;
}

.navbar-fixed-top,
.navbar-static-top {
  background: #2D3955;
}

.navbar-static-top .text-muted {
  color: #fff;
}

.nav.navbar-right>li>a {
  color: #fff;
  font-size: 13px;
  text-transform: inherit;
}

.btn-primary.active,
.open .dropdown-toggle.btn-primary,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary.active:focus {
  background-color: #55B095 !important;
  border-color: #55B095 !important;
}

.navbar .form-control::-webkit-input-placeholder {
  color: #fff;
}

.navbar.form-control::-moz-placeholder {
  color: #fff;
}

.navbar .form-control:-ms-input-placeholder {
  color: #fff;
}

.form-control::-webkit-input-placeholder {
  color: #333;
}

.form-control::-moz-placeholder {
  color: #333;
}

.form-control:-ms-input-placeholder {
  color: #333;
}

.form-control,
.input-group-addon {
  border: 1px solid #cbd5dd;
}

.toast {
  background-color: #2f4050;
}

.toast-success {
  background-color: #2f4050;
}

.toast-error {
  background-color: #ed5565;
}

.toast-info {
  background-color: #37acb5;
}

.toast-warning {
  background-color: #f8ac59;
}

.dashboard-header {
  padding: 10px 0px;
  background: url(../img/header_sub_bg.png) no-repeat;
}

.collapse-link {
  float: right;
  margin-right: 30px;
}

.p10 {
  padding: 10px !important;
}

.p15 {
  padding: 15px !important;
}

.p20 {
  padding: 20px !important;
}

.p15 {
  padding: 15px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt7 {
  margin-top: 7px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt24 {
  margin-top: 24px !important;
}

.pb20 {
  padding-bottom: 20px;
}

.pt20 {
  padding-top: 20px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.ptb15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.plr15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.mtb10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.ml20 {
  margin-left: 20px;
}

.mr20 {
  margin-right: 20px;
}

.ml5 {
  margin-left: 5px;
}


.wrapper-bg {
  background: url("../img/header_sub_bg.png") #fff;
  background-repeat: no-repeat;
}

select {
  border-radius: 0px !important;
  /* -webkit-appearance: none; */
}




.dashboard-header .border-bottom,
.dashboard-header .ibox-content {
  border: none !important;
}

.dashboard-header .ibox-content {
  padding: 0;
  padding-top: 18px;
  padding-left: 15px;
  margin-top: 10px;
}

.dashboard-header h2 {
  margin-top: 10px;
  font-size: 28px;
  font-weight: 100;
  color: #24343d;
  margin-left: 30px;
}

.dashboard-header .form-control,
.jumbotron .form-control {
  border: none !important;
  border-bottom: 1px solid #ccc !important;
  border-radius: 3px !important;
  padding: 0 !important;
  background: none !important;
}

.dashboard-header h2 span {
  font-size: 20px;
}

.form-expnd {
  float: left;
  width: 100%;
  padding: 10px 0 15px;
  background: #fff;
  margin-bottom: 10px;
  border: 1px solid #eee;
  /*box-shadow:inset 0 0 10px #f5f5f5*/
}

.form-expnd:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.form-expnd .border-bottom {
  border-bottom: 0 !important;
}

.form-expnd .form-control {
  border: none !important;
  border-bottom: 1px solid #999 !important;
  border-radius: 3px;
  padding: 0;
  background: none;
}

.form-expnd .ibox.collapsed .ibox-content {
  border-bottom: 0 !important;
}

.form-expnd .list-inline {
  margin-bottom: 0;
}

.form-expnd .list-inline li {
  font-weight: 600;
  margin: 0 5px;
  padding: 5px 10px;
}

.form-expnd .collapse-link {
  margin: 0 15px 0 15px;
  border: 1px solid #ccc;
  background: #fff;
  padding: 5px 8px;
  border-radius: 3px;
}

.form-expnd .ibox-title,
.ibox-content {
  padding: 0;
}

.form-expnd .ibox .col-sm-1 {
  padding-left: 0;
}

.form-expnd img {
  margin-top: 11px;
}

.form-expnd .ibox-content {
  background: none;
  border: 0;
}

.border-bottom-blue {
  border-bottom: 1px solid #37acb5;
}

.btn-success {
  background-color: #29a2d5;
  border-color: #29a2d5;
}

.pagination>li>a,
.pagination>li>span {
  border-radius: 0 !important;
}

.navbar-top-links li:last-child {
  margin-right: 30px;
}

.minimalize-styl-2 {
  margin: 20px 5px 5px 15px;
}

.sub-title h3 {
  font-size: 20px;
  font-weight: 200;
}

.ibox-title h3 {
  margin-top: 5px;
  margin-bottom: 0;
  color: #1D428A;
}

.ibox {
  margin-bottom: 0;
}

.dashboard-header .actions {
  margin-right: 30px !important;
}

.ibox.collapsed .ibox-content {
  width: 100%;
  float: left;
  border-bottom: 1px solid #f2f2f2 !important;
}

.modal-content {
  border-radius: 0;
}

.modal-body {
  padding: 15px;
  background: #fff;
  width: 100%;
}

.modal-title {
  color: #2D3955;
}

.modal-header {
  background: #f8f8f8;
  color: #2D3955
}

.modal-footer {
  border: 0;
  background: #f8f8f8;
  width: 100%;
}

.sidebar-collapse .logo {
  opacity: 0.4;
  position: fixed;
  bottom: 10px;
  margin-left: 20px;
}

/*colors*/

.red {
  color: #cc3300 !important;
}

.orange {
  color: #ff9900 !important;
}

.green {
  color: #339933;
}

.grey {
  color: #999;
}

.blue {
  color: #29a2d5;
}

.main-blue {
  color: #2D3955;
}

.fa-warning {
  font-size: 16px;
  color: #cc6a27;
}

.fa-location-circle,
.fa-check-circle {
  font-size: 18px;
  color: #1ab394;
}

.fa-info-circle {
  font-size: 18px;
  color: #2D3955;
}

.fa-times-circle {
  font-size: 18px;
  color: #2D3955;
}

.fa-exclamation-triangle {
  font-size: 15px;
  color: #cc6633;
}

.popover {
  z-index: 3000;
}

.chosen-container {
  width: 100% !important;
}

.input-group {
  width: 100%;
}

.chosen-container-single .chosen-search {
  display: none;
}

.chosen-container-single .chosen-single div b {
  background: url(chosen-sprite.png) no-repeat 0px 6px;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 6px;
}

.font-noraml {
  font-weight: 600;
}

.modal-dialog {
  margin-top: 80px;
}

.nav.nav-tabs li a {
  font-size: 16px;
  color: #29a2d5;
}

.nav-tabs>li>a {
  padding: 10px 20px;
}

/*Tab Content*/

.tabs-container .nav-tabs>li.active>a,
.tabs-container .nav-tabs>li.active>a:hover,
.tabs-container .nav-tabs>li.active>a:focus {
  color: #1D428A;
}

.tabs-container .nav>li.active {
  border-left: 0;
}

.tabs-container .panel-body {
  border: 1.5px solid #2D3955;
  border-radius: 6px !important;
}

.tabs-container .nav-tabs>li.active>a,
.tabs-container .nav-tabs>li.active>a:hover,
.tabs-container .nav-tabs>li.active>a:focus {
  border: 1.5px solid #2D3955;
  border-bottom-color: transparent;
}

.tabs-container .nav-tabs {
  border-bottom: 1.5px solid #2D3955;
}

.tabs-container ul li {
  line-height: 25px;
}

.tabs-container .ibox-title {
  background: #fff;
  border-bottom: 1.5px solid #2D3955;
  padding: 12px 15px;
  min-height: inherit;
  border-top: 0;
}

.tabs-container .ibox-title h3 {
  color: #1D428A;
  margin-top: 0;
}

.tabs-container .ibox-content {
  border: 0;
}

/*Tab Content*/

.jumbotron {
  border-radius: 0;
  padding: 10px;
  margin: 0;
  background: #edf7f7;
  color: #2f4050 !important;
  border: 1px solid #d8e5e5;
  float: left;
  width: 100%;
}

.agile-list li {
  background: #fff;
  margin: 0;
  font-size: 13px;
  padding: 5px 20px;
  margin-right: 7px;
  border: 1px solid #ccc;
  font-weight: 600;
}

.agile-list li .badge {
  font-size: 12px;
  font-weight: 600;
  padding-top: 5px;
  padding-bottom: 4px;
  padding-left: 7px;
  padding-right: 7px;
}

.jumbotron .list-inline {
  margin: 5px 0;
}

.jumbotron h4 {
  margin: 15px 0;
  padding-left: 10px;
  font-size: 16px;
}

/*Form Controls*/

.stacked .form-control {
  margin-top: 8px !important;
}

.stacked .form-control-static {
  margin-top: 14px !important;
}

.form-horizontal .control-label {
  text-align: left;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
}

.form-group {
  margin-bottom: 10px;
}

.filter-title {
  padding: 10px 0;
  float: left;
  width: 100%;
  background: #29a2d5;
}

.filter-title .control-label {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
}

.form-control-static {
  padding-top: 5px;
}

.input-group {
  margin: 7px 0 10px;
}

.form-content .ibox-content {
  padding: 0;
  padding-top: 5px;
}

.form-content .ibox-content {
  padding-bottom: 0;
}

.form-content .form-control-static {
  min-height: inherit;
  margin: 0;
  padding: 0;
}

.form-content .control-label {
  margin: 0;
  padding: 0;
}

.form-content .col-md-6 .col-md-12,
.form-content .col-md-4 .col-md-12,
.form-content .col-md-3 .col-md-12,
.form-content .col-md-3 .col-md-10 {
  padding: 0;
}

.form-cont-st-nob .form-control {
  border: 0 !important;
  border-bottom: 1px solid #cbd5dd !important;
  border-radius: 3px;
  padding: 6px 0;
}

.btn-success.btn-outline {
  color: #fff;
}

label {
  margin-bottom: 0;
}

.input-group-addon:first-child {
  border-right: 0 !important;
}

/*Form Controls*/

/*Accordion*/

/*Accordion*/

.box-title {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #ffffff;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 3px 0 0;
  color: inherit;
  margin-bottom: 0;
  padding: 14px 15px 7px;
  min-height: 48px;
}

.box-title h3 {
  margin: 0;
  color: #37acb5;
}

.navbar-static-top {
  background: #37acb5 url(../img/header_bg.png) no-repeat;
  border-bottom: 1px solid #e2e2e2;
}

.fa-file-excel,
.fa-file-pdf,
.fa-cogs {
  font-size: 22px;
  margin-left: 8px;
}

.fa-thumbs-up,
.fa-times-square {
  margin-right: 5px;
  font-size: 18px;
}

.fa-pause {
  margin-right: 5px;
  font-size: 16px;
}

#small-chat {
  bottom: 25px;
  right: 25px;
}

.open-small-chat {
  height: 42px;
  width: 42px;
  padding: 11px 8px;
}

.small-chat-box .content .chat-message.active {
  background: #37acb5;
}

.small-chat-box {
  width: 280px;
}

.m-adjust {
  margin: -15px 0 0 2px;
}

.fleft {
  float: left;
}

.form-horizontal .checkbox {
  padding-top: 0;
}

.btn-greyed {
  background: #f9f9f9;
  border: 1px solid #e7eaec;
  color: #999;
}

.btn-greyed:hover {
  color: #999;
}

.far {
  margin-right: 5px;
}

.caret {
  margin-left: 4px;
}

.b-b-3 {
  border-bottom: 3px solid #e7eaec !important;
}

/*Service Request*/

#service-request .ibox-title {
  padding: 12px 0;
}

.icheckbox_square-green {
  margin-right: 5px;
}

.i-checks label {
  font-weight: 600;
}

#service-request .ibox-content {
  border: 1px solid #e2e2e2;
}

#service-request .col-lg-7 .col-md-12 {
  padding: 0;
}

#service-request .input-group {
  margin-bottom: 0;
}


/*Media Query Starts here*/

@media (max-width: 1200px) {
  .navbar-nav>li {
    font-size: 12px;
  }

  .nav>li>a {
    padding: 12px 13px 13px;
  }

  .nav.navbar-right>li>a {
    font-size: 12px;
  }
}

@media (max-width: 1024px) {
  .navbar-top-links {
    width: 50%;
    text-align: left;
    float: left;
  }

  .minimalize-styl-2 {
    float: right;
    margin: 14px 0px 5px 0px;
  }

  .navbar-brand {
    float: left;
    margin: 10px;
    height: inherit;
    padding: 10px;
    background: transparent
  }

  .navbar-brand img {
    width: 100px;
    background: transparent;
  }

  .navbar-form-custom {
    float: right;
  }

  .navbar-toggle {
    display: block;
  }

  .top-navigation .nav>li>a {
    padding: 10px 20px;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav>li {
    float: none;
  }

  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-text {
    float: none;
    margin: 15px 0;
  }

  /* since 3.1.0 */
  .navbar-collapse.collapse.in {
    display: block !important;
  }

  .collapsing {
    overflow: hidden !important;
  }
}
