﻿html, *
{
    margin: 0;
    padding: 0;
}
table
{
    width: 100%;
    padding: 0;
    margin: 0;
}
img
{
    border: none;
}

#logo
{
    background-image: url('images/veridoc_logo.png');
    background-repeat: no-repeat;
    background-size: 100%; /* width: 217px;     height: 74px;*/
    width: 108px;
}
.greeting
{
    vertical-align: middle;
    text-align: right;
    font-size: 1em;
}
.welcome
{
    font-size: 1.2em !important;
    color: White;
}
.appname
{
    font-size: 1.2em !important;
    font-weight: bold !important;
    display: inline-block;
}
.trialname
{
    font-size: 0.8em !important;
    font-weight: bold !important;
    display: inline-block;
    color: Red;
}
#topshortcut
{
    display: inline-block;
}
#topshortcut > ul
{
    list-style: none none outside;
    display: inline-block;
}
#topshortcut > ul > li
{
    display: inline-block;
    border: 0px solid;
    padding: 2px;
    border-radius: 3px;
}

#topshortcut > ul > li > a
{
    color: Black;
    text-decoration: none;
}
#topshortcut > ul > li > a > i
{
    font-size: 1.2em;
}
#topshortcut > ul > li:hover
{
    background-color: #EAEAEA;
}

