/*@import url('http://fonts.googleapis.com/css?family=Brawler|Titillium+Web:400,700');*/
@font-face {
  font-family: 'Brawler';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Brawler.eot);
  src: local('Brawler'), url(../fonts/Brawler.eot) format('embedded-opentype'), url(../fonts/Brawler.woff) format('woff');
}
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Titillium+Web.eot');
  src: local('Titillium Web'), local('TitilliumWeb-Regular'), url('../fonts/Titillium+Web.eot') format('embedded-opentype'), url('../fonts/Titillium+Web.woff') format('woff');
}
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/Titillium+WebBold.eot');
  src: local('Titillium WebBold'), local('TitilliumWeb-Bold'), url('../fonts/Titillium+WebBold.eot') format('embedded-opentype'), url('../fonts/Titillium+WebBold.woff') format('woff');
}

/* Basic elements */
body { 
    color: #333;
    font-family: 'Titillium Web', sans-serif; 
    font-size: 1em; 
    line-height: 1; 
    margin:0; 
    padding: 0; 
    background-color: #f5f5f5;
}
/*a, a:visited, a:link { color: #780000; }
a:hover, a:active { color: #d90d0d; } */
button { cursor: pointer; }

h1 { font-family: 'Brawler', serif; font-weight: 400; }
h2 { font-size: 29px !important; }
h2, h3, h4, h5, h6 { font-weight: 700; }

.newhead{
    color: #356BA1;
    font-size: 25px;
    font-weight: 100;
    padding-bottom: 0px;
    border-bottom: 1px solid #d5d5d5;
}

form { margin:0; padding: 0; position: relative; }

