body {
    font-family: arial!important;
    background: #fff!important;
    color: #fff!important;
    font-size: 14px!important;
}
ul.list_help {
  margin-left: 25px;
  margin-bottom: 0;
  padding: 0;
  list-style-type: disclosure-closed;
  list-style-image: url(../images/arrow_help.png);
}
ul.list_help li{
  width: 100%;
  line-height: 30px;
  font-size: 13px;
  border-bottom: #f2f6fd 1px solid;
}
ul.list_help li:last-child{
  width: 100%;
  line-height: 24px;
  font-size: 13px;
  border-bottom: #f2f6fd 0px solid;
}
.d-none{
    display: none !important;
  }

.p-0 {
    padding: 0!important;
}
.fa {
    font-weight: 400!important;
    color: #829fb6!important
  }
  .col_user .fa {
    font-weight: 900 !important;
    font-size: 16px;
    color: #bfd5f5 !important
  }
  .fa-active{
/*    background-color: #c6d1e1 !important;*/
    color: #153c72 !important;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
  }
  .fa-active:hover{
    color: #ff7800 !important;
  }
  a.focus{
    text-decoration: none !important;
  }
  .btn-login {
    background: #304278;
    color: #fff;
    font-size: 14px;
    border-radius: 6px;
    padding: 5px 10px;
    margin-right: -2px;
    text-decoration: none;
    white-space: nowrap;
}
.btn-login:hover,.btn-login:focus {
    color: #ff7800 !important;
    text-decoration: none;
}
  .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none !important;
    outline-offset: -2px;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    background: rgb(8, 25, 43, .5);
}
.pointer{
    cursor: pointer;
}

.disabled{
    pointer-events: none;
  }
  input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.modal-dialog {
    position: absolute!important;
    width: 424px!important;
    margin: 0px auto!important;
    left: 50%!important;
    top: 50%!important;
    transform: translate(-50%, -50%)!important;
    color: #222;
}
.modal-content {
    position: relative;
    background-color: #fff!important;
    background-clip: padding-box;
    border: 1px solid #395a74;
    border-radius: 0px!important;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
.fa-spinner{
    color: #fff !important;
  }
  .tab-login.active a{
    background-color: #fff !important;
  }
  .tab-register.active a{
    background-color: #fff !important;
  }
#file_send{
    height: 30px;
    line-height: 26px;
    border: 1px solid #adadad !important;
}
.modal-header {
    border-bottom: 1px solid #36658a!important;
    border-top: #8fc0e6 0px solid;
    background: #6ba0ca!important;
    padding: 5px 10px!important;    
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #e5eefa!important;
    opacity: 1;
}
.file-hiden{
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: -1;
}
.modal-header h4{
    color: #fff!important;
    font-size: 14px!important;
    margin: 0;
    display: flex;
    align-items: center;
}
.modal-header h4 img{
    margin-right: 6px;
}
.modal-header h2{
    color: #fff!important;
    font-size: 14px!important;
    margin: 0;
    display: flex;
    align-items: center;
}
.modal-header h2 img{
    margin-right: 6px;
}
.modal-header h3{
    color: #fff!important;
    font-size: 14px!important;
    margin: 0;
    display: flex;
    align-items: center;
}
.modal-header h3 img{
    margin-right: 6px;
}
#my-icon-select-box-scroll img{
    width: 100%;
    height: auto;
}
.close {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 1!important; 
    text-shadow: 0 0px 0 #fff;
}
.close .fa{
    color: #fff!important;
    text-decoration: none;
    cursor: pointer;
    opacity: 1; 
    text-shadow: 0 0px 0 #fff!important;
    font-size: 14px!important;
}
.close span:hover{
    color: #f00!important;

}
.close .fa:hover{
    color: #f00!important;
    text-decoration: none;
    cursor: pointer;
    opacity: 1; 
    text-shadow: 0 0px 0 #fff!important;
}
div.content_modal {
    width: 100%;
    font-size: 13px;
    display: grid;
    grid-template-columns: 2fr 3fr;
    grid-gap: 20px;
}
div.content_modal_login {
    width: 100%;
    font-size: 13px;
    display: grid;
    grid-template-columns: 1fr;
}
.modal-header .close {
    margin-top: 0px!important;
}
.modal-title {
    margin: 0;
}
div.modal_row {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 6px;
}
div.modal_row inpus:focus{
    color: #000!important;
}
div.modal_row inpus{
    color: #000!important;
}
div.modal_row_left {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
}
div.modal_row_left label{
    width: 30%;
    display: flex;
    align-items: center;
    font-weight: 400;
    margin: 0;
}
div.modal_row_left input{
    width: 70%;
    height: 24px;
    border: #b5b5b5 1px solid!important;
    background: #fff!important;
    padding: 6px 6px;
    font-size: 13px;
    border-radius: 3px!important;
    box-shadow: none!important;
}
div.modal_row_right {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 6px;
    position: relative;
}
div.modal_row_right div.form-check{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.modal_row_right .show-password {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
div.modal_row_right input{
    height: 24px;
    line-height: 24px;
    border-radius: 0!important;
    border: #b5b5b5 1px solid;
    padding: 0px 6px;
    font-size: 13px;
    background: #fff;
    width:117px;
    border-radius: 3px!important;
    box-shadow: none!important
}

.modal input::placeholder{
    font-weight: 400;
}

.modal input{
    font-weight: 600;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  opacity: 1!important;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: auto;
  background-color: #fff;
  color: #333;
  text-align: center;
  border-radius: 2px;
  padding: 3px 5px;
  position: absolute;
  z-index: 1;
  top: -3px;
  right: 110%;
  display: table;
  white-space: nowrap;
  border: #505871 1px solid;
}
/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1!important;
}

#sshModal .check-box{
    margin-right: 5px;
    height: 14px;
    display: inline-block;
    width: 14px;
}
div.modal_row_right label{
    font-weight: 400;
    display: flex;
    align-items: center;
    margin: 0 5px 0 0;
    width: 45%;
}
div.modal_row_right div.form-check input {
    width: auto;
    height: 24px;
    border: #8f8f8f 1px solid!important;
    padding: 6px 6px;
    font-size: 13px;
    background: #e5eefa!important;
    border-radius: 2px!important;
}
div.modal_row_right div.form-check label {
    width: auto;
    display: flex;
    align-items: center;
    font-weight: 400;
    margin: 0;
}
div.modal_row_right div.form-check label input[type=checkbox], input[type=radio] {
    margin: 0px 6px 0 0!important;
    line-height: normal;
}
div.loadfile {
    background: #454545 url(../images/bgload.png) no-repeat center;
    height: 24px;
    width: 36px;
    margin-left: 5px;
    border-radius: 0!important;
    border: #797979 1px solid!important;
}
div.loadfile input{
    opacity: 0;
}
span.modal-title {
    padding-left: 0px;
}

