@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

.blue {
    color: #00008B;
}

.red {
    color: #b20303;
}

.yellow {
    color: #FFBF00;
}

.black {
    color: #000000;
}


/* CSS Document */

/* main style  ---------------------------------------------------------------------------------------------------------*/
html {
    height: 100%;
}

body {
    /*background: #e6f2ff linear-gradient(to left, #b3e6ff 0%, white, #e6f2ff);*/
    height: 100%;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: none;
}

span {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

@font-face {
    font-family: Airbus; /* Гарнитура шрифта */
    src: url('/img/aispec.ttf'); /* Путь к файлу со шрифтом */
}

h1 {
    font-size: large;
    padding: 3px 10px;
    margin: 1px;
    text-shadow: 1px 0 1px #80b3ff;
    font-weight: normal;
    font-family: Airbus, 'Comic Sans MS', serif;
}


h2 {
    font-size: medium;
    text-shadow: 1px 0 1px #999999, 0 0 1em #98b4d0;;
}

h3 {
    font-size: small;
}

.wrapper {
    background: #e6f2ff linear-gradient(to left, #b3e6ff 0%, white, #e6f2ff);
    display: table;
    height: 100%;
    width: 100%;
}

.content {
    display: table-row;
    height: 100%;
}

.footer {
    background-color: #98b4d0;
    text-align: center;
    font-size: small;
    font-weight: bold;
    padding: 2px;
}

.header {
    font-family: Airbus, Helvetica, serif;
    display: table-row;
    width: 100%;
    text-align: left;
    background-color: #98b4d0;
    border-bottom: 1px solid #030303;
    font-size: small;
}

header img {
    margin: 2px;
}

.box {
    padding: 1px;
    margin: 1px;
}

.line {
    margin: 2px;
    color: #0066ff;
    width: 100%;
}

/* main page style  ---------------------------------------------------------------------------------------------------------*/
.push {
    width: 100%;
    height: 100%;
    list-style: none;
    font-family: "Lucida Sans", serif ;
    padding: 10px;

}

.push li {
    cursor: pointer;
    position: relative;
    color: #002080;
    padding: 15px 0 15px 30px;
    border-bottom: 1px dotted #aaa;
}

.push a {
    font-size: large;
    font-variant: small-caps;
    font-weight: bold;
}

.push span {
    font-size: small;
    position: relative;
    padding: 15px 0 15px 30px;
    color: #002080;
    font-weight: normal;
}

.push li:before {
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #4F5151;
    content: "";
    left: 0;
    transition: .3s ease-in-out;
    top: 27px;
}

.push li:after {
    position: absolute;
    border-left: 1px dotted #aaa;
    width: 1px;
    bottom: -12px;
    content: "";
    left: 3px;
    top: 48px;
}

.push li:hover:before {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, .2)
}

.push li:last-child:after {
    content: none;
}

.listicon {
    background: #002080;
}

/* form style -------------------------------------------------------------------------------------------------------------*/
.form {
    padding: 1px;
    margin: 1px auto;
    width: 100%;
    font-size: medium;
}

.inputtext {
    margin: 2px 1px;
    padding: 4px 2px;
    border: 2px solid #68b12f;
    box-shadow: 0 0 3px #ccc, 0 10px 15px #eee inset;
    border-radius: 3px;
}

.inputtext:focus {
    background: #fff;
    border: 1px solid #555;
    box-shadow: 0 0 3px #aaa;
}

/**/
select {
    padding: 3px;
    margin: 0;
    border-radius: 4px;
    box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    background: #f8f8f8;
    color: #404040;
    outline: none;
    display: inline-block;
    cursor: pointer;
    border: 2px solid #68b12f;
}

/* RADIO BUTTON */

.radio-group {
    padding: 5px;
}

.radio-group label {
    display: flex;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    margin-bottom: 0.375em;
}
.radio-group label input {
    position: absolute;
    left: -9999px;
}
.radio-group label input:checked + span {
    background-color: #d6d6e5;
}

.radio-group label input:disabled + span {
    color: #919191;
}
.radio-group label input:disabled + span:before {
    box-shadow: inset 0 0 0 0.125em #919191;
}

.radio-group label input:checked + span:before {
    box-shadow: inset 0 0 0 0.4375em #68b12f;
}
.radio-group label span {
    display: flex;
    align-items: center;
    padding: 0.375em 0.75em 0.375em 0.375em;
    border-radius: 99em;
    transition: 0.25s ease;
}
.radio-group label span:hover {
    background-color: #d6d6e5;
}
.radio-group label span:before {
    display: flex;
    flex-shrink: 0;
    content: "";
    background-color: #fff;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    margin-right: 0.375em;
    transition: 0.25s ease;
    box-shadow: inset 0 0 0 0.125em #68b12f;
}


