﻿body {
    color: #5C5C5C;
    font-family: 'Segoe UI';
}

form {
    padding-top: 15px;
    padding-bottom: 15px;
}

.header {
    font-family: 'Segoe UI';
}

.brand {
    font-size: 15pt;
    font-weight: bold;
    color: white !important;
}

input[type="text"] {
    background-color: #f8f8f8;
}

input[type="submit"] {
    font-family: 'Segoe UI', Helvetica;
}

.navbar {
    max-width: 100%;
}

div.page-title {
    border-color: #f2f2f2;
    border-style: solid;
    background-color: #f2f2f2; /*f2f2f2;f8f9fa*/
    color: dimgrey;
    height: 70px;
    width: 100%;
    padding: 12px 15px 13px 15px;
    margin-bottom: 5px;
    text-align: left;
}


/* Extra Small */
@media (max-width:767px) {
    body {
        font-size: 120%;
    }

    h4 {
        font-size: 120%;
        font-weight: bold;
    }
}

/*/* Small */
@media (min-width:768px) and (max-width:991px) {
    body {
        font-family: 'Segoe UI';
    }
}

/* Medium */
@media (min-width:992px) and (max-width:1199px) {
}

body {
    font-size: 10pt;
    font-family: 'Segoe UI',Helvetica;
}
/* Large */
@media (min-width:1200px) {
}

@media (max-width:992px) {


    #topheader .nav > a.active {
        color: #6c757d; /*#4372AA;*/
        font-weight: bold;
        font-style: normal;
        background: #e8eaed; /*#f6f7f8; #4372AA;*/
    }

        #topheader .nav > a.active:after {
            border-left: 15px solid #e8eaed;
            border-top: 31px solid transparent;
            border-bottom: 31px solid transparent;
            content: "";
            height: 0;
            top: 0;
            position: absolute;
            right: -15px;
            width: 0;
            z-index: 1;
        }

    #topheader .nav > a:hover {
        color: #6c757d; /*#4372AA;*/
        background: #eef0f2; /*#f6f7f8; #4372AA;*/
        transition: .3s ease-in;
    }

        #topheader .nav > a:hover:after {
            border-left: 15px solid #eef0f2;
            border-top: 31px solid transparent;
            border-bottom: 31px solid transparent;
            content: "";
            height: 0;
            top: 0;
            position: absolute;
            right: -15px;
            width: 0;
            z-index: 1;
            transition: .5s ease-in;
        }
}


@media (min-width: 992px) {
    #sidebar-wrapper.sidebar-toggle {
        transition: 0s;
        left: 200px;
    }

    .navbar-toggle {
        display: none;
    }

    #main-content {
        width: auto;
        margin-left: 250px;
    }

    #topheader .nav > a.active {
        color: #6c757d; /*#4372AA;*/
        font-weight: bold;
        font-style: normal;
        background: #e8eaed; /*#f6f7f8; #4372AA;*/
        position: relative;
        box-sizing: border-box;
        width: 290px;
    }

        #topheader .nav > a.active:after {
            border-left: 15px solid #e8eaed;
            border-top: 31px solid transparent;
            border-bottom: 31px solid transparent;
            content: "";
            height: 0;
            top: 0;
            position: absolute;
            right: -15px;
            width: 0;
            z-index: 1;
        }

    #topheader .nav > a:hover {
        color: #6c757d; /*#4372AA;*/
        /*font-weight: bold;*/
        /*font-style: normal;*/
        background: #eef0f2; /*#f6f7f8; #4372AA;*/
        position: relative;
        width: 290px;
        transition: .3s ease-in;
    }

        #topheader .nav > a:hover:after {
            border-left: 15px solid #eef0f2;
            border-top: 31px solid transparent;
            border-bottom: 31px solid transparent;
            content: "";
            height: 0;
            top: 0;
            position: absolute;
            right: -15px;
            width: 0;
            z-index: 1;
            transition: .5s ease-in;
        }
}


/*.my-btn {
    border-color: #FFFFFF;
    text-align: left;
    background-color: #FFFFFF;
    
    transition: background 1s ease;
   
}

    .my-btn:focus {
    border-color: #FFFFFF;
    background-color: #FFFFFF;
}

.my-btn:hover {
    color: #005193;
    border-color: #B2D4F0;
    background-color: #B2D4F0;
}*/

.bg-custom {
    /*background-color: #77bc1f;*/
    background-image: linear-gradient(to right, rgba(0, 113, 206), rgba(119, 188, 31));
    width: 100%;
}

