hea.resultTestTableHead {
    border: none;
    margin: 0px auto 5px;
    text-align: center;
    /*  border: 1px solid black;*/
}

.resultTestTableBody {
    border: none;
    border-bottom: 0px;
    margin: 0 auto;
    text-align: center;
}

.resultTestName {
    border-color: black;
    width: 85%;
    font-size: 17pt;
    text-align: center;
    vertical-align: middle;
}

.resultTestButtons {
    border-color: black;
    font-size: 15pt;
    text-align: right;
    vertical-align: middle;
    position: relative;
    right: 15px;
}

.resultDescription {
    width: 57%;
    text-align: right;
    font-size: 11pt;
    vertical-align: middle;
    padding-right: 10px;
    padding-left: 10px;
}

.generalTable {
    text-align: center;
    font-size: 13pt;
    vertical-align: middle;
    padding-right: 10px;
    padding-left: 10px;
    margin: 0;
    /*  border: 1px solid black;*/
}

.generalRow {
    /*  border: 1px solid black;*/
    margin: 5px auto 10px;
    text-align: center;
}

.generalTD {
    /*  border: 1px solid black;*/
    margin: 5px auto 10px;
    text-align: center;
    padding-right: 20px;
    padding-left: 5px;
}

.resultValue {
    text-align: left;
    font-size: 13pt;
    vertical-align: middle;
    padding-left: 10px;
}

.blockWithTables {
    min-width: 320px;
    max-width: 500px;
    border-radius: 15px;
    margin: 0 auto;
    /*  width: 70%;*/
    background-color: rgba(235, 235, 235, 1);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3), -23px 0 20px -23px rgba(0, 0, 0, .0), 23px 0 20px -23px rgba(0, 0, 0, .0), 0 0 40px rgba(0, 0, 0, .05) inset;
    padding-bottom: 10px;
    padding-top: 3px;
    margin-bottom: 45px;
    position: relative;
}

/*
.headContent {
    display: inline-block;
    position: relative;
    left: 10px;
    font-size: 25px;
    margin-top: -5px;
    margin-bottom: 15px;
    line-height: 40px;
}*/

.inTableContent {
    font-size: 17px;
    display: inline-block;
    position: relative;
    left: 25px;
    margin-top: 5px;
    margin-bottom: 30px;
    line-height: 40px;
}

.buttonSaveTest {
    display: inline-block;
    position: absolute;
    right: 15px;
    bottom: 0px;
    line-height: 40px;
    font-size: 14pt;
    cursor: pointer;
}

.buttonSaveTest:hover {
    color: red;
}

.tableButtons {
    color: #31313a;
    cursor: pointer;
}

.tableButtons:visited {
    color: #31313a;
}

.tableButtons:hover {
    color: red;
}


.fa:hover {
    color: red;
}

.contentCabinet h4 :hover {
    color: red;
}

#RenameTest {
    position: absolute;
    width: 500px;
    padding-bottom: 20px;
    margin: 250px auto;
    text-align: center;
    top: 0;
    right: 0;
    left: 0;
    border-radius: 15px;
    background-color: rgba(235, 235, 235, 1);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3), -23px 0 20px -23px rgba(0, 0, 0, .0), 23px 0 20px -23px rgba(0, 0, 0, .0), 0 0 40px rgba(0, 0, 0, .05) inset;
    font-size: 16pt;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

#DeleteTest {
    position: absolute;
    width: 500px;
    padding-bottom: 20px;
    margin: 250px auto;
    text-align: center;
    top: 0;
    right: 0;
    left: 0;
    border-radius: 15px;
    background-color: rgba(235, 235, 235, 1);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3), -23px 0 20px -23px rgba(0, 0, 0, .0), 23px 0 20px -23px rgba(0, 0, 0, .0), 0 0 40px rgba(0, 0, 0, .05) inset;
    font-size: 16pt;
    padding-top: 20px;
}

#DeleteTestSaved {
    position: absolute;
    width: 500px;
    padding-bottom: 20px;
    margin: 250px auto;
    text-align: center;
    top: 0;
    right: 0;
    left: 0;
    border-radius: 15px;
    background-color: rgba(235, 235, 235, 1);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3), -23px 0 20px -23px rgba(0, 0, 0, .0), 23px 0 20px -23px rgba(0, 0, 0, .0), 0 0 40px rgba(0, 0, 0, .05) inset;
    font-size: 16pt;
    padding-top: 20px;
}

