/* CSS Document */ 
/*
@font-face {
    font-family: 'Droid Arabic Naskh';
    font-family: "BMitra";
    font-style: normal;
    font-weight: 400;
    src: url('fonts/DroidNaskh-Regular.eot');
    src: url('fonts/DroidNaskh-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/DroidNaskh-Regular.woff2') 
format('x-woff2'), url('fonts/DroidNaskh-Regular.woff') format('woff'), url('fonts/DroidNaskh-Regular.ttf') format('truetype');
}

*/

/************* Summary **************/
.summary {
float:right;
margin:4px 10px;
display: table;
width:285px;
}
.summary_2{
    width:447px;
}
.mceContentBody{background-color: #FFF;background-image: none;}
.summary .head {
	background:#78b1ed;
	background:-moz-linear-gradient(top,rgba(120,177,237,1) 0,rgba(65,123,181,1) 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(120,177,237,1)),color-stop(100%,rgba(65,123,181,1)));
	background:-webkit-linear-gradient(top,rgba(120,177,237,1) 0,rgba(65,123,181,1) 100%);
	background:-o-linear-gradient(top,rgba(120,177,237,1) 0,rgba(65,123,181,1) 100%);
	background:-ms-linear-gradient(top,rgba(120,177,237,1) 0,rgba(65,123,181,1) 100%);
	background:linear-gradient(top,rgba(120,177,237,1) 0,rgba(65,123,181,1) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#78b1ed',endColorstr='#417bb5',GradientType=0);
	height:34px;
	line-height:25px;
	border:1px solid #2b5177;
	border-radius:3px 3px 0 0;
	border-bottom:0;
	box-shadow:inset 0 1px 0 0 rgba(255,255,255,0.5)
}
.summary .head a{
    color:#FFF;
}
.summary .head_right {
min-width:40px;
min-height:40px;
float:right;
background-image:url( '../img/summary_head_right.png ');
}
hr{
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #E5E5E5 -moz-use-text-color #FFFFFF;
    border-left: 0 none;
    border-right: 0 none;
    border-style: solid none;
    border-width: 1px 0;
    background-image: -moz-linear-gradient(left center , transparent, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
    border: 0 none;
    height: 1px;
}

.summary .head_left {
float:right;
font-weight:bold;
color:white;
padding-top:5px;
text-align:right;
}

.summary .contain {
    border: 1px solid #C8C8C8;
    display: inline-table;
    margin-top: -6px;
    padding: 10px;
    width: 100%;
}

.summary .contain ul {
list-style:none;
}

.summary .logo{
  /*  border: 1px solid #C58300;
    box-shadow: 0 0 2px #C58300;
   */ float: left;
    height: 50px;
    margin: 5px;
    width: 50px;
}
.summary .logo img{
    width: 50px;
}
.breadcrump {
background-color:white;
float:none;
height:16px;
padding-right:5px;
padding-top:9px;
}

p {
/*text-indent:25px;*/
}

.factor td {
padding-top:10px;
}

.user-bar {
    margin:0px;
    padding:0px;
    height:30px;
	border-bottom:1px solid #b2b2b2;
	background:#e8e8e8;
	background:-moz-linear-gradient(top,#e8e8e8 0,#d4d4d4 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#e8e8e8),color-stop(100%,#d4d4d4));
	background:-webkit-linear-gradient(top,#e8e8e8 0,#d4d4d4 100%);
	background:-o-linear-gradient(top,#e8e8e8 0,#d4d4d4 100%);
	background:-ms-linear-gradient(top,#e8e8e8 0,#d4d4d4 100%);
	background:linear-gradient(top,#e8e8e8 0,#d4d4d4 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8',endColorstr='#d4d4d4',GradientType=0)
}
.user-bar a{
    color:#4A4A4A;
}
.user-bar .seperator{
    display:inline-block;
	background:url(../img/new/seperator.png) no-repeat left;
    margin: 0 13px;
}
.user-bar #user-return {
float:left;
text-align:left;
margin:7px;
}
#menu .active{
    background:#e8eaef !important;
}
.users .title{
    background:#78b1ed;
	background:-moz-linear-gradient(top,rgba(120,177,237,1) 0,rgba(65,123,181,1) 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(120,177,237,1)),color-stop(100%,rgba(65,123,181,1)));
	background:-webkit-linear-gradient(top,rgba(120,177,237,1) 0,rgba(65,123,181,1) 100%);
	background:-o-linear-gradient(top,rgba(120,177,237,1) 0,rgba(65,123,181,1) 100%);
	background:-ms-linear-gradient(top,rgba(120,177,237,1) 0,rgba(65,123,181,1) 100%);
	background:linear-gradient(top,rgba(120,177,237,1) 0,rgba(65,123,181,1) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#78b1ed',endColorstr='#417bb5',GradientType=0);
	height:34px;
	line-height:25px;
	border:1px solid #2b5177;
	border-radius:3px 3px 0 0;
	border-bottom:0;
	box-shadow:inset 0 1px 0 0 rgba(255,255,255,0.5);
    color:#FFF;
}
.user-bar #user-log {
float:right;
margin:3px;
width:30px;
}

#wrapper {
width:800px;
min-width:800px;
float:none;
}

#wrapper div {
border:solid 1px;
float:right;
padding:0 10px;
}

#wrapper .old {
color:#575757;
background-color:#DDD;
}

#wrapper .current {
color:green;
background-color:#DDFFEE;
}

.user-bar #user-info {
float:right;
margin:7px;
min-width:250px;
}

.user-bar #toolbar {
float:right;
/* margin-right:100px; */
}

.user-bar #toolbar div {
margin:7px;
}

.message-box {
width:100%;
background-color:#e6e6e6;
margin-bottom:10px;
}

.message-box-admin {
width:100%;
background-color:#c1c1c1;
margin-bottom:10px;
}

.selectType {
margin:0 auto;
padding-bottom:20px;
width:300px;
}

.selectType select {
width:80%;
}

.message-box .title,.message-box-admin .title {
width:100px;
}

#logos img {
width:550px;
}

#logos {
text-align:center;
}

.message-box .content,.message-box-admin .content {
background-color:white;
padding:10px;
border:solid 1px gray
}



.messageerror {
background-color:#FFD7D7;
border:1px solid #A11010;
color:#A11010;
padding:10px;
}

.error-message {
color:red;
}

body { 
/*background: url('../img/new/texture.jpg');*/
background-color:#C2D8DC;
margin:0;
direction:rtl;
}

a {
text-decoration:none;
color:#328DFF;
}

a img {
border:none;
}

a:hover {
color:red;
cursor:pointer;
}

* {
font-family:Tahoma,Geneva,sans-serif;
font-size:12px;
/*
font-family:BMitra;
font-size:12px;
*/
}

textarea {
width:100%;
}

#login {
margin:0 auto;
}

table {
margin:0;
}

.users {
width:100% !important;
border-spacing:0px;
background-color:#c9c9c9;
margin-bottom: 30px;
border-style: solid solid none solid;
border-width: 1px;
border-color:#CCC;
}
.users th {
    background:url("../img/new/tables/table-head-bg.png") repeat-x scroll top left #ddd;
	border-top:1px solid #fff;
	border-bottom:1px solid #bcbcbc;
    text-align:center;
    vertical-align:middle;
	text-align:right;
	border-right:1px solid #fff;
	border-left:1px solid #c3c3c3;
    text-align: center;
    font-size: 13px;
}
.users th a{
    color:#000;
}
.users th a:hover{
    color:#023A73;
}
.users th:first-child{
	border-right:0
}
.users th:last-child{
	border-left:0
}

.users th a.asc:after {
content: ' ⇣';
}