input[type=text],
input[type=password],
textarea,
select { border: 1px solid #ccc; border-radius: 3px; padding: 5px; width: 70%; }

textarea:focus,
input:focus,
select:focus { border: 1px solid #333; box-shadow: 0 0 5px #dedede; outline: 0; }

textarea:disabled,
input:disabled,
select:disabled { border: 1px solid #dedede; color: #dedede; font-style: italic; }

section { padding: 10px; }
footer { background: #333; color: #fff; padding: 10px; }

pre code { background: #f6f6f6; border: 1px solid #dedede; border-radius: 3px; display: block; padding: 10px; margin:10px auto; white-space: pre-wrap; }

#fromtab{
    border: 1px #CCCCCC solid; border-right: 1px #CCCCCC solid; 
    padding:5px; width: 120px;
    float: left; text-align: center; font-size: 12px;
}

#logo { float: left; height: 30px; }
#tagline a { color: #fff; font-weight: 700; line-height: 30px; margin-left: 10px; text-decoration: none; }

/* Fieldset */
fieldset {
	border: 1px solid #DFDFDF;
	padding: 5px;
	margin-right: 20px;
}

legend {
	border: 1px solid #DFDFDF;
	padding: 5px;
	margin-right: 20px;
	color: #000000;
	background-color: #FFF
}

/* QControls */
.datagrid { 
  margin: auto; 
  width: 100%; background: none repeat scroll 0 0 #fff;
  border: 1px solid #CDCDCD;
  clear: both;
  padding: 10px;
  margin-bottom: 16px;
  position: relative;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.datagrid th { background: #f6f6f6; color: #333; padding: 5px; }
.datagrid th span { float: left; margin-right: 5px; }
.datagrid th span input { width: 100%; }
.datagrid th a { color: #333; text-decoration: none; text-transform: uppercase; }
.datagrid th a:hover { text-decoration: underline; }
.datagrid td { border-bottom:1px solid #dedede; padding: 5px; }
.datagrid tr{
    cursor: pointer;
}
.datagrid tr:hover { background-color: #f1f1f1; }

.datagrid caption { overflow: hidden; position: relative; }
.datagrid .paginator-control { float: none; }
.datagrid .paginator-results { float: left; }
.paginator .arrow { color: #dedede; font-style: italic; }
.paginator .arrow a { font-style: normal; }
.paginator .break { color: #dedede; padding: 5px; }
.paginator .page { color: #dedede; display: inline-block; padding: 0 5px; }
.paginator .selected { background: #780000; border:1px solid #d90d0d; border-radius: 3px; display: inline-block; color: #fff; padding: 0 5px; }

/* Form fields */
.renderWithName { padding: 5px 0; overflow: hidden; position: relative; }
.required { color: red; }
.form-field input,
.form-field textarea { width: 100%; }
.form-field select { width: 100%; }
.form-actions { background: #f4f4f4; padding: 10px; margin: 10px -10px -10px -10px; border-top: 1px solid #CDCDCD; }

    
.form-save,
.form-cancel,
.form-delete{ display: inline; }
.form-delete button { font-weight: 700; }

/* To change form label/field layout, swap the comment here */
.form-name { padding: 5px 15px 5px 0; text-align: right; float: left; width: 20%; }
.form-field { width: 70%; float: left; }

.form-save,
.form-cancel{ padding-left: 20px; float: right;}

.form-delete { padding-left: 20px;}

/*
.form-name { float: left; padding-right: 10px; text-align: right; width: 33%; }
.form-field { float: left; width: 50%; }
.form-save { padding-left: 33%; }
.form-delete { padding-left: 6%; }
*/

/* Status coloring */
.warning, .error { color: #d90d0d; }
.success { color: green; }

.link-list li { margin-top: 7px; }

.form-controls{
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #CDCDCD;
  clear: both;
  padding: 10px;
  margin-bottom: 16px;
  position: relative;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.panel-form-controls{
  border: 1px solid #CDCDCD;
  padding: 10px;
  margin-bottom: 16px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.border1{
    border: 1px solid #CDCDCD;
}

.statuscount{
    text-align: center;
    padding: 0 4px; 
    margin: 0 2px; 
    color: #FFF; 
    border-radius: 15px;
}

.statuscount span{
    padding: 0 5px; 
    border-radius: 5px;
    font-weight: bolder;
}

.statuscount span:hover{
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.statuscount a, .statuscount a:hover {
    color: #FFF;
    font-weight: bolder;
}

.clear{
    clear: both;
}

.slideup{
    margin-top: -50px;
}

/* roles */
.roles strong { padding: 5px; }
.roles a.mytooltip {outline:none; }
.roles a.mytooltip strong {line-height:10px;}
.roles a.mytooltip:hover {text-decoration:none;} 
.roles a.mytooltip span {
    z-index:10; display:none; 
    margin-top:-10px; margin-left:10px;
    width:auto; line-height:10px;
}
.roles a.mytooltip:hover span{
    display:inline; position:absolute; color:#111; padding: 10px 10px 10px 10px; text-shadow: none;
    border:1px solid #DCA; background:#fffAF0;}
.roles .callout {z-index:20;position:absolute;border:0;left:-12px;}
    
/*CSS3 extras*/
.roles a.mytooltip span
{
    border-radius:4px;
    box-shadow: 5px 5px 8px #CCC;
}

.roles ul {
    margin-bottom: 14px;
    list-style: none;
    padding-left: 20px;
}
.roles li { width: 198px; height: 28px; margin-bottom: 2px; }
.roles li a { 
    display: block;
    margin: 0 0 7px 0;
    font-size: 14px;
    padding: 5px;
    color: #333;
    text-decoration: none;
}

.roles li a:hover { background-color: #EFEFEF; }

.orange_left { border-left: 5px solid #F5876E; }

.blue_left { border-left: 5px solid #61A8DC; }

.green_left { border-left: 5px solid #8EBD40; }

.purple_left { border-left: 5px solid #988CC3; }

.gold_left { border-left: 5px solid #D8C86E; }

.orange { background-color: #F5876E; }

.blue { background-color: #61A8DC; }

.green { background-color: #8EBD40; }

.purple { background-color: #988CC3; }

.gold { background-color: #D8C86E; }

.padding5px { padding: 5px; }

.PannelEdit {
    background-color: #FFF; 
    border: 1px solid #CCCCCC; 
    position: fixed; 
    height: 100%; 
    right: 0;
    padding-top: 30px;
}

.Width0 {
    width: 0;
}

.Width40 {
    width: 40%;
}

.Width50 {
    width: 50%;
}

.smooth {
  -moz-transition: width 1s ease-in-out, left 1.5s ease-in-out;
  -webkit-transition: width 1s ease-in-out, left 1.5s ease-in-out;
  -moz-transition: width 1s ease-in-out, left 1.5s ease-in-out;
  -o-transition: width 1s ease-in-out, left 1.5s ease-in-out;
  transition: width 1s ease-in-out, left 1.5s ease-in-out;
}
/* Top (default) */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
  bottom: 100%;
  left: 50%;
}

[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
  margin-left: -6px;
  margin-bottom: -10px;
  border-top-color: #000;
  border-top-color: hsla(0, 0%, 20%, 0.9);
}

/* Horizontally align top/bottom tooltips */
[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
  margin-left: -80px;
  border-radius: 5px;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
  -webkit-transform: translateY(-12px);
  -moz-transform:    translateY(-12px);
  transform:         translateY(-12px); 
}

/* Left */
.tooltip-left:before,
.tooltip-left:after {
  right: 100%;
  bottom: 50%;
  left: auto;
}

.tooltip-left:before {
  margin-left: 0;
  margin-right: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-left-color: #000;
  border-left-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-left:focus:before,
.tooltip-left:focus:after {
  -webkit-transform: translateX(-12px);
  -moz-transform:    translateX(-12px);
  transform:         translateX(-12px); 
}

/* Bottom */
.tooltip-bottom:before,
.tooltip-bottom:after {
  top: 100%;
  bottom: auto;
  left: 50%;
}

.tooltip-bottom:before {
  margin-top: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-bottom-color: #000;
  border-bottom-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
  -webkit-transform: translateY(12px);
  -moz-transform:    translateY(12px);
  transform:         translateY(12px); 
}

/* Right */
.tooltip-right:before,
.tooltip-right:after {
  bottom: 50%;
  left: 100%;
}

.tooltip-right:before {
  margin-bottom: 0;
  margin-left: -12px;
  border-top-color: transparent;
  border-right-color: #000;
  border-right-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-right:hover:before,
.tooltip-right:hover:after,
.tooltip-right:focus:before,
.tooltip-right:focus:after {
  -webkit-transform: translateX(12px);
  -moz-transform:    translateX(12px);
  transform:         translateX(12px); 
}

/* Move directional arrows down a bit for left/right tooltips */
.tooltip-left:before,
.tooltip-right:before {
  top: 3px;
}

/* Vertically center tooltip content for left/right tooltips */
.tooltip-left:after,
.tooltip-right:after {
  margin-left: 0;
  margin-bottom: -16px;
}
.uppertab{
float:left;
padding: 10px ;
font-size:14px;
padding-left:70px;
padding-right:70px;
border:hidden;
color:#000;
font-weight:bold;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(201,201,201,1))); /* Chrome,Safari4+ */
}
.uppertab:hover{
color:#FFF;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(181,189,200,1)), color-stop(52%,rgba(130,140,149,1)), color-stop(100%,rgba(40,52,59,1))); /* Chrome,Safari4+ */
}
/*for smaoll scrollbar*/
::-webkit-scrollbar {
    width: 3px;
    height: 1px;
}
::-webkit-scrollbar-button {
    background: #888;    
    
}
::-webkit-scrollbar-track-piece {
    background: #cccccc;    
}
::-webkit-scrollbar-thumb {
    background: #888;      
}​