#SavedTestsErrorWindow {
    position: absolute;
    width: 500px;
    padding-bottom: 20px;
    margin: 250px auto;
    text-align: center;
    top: 0;
    right: 0;
    left: 0;
    border-radius: 15px;
    background-color: rgba(235, 235, 235, 1);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3), -23px 0 20px -23px rgba(0, 0, 0, .0), 23px 0 20px -23px rgba(0, 0, 0, .0), 0 0 40px rgba(0, 0, 0, .05) inset;
    font-size: 16pt;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

#DeleteTest h5 {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 13pt;
}

#DeleteTestSaved h5 {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 13pt;
}

#SavedTestsErrorWindow h5 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 13pt;
}

.zatemnenie {
    background: rgba(49, 49, 58, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}

.newNameInput {
    margin-top: 20px;
    margin-bottom: 20px;
}


.buttomRename,
.buttomRename:hover,
.buttomRename:focus {
    display: block;
    border: none !important;
    border-radius: 20px !important;
    width: 30% !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    margin: 0px auto !important;
    background: #31313a !important;
    color: white !important;
    font-size: 11pt;
    cursor: pointer;
}

#renameTestCloseButton {
    position: absolute;
    top: 10px;
    right: 17px;
}

#newTestName {
    color: black;
    padding-left: 10px;
}

.renameButton,
.removeButton {
    color: #31313a;
    cursor: pointer;
}

.renameButton:visited,
.removeButton:visited {
    color: #31313a;
}

.renameButton:hover,
.removeButton:hover {
    color: #ed1c24;
}

.renameButton:before {
    content: attr(data-description);
    box-sizing: border-box;
    background: rgba(0, 0, 0, .7);
    color: white;
    padding: 10px;
    position: absolute;
    right: 10000px;
    width: 185px;
    height: 35px;
    line-height: 15px;
    border-radius: 5px;
    opacity: 0;
    font-size: 11pt;
    text-align: center;
    font-weight: normal;
    top: -10000px;
    transition-property: opacity;
    transition-timing-function: ease-out;
    transition-duration: .4s;
}

.renameButton:after {
    content: '';
    position: absolute;
    right: 10000px;
    margin-left: -8px;
    height: 0;
    width: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid rgba(0, 0, 0, .7);
    opacity: 0;
    top: -10000px;
    transition-property: opacity;
    transition-timing-function: ease-out;
    transition-duration: .4s;
}

.renameButton:hover:before{
    opacity: 1;
    top: -36px;
    right: 5px;
}
.removeButton:hover:before {
    opacity: 1;
    top: -36px;
    right: -16px;
}

.renameButton:hover:after{
    opacity: 1;
    top: -1px;
    right: 25px;
}
.removeButton:hover:after {
    opacity: 1;
    top: -1px;
    right: -1px;
}

.removeButton:before {
    content: attr(data-description);
    box-sizing: border-box;
    background: rgba(0, 0, 0, .7);
    color: white;
    padding: 10px;
    position: absolute;
    right: 10000px;
    width: 145px;
    height: 35px;
    line-height: 15px;
    border-radius: 5px;
    opacity: 0;
    font-size: 11pt;
    text-align: center;
    font-weight: normal;
    top: -10000px;
    transition-property: opacity;
    transition-timing-function: ease-out;
    transition-duration: .4s;
}

.removeButton:after {
    content: '';
    position: absolute;
    right: 10000px;
    margin-left: -8px;
    height: 0;
    width: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid rgba(0, 0, 0, .7);
    opacity: 0;
    top: -10000px;
    transition-property: opacity;
    transition-timing-function: ease-out;
    transition-duration: .4s;
}


.saveTestButtonHover {
    display: inline-block;
    position: absolute;
    right: 15px;
    bottom: 0px;
    line-height: 40px;
    font-size: 14pt;
    cursor: pointer;
}

.saveTestButtonHover:hover {
    color: red;
}