.users th a.desc:after {
content: ' ⇡';
}
.users td{
	vertical-align:top;
	text-align:right;
	padding:7px;
	border-left:1px dotted #bebebe
}
.users td{
	background:#f8f8f8
}
.users td:last-child{
	border-left:none
}
.users tr.even td,.users tr:nth-child(2n) td{
	background:#f0f0f0
}
.users tr:hover td{
	background:#e8eaef
}

.users td {
padding:2px 6px 3px 3px;
border-bottom: solid 1px #CCC;
vertical-align: text-top;
}

.users caption {
margin-top:30px;
background:#78b1ed;
	background:-moz-linear-gradient(top,rgba(120,177,237,1) 0,rgba(65,123,181,1) 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(120,177,237,1)),color-stop(100%,rgba(65,123,181,1)));
	background:-webkit-linear-gradient(top,rgba(120,177,237,1) 0,rgba(65,123,181,1) 100%);
	background:-o-linear-gradient(top,rgba(120,177,237,1) 0,rgba(65,123,181,1) 100%);
	background:-ms-linear-gradient(top,rgba(120,177,237,1) 0,rgba(65,123,181,1) 100%);
	background:linear-gradient(top,rgba(120,177,237,1) 0,rgba(65,123,181,1) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#78b1ed',endColorstr='#417bb5',GradientType=0);
	height:34px;
	line-height:25px;
	border:1px solid #2b5177;
	border-radius:3px 3px 0 0;
	border-bottom:0;
	box-shadow:inset 0 1px 0 0 rgba(255,255,255,0.5)
}

/* Nested Data Grid */
.user-detail {
width:500px;
background-color:#FFF5DE;
border:solid 1px #BFBFBF;
}

.user-detail caption {
border:solid 1px #BFBFBF;
}

input[type="text"],input[type="password"],select {
width:98%;
}

input.error[type="text"] {
border:dashed 1px red;
}
#toolbar-header{
    height:41px;
	background:#313131;
	background:-moz-linear-gradient(top,#313131 0,#101010 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#313131),color-stop(100%,#101010));
	background:-webkit-linear-gradient(top,#313131 0,#101010 100%);
	background:-o-linear-gradient(top,#313131 0,#101010 100%);
	background:-ms-linear-gradient(top,#313131 0,#101010 100%);
	background:linear-gradient(top,#313131 0,#101010 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#313131',endColorstr='#101010',GradientType=0);
    color:#FFF;
    padding:0 10px;
}
.right{
    float: right;
}
.left{
    float: left;
}
#toolbar-header .left{
    margin: 10px 0 0 5px;
}
#main-art {
cursor:default;
left:0;
position:relative;
top:0;
width:100%;
}

#body {
margin:0 auto;
min-height:1px;
min-width:1px;
position:relative;
width:1000px;
z-index:0;
border-right: solid 1px #CCC;
border-left: solid 1px #CCC;
}

#header {
height:108px;
margin:0 auto;
overflow:hidden;
position:relative;
width:1000px;
z-index:0;
background-image:url( "../img/new/banner-1000.png");
background-repeat:no-repeat;
}

#center {
background-color:#FFFFFF;
border:medium none !important;
border-collapse:collapse;
padding:10px !important;
table-layout:fixed;
display:table;
width:1000px;
}

#content {
float:none;
line-height:1.8;
padding:14px 7px;
text-align:justify;
width:985px;
}

