﻿
#invaliedMsg_div_Login
{
    width: 380px;
    min-height: 20px;
    border: solid 1px green;
    text-align: left;
    margin: 0px 0px 10px 0px;
    padding: 12px 0px 12px 20px;
    border-color: #F16048;
    background-color: #FAEBE7;
    background-image: url(../images/error.gif) no-repeat;
    color: #DF280A;
    -webkit-border-top-right-radius: 5px 5px;
    -webkit-border-top-left-radius: 5px 5px;
    -webkit-border-bottom-right-radius: 5px 5px;
    -webkit-border-bottom-left-radius: 5px 5px;
    border-top-left-radius: 5px 5px;
    border-top-right-radius: 5px 5px;
    border-bottom-left-radius: 5px 5px;
    border-bottom-right-radius: 5px 5px;
}
.Loginroundcorners
{
    width: 305px;
    min-height: 210px;
    background: url(../images/login-box-BG.png) repeat-x 0 bottom;
    margin: 5px auto;
    -moz-border-radius: 7px;
    -moz-box-shadow: 1px 1px 1px rgb(68, 68, 68);
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0px 1px 1px 1px #F1F2F3;
    -ms-border-radius: 7px;
    border: solid 1px #DCE0E4;
    -webkit-border-top-right-radius: 5px 5px;
    -webkit-border-top-left-radius: 5px 5px;
    -webkit-border-bottom-right-radius: 5px 5px;
    -webkit-border-bottom-left-radius: 5px 5px;
    border-top-left-radius: 5px 5px;
    border-top-right-radius: 5px 5px;
    border-bottom-left-radius: 5px 5px;
    border-bottom-right-radius: 5px 5px;
    background-color: White;
}

.Maintext
{
    color: rgb(89, 89, 89);    
    font-size: 17px;
    font-weight: normal;
}

.LoginText
{
    -moz-box-sizing: border-box;    
    border-width: 2px;
    border-style: solid;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-color: rgb(189, 191, 195) rgb(232, 234, 236) rgb(226, 228, 231);
    padding: 6px 5px;
    width: 400px;
    color: rgb(68, 68, 68);
    border-radius: 3px;
    font-size: 14px;
}

.LoginText:hover
{
    -moz-box-sizing: border-box;
    box-shadow: 0px 1px 3px rgb(232, 234, 236) inset;
    border-width: 2px;
    border-style: solid;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-color: #B1B1B1;
    padding: 6px 5px;
    width: 400px;
    color: rgb(68, 68, 68);
    border-radius: 3px;
    font-size: 14px;
}
.LoginText:focus
{
    -moz-box-sizing: border-box;
    box-shadow: 0px 1px 3px rgb(232, 234, 236) inset;
    border-width: 2px;
    border-style: solid;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-color: #2C87C3;
    padding: 6px 5px;
    width: 400px;
    color: rgb(68, 68, 68);
    max-height: 35px;
    font-size: 14px;
}

.Passwordtextb
{
    -moz-box-sizing: border-box;
    box-shadow: 0px 0px 3px rgb(232, 234, 236) inset;
    border-width: 2px;
    border-style: solid;
    -moz-border-top-colors: none;
    -moz-border-right-colors: #CFD0D3;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-color: rgb(189, 191, 195) rgb(232, 234, 236) rgb(226, 228, 231);
    padding: 6px 5px;
    width: 300px;
    color: rgb(68, 68, 68);
    border-radius: 3px;
}

.Passwordtextb:hover
{
    -moz-box-sizing: border-box;
    box-shadow: 0px 1px 3px rgb(232, 234, 236) inset;
    border-width: 2px;
    border-style: solid;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-color: #B1B1B1;
    padding: 6px 5px;
    width: 300px;
    color: rgb(68, 68, 68);
    border-radius: 3px;
}