.saveTestButtonHover:before {
    content: attr(data-description);
    box-sizing: border-box;
    background: rgba(0, 0, 0, .7);
    color: white;
    padding: 10px;
    position: absolute;
    right: 10000px;
    width: 183px;
    height: 53px;
    line-height: 17px;
    border-radius: 5px;
    opacity: 0;
    font-size: 11pt;
    text-align: center;
    font-weight: normal;
    top: -10000px;
    transition-property: opacity;
    transition-timing-function: ease-out;
    transition-duration: .4s;
}

.saveTestButtonHover:after {
    content: '';
    position: absolute;
    right: 10000px;
    margin-left: -8px;
    height: 0;
    width: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid rgba(0, 0, 0, .7);
    opacity: 0;
    top: -10000px;
    transition-property: opacity;
    transition-timing-function: ease-out;
    transition-duration: .4s;
}

.saveTestButtonHover:hover:before {
    opacity: 1;
    top: -54px;
    right: -16px;
}

.saveTestButtonHover:hover:after {
    opacity: 1;
    top: -1px;
    right: -1px;
}

.HeadResults {
    display: inline-table;
    position: relative;
    width: 96%;
    margin: 0 auto;
    margin-top: 10px;
    margin-left: 0px;
    min-height: 60px;
    border-radius: 5px;
    background-color: rgba(235, 235, 235, 1);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3), -23px 0 20px -23px rgba(0, 0, 0, .0), 23px 0 20px -23px rgba(0, 0, 0, .0), 0 0 40px rgba(0, 0, 0, .05) inset;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 15px;
    padding-right: 15px;
}


.HeadResultsDivToShowInfo text,
.HeadResultsDivToShowDescrToInputForm text {
    vertical-align: middle;
    top: 0px;
    color: #31313a;
    line-height: 20px;
    letter-spacing: 0;
    font-size: 12pt;
}


.HeadResultsDivToShowButtonCancel {
    vertical-align: middle;
    text-align: left;
    font-size: 17pt;
    padding-right: 10px;
    width: 20px;
    display: none;
}

.HeadResultsDivToShowInfo {
    padding-top: 15px;
    padding-bottom: 15px;
    vertical-align: middle;
    /* border: 1px solid black;*/
    text-align: left;
}


.HeadResultsDivToShowDescrToInputForm {
    vertical-align: middle;
    text-align: right;
    padding-left: 15px;
}

.HeadResultsDivToShowInputForm {
    vertical-align: middle;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    width: 100px;
}

.HeadResultsDivToShowButton {
    vertical-align: middle;
    text-align: left;
    font-size: 17pt;
}

.HeadResultsInputForm {
    height: 25px;
    border-radius: 8px;
}

#ButtonCancelSearch:before {
    content: attr(data-description);
    box-sizing: border-box;
    background: rgba(0, 0, 0, .7);
    color: white;
    padding: 10px;
    position: absolute;
    left: -10000px;
    width: 183px;
    height: 53px;
    line-height: 17px;
    border-radius: 5px;
    font-size: 11pt;
    text-align: center;
    font-weight: normal;
    transition: .25s ease-in-out;
    opacity: 0;
    z-index: 100;
    top: -10000px;
    transition-property: opacity;
    transition-timing-function: ease-out;
    transition-duration: .4s;
}

#ButtonCancelSearch:after {
    content: '';
    display: block;
    position: absolute;
    left: -10000px;
    margin-left: -8px;
    height: 0;
    width: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid rgba(0, 0, 0, .7);
    transition: .25s ease-in-out;
    opacity: 0;
    z-index: 100;
    top: -10000px;
    transition-property: opacity;
    transition-timing-function: ease-out;
    transition-duration: .4s;
}

#ButtonCancelSearch:hover:before {
    opacity: 1;
    top: -50px;
    left: -68px;
}

#ButtonCancelSearch:hover:after {
    opacity: 1;
    top: 3px;
    left: 23px;
}

#textToSearchStrategy {
    padding-left: 10px;
    color: #31313a;
    line-height: 20px;
    letter-spacing: 0;
    font-size: 12pt;
    width: 130px;
}

.resultTestName a {
    color: #292e32;
}

.resultTestName a :hover {
    color: red;
}

.buttonAddToCompare,
.addTToCompareButtonHover {
    display: inline-block;
    position: absolute;
    right: 40px;
    bottom: 1px;
    line-height: 40px;
    font-size: 15pt;
    cursor: pointer;
}