#footer {
    height:20px;
	border-bottom:1px solid #b2b2b2;
	background:#e8e8e8;
	background:-moz-linear-gradient(top,#e8e8e8 0,#d4d4d4 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#e8e8e8),color-stop(100%,#d4d4d4));
	background:-webkit-linear-gradient(top,#e8e8e8 0,#d4d4d4 100%);
	background:-o-linear-gradient(top,#e8e8e8 0,#d4d4d4 100%);
	background:-ms-linear-gradient(top,#e8e8e8 0,#d4d4d4 100%);
	background:linear-gradient(top,#e8e8e8 0,#d4d4d4 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8',endColorstr='#d4d4d4',GradientType=0);
    border:solid 1px #CCC;
    text-align: center;
    padding-top: 10px;
}
#footer a{
    color :#757B82;
}
#footer p{
    display: none;
}
.error {
color:red;
}

.tariff_table {
background:url( "../img/bg.png") repeat-x scroll 50% top #FEEEBD;
border:1px solid gray;
width:630px;
border-radius:8px;
}

.tariff_table td {
padding:5px;
}

optgroup {
font-style:normal;
}

.tariff_table input {
width:50px;
}

.name,.minTime,.minQty,.price,.orderTime,.orderQty,.total,.description {
color:#0074C7;
}

.tariff_table .add {
background-image:url(../img/add.png);
background-repeat:no-repeat;
padding-right:50px;
padding-top:12px;
color:highlight;
}

.tariff_table .add:hover {
cursor:pointer;
}

.tariff_table .edit {
background-image:url(../img/edit.png);
background-repeat:no-repeat;
padding-right:50px;
padding-top:12px;
color:highlight;
}

.tariff_table .edit:hover {
cursor:pointer;
}

.tariff_table .addOK {
background-image:url(../img/addOK.png);
background-repeat:no-repeat;
background-position:center;
padding-right:50px;
padding-top:12px;
color:black;
}

.tariff_table .delete {
background-image:url(../img/delete.png);
background-repeat:no-repeat;
background-position:center;
padding-right:50px;
padding-top:12px;
color:black;
}

.tariff_table .delete:hover {
cursor:pointer;
}

.del:hover {
cursor:pointer;
}

.head {
font-family:arial;
font-weight:bold;
font-size:15px;
background:#fff;
color:#e32;
font-size:160%;
font-weight:bold;
}
legend{
    background:#78b1ed;
	background:-moz-linear-gradient(top,rgba(120,177,237,1) 0,rgba(65,123,181,1) 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(120,177,237,1)),color-stop(100%,rgba(65,123,181,1)));
	background:-webkit-linear-gradient(top,rgba(120,177,237,1) 0,rgba(65,123,181,1) 100%);
	background:-o-linear-gradient(top,rgba(120,177,237,1) 0,rgba(65,123,181,1) 100%);
	background:-ms-linear-gradient(top,rgba(120,177,237,1) 0,rgba(65,123,181,1) 100%);
	background:linear-gradient(top,rgba(120,177,237,1) 0,rgba(65,123,181,1) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#78b1ed',endColorstr='#417bb5',GradientType=0);
	padding:5px 10px;
	line-height:16px;
	box-shadow:0 0 2px rgba(0,0,0,0.3);
	border:1px solid #fff;
	border-radius:5px 5px 5px 5px;
    color:#FFF;
    font-weight: 700;
    text-shadow: 0 1px 0 #000;
}
fieldset{
    border:1px solid #d2d2d2;
	border-radius:3px 3px 3px 3px;
	padding:0 10px 10px 10px;
	margin-bottom:10px;
	margin-top:10px
}
.s {
font-size:140%;
}

.main_msg {
padding:10px;
line-height:25px;
} 
input{
    margin: 0 3px;
}
input[type="text"],textarea,input[type="password"]{
	background:#fff;
	border:1px solid #c8c8c8;
	border-radius:5px;
	padding:5px 0;
	outline:0;
	-webkit-box-shadow:inset 0 2px 3px 0 rgba(18,16,11,0.13);
	-moz-box-shadow:inset 0 2px 3px 0 rgba(18,16,11,0.13);
	box-shadow:inset 0 2px 3px 0 rgba(18,16,11,0.13)
}
input[type="text"]:hover,input[type="text"]:active,input[type="text"]:focus,input[type="password"]:hover,input[type="password"]:active,input[type="password"]:focus,textarea:hover,textarea:active,textarea:focus{
	border:1px solid #a3a3a3
}
input[type="text"]:active,input[type="text"]:focus,input[type="password"]:active,input[type="password"]:focus,textarea:active,textarea:focus{
	-webkit-box-shadow:inset 0 2px 3px 0 rgba(18,16,11,0.13),0px 0 5px 0 rgba(58,111,163,0.75);
	-moz-box-shadow:inset 0 2px 3px 0 rgba(18,16,11,0.13),0px 0 5px 0 rgba(58,111,163,0.75);
	box-shadow:inset 0 2px 3px 0 rgba(18,16,11,0.13),0px 0 5px 0 rgba(58,111,163,0.75)
}
.toolbar_small,.toolbar_large{
	display:inline-block;
	position:relative;
	margin-right:5px
}
.toolbar_small .toolbutton{
	cursor:pointer;
	position:relative;
	height:25px;
	margin:6px 0;
	border-radius:3px;
	border:1px solid #000;
	-webkit-box-shadow:0 1px 0 0 rgba(255,255,255,0.2) inset;
	-moz-box-shadow:0 1px 0 0 rgba(255,255,255,0.2) inset;
	box-shadow:0 1px 0 0 rgba(255,255,255,0.2) inset;
	background:url(../img/new/toolbar/bg-normal.png)
}
.toolbar_small .toolbutton:hover{
	background:url(../img/new/toolbar/bg-hover.png)
}
.toolbar_small .toolbutton img{
	margin:7px 10px;
	margin-top:5px;
	display:block
}
.toolbar_small>.toolbutton>span{
	display:inline-block;
	height:14px;
	width:14px;
	background:url(../img/new/toolbar/bg-counter.png);
	position:absolute;
	top:-5px;
	right:-5px;
	text-align:center;
    font-size: 10px;
}
.toolbox{
	text-align:right;
	position:absolute;
	width:300px;
	left:-250px;
	top:43px;
	z-index:400;
	background:#ededed;
	border-radius:3px;
	border:1px solid #1e1e1e;
	-webkit-box-shadow:2px 2px 5px 0 rgba(0,0,0,0.17);
	-moz-box-shadow:2px 2px 5px 0 rgba(0,0,0,0.17);
	box-shadow:2px 2px 5px 0 rgba(0,0,0,0.17);
	display:none
}
.toolbox h3{
	background:url(../img/new/toolbar/toolbox/bg-header.png);
	height:27px;
	margin:0;
	padding:0 10px;
	line-height:27px;
	-webkit-box-shadow:inset 0 1px 0 0 rgba(255,255,255,0.1);
	-moz-box-shadow:inset 0 1px 0 0 rgba(255,255,255,0.1);
	box-shadow:inset 0 1px 0 0 rgba(255,255,255,0.1)
}
.toolbox p{
	padding:10px;
	margin:0
}
.toolbox .arrow{
	display:block;
	background:url(../img/new/toolbar/toolbox/arrow.png);
	width:17px;
	height:12px;
	position:absolute;
	right:23px;
	top:-11px
}
.toolbox .mail{
	padding:0 10px
}
.toolbox .mail li{
	list-style:none;
	display:block;
	margin-bottom:10px;
	padding-right:25px;
	background:url(../img/new/icons/mail-unread.png) right no-repeat
}
.toolbox .mail a{
	color:#222;
	font-size:13px
}
.toolbox .mail a:hover,.toolbox .mail a:active{
	color:#305883
}
.toolbox .mail li.read,.toolbox .mail li:hover{
	background:url(../img/new/icons/mail-open.png) right no-repeat
}
.toolbox .mail li strong{
	margin-left:5px;
	color:#164a7e
}
.toolbox .mail li small{
	display:block;
	color:#58646d
}
.toolbox .mail li .time{
	color:#8DAFC8
}
.toolbox .inbox{
	display:block;
	height:30px;
	line-height:30px;
	border-top:1px solid #c8c8c8;
	background:url(../img/new/boxes/bg-action.png) repeat-x #f7f7f7;
	text-align:left;
	padding:0 20px;
	color:#164a7e;
	border-radius:0 0 3px 3px
}
.toolbar_large .toolbutton{
	position:relative;
	height:25px;
	line-height:25px;
	margin:6px 0;
	border-radius:3px;
	border:1px solid #000;
	-webkit-box-shadow:0 1px 0 0 rgba(255,255,255,0.2) inset;
	-moz-box-shadow:0 1px 0 0 rgba(255,255,255,0.2) inset;
	box-shadow:0 1px 0 0 rgba(255,255,255,0.2) inset;
	background:url(../img/new/toolbar/bg-normal.png)
}
.toolbar_large .toolbutton img{
	margin-top:2px
}
.toolbar_large .toolcaption:hover{
	background:url(../img/new/toolbar/bg-hover.png)
}
.toolbar_large .toolicon,.toolbar_large .toolcaption,.toolbar_large .toolmenu{
	float:right
}
.toolbar_large .toolicon{
	display:inline-block;
	width:30px;
	height:25px;
	line-height:20px;
	text-align:center;
	background:url(../img/new/toolbar/divider.png) no-repeat top left
}
.toolbar_large .toolcaption{
	cursor:pointer;
	display:inline-block;
	height:25px;
	padding:0 5px 0 5px
}
.toolbar_large .toolcaption span{
	position:relative
}
.toolbar_large .toolcaption.active{
	background:url(../img/new/toolbar/bg-active.png);
	color:#000;
	text-shadow:none;
	border-radius:0 3px 0 0
}
.toolbar_large .dropdown{
	position:absolute;
	top:25px;
	left:-1px;
	background:#fafafa;
	border-radius:0 3px 3px 0;
	border:1px solid #343434;
	border-top:0;
	text-align:right;
	padding:0 4px;
	z-index:400;
	display:none
}
.toolbar_large .dropdown ul{
	padding-right:0;
    padding-left:40px;
	margin:2px 0 5px 0
}
.toolbar_large .dropdown li{
	list-style:none;
	height:24px;
	border:1px solid #fafafa
}
.toolbar_large .dropdown a{
	font-size:12px;
	padding-right:5px;
    display:block;
}
.toolbar_large .dropdown li:hover,.toolbar_large .dropdown li:active{
	background:#000;
	border:1px solid #232323;
	border-radius:3px;
	background-image:url(../img/new/toolbar/bg-menu-hover.png);
	-webkit-box-shadow:inset 1px 1px 1px 0 rgba(255,255,255,0.24);
	-moz-box-shadow:inset 1px 1px 1px 0 rgba(255,255,255,0.24);
	box-shadow:inset 1px 1px 1px 0 rgba(255,255,255,0.24)
}


.alert.error {
    color: #820101;
}
.alert.success {
    background: url("../img/new/alertboxes/bg-success.png") repeat-x scroll 0 0 #A3D9A5;
    border-color: #70A772;
}
.alert.error {
    background: url("../img/new/alertboxes/bg-error.png") repeat-x scroll 0 0 #F2AEAE;
    border-color: #CB5959;
}

.alert{
    text-shadow: 0 1px 1px #FFFFFF;
}

.alert{
    border: 1px solid;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 1px 1px 0 0 rgba(255, 255, 255, 0.65) inset;
    clear: both;
    margin-bottom: 9px;
    margin-top: 10px;
    padding: 7px 30px 7px 15px;
    position: relative;
}
.alert.success span.icon {
    background: url("../img/new/icons/tick-circle.png") repeat scroll 0 0 transparent;
}
.alert.error span.icon {
    background: url("../img/new/icons/cross-circle.png") repeat scroll 0 0 transparent;
}

.alert span.icon {
    display: inline-block;
    height: 16px;
    margin-top: -8px;
    position: absolute;
    right: 7px;
    top: 50%;
    width: 16px;
}

.icon {
    background-repeat: no-repeat;
    height: 24px;
    width: 24px;
}
.container_12{
	width:92%;
	margin-left:4%;
	margin-right:4%
}
.grid_1,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8,.grid_9,.grid_10,.grid_11,.grid_12{
	display:inline;
	float:right;
	position:relative;
	margin:1%;
}

.container_12 .grid_1{
	width:6.333%
}
.container_12 .grid_2{
	width:14.667%
}
.container_12 .grid_3{
	width:23.0%
}
.container_12 .grid_4{
	width:31.333%
}
.container_12 .grid_5{
	width:39.667%
}
.container_12 .grid_6{
	width:48.0%
}
.container_12 .grid_7{
	width:56.333%
}
.container_12 .grid_8{
	width:64.667%
}
.container_12 .grid_9{
	width:73.0%
}
.container_12 .grid_10{
	width:81.333%
}
.container_12 .grid_11{
	width:89.667%
}
.container_12 .grid_12{
	width:98.0%
}
.box{
	margin-top:15px
}
.box .header{
	background:#78b1ed;
	background:-moz-linear-gradient(top,rgba(120,177,237,1) 0,rgba(65,123,181,1) 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(120,177,237,1)),color-stop(100%,rgba(65,123,181,1)));
	background:-webkit-linear-gradient(top,rgba(120,177,237,1) 0,rgba(65,123,181,1) 100%);
	background:-o-linear-gradient(top,rgba(120,177,237,1) 0,rgba(65,123,181,1) 100%);
	background:-ms-linear-gradient(top,rgba(120,177,237,1) 0,rgba(65,123,181,1) 100%);
	background:linear-gradient(top,rgba(120,177,237,1) 0,rgba(65,123,181,1) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#78b1ed',endColorstr='#417bb5',GradientType=0);
	height:34px;
	line-height:34px;
	border:1px solid #2b5177;
	border-radius:3px 3px 0 0;
	border-bottom:0;
	box-shadow:inset 0 1px 0 0 rgba(255,255,255,0.5)
}
.box .header.grey{
	background:url(../img/sprites/boxes/bg-header.png);
	filter:none;
	border-color:#c8c8c8
}
.box .header.grey h3{
	color:#383838;
	text-shadow:none
}
.box.closed .header{
	border-bottom:1px solid #2b5177;
	border-radius:3px
}
.box .header h3{
	float:right;
	display:inline-block;
	margin:0;
	padding:0;
	margin-right:8px;
	padding-right:10px;
    color: #FFF;
}
.box .header.no-icon h3{
	background:none!important;
	margin-left:0
}
.box .header img{
	display:inline-block;
	margin:9px 8px 9px auto;
	float:right;
	-moz-user-select:none
}
.box .header span{
	background:url(../img/new/icons/toggle.png) no-repeat;
	cursor:pointer;
	display:block;
	float:left;
	height:16px;
	margin-left:10px;
	margin-top:10px;
	width:16px
}
.box.closed .header span{
	background:url(../img/new/icons/toggle-expand.png) no-repeat
}
.box .content{
	padding:0 10px;
	border:1px solid #c8c8c8;
	border-radius:0 0 3px 3px;
	border-top:1px solid #2b5177;
	background:#fff
}
.box.closed .content{
	display:none
}
.box .content.grey{
	border-top-color:#c8c8c8
}
.box .content:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden
}
.box .content.with-actions{
	border-radius:0;
	border-bottom:0
}
.box .content.no-header{
	border-radius:3px;
	border:1px solid #c8c8c8
}
.box .content.no-padding{
	padding:0
}
.border-radius-bottom{
	border-radius:0 0 3px 3px
}
.box .actions{
	border:1px solid #c8c8c8;
	background:url(../img/sprites/boxes/bg-action.png) repeat-x #f7f7f7;
	border-radius:0 0 3px 3px
}
.box .actions:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden
}
.box .actions input{
	margin:0
}
.box .actions-left{
	float:left;
	margin:5px;
	margin-left:10px
}
.box .actions-right{
	float:right;
	margin:5px;
	margin-right:10px
}
.box .header ul{
	font-size:12px;
	height:23px;
	padding:0;
	margin:7px 0;
	margin-left:6px;
	margin-top:6px;
	float:left
}
.ie .header ul{
	overflow:hidden;
	border-radius:5px
}
.box .header ul li{
	display:inline;
	list-style:none;
    float:right;
}
.box .header ul li a{
	padding:0 10px;
	margin:0;
	border-bottom:1px solid #c0c0c0;
	border-top:1px solid #c0c0c0;
	background:#fefefe;
	background:-moz-linear-gradient(top,#fefefe 0,#f7f7f7 80%,#ededed 96%,#e5e5e5 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fefefe),color-stop(80%,#f7f7f7),color-stop(96%,#ededed),color-stop(100%,#e5e5e5));
	background:-webkit-linear-gradient(top,#fefefe 0,#f7f7f7 80%,#ededed 96%,#e5e5e5 100%);
	background:-o-linear-gradient(top,#fefefe 0,#f7f7f7 80%,#ededed 96%,#e5e5e5 100%);
	background:-ms-linear-gradient(top,#fefefe 0,#f7f7f7 80%,#ededed 96%,#e5e5e5 100%);
	background:linear-gradient(top,#fefefe 0,#f7f7f7 80%,#ededed 96%,#e5e5e5 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe',endColorstr='#e5e5e5',GradientType=0)
}
.box .header ul li:first-child a{
	border-radius:0 5px 5px 0;
	border-bottom:1px solid #c0c0c0;
	border-top:1px solid #c0c0c0;
	border-left:1px solid #c0c0c0
}
.box .header ul li:last-child a{
	border-radius:5px 0 0 5px;
	border-bottom:1px solid #c0c0c0;
	border-top:1px solid #c0c0c0;
	border-right:1px solid #c0c0c0
}
.box .header ul li.current a{
	background:#2e5681;
	background:#2e5681;
	background:-moz-linear-gradient(top,rgba(46,86,129,1) 0,rgba(88,130,175,1) 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(46,86,129,1)),color-stop(100%,rgba(88,130,175,1)));
	background:-webkit-linear-gradient(top,rgba(46,86,129,1) 0,rgba(88,130,175,1) 100%);
	background:-o-linear-gradient(top,rgba(46,86,129,1) 0,rgba(88,130,175,1) 100%);
	background:-ms-linear-gradient(top,rgba(46,86,129,1) 0,rgba(88,130,175,1) 100%);
	background:linear-gradient(top,rgba(46,86,129,1) 0,rgba(88,130,175,1) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e5681',endColorstr='#5882af',GradientType=0);
	-moz-background-clip:padding;
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
	-webkit-box-shadow:inset 0 0 3px 0 #000;
	-moz-box-shadow:inset 0 0 3px 0 #000;
	box-shadow:inset 0 0 3px 0 #000
}
.box .header ul li a{
	line-height:21px;
	display:block;
	float:left
}
.box .header ul li.current a{
	color:#fff
}
.clear{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}
/* @group Base */
.chzn-container {
  font-size: 13px;
  position: relative;
  display: inline-block;
  text-align: right;
  zoom: 1;
  *display: inline;
}
.chzn-container .chzn-drop {
  background: #fff;
  border: 1px solid #aaa;
  border-top: 0;
  position: absolute;
  top: 29px;
  left: 0;
  -webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15);
  -moz-box-shadow   : 0 4px 5px rgba(0,0,0,.15);
  -o-box-shadow     : 0 4px 5px rgba(0,0,0,.15);
  box-shadow        : 0 4px 5px rgba(0,0,0,.15);
  z-index: 999;
}
/* @end */

/* @group Single Chosen */
.chzn-container-single .chzn-single {
  background-color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );   
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background-image: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -ms-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%); 
  -webkit-border-radius: 5px;
  -moz-border-radius   : 5px;
  border-radius        : 5px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  border: 1px solid #aaaaaa;
  -webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  -moz-box-shadow   : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  box-shadow        : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 23px;
  line-height: 24px;
  padding: 0 0 0 8px;
  color: #444444;
  text-decoration: none;
}
.chzn-container-single .chzn-single span {
  margin-right: 4px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.chzn-container-single .chzn-single abbr {
  display: block;
  position: absolute;
  left: 18px;
  top: 6px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url(../img/new/chosen-sprite.png) right top no-repeat;
}
.chzn-container-single .chzn-single abbr:hover {
  background-position: right -11px;
}
.chzn-container-single .chzn-single div {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px;
}
.chzn-container-single .chzn-single div b {
  background: url('../img/new/chosen-sprite.png') no-repeat 0 0;
  display: block;
  width: 100%;
  height: 100%;
}
.chzn-container-single .chzn-search {
  padding: 3px 4px;
  position: relative;
  margin: 0;
  white-space: nowrap;
  z-index: 1010;
}
.chzn-container-single .chzn-search input {
    background: #fff url('chosen-sprite.png') no-repeat -38px -22px;
    background: url('../img/new/chosen-sprite.png') no-repeat -38px -22px, -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
    background: url('../img/new/chosen-sprite.png') no-repeat -38px -22px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);  
    background: url('../img/new/chosen-sprite.png') no-repeat -38px -22px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
    background: url('../img/new/chosen-sprite.png') no-repeat -38px -22px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
    background: url('../img/new/chosen-sprite.png') no-repeat -38px -22px, -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
    background: url('../img/new/chosen-sprite.png') no-repeat -38px -22px, linear-gradient(top, #eeeeee 1%, #ffffff 15%);
    padding: 4px 5px 4px 20px;
    direction: rtl;
    margin: 1px 0;
    outline: 0;
    border: 1px solid #aaa;
    font-family: sans-serif;
    font-size: 1em;
}
.chzn-container-single .chzn-drop {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius   : 0 0 4px 4px;
  border-radius        : 0 0 4px 4px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
}
/* @end */

.chzn-container-single-nosearch .chzn-search input {
  position: absolute;
  right: -9000px;
}

/* @group Multi Chosen */
.chzn-container-multi .chzn-choices {
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  border: 1px solid #aaa;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
}
.chzn-container-multi .chzn-choices li {
  float: right;
  list-style: none;
}
.chzn-container-multi .chzn-choices .search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.chzn-container-multi .chzn-choices .search-field input {
  color: #666;
  background: transparent !important;
  border: 0 !important;
  font-family: sans-serif;
  font-size: 100%;
  height: 15px;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow   : none;
  -o-box-shadow     : none;
  box-shadow        : none;
}
.chzn-container-multi .chzn-choices .search-field .default {
  color: #999;
}
.chzn-container-multi .chzn-choices .search-choice {
  -webkit-border-radius: 3px;
  -moz-border-radius   : 3px;
  border-radius        : 3px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 ); 
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); 
  -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  -moz-box-shadow   : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  box-shadow        : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  color: #333;
  border: 1px solid #aaaaaa;
  line-height: 13px;
  padding: 3px 5px 3px 20px;
  margin: 3px 0 3px 5px;
  position: relative;
  cursor: default;
}
.chzn-container-multi .chzn-choices .search-choice-focus {
  background: #d4d4d4;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
  display: block;
  position: absolute;
  right: auto;
  top: 4px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url(../img/new/chosen-sprite.png) right top no-repeat;
  
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
  background-position: right -11px;
}
.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
  background-position: right top;
}
/* @end */