.popup-menu {
    display: none;
    width: 110px;
    position: absolute;
    background: #6ba0ca;
    border: #003b5d 1px solid;
    right: 0;
    top: 24px;
    z-index: 99999999;
    margin: 0;
    padding: 0px;
    list-style-type: none;
    font-size: 13px;
}
.popup-menu li{
    padding: 0 10px;
    line-height: 24px;
    background: #6ba0ca;
    cursor: pointer;
}
.popup-menu li:hover {
    background: #0476b7;
    color: #ff7800;
}
.popup-menu li a{
    color: #fff;
    text-decoration: none;
}
.popup-menu li a:hover{
    color: #ff7800;
}
.popup-menu li{
    width: 100%;
    border: none;
    text-align: left;
}
 li:hover{
    width: 100%;
    border: none;
    text-align: left;
    text-decoration: none;
}

.popup-menu li a:hover{
    background: #888;
}
.form-control {
    display: block;
    width: 100%;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #666!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: 0!important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.0)!important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.0)!important;
}
div.content_modal_footer {
    display: flex;
    justify-content: space-between;
    justify-content: center;
}
div.btn_footer {
    display: flex;    
}
div.btn_footer button{
    margin: 0 3px; 
    min-width: 60px;
}
.modal-footer {
    padding: 10px 15px!important;
    text-align: right;
    border-top: 1px solid #fff!important;
    background: #e3ecf9;
    display: flex;
    justify-content: center;
}
.modal-body {
    border-bottom: #c6d1e1 1px solid;
}
.btn {
    line-height: 27px!important;
    display: flex!important;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    font-weight: 400;
    white-space: nowrap;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 0px 8px!important;
    font-size: 13px!important;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/*----menu-----*/
button.btn{
    font-family: "Font Awesome 5 Pro", sans-serif;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  padding: 5px 10px;
  font-size: 13px;
/*  border: 1px solid #6ba0ca;*/
  background-image: linear-gradient(#01185b, #08298a);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-shadow: 0px 0px 0px #000123;
  -webkit-box-shadow: 0px 0px 0px #000123, 0px 2px 0px #000123, inset 0px 0px 0px #000123, inset 0px 0px 0px #000123;
  -moz-box-shadow: 0px 0px 0px #000123, 0px 2px 0px #000123, inset 0px 0px 0px #000123, inset 0px 0px 0px #000123;
  box-shadow: 0px 0px 0px #000123, 0px 2px 0px #000123, inset 0px 0px 0px #000123, inset 0px 0px 0px #000123;
}
button.btn:focus,
button.btn:active,
button.btn:hover {
  display: inline-block;
  text-decoration: none;
  color: #fff!important;
  font-weight: 500;
  padding: 5px 10px;
  font-size: 13px;
/*  border: 1px solid #6ba0ca;*/
  background-image: linear-gradient(#08298a, #08298a);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-shadow: 0px 0px 0px #000123;
  -webkit-box-shadow: 0px 0px 0px #000123, 0px 2px 0px #000123, inset 0px 0px 0px #000123, inset 0px 0px 0px #000123;
  -moz-box-shadow: 0px 0px 0px #000123, 0px 2px 0px #000123, inset 0px 0px 0px #000123, inset 0px 0px 0px #000123;
  box-shadow: 0px 0px 0px #000123, 0px 2px 0px #000123, inset 0px 0px 0px #000123, inset 0px 0px 0px #000123;
}
.modal button.btn{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    padding: 5px 10px;
    font-size: 13px;
    /* border: 1px solid #6ba0ca;
    background: #6ba0ca; */
    border: 0px solid #337ab7;
    background: #337ab7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-shadow: 0px 0px 0px #0e3667;
    -webkit-box-shadow: 0px 0px 0px #0e3667, 0px 2px 0px #0e3667, inset 0px 0px 0px #0e3667, inset 0px 0px 0px #0e3667;
    -moz-box-shadow: 0px 0px 0px #0e3667, 0px 2px 0px #0e3667, inset 0px 0px 0px #0e3667, inset 0px 0px 0px #0e3667;
    box-shadow: 0px 0px 0px #0e3667, 0px 2px 0px #0e3667, inset 0px 0px 0px #0e3667, inset 0px 0px 0px #0e3667;
}
.modal button.btn:focus,
.modal button.btn:active,
.modal button.btn:hover {
    display: inline-block;
    text-decoration: none;
    color: #fff!important;
    font-weight: 500;
    padding: 5px 10px;
    font-size: 13px;
    /* border: 1px solid #6ba0ca;
    background: #5996c7; */
    background-color: #2179c4 !important;
    border-color: #204d74 !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-shadow: 0px 0px 0px #072958;
    -webkit-box-shadow: 0px 0px 0px #072958, 0px 2px 0px #072958, inset 0px 0px 0px #072958, inset 0px 0px 0px #072958;
    -moz-box-shadow: 0px 0px 0px #072958, 0px 2px 0px #072958, inset 0px 0px 0px #072958, inset 0px 0px 0px #072958;
    box-shadow: 0px 0px 0px #072958, 0px 2px 0px #072958, inset 0px 0px 0px #072958, inset 0px 0px 0px #072958;
}

a.btn {
  display: inline-block;
  text-decoration: none;
  color: #2f699d!important;
  font-weight: 400;
  padding: 5px 10px;
  font-size: 13px;
  border: 0px solid #bfcee3;
  background: #e3ecf9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-shadow: 0px 0px 0px #072958;
  -webkit-box-shadow: 0px 0px 0px #072958, 0px 2px 0px #072958, inset 0px 0px 0px #072958, inset 0px 0px 0px #072958;
  -moz-box-shadow: 0px 0px 0px #072958, 0px 2px 0px #072958, inset 0px 0px 0px #072958, inset 0px 0px 0px #072958;
  box-shadow: 0px 0px 0px #072958, 0px 2px 0px #072958, inset 0px 0px 0px #072958, inset 0px 0px 0px #072958;
}
a.btn:hover {
  display: inline-block;
  text-decoration: none;
  color: #2f699d!important;
  font-weight: 400;
  padding: 5px 10px;
  font-size: 13px;
  border: 0px solid #bcd3f3;
  background: #bcd3f3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-shadow: 0px 0px 0px #072958;
  -webkit-box-shadow: 0px 0px 0px #072958, 0px 2px 0px #072958, inset 0px 0px 0px #072958, inset 0px 0px 0px #072958;
  -moz-box-shadow: 0px 0px 0px #072958, 0px 2px 0px #072958, inset 0px 0px 0px #072958, inset 0px 0px 0px #072958;
  box-shadow: 0px 0px 0px #072958, 0px 2px 0px #072958, inset 0px 0px 0px #072958, inset 0px 0px 0px #072958;
}
.btn_footer_left a {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  padding: 5px 20px;
  font-size: 15px;
  border: 1px solid #8f8f8f;
  background:#8f8f8f;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-shadow: 0px 0px 0px #212121;
  -webkit-box-shadow: 0px 0px 0px #212121, 0px 3px 0px #212121, inset 0px 0px 0px #212121, inset 0px 0px 0px #212121;
  -moz-box-shadow: 0px 0px 0px #212121, 0px 3px 0px #212121, inset 0px 0px 0px #212121, inset 0px 0px 0px #212121;
  box-shadow: 0px 0px 0px #212121, 0px 3px 0px #212121, inset 0px 0px 0px #212121, inset 0px 0px 0px #212121;
}
.btn_footer_left a:hover {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  border: 1px solid #acacac;
  background:#acacac;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-shadow: 0px 0px 0px #212121;
  -webkit-box-shadow: 0px 0px 0px #212121, 0px 3px 0px #212121, inset 0px 0px 0px #212121, inset 0px 0px 0px #212121;
  -moz-box-shadow: 0px 0px 0px #212121, 0px 3px 0px #212121, inset 0px 0px 0px #212121, inset 0px 0px 0px #212121;
  box-shadow: 0px 0px 0px #212121, 0px 3px 0px #212121, inset 0px 0px 0px #212121, inset 0px 0px 0px #212121;
}
div.content_modal_footer div.form-check {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
div.content_modal_footer div.form-check label{
    margin: 0!important;
    font-weight: 450;
    font-size: 13px;
}
div.content_modal_footer div.form-check input{
    margin: 0 6px 0 0!important;
}
#mydiv {
  z-index: 9;
}
div.sel_file {
    display: flex;
    align-items: center;
    gap: 5px;
}
#mydivheader {
  cursor: move;
  z-index: 999999;
}
div.menu {
  background-color: #6a6a6a;
  border-top: #808080 1px solid;
  border-bottom: #212121 1px solid;
  line-height: 24px;
  display: flex;
  justify-content: flex-start;
  height: 24px;
  width: 100%;
  flex-direction: column;
}
.fa {
  color: #bfd5f5;
}
.fa:hover{
    background: transparent;
}
.sidenav {
  height: calc(100% - 123px);
  width: 0;
  position: fixed;
  overflow: hidden;
  /* z-index: 999999; 
  top: 113px;
  left: 10px;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  display: table;
}

.sidenav .closebtn {
    position: absolute;
    top: -40px;
    right: 10px;
    font-size: 36px;
    margin-left: 50px;
    opacity: 50;
    padding: 0 5px;
    background: #153c72;
    /* z-index: 99999999; */
}

.sidenav .closebtn i.fa-indent{
    transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    background: #545454;
}
.sidenav .closebtn i.fa-indent:hover{
    background: transparent;
}
#main {
  transition: margin-left .5s;
  margin-left: 260px;
}
#filename {

}
#changepw .modal-footer button {
    min-width: 80px!important;
}
.selectfile_VI {
    background: url(../images/selectfile_VN.png) no-repeat;
    height: 21px;
    width: 68px;
    position: relative
}
.selectfile_VI:hover {
    background: url(../images/selectfile_VN_hover.png) no-repeat;
    height: 21px;
    width: 68px;
}
.selectfile_VI input{
    opacity: 0!important;
}
.selectfile_EN {
    background: url(../images/selectfile_EN.png) no-repeat;
    height: 21px;
    width: 68px;
    position: relative
}
.selectfile_EN:hover {
    background: url(../images/selectfile_EN_hover.png) no-repeat;
    height: 21px;
    width: 68px;
}
.selectfile_EN input{
    opacity: 0!important;
}
.selectfile_KR {
    background: url(../images/selectfile_KR.png) no-repeat;
    height: 21px;
    width: 68px;
    position: relative;
}
.selectfile_KR:hover {
    background: url(../images/selectfile_KR_hover.png) no-repeat;
    height: 21px;
    width: 68px;
}
.selectfile_KR input{
    opacity: 0!important;
}
.float-left{
    float: left;
}
.selectfile_send_KR {
    background: url(../images/selectfile_KR.png) no-repeat;
    position: relative;
    background-position-x: 5px;
    background-position-y: 4px;
    position: relative;
    border: 1px solid #adadad !important;
    padding: 0px;
}
.selectfile_send_KR:hover {
    background: url(../images/selectfile_KR_hover.png) no-repeat;
    background-position-x: 5px;
    background-position-y: 4px;
    position: relative;
    border: 1px solid #adadad !important;
    padding: 0px;
}
.selectfile_send_KR input{
    opacity: 0!important;
}

