﻿@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100&display=swap');

body {
    background-image: url("../images/bg.jpg");
    background-position: center top;
    background-repeat: repeat-x;
    background-color: #fdebbb !important;
    margin: 0;
}

#loginbox {
    width: 550px;
    background-color: #fff;
    margin: 22px auto 0 auto;
    padding: 0;
    box-shadow: 0px 0px 30px #000000;
    border-radius: 20px;
}

#toplogo-sec {
    background-color: #eff3ff;
    padding: 15px;
    text-align: center;
    margin: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

#loginfieldbox {
    padding: 20px 30px 10px 30px;
    margin: 0;
}

.forminput {
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    color: #000;
    border-bottom: 1px solid #d6dae0;
    padding: 10px;
    background-color: transparent;
    border-left: none;
    border-top: none;
    border-right: none;
    display: block;
    text-align: center;
    font-weight: 500;
    width: 97%;
}

#buttonbox {
    text-align: center;
    padding: 20px 30px 10px 30px;
    margin: 0;
}

.formbutton {
    font-family: 'Montserrat', sans-serif;
    background-color: #00afdc;
    border: none;
    padding: 15px 60px;
    border-radius: 39px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
}

#fullrow {
    text-align: center;
    padding: 20px 30px 10px 30px;
    margin: 0;
}

    #fullrow a {
        color: #00afdc;
        text-decoration: none;
    }

        #fullrow a:hover {
            color: #000;
            text-decoration: underline;
        }

    #fullrow p {
        font-family: 'Montserrat', sans-serif;
        font-size: 18px;
        color: #000;
        font-weight: 600;
        margin: 0 0 20px 0;
    }


    #fullrow h1 {
        font-family: 'Montserrat', sans-serif;
        font-size: 18px;
        color: #000;
        font-weight: 600;
        width: 100%;
        text-align: center;
        line-height: normal;
        margin: 20px 0;
        display: inline-block;
    }


    #fullrow h2 {
        font-family: 'Montserrat', sans-serif;
        font-size: 18px;
        color: #000;
        font-weight: 600;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #d6dae0;
        line-height: 0.1em;
        margin: 20px 0;
        display: inline-block;
    }

        #fullrow h2 span {
            background: #eff3ff;
            padding: 8px 25px;
            border-radius: 30px;
        }


#mainwrap-mid {
    margin: 0;
    padding: 0;
}

#sidebar {
    width: 500px;
    background-color: #026d91;
    height: 100vh;
}

    #sidebar p {
        font-family: 'Montserrat', sans-serif;
        font-size: 18px;
        color: #eff3ff;
        font-weight: 300;
        margin: 0;
        padding: 0;
    }

        #sidebar p a {
            color: #eff3ff;
            text-decoration: none;
        }

            #sidebar p a:hover {
                color: #ffffff;
                text-decoration: underline;
            }

/*#whitebox {
    width: 100%;
    background-color: #fff;
    margin: 0 auto;
    padding: 20px;
    box-shadow: 0px 0px 15px #404040;
    border-radius: 20px;
    height: 95vh;
}*/

#whitebox {
    width: 100%;
    background-color: #fff;
    margin: 0 auto;
    /*padding: 20px;*/
    padding: 12px;
    box-shadow: 0px 0px 15px #404040;
    /*border-radius: 20px;*/
    border-radius: 12px;
    /*height: 95vh;*/
}

#listingtable {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    color: #000000;
    font-weight: 300;
    margin: 0;
    padding: 0;
}

    #listingtable .titlebar th {
        background-color: #eff3ff !important;
    }

    #listingtable .grrow {
        background-color: #f8f8f8;
    }

#titlebar {
    background-color: #026d91;
    display: inline-block;
    width: 100%;
}

    #titlebar td {
        font-family: 'Montserrat', sans-serif;
        font-size: 12px;
        color: #fff;
        font-weight: 300;
    }

    #titlebar select {
        font-family: 'Montserrat', sans-serif;
        /*background-color: #fff;*/
        /*border: 1px solid #949494;*/
        width: 100px;
        border-radius: 5px;
        color: #757575;
        font-size: 12px;
        /*font-style: italic;*/
    }

    #titlebar input {
        font-family: 'Montserrat', sans-serif;
        /* background-color: #fff;*/
        /* border: 1px solid #949494;*/ 
        width: 100px;
        border-radius: 5px;
        color: #757575;
        font-size: 12px;
        /*font-style: italic;*/
    }
	
	
#loginbox-big { 
    background-color: #fff;
    margin: 30px;
    padding: 0;
    box-shadow: 0px 0px 30px #487a84;
    border-radius: 20px;
}
#loginbox-big h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: normal;
    margin: 15px;
    padding: 25px 0 10px 10px;
    border-bottom: 1px solid #d6dae0;
}



#loginbox-big td {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: medium;
}
#loginbox-big .formbutton {
    font-family: 'Montserrat', sans-serif;
    background-color: #00afdc;
    border: none;
    padding: 12px 25px;
    border-radius: 39px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}

.formbutton1 {
width:auto!important;
 font-family: 'Montserrat', sans-serif;
    background-color: #00afdc;
    border: none;
    padding: 12px 25px;
    border-radius: 39px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff!important;
    cursor: pointer;
}

input#chkShowAll {
    width: auto;
}

#ddlClients1 {
	max-width:250px;
	width:220px!important;
}

div#rcbVisitTypes {
	max-width:250px;
	width:220px!important;
}

div#ddlappointments {
    width: 220px!important;
}

#login-sec-txt { font-family: 'Montserrat', sans-serif; margin:0; padding:0;}
#login-sec-txt a { font-size: small; color:#000; text-decoration:none; margin:0; padding:0;} 

/* div html css styles */

.clr         { clear:both;}
#loginbox-wh { padding: 0 25px; display: inline-block;}
.formlable   {  font-weight:500; color:#000; display: block; margin: 0 0 5px 0; font-family: "Montserrat", sans-serif;}
.selectfield { font-family: "Montserrat", sans-serif; font-size: 12px; font-weight: normal; color: #000; width: 300px; padding: 5px; background-color: transparent; border: 0px solid #ccc; border-radius: 2px;}
.inputfield  { font-family: "Montserrat", sans-serif; font-size: 12px; font-weight: normal; color: #000; width: 190px; padding: 5px; background-color: transparent;}
.formbutton1 { width: auto !important; font-family: "Montserrat", sans-serif; background-color: rgb(0, 175, 220); border: medium none; border-radius: 39px; font-size: 12px; text-transform: uppercase; font-weight: 600; color: rgb(255, 255, 255) !important; cursor: pointer; margin:0 25px;}

#field-sec   { padding:5px; margin:0;}
#sec-one     { float:left; margin:0 5px 0 0; padding:0;}
#sec-two     { float:left; margin:0; padding:0;}
#lblMessage {font-family: "Montserrat", sans-serif; font-size: 12px; font-weight: normal;
}

fieldset {
    border-radius: 10px;
    padding: 10px;
    border-color: #f2f2f2;
	font-family: "Montserrat", sans-serif; font-size:15px;
}

/* div html css style end */


/* ipad Portrait [VERTICAL] CSS Start here */
@media only screen and (max-width : 768px)
{
#loginbox-big td { font-size: 12px;}
#loginbox-big input { width: 100px; }
#loginbox-big .formbutton { font-size: 13px; width: auto;}

}

@media only screen and (max-width : 580px)
{
#loginbox-big input { width: 93%; }

input#chkShowAll {
    width: auto;
}
}
 