.my-btn {
    /*#005193;*/
    border-color: #B2D4F0;
    font-weight: bold;
    background-color: #B2D4F0;
    transition: background 1s ease;
    color: #FFFFFF;
}

    .my-btn:focus {
        color: #fff;
        border-color: #B2D4F0;
        font-weight: bold;
        background-color: #B2D4F0;
    }

    .my-btn:hover {
        color: #76BC1E;
        background-color: #337ab7;
        border-color: #337ab7;
        font-weight: bold;
    }



.my-link {
    text-align: right;
    font-size: 11pt;
    font-weight: bold;
    text-decoration: none;
    display: block;
    color: #333;
    margin: 7px;
}



.my-dropdown {
    background-color: #f8f8f8;
}


/*.my-submit-btn:hover,.my-submit-btn:focus {
    color: #76BC1E;
    background-color: #347AB6;
    border-color: #347AB6;
    font-weight: bold;
}*/

.my-input-mcpapdata {
    margin-top: 3px;
    margin-bottom: 3px;
}

.my-row {
    text-align: right;
    /*display: table-row;*/
    display: block;
    vertical-align: text-bottom;
}

.mcpapcontent {
    min-height: 500px;
    max-height: 650px;
}

.my-tabcontent {
    /*border: thin solid #337ab7;
    padding-bottom: 50px;*/
    padding: 30px;
    width: 100%;
    background-color: #f6f7f8;
    border-color: #f2f2f2;
    overflow-y: auto;
}


.nav .nav-item {
    background-color: #d2d5d8; /*#6c757d;*/
    color: #4b5157;
}

    .nav .nav-item:hover {
        background-color: whitesmoke;
        opacity: 0.75;
        /*border-left-color:#6c757d;
     border-top-color:#6c757d;
      border-right-color:#6c757d;*/
        /*transition: background-color .5s, color .5s;*/
    }


.nav-pills > li > a, .nav > li > a:focus {
    border-radius: 0px;
    background-color: #DEEBF5;
    margin-bottom: 3px;
    margin-right: 1.5px;
    transition: background 1s ease;
    margin-left: 1.5px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #347AB6;
}

.nav > li > a:hover {
    background-color: #347AB6;
    color: #76BC1E;
}




#topheader {
    max-width: 290px;
    min-width: 75px;
    /*background-color: #f6f7f8;*/
}

    #topheader .nav {
    }

        #topheader .nav > a {
            /*text-transform: capitalize;*/
            color: #a9a9a9;
            transition: background-color .2s, color .2s;
            display: inline-flex;
            min-width: 290px;
            font: 15px 'Segoe UI',Helvetica, sans-serif;
            font-style: oblique;
            box-sizing: border-box;
            white-space: nowrap;
        }

            #topheader .nav > a > span.image {
                border-radius: 5%;
                behavior: url(PIE.htc); /* remove if you don't care about IE8 */
                width: 44px;
                height: 44px;
                padding-top: 17px;
                padding-bottom: 13px;
                padding-left: 10px;
                padding-right: 13px;
                /*padding: 10px;*/
                background: #f2f2f2;
                /*border: 5px;*/
                color: #a9a9a9;
                text-align: center;
                /*font: 17px tahoma, sans-serif;*/
            }

            #topheader .nav > a > span.stepname {
                padding-left: 10px;
            }

            #topheader .nav > a > span {
                padding-top: 10px;
            }



            #topheader .nav > a:hover > span.image {
                background: white; /*#4372AA;*/
                color: #6c757d;
            }



            #topheader .nav > a > span.image.active.one {
                background: #77bc1f; /*#4372AA;*/
                color: #fff; /*#6c757d*/
                -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
                -moz-animation: fadein 1s; /* Firefox < 16 */
                -ms-animation: fadein 1s; /* Internet Explorer */
                -o-animation: fadein 1s; /* Opera < 12.1 */
                animation: fadein 1s;
            }

            #topheader .nav > a > span.image.active.two {
                background: #77bc1f; /*#4372AA;*/
                color: #fff; /*#6c757d*/
                -webkit-animation: fadein 1.5s; /* Safari, Chrome and Opera > 12.1 */
                -moz-animation: fadein 1.5s; /* Firefox < 16 */
                -ms-animation: fadein 1.5s; /* Internet Explorer */
                -o-animation: fadein 1.5s; /* Opera < 12.1 */
                animation: fadein 1.5s;
            }

            #topheader .nav > a > span.image.active.three {
                background: #77bc1f; /*#4372AA;*/
                color: #fff; /*#6c757d*/
                -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
                -moz-animation: fadein 2s; /* Firefox < 16 */
                -ms-animation: fadein 2s; /* Internet Explorer */
                -o-animation: fadein 2s; /* Opera < 12.1 */
                animation: fadein 2s;
            }

            #topheader .nav > a > span.image.active.four {
                background: #77bc1f; /*#4372AA;*/
                color: #fff; /*#6c757d*/
                -webkit-animation: fadein 2.5s; /* Safari, Chrome and Opera > 12.1 */
                -moz-animation: fadein 2.5s; /* Firefox < 16 */
                -ms-animation: fadein 2.5s; /* Internet Explorer */
                -o-animation: fadein 2.5s; /* Opera < 12.1 */
                animation: fadein 2.5s;
            }

            #topheader .nav > a > span.image.active.five {
                background: #77bc1f; /*#4372AA;*/
                color: #fff; /*#6c757d*/
                -webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
                -moz-animation: fadein 3s; /* Firefox < 16 */
                -ms-animation: fadein 3s; /* Internet Explorer */
                -o-animation: fadein 3s; /* Opera < 12.1 */
                animation: fadein 3s;
            }

