body {
  font-family: 'Roboto', sans-serif;
  overflow: hidden;
}
body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1; 
}
body.offcanvas-menu:before {
  opacity: 1;
  z-index: 1002;
  visibility: visible; 
}

fieldset {
    margin: 0px;
    border: 1px solid silver;
    padding: 8px;    
    width: 100%;
    height: 100%;
}
legend {
    padding: 2px;    
    font-size: 13px;
    width: auto;
}

.container {
  max-width: none;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.form-control:focus {
  border-color: #cccccc;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn:focus {
  box-shadow: none;
}


/*  max-width: 1044px;*/

.form-section {
  font-size: 13px !important;
  color: black;
}
.form-section .custom-select {
  height: 23px !important;
}

.form-login1 {
    padding-top: 100px;
    text-align: center;
}
.form-loginr {
  padding-top: 35vh;
   margin: 0px; 
}

.form-loginc {
    border-right: 1px solid #9e9e9e;
}

.form-login2 {
  /*padding: 50px;*/
  width: 100%;
  border-radius: 5px;
  padding-left: 50px; 
  padding-right: 50px;
  padding-top: 10px;
}

.form-login2 h1 {
  font-size: 5rem;
  font-weight: 300;
}

.trp-login {
  background-color: #00004f;
  color: #fff;
  padding: 0px !important;
  margin: 0px !important; 
}

.trp-gutters {
  margin-right: 2px;
  margin-left: 2px;
}

.trp-gutters > .col,
.trp-gutters > [class*="col-"] {
  padding-right: 4px;
  padding-left: 4px;
}

.trp-background {
  height: 100vh;
}

.trp-section {
  padding: 80px 0px 80px 0px;
  background-color: #fff;
}
.trp-container {
  /*background-color: #fff;*/
  height: 100%;
  width: 100%;
}
.trp-main {
  overflow: auto;
  height: 90vh;
  margin-top: 1px;
}
.trp-inverse {
    background-color: #002171;
}

#header-btn {
  display: none;
}


#wrapnavbar {
  margin-left: 1rem;
}
#wrapdash {
  height: calc(100vh - 30px);
}

#trp-dismiss {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.trp-container #wrapmodule {
    padding-top: 20vh;
}
.trp-container #wraputil {
    padding-top: 20vh;
}
.trp-container #wrapform {
}
.trp-container #wrapmain {
  display: block;
}
.trp-container #wraptoolbar {
  /*background-color: #707070;*/
}
.trp-form {
  position: relative;
}

.trp-card {
  width: 200px;
  height: 150px;
}

.trp-modtitle {
  font-size: 11px;
}

