﻿/* Start CSS Master Page */

body{ 
	font-family:Arial; font-size:14px;
	background-color: #FFF;
	background:url(images/line.gif);
	background-repeat:repeat-x;
}
#container
{
    width: 960px;
    height: 100%;
    margin: 0 auto;
    border-top: 0px;
    overflow: hidden;
    margin-bottom: 0px;
    padding-top:15px;
}

.item-btn-style{width: 251px; text-align: center; margin-top: 13px; border-top-left-radius: 8px; border-bottom-right-radius: 8px; height: 131px; display: flex; justify-content: center;  align-items: center; color: #ffffff !important; background: linear-gradient( 360deg, rgba(153,204,37,1) 0%, rgba(153,204,37,1) 44%, rgba(191,228,73,1) 75%);}

#header {
    padding: 10px 0px;
    height: 87px;
    margin-bottom: 25px;
}

#header #logo
{
	float:left;
	width:236px;
}

.content-ads-app{margin-top: 85px; text-align: center;}

.content-ads-app h2{font-size:18px;}

#header #nav
{
	float:right;
	width:690px;
	height:61px;
	background-image:url(images/nav.jpg);
	margin-top:20px;
	margin-right:15px;
	color:#FFF;
    background-repeat:no-repeat;
    background-size:100% 100%;
}

#updateFeeds{line-height: 23px;}

#header #nav div {
    padding: 10px 18px 0px 24px;
}

#header #nav div a{
	color:#FFF;
	text-decoration:none;
}
#header #nav div span{
	font-size:18px;
	margin: 5px;
	color:#90C81C;
}
#header #clients
{
	clear:both;
    text-align:right;
	width:925px;
}

#content
{
    padding: 0px 15px 0px 15px;
}
h1, h2, h3{
	color: #000;font-family:Myriad Pro;
}
h1{ 
	font-size:40px; padding-bottom: 20px;
}
h2{ 
	font-size:25px; padding-bottom: 15px; clear:both;
}
h3{
	font-size:15px; padding-bottom: 15px; padding-top: 15px; clear:both;
}

img{
	border:0px;
}