/* Button Style */
.button {
    margin: 2px 1px;
    background-color: #68b12f;
    border: 1px solid #509111;
    border-bottom: 1px solid #5b992b;
    border-radius: 3px;
    box-shadow: inset 0 1px 0 0 #9fd574;
    color: #ffffff;
    font-weight: bold;
    text-shadow: 0 -1px 0 #396715;
    padding: 6px 15px;
    text-align: center;

}

.button:hover {
    opacity: .85;
    cursor: pointer;
}

a.button {
    padding: 5px 15px;
    text-decoration: none;
    display: inline-block;
}

.img-button {
    cursor: pointer;
}

/* главное меню  --------------------------------------------------------------------------------------------------------------*/
.navmenu {
    font-family: 'FontAwesome', Airbus, sans-serif;
    /* 	font-family:  'Comic Sans MS'; */
    display: block;
    /*width: 660px;*/
    margin: 0 auto;
}

.navmenu ul {
    list-style: none;
    margin: 0 auto;
    background: #D4E7EE;
    overflow: hidden;
    padding: 0;
}

.navmenu li {
    float: left;
    border-right: 1px solid #ADC0CE;
}

.navmenu a {
    text-decoration: none;
    /*   font-family: 'Lora', serif; */
    display: block;
    padding: 0.5em;
    /*   background: rgba(173, 192, 206, .3); */
    color: #262626;
    font-weight: bold;
    font-size: small;
    cursor: pointer;
}

.navmenu span {
    margin: 1px;
}

/* .doc:before{content: "\25BC";} */

.navmenu a:hover {
    background: #ADC0CE
}

.logout .back .home {
    padding: 5px;
}


/* table style for fault symptom  --------------------------------------------------------------------------------------------*/
table {
    border: 2px solid #404040;
    border-collapse: collapse;
    width: 100%;
}

table th {
    text-align: left;
    font-weight: bold;
    font-size: x-small;
    background-color: #b3b3b3;
}

table td {
    border-top: 1px solid #404040;
    border-right: 1px dotted #404040;
    padding: 5px 2px;
    font-size: small;
    border-right: 1px dotted #404040;
}

table tr {
    background-color: #f2f2f2;
}

.highlight {
    background: #e6ffcc;
    cursor: pointer;
}

/* for CML */
.highlight:hover {
    background: #CCFFCC;
}

.highlight2 {
    cursor: pointer;
}

/* for FSL without highlight */
.highlight2:hover {
    background: #CCFFCC;
}

.separator {
    background: #e6f2ff;
}

.ata {
    font-size: x-small;
    white-space: nowrap;
}

.msg {
    font-weight: bold;
}

.source {
    font-size: x-small;
}

.class {
    text-align: center;
    font-size: x-small;
    border-right: 1px solid #404040;
}

.header-type {
    font-weight: bold;
    padding: 2px;
    font-size: small;
    background-color: #b3b3b3;
}

.error_msg {
    font-weight: bold;
    padding: 2px;
    color: #ff1a1a;
    text-align: center;
}

/* task theme */
.task {
    background-color: #f2f2f2;
    font-size: medium;
}

/* style for amm old and new  ------------------------------------------------------------------------------------------------*/
.h {
    padding: 0 10px;
}

#by {
    background: #C0C0C0;
}

#bc {
    color: #0000FF
}

#gc {
    color: #008000
}

#rc {
    color: #FF0000
}

#yc {
    color: #FFBF00;
}

#forms {
    border: 1px solid #004080;
    padding: 5px;
    background: #008080;
}

#rr {
    border: 1px solid #FF0000;
}

#gr {
    border: 1px solid #00FF00;
}

/* NEW TASK LIST */

.n_task{
    padding: 1px 10px;
    font-size: small;
}

.n_desc{
    color: black;
}
.n_desc a{
    text-decoration: none;
    
}

.label_value{
    background-color: #c7c7c5;
    padding: 3px;
    font-weight: bold;
    margin-right: 3px;
    border: 1px solid white;
    border-radius: 3px;
}

.label_rate{
    background-color: #caf0ca;
    padding: 2px;
    font-size: small;
    border: 1px solid white;
    border-radius: 3px;
}

.bg_label{
    background-color: #f7baba;
}
.bg_label_b{
    color: #f4a4a4;
}



/* */
.list {
    list-style: none;
    padding: 0;
}

.list li {
    cursor: pointer;
    padding: 5px 2px;
    background: #b3e6ff linear-gradient(to left, #b3e6ff 0%, white, #b3e6ff);
    border-bottom: 1px solid grey;
    color: #506a6b;
    font-size: 16px;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .2);
    margin-bottom: 5px;
}

