@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,600,400italic);

h1 {
    text-align: center;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
}



.containercalc {
    margin: 100px auto 100px auto;
    width: 1245px;
    padding: 10px;
    border: 1px solid #f2f2f2;
    -webkit-box-shadow: 1px 1px 4px 0px rgba(176,176,176,1);
    -moz-box-shadow: 1px 1px 4px 0px rgba(176,176,176,1);
    box-shadow: 1px 1px 4px 0px rgba(176,176,176,1);
    background-color: #fff;
    height: 488px;
    background-color: #F8F8F8;
    box-sizing: border-box;
}

button.headercalc {
    background-color: #7cd680;
    color: black;
    text-align: center;
    height: 42.5px;
    margin: 5px 5px 5px 5px;
    display: block;
}

.headercalcSpecials {
    width: 31.45%;
}

.headercalcCustom {
    width: 31.45%;
}


.resultcalc:focus {
    outline: none;
}


h4.centerEl {
    margin: 0 auto;
    display: block;
    color: black;
}

.radioDefault {
    position: initial !important;
    opacity: initial !important;
    pointer-events: initial !important;
}

.close
{
    margin: 0 !important;
}

.myHr {
    position: relative;
    height: 1px;
    border: none;
    width: 75%;
}

.myHr:before,
.myHr:after {
    position: absolute;
    margin-top: -5px;
    border-radius: 50%;
    content: "";
}

.myHr:before {
    left: 0;
}

.myHr:after {
    right: 0;
}

    /* default color */
    .myHr, .myHr:before, .myHr:after {
        background-color: #666;
    }

        /* red */
    .myHr.red, .myHr.red:before, .myHr.red:after {
        background-color: #f00;
    }

.resultcalc {
    font-size: 17px;
    padding: 24px 5px;
    font-weight: 700;
    border-width: 1px;
    border-style: solid;
    background-color: #F8F8F8;
    margin: 0;
    font-family: inherit;
    line-height: inherit;
    overflow: visible;
    width: 100%;
    border-color:black;
}

.resultContainer {
    margin: auto;
}

.myHRCF {
    box-sizing: content-box;
    overflow: visible;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
    width: 100%;
}

.btn.myBtns {
    background-color: dodgerblue;
    margin: 5px;
}

.btn.myBtnsGreenUpd {
    background-color: #01d401;
    margin: 5px;
}

.btn.myBtnsBlue {
    background-color: transparent;
    color: dodgerblue;
    margin: 1px;
    width: 25px;
    height: 25px;
    text-align: center;
    box-shadow: none;
    border: none;
    padding: initial;
    text-align: center;
}

.btn.myBtnsBlueActPanel:active {
    background-color: transparent !important;
    color: dodgerblue !important;
    box-shadow: none !important;
    border: none !important;
}

.fa.fa-home {
    font-size: 27px;
}

.modalHeaderNoBorder {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%
}

.Center-Container {
    position: relative;
}

.Absolute-Center {
    margin: auto 0 auto 0;
}

.modal-title {
    color: #909090 !important;
}

.custom-row,
.conflict {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    margin: auto;
    padding-left: 15px;
}

.calcActionsContainer {
    margin: auto;
    width: 34%;
}

.calcCustomActionsContainer {
    margin: 0 auto auto auto;
    width: 33%;
}


