﻿
.divLogin
{
margin-left:auto;
margin-right:auto;
margin-top:80px;
border:1px solid #CDCDCD;
background-color:#f5f5f5;
padding: 30px 60px;
width: 370px;
margin-bottom :10px;
border-radius:2px
}
.required
{
    color:red;
}
.left-navigation
{
    width:20%;
    float:left;
}
	

	ul.ul-navigation {
		position:relative;
		background:#fff;
		width:250px;
		margin:auto;
		padding:0;
		list-style: none;
		overflow:hidden;
		
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;	
		
		-webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
		box-shadow:  1px 1px 10px rgba(0, 0, 0, 0.1);	
	}

	.ul-navigation li a {
		width:225px;
		padding-left:20px;
		height:50px;
		line-height:50px;
		display:block;
		overflow:hidden;
		position:relative;
		text-decoration:none;
		text-transform:uppercase;
		font-size:14px;
		color:#686868;
		
		-webkit-transition:all 0.2s linear;
		-moz-transition:all 0.2s linear;
		-o-transition:all 0.2s linear;
		transition:all 0.2s linear;			
	}

	.ul-navigation li a:hover {
		background:#efefef;
	}

	.ul-navigation li a.profile {
		border-left:5px solid #008747;
	}

	.ul-navigation li a.messages {
			border-left:5px solid #fecf54;
	}
		
	.ul-navigation li a.settings {
			border-left:5px solid #cf2130;
	}

	.ul-navigation li a.logout {
			border-left:5px solid #dde2d5;
	}	

	.ul-navigation li:first-child a:hover, .ul-navigation li:first-child a {
		-webkit-border-radius: 5px 5px 0 0;
		-moz-border-radius: 5px 5px 0 0;
		border-radius: 5px 5px 0 0;
	}

	.ul-navigation li:last-child a:hover, .ul-navigation li:last-child a {
		-webkit-border-radius: 0 0 5px 5px;
		-moz-border-radius: 0 0 5px 5px;
		border-radius: 0 0 5px 5px;
	}

	.ul-navigation li a:hover i {
		color:#ea4f35;
	}

	.ul-navigation i {
		margin-right:15px;
		
		-webkit-transition:all 0.2s linear;
		-moz-transition:all 0.2s linear;
		-o-transition:all 0.2s linear;
		transition:all 0.2s linear;	
	}

	.ul-navigation em {
		font-size: 10px;
		background: #ea4f35;
		padding: 3px 5px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;		
		font-style: normal;
		color: #fff;
		margin-top: 17px;
		margin-right: 15px;
		line-height: 10px;
		height: 10px;		
		float:right;
	}

	.ul-navigation li.selected a {
		background:#efefef;
	}

.left-navigation-outer
{
    margin-top:50px;
}

.user-width
{
width:400px;
}

.user-grid-outer
{
border: solid 1px #999999; 
}

.user-grid-inner
{
padding-bottom: 5px; padding-top: 5px; background-color: #2B2B2B; color: #999999
}

.user-grid-rows
{
border-bottom: solid 1px #999999; padding-top: 5px;font-size:13px;background:#F5F5F5;min-height: 25px;
}

.user-grid-rows:hover
{
background:#e6e6e6;color:#999999 !important;
}

.divEditUser
{
    margin: 15px auto 10px 22px;
    width: 550px;
}

.visit-grid-inner
{
padding-bottom: 5px; padding-top: 5px; background-color: #2B2B2B; color: #999999
}

.visit-grid-Insertrows
{
border-bottom: solid 1px #999999; padding-top: 5px;font-size:13px;min-height: 25px;
}

.visit-grid-rows
{
border-bottom: solid 1px #999999; padding-top: 5px;font-size:13px;background:#F5F5F5;min-height: 25px;
}

/*  SECTIONS  */
    .section {
        clear: both;
        padding: 5px;
        margin: 0px;
    }

    /*  COLUMN SETUP  */
    .col {
        display: block;
        float: left;
        margin: 1% 0 1% 1.6%;
    }

        .col:first-child {
            margin-left: 0;
        }


    /*  GROUPING  */
    .group:before,
    .group:after {
        content: "";
        display: table;
    }

    .group:after {
        clear: both;
    }

    .group {
        zoom: 1; /* For IE 6/7 */
    }

    /*  GRID OF THREE  */
    .span_12_of_12 {
        width: 100%;
    }

    .span_11_of_12 {
        width: 91.53%;
    }

    .span_10_of_12 {
        width: 83.06%;
    }

    .span_9_of_12 {
        width: 74.6%;
    }

    .span_8_of_12 {
        width: 66.13%;
    }

    .span_7_of_12 {
        width: 60.2%;
    }

        .span_17_of_12 {
        width: 22.2%;
    }

    .span_16_of_12 {
        width: 8.86%;
    }
    .span_6_of_12 {
        width: 49.2%;
    }

    .span_5_of_12 {
        width: 40.73%;
    }

    .span_4_of_12 {
        width: 32.26%;
    }

    .span_3_of_12 {
        width: 23.8%;
    }

    .span_2_of_12 {
        width: 15.33%;
    }

    .span_1_of_12 {
        width: 6.86%;
    }

    .span_13_of_12 {
        width: 12.86%;
    }

    .span_14_of_12 {
        width: 2.86%;
    }

    .span_15_of_12 {
        width: 4.86%;
    }

    .span_18_of_12 {
    width: 50%;
    }

    .prescibervisitdetail-grid-outer {
        float: left;
        margin-left: 0px;
    }

    .body {
        margin: 0px;
        padding: 0px;
    }

    .span13 {
        width: 98%;
    }

    .span14 {
        min-width: 1300px;
        margin-left: 0 !important;
    }

    .scrollbar {
        max-height: 500px;
        max-width: 936px;
        overflow: auto;
        margin-bottom: 10px;
        margin-left: 20px ;
        margin-right: 0px;
        margin-top: 10px;
        position:absolute;
    }


    .dataTables_filter {
   display: none;
}
    .Selected {
            background:#3b3b3b;
            color: #999999;
            text-shadow: none;
            
    }
        .Selected:hover {
            background: #5c5c5c;
            color: #999999;
            text-shadow: none;
        }