#contentheader_text
{
    display: table-cell;
    font-weight: bold;
    font-size: 1.4em;
    color: Blue;
}
.top_button
{
    text-decoration: none;
    color: Blue;
    font-size: 1em;
}
#footer
{
    background-image: url('images/Main-footer_blr.jpg');
    height: 25px;
    text-align: right;
    vertical-align: bottom;
    font-size: 1.2em;
}
#main_frame
{
    width: 100%;
    height: 100%;
    height: 600px;
    padding-right: 5px;
    background-image: url('images/Main-Screen_bg.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
}
#welcome
{
    font-size: 1.2em;
}
.sidebar
{
    vertical-align: top;
    width: 100px; /*   border-top: 1px solid #CCFFFF;     border-right: 3px solid #CCFFFF;     border-bottom: 1px solid #CCFFFF;     border-radius: 0px 10px 10px 0px;     border-top-color: #BEE4FA;     border-right-color: #BEE4FA;     border-bottom-color: #BEE4FA;*/
    font-size: 1.2em;
    table-layout: fixed; /* border-top: 1px solid;     border-right: solid;     border-radius: 5px;*/
}
.content
{
    /*  background: #d6f9ff; /* Old browsers */ /*  background: -moz-linear-gradient(left,  #d6f9ff 0%, #9ee8fa 100%); /* FF3.6+ */ /*background: -webkit-gradient(linear, left top, right top, color-stop(0%,#d6f9ff), color-stop(100%,#9ee8fa)); /* Chrome,Safari4+ */ /*  background: -webkit-linear-gradient(left,  #d6f9ff 0%,#9ee8fa 100%); /* Chrome10+,Safari5.1+ */ /*  background: -o-linear-gradient(left,  #d6f9ff 0%,#9ee8fa 100%); /* Opera 11.10+ */ /* background: -ms-linear-gradient(left,  #d6f9ff 0%,#9ee8fa 100%); /* IE10+ */ /*  background: linear-gradient(to right,  #d6f9ff 0%,#9ee8fa 100%); /* W3C */ /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6f9ff', endColorstr='#9ee8fa',GradientType=1 ); /* IE6-9 */ /* height: 500px;*/
    border-top: 1px solid #CCFFFF;
    border-right: 3px solid #CCFFFF;
    border-bottom: 1px solid #CCFFFF;
    border-radius: 0px 10px 10px 0px;
    border-top-color: #BEE4FA;
    border-right-color: #BEE4FA;
    border-bottom-color: #BEE4FA;
}

.content_data
{
    width: 100%;
    display: none;
    overflow: auto;
    height: 520px;
}
.blueGradient
{
    /* Old browsers */
    background: #f0f9ff; /* FF3.6+ */
    background: -moz-linear-gradient(top,  #f0f9ff 0%, #cbebff 47%, #a1dbff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f9ff), color-stop(47%,#cbebff), color-stop(100%,#a1dbff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#a1dbff',GradientType=0 ); /* IE6-9 */
}



.sidebar table tr td
{
    /* background: #f0f9ff; /* Old browsers */ /* background: -moz-radial-gradient(center, ellipse cover,  #f0f9ff 0%, #cbebff 47%, #a1dbff 100%); /* FF3.6+ */ /* background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#f0f9ff), color-stop(47%,#cbebff), color-stop(100%,#a1dbff)); /* Chrome,Safari4+ */ /*  background: -webkit-radial-gradient(center, ellipse cover,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* Chrome10+,Safari5.1+ */ /*  background: -o-radial-gradient(center, ellipse cover,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* Opera 12+ */ /* background: -ms-radial-gradient(center, ellipse cover,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* IE10+ */ /*  background: radial-gradient(ellipse at center,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* W3C */ /*  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#a1dbff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    padding: 5x;
    cursor: pointer;
    height: 60px;
    background-size: cover;
}
.sidebar table tr td img
{
    width: 24px;
    height: 24px;
}


.content
{
    vertical-align: top;
    padding: 2px; /*   background-color: #F7F7F7;*/
}

#menuwrapper
{
    height: 480px;
    overflow: auto;
}
.mastermenu
{
    list-style: none;
    margin: 5px;
    font-size: 1.1em;
    height: 460px;
}
.mastermenu li
{
    display: inline-block;
    width: 150px;
    height: 80px; /* border: gray solid 2px;     border-radius: 10px;*/
    text-align: center;
    float: left; /* background: #f0f9ff; /* Old browsers */ /*   background: -moz-radial-gradient(center, ellipse cover,  #f0f9ff 0%, #cbebff 47%, #a1dbff 100%); /* FF3.6+ */ /*  background: -webkit-radial-gradient(center, ellipse cover,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* Chrome10+,Safari5.1+ */ /*  background: -o-radial-gradient(center, ellipse cover,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* Opera 12+ */ /*   background: -ms-radial-gradient(center, ellipse cover,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* IE10+ */ /*   background: radial-gradient(ellipse at center,  #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* W3C */ /*   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#a1dbff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    margin: 2px;
    cursor: pointer;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 150px 80px;
}




.mastermenu li:hover
{
    background: #87e0fd; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #87e0fd 0%, #53cbf1 40%, #05abe0 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#87e0fd), color-stop(40%,#53cbf1), color-stop(100%,#05abe0)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, #87e0fd 0%,#53cbf1 40%,#05abe0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, #87e0fd 0%,#53cbf1 40%,#05abe0 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, #87e0fd 0%,#53cbf1 40%,#05abe0 100%); /* IE10+ */
    background: radial-gradient(ellipse at center, #87e0fd 0%,#53cbf1 40%,#05abe0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#05abe0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.mastermenu li img
{
    width: 24px;
    height: 24px;
}
.pager
{
}

.pager ul
{
    margin: 5px;
    list-style: none;
    display: inline-block;
}

.pager li
{
    padding: 5px;
    display: inline-block;
    color: Black;
    background-color: #66FFFF;
    border: 1px black solid;
}

.pager li:hover
{
    display: inline-block;
    color: #000000;
    background-color: #99FFCC;
}

.pager li a
{
    color: Black;
}

.pager li a:hover
{
    color: #FFFF00;
}




.pager .active
{
    background: #000099;
    color: Yellow;
}

.lblerror
{
    color: Red;
}

.number
{
    max-width: 80px;
}

#tblContact
{
    margin-right: 20px;
}

table.hazelgrid tr .hazelGridButton
{ 
    cursor: pointer;
    padding:5px;
}
table.hazelgrid tr .hazelGridButtonDiv
{
    display: none;
    margin: 15px 0px;
    cursor: pointer;
    border:1px solid gray;   
}

table.hazelgrid tr:hover .hazelGridButtonDiv
{
    
    display: inline-block;
}

.floatright
{
    float: right;
}

.hazelGridTop, .hazelGridTopRight
{
    float: right;
}


#loading-div-background
{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: #CCFFFF;
    width: 100%;
    height: 100%;
    z-index: 1010;
    display: none;
}

#loading-div
{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /*   background-color: white;*/
    text-align: center;
    position: absolute; /* left: 50%;     top: 50%;*/
    color: black; /*   margin-left: -150px;     margin-top: -100px;*/
    border: 1px solid gray;
    z-index: 1011;
    padding: 100px;
}

/* add in css  -  Hitesh*/

.divHeading
{
    padding: 5px;
    border-bottom: 2px solid #ddd;
}

.spnHeading
{
    font-size: 14px;
    color: #94CBF7;
    font-weight: bold;
}

.date
{
    /*Used for jquery ui datepicker*/
    width: 120px;
}


.lblrequired:after
{
    color: #e32;
    content: ' *';
    display: inline;
}

/* Added by Chintan Bilimoria on 16 Jan 2015 */

input[type="button"]:disabled
{
    background-color: #eee;
    background-image: none;
    cursor: default;
}

/* End */


/* ADD hazelGridShowAll_Btn */
.fa fa-plus-circle
{
    background-color: #eee;
    background-image: none;
    cursor: default;
    visibility: visible;
}

.ui-widget
{
    font-size: 0.9em;
    z-index: 999999;
}
.hazelGrid_AddBtnPermissionD
{
    visibility: visible;
    border: 1px lightgray solid;
    border-radius: 5px;
    text-decoration: none;
    background-color: #eee;
    background-image: none;
    cursor: default;
    font-size: 1.2em;
    color: black;
    display: inline-block;
    padding: 4px;
}
.hazelGrid_AddBtnPermissionE
{
    font-size: 1.2em;
    cursor: pointer;
    color: black;
    display: inline-block;
    border: 1px lightgray solid;
    border-radius: 5px;
    text-decoration: none;
    background: #f0f9ff; /* Old browsers */
    padding: 4px;
}

.hazelGrid_AddBtnPermissionE:hover
{
    /*font-weight: bold;*/
    border-color: Gray;
}


.hazelGridShowAll_Btn
{
    margin: 0px 5px;
    font-size: 1.2em;
    cursor: pointer;
    color: black;
    display: inline-block;
    border: 1px lightgray solid;
    border-radius: 5px;
    text-decoration: none;
    background: #f0f9ff; /* Old browsers */
    padding: 4px;
}

.hazelGridShowAll_Btn:hover
{
    /*  font-weight: bold;*/
    border-color: Gray;
}

.hazelGrid_AddBtn
{
    font-size: 1.2em;
    cursor: pointer;
    color: black;
    display: inline-block;
    border: 1px lightgray solid;
    border-radius: 5px;
    text-decoration: none;
    background: #f0f9ff; /* Old browsers */
    padding: 4px;
}


.hazelGrid_AddBtn:hover
{
    /*  font-weight: bold;*/
    border-color: Gray;
}

::-webkit-scrollbar
{
    width: .5em;
}
::-webkit-scrollbar-button
{
    background: darkgray;
    border-radius: .3em;
}
::-webkit-scrollbar-track-piece
{
    background: lightgray;
}
::-webkit-scrollbar-thumb
{
    background: gray;
    border-radius: .3em;
}
#divlogin
{
    display: none;
    background-image: url('images/Login-Screen-blue.png');
    background-repeat: no-repeat;
    font-size: 1.2em;
}

.hazelGrid_DdlBtn
{
    font-size: 1.1em;
    cursor: pointer;
    color: black;
    display: block !important;
    border: 1px lightgray solid;
    border-radius: 5px;
    text-decoration: none;
    background: #f0f9ff; /* Old browsers */
    padding: 4px;
}
.hazelGrid_DdlBtn:hover
{
    /*  font-weight: bold;*/
    border-color: Gray;
}

.hazelGrid_DdlBtnPermissionD
{
    visibility: visible;
    border: 1px lightgray solid;
    border-radius: 5px;
    text-decoration: none;
    background-color: #eee;
    background-image: none;
    cursor: default;
    font-size: 1.1em;
    color: black;
    display: block !important;
    padding: 4px;
}
.hazelGrid_DdlBtnPermissionE
{
    font-size: 1.1em;
    cursor: pointer;
    color: black;
    display: block !important;
    border: 1px lightgray solid;
    border-radius: 5px;
    text-decoration: none;
    background: #f0f9ff; /* Old browsers */
    padding: 4px;
}

.hazelGrid_DdlBtnPermissionE:hover
{
    /*font-weight: bold;*/
    border-color: Gray;
}

.hazelGrid_DdlBtnPermissionD:hover
{
    /*font-weight: bold;*/
    border-color: Gray;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
	z-index:1010 !important;
}

.hazelgrid
{
    background: #E7EFF2;
    color: #455A64;
    border-color: #979797;
}

.hazelgrid thead th
{
    color: Black;
}


.hazelgrid tbody tr
{
}

.hazelgrid tbody tr:hover
{
}