﻿.btnLandingPage {
    /*dent around button*/
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: black; /* button fore color - rgba(3, 169, 244, 0.54) */
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    background: #f7f7f7;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.08);
}

.btnLandingPage .fa 
{ 
    /*Button itself*/
    position: absolute;
    content: '';
    width: 80px;
    height: 80px;
    line-height: 80px;
    vertical-align: middle;
    left: 10px;
    top: 9px;
    border-radius: 50%;
    font-size: 40px;
    background-image: -webkit-linear-gradient(#e8e8e8 0%, #d6d6d6 100%);
    background-image: linear-gradient(#e8e8e8 0%, #d6d6d6 100%);
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
    border-bottom: solid 2px #b5b5b5;
}

    .btnLandingPage .fa:active {
        background-image: -webkit-linear-gradient(#efefef 0%, #d6d6d6 100%);
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
        border-bottom: solid 2px #d8d8d8; /* P|T red - #d8d8d8 */
    }

    .btnLandingPage:hover {
        text-decoration: none;
        /*color: #57b846; -- green*/
        color: #cc5358;
    }


.container-landing100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
}

.landing100-form-btn {
    font-family: Montserrat-Bold;
    font-size: 15px;
    line-height: 1.5;
    color: #fff; /* text color - white */
    text-transform: uppercase;
    width: 100%;
    height: 50px;
    border-radius: 25px;
    background: black; /* button color - green #57b846*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

    .landing100-form-btn:hover {
        background: #d6d6d6; /* background color for button #333333 */
        color: #cc5358; /* text color - P|T red */
    }

.landing100-form-rectangle-btn {
    font-family: Lato;
    font-size: 18px;
    color: black; /* text color - white */
    /*background: rgb(229, 229, 229); /* button color - green #57b846*/ */ padding: 0 25px;
    background-color: rgb(252, 250, 250);
    align-items: flex-start;
    text-align: left;
    vertical-align: middle;
    font-weight: 600;
    cursor:pointer;
    margin-left:20px;
}

    .landing100-form-rectangle-btn:hover {
        background: rgb(229, 229, 229); /* background color for button #333333 */
        color: #cc5358; /* text color - P|T red */
        cursor: pointer;
    }

landing100-form-start-btn 
{
    background-image:url(../Images/Icon_Start.png);
    align-items: center;
    text-align: center;
    vertical-align: middle;
}

/* white outer circle*/
.btnTimerLandingPage {
    /*dent around button*/
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: white; /* button fore color - rgba(3, 169, 244, 0.54) */
    width: 27px;
    height: 27px;
    border-radius: 100%;
    text-align: center;
    background: #f7f7f7;
}

    /* grey inner circle and play */
    .btnTimerLandingPage .fa {
        /*Button itself*/
        text-align:center;
        position: center;
        align-items:center;
        align-content:center;
        vertical-align:middle;
        width: 22px; /* inner circle */
        height: 22px; /* inner circle */
        line-height: 20px; /* position of the center icon - the play / stop symbol */
        vertical-align: middle;
        left: 0px; /* concentric circle effect */
        margin-bottom: 2px; /* concentric circle effect */
        border-radius: 100%;
        font-size: 14px; /* size of the center icon - the play / stop symbol */
        background-image: -webkit-linear-gradient(#e8e8e8 0%, #d6d6d6 100%);
        background-image: linear-gradient(#e8e8e8 0%, #d6d6d6 100%);
    }

    .btnTimerLandingPage .fa:active {
        background-image: -webkit-linear-gradient(#efefef 0%, #d6d6d6 100%);
        box-shadow: inset 0 0px 0 rgba(255,255,255,0.5), 0 0px 0px rgba(0, 0, 0, 0.19);
        border-bottom: solid 0px #d8d8d8; /* P|T red - #d8d8d8 */
    }

.btnTimerLandingPage:hover {
    text-decoration: none;
    /*color: #57b846; -- green*/
    color: #cc5358;
}

/* white outer circle*/
.btnTimeEditPage {
    /*dent around button*/
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: white; /* button fore color - rgba(3, 169, 244, 0.54) */
    width: 35px;
    height: 35px;
    border-radius: 100%;
    text-align: center;
    background: #f7f7f7;
}

    /* grey inner circle and play */
    .btnTimeEditPage .fa {
        /*Button itself*/
        text-align: center;
        position: center;
        align-items: center;
        align-content: center;
        vertical-align: middle;
        width: 30px; /* inner circle */
        height: 30px; /* inner circle */
        line-height: 28px; /* position of the center icon - the play / stop symbol */
        vertical-align: middle;
        left: 0px; /* concentric circle effect */
        margin-bottom: 7px; /* concentric circle effect */ /* position of the inner grey circle*/
        border-radius: 100%;
        font-size: 16px; /* size of the center icon - the play / stop symbol */
        background-image: -webkit-linear-gradient(#e8e8e8 0%, #d6d6d6 100%);
        background-image: linear-gradient(#e8e8e8 0%, #d6d6d6 100%);
    }

        .btnTimeEditPage .fa:active {
            background-image: -webkit-linear-gradient(#efefef 0%, #d6d6d6 100%);
            box-shadow: inset 0 0px 0 rgba(255,255,255,0.5), 0 0px 0px rgba(0, 0, 0, 0.19);
            border-bottom: solid 0px #d8d8d8; /* P|T red - #d8d8d8 */
        }

    .btnTimeEditPage:hover {
        text-decoration: none;
        /*color: #57b846; -- green*/
        color: #cc5358;
    }



.searchFilterActive-btn {
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    /*dent around button*/
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: white; /* button fore color - rgba(3, 169, 244, 0.54) */
    width: 100%; /*width of rectangular button - fill up the text length*/
    height: 30px; /*height of rectangular button*/
    border-radius: 9%; /* the lower te radius, the more rectangular it becomes*/
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    background: #afafaf; /* dark grey of inactive rectangular button*/
}

    .searchFilterActive-btn:active {
        font-family: Lato;
        font-size: 14px;
        font-weight: 400;
        /*dent around button*/
        display: inline-block;
        position: relative;
        text-decoration: none;
        color: white; /* button fore color - rgba(3, 169, 244, 0.54) */
        width: 100%; /*width of rectangular button - fill up the text length*/
        height: 30px; /*height of rectangular button*/
        border-radius: 9%; /* the lower te radius, the more rectangular it becomes*/
        text-align: center;
        background: #afafaf; /* dark grey of inactive rectangular button*/
    }

    .searchFilterActive-btn:hover {
        font-family: Lato;
        font-size: 14px;
        font-weight: 400;
        text-decoration: none;
        /*color: #57b846; -- green*/
        color: #cc5358; /* PT red */ /* P|T red - #d8d8d8 */
    }

.searchFilterInactive-btn {
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    /*dent around button*/
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: white; /* button fore color - rgba(3, 169, 244, 0.54) */
    width: 100%; /*width of rectangular button - fill up the text length*/
    height: 30px; /*height of rectangular button*/
    border-radius: 9%; /* the lower te radius, the more rectangular it becomes*/
    text-align: center;
    background: #e5e5e5; /* light grey of inactive rectangular button*/
    margin-left: 10px;
    margin-right: 10px;
}

    .searchFilterInactive-btn:active {
        font-family: Lato;
        font-size: 14px;
        font-weight: 400;
        /*dent around button*/
        display: inline-block;
        position: relative;
        text-decoration: none;
        color: white; /* button fore color - rgba(3, 169, 244, 0.54) */
        width: 100%; /*width of rectangular button - fill up the text length*/
        height: 30px; /*height of rectangular button*/
        border-radius: 9%; /* the lower te radius, the more rectangular it becomes*/
        text-align: center;
        background: #afafaf; /* dark grey of inactive rectangular button*/
    }

    .searchFilterInactive-btn:hover {
        font-family: Lato;
        font-size: 14px;
        font-weight: 400;
        text-decoration: none;
        /*color: #57b846; -- green*/
        color: #cc5358; /* PT red */ /* P|T red - #d8d8d8 */
        background: #afafaf; /* dark grey of inactive rectangular button*/
    }


.form-btn 
{
    font-family: Lato;
    font-size: 15px;
    color: black; /* text color - white */
    background: rgb(229, 229, 229); /* button color - green #57b846*/
    padding: 0 25px;
    align-items: center;
    text-align: center;
    vertical-align: middle;
    font-weight: 400;
}

.form-btn:hover 
{
    background: rgb(229, 229, 229); /* background color for button #333333 */
    color: #cc5358; /* text color - P|T red */
}

.btnLocalization 
{
    cursor:pointer;
    width:5%;
    padding-right:10px;
}

.btnLocalizationLogin 
{
    width: 4%;
}

.lnkHeaderButtons 
{
    font-family: Lato;
    /* font-size: 14px; */
    /* line-height: 1.7; */
    /* color: #666666; */
    /* margin: 0px; */
    /* transition: all 0.4s; */
    /* -webkit-transition: all 0.4s; */
}


/* Search button style class*/
    @import url(https://fonts.googleapis.com/css?family=Open+Sans);
    body {
    background: #f2f2f2;
    font-family: 'Open Sans', sans-serif;
}

.search 
{
    width: 300px;
    height: 100%;
    position: relative;
    display: flex;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left:0px;
}

.searchListing {
    width: 380px;
    height: 100%;
    position: relative;
    display: flex;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 0px;
}

.searchTerm {
    width: 100%;
    height: 43px;
    margin-left: 0px;
    border: 3px solid #00B4CC;
    border-right: none;
    padding: 5px; /* to align search input/text box height and the search icon on the right */
    border-radius: 5px 0 0 5px;
    outline: none;
    color: #9DBFAF;
    font-family:Lato;
    font-size:12px;
}

    .searchTerm:focus {
        color: #00B4CC;
    }

    .searchTerm::-webkit-input-placeholder {
        font-weight: bolder;
        color: #626564;
    }

    .searchTerm::-moz-placeholder {
        font-weight: bolder;
        color: black;
    }

.searchTermList {
    width: 100%;
    height: 43px;
    margin-left: 10px;
    border: 3px solid #00B4CC;
    border-right: none;
    padding: 5px; /* to align search input/text box height and the search icon on the right */
    border-radius: 5px 0 0 5px;
    outline: none;
    color: #9DBFAF;
    font-family: Lato;
    font-size: 12px;
    //padding-right: 24px;
    //display:inline-block;
}
    .searchTermList:focus {
         color: #00B4CC;
    }

    .searchTermList::-webkit-input-placeholder {
        font-weight: bolder;
        color: #626564;
    }

    .searchTermList::-moz-placeholder {
        font-weight: bolder;
        color: black;
    }

.searchButton {
    width: 40px;
    height: 43px;
    border: 1px solid #00B4CC;
    background: #00B4CC;
    text-align: center;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 20px;
    margin-bottom: 0px; /*to override the responsive design button style class*/
}

.savebutton {
    background-color: #00B4CC; /* same color as dropdown */
    border: none;
    color: white;
    padding: 6px 26px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

    .savebutton:hover {
       background-color: #2980b9;
    }

.cancelbutton {
    background-color: #727b84; /* same color as dropdown */
    border: none;
    color: white;
    padding: 6px 26px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

    .cancelbutton:hover {
        background-color: #87929d;
    }

/* Clearable text inputs */
.clearable {
    position: relative;
    display: inline-block;
    width: 100%;
}

.clearable input[type=text] {
    padding-right: 24px;
    
}

.clearable__clear {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 8px;
    font-style: normal;
    font-size: 1.2em;
    user-select: none;
    cursor: pointer;
}

.clearable input::-ms-clear { /* Remove IE default X */
    display: none;
}


.clearspace {
    display: inline-block;   
    margin-left: -35px;
    vertical-align: central;
    width: 40px;
    height: 37px;
    background: #FFFFFF;
    text-align: center;
    color: #222222;
    border-radius: 5px 5px 5px 5px;
    cursor: pointer;
    font-size: 20px;
    margin-top:3px;
    margin-bottom: 0px; /*to override the responsive design button style class*/
}

.clear {
    transition: max-width 0.3s;
    overflow: hidden;
    //float: left;
    //display: block;
    max-width: 0px;
    align-content: center;
    vertical-align: middle;   
    background: #FFFFFF;
    text-align: center;
    color: #222222;
    border-radius: 5px 5px 5px 5px;
    cursor: pointer;
    font-size: 20px;
    margin-bottom: 0px; /*to override the responsive design button style class*/
}

.show {
    cursor: pointer;
    width: 20px;
    max-width: 20px;
    background: none;
}

/*Resize the wrap to see the search bar change!*/
.wrap {
    width: 100%;
    position: absolute;
    top: 20%;
    left: 20%;
    transform: translate(-50%, -50%);
}


.btnListRecords .fa { /* inherit fa class for listing page*/    
    font-size: 25px; /* override font size */
    color:grey;
}

    .btnListRecords .fa:active {
        color: #cc5358; /* PT red */
    }

    .btnListRecords .fa:hover {
        color: #cc5358; /* PT red */
    }

.landingpagebtn span.icon {
    background: url(imgs/icon.png) no-repeat;
    float: left;
    width: 10px;
    height: 40px;
}
/*[ Button ]*/

.btn-beta {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: space-around;
    font-size: small;
    margin: -10px;
    font-weight:200;
    margin-left: -20px;
}

.btn-primary {
    color: #fff;
    background-color: #E42A31; /* P|T red */ /* #1b6ec2 - blue */ /* PT red */
    border-color: #E42A31; /*#1861ac*/
    width: 100px;
    height: 40px;
    font-family: Lato;
    font-size: 14px;
}

.btn-localization-menu-us
{
    icon:url(~/Images/flag-en-US.png);
}
.btn-localization-menu-canada {
    icon: url(~/Images/flag-en-CA.png);
}
.btn-localization-menu-france {
    icon: url(~/Images/flag-fr-FR.png);
}


@font-face 
{
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
}

.material-icons 
{
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

/*Responsive script for the buttons classes*/
@media all and (max-width:900px){
    .search {
        font-family:Lato;
        font-weight:600;
        width: 300px;
        height: 100%;
        position: relative;
        display: flex;
        margin:0px 0px 5px 0px;
    }

    .searchTerm {
        width: 100%;
        margin-left: 0px;
    }

    .searchTermList {
        width: 100%;
        margin-left: 10px;
    }

    .clearspace {
        width: 40px;
        height: 30px;
    }

    .btnLocalization 
    {
        width: 17%;
        vertical-align:inherit;
    }

    .btnLocalizationLogin {
        width: 10%;
        vertical-align: inherit;
    }

    .lnkHeaderButtons{
        vertical-align:inherit;
    }

    .tdInnerOuterListRecordLine1{
        margin:10px;
    }

}

@media all and (max-width:400px) {

    .searchTerm {
        width: 70%;
        margin-left: 0px;
    }

    .searchTermList {
        width: 70%;
        margin-left: 10px;
    }

    .savebutton {
        background-color: #00B4CC; /* same color as dropdown */
        border: none;
        color: white;
        padding: 3px 15px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
    }

        .savebutton:hover {
            background-color: #2980b9;
        }

    .cancelbutton {
        background-color: #727b84; /* same color as dropdown */
        border: none;
        color: white;
        padding: 3px 15px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        margin: 4px 2px;
    }

        .cancelbutton:hover {
            background-color: #87929d;
        }
}