﻿::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #D6D6D6;
    opacity: 1; /* Firefox */
}

input[type=checkbox].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}



@media only screen and (min-width: 1000px) {
.bottompane {
    position:relative;
    clear:both;
    top:65px;      /*height of logo height (70) + login pane height (400)*/
    left:0px;
    width:calc(100% - 20px);
    height:100px;   
    padding : 10 10 10 10;
    text-align :center;
    color :#5E5E5E;
}

.tm_ForgotPassword {
    position: absolute;
    bottom:20px;
    left:0px;
    width:400px;
    text-align:center;
    color: #555459;
}
.innersignupbanner {
    position:relative;
    clear:both;
    top:0px;
    margin-left:0px;
    left:0px;
    width:100%;
    height:150px; 
}
    
.innerloginpane2 {
    position:relative;
    clear:both;
    top:5px;
    margin-left:-200px;
    left:50%;
    width:400px;
    height:220px;   /*height of box (450) minus logo height (70px) */
   /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45); */
}


    .loginpane {
    position:relative;
    clear:both;
    top:70px;
    left:0px;
    width:100%;
    height:100%;   /*height of box (450) minus logo height (70px) */
    background-color:#FFFFFF;
    border-radius: 6px;
    border: 1px solid #DBDBDB;
   /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45); */


    }

    .lgnBoxes {
        float:left;
        width:150px;
        height:150px;
        position:relative;
    }

    .bannerboxstrip {
        position:relative;
        width:450px;
        height:150px;
        left:50%;
        margin-top:40px;
        margin-left:-225px;
    }

    .loginsep {
        position:absolute;
        top:18px;
        height:50px;
        width:2px;
        background-color:#DBDBDB;
        left:280px;
    }

    .loginrowsright {
        position: absolute;
        top: 0px;
        left: 320px;
        list-style-type: none;
        text-align: left;
        padding: 0;
    }

    .loginrowsctr {
        position:absolute;
        top:0px;
        left:80px;
        list-style-type: none;
        text-align:left;
        padding: 0;
    }

    .middlepaneprof {
        position:absolute;
        top:50%;
        left:50%;
        width:650px;
        height:450px;
        margin-left:-325px;
        margin-top:-335px;
    }

}

@media only screen and (max-width: 999px) {
.bottompane {
    position:relative;
    clear:both;
    top:65px;      /*height of logo height (70) + login pane height (400)*/
    left:0px;
    width:calc(100% - 20%);
    margin-left:10%;
    margin-right:10%;
    height:100px;   
    padding : 10 10 10 10;
    text-align :center;
    color :#5E5E5E;
}

.tm_ForgotPassword {
    position: absolute;
    bottom:20px;
    left:0px;
    width:100%;
    text-align:center;
    color: #555459;
}

.innersignupbanner {
    position:relative;
    clear:both;
    top:0px;
    margin-left:0px;
    left:0px;
    width:100%;
}

.innerloginpane2 {
        position:relative;
        clear:both;
        width:calc(100% - 6%);
        margin-left: 3%;
        margin-right: 3%;
        height:220px;   
    }

    .loginpane {
    position: relative;
    clear: both;
    top: 70px;
    left: 0px;
    width: calc(100% - 20%);
    margin-left: 10%;
    margin-right: 10%;
    height: 380px;
    background-color: #FFFFFF;
    border-radius: 6px;
    border: 1px solid #DBDBDB;

    }

    .lgnBoxes {
        float:left;
        width:33%;
        height:150px;
        position:relative;
    }

    .bannerboxstrip {
        position:relative;
        width:100%;
        height:150px;
        left:50%;
        margin-left:-50%;
    }

    .loginsep {
        position:absolute;
        top:18px;
        height:50px;
        width:2px;
        background-color:#DBDBDB;
        left:50%;
        margin-left:-1px;
    }

    .loginrowsright {
        position: absolute;
        top: 0px;
        right:0px;
        list-style-type: none;
        text-align: left;
        padding: 10px;
        width:calc(49% - 20px);
    }

    .loginrowsctr {
        position:absolute;
        top:0px;
        left:0px;
        list-style-type: none;
        text-align:left;
        padding: 0;
        padding:10px;
        width:calc(49% - 10px);
    }
    .middlepaneprof {
        position:absolute;
        top:50%;
        left:50%;
        width:100%;
        height:450px;
        margin-left:-50%;
        margin-top:-225px;
    }

}