.btn_update_all
{
    background-image:url('images/btn_upd_all.gif');
    width: 116px;
    height: 36px;
    border:0px;
}
.btn_update
{
    background-image:url('images/btn_upd.gif');
    width: 97px;
    height: 37px;
    border:0px;
}
.btn_move
{
    border:0px;
    background-image:url('images/btn_move.gif');
    width: 64px;
    height: 27px;
}
.btn_delete
{
    border:0px;
    background-image:url('images/btn_delete.gif');
    width: 72px;
    height: 28px;
}
.btn_add
{
    background-image:url('images/btn_add.gif');
    width: 54px;
    height: 27px;
    border:0px;
}
.right{
    float:right;
}
.btn_app{   
    overflow:hidden;
    padding:2px 9px;
 -webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
cursor:pointer;
font-weight:lighter;
 font-family: Arial, Helvetica, sans-serif;
font-size:18px;
-webkit-box-shadow: 2px 2px 3px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    2px 2px 3px rgba(50, 50, 50, 0.75);
box-shadow:         2px 2px 3px rgba(50, 50, 50, 0.75);
    width:auto;
    color:white !important;
    background: #343434; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM0MzQzNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNDM0MzQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #343434 0%, #333333 50%, #343434 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#343434), color-stop(50%,#333333), color-stop(100%,#343434)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #343434 0%,#333333 50%,#343434 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #343434 0%,#333333 50%,#343434 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #343434 0%,#333333 50%,#343434 100%); /* IE10+ */
background: linear-gradient(to bottom,  #343434 0%,#333333 50%,#343434 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#343434', endColorstr='#343434',GradientType=0 ); /* IE6-8 */


}


    







.btn_create
{
    background-image:url('images/btn_create.gif');
    width: 97px;
    height: 37px;
    border:0px;
}
.btn_add_doctor
{
    background-image:url('images/btn_add_doctor.gif');
    width: 105px;
    height: 28px;
    border:0px;
}
.btn_add_staff
{
    background-image:url('images/btn_add_staff.gif');
    width: 94px;
    height: 28px;
    border:0px;
}
.btn_save
{
    background-image:url('images/btn_save.gif');
    width: 75px;
    height: 31px;
    border:0px;
}

.btn_search
{
    background-image:url('images/btn_search.gif');
    width: 97px;
    height: 37px;
    border:0px;
}

.btnface{background: #4DA358; padding: 10px; text-decoration: none; color: #FFFFFF; border-radius: 10px;}

.faceshow{display: inline-block;}

.facenone{display: none;}

.btn_sync {
    background-image: url('images/btn_sync.png');
    width: 48px;
    height: 38px;
    border: 0px;
}

.loading
{
    margin-top:40px;
    position:relative;
    left:45%;
    
}


/* End Master Page*/

/* CSS Default */
#content #menu
{
    width: 900px;
	margin:0 auto;
}
#content #menu .item
{
	float:left;
    margin: 15px;
}
/*End CSS Default */


/*Facebook tool start*/

.datestyle{width: 70px;}
#ContentPlaceHolder1_GridView1{margin: auto; margin-top: 18px;}
.countstyle{margin: 62px auto 0 auto; width: 940px; font-size: 16px;}
.numbercount{font-weight: 800; font-size: 16px;}
.inactiveunits{border-left: solid 16px #b54141; margin-left: 25px; padding-left: 7px; margin-right: 25px;}
.changeprice{border-left: solid 16px #c9cc25; padding-left: 7px;}
.numberspace{margin-left: 20px;}


/*Facebook tool end*/



/* CSS Business Info */

#texth1{
	float:left;
	width:40%;
}
#user
{
    font-size:26px;
    font-weight:bold;
    padding-bottom: 20px;
	float:right;
	text-align:right;
	color:#4DA357;
	width:55%;
}

.icon{
	float:left;
	width:33%;
	text-align:center;
	font-size:12px;
}
.image{
	text-align:center;
}

a{
    color:#36743E;
}

a:visited{
    color:#00C;
}

#content .col1 { width:100%; padding-bottom:15px; float:left; clear:both;}
#content .col2 { width:50%; padding-bottom:15px; float:left}
#content .col3 { width:33%; padding-bottom:15px; float:left}
#content .col4 { width:25%; padding-bottom:15px; float:left}
#content .col5 { width:20%; padding-bottom:15px; float:left}
#content .col6 { width:16%; padding-bottom:15px; float:left}
#content .col7 { width:14%; padding-bottom:15px; float:left}

/* End CSS Business Info */

/* CSS Sign-In */
#signlogo
{
    width:209px;
    height:67px;
    margin: 0 auto;
    background-image: url(images/logo.jpg);
}
#signfields
{
    width:209px;
    margin: 0 auto;
}

#thanks
{
    margin-top:25px;
	text-align:center;
	font-size:20px;
	font-weight:bolder;
}


/* End CSS Sign-In */

/* CSS Craiglist */
.craig_client
{
    font-size:26px;
    font-weight:bold;
    text-align:center;
	color:#4DA357;
}

/* End CSS Craiglist */

/* Start CSS Monthly projetc */

.divtable{
	float:left;
}

.divtabletitle{
	width:350px;
	text-align:center;
}

.task_done{
	background:#A9DE76;
	font-weight:600;
}

.task_done td{
	color:#fff;
}

.task_today{
	background:#f66;
	font-weight:600;
}

.task_today td{
	color:#fff;
}

.ccolor{color:#000;background:#fff;}
.ccolor td{color:#000;font-weight:normal;background:#fff;}

/* End CSS Monthly projetc */

/* Start CSS Manual */

.manualh2{
	font-size:22px; padding-bottom: 0px;
}

.manualul{
	margin-left:-5px;
}

.manualul li{
	padding-bottom:10px;
}

.linkback
{
    margin-top:30px;
    clear:both;
	text-align:center;
	font-size:20px;
	font-weight:bold;
}

/* End CSS Manual */

/* Start Craiglist-Client */

#op1search{
	border-right:1px solid #999;
	width:45%;
	margin-left:30px;
	float:left;
}

#op2search{
	width:45%;
	margin-left:30px;
	float:left;
}

/* End CSS Craiglist-Client */


.CreateAccountForm {width: 400px; float: left; margin-top: 25px; padding-left: 30px; font-size:14px; clear:both; }

.createaccountfields{width: 500px; margin-left:100px; padding-bottom:60px;}

.label{ width:310px; float:left;}
.text{width:190px; float:left;}

.input-text{  margin-bottom: 20px;  width: 190px;  height: 24px; }
.TextFormMulti{  margin-bottom: 20px;  width: 347px; height: 123px;}


.Category{ font-size:26px; font-family:Times New Roman; font-weight:bold; margin-bottom:15px; color:#646400; margin-left:15px;}
.SubCategory{ font-size:18px; font-family:Times New Roman; font-weight:bold; margin-bottom:20px; color:#666666; margin-left:50px;}

#GridForms { text-align:center;}

.left{ float:left;}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.tblErrors{margin-top:15px !important;}
.tblErrors > tbody > tr:last-child table td > span{    
    background: #90C81C;
    padding: 5px;
    color:#fff;
}
.tblErrors > tbody > tr:last-child table td > a{
    padding: 5px;
}
.btnapp {
    /*margin-top: 5px;*/
    margin-bottom: 5px;
    color: #fff !important;
    background-color: #333333;
    text-decoration: none;
    border-color: #fff;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
/*pagination-ys*/
.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination-ys table > tbody > tr > td {
    display: inline;
}

.pagination-ys table > tbody > tr > td > a,
.pagination-ys table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #dd4814;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}

.pagination-ys table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;    
    margin-left: -1px;
    z-index: 2;
    color: #aea79f;
    background-color: #f5f5f5;
    border-color: #dddddd;
    cursor: default;
}

.pagination-ys table > tbody > tr > td:first-child > a,
.pagination-ys table > tbody > tr > td:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination-ys table > tbody > tr > td:last-child > a,
.pagination-ys table > tbody > tr > td:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination-ys table > tbody > tr > td > a:hover,
.pagination-ys table > tbody > tr > td > span:hover,
.pagination-ys table > tbody > tr > td > a:focus,
.pagination-ys table > tbody > tr > td > span:focus {
    color: #97310e;
    background-color: #eeeeee;
    border-color: #dddddd;
}
/*end pagination-ys*/

/* pagination */

.pagination {
    height: 36px;
    margin: 18px 0;
    color: #90C81C;
}

.pagination ul {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    margin-left: 0;
    color: #ffffff;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination li {
    display: inline;
    color: #90C81C;
}

.pagination a {
    float: left;
    padding: 0 14px;
    line-height: 34px;
    color: #90C81C;
    text-decoration: none;
    border: 1px solid #ddd;
    border-left-width: 0;
}

.pagination a:hover,
.pagination .active a {
    background-color: #90C81C;
    color: #ffffff;
}

.pagination a:focus {
    background-color: #90C81C;
    color: #ffffff;
}


.pagination .active a {
    color: #ffffff;
    cursor: default;
}

.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
    color: #999999;
    background-color: transparent;
    cursor: default;
}

.pagination li:first-child a {
    border-left-width: 1px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.pagination li:last-child a {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.pagination-centered {
    text-align: center;
}

.pagination-right {
    text-align: right;
}

.pager {
    margin-left: 0;
    margin-bottom: 18px;
    list-style: none;
    text-align: center;
    color: #90C81C;
    *zoom: 1;
}

.pager:before,
.pager:after {
    display: table;
    content: "";
}

.pager:after {
    clear: both;
}

.pager li {
    display: inline;
    color: #90C81C;
}

.pager a {
    display: inline-block;
    padding: 5px 14px;
    color: #90C81C;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.pager a:hover {
    text-decoration: none;
    background-color: #f5f5f5;
}

.pager .next a {
    float: right;
}

.pager .previous a {
    float: left;
}

.pager .disabled a,
.pager .disabled a:hover {
    color: #999999;
}


/* end */

.form-control{
    height:28px;
}
select.form-control{
    height:34px;
}
.hide{display:none !important;}

.checkcolor { background-color: #A9DE76 !important; color:#fff !important; }

.btnred{background-color:#f52a15 !important; color: #fff;}

/*#region Errors */
.highPriority{
    background:rgba(219, 23, 23, 0.85);
}
.mediumPriority{
    background:rgba(219, 215, 23, 0.85);
}

/*#endregion */