.do {
    background: #89FFCF linear-gradient(to left, #89FFCF 0%, white, #89FFCF) !important;
}

/* .list li:hover {background-color:#b3e6ff;} */
.list li:last-child {
    border-bottom: none;
}

.list a {
    text-decoration: none;
}

.abbr b {
    margin: 1px 15px 1px 5px;
    color: black;
}

.tnk {
    color: #002080;
    font-size: medium;
    font-weight: bold;
}

.attention{
    padding: 10px;
    color: #e10101;
    font-weight: bold;
    font-size: small;
}

.note{
    padding: 10px;
    color: #3456ae;
    font-weight: bold;
    font-size: small;
}

.note span{
    color: #233c85;
}


/** BOOKMARK */

.del_bookmark {
    color: #b20303;
    float: right;
}


/* FOR SU CONTENT */
.pageblock {
    color: #425657;
    background: rgba(255, 255, 255, 0) !important;
    margin-left: 5px !important;
    border-left: 1px solid grey;
    border-right: 1px solid grey;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .2) !important;
    display: none;
}

/* ADDITIONAL MENU */
.add-menu {
    padding: 0 10px;
    color: grey;
    font-size: x-large;
}

.coments a {
    cursor: pointer;
    text-decoration: none;
    padding: 1px 10px;
}

.bookmarks {
    color: green;
}

.bookmarks a {
    cursor: pointer;
    text-decoration: none;
}

/* IMAGES */
.imgs {
    padding: 5px 1px;
    background: white;
    border: 1px solid #000000;
    display: block;
    width: 100%;
    height: auto;
    /* 	touch-action: auto; */
}

/********************** AIPC *******************************/
.figtable table {
    border: 2px solid grey;
}

.figtable th {
    padding: 5px;
    text-align: left;
}

.figtable tr:nth-child(even) {
    background-color: #e6e6e6
}

.figtable td {
    vertical-align: top;
}

.pnr {
    white-space: pre;
}

.pnr-search {
    white-space: pre;
    font-weight: bold;
    color: black;
}

.spareitem td {
    border-top: 0 solid grey;
}

.sparepart {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}

.adt {
    display: block;
    padding-left: 5px;
    font-style: italic;
}

.refint {
    display: block;
    padding: 2px;
}

.sym {
    cursor: pointer;
    color: #4d4d4d
}

.itemview td {
    background-color: #ffffb3
}

.imglink {
    font-size: large;
    padding: 1px;
}

/********************** CML *******************************/
.effect {
    color: red;
    font-size: x-small;
    padding: 1px;
    border-bottom: 1px dotted #404040;
}

.documents {
    font-size: x-small;
}

.category {
    font-size: small;
    color: #0052cc;
}

/********************** ESPM *******************************/

.backlight {
    background: #ffff66;
}

.error {
    color: red;
}

/********************** NEW STYLE *******************************/

abbr {
    font-weight: bold;
    text-decoration: none;
}

.rev {
    font-weight: bold;
    font-size: small;
}

.rev_red {
    color: #FF0000;
}

.rev_yellow {
    color: #A5DF00;
}

.rev_green {
    color: #047B20;
}

.engtype {
    font-weight: bold;
    font-size: x-small;
}

.date {
    font-size: small;
}

/********************** CDL *******************************/

.frame_all {
    border: 2px solid #000000;
    background: #e6e6ff;
    width: 100%;
}

.liste {
    width: 100%;
}

.entry_left_rowsep_no_colsep_yes {
    border-right: 2px solid #000000;
}

.bold {
    /*   font-family: Airbus, 'Comic Sans MS'; */
    font-size: large;
    /*   font-variant: small-caps; */
    font-weight: bold;
}

.ammlink {
    cursor: pointer;
    padding: 5px;
}

