/*-----------------------HTML elements--------------------*/
.content
{
    min-height: 100%;
    color: #fff !important;
    /* font: 14px Verdana, Helvetica !important; */
    margin: 0;
}

form{
    margin:0;
}



img
{
    vertical-align:middle;
}
/*-----------------------End HTML elements--------------------*/

/*-----------------------Header and Footer--------------------*/
.imagecornerback{
    position:fixed;
    bottom:20px;
    right:80px;
    z-index:0;
}

.imagecornerfront{
    position:fixed;
    bottom:30px;
    right:30px;
    z-index: 100;
}
/*-----------------------End Header and Footer--------------------*/


/*-----------------------Template--------------------*/

/*
.wrapper {
    width: 100%;
    border: 0px solid #000;
    overflow: hidden; /* add this to contain floated children */
/*}*/



.module-container-withshadow
{
    /*background-image: -webkit-linear-gradient(top, #fff, #eee);
    background-image: -moz-linear-gradient(top, #fff, #eee);
    background-image: -ms-linear-gradient(top, #fff, #eee);
    background-image: -o-linear-gradient(top, #fff, #eee);
    background-image: linear-gradient(top, #fff, #eee);*/
    background-color: rgba(9, 53, 66, 0.66);
    height: auto;

    padding: 0 0 0px 0px;
    position: relative;
    z-index: 0;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow:
            0 0 2px rgba(0, 0, 0, 0.2),
            0 1px 1px rgba(0, 0, 0, .2),
            0 3px 0 rgba(9, 53, 66, 0.66) ,
            0 4px 0 rgba(0, 0, 0, .2),
            0 6px 0 rgba(9, 53, 66, 0.66),
            0 7px 0 rgba(0, 0, 0, .2);
    box-shadow:
            0 0 2px rgba(0, 0, 0, 0.2),
            0 1px 1px rgba(0, 0, 0, .2),
            0 3px 0 rgba(9, 53, 66, 0.66) ,
            0 4px 0 rgba(0, 0, 0, .2),
            0 6px 0 rgba(9, 53, 66, 0.66),
            0 7px 0 rgba(0, 0, 0, .2);
    padding:5px;
    margin:4px 0 4px 0px;

}

.module-container-noshadow
{
    /*background-image: -webkit-linear-gradient(top, #fff, #eee);
    background-image: -moz-linear-gradient(top, #fff, #eee);
    background-image: -ms-linear-gradient(top, #fff, #eee);
    background-image: -o-linear-gradient(top, #fff, #eee);
    background-image: linear-gradient(top, #fff, #eee);*/
    background-color: rgba(9, 53, 66, 0.66);
    height: auto;

    padding: 0 0 0px 0px;
    position: relative;
    z-index: 0;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding:5px;
    margin:4px 0 4px 0px;

}