.selectfile_send_EN {
    background: url(../images/selectfile_EN.png) no-repeat;
    position: relative;
    background-position-x: 5px;
    background-position-y: 4px;
    position: relative;
    border: 1px solid #adadad !important;
    padding: 0px;
}
.selectfile_send_EN:hover {
    background: url(../images/selectfile_EN_hover.png) no-repeat;
    background-position-x: 5px;
    background-position-y: 4px;
    position: relative;
    border: 1px solid #adadad !important;
    padding: 0px;
}
.selectfile_send_EN input{
    opacity: 0!important;
}

.selectfile_send_VI {
    background: url(../images/selectfile_VN.png) no-repeat;
    position: relative;
    background-position-x: 5px;
    background-position-y: 4px;
    position: relative;
    border: 1px solid #adadad !important;
    padding: 0px;
}
.selectfile_send_VI:hover {
    background: url(../images/selectfile_VN_hover.png) no-repeat;
    background-position-x: 5px;
    background-position-y: 4px;
    position: relative;
    border: 1px solid #adadad !important;
    padding: 0px;
}
.selectfile_send_VI input{
    opacity: 0!important;
}

@media screen and (max-height: 450px) {
  .sidenav {
        height: calc(100vh - 123px);
        padding-top: 15px;
    }
  .sidenav a {font-size: 13px;}
}
div.modal-header .logo {
    display: flex;
    align-items: center;
}
div.modal-header span.sshclient {
    font-family: "Font Awesome 5 Pro", sans-serif;
    font-size: 14px;
    padding-left: 0px;
    color: #fff;
    font-weight: 500;
    white-space: nowrap;
}
header, nav{
    margin: 0px;
}
nav{
    background:transparent;
    font-size: 13px;
    z-index: 9999;
    height: calc(100vh - 180px);
    overflow-y: auto;
    padding:0 10px 10px 10px;
}