/* for ILLUSTARTION */
div.polaroid {
    color: #f1f737;
    border: 1px solid #000000;
    display: block;
    background-color: #617381;
    padding: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

div.container {
    text-align: center;
    padding: 10px 10px;
    font-weight: bold;
}

/*********************** FIN STYLE *****************************/
.zone {
    padding: 5px;
}

/*********************** HELP STYLE *****************************/
.update-privileges {
    align-content: center;
    text-align: center;
    width: 100%;
}


.accesscontrol {
    width: 350px;
    margin: 0 auto;
    font-family: "Open Sans", serif;
}

.accesscontrol th {
    background: white;
    text-align: center;
}

td .accessname {
    text-align: right;
}

.accesscontrol td {
    text-align: center;
}

.payrow {
    background: #f4f4f4;
}

.green {
    color: #6ccc78;
    /*   font-weight:bold; */
}

.red {
    color: #ff0000;
}

.htable {
    padding: 1px;
    background-color: #b3b3b3;
    font-size: x-small;
}

.htable td {
    margin: 0;
    padding: 1px;
}

.info {
    font-size: medium;
    padding: 5px;
}

/* list style */
.list1 {
    padding: 0;
    list-style: none;
    cursor: pointer;
}

.list1 li {
    padding: 6px;
    font-weight: bold;
    font-size: x-large;
    color: #4d4d4d;
}

.list1 li:before {
    padding-right: 10px;
    font-weight: bold;
    color: #77AEDB;
    content: "\2606";
    transition-duration: 0.5s;
}

.list1 li:hover:before {
    color: #337AB7;
    content: "\2605";
}

.list2 li {
    padding: 3px;
    font-weight: normal;
    font-size: medium;
}

.list2 li:before {
    padding-right: 15px;
    font-weight: bold;
    color: #77AEDB;
    content: "\2022";
    transition-duration: 0.5s;
}

.list2 li:hover:before {
    color: #337AB7;
    content: "\2022";
}

.form-box {
    display: flex;
}

.form-box form {
    border: 1px #0A66C2 solid;
    border-radius: 5px;
    padding: 5px;
    margin: 0 auto;

    -webkit-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.6);
    -moz-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.6);
    box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.6);
}

.form-box form div {
    padding: 5px;
}

/* PAYMENT INFO */
.info-box {
    align-items: center;
    border: 1px solid #0A66C2;
    border-radius: 5px;
    color: #000000;
    font-size: large;
    justify-content: center;
    padding: 3px 20px;
    margin: 5px;
    text-align: center;
    vertical-align: middle;
}


.hpd-title{
    margin: 0;
    font-size: 22px;
    font-style: normal;
}

.crypto-img {
    display: block;
    padding: 2px;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    max-height: 100%;
}

/* payment button  */
.button-16 {
    display: inline-flex;
    align-items: center;
    background-color: #c8e2fa;
    border: 1px solid #0A66C2;
    border-radius: 5px;
    color: #000000;
    cursor: pointer;
    text-decoration: none;
    font-size: medium;
    font-weight: 600;
    justify-content: center;
    padding: 3px 20px;
    margin: 5px;
    text-align: center;
    touch-action: manipulation;
    transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: middle;
}

.button-16:hover {
    background-color: #97c7fa;
}

.button-18 {
    align-items: center;
    background-color: #0A66C2;
    border: 0;
    border-radius: 100px;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;

    font-family: sans-serif;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    line-height: 20px;
    max-width: 480px;
    min-height: 40px;
    min-width: 0;
    overflow: hidden;
    padding: 0 20px;
    text-align: center;
    touch-action: manipulation;
    transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: middle;
}

.button-17 {
    align-items: center;
    background-color: #0A66C2;
    border: 0;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    line-height: 20px;
    max-width: 480px;
    min-height: 40px;
    min-width: 0;
    overflow: hidden;
    padding: 0 20px;
    text-align: center;
    touch-action: manipulation;
    transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: middle;
}

.button-18:hover,
.button-18:focus {
    background-color: #16437E;
    color: #ffffff;
}

.button-18:active {
    background: #09223b;
    color: rgb(255, 255, 255, .7);
}

.button-18:disabled {
    cursor: not-allowed;
    background: rgba(0, 0, 0, .08);
    color: rgba(0, 0, 0, .3);
}

/* From Uiverse.io by shah1345 */ 
.button5 {
  display: inline-block;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #090909;
  padding: 0.7em 1.7em;
  cursor: pointer;
  font-size: 18px;
  border-radius: 0.5em;
  background: #e8e8e8;
  border: 1px solid #e8e8e8;
  box-shadow: 6px 6px 12px #c5c5c5, -6px -6px 12px #ffffff;
}

.button5:active {
  color: #666;
  box-shadow: inset 4px 4px 12px #c5c5c5, inset -4px -4px 12px #ffffff;
}

.button5:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.button5:after {
  content: "";
  position: absolute;
  left: 55%;
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
  background-color: #009087;
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.button5:hover {
  color: #ffffff;
  border: 1px solid #009087;
}

.button5:hover:before {
  top: -35%;
  background-color: #009087;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.button5:hover:after {
  top: -45%;
  background-color: #009087;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}



/* Мелкий текст в адаптивной/мобильной верстке сайта.  ----------------------------------------------*/
@media (max-width: 600px) {
    .images {
        width: 100%;
    }

    /* amm images */
    .imgs img {
        width: 100%;
        height: auto;
    }

    .box {
        font-size: medium;
    }

    .box i {
        font-size: medium;
    }

    select {
        font-size: medium;
        width: 100%;
    }

    .inputtext {
        font-size: medium;
    }

    .button {
        font-size: medium;
    }

    form {
        font-size: medium;
    }
}