input[type=checkbox].css-checkbox + label.css-label {
    padding-left: 27px;
    height: 22px;
    display: inline-block;
    line-height: 22px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 22px;
    vertical-align: middle;
    cursor: pointer;
}
label.css-label {
    background-image: url(../images/csscheckbox.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[type=checkbox].css-checkbox:checked + label.css-label {
    background-position: 0 -22px;
}

.topmargin {
    margin-top:20px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #D6D6D6;
}

.tmHidden {
    display:none;
}

.inviteboxpane {
    margin-top:70px;
    position:relative;
    padding:0px 20px 20px 20px;
    width:calc(100% - 40px);
    height: calc(100% - 120px);
   
}

.inviteNameTextbox {
    outline: 0 none;
    float:left;
    margin-left:5px;
    margin-top:12px;
    border:none;
    border-bottom:1px solid #DBDBDB;
    font-size:16pt;
    width:300px;
}

.orgNameTextbox {
    outline: 0 none;
    float:left;
    margin-left:25px;
    margin-top:18px;
    border:none;
    border-bottom:1px solid #DBDBDB;
    font-size:16pt;
    width:300px;
}

.divTelBox {
    position:absolute;
    margin-left:-25px;
    left:170px;
    bottom:30px;
    width:300px;
    height:50px;
}

.orgText {
    float:left;
    text-align:left;
    margin-left:25px;
    line-height:18px;
}

.orgIconStyle {
    width:90px;
    height:90px;
    border-radius: 6px;
    float:left;
    cursor:pointer;
}

.orgWSIconStyle {
    width:60px;
    height:60px;
    border-radius: 6px;
    float:left;
    cursor:pointer;
}

.inviteUserIcon {
    margin-top:5px;
    width:40px;
    height:40px;
    border-radius: 6px;
    float:left;
    cursor:pointer;
}

.userIconStyle {
    width:90px;
    height:90px;
    border-radius: 45px;
    float:left;
    cursor:pointer;
}

.tmBottomButt {
    position:absolute;
    cursor: pointer;
    text-align: center;
    font-family: Lato;
    font-weight: bold;
    font-size: 13pt;
    border-radius: 6px;
    background-color: #4A8BF6;
    border: none;
    color: #FFFFFF;
    line-height: 40px;
    width: 180px;
    left:50%;
    margin-top: 14px;
    margin-left: -90px;
    height: 40px;
    outline: 0 none;
}

.tmNextButton {
    margin-left:5px;
    cursor: pointer;
    text-align: center;
    font-family: Lato;
    font-weight: bold;
    font-size: 13pt;
    border-radius: 6px;
    background-color: #4A8BF6;
    border: none;
    color: #FFFFFF;
    line-height: 40px;
    width: 180px;
    height: 40px;
    outline: 0 none;
    float:right;
}

.tmNextButton:hover {
    opacity:0.8;
}

.tmBottomButt:hover {
    opacity:0.8;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #D6D6D6;
}

.otpsuccess {
    display:none;
    width:80px;
    height:80px;
}

.imagehdr {
    width:80px;
    height:80px;
}

.OTPBox{
    padding: 10px;
    border: 1px solid #ddd;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 30px;
}


.PassBox {
    outline: 0 none;
    padding: 10px;
    border: 1px solid #ddd;
    width: 300px;
    height: 50px;
    text-align:left;
    font-size: 20px;
    border-radius:6px;
    margin-bottom:5px;
}

.PassBox:focus {
    border: 1px solid #4A8BF6;
}

.otppanelbox
{
    margin-top:20px;
}

.OTPPanel {
    padding:20px;
    width:calc(100% - 40px);
    height:300px;
    text-align:center;
}

.OrgNamePanel {
    padding:30px;
    width:calc(100% - 60px);
    height:calc(100% - 60px);
    text-align:center;
}

.WSPanel {
    padding:20px 30px 20px 30px;
    width:calc(100% - 60px);
    height:calc(100% - 40px);
    text-align:center;
}

.InvitePanel {
    padding:10px 15px 10px 15px;
    width:calc(100% - 30px);
    height:calc(100% - 20px);
    text-align:center;
}


.WSChkbox {
    position:absolute;
    right:20px;
    top:20px;
    width:50px;
    height:50px;
}

.WSFontSize {
    font-size:14pt;
}

.WSSmallTitle {
    text-align:left;
    float:left;
    margin-left:15px;
    width:calc(100% - 100px);
}

.NamePanel {
    padding:30px;
    width:calc(100% - 60px);
    height:calc(100% - 60px);
    text-align:center;
}





.formpane {
    position:relative;
    clear:both;
    top:70px;
    left:0px;
    width:100%;
    background-color:#FFFFFF;
    border-radius: 6px;
    border: 1px solid #DBDBDB;
    margin-bottom:10px;
   /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45); */
}

.paneA {
    height:150px; 
}

.paneG {
    height:90px; 
}

.paneH {
    height:70px; 
}

.paneB {
    height:200px; 
}

.paneE {
    height:350px; 
}

.paneF {
    top:70px;
    position:relative;
    clear:both;
    left:0px;
    width:100%;
    line-height:18px;
    color:#1D3446;
    margin-left:10px;
    margin-bottom:10px;
}

.paneC {
    position:relative;
    clear:both;
    top:70px;
    left:0px;
    width:100%;
    margin-bottom:10px;
    height:50px; 
}

.paneD {
    margin-top:20px;
    position:relative;
    clear:both;
    top:70px;
    left:0px;
    width:100%;
    height:30px; 
    line-height:30px;
    color:#1D3446;
    margin-left:10px;
}

/*Loading animation form login page*/

.load-bar {
  display:none;
  position: relative;
  clear:both;
  top: 72px;
  width: 100%;
  height: 6px;
  background-color: #fdba2c;
  border-radius:6px;
  z-index:999999;
}
.bar {
  content: "";
  display: inline;
  position: absolute;
  width: 0;
  height: 100%;
  left: 50%;
  text-align: center;
}
.bar:nth-child(1) {
  background-color: #da4733;
  animation: loading 3s linear infinite;
}
.bar:nth-child(2) {
  background-color: #3b78e7;
  animation: loading 3s linear 1s infinite;
}
.bar:nth-child(3) {
  background-color: #fdba2c;
  animation: loading 3s linear 2s infinite;
}
@keyframes loading {
    from {left: 50%; width: 0;z-index:100;}
    33.3333% {left: 0; width: 100%;z-index: 10;}
    to {left: 0; width: 100%;}
}

/*Loading animation form login page- done */

.innerloginpane {
    position:relative;
    clear:both;
    top:0px;
    margin-left:-200px;
    left:50%;
    width:400px;
    height:420px;   /*height of box (450) minus logo height (70px) */
   /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45); */
}