.alert {
    height: 40%;
}

.show {
    display: block;
}

.hidden {
    display: none;
}

.tooltip2 {
}

    .tooltip2 .tooltiptext {
        /*padding: 2px 2px 2px 5px;*/
        visibility: hidden; /*width: 100px;*/
        background-color: dimgrey;
        color: #fff;
        text-align: center;
        border-radius: 5px; /*Position the tooltip */
        position: absolute;
        z-index: 1; /*margin-left: 4px;*/
        padding: 5px;
        top: -35px;
        left: 75%;
        /*margin-top: -35px;
        margin-left: 60px;*/
    }

    .tooltip2:hover .tooltiptext {
        visibility: visible;
    }

    .tooltip2 .tooltip2-arrow {
        /*width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  
  border-top: 5px solid black;

  border-width: 5px 5px 0;
    border-top-color: #000;*/
    }

    .tooltip2 .tooltip2-arrow {
        /*border-width: 5px 5px 0;
    border-top-color: #000;*/
    }



div > span.arrowline {
    float: left;
    margin-left: 16px;
    color: #f2f2f2;
    width: 0;
    height: 0;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-top: 10px solid;
}



    div > span.arrowline.active.one {
        color: #d4f2ae; /*#cecece;*/
        -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
        -moz-animation: fadein 1s; /* Firefox < 16 */
        -ms-animation: fadein 1s; /* Internet Explorer */
        -o-animation: fadein 1s; /* Opera < 12.1 */
        animation: fadein 1s;
    }

    div > span.arrowline.active.two {
        color: #b9e97b; /*#b7b7b7;*/
        -webkit-animation: fadein 1.5s; /* Safari, Chrome and Opera > 12.1 */
        -moz-animation: fadein 1.5s; /* Firefox < 16 */
        -ms-animation: fadein 1.5s; /* Internet Explorer */
        -o-animation: fadein 1.5s; /* Opera < 12.1 */
        animation: fadein 1.5s;
    }

    div > span.arrowline.active.three {
        color: #9ee149; /*a0a0a0*/
        -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
        -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
        -o-animation: fadein 2s; /* Opera < 12.1 */
        animation: fadein 2s;
    }

    div > span.arrowline.active.four {
        color: #77bc1f; /*898989*/
        -webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
        -moz-animation: fadein 3s; /* Firefox < 16 */
        -ms-animation: fadein 3s; /* Internet Explorer */
        -o-animation: fadein 3s; /* Opera < 12.1 */
        animation: fadein 3s;
    }


.steps {
    color: #77bc1f;
}



/***BUSY MODE*****/
.mymodal {
    position: fixed;
    top: 0;
    left: 0;
    background-color: black !important;
    z-index: 99;
    opacity: 0.3;
    filter: alpha(opacity=15);
    -moz-opacity: 0.8;
    min-height: 100%;
    width: 100%;
}

.loading {
    padding: 20px;
    font-family: 'Segoe UI';
    font-size: 10pt;
    display: none;
    position: fixed;
    z-index: 999;
    vertical-align: middle;
}

    .loading font {
        color: #0A5484;
        font-size: 9pt;
        font-family: 'Segoe UI';
    }
/***BUSY MODE*****/

.wmnotificationcard {
    visibility: hidden;
    opacity: 0;
    transition: all 2s, opacity 1s linear;
}

.wmnotificationcardshow {
    opacity: 1;
    transition: all .25s, opacity 5s linear;
    box-shadow: 7px 0px 20px #9a9696;
}