/* @group Results */
.chzn-container .chzn-results {
  margin: 0 4px 4px 0;
  max-height: 240px;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}
.chzn-container-multi .chzn-results {
  margin: -1px 0 0;
  padding: 0;
}
.chzn-container .chzn-results li {
  display: none;
  line-height: 15px;
  padding: 5px 6px;
  margin: 0;
  list-style: none;
}
.chzn-container .chzn-results .active-result {
  cursor: pointer;
  display: list-item;
}
.chzn-container .chzn-results .highlighted {
  background-color: #3875d7;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3875d7', endColorstr='#2a62bc', GradientType=0 );  
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -ms-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chzn-container .chzn-results li em {
  background: #feffde;
  font-style: normal;
}
.chzn-container .chzn-results .highlighted em {
  background: transparent;
}
.chzn-container .chzn-results .no-results {
  background: #f4f4f4;
  display: list-item;
}
.chzn-container .chzn-results .group-result {
  cursor: default;
  color: #999;
  font-weight: bold;
}
.chzn-container .chzn-results .group-option {
    padding-left: 0; 
    padding-right: 15px;
}
.chzn-container-multi .chzn-drop .result-selected {
  display: none;
}
.chzn-container .chzn-results-scroll {
  background: white;
  margin: 0 4px;
  position: absolute;
  text-align: center;
  width: 321px; /* This should by dynamic with js */
  z-index: 1;
}
.chzn-container .chzn-results-scroll span {
  display: inline-block;
  height: 17px;
  text-indent: -5000px;
  width: 9px;
}
.chzn-container .chzn-results-scroll-down {
  bottom: 0;
}
.chzn-container .chzn-results-scroll-down span {
  background: url('../img/new/chosen-sprite.png') no-repeat -4px -3px;
}
.chzn-container .chzn-results-scroll-up span {
  background: url('../img/new/chosen-sprite.png') no-repeat -22px -3px;
}
/* @end */

/* @group Active  */
.chzn-container-active .chzn-single {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
  -o-box-shadow     : 0 0 5px rgba(0,0,0,.3);
  box-shadow        : 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #5897fb;
}
.chzn-container-active .chzn-single-with-drop {
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow   : 0 1px 0 #fff inset;
  -o-box-shadow     : 0 1px 0 #fff inset;
  box-shadow        : 0 1px 0 #fff inset;
  background-color: #eee;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 );
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -ms-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  -webkit-border-bottom-left-radius : 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft : 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius : 0;
  border-bottom-right-radius: 0;
}
.chzn-container-active .chzn-single-with-drop div {
  background: transparent;
  border-right: none;
}
.chzn-container-active .chzn-single-with-drop div b {
  background-position: -18px 1px;
}
.chzn-container-active .chzn-choices {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
  -o-box-shadow     : 0 0 5px rgba(0,0,0,.3);
  box-shadow        : 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #5897fb;
}
.chzn-container-active .chzn-choices .search-field input {
  color: #111 !important;
}
/* @end */

/* @group Disabled Support */
.chzn-disabled {
  cursor: default;
  opacity:0.5 !important;
}
.chzn-disabled .chzn-single {
  cursor: default;
}
.chzn-disabled .chzn-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @group Right to Left */
.chzn-rtl { text-align: right; }
.chzn-single { padding: 0 8px 0 0; overflow: visible; }
.chzn-single span { margin-left: 26px; margin-right: 0; direction: rtl; }

 .chzn-single div { left: 3px; right: auto; }
 .chzn-single abbr {
  left: 26px;
  right: auto;
}
 .chzn-choices .search-field input { direction: rtl; }
 .chzn-choices li { float: right; }
 .chzn-choices .search-choice { padding: 3px 5px 3px 19px; margin: 3px 5px 3px 0; }
 .chzn-choices .search-choice .search-choice-close { left: 4px; right: auto; background-position: right top;}
.chzn-container-single .chzn-results { margin: 0 0 4px 4px; padding: 0 4px 0 0; }
/* @end */

.center{
    margin: 0 auto;
}
.wiz_page{
	overflow:auto
}

.wizard .steps ul{
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	top:-1px;
	left:-1px;
	margin:0 -12px -2px -10px;
	background:url(../img/new/wizard/bg-steps.png) repeat-x #e7e7e7;
	border:1px solid #c8c8c8;
	border-right-width:0;
    float:none;
    display:block;
    height:49px;
}
.wizard .steps li{
	background:url(../img/new/wizard/bg-steps.png) repeat-x #e7e7e7;
	border-right:1px solid #c8c8c8;
	border-left:1px solid #c8c8c8;
	margin:0;
	margin-left:-5px;
	display:inline-block;
    padding: 4px;
    padding-left: 15px;
    float: right;
}
.wizard .steps li.current{
	background:url(../img/new/wizard/bg-steps-active.png) repeat-x #FFF
}
.wizard .steps li strong,.wizard .steps li span,.wizard .steps li small{
	display:block
}
.wizard .steps li a{
	display:inline-table;
	padding:4px;
    *zoom:1;
	*display:inline
}
.wizard .steps li a div{
	margin-left:42px;
	display:table-cell;
	vertical-align:middle
}
.wizard .steps li span{
	width:32px;
	height:32px;
	line-height:32px;
	margin-right:5px;
	background:#fff;
	border-radius:32px;
	border:1px solid #e7e7e7;
	text-align:center;
	float:left;
}
.wiz_sidebar{
	margin:10px;
	margin-right:0;
	padding-right:0
}
.wiz_sidebar>span,.wiz_sidebar>div>strong,.wiz_sidebar>div>small{
	display:block
}
.wiz_sidebar>span{
	float:left;
	margin:5px
}
.wiz_sidebar>div>strong{
	position:relative;
	top:8px;
	font-size:16px
}
.wiz_sidebar>div>small{
	position:relative;
	top:6px
}
.wiz_content{
	border-left:1px solid #e7e7e7;
	margin-left:5px;
	padding-left:20px;
	margin-right:0;
	float:left
}
.wiz_content h3{
	border-bottom:1px solid #c8c8c8
}
.wizard p{
	font-size:12px;
	color:#545454
}
.wizard .steps li a{
	text-decoration:none;
	color:#000
}
.wizard .steps li span,.wizard .steps li strong{
	color:#2d2d2d
}
.wizard .steps li span{
	font-size:13px
}
.wizard .steps li strong{
	font-size:12px
}
.wizard .steps li small{
	color:#8b8b8b;
	font-size:11px
}
.wiz_sidebar>span,.wiz_sidebar>div>strong{
	color:#2d2d2d
}
.wiz_sidebar>span{
	font-size:25px
}
.wiz_sidebar>div>small{
	color:#8b8b8b;
	font-size:11px
}
.wiz_content h3{
	color:#2d2d2d;
	font-size:15px
}
.label {
    background-color: #999999;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    font-size: 9.75px;
    font-weight: bold;
    padding: 1px 3px 2px;
    text-transform: uppercase;
}
.label-important {
    background-color: #B94A48;
}
.label-warning {
    background-color: #F89406;
}
.label-info {
    background-color: #3A87AD;
}
.label-success {
    background-color: #468847;
}
.label-maccept {
    background-color: #8CC178;
}
.label-zaccept {
    background-color: #81A142;
}
.checkbox{
	margin-left:10px;
	width:auto;
	box-shadow:none
}
.checkbox img{
	height:18px;
	width:18px;
	background:transparent url(../img/new/forms/checkboxes/unchecked/normal.png) no-repeat
}
.checkbox-hover img{
	background:transparent url(../img/new/forms/checkboxes/unchecked/hover.png) no-repeat
}
.checkbox-disabled img{
	background:transparent url(../img/new/forms/checkboxes/unchecked/disabled.png) no-repeat
}
.checkbox-clicked img{
	background:transparent url(../img/new/forms/checkboxes/unchecked/clicked.png) no-repeat!important
}
.checkbox-checked img{
	background:transparent url(../img/new/forms/checkboxes/checked/normal.png) no-repeat
}
.checkbox-checked .checkbox-hover img{
	background:transparent url(../img/new/forms/checkboxes/checked/hover.png) no-repeat
}
.checkbox-checked .checkbox-clicked img{
	background:transparent url(../img/new/forms/checkboxes/checked/clicked.png) no-repeat!important
}
.checkbox-checked .checkbox-disabled img{
	background:transparent url(../img/new/forms/checkboxes/checked/disabled.png) no-repeat
}
.radio-button{
	margin-left:10px;
	width:auto;
	box-shadow:none
}
.radio-button img{
	height:18px;
	width:18px;
	background:transparent url(../img/new/forms/radio-buttons/unchecked/normal.png) no-repeat
}
.radio-button-hover img{
	background:transparent url(../img/new/forms/radio-buttons/unchecked/hover.png) no-repeat
}
.radio-button-disabled img{
	background:transparent url(../img/new/forms/radio-buttons/unchecked/disabled.png) no-repeat
}
.radio-button-clicked img{
	background:transparent url(../img/new/forms/radio-buttons/unchecked/clicked.png) no-repeat!important
}
.radio-button-checked img{
	background:transparent url(../img/new/forms/radio-buttons/checked/normal.png) no-repeat
}
.radio-button-checked .radio-button-hover img{
	background:transparent url(../img/new/forms/radio-buttons/checked/hover.png) no-repeat
}
.radio-button-checked .radio-button-clicked img{
	background:transparent url(../img/new/forms/radio-buttons/checked/clicked.png) no-repeat!important
}
.radio-button-checked .radio-button-disabled img{
	background:transparent url(../img/new/forms/radio-buttons/checked/disabled.png) no-repeat
}
.hidden{
	display:none;
}
.customfile-input{
	position:absolute;
	height:100px;
	cursor:pointer;
	background:transparent;
	border:0;
	opacity:0;
	-moz-opacity:0;
	filter:alpha(opacity=0);
	z-index:2222
}
.customfile{
	background:#fff;
	cursor:pointer;
	overflow:hidden;
	padding:2px;
	border:1px solid #c8c8c8;
	-moz-border-radius:7px;
	-webkit-border-radius:5px;
	border-radius:5px;
	position:relative;
	box-shadow:0 2px 3px 0 rgba(18,16,11,0.13) inset
}
.customfile-disabled{
	opacity:.5;
	filter:alpha(opacity=0);
	cursor:default
}
.customfile-feedback{
	display:block;
	margin:1px 1px 1px 5px;
	color:#c8c8c8;
	font-style:italic;
	padding:.1em .6em;
	margin-left:60px;
	overflow:hidden
}
.customfile-feedback-populated{
	color:#54616a;
	font-style:normal;
	font-weight:bold;
	padding-right:20px;
	background:url(../img/new/icons/blue-document.png) right 4px no-repeat
}
.customfile-button{
	float:left
}
.ie .customfile-button{
	position:absolute;
	right:2px;
	top:2px
}
.customfile-ext-jpg,.customfile-ext-jpeg,.customfile-ext-gif,.customfile-ext-png,.customfile-ext-jpeg,.customfile-ext-bmp,.customfile-ext-png,.customfile-ext-tif,.customfile-ext-tiff,.customfile-ext-eps,.customfile-ext-ps,.customfile-ext-svg{
	background-image:url(../img/new/icons/blue-document-image.png)
}
.customfile-ext-mp3,.customfile-ext-wav,.customfile-ext-mid,.customfile-ext-aif,.customfile-ext-mid,.customfile-ext-m4a,.customfile-ext-mpa,.customfile-ext-ra,.customfile-ext-wma{
	background-image:url(../img/new/icons/blue-document-music.png)
}
.customfile-ext-mp4,.customfile-ext-mov,.customfile-ext-swf,.customfile-ext-m4v,.customfile-ext-3g2,.customfile-ext-3gp,.customfile-ext-avi,.customfile-ext-flv,.customfile-ext-mpg,.customfile-ext-mpeg,.customfile-ext-rm,.customfile-ext-vob,.customfile-ext-wmv{
	background-image:url(../img/new/icons/blue-document-film.png)
}
.customfile-ext-zip,.customfile-ext-tar,.customfile-ext-sit,.customfile-ext-7z,.customfile-ext-deb,.customfile-ext-gz,.customfile-ext-pkg,.customfile-ext-rar,.customfile-ext-rpm,.customfile-ext-sitx{
	background-image:url(../img/new/icons/blue-document-zipper.png)
}

h2{
    border-bottom: 1px solid #C9BFBF;
    margin: 13px 0;
    padding-bottom: 10px;
}
.shortcuts {
    list-style: none outside none;
    margin: 10px 0 0;
    padding: 0;
}
.shortcuts li {
    background: url("../img/new/shortcuts/bg.png") repeat scroll 0 0 transparent;
    border: 1px solid #C1C1C1;
    border-radius: 3px 3px 3px 3px;
    display: inline-table;
    height: 66px;
    margin-bottom: 10px;
    margin-right: 6px;
    overflow: hidden;
    *zoom:1;
    *display:inline;
}
.shortcuts li:hover {
    background: url("../img/new/shortcuts/bg-hover.png") repeat scroll 0 0 transparent;
}
.shortcut-icon {
    background: url("../img/new/shortcuts/bg-icon.png") repeat scroll 0 0 transparent;
    border-left: 1px solid #C1C1C1;
    float: left;
    height: 25px;
    padding: 20.5px 15px;
    position: relative;
}
.shortcut-icon img {
    -moz-user-select: none;
    margin: 0;
}
.shortcut-icon .divider {
    background: url("../img/new/shortcuts/shadow-divider.png") repeat scroll 0 0 transparent;
    height: 66px;
    left: 0;
    position: absolute;
    top: 0;
    width: 17px;
}
.shortcut-description {
    display: table-cell;
    margin-left: 35px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    vertical-align: middle;
}
.shortcut-description, .shortcut-description:active, .shortcut-description:focus {
    outline: 0 none;
}
.shortcuts strong, .shortcuts span {
    display: block;
}
.shortcuts li:hover strong {
    color: #205A94;
    text-shadow: 0 1px 0 #FFFFFF;
}
.shortcuts strong {
    color: #2A2A2A;
    font-size: 14px;
}
.shortcuts span {
    color: #717171;
    font-size: 12px;
}
.search-table{
    background: url("../img/new/tables/table-head-bg.png") repeat-x scroll left top #DDDDDD;
    border-bottom: 1px solid #949494;
    /*padding: 10px;*/
    display: block;
    border:solid 1px #CCC
}
.selection{
    text-align: center;
    padding-right: 3px;
    vertical-align: middle;
}
.subject a{
    display:block;
}
.selection-col,.status-col,.attach-col{
    width:30px;
}
.sender-col{
    width:150px;
}
.datetime-col{
    width:110px;
}
.new-mail td{
    background-color: #DCDCDC !important;
}
blockquote {
  padding: 0 15px 0 0;
  margin: 0 0 18px;
  border-right: 5px solid #DCDCDC;
  color:gray;
}
blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 22.5px;
}
blockquote small {
  display: block;
  line-height: 18px;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-left: 0;
  padding-right: 15px;
  border-left: 0;
  border-right: 5px solid #eeeeee;
}
blockquote.pull-right p, blockquote.pull-right small {
  text-align: right;
}
._25 {
    display: inline;
    float: right;
    margin-left: 2%;
    margin-right: 2%;
    width: 21%;
}
._50 {
    display: inline;
    float: right;
    margin-left: 2%;
    margin-right: 2%;
    width: 46%;
}
._75 {
    display: inline;
    float: right;
    margin-left: 2%;
    margin-right: 2%;
    width: 71%;
}
._100 {
    display: inline;
    float: right;
    margin-left: 2%;
    margin-right: 2%;
    width: 96%;
}
form p{
    text-indent: 0;
}
.hilitBoldGreen{
    font-weight: bold;
    color: green;
}
.languages{
    padding-left: 10px;
}
.languages a{
    color: #CCC;
}
#voter{
    position: fixed;
    background-color: #EDF1F2;
    padding: 10px;
    top: 5px;
    border:8px solid #D2D2D2;
    right:5px;
    z-index: 1;
    display: none;
}
form .input{
    display: table;
    width: 100%;
    margin: 10px 0;
}
form .input label{
    float: right;
    min-width: 100px;
}
form .input input{
    float: right;
    width: 50%
}
.banner-img{
    margin: 0px;
    width:180px
}
.info{
    font-weight: bold;
    padding-right: 10px;
}