.trp-module {
  padding: 0vh 0px 0px 0px;  
}
.trp-module h2 {
  font-weight: 500;
  margin: 0px 0px 16px;
  color: #5f6368;
}
.trp-module-grp {
  font-size: 15px;
  padding-top: 4px;
  padding-bottom: 0px;
  color: #5f6368;
}
.trp-module-grp div {
  background-color: #494949;
  width: 32px;
  height: 32px;
  -webkit-mask-size: 32px 32px;
}
.trp-module-grp a {
  display: flex;
}
.trp-module-grp p {
  padding-top: 5px;
  padding-left: 10px;
  margin-bottom: 0px;
}
.trp-module-grp:hover  {
  -webkit-filter: drop-shadow( 2px 2px 2px #707070);
  filter: drop-shadow( 2px 2px 2px #707070);
}
.trp-module-grp:hover p {
  color: #002171;
  cursor: pointer;
  font-weight: 500;
}
.trp-module-grp:hover div {
  background-color: #002171;
  cursor: pointer;
}

.trp-module-row {
  margin-left: 0px;
  margin-right: 0px;
  height: 600px;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #dadce0;  
}
.trp-module-row .row {
  padding: 30px;
  overflow: auto;
    height: 100%;
}

.trp-header {
  padding: 40px 24px 20px;
  background-color: #fff;
}
.trp-header-menu {
  padding: 0px;
  width: 100vw;
  /* */
  border-top: 1px solid #bdc1c6 !important;
  box-shadow: 0 2px 2px -1px rgba(60,64,67,.3), 0 4px 6px -2px rgba(60,64,67,.15) !important; 
  top: 28px !important;

}
.trp-header-btngroup {
  position: inherit;
}
.trp-header-billboard {
    padding: 40px 24px 20px;
    position: relative;
    text-align: center;
}

.trp-navbar {
  background-color: #fff; /*#002171;*/
  padding: 0px;
  font-size: 15px;
  display: none;
  border-bottom:  1px solid #bdc1c6
  /*box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12) !important; */
}
}
.trp-navbar .container {
  min-height: 30px;
}

.trp-navbar-right {
  margin-bottom: auto;
  flex:  none;
}

.trp-navbar-right i {
  font-size: 20px;
}

.trp-navbar-right > .btn-group {
  box-shadow: none;
}
.btn-link:hover {
  color: #002171 !important;
}

.trp-navbar-right > .btn-group button {
  /*background-color: white;*/
  padding-left: 8px;
  padding-right: 8px;
  height: 30px;
  color: #5f6368; /*#fff; */
}

.trp-navbar li {
  width: max-content;
}

.navbar-brand {
  font-size: 20px;
  color: #5f6368;
  font-weight: 900;
  margin-bottom: auto;
  margin-right: 0px;
  padding: 0px;
}
.navbar-brand:hover {
  color: #002171 !important;
}
.navbar-toggler {
  padding: 0px;
  padding-top: 2px;
  font-size: inherit ;
  border:  0px;
}

.trp-modbutton {
  width: 90px;
}
.trp-modbutton i {
  padding-top: 10px;
}

.trp-secondary {
  color: #202124;
  background-color: #fff;
  display: none;
  height: 30px;
  /*border-bottom: 1px solid #E0E0E0;  */
  /* */
}

.trp-primary{
  color: #fff;
  background-color: #9e9e9e;
}

.trp-primary:hover {
  color: #fff;
  background-color: #002171;
}
.trp-primary.active {
  color: #fff;
  background-color: #002171;
}

.trp-input { padding: 2px; line-height: 15px; border-radius: 0; color: black; border-color: #ddd;  font-size: 12px !important; }
.trp-check { margin-left: 3px; top: 25%; }
.trp-radio { margin-left: 3px; top: 25%; }
.trp-select { height: 23px !important }
.trp-label { padding-top: 3px; padding-bottom: 5px; line-height: 9px; margin: 0; font-size: 12px; display: block; font-weight: normal; }
.trp-button { font-size: 12px; position: relative; top: 5px; margin-left: 3px; }

.trp-btncons {
  height: 23px;
  width: 24px;
  padding: 0px;
  border-radius: 0;
  background-color: #9e9e9e;
  border-color: #9e9e9e;
  color: white;
}

.trp-btnfrm {
  height: 26px;
  padding-top:  0px;
  padding-bottom: 0px;
  color:  black;
  border-color: #ddd;
}
.trp-btnfrm:hover {
  background-color: #e6e6e6;
  border-color: #bebebe;
  color: black;
}

.trp-input:hover {
  border-color: #3379b566;
}
.trp-input:focus {
  border-color: #337ab7;
}

.trp-btncons:hover {
  border-color: #002171;
  background-color: #002171;
}

.trp-btnradio {
  display: none;  
}

.trp-dialog {
  max-width: 90%;
}

.trp-dialog .modal-content {
  border: none;
  border-radius: 8px;
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);  
}

.trp-dialog .trp-close {
  position: absolute;
  right: 32px; 
  top: 32px;
  padding: 0;
  height: 26px;
  border-radius: 0;
}

#wrapdialog-header { 
  padding: 1rem 1rem 0px 1rem;

}
#wrapdialog-body { 
  padding: 10px 1rem 0px 1rem;

}
#wrapdialog-footer {
  font-size: 12px;
  padding: 5px 1rem 5px 1rem;
}
#wrapdialog-footer div {
  width: 10%;
}

#wrapform-header { 
  padding: 0.5rem 0.5rem 0px 1rem;
}
#wrapform-header button { 
  padding-top: 0px;
}
#wrapform-header span { 
  padding-top: 4px;
  font-size: 14px;
}
#wrapform-body { 
  padding: 10px 1rem 0px 1rem;

}
#wrapform-footer {
  font-size: 12px;
  padding: 5px 1rem 5px 1rem;
}
#wrapform-footer div {
  width: 10%;
}