nav::-webkit-scrollbar {
  background-color: #4a4a4a;
  border-left: #5b5a5a 1px solid;
  width: 5px;
} 
nav::-webkit-scrollbar-thumb {
  background-color: #696969;
  outline: 1px solid #393939;
  border-radius: 6px;
}
nav::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
nav ul{
    display: flex;
    margin: 0;
    padding: 0;
    flex-direction: column;
}
nav> ul li{
    list-style: none; 
}
nav> ul li a{
    padding: 0 10px;
    line-height: 36px;
    color: #333;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 110px;
    cursor: pointer;
}
nav> ul li:hover{
    text-decoration: none;
    color: #ff7800;
}

nav> ul li.focus a,
nav ul li:hover>a{
    color: #ff7800;
    text-decoration: none;
}
nav li ul{
    display: none;
    min-width: 110px;
    position: absolute;
    background: #4d4d4d;
    border: #262626 1px solid;
    right: 0;
    top: 24px;
    z-index: 99999;
}

nav  li:hover > ul{
    display:  block;
}
nav > ul li > ul li >ul{
    margin-left: 110px;
    margin-top: -24px;
    background: #6a6a6a;
    width: 80px;
}
nav > ul li > ul li >ul a{
    background: #6a6a6a;
    cursor: pointer;
}
.select_col_row {
/*    background: #c6d1e1;*/
    border: #003a5b 1px solid;
    color: #222;
    width: 60px;
    border-radius: 3px!important;
}
.select_col_row option{
    width: 60px!important;
}
.mb_select_col_row {
/*    background: #c6d1e1;*/
    border: #003a5b 1px solid;
    color: #222;
    width: 60px;
    border-radius: 3px!important;
}
.mb_select_col_row option{
    width: 60px!important;
}
div.menu_top {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}
div.menu_top a{
    color: #00023b;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 15px;
    text-decoration: none;
    line-height: 48px;
}
.phone_top a{
    color: #2d344e;
}
.phone_top a:hover{
    color: #2d344e;
}
a {
    text-decoration: none;
   
}
a:hover {
    text-decoration: none !important;
}
div.menu_top a:hover{
    color: #ff5400;
    text-decoration: none;
}
div.menu_top a.active{
    color: #ff5400;
    text-decoration: none;
}
.header_right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 15px;
}
.header_right a.nav-link{
    /* background: #00023b; */
    background: #415695;
    color: #fff;
    border-radius: 8px;
    padding: 7px 15px;
    font-size: 16px;
    margin-right: 15px;
}
.header_right a.nav-link:hover{
    /* background-image: linear-gradient(#08298a, #08298a); */
    background: #304278;
    color: #ff6c00 !important;
}
.phone_top {
    color: #2d344e;
    font-size: 15px;
    font-weight: bold;
}
/*----------Content-------------*/
li.gr_user {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 20px;
}
button.reg-btn {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #000 !important;
    line-height: 1.42857143;
    cursor: pointer;
    background: transparent !important;
    border: 0px solid #fff !important;
}
a.logout-btn {
    margin: 0 2px;
    font-size: 14px !important;
    text-transform: capitalize !important;
    font-weight: 400 !important;
    color: #000 !important;
    line-height: 1.42857143;
    display: flex;
    cursor: pointer;
}
.fa-sign-out-alt {
    font-size: 22px !important;
    color: #7799c5!important;
    font-weight: 900 !important;
}
.fa-sign-out-alt:hover {
    color: #ff5400 !important;
}
div.header {
    display: flex;
    justify-content: space-between;
    height: 55px;
}
div.header-top {
    display: flex;
    align-items: center;
}
div.header_logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
     background: #153c72; 
    width: 250px;
    height: 55px;
    padding: 0 0px 0 8px;
    border-bottom: #086ca5 1px solid;
    /* border-right: #212121 1px solid; */
}
div.header_ssh {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #04053e;
    font-size: 20px;
    font-weight: 700;
    width: 250px;
    height: 55px;
    padding: 0 0px 0 8px;
    border-bottom: #086ca5 1px solid;
    /* border-right: #212121 1px solid; */
}
.navbar-brand {
    display: flex;
    align-items: center;
    height: 50px !important;
    padding: 5px 10px !important;
    font-size: 18px;
    margin-right: 0px !important;
}
span.sshclient {
    font-size: 2.5rem;
    padding-left: 10px;
    color: #00023b;
    font-weight: 700;
    white-space: nowrap;
}
div.header_logo .fa {
    font-size: 16px;
    color: #0f4176!important;
}
div.header_logo span.logo{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
div.header_logo span.sshclient{
    font-size: 2rem;
    padding-left: 10px;
    color: #fff;
    font-weight: 500;
    white-space: nowrap;
}
h1.sshclient{
    font-size: 2rem;
    margin: 0;
}
div.logo img{
  margin-right: 7px;
}
div.col_row {
    display: none;
    justify-content: center;
    align-items: center;
}
div.col_row select{
    background: #c6d1e1;
    border: #003a5b 1px solid;
    padding: 3px;
    color: #222;
}
div.col_row select:hover{
    background: #6ba0ca;
    cursor:pointer;
}

div.num_row {
    margin: 0 0 0 20px;
}
div.col_user {
    padding-right: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
div.col_user a{
    display: flex;
    align-items: center;
    color: #19202a;
    text-decoration: none;
    cursor: pointer;
}
div.col_user a i{
    background: #7994a9;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin-left: 7px;
}div.col_user a i:hover{
    background: #6b9cc3;
}
div.content_center {
    background: #00023b;
    display: flex;
    justify-content: space-between;
    height: calc(100vh - 104px);
    padding: 10px;    
}

.dropdown-menu a:hover {
    width: 100%;
    white-space: nowrap;
    background: transparent !important;
    border: 0;
    color: #ff5400 !important;
}
div.content_left {
    width: 250px;
    padding: 0px;
    background: #fff;
    color: #333;
    border-top: #153c72 1px solid;
    border-right: #212121 1px solid;
    border-radius: 6px;
   /* position: absolute;
    height: calc(100vh - 113px);*/
}
div.content_left ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
div.content_left ul li{
    position: relative;
    border-bottom: #013c5e 1px solid;
    background: url(../images/ic_server.png) no-repeat left;
    padding-left: 10px;
}
div.content_left ul li li{
    position: relative;
    border-top: #0175b7 1px solid;
    border-bottom: #013c5e 1px solid;
    background: none;
    padding-left: 0px;
}
div.content_left ul li:last-child{
    position: relative;
    border-bottom: #013c5e 0px solid;
}
div.content_left ul li ul.upmenu {
    min-width: 110px;
    position: absolute;
    background: #4d4d4d;
    border: #262626 1px solid;
    right: 0;
    top: -94px;
    z-index: 99999;
}
div.content_right {
/*    width: calc(100% - 250px);
    border-top: #000 1px solid;*/
    overflow-y: auto;
    height: calc(100vh - 123px);
    background: #205782;
}

div.content_right::-webkit-scrollbar {
  background-color: #4a4a4a;
  border-left: #5b5a5a 1px solid;
  width: 10px;

} 
div.content_right::-webkit-scrollbar-thumb {
  background-color: #696969;
  outline: 1px solid #393939;
  border-radius: 6px;
}
div.content_right::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
div.btn_footer_left {
    /* position: absolute; */
    /* bottom: 30px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    /* width: calc(100% - 40px); */
}
/*-------column 1x1------*/
div.content_right div.list_sv11, .list_sv12, .list_sv22, .list_sv23, .list_sv33{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
}
div.content_right div.list_sv11{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
}

div.sv_item{
   padding: 1px;
}
div.sv_item.active{
    outline: 1px solid #ff8d00;
}
 div.sv_item.active .sv_item_title{
	background-color: #ff8d00;
}
 


div.list_sv11 div.sv_item{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0;;
}
div.list_sv11 div.sv_item div.sv_item_main{
    height: calc(100vh - 160px);
}
/*-------column 1x2------*/
div.content_right div.list_sv12 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
}

div.list_sv12 div.sv_item{
    display: flex;
    flex-direction: column;
    width: calc(50% - 1px);
    margin: 0 0.5px;
}

div.list_sv12 div.sv_item div.sv_item_main{
    height: calc(100vh - 160px);
}
/*-------column 2x1------*/
div.content_right div.list_sv21{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
}
div.list_sv21 div.sv_item{
    display: flex;
    flex-direction: column;
    width: calc(100% - 1px);
    margin: 0 0.5px;
}
div.list_sv21 div.sv_item div.sv_item_main{
    height: calc(50vh - 109px);
}

.btn-default[disabled]:hover{
    opacity: .65;
    color: #fff;
    background-color: #2480c9 !important;
}
/*-------column 2x2------*/
div.content_right div.list_sv22{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
}
div.list_sv22 div.sv_item{
    display: flex;
    flex-direction: column;
    /*width: calc(50% - 1px);
    margin: 0 0.5px;*/
    width: 50%;
}

div.list_sv22 div.sv_item div.sv_item_main{
    height: calc(50vh - 99px);
}
/*-------column 2x3------*/
div.content_right div.list_sv23{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
}
div.list_sv23 div.sv_item{
    display: flex;
    flex-direction: column;
    width: calc(33.33% - 1px);
    margin: 0 0.5px;
}
div.list_sv23 div.sv_item div.sv_item_main{
    height: calc(50vh - 99px);
}

/*-------column 3x2------*/
div.content_right div.list_sv32{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
}
div.list_sv32 div.sv_item{
    display: flex;
    flex-direction: column;
    width: calc(50% - 1px);
    margin: 0 0.5px;
}
div.list_sv32 div.sv_item div.sv_item_main{
    height: calc(33vh - 75px);
}

/*-------column 3x3------*/
div.content_right div.list_sv33{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
}
div.list_sv33 div.sv_item{
    display: flex;
    flex-direction: column;
    width: calc(33.33% - 1px);
    margin: 0 0.5px;
}
div.list_sv33 div.sv_item div.sv_item_main{
    height: calc(33vh - 75px);
}
/*-------column mobile ------*/
div.list_sv1 div.sv_item div.sv_item_main,
div.list_sv2 div.sv_item div.sv_item_main,
div.list_sv3 div.sv_item div.sv_item_main,
div.list_sv4 div.sv_item div.sv_item_main,
div.list_sv5 div.sv_item div.sv_item_main,
div.list_sv6 div.sv_item div.sv_item_main,
div.list_sv7 div.sv_item div.sv_item_main,
div.list_sv8 div.sv_item div.sv_item_main,
div.list_sv9 div.sv_item div.sv_item_main
{
    height: calc(100vh - 160px);
}
/*--------------------------------*/
div.sv_item div.sv_item_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #6ba0ca;
    border-bottom: #fff 1px solid;
    height: 35px;
    padding: 0 10px;
}
div.sv_item div.sv_item_title h4{
    font-size: 14px;
    /* text-transform: uppercase; */
    color: #fff;
}
div.sv_item div.sv_item_title .fa-times{
    font-size: 14px;
    color: #fff !important;
    cursor: pointer;
}
div.sv_item div.sv_item_title .fa-times:hover {
    color: red !important;
}
div.sv_item_main{
    display: flex;
    background: #fff;
    border-bottom: #205782 1px solid;
    padding: 0px;
    border-top: #95b6d0 1px solid;
    flex-direction: column;
    height: 40vh;
}
.gr_lf {
    display: flex;        
}
.w-100 {
    width: 100% !important;
}