/************* Pagination ******************/
.pagination{
    display: table;
    margin: 0 auto;
}
.pagination ul{
    list-style-type:none;
    display: table;
    float: right;
}
.pagination ul li{
    float:right;
    border: solid 1px #E3E3E3;
}
.pagination ul li.current, .pagination ul li.disabled{
    padding: 0 10px;
}
.pagination ul li a{
    display: block;
    padding: 0 10px;
}
.pagination .pages{
    float: left;
    margin: 12px 0;
}

.package-full{
    background-image: url(../img/package-full.png) ;
    background-repeat: no-repeat;
    background-position: left bottom;
}
.ration-full{
    background-image: url(../img/ration-full.png) ;
    background-repeat: no-repeat;
    background-position: left bottom;
}
.alert.warning {
    color: #675100;
}
.alert.warning {
    background: url("../img/icons/alertboxes/bg-warning.png") repeat-x scroll 0 0 #FFE68B;
    border-color: #C9AB40;
}
.msg.conversation_right{
    background: -moz-linear-gradient(center top , #7ED232 0px, #458116 100%) repeat scroll 0 0 transparent;
}
.msg.conversation_left{
    background: -moz-linear-gradient(center top , #32D2BA 0px, #149978 100%) repeat scroll 0 0 transparent;
}
.required{
    color:red;
}
.list-table{
    text-align: center;
}

tr.is_study td{
    background-color: #E1F4B9 !important;
}
.endRequest td{
    background-color: #C1C1C1 !important;
}
.cancelRequest td{
    background-color: #FFD3D3 !important;
}

.pm-box .header{
    cursor: pointer;
} 
.pm_hide .header{
    opacity: 0.5;
}
.pm_hide .header:hover{
    opacity: 1;
}
.pm_hide .content{
    display: none;
}  

input.price{
    color: #000;
}
.toolbar-box {
    border-bottom: 1px dotted #B7B6B6;
    clear: both;
    height: 45px;
}
.toolbar-box .tool-head {
    float: right;
}
.toolbar-box .tool-head h2{
    margin-bottom: 0;
}
.toolbar-box .tool-items {
    float: left;
}
.toolbar-box .tool-items li {
    float: left;
    margin: 0 0.2em;
    list-style-type: none;
}
.form-filter {
    margin: 10px 0;
    display: inline-block;
    width: 100%;
}
.form-filter>div {
    float: right;
    width: auto;
    margin:0;
    height:35px;
}
.form-filter>div.input{
    min-width:184px;
}
.form-filter label{
    min-width: auto !important;
}
.form-filter a{
    height:auto;
}
.form-filter .required{
    color: #000;
}
.form-filter label, .form-filter input, .form-filter select, .form-filter a {
    margin: 0 9px 0 0;
    vertical-align: middle;
}
.form-filter select {
    font-size: 14px;
    height: 28px;
}
.form-filter input[type="text"], .form-filter select {
    width: 140px;
}
.page-limit select {
    width: 50px;
}
.page-limit {
    float: right;
    margin: 10px;
    width: auto;
}
.pagination .pages {
    display: inline-block;
    padding-right: 6px;
}
.pagination ul{
    margin: 10px 0;
    padding: 0;
}
.form-filter .required label:after {
    content: "";
}
.page-limit select{
    height: 22px;
}
#grid-align{
    text-align: center;
}
.cancel_btn{
    margin-right: 10px;
    min-width: 30px;
}

.compToolbar{
    margin: 0;
    padding: 0;
}
.compToolbar li{
    list-style-type: none;
    float:right;
    padding: 0 5px;
    margin: 0 5px;
    background-color: #EEEEEE;
}
.compToolbar li:hover{
    background-color: #F2E5E5;
}
pre{
    direction: ltr;
}
.form-filter-horizontal div{
    width:170px;
}
.form-filter-horizontal .submit, .form-filter-horizontal .reset{
    width:auto;
    margin-top: 10px;
}

input,select,textarea{
	font-size:100%;
	margin:0;
	vertical-align:baseline;
	* vertical-align:middle
}
input{
	line-height:normal
}


.btn,button,input[type="submit"],input[type="reset"] {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F5F5F5;
    background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #B3B3B3;
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    /*display: inline-block;*/
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
}
.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled], button:hover, button:focus, button:active, input[type="submit"]:hover,input[type="submit"]:focus,input[type="submit"]:active,input[type="reset"]:hover,input[type="reset"]:focus,input[type="reset"]:active {
    background-color: #E6E6E6;
    color: #333333;
}