.trp-btneditor {
  background: none;
  color: #fff;
  font-size: 13px;
  height: 26px;
  margin-left: 50px;
  padding-top: 2px
}

.trp-breadcrumb {
  border-radius: 0px;
  font-size: 12px;
  position: fixed;
  height: 29px;

}

.trp-breadcrumb .breadcrumb {
  background-color: transparent;
  border-radius: 0px !important;
  height: 29px;
  padding: 7px;
  padding-left: 0px; 
  margin-bottom: 0px;
}
.trp-breadcrumb .breadcrumb-item {
  color: #263238;
}
.trp-breadcrumb a {
  color: #263238;
}

.trp-toolbar {
  padding: 0px;
  color: white;
  box-shadow: unset !important;
  /*background-color: gray;*/
  float: right;
}
.trp-toolbutton {
  height: 30px;
  width: 30px;
  background-color: transparent;
  color: #707070;
  padding: 0px;
  padding-top: 4px;
  margin: 0px !important;
}
.trp-toolbutton i {
  width: 30px;
  font-size: 20px;
}


.trp-toolbutton:hover {
  /*color: #fff;
  background-color: #002171;*/
  color: #002171;
}
.trp-toolitle {
  font-size: 11px;
  margin-top: 5px;
  display: none;
}
.trp-toolicon {
  text-align: center;
}

@media (max-width: 990px) {
  .form-section { padding: 0 }
  .mdl-dialog { height: 90%; }

  .trp-dialog {
    /*padding: 3em;*/
  }  

  .navbar-expand-lg > .container {
    padding-left: 5px;
    padding-right: 5px;
  }

  .trp-navbar-right {
    display: none;
  }

}


@media (max-width: 1440px) {
  .trp-module h2 {
    margin-bottom: 0px;
    font-size: 22px;
  }
  #wrapmain {
    padding-top: 5px;
  }
  .trp-dialog {
    max-width: 95%;
    min-height: 100% !important;
  }
  .trp-container #wrapmodule {
    padding-top: 0px;
  }
  .trp-container #wraputil {
    padding-top: 0px;
  }
}  


@media (max-width: 760px) {
  .mdl-dialog__title { font-size: 16px;  padding: 0px; }
  .mdl-dialog__content { padding: 0px; }
  .mdl-dialog__actions { padding: 0px; }

  .trp-dialog {
    width: 90%;
    height: 80%;
    padding: 1em;
  }

  .trp-dialog .trp-close {
    right: 16px; 
    top: 16px;
    height: 18px;
  }

  .trp-medium {
    display: none;
  }

  .display-4 {
    font-size: 1.5rem;
  }

  .trp-section {
    padding: 0px 0px 0px 0px;
    padding-top: 10px;
  }

  .trp-navbar {
    padding: 20px 20px;
    border-bottom: none;
  }
  .trp-navbar .trp-menutoggle i {
    font-size: 1.75rem
  }
  #wraptitle {
    padding: 10px;
    font-weight: 600;
  }
  .trp-breadcrumb {
    font-size:  14px;
  }
 .trp-toolbutton i {
    font-size: 24px; 
 }  
  .trp-main {
    height: 100vh;
    padding-top: 10px;
  }
  .trp-container {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .sbd_filter {
    padding-right: 15px;
  }

  
}  


.mdl-dialog { width: 80%; height: 80%; }

.mdl-textfield {
  width: 100%;
  padding: 20px 0 0;
}

.mdl-textfield__label:after {
  bottom: 0px;
}

.mdl-grid {
  padding-top: 0px;
  padding-bottom: 0px;
}

.form-control { 
  font-size: 13px 
}


.dropdown-menu .dropdown-item {
  font-size: 12px;
  padding: 0px 0.5rem 0px 0.5rem;
}

ul.nav a 
{ 
    color: #707070;
}

ul.nav a:hover 
{ 
    background-color: #002171;
    color:#fff;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -8px;
    margin-left: -0px;
}

.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: #707070;
    margin-top: 5px;
}

.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;
}




.nav-link.active {
  color: #002171 !important;
}

.navbar-nav  {
  flex-wrap: wrap;
}

.navbar-nav .nav-link{
  height: 30px;
  padding-top: 7px;
  font-size: 12px;
}