.Passwordtextb:focus
{
    -moz-box-sizing: border-box;
    box-shadow: 0px 1px 3px rgb(232, 234, 236) inset;
    border-width: 2px;
    border-style: solid;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-color: #2C87C3;
    padding: 6px 5px;
    width: 300px;
    color: rgb(68, 68, 68);
    border-radius: 3px;
}

.Loginbuttoscss
{
    background: #0993D2;
    background-image: -webkit-linear-gradient(top, #0993D2, #0993D2);
    background-image: -moz-linear-gradient(top, #0993D2, #0993D2);
    background-image: -ms-linear-gradient(top, #0993D2, #0993D2);
    background-image: -o-linear-gradient(top, #0993D2, #0993D2);
    background-image: linear-gradient(to bottom, #0993D2, #0993D2);
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 4px;
    color: #ffffff;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    border: 0px solid red;
    width: 433px;
    cursor: pointer;
       font-family: "Open Sans", sans-serif;
}

/*.Loginbuttoscss:hover
{
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #616161, #616161);
    background-image: -moz-linear-gradient(top, #616161, #616161);
    background-image: -ms-linear-gradient(top, #616161, #616161);
    background-image: -o-linear-gradient(top, #616161, #616161);
    background-image: linear-gradient(to bottom, #616161, #616161);
    text-decoration: none;
    cursor: pointer;
}*/
.squaredThree
{
    width: 20px;
    margin: 10px auto;
    position: relative;
}

.squaredThree label
{
    cursor: pointer;
    position: absolute;
    width: 21px;
    height: 21px;
    top: 0;
    border-radius: 4px;
    border: 2px solid #D0D0D0;
    background: white;
}

.squaredThree label:hover
{
    cursor: pointer;
    position: absolute;
    width: 21px;
    height: 21px;
    top: 0;
    border-radius: 4px;
    border: 2px solid #BBBBBB;
    background: white;
}

.squaredThree label:after
{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 10px;
    height: 6px;
    background: transparent;
    top: 4px;
    left: 4px;
    border: 3px solid #333;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.squaredThree label:hover::after
{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.5;
}

.squaredThree input[type=checkbox]:checked + label:after
{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.squaredThreeNew
{
    width: 20px;
    margin: 10px auto;
    position: relative;
}

.squaredThreeNew label
{
    cursor: pointer;
    position: absolute;
    width: 21px;
    height: 18px;
    top: 0;
    border-radius: 4px;
    border: 2px solid #D0D0D0;
    background: white;
}

.squaredThreeNew label:hover
{
    cursor: pointer;
    position: absolute;
    width: 21px;
    height: 18px;
    top: 0;
    border-radius: 4px;
    border: 2px solid #BBBBBB;
    background: white;
}

.squaredThreeNew label:after
{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    background: transparent;
    top: 4px;
    left: 4px;
    border: 3px solid #333;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.squaredThreeNew label:hover::after
{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.5;
}

.squaredThreeNew input[type=checkbox]:checked + label:after
{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}


.headerbutton
{
    display: inline-block;
    zoom: 1;
    vertical-align: baseline;
    margin: 0 2px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    border-radius: .3em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 0px 0px rgba(0,0,0,.2);
    min-height: 25px;
    min-width: 50px;
    padding-bottom: 2px;
}


.headerbutton:hover
{
    text-decoration: none;
}

.white:hover
{
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
    background: -moz-linear-gradient(top, #fff, #dcdcdc);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}


.white
{
    color: black;
    border: solid 1px #b7b7b7;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
    background: -moz-linear-gradient(top, #fff, #ededed);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}



.moreoptions
{
    display: inline-block;
    zoom: 1;
    vertical-align: baseline;
    margin: 0 2px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    border-radius: .3em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 0px 0px rgba(0,0,0,.2);
    min-height: 25px;
    min-width: 50px;
    padding-bottom: 2px;
    padding-right:20px;
    width: auto !important;
}


.moreoptions:hover
{
    text-decoration: none;
}