/*--------------Login-----------------------*/
div.orhr {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
div.orhr hr {
    margin-bottom: 0px;
  }
div.orhr span{
  position: relative;
  left: 0;
  right: 0;
  top: -12px;
  margin: 0 auto;
  width: auto;
  background: #fff;
  color: #444;
  display: table;
  padding: 0 10px;
}
div.login {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
div.login div.login_content {
    width: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: #353535 1px solid;
    background: #222222;
    padding: 5px;
}
div.login div.login_content_bg {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #393939;
    border: #474747 1px solid;
}
div.login_content_bg div.logo_login{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #585858;
    border: #272727 1px solid;
    padding: 5px 0;
}
div.logo_login span{
    font-size: 20px;
    margin-left: 5px;
}
div.login input.form-control {
    background: #2a2a2a;
    border: #535353 1px solid;
}
div.login input.form-control:focus {
    background: #2a2a2a;
    border: #888 1px solid;
}
div.form-login input.form-control {
    border: #648394 1px solid!important;
/*    background: #e5eefa!important;*/
}
div.form-login input.form-control:focus {
    /* background: #cbdffc!important; */
    border: #5692b4 1px solid!important;
}
div.login_content_bg form {
    width: 100%;
    padding: 30px 30px;
}
div.rm_pw {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}
div.rm_pw label{
    font-weight: 400;
}
div.rm_pw a{
    font-weight: 400;
    color: #999;
    cursor: pointer;
    text-decoration: none;
}
div.rm_pw a:hover{
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}
div.fg_pw a{
    font-weight: 400;
    color: #999;
    cursor: pointer;
    text-decoration: none;
}
div.fg_pw a:hover{
    font-weight: 400;
    color: #337AB8;
    text-decoration: none;
}
div.fg_pw .input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
div.fg_pw .input-group-addon, .input-group-btn {
    width: 10%;
    white-space: nowrap;
    vertical-align: middle;
    min-width: 36px;
}
div.fg_pw .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.form-login .show-password {
    position: absolute;
    right: 10px;
    top: 10px;
}
#forgetpw button.close {
    right: 10px;
    top: -2px;
    color: #fff!important;
    font-weight: 500;
}
#forgetpw .close:hover {
    color: #f00!important;
    text-decoration: none;
    font-weight: 500!important;
    cursor: pointer;
    opacity: 1;
    text-shadow: 0 0px 0 #fff!important;
}
#changepw button.close {
    right: 10px;
    top: -2px;
    color: #fff!important;
    font-weight: 500;
}
#changepw .close:hover {
    color: #f00!important;
    text-decoration: none;
    font-weight: 500!important;
    cursor: pointer;
    opacity: 1;
    text-shadow: 0 0px 0 #fff!important;
}
#forgetpw .close .far {
    color: #fff!important;
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
    text-shadow: 0 0px 0 #fff!important;
    font-size: 14px!important;
}
.field-icon {
    /* margin-top: 10px; */
    right: 5px;
    position: absolute;
    z-index: 100;
    cursor: pointer;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.form-group {
    margin-bottom: 0!important
}
div.gr_lf .form-group {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
div.gr_lf .form-group span{
    white-space: nowrap;
}
input.Infile {
    border: 0!important;
    background: transparent!important;
    width: 78px;
}
div.list_bt {
    display: flex;
    justify-content: space-between;
}
.google {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #c9c9c9;
    background: #c9c9c9;
    color: #4688F1;
    border-radius: 4px;
    font-weight: 400;
    padding: 0 10px;
}
.google:hover {
    border: 1px solid #4688F1;
    background: #c9c9c9;
    color: #4688F1;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
}
.google:focus {
    border: 1px solid #fff000;
    background: #c9c9c9;
    color: #4688F1;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
}
.google img{
    margin-right: 7px;
}
.dropdown-menu {
    position: absolute;
/*    top: 100%!important;*/
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 60px!important;
}
.topnav a.icon {
    /* background: #005c90; */
    display: none;
}
#myLinks {
    
}
#myLinks .topnav_link{
    display: flex!important;
    justify-content: center;
    align-items: center;
}
#myLinks .topnav_link a{
    padding: 0 10px;
}
.dropdown-menu button {
    width: 100%;
    white-space: nowrap;
    background: transparent;
    border: 0;
    color: #222;
    padding: 5px 10px;
}
.dropdown-menu button:hover {
    width: 100%;
    white-space: nowrap;
    background: transparent!important;
    border: 0;
    color: #ff5400!important;
}
div.body_login {
    padding: 0!important;
}
div.body_login ul.nav-tabs {
    display: flex;

}
div.body_login div.btn_footer {
    display: flex;
    justify-content: center;
    padding: 10px 15px!important;
    text-align: right;
    border-top: 1px solid #fff!important;
    background: #e3ecf9;
}
.dropdown-menu {
    top: 44px!important;
    padding: 0px!important;
    border-radius: 0px!important;
    min-width: auto;
    background: #f0f0f0!important;
    border: #999 1px solid!important;
    position: absolute;
    margin: 0px -1px 0 -1px;
    right: 10px!important;
    left: auto!important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 3px 5px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 5px rgb(0 0 0 / 10%);
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
}
div.body_login .tab-content {
    padding: 0px;
}
div.tab-content .form-login {
    margin-bottom: 15px!important;
}
div.tab-content .form-login button.btn_verify {
    text-shadow: none!important;
    box-shadow: none;
    border-radius: 0 2px 2px 0;
    height: 34px;
    background-color: #6ba0ca;
    color: white;
    font-size: 13px;
}
div.tab-content .form-login button.btn_verify:hover {
    color:#ff5400 ;
}
div.form-login input.form-control {
    border: #648394 1px solid!important;
    margin-bottom: 10px!important;
    border-radius: 0;
}
div.tab-content .form-login button.btn_verify{
    text-shadow: none!important;
    box-shadow: none;
    border-radius: 0 2px 2px 0;
}
div.body_login .tab-pane form {
    padding: 20px 20px 30px 20px;
/*    border-bottom: #c6d1e1 1px solid;*/
    margin-bottom: 0;
}
div.body_login .nav-tabs>li>a {
    border-radius: 0!important;
}
h4.modal-title {
    font-weight: 600;
}
h4.modal-title img{
    margin-right: 6px;
}
div.body_login ul.nav-tabs li{
    width: 50%;
    text-align: center;
}
div.body_login ul.nav-tabs li a{
    margin-right: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    background: #e3ecf9;
    color: #000;
}
div.body_login ul.nav-tabs li a.active{
    color: #337ab7!important;
}
div.body_login ul.nav-tabs li.active a{
    color: #337ab7!important;
}
div.body_login ul.nav-tabs li a.active{
    background: #fff;
}
div.body_login ul.nav-tabs li.active a:hover{
    border-radius: 0!important;
}
div.body_login ul.nav-tabs li.active a{
    border-radius: 0!important;
}
.form-login {
  position: relative;
}
.form-login .show-password{
  position: absolute;
  right: 10px;
  top: 0px;
}
.menunav {
    display: none;
}
.col_row{
    display: none;
}
.menu-list{
    display: flex;
    justify-content: center;
    align-items: center;    
    background-image: linear-gradient(#ecf3ff, #f7faff);
    border-top: #cee3f3 1px solid;
}
@media (min-width:650px) {
    div.list_sv12  #sv_item1{
        position: absolute;
        left: 0%;
        top: 0%;
    }
    div.list_sv12  #sv_item2{
        position: absolute;
        left: 50%;
        top: 0%;
    }
    
    div.list_sv21  #sv_item1{
        position: absolute;
        top: 0%;
    }
    div.list_sv21  #sv_item2{
        position: absolute;
        top: calc(50% + 10px);
    }
    
    div.list_sv22  #sv_item1{
        position: absolute;
        left: 0%;
        top: 0%;
    }
    div.list_sv22  #sv_item2{
        position: absolute;
        right: 0%;
        top: 0%;
    }
    div.list_sv22  #sv_item3{
        position: absolute;
        left: 0;
        top: 50%;
    }
    div.list_sv22  #sv_item4{
        position: absolute;
        right: 0;
        top: 50%;
    }
    
    div.list_sv23  #sv_item1{
        position: absolute;
        left: 0%;
        top: 0%;
    }
    div.list_sv23  #sv_item2{
        position: absolute;
        left: 33.33%;
        top: 0%;
    }
    div.list_sv23  #sv_item3{
        position: absolute;
        left: 66.66%;
        top: 0;
    }
    div.list_sv23  #sv_item4{
        position: absolute;
        top: 50%;
        left:0;
    }
    div.list_sv23  #sv_item5{
        position: absolute;
        left: 33.33%;
        top: 50%;
    }
    div.list_sv23  #sv_item6{
        position: absolute;
        left: 66.66%;
        top: 50%;
    }
    
    div.list_sv32  #sv_item1{
        position: absolute;
        left: 0%;
        top: 0%;
    }
    div.list_sv32  #sv_item2{
        position: absolute;
        left: 50%;
        top: 0%;
    }
    div.list_sv32  #sv_item3{
        position: absolute;
        left: 0%;
        top: 33.33%;
    }
    div.list_sv32  #sv_item4{
        position: absolute;
        left: 50%;
        top: 33.33%;
    }
    div.list_sv32  #sv_item5{
        position: absolute;
        left: 0%;
        top: 66.66%;
    }
    div.list_sv32  #sv_item6{
        position: absolute;
        left: 50%;
        top: 66.66%;
    
    }
    
    div.list_sv33  #sv_item1{
        position: absolute;
        left: 0%;
        top: 0%;
    }
    div.list_sv33  #sv_item2{
        position: absolute;
        left: 33.33%;
        top: 0%;
    }
    div.list_sv33  #sv_item3{
        position: absolute;
        left: 66.66%;
        top: 0;
    }
    div.list_sv33  #sv_item4{
        position: absolute;
        top: 33.33%;
        left:0;
    }
    div.list_sv33  #sv_item5{
        position: absolute;
        left: 33.33%;
        top: 33.33%;
    }
    div.list_sv33  #sv_item6{
        position: absolute;
        left: 66.66%;
        top: 33.33%;
    }
    div.list_sv33  #sv_item7{
        position: absolute;
        top: 66.66%;
        left:0;
    }
    div.list_sv33  #sv_item8{
        position: absolute;
        left: 33.33%;
        top: 66.66%;
    }
    div.list_sv33  #sv_item9{
        position: absolute;
        left: 66.66%;
        top: 66.66%;
    }
}
.DK_hidden {
    display: none;
}
/*--------------mobile----------------------*/
@media (min-width:280px) and (max-width:650px) {
    .header-top .navbar-brand>img{
        width: 30px;
    }
    span.sshclient {
        /* font-size: 2rem; */
        font-size: 18px;
        padding-left: 5px;
    }
    div.content_center {
        height: calc(100vh - 55px);
    }
    div.content_right {
        height: calc(100vh - 75px);
    }
    .icon i.fa-bars {
        color: #0f4176 !important;
    }
    div.header-top {
        display: flex;
        align-items: center;
        padding-left: 10px;
    }
    .menuMB_hidden{
        display: none;
    }
    .MB_hidden {
      display: none;
    }
    .col_row{
        display: flex;
    }
    /* .modal_row_right .show-password {
        position: absolute;
        right: 23px;
        top: -6px;
    } */
    .toggle-check-password-ssh{
        right: 144px !important;
    }
    .header_right {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-right: 5px;
    }
    /*--------------Login-----------------------*/
    div.login {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
    }
    div.login div.login_content {
        width: 90%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border: #000 1px solid;
        padding: 0px;
    }
    div.login div.login_content_bg {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background: #393939;
        border: #535353 1px solid;
        padding: 0px;
    }
    div.header {
        display: flex;
        justify-content: space-between;
        height: 55px;
    }
    div.header_logo {
        padding-right: 0px;
        justify-content: space-around !important;
        height: 55px;
        border-bottom: #212121 0px solid;
        border-right: #212121 0px solid;
        /* background: #153c72; */
        flex-direction: row;
    }
    .dropdown span {
        display: none;
    }
    div.col_row {
        display: none;
    }
    div.content_left {
        border-bottom: #212121 1px solid;
    }

    .sidenav {
        /* height: calc(100vh - 55px); */
        height: calc(100vh - 74px);
        width: 0;
        position: fixed;
        z-index: 9;
        top: 65px;
        left: 0;
        background-color: #111;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
        display: table;
    }
    .sidenav .closebtn i.fa-indent {
        transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        background: #313131;
    }
    .sidenav .closebtn {
        position: absolute;
        top: -40px;
        right: 10px;
        font-size: 36px;
        margin-left: 50px;
        opacity: 100;
        z-index: 99999999;
    }
    div.btn_footer_left {
        display: flex;
        justify-content: space-between;
    }
    #main {
        transition: margin-left .5s;
        /* margin-left:0px; */
        margin-left:0px !important;
    }
    /*-------column------*/
    div.content_right div.list_sv1, div.list_sv2, div.list_sv3, div.list_sv4, div.list_sv5, div.list_sv6, div.list_sv7, div.list_sv8, div.list_sv9, div.list_sv11, .list_sv12, .list_sv22, .list_sv23, .list_sv33{
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        width: 100%;
    }
    div.list_sv1 div.sv_item, 
    div.list_sv2 div.sv_item, 
    div.list_sv3 div.sv_item, 
    div.list_sv4 div.sv_item, 
    div.list_sv5 div.sv_item, 
    div.list_sv6 div.sv_item, 
    div.list_sv7 div.sv_item, 
    div.list_sv8 div.sv_item, 
    div.list_sv9 div.sv_item
    {
        display: flex;
        flex-direction: column;
        width: calc(100% - 0px);
        margin: 0 0px;
    }
    div.list_sv11 div.sv_item {
        display: flex;
        flex-direction: column;
        width: calc(100% - 0px);
        margin: 0 0px;
    }
    div.list_sv12 div.sv_item {
        display: flex;
        flex-direction: column;
        width: calc(100% - 0px);
        margin: 0 0px;
    }
    div.list_sv22 div.sv_item {
        display: flex;
        flex-direction: column;
        width: calc(100% - 0px);
        margin: 0 0px;
    }
    div.list_sv23 div.sv_item {
        display: flex;
        flex-direction: column;
        width: calc(100% - 0px);
        margin: 0 0px;
    }
    div.list_sv33 div.sv_item {
        display: flex;
        flex-direction: column;
        width: calc(100% - 0px);
        margin: 0 0px;
    }
    div.sv_item_main{
        /* height: 50vh; */
        height: calc(100vh - 110px) !important;
    }
    .modal-dialog {
        position: absolute!important;
        width: 70%!important;
        margin: 0px auto!important;
        left: 50%!important;
        top: 50%!important;
        transform: translate(-50%, -50%)!important;
    }
    .toggle-password-ssh{
        right: 5px !important;
    }
    div.content_modal {
        width: 100%;
        font-size: 13px;
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
    input.Infile {
        border: 0!important;
        background: transparent!important;
        width: 88px!important;
        padding: 0 !important;
    }
    div.modal_row {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        margin-bottom: 6px;
    }
    div.modal_row_left {
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-direction: row;
        margin-bottom: 5px;
    }
    div.modal_row_right {
        display: flex;
        justify-content: flex-start;
        width: 100%;
        padding: 0 0px 0 0px;
        flex-direction: row;
        margin-bottom: 5px;
    }
    div.modal_row_right label {
        width: 108px;
        display: flex;
        align-items: center;
        font-weight: 400;
        margin: 0;
    }
    div.gr_lf .form-group {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
    }
    #password_send_file{
        width: 110px !important;
    }
    div.modal_row_right input {
        width: 100%;
        height: 24px;
        border: #adadad 1px solid!important;
        background: #fff!important;
        padding: 0px 6px;
        font-size: 13px;
    }
    div.modal_row_right div.form-check input {
        width: auto;
        height: 24px;
        border: #797979 1px solid!important;
        padding: 6px 6px;
        font-size: 13px;
        background: #454545!important;
    }
    div.modal_row_right div.form-check label {
        width: auto;
        display: flex;
        align-items: center;
        font-weight: 400;
        margin: 0;
    }
    div.modal_row_left label {
        width: 104px;
        display: flex;
        align-items: center;
        font-weight: 400;
        margin: 0;
    }
    div.modal_row_left input {
        width: 100%;
        height: 24px;
        border: #adadad 1px solid!important;
        background: #fff!important;
        padding: 6px 6px;
        font-size: 13px;
    }
    .gr_lf {
        display: flex;        
    }
    .modal-body {
        position: relative;
        padding: 15px 10%!important;
    }

    .modal#sendFile div.modal_row_right input{
      width: 110px;
    }

    div.content_right::-webkit-scrollbar {
      background-color: #4a4a4a;
      border-left: #5b5a5a 1px solid;
      width: 0px;

    } 
    div.content_right::-webkit-scrollbar-thumb {
      background-color: #696969;
      outline: 1px solid #393939;
      border-radius: 6px;
    }
    div.content_right::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    }
    
    div.MB_hidden {
        display: none;
    }
    .dropdown-menu {
        right: 0px !important;
    }
    .collapse:not(.show) {
        display: none;
    }
    /*--------------------*/
    div.menu_top a {
        color: #19202a;
        font-size: 16px;
        font-weight: 700;
        padding: 0 10px;
    }
    .menu_top .navbar-toggler {
        padding: 0.25rem 0.75rem;
        font-size: 1.25rem;
        line-height: 1;
        background-color: #fff;
        border: 1px solid transparent;
        border-radius: 0.25rem;
    }
    /* .menu-top {
        position: absolute;
        left: 0;
        top: 0;
    } */
    .dropdown-backdrop{
        display: none;
    }
    .menu_top nav {
        height: 20px;
        overflow: hidden;
        position: relative;
    }
    .main-menu-top {
        margin-top: 36px!important;
        position: relative;
        width: 100%;
        padding: 0;
        background: #3d78bc;
        border-radius: 4px;
        margin-right: -15px!important;
        margin-left: -15px!important;
    }
    /* Style the navigation menu */
    .topnav {
      overflow: hidden;
      /* background-color: #333; */
/*      position: relative;*/
    }

    /* Hide the links inside the navigation menu (except for logo/home) */
    /* .topnav #myLinks {
      display: none;
    } */

    /* Style navigation menu links */
    .topnav a {
      color: white;
      padding: 14px 16px;
      text-decoration: none;
      font-size: 17px;
      display: block;
    }

    /* Style the hamburger menu */
    .topnav a.icon {
        background: #fff;
        display: flex!important;
        /* position: absolute; */
        right: 94px;
        top: -6px;
        justify-content: center;
        height: 28px;
        align-items: center;
        border-radius: 4px
    }

    /* Add a grey background color on mouse-over */
    .topnav a:hover {
      /* background-color: #005c90; */
      border: 2px solid black;
      color: black;
    }
   
    div.col_row {
        display: flex;
        justify-content: center;
        align-items: center;
        /* position: absolute; */
        right: 234px;
        top: 20px;
    }
    #myLinks {
        margin-top: 13px;
        position: fixed;
        right: 0px;
        width: 100%;
        z-index: 9999999999;
        border: #6b95ad 1px solid;
    }
    div.col_user {
        padding-right: 5px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    div.col_user a i {
        background: #7994a9;
        border-radius: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 28px;
        height: 28px;
        margin-left: 0px;
    }
    #myLinks a.nav-link{
        background: #0f4176;
        line-height: 28px;
        font-size: 14px;
        font-weight: bold;
        padding: 0 10px;
        text-transform: uppercase;
        border-top: #0d3259 1px solid;
        border-bottom: #17508c 1px solid;
        text-align: center;

    }
    div.menu_top a {
        border: #2477b2 1px solid;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        padding: 0 10px;
    }
    #myLinks .topnav_link {
        display: flex!important;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    #myLinks .topnav_link a{
        width: 100%;
    }
}
@media (min-width:651px) and (max-width:1180px) {
    .menu-list{
        display: none;
    }
    .col_row{
        display: flex;
    }
    .menunav {
        display: block;
        position: relative;
    }
    div.menu_top a {
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        padding: 0 10px;
    }
    .menu_top .navbar-toggler {
        padding: 0.25rem 0.75rem;
        font-size: 1.25rem;
        line-height: 1;
        background-color: #fff;
        border: 1px solid transparent;
        border-radius: 0.25rem;
    }
    /* .menu-top {
        position: absolute;
        left: 0;
        top: 0;
    } */
    .menu_top nav {
        height: 20px;
        overflow: hidden;
        position: relative;
    }
    .main-menu-top {
        margin-top: 36px!important;
        position: relative;
        width: 100%;
        padding: 0;
        border-radius: 4px;
        margin-right: -15px!important;
        margin-left: -15px!important;
    }
    div.col_row {
        display: flex;
        justify-content: end;
        align-items: center;
      
    }
    
    .topnav .icon i{
        font-size: 18px;
    }
    .topnav .icon {
        background: #fff;
        width: 36px;
        border: #2477b2 1px solid;
        height: 28px;
        align-items: center;
        display: flex!important;
        justify-content: center;
        float: right;
        /* position: fixed!important; */
        border-radius: 4px;
    }
    
    .menuMB_hidden {
        display: none;
    }
    div.menu_top {
        display: flex;
        justify-content: center;
        flex-direction: row;
        align-items: center;
    }
    /* #myLinks {
        margin-top:24px;
        position: fixed;
        display: none;
    } */
    #myLinks {
        margin-top: 41px;
        width: 250px;
        position: fixed;
        left: 0px;
        z-index: 9999999999;
        border: #6b95ad 1px solid;
    }
    #myLinks .topnav_link{
        display: flex!important;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    #myLinks a.nav-link{
        text-transform: uppercase;
        text-align: center;
        background: #0f4176;
        line-height: 28px;
        font-size: 14px;
        font-weight: 500;
        padding: 0 10px;
        width: 100%;
        border-top: #0d3259 1px solid;
        border-bottom: #17508c 1px solid;

    }
}

@media (min-width:1181px) {

}





