.headerdiv {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.calcDiv {
    display: flex;
    flex-direction: row;
}

.funcConstDiv {
    display: flex;
    flex-direction: row;
}

.funcConstName {
    text-align: center;
    width: 10%
}

.funcConstNamePanel {
    text-align: center;
    width: 20%
}

.funcConstExp {
    text-align: center;
    width: 60%
}

.funcConstExpPanel {
    display: flex;
    align-items: center;
    width: 60%;
    justify-content: space-around;
}

.funcConstButs {
    text-align:center;
    width: 30%
}

.funcConstButsPanel {
    text-align: center;
    width: 20%
}

.close
{
    right: 15px;
}

.modalHeaderInfo
{

}

.globalcalc {
    padding: 0;
    font-weight: bold;
    font-size: 16px;
    border: none;
    border-radius: 3px;
    background-color: #F2F2F2 !important;
    float: left;
    width: 60px;
    height: 50px;
    margin: 0 2px;
    line-height: inherit;
    font-family: inherit;
    overflow: visible;
    box-sizing: border-box;
    border: 1px solid #000;
}

.globalcalcEqual {
    padding: 0;
    font-weight: bold;
    font-size: 16px;
    border: none;
    border-radius: 3px;
    background-color: #F2F2F2 !important;
    float: left;
    width: 124px;
    height: 50px;
    margin: 0 2px;
    line-height: inherit;
    font-family: inherit;
    overflow: visible;
    box-sizing: border-box;
    border: 1px solid #000;
}

    .globalcalcFunc {
        background-color: #aee3f5 !important;
    }

    .globalcalcConstants {
        background-color: #eceb0a !important;
    }

    .globalcalc:hover {
        background-color: #e4e4e4 !important;
    }

    .globalcalc:visited {
        background-color: #e4e4e4 !important;
    }

    .globalcalc:active {
        background-color: #F2F2F2 !important;
    }



.headercalcSpecials:hover {
    background-color: #7eca82 !important;
}

.headercalcSpecials:visited {
    background-color: #7eca82 !important;
}

.headercalcSpecials:active {
    background-color: #7cd680 !important;
}


.globalcalcConstants:hover {
    background-color: #d8d70d !important;
}

.globalcalcConstants:visited {
    background-color: #d8d70d !important;
}

.globalcalcConstants:active {
    background-color: #eceb0a !important;
}



.globalcalcFunc:hover {
    background-color: #69d9ff !important;
}

.globalcalcFunc:visited {
    background-color: #69d9ff !important;
}

.globalcalcFunc:active {
    background-color: #aee3f5 !important;
}


.globalcalcBigHor {
    padding: 0;
    font-weight: bold;
    font-size: 16px;
    border: none;
    border-radius: 3px;
    background-color: #F2F2F2 !important;
    float: left;
    width: 124px;
    height: 50px;
    margin: 0 2px;
    line-height: inherit;
    font-family: inherit;
    overflow: visible;
    box-sizing: border-box;
    border: 1px solid #000;
}

    .globalcalcBigHor:hover {
        background-color: #e4e4e4 !important
    }

    .globalcalcBigHor:visited {
        background-color: #e4e4e4 !important
    }

    .globalcalcBigHor:active {
        background-color: #F2F2F2 !important
    }

.formButton {
    cursor: pointer;
    width: 50%;
    border: none;
    background: #4CAF50;
    color: #FFF;
    margin: 0 0 5px;
    padding: 10px;
    font-size: 15px;
}

    .formButton:hover {
        background: #4ba74e;
    }


.conflict .left,
.conflict .right {
    float: left;
    position: relative;
}

.leftcalc {
    width: 74%;
}

.rightcalc {
    width: 24%;
}

.bigcalc {
    padding: 15px;
    font-weight: bold;
    font-size: 16px;
    border: none;
    border-radius: 3px;
    background-color: #F2F2F2;
    float: left;
    width: 64.5%;
    margin: 0 2px;
}

.smallcalc {
    padding: 15px;
    font-weight: bold;
    font-size: 16px;
    border: none;
    border-radius: 3px;
    background-color: #F2F2F2;
    float: left;
    width: 31.5%;
    margin: 0 2px;
}

.pluscalc {
    height: 105px;
    width: 100%;
}

.greencalc {
    background-color: #81C784;
}

.redcalc {
    background-color: #F50258
}

.greycalc {
    background-color: #F2F2F2;
}

.white-textcalc {
    color: #fff;
}

.top-margincalc {
    margin-top: 4px;
}




.myFormDivContainer {
    
}


.myFormDivContainer {
    width: 100%;
    margin: 0 auto;
    position: relative;



    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;

    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 100;
    font-size: 12px;
    line-height: 30px;
    color: #777;
    background: #4CAF50;
}

    .myFormDivContainer #contact input[type="text"],
    .myFormDivContainer #contact input[type="email"],
    .myFormDivContainer #contact input[type="tel"],
    .myFormDivContainer #contact input[type="url"],
    .myFormDivContainer #contact textarea,
    .myFormDivContainer #contact button[type="submit"] {
        font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
    }

    .myFormDivContainer #contact {
        background: #F9F9F9;
        padding: 25px;
        margin: auto;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    }

        .myFormDivContainer #contact h3 {
            display: block;
            font-size: 30px;
            font-weight: 300;
            margin-bottom: 10px;
        }

        .myFormDivContainer #contact h4 {
            margin: 5px 0 15px;
            display: block;
            font-size: 13px;
            font-weight: 400;
        }