.innerloginbanner {
    position:relative;
    clear:both;
    top:0px;
    margin-left:0px;
    left:0px;
    width:100%;
    height:150px; 
    border-top-left-radius:4px;
    border-top-right-radius:4px;
    background: linear-gradient(to bottom, #17354F 45%,#BC4E57 100%);
}



.bannertj {
    position:absolute;
    margin-top:20px;
    width:350px;
    left:50%;
    margin-left:-175px;
    height:auto;
}

.singlemiddleicon {
    position:absolute;
    margin-top:50px;
    width:126px;
    left:50%;
    margin-left:-63px;
    height:auto;
}




.graytext {
    color: #5E5E5E;
}

.mainTM {
    /* background-image:url(../images/bg.png); */
    background-color:#F5F5F5;
    background-position: center; 
    /* background-size:4000px 1000px; */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width:100%;
}

.loginpanearea {
    margin: 25 25 25 25;
    text-align:center;
}

.loginfieldsarea {
    position:relative;
    width:100%;
}

.loginrows {
    list-style-type: none;
    text-align:left;
    padding: 0;
}

.errorrows {
    list-style-type: none;
    text-align:center;
    padding: 0;
}







.mgLgnMascot {
    left:50%;
    width:200px;
    margin-left:-100px;
    margin-top:15px;
    position:absolute;
}

.mgLgnMascot2 {
    left:50%;
    width:300px;
    margin-left:-150px;
    margin-top:-110px;
    position:absolute;
    cursor:pointer;
}

.mgLgnMascot3 {
    left:50%;
    width:200px;
    margin-left:-100px;
    margin-top:0px;
    position:absolute;
    cursor:pointer;
}

.mgLgnMascot3:hover {
    opacity:0.6;
}

.mgLgnLogo {
    left:50%;
    width:280px;
    margin-left:-85px;
    position:absolute;
    cursor:pointer;
}

.mgLgnLogo2 {
    left:10px;
    width:150px;
    margin-top: -45px;
    position:absolute;
}

.logintextbox {
    width:100%;
    padding: 6px;
    color: #5E5E5E;
    border:1px solid #8B8B8D;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-radius: 4px;
}

/*Buttons*/

.tm_butt {
	/*-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;*/



     border:none;
	text-indent:0;
    text-decoration:none;
	text-align:center;
    z-index: 110;
    display:inline-block;
    background-color: #FF4040;
    line-height:30px;
    vertical-align:middle;
    color:#FFFFFF;
   font-family:arial;
	font-size:18px;
	font-weight:bold;
	font-style:normal;
    padding:12px;
    text-align :center;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-radius: 4px;
    cursor:pointer;

}

.tm_butt:hover {
	background-color:#FF8D8D;
}

.tm_butt2 {
	/*-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;*/
    border:none;
	text-indent:0;
    text-decoration:none;
	text-align:center;
    z-index: 110;
    display:inline-block;
    background-color: #358EB7;
    line-height:30px;
    vertical-align:middle;
    color:#FFFFFF;
   font-family:arial;
	font-size:18px;
	font-weight:bold;
	font-style:normal;
    padding:12px;
    text-align :center;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-radius: 4px;
    cursor:pointer;

    -webkit-appearance: none;
}

.tm_butt2:hover {
	opacity:0.8;
}


.middlepane {
    position:absolute;
    top:50%;
    left:50%;
    width:550px;
    height:450px;
    margin-left:-275px;
    margin-top:-335px;
}

.loadingpane {
    z-index:998;
    position:absolute;
    top:50%;
    left:50%;
    width:490px;
    height:490px;
    margin-left:-245px;
    margin-top:-245px;
}




.tm_middle {
    text-align :center;
    margin-bottom:15px;
}

.tm_logbuttattr {
    position: relative;
    width:100%;
    height:50px;
    margin-top:5px;
    margin-bottom:5px;
}

.tm_logbuttattr2 {
    position: relative;
    width:100%;
    height:40px;
    margin-bottom:5px;
}

.tm_logbuttSignin {
    background-color: #1D3446;
}

.tm_GoogleSignin {
    background-color: #FFFFFF;
    border:1px solid #DBDFE1;
    border-radius:4px;
    
    background-image:url(../images/googlesignin.png);
    background-size:25px 25px;
    background-repeat:no-repeat;
    background-position:30px 12px;
    font-family:'Lato';
    font-size:13pt;
    color:#9CA6AF;
    line-height:20px;
}

.tm_GoogleSignin:hover {
    /*box-shadow: 8px 8px 34px -6px rgba(0,0,0,0.27);*/
    box-shadow: 4px 4px 34px -6px rgba(0,0,0,0.27);
}

.horzline {
    margin-top:30px;
    margin-bottom:30px;
    height:1px;
    width:350px;
    background-color:#DBDFE1;
}

.horzlinetext {
    position:absolute;
    left:145px;
    color:#BAC1C8;
    margin-top:-10px;
    padding:0px 20px 0px 20px;
    font-family:'Lato';
    font-weight:bold;
    font-size:12pt;
    background-color:#FFFFFF;
}

.tm_logbuttSignin:hover {
    opacity:0.8;
}


.tm_logbuttblue {
    background:url(../images/tmFacebook.png) no-repeat;
    background-position: 10px 8px;
    background-color: #A166AB;
}

.tm_logbuttblue:hover {
    background-color: #6881B4;
}

.tm_logbuttred {
    background:url(../images/tmGoogle.png) no-repeat left center;
    background-position: 10px 8px;
    background-color:#4B6CAB;
}

.tm_logbuttred:hover {
    background-color:#E77D65;
}



/*.tm_logbuttattr:active {
	position:relative;
    margin:1px;
}*/

.tm_cloud {
    background-image:url(../images/mg_cld.png);
    position:absolute;
    left:-150px;
    top:0px;
    width: 120px;
    height: 81px;
    z-index:5000;

}