.modules
{
    /* add this */
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
    background-image: -webkit-linear-gradient(top, #fff, #eee);
    background-image: -moz-linear-gradient(top, #fff, #eee);
    background-image: -ms-linear-gradient(top, #fff, #eee);
    background-image: -o-linear-gradient(top, #fff, #eee);
    background-image: linear-gradient(top, #fff, #eee);
    height: auto;
    width: auto;
    margin: 10px 5px 13px 5px;
    padding: 0 0 0px 0px;
    position: relative;

    z-index: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow:
            0 0 2px rgba(0, 0, 0, 0.2),
            0 1px 1px rgba(0, 0, 0, .2),
            0 3px 0 #fff,
            0 4px 0 rgba(0, 0, 0, .2),
            0 6px 0 #fff,
            0 7px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow:
            0 0 2px rgba(0, 0, 0, 0.2),
            1px 1px   0 rgba(0,   0,   0,   .1),
            3px 3px   0 rgba(255, 255, 255, 1),
            4px 4px   0 rgba(0,   0,   0,   .1),
            6px 6px   0 rgba(255, 255, 255, 1),
            7px 7px   0 rgba(0,   0,   0,   .1);
    box-shadow:
            0 0 2px rgba(0, 0, 0, 0.2),
            0 1px 1px rgba(0, 0, 0, .2),
            0 3px 0 #fff,
            0 4px 0 rgba(0, 0, 0, .2),
            0 6px 0 #fff,
            0 7px 0 rgba(0, 0, 0, .2);
}

.module_titles
{
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7), 0px 1px 0 rgba(0, 0, 0, .5);
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin: 0 0 0 0;
    padding: 20px 0 20px 0;
    letter-spacing: 4px;
    font: normal 15px/1 Verdana, Helvetica;
    position: relative;
}

/*--------------------*/


.h1
{
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7), 0px 2px 0 rgba(0, 0, 0, .5);
    text-transform: uppercase;
    text-align: center;
    color: #fff !important;
    margin: 0 0 0 0;
    padding:0;
    letter-spacing: 4px;
    font: normal 26px/1 Verdana, Helvetica;
    position: relative;
    cursor: hand;
}

.h1:after, h1:before
{

    content: "";
    height: 1px;
    position: absolute;
    top: 39px;
    width: 47%;

}

.h1:after
{
    background-image: -webkit-gradient(linear, left top, right top, from(#777), to(#fff));
    background-image: -webkit-linear-gradient(left, #777, #fff);
    background-image: -moz-linear-gradient(left, #777, #fff);
    background-image: -ms-linear-gradient(left, #777, #fff);
    background-image: -o-linear-gradient(left, #777, #fff);
    background-image: linear-gradient(left, #777, #fff);
    right: 20px;
}

.h1:before
{
    background-image: -webkit-gradient(linear, right top, left top, from(#777), to(#fff));
    background-image: -webkit-linear-gradient(right, #777, #fff);
    background-image: -moz-linear-gradient(right, #777, #fff);
    background-image: -ms-linear-gradient(right, #777, #fff);
    background-image: -o-linear-gradient(right, #777, #fff);
    background-image: linear-gradient(right, #777, #fff);
    left: 20px;
}

/*--------------------*/
/*--logout top bar--*/

.main-menu
{
    background-color: whitesmoke;
    padding: 5px;
    float: left;
    margin-right: 30px;
    margin-bottom: 5px;

    z-index: 0;
    -moz-border-radius: 3px;

    border-radius: 3px;



}

#logout {
    font-family: Verdana, Helvetica;
    font-size: 1em;
    font-style: italic;
    color: #fff;
    vertical-align: middle;
    padding-top: 4px;
    padding-left: 1em;
    padding-right: 2em;
    height:45px;
    background-color: #eee;
    border: 1px dashed #ccc;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}



.logouttext {
    font-family: Verdana, Helvetica;
    font-size: 1em;
    font-style: italic;
    font-weight: bold;
    font-variant: small-caps;
    color: #fff;
    vertical-align: top;
    padding-right: 1em;
    padding-left:2em;
    padding-top:4px;


}

#organization {
    font-family: Verdana, Helvetica;
    font-size: 1.5em;
    font-style: italic;
    font-weight: bolder;
    font-variant: small-caps;
    color: #fff;


}
#dentist_img{
    background-color: #eee;
    border: 1px dashed #ccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    vertical-align:middle;
    margin:2px 10px 2px 2px;
}

.table-element-xs{
    text-align:center;
    font-size: 1.5em !important;
    border-style: solid;
    border-width: 0 1px 0 1px;
    color: white;
}

.table-element{
    text-align:center;
    font-size: 1.4em !important;
    padding: 0 !important;
    border:0px solid;
    color: white;




}
.table-element-img{
    line-height: 0 !important;
}

.table-header-element{
    text-align:center;
    font-size: 1.5em !important;
        padding: 0 !important;
    border:0px solid;
    font-weight:600;




}
.text{



}

.table-row-container{

    background-color: rgb(61, 61, 61);

    height: auto;

    padding: 0 0 0px 0px;

    position: relative;

    z-index: 0;

    -moz-border-radius: 3px;

    /* border-radius: 3px; */

    padding:5px;

    margin: 1px 0 0px 0px;
}

.table-header-row-container{

    color: #222d32;

    /* background-color: rgb(60, 141, 188); */

    height: auto;

    padding: 0 0 0px 0px;

    position: relative;

    z-index: 0;

    -moz-border-radius: 3px;

    /* border-radius: 3px; */

    /* border: 1px solid #222d32; */

    /* border-right: 1px; */

    padding:5px;

    margin: 1px 0 0px 0px;
}
.table-header-icon
{
    width:40px;
    opacity:1;
    border: 1px solid #ccc;
    background-color: whitesmoke;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.icon-100
{
    width: 100px;
}
/* Extra Small Devices, .visible-xs-* */
@media (max-width: 767px) {
    .table-header-element, .table-element{
        font-size: 10px !important;
    }
    .icon-x
    {
        width: 24px !important;
    }
    .table-header-icon
    {
        width: 24px !important;
    }
}

/* Small Devices, .visible-sm-* */
@media (min-width: 768px) and (max-width: 1090px) {
    .table-header-element, .table-element{
        font-size: 14px !important;
    }

}

/* Medium Devices, .visible-md-* */
@media (min-width: 1091px) and (max-width: 1499px) {
    .icon-100
    {
        width: 64px;
    }

    .imagecornerback{
        width:150px;
    }

    .imagecornerfront{
        width:150px;
    }

}

/* Large Devices, .visible-lg-* */
@media (min-width: 1500px) {
    .icon-100
    {
        width: 100px;
    }
    .imagecornerback{
        width:230px;
    }

    .imagecornerfront{
        width:250px;
    }
}


.icon-x
{
    width: 40px;
    border: 1px dashed #ccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.icon-links
{
    background-color: whitesmoke;
}


/*-------------------------------*/

/*-----------------------Search toolbar--------------------*/
#custom-search-input{
    padding: 0px;
    border: solid 0px #E4E4E4;
    border-radius: 6px !important;
    background-color: #fff;
}

#custom-search-input input{
    border: 0;
    box-shadow: none;
    border-radius: 6px !important;
}

#custom-search-input button{
    margin: 0px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}

#custom-search-input button:hover{
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search{
    font-size: 23px;
}
form{
    font-size: 1em !important;
}
img{
    font-size: 0em !important;
}
/*-----------------------End Search toolbar--------------------*/