.myFormDivContainer fieldset {
    border: medium none !important;
    margin: 0 0 10px;
    min-width: 100%;
    padding: 0;
    width: 100%;
}

    .myFormDivContainer #contact input[type="text"],
    .myFormDivContainer #contact input[type="email"],
    .myFormDivContainer#contact input[type="tel"],
    .myFormDivContainer #contact input[type="url"],
    .myFormDivContainer #contact textarea {
        width: 100%;
        border: 1px solid #ccc;
        background: #FFF;
        margin: 0 0 5px;
        padding: 10px;
        box-sizing: border-box !important;
    }

        .myFormDivContainer #contact input[type="text"]:hover,
        .myFormDivContainer #contact input[type="email"]:hover,
        .myFormDivContainer #contact input[type="tel"]:hover,
        .myFormDivContainer #contact input[type="url"]:hover,
        .myFormDivContainer #contact textarea:hover {
            -webkit-transition: border-color 0.3s ease-in-out;
            -moz-transition: border-color 0.3s ease-in-out;
            transition: border-color 0.3s ease-in-out;
            border: 1px solid #aaa;
        }

    .myFormDivContainer #contact textarea {
        height: 150px;
        max-width: 100%;
        resize: none;
    }

    .myFormDivContainer #contact button[type="submit"] {
        cursor: pointer;
        width: 100%;
        border: none;
        background: #4CAF50;
        color: #FFF;
        margin: 0 0 5px;
        padding: 10px;
        font-size: 15px;
    }

        .myFormDivContainer #contact button[type="submit"]:hover {
            background: #43A047;
            -webkit-transition: background 0.3s ease-in-out;
            -moz-transition: background 0.3s ease-in-out;
            transition: background-color 0.3s ease-in-out;
        }

        .myFormDivContainer #contact button[type="submit"]:active {
            box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
        }

    .myFormDivContainer .copyright {
        text-align: center;
    }

    .myFormDivContainer #contact input:focus,
    .myFormDivContainer #contact textarea:focus {
        outline: 0;
        border: 1px solid #aaa;
    }



::-webkit-input-placeholder {
    color: #888;
}

:-moz-placeholder {
    color: #888;
}

::-moz-placeholder {
    color: #888;
}

:-ms-input-placeholder {
    color: #888;
}


.marginHeader
{
    margin-left: 25px;
}

























/* ALERT RELATED CLASS (START) */
.alert-area {
    max-height: 100%;
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
}

.alert-box-green {
    font-size: 16px;
    color: black;
    background-color: #00de00e6;
    line-height: 1.3em;
    padding: 10px 15px;
    margin: 5px 10px;
    position: relative;
    border-radius: 5px;
    transition: opacity 0.5s ease-in;
}

.alert-box-red {
    font-size: 16px;
    color: black;
    background-color: rgba(255, 0, 0, 0.9);
    line-height: 1.3em;
    padding: 10px 15px;
    margin: 5px 10px;
    position: relative;
    border-radius: 5px;
    transition: opacity 0.5s ease-in;
}

    .alert-box.hide {
        opacity: 0;
    }

.alert-close {
    background: transparent;
    color:black;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 15px;
    right: 15px;
}

    .alert-close:before,
    .alert-close:after {
        content: '';
        width: 15px;
        border-top: solid 2px black;
        position: absolute;
        top: 5px;
        right: -1px;
        display: block;
    }

    .alert-close:before {
        transform: rotate(45deg);
    }

    .alert-close:after {
        transform: rotate(135deg);
    }

    .alert-close:hover:before,
    .alert-close:hover:after {
        border-top: solid 2px #d8d8d8;
    }

@media (max-width: 767px) and (min-width: 481px) {
    .alert-area {
        left: 100px;
        right: 100px;
    }
}

@media (min-width: 768px) {
    .alert-area {
        width: 350px;
        left: auto;
        right: 0;
    }
}





/* ALERT RELATED CLASS (END) */


.alert-message-container {
    text-align: center;
    line-height: 2.5em;
    margin-top: 50px;
}

.alert-message-box {
    font-size: 20px;
    width: 300px;
    border: solid 1px #444;
    padding: 10px 15px;
    outline: none;
    transition: box-shadow 0.1s;
}

    .alert-message-box:focus {
        box-shadow: 0 0 15px 2px #888;
    }

.alert-message-button {
    font-size: 18px;
    color: white;
    background: #14b9ff;
    width: 250px;
    border: solid 1px #14b9ff;
    padding: 10px 20px;
    margin-top: 5px;
    cursor: pointer;
    outline: none;
    transition: background 0.1s;
}

    .alert-message-button:hover,
    .alert-message-button:focus,
    .alert-message-button:active {
        background: #7dd8ff;
    }