.btn:hover, .btn:focus, button:hover, button:focus, input[type="submit"]:hover,input[type="submit"]:focus,input[type="reset"]:hover,input[type="reset"]:focus {
    background-position: 0 -15px;
    color: #333333;
    text-decoration: none;
    transition: background-position 0.1s linear 0s;
}
.btn:focus, button:focus, input[type="submit"]:focus,input[type="reset"]:focus {
    outline: thin dotted #333333;
    outline-offset: -2px;
}
.btn.active, .btn:active, button:active, input[type="submit"]:active,input[type="reset"]:active  {
    background-image: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    outline: 0 none;
}
.btn.disabled, .btn[disabled] {
    background-image: none;
    box-shadow: none;
    cursor: default;
    opacity: 0.65;
}
.btn-large {
    border-radius: 6px 6px 6px 6px;
    font-size: 17.5px;
    padding: 11px 19px;
}
.btn-large [class^="icon-"], .btn-large [class*=" icon-"] {
    margin-top: 4px;
}
.btn-small {
    border-radius: 3px 3px 3px 3px;
    font-size: 11.9px;
    padding: 2px 10px;
}
.btn-small [class^="icon-"], .btn-small [class*=" icon-"] {
    margin-top: 0;
}
.btn-mini [class^="icon-"], .btn-mini [class*=" icon-"] {
    margin-top: -1px;
}
.btn-mini {
    border-radius: 3px 3px 3px 3px;
    font-size: 10.5px;
    padding: 0 6px;
}
.btn-block {
    -moz-box-sizing: border-box;
    display: block;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 5px;
}
input.btn-block[type="submit"], input.btn-block[type="reset"], input.btn-block[type="button"] {
    width: 100%;
}
.btn-primary.active, .btn-warning.active, .btn-danger.active, .btn-success.active, .btn-info.active, .btn-inverse.active {
    color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
    background-color: #006DCC;
    background-image: linear-gradient(to bottom, #0088CC, #0044CC);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #0044CC;
    color: #FFFFFF;
}
.btn-primary:active, .btn-primary.active {
}
.btn-warning {
    background-color: #FAA732;
    background-image: linear-gradient(to bottom, #FBB450, #F89406);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    background-color: #F89406;
    color: #FFFFFF;
}
.btn-warning:active, .btn-warning.active {
}
.btn-danger, input[type="reset"], .btn.red {
    background-color: #DA4F49;
    background-image: linear-gradient(to bottom, #EE5F5B, #BD362F);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled], input[type="reset"]:hover,input[type="reset"]:focus,input[type="reset"]:active, .btn.red:hover, .btn.red:focus, .btn.red:active {
    background-color: #BD362F;
    color: #FFFFFF;
}
.btn-danger:active, .btn-danger.active {
}
.btn-success, input.btn-success[type="submit"] {
    background-color: #5BB75B;
    background-image: linear-gradient(to bottom, #62C462, #51A351);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled],
input.btn-success[type="submit"]:hover,input.btn-success[type="submit"]:focus,input.btn-success[type="submit"]:active, {
    background-color: #51A351;
    color: #FFFFFF;
}
.btn-success:active, .btn-success.active {
}
.btn-info {
    background-color: #49AFCD;
    background-image: linear-gradient(to bottom, #5BC0DE, #2F96B4);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-color: #2F96B4;
    color: #FFFFFF;
}
.btn-info:active, .btn-info.active {
}
.btn-inverse {
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    background-color: #222222;
    color: #FFFFFF;
}
.btn-inverse:active, .btn-inverse.active {
}
button.btn, input.btn[type="submit"] {
}
button.btn::-moz-focus-inner, input.btn[type="submit"]::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}
button.btn.btn-large, input.btn.btn-large[type="submit"] {
}
button.btn.btn-small, input.btn.btn-small[type="submit"] {
}
button.btn.btn-mini, input.btn.btn-mini[type="submit"] {
}
.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: transparent;
    background-image: none;
    box-shadow: none;
}
.btn-link {
    border-color: transparent;
    border-radius: 0 0 0 0;
    color: #0088CC;
    cursor: pointer;
}
.btn-link:hover, .btn-link:focus {
    background-color: transparent;
    color: #005580;
    text-decoration: underline;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus {
    color: #333333;
    text-decoration: none;
}
.close {
    color: #000000;
    float: left;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    opacity: 0.2;
    text-shadow: 0 1px 0 #FFFFFF;
    font-weight: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.modal-backdrop {
    background-color: #000000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1040;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop, .modal-backdrop.fade.in {
    opacity: 0.8;
}
.modal {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    left: 50%;
    margin-left: -280px;
    outline: medium none;
    position: fixed;
    top: 10%;
    width: 560px;
    z-index: 1050;
}
.modal.fade {
    top: -25%;
    transition: opacity 0.3s linear 0s, top 0.3s ease-out 0s;
}
.modal.fade.in {
    top: 10%;
}
.modal-header {
    border-bottom: 1px solid #EEEEEE;
    padding: 9px 15px;
}
.modal-header .close {
    margin-top: 2px;
}
.modal-header h3 {
    line-height: 30px;
    margin: 0;
}
.modal-body {
    max-height: 400px;
    overflow-y: auto;
    padding: 15px;
    position: relative;
}
.modal-form {
    margin-bottom: 0;
}
.modal-footer {
    background-color: #F5F5F5;
    border-radius: 0 0 6px 6px;
    border-top: 1px solid #DDDDDD;
    box-shadow: 0 1px 0 #FFFFFF inset;
    margin-bottom: 0;
    padding: 14px 15px 15px;
    text-align: right;
}
.modal-footer:before, .modal-footer:after {
    content: "";
    display: table;
    line-height: 0;
}
.modal-footer:after {
    clear: both;
}
.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

#overlay .button1,#overlay .button2,#overlay .button3{
    background-color: #00AAE3; 
    padding:12px ;
    color:#FFF;
    font-weight: bold;
}
#overlay .button2{
    background-color: #0050E3;
}