.navbar-inverse .navbar-nav .nav-link
{
    color: #263238; /* #fff; */
}
.navbar-inverse .navbar-nav .nav-link:hover
{
  /*color: #fff;
  background-color: #707070;*/
  color: #263238;
  border-bottom: 3px solid #202124;
  border-radius: 3px 3px 0 0;
}
.navbar-inverse .navbar-nav .nav-item.show 
{
  /*color: #fff;
  background-color: #002171;*/
}

.navbar-dark .navbar-nav .show>.nav-link {
    color: #5f6368;
    font-size: 20px;
}


.dropdown-menu {
  border: 1px solid #bdc1c6;
  box-shadow: 0 1px 2px 0 rgba(60,64,67,.3), 0 2px 6px 2px rgba(60,64,67,.15);
  border-radius: 0px;
  top: 28px;
  width: inherit;
}

.dropdown-menu a
{
  color: #5f6368;
}

.dropdown-menu a:hover
{
    background-color: #002171;
    color:#fff;
}


@media (max-width: 760px) {
  
.form-loginr {
  padding-top: 10vh;
  margin: 0px; 
  height: 90vh;
}
.form-login1 {
    height: 100px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;

  }

.form-login2 {
  /*padding: 50px;*/
  width: 100%;
  border-radius: 5px;
 }

#frmlogin .form-control {
  font-size: 18px;
}
 
#frmlogin .btn {
  font-size: 18px;
 }


.trp-module {
  padding: 5vh 0px 0px 0px;  
}
.trp-module h2 {
  color: #494949;
  font-weight: 500;
  font-size: 22px;
}
.trp-module-grp {
  color: #494949;
  text-align: center;
  padding-left: 0px;
  font-size: 24px;
}
.trp-module-grp div {
  width: 32px;
  height: 32px;
  -webkit-mask-size: 32px 32px;
  margin-left: 20px;
}  

.trp-module-grp p {
  font-size: 12px;
  padding-left: 0px;
  font-weight: 500;
}

.trp-module-row {
  padding-top: 2vh;
}


}

.btn-group {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.btn-group .btn {
  border-radius: 0;
}



.dx-link {
  text-decoration: underline !important;
  color: rgb(51, 122, 183) !important;
}



  .trp-modalmsg {    
    color: #636363;
    width: 400px;
  }
  .trp-modalmsg .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
        text-align: center;
    font-size: 14px;
  }
  .trp-modalmsg .modal-header {
    border-bottom: none;   
        position: relative;
  }
  .trp-modalmsg h4 {
    text-align: center;
    font-size: 26px;
    margin: 30px 0 -10px;
  }
  .trp-modalmsg .close {
        position: absolute;
    top: -5px;
    right: -2px;
  }
  .trp-modalmsg .modal-body {
    color: #999;
  }
  .trp-modalmsg .modal-footer {
    border: none;
    text-align: center;   
    border-radius: 5px;
    font-size: 13px;
    padding: 10px 15px 25px;
  }
  .trp-modalmsg .modal-footer a {
    color: #999;
  }   
  .trp-modalmsg .icon-box {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    z-index: 9;
    text-align: center;
    border: 3px solid #f15e5e;
  }
  .trp-modalmsg .icon-box i {
    color: #f15e5e;
    font-size: 46px;
    display: inline-block;
    margin-top: 13px;
  }
    .trp-modalmsg .btn {
        color: #fff;
        border-radius: 4px;
    background: #60c7c1;
    text-decoration: none;
    transition: all 0.4s;
        line-height: normal;
    min-width: 120px;
        border: none;
    min-height: 40px;
    border-radius: 3px;
    margin: 0 5px;
    outline: none !important;
    }
  .trp-modalmsg .btn-info {
        background: #c1c1c1;
    }
    .trp-modalmsg .btn-info:hover, .trp-modalmsg .btn-info:focus {
        background: #a8a8a8;
    }
    .trp-modalmsg .btn-danger {
        background: #f15e5e;
    }
    .trp-modalmsg .btn-danger:hover, .trp-modalmsg .btn-danger:focus {
        background: #ee3535;
    }

  .trp-modalmsg-footer button {
    font-size: 12px;
  }

  .trigger-btn {
    display: inline-block;
    margin: 100px auto;
  }