.compareButton {
    cursor: pointer;
    display: none;
    position: fixed;
    width: 240px;
    height: 65px;
    left: 38px;
    bottom: -5px;
    z-index: 100;
    border-radius: 5px;
    background-color: rgba(265, 265, 265, 1);
    box-shadow: 0 12px 15px 0 rgba(0, 0, 0, .4), 0 2px 3px 0 rgba(0, 0, 0, .5);

    /* box-shadow: 0 1px 4px rgba(0, 0, 0, .3), -23px 0 20px -23px rgba(0, 0, 0, .0), 23px 0 20px -23px rgba(0, 0, 0, .0), 0 0 40px rgba(0, 0, 0, .05) inset;*/
}

.compareButtonLabel {
    display: block;
    position: relative;
    font-size: 12pt;
    text-align: center;
    margin: 0 auto;
    font-weight: bold;
}

.buttonCompareDescrCell {
    height: 50px;
    vertical-align: middle;
    width: 85%;
    border-right-color: rgba(50, 50, 50, .2);
    /* Цвет линии справа */
    border-right-style: solid;
    /* Стиль линии */
    border-right-width: 1px;
    /* Толщина линии */
}

.buttonCompareRemoveCell {

    height: 60px;
    /*  border: 1px solid black;*/
    vertical-align: middle;
    width: 20%;
    padding-right: 15px;
    padding-left: 13px;
}

.buttonCompareRemoveCell:hover,
.buttonCompareDescrCell:hover {
    color: red;
}

.buttonCompareWrapRemoveCell {
    text-align: center;
    font-size: 16pt;
    vertical-align: middle;
}


.buttonCompareRemoveCell:before {
    content: attr(data-description);
    box-sizing: border-box;
    background: rgba(0, 0, 0, .7);
    color: white;
    padding: 5px;
    padding-top: 9px;
    position: absolute;
    left: -10000px;
    width: 123px;
    height: 53px;
    line-height: 17px;
    border-radius: 5px;
    font-size: 9pt;
    text-align: center;
    font-weight: normal;
    transition: .25s ease-in-out;
    opacity: 0;
    z-index: 100;
    letter-spacing: 0.5px;
    top: -10000px;
    transition-property: opacity;
    transition-timing-function: ease-out;
    transition-duration: .4s;
}

.buttonCompareRemoveCell:after {
    content: '';
    display: block;
    position: absolute;
    left: -10000px;
    margin-left: -8px;
    height: 0;
    width: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid rgba(0, 0, 0, .7);
    transition: .25s ease-in-out;
    opacity: 0;
    z-index: 100;
    top: -10000px;
    transition-property: opacity;
    transition-timing-function: ease-out;
    transition-duration: .4s;
}

.buttonCompareRemoveCell:hover:before {
    opacity: 1;
    top: -65px;
    left: 152px;
}

.buttonCompareRemoveCell:hover:after {
    opacity: 1;
    top: -12px;
    left: 216px;
}


.addTToCompareButtonHover:before {
    content: attr(data-description);
    box-sizing: border-box;
    background: rgba(0, 0, 0, .7);
    color: white;
    padding: 10px;
    position: absolute;
    right: 10000px;
    width: 183px;
    height: 53px;
    line-height: 17px;
    border-radius: 5px;
    opacity: 0;
    font-size: 11pt;
    text-align: center;
    font-weight: normal;
    top: -10000px;
    transition-property: opacity;
    transition-timing-function: ease-out;
    transition-duration: .4s;

}

.addTToCompareButtonHover:after {
    content: '';
    position: absolute;
    top: -400px;
    right: 10000px;
    margin-left: -8px;
    height: 0;
    width: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid rgba(0, 0, 0, .7);
    opacity: 0;
    top: -10000px;
    transition-property: opacity;
    transition-timing-function: ease-out;
    transition-duration: .4s;
}

.addTToCompareButtonHover:hover:before {
    opacity: 1;
    top: -54px;
    right: -16px;
}

.addTToCompareButtonHover:hover:after {
    opacity: 1;
    top: -1px;
    right: -1px;
}

.fa-check-square {
    color: red;
}