/**
 *
 * Generic CSS for CakePHP
 *
 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
 * Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @copyright     Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
 * @link          http://cakephp.org CakePHP(tm) Project
 * @package       cake
 * @subpackage    cake.app.webroot.css
 * @since         CakePHP(tm)
 * @license       MIT License (http://www.opensource.org/licenses/mit-license.php)
 */

* {
    margin:0;
    padding:0;
}

/** General Style Info **/
body {
    background:url(../img/bg.png);
    color: #fff;
    font:12px/1.231 arial,helvetica,clean,sans-serif;
    font-size:90%;
    margin: 0px auto;
}
a {
    color:  #0097a7;
    text-decoration: underline;
    font-weight: bold;
}
a:hover {
    color: #367889;
    text-decoration:none;
}
a img {
    border:none;
}
h1, h2, h3, h4 {
    font-weight: normal;
    margin-bottom:0.5em;
}
h1 {
    background:#F1F1D4;
    color: #003d4c;
    font-size: 12px;
    padding:5px;
    text-transform: uppercase;
}
h2 {
    background:#fff;
    color: #e32;
    font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;
    font-size: 190%;
}
h3 {
    color: #fff;
    font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;
    font-size: 165%;
    background: #eee url("../img/header_backround.png");
    padding:2px;
}
h4 {
    color: #993;
    font-weight: normal;
}
ul, li {
    margin: 0 12px;
}

/** Layout **/
#container {
    text-align: left;
    margin:0 auto;
}

#header{
    padding: 0px 0px;
    height:110px;
    border-bottom:1px solid #0097a7;
    border-radius: 0 0 0px 0px;
    background:#fff;

}

#topmenu{
    background:#0097a7;
    height:20px;
    padding:5px 0px;
    border-radius: 0px 0px 0px 0px;
    position: relative;   
    border-bottom: 3px solid #888;
    width:100%;
    -moz-box-shadow:inset 0 0 10px #888888;-webkit-box-shadow: inset 0 0 10px #888888;box-shadow:inset 0 0 10px #888888;
}

#topmenu .topleft li{list-style:none;}
#topmenu .topright{float:right; margin-right:40px;}
#topmenu .topleft{margin-left:40px;}
#topmenu a{
    color:#fff;
    font-size: 13px;
    text-decoration:none;
}
#header h1 {
    line-height:20px;
    background: #003d4c;
    color: #fff;
    padding: 0px 30px;
    margin-top: 110px;
    font-weight:bold;
    font-size:12px;
    text-align: center;
}
#header h1 a {
    color: #fff;
    background: #003d4c;
    font-weight: normal;
    text-decoration: none;
}
#header h1 a:hover {
    color: #fff;
    background: #003d4c;
    text-decoration: underline;
}
#content{
    background: #fff;
    clear: both;
    color: #333;
    padding: 5px 50px 40px 60px;
    overflow: auto;
}

#content #leftbar{
    width:200px;
    height:440px;
    float: left;
    background:#eeeeee;
    padding:5px;
    border:1px solid #888;
    border-radius: 5px 5px 5px 5px;
    margin-right:2px;
}

#content #leftbar ul{
    margin-bottom:10px;
}

#content #leftbar h4{
    background:#888;
    border:1px solid #222;
    border-radius: 0 0 5px 5px;
    color:#fff;
    font-weight:bold;
    font-size:13px;
    padding:2px;
}
.maincontent h2{
    margin:5px;
    background:#888;
    padding:5px;
    color:#fff;
    width:780px;
}
.maincontent{
    width:790px;
}
#content #rightbar{
    width:740px;
    float:left;
}
#footer {
    clear: both;
    padding: 6px 10px;
    text-align: center;
    border-radius: 0 0 5px 5px;
    background:#0097a7;
}

/** containers **/
div.form,
div.index,
div.view {
    float:right;
    width:76%;
    border-left:1px solid #666;
    padding:10px 2%;
    border-radius: 0 0 5px 5px;
}

td.index_no{
    width:6px;
}
div.actions {
    float:left;
    width:16%;
    padding:10px 1.5%;
}
div.actions h3 {
    padding-top:0;
    color:#777;
}


/** Tables **/

table {
    background: #fff;
    border-right:0;
    clear: both;
    color: #333;
    margin-bottom: 10px;
    width: 100%;
}
th {
    border:0;
    border-bottom:2px solid #555;
    text-align: left;
    padding:4px;
}
th a {
    display: block;
    padding: 2px 4px;
    text-decoration: none;
}

td{
    vertical-align:top;
    padding:5px;
}
tr{
    font-size:12px;
    height:23px;

}

select{
    font-size:11px;
}
.cake-sql-log table {
    background: #f4f4f4;
}
.cake-sql-log td {
    padding: 4px 8px;
    text-align: left;
    font-family: Monaco, Consolas, "Courier New", monospaced;
}
.cake-sql-log caption {
    color:#fff;
}

/** Paging **/
div.paging {
    background:#fff;
    color: #ccc;
    margin-top: 1em;
    clear:both;
}
div.paging span.disabled {
    color: #ddd;
    display: inline;
}
div.paging span.current {
    color: #c73e14;
}
div.paging span a {
}

/** Scaffold View **/
dl {
    line-height: 2em;
    margin: 0em 0em;
    width: 60%;
}
dl .altrow {
    background: #f4f4f4;
}
dt {
    font-weight: bold;
    padding-left: 4px;
    vertical-align: top;
    width: 10em;
}
dd {
    margin-left: 10em;
    margin-top: -2em;
    vertical-align: top;
}

/** Forms **/
form {
    clear: both;
    margin-right:0px;
    padding: 0;
}
fieldset {
    border: 1px solid #003D4C;
    margin-bottom: 1em;
    padding:2px 3px;
}
fieldset legend {
    background:#fff;
    color: #e32;
    font-size: 110%;
    font-weight: bold;
}
fieldset fieldset {
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 16px 10px;
}
fieldset fieldset legend {
    font-size: 120%;
    font-weight: normal;
}
fieldset fieldset div {
    clear: left;
    margin: 0 20px;
}
form div {
    clear: both;
    margin-bottom: 1em;
    padding: .5em;
    vertical-align: text-top;
}
form .input {
    color: #444;
}
form .required {
    font-weight: bold;
}
form .required label:after {
    color: #e32;
    content: '*';
    display:inline;
}
form div.submit {
    border: 0;
    clear: both;
    margin-top: 10px;
    width:100px;
    margin-left:0;
}
label {
    display: block;
    font-size: 110%;
    margin-bottom:3px;
}

select {
    clear: both;
    font-size: 100%;
    vertical-align: text-bottom;
}
select[multiple=multiple] {
    width: 100%;
}
option {
    font-size: 120%;
    padding: 0 3px;
}
input[type=checkbox] {
    clear: left;
    float: left;
    margin: 0px 6px 7px 2px;
    width: auto;
}
div.checkbox label {
    display: inline;
}
input[type=radio] {
    float:left;
    width:auto;
    margin: 0 3px 7px 0;
}
div.radio label {
    margin: 0 0 6px 20px;
}
input[type=submit] {
    display: inline;
    font-size: 110%;
    width:100;
}
form .submit input[type=submit] {
    background:#62af56;
    background: -webkit-gradient(linear, left top, left bottom, from(#a8ea9c), to(#62af56));
    background-image: -moz-linear-gradient(top, #a8ea9c, #62af56);
    border-color: #2d6324;
    color: #000;
    text-shadow: #8cee7c 0px 1px 0px;
}
form .submit input[type=submit]:hover {
    background:#4ca83d;
    background: -webkit-gradient(linear, left top, left bottom, from(#85e573), to(#4ca83d));
    background-image: -moz-linear-gradient(top, #85e573, #4ca83d);
}

/** Notices and Errors **/
div.message {
    clear: both;
    color: red;
    font-size: 140%;
    font-weight: bold;
    margin: 0 0 1em 0;
    padding: 5px;
    padding-top: 15px;
    text-align: center;
}
div.error-message {
    clear: both;
    color: #fff;
    font-weight: bold;
    background: #c73e14;
}
p.error {
    background-color: #e32;
    color: #fff;
    font-family: Courier, monospace;
    font-size: 120%;
    line-height: 140%;
    padding: 0.8em;
    margin: 1em 0;
}
p.error em {
    color: #000;
    font-weight: normal;
    line-height: 140%;
}
.notice {
    background: #ffcc00;
    color: #000;
    display: block;
    font-family: Courier, monospace;
    font-size: 120%;
    line-height: 140%;
    padding: 0.8em;
    margin: 1em 0;
}
.success {
    background: green;
    color: #fff;
}

/**  Actions  **/
div.actions ul {
    margin: 0;
    padding: 0;
}
div.actions li {
    margin:0 0 0.5em 0;
    list-style-type: none;
    white-space: nowrap;
    padding: 0;
}
div.actions ul li a {
    font-weight: normal;
    display: block;
    clear: both;
}
div.actions ul li a:hover {
    text-decoration: underline;
}

input[type=submit],
div.actions ul li a,
td.actions a {
    font-weight:normal;
    padding: 2px 4px;
    background:#e6e49f;
    background: -webkit-gradient(linear, left top, left bottom, from(#f1f1d4), to(#e6e49f));
    background-image: -moz-linear-gradient(top, #f1f1d4, #e6e49f);
    color:#333;
    border:1px solid #aaac62;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:3px;
    text-decoration:none;
    text-shadow: #fff 0px 1px 0px;
    min-width: 0;
    width: 90px;
}
input[type=submit]:hover,
div.actions ul li a:hover,
td.actions a:hover {
    background: #f0f09a;
    background: -webkit-gradient(linear, left top, left bottom, from(#f7f7e1), to(#eeeca9));
}

/** Related **/
div.related {
    clear: both;
    display: block;
}

/** Debugging **/
pre {
    color: #000;
    background: #f0f0f0;
    padding: 1em;
}
pre.cake-debug {
    background: #ffcc00;
    font-size: 120%;
    line-height: 140%;
    margin-top: 1em;
    overflow: auto;
    position: relative;
}
div.cake-stack-trace {
    background: #fff;
    color: #333;
    margin: 0px;
    padding: 6px;
    font-size: 120%;
    line-height: 140%;
    overflow: auto;
    position: relative;
}
div.cake-code-dump pre {
    position: relative;
    overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
    color: #000;
    background-color: #F0F0F0;
    margin: 0px;
    padding: 1em;
    overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
    clear: both;
    font-size: 12px;
    line-height: 15px;
    margin: 4px 2px;
    padding: 4px;
    overflow: auto;
}
div.cake-code-dump span.code-highlight {
    background-color: #ff0;
    padding: 4px;
}
div.code-coverage-results div.code-line {
    padding-left:5px;
    display:block;
    margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
    background:#ecc;
}
div.code-coverage-results div.covered span.content {
    background:#cec;
}
div.code-coverage-results div.ignored span.content {
    color:#aaa;
}
div.code-coverage-results span.line-num {
    color:#666;
    display:block;
    float:left;
    width:20px;
    text-align:right;
    margin-right:5px;
}
div.code-coverage-results span.line-num strong {
    color:#666;
}
div.code-coverage-results div.start {
    border:1px solid #aaa;
    border-width:1px 1px 0px 1px;
    margin-top:30px;
    padding-top:5px;
}
div.code-coverage-results div.end {
    border:1px solid #aaa;
    border-width:0px 1px 1px 1px;
    margin-bottom:30px;
    padding-bottom:5px;
}
div.code-coverage-results div.realstart {
    margin-top:0px;
}
div.code-coverage-results p.note {
    color:#bbb;
    padding:5px;
    margin:5px 0 10px;
    font-size:10px;
}
div.code-coverage-results span.result-bad {
    color: #a00;
}
div.code-coverage-results span.result-ok {
    color: #fa0;
}
div.code-coverage-results span.result-good {
    color: #0a0;
}

/** Elements **/
#url-rewriting-warning {
    display: none;
}

/** nav **/

#nav ul{
    width:1000px;
    height:30px;
    background:#222;
}
#nav ul li{
    float: left;
    list-style:none;
    padding:5px;
}
#nav ul li a{
    text-decoration:none;
    color:#fff;
}
.temp_header{
    background:#ccc;
}
.actionbutton ul li{
    float: left;
}
.actionbutton{
    margin-bottom:5px;
    height:50px;
    width:900px;
}
.lsBold{
    font-weight:bold;width:200px;height:15px;
}
.comment{
    background:#ccc;
    height:50px;
    border:1px solid #222;
}
#UserLoginForm input{
    width:120px;
    border:1px solid #eee;
}
input#regslip{
    width:150px;
    height:30px;
}

input#submit_btn_get{
    width:60px;
    height:30px;
}
#printTable{
    border:1px solid #eee;
    width:780px;
}
input.txtbox {
    width:200px;
    border:1px solid #eee;
    border-radius: 5px 5px 5px 5px;
}
table#forgotpass tr:nth-child(2n) td {
    background: none repeat scroll 0 0 #fffnt;
}

input[type="button"], div.actions ul li a, td.actions a {
    background: -moz-linear-gradient(center top , #F1F1D4, #E6E49F) repeat scroll 0 0 #E6E49F;
    border: 1px solid #AAAC62;
    border-radius: 8px 8px 8px 8px;
    color: #333333;
    font-weight: normal;
    min-width: 0;
    padding: 4px 4px;
    text-decoration: none;
    text-shadow: 0 1px 0 #FFFFFF;
    width: 90px;
}

#topmenu ul li{
    float:left;
}

#profile_form{
    width:100%;
}

.txt1{
    width:250px;
    height:15px;
    border:1px solid #ccc;
}
.txt3{
    width:200px;
    height:15px;
    border:1px solid #ccc;
}
.txt2{
    width:100px;
    height:15px;
    border:1px solid #ccc;
}
.txt4{
    width:100px;
    height:15px;
    border:1px solid #ccc;
}

.table1{
    width:500px;
}

/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
    padding: 3px 0;
    margin-left: 0;
    margin-top: 1px;
    margin-bottom: 0;
    font: bold 12px Verdana;
    list-style-type: none;
    text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
    display: inline;
    margin: 0;
}

.shadetabs li a{
    text-decoration: none;
    position: relative;
    z-index: 1;
    padding: 3px 7px;
    margin-right: 3px;
    border: 1px solid #778;
    color: #2d2b2b;
    background: white url(shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
    color: #2d2b2b;
}

.shadetabs li a:hover{
    text-decoration: underline;
    color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
    position: relative;
    top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
    background-image: url(shadeactive.gif);
    border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
    text-decoration: none;
}

.tabcontent{
    display:none;
}

@media print {
    .tabcontent {
        display:block !important;
    }
}

/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.modernbricksmenu2{
    padding: 0;
    width: 362px;
    border-top: 5px solid #D25A0B; /*Brown color theme*/ 
    background: transparent;
    voice-family: inherit;
}

.modernbricksmenu2 ul{
    margin:0;
    margin-left: 10px; /*margin between first menu item and left browser edge*/
    padding: 0;
    list-style: none;
}

.modernbricksmenu2 li{
    display: inline;
    margin: 0 2px 0 0;
    padding: 0;
    text-transform:uppercase;
}

.modernbricksmenu2 a{
    float: left;
    display: block;
    font: bold 11px Arial;
    color: white;
    text-decoration: none;
    margin: 0 1px 0 0; /*Margin between each menu item*/
    padding: 5px 10px;
    background-color: black; /*Brown color theme*/ 
    border-top: 1px solid white;
}

.modernbricksmenu2 a:hover{
    background-color: #D25A0B; /*Brown color theme*/ 
    color: white;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
    background-color: #D25A0B; /*Brown color theme*/ 
    color: white;
    border-color: #D25A0B; /*Brown color theme*/ 
}

.tabcontent{
    display:none;
}

@media print {
    .tabcontent {
        display:block !important;
    }
}

/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
    font: bold 13px Arial;
    width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
    margin: 0;
    padding: 0;
    float: left;
    /* width: 80%; width of menu*/
    border-top: 1px solid navy; /*navy border*/
    background: black url(indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
    display: inline;
}

.indentmenu ul li a{
    float: left;
    color: white; /*text color*/
    padding: 5px 11px;
    text-decoration: none;
    border-right: 1px solid navy; /*navy divider between menu items*/
}

.indentmenu ul li a:visited{
    color: white;
}

.indentmenu ul li a.selected{
    color: white !important;
    padding-top: 6px; /*shift text down 1px*/
    padding-bottom: 4px;
    background: black url(indentbg2.gif) center center repeat-x;
}


.tabcontentstyle{ /*style of tab content oontainer*/
    border: 1px solid gray;
    width: 450px;
    margin-bottom: 1em;
    padding: 10px;
}

.tabcontent{
    display:none;
}

@media print {
    .tabcontent {
        display:block !important;
    }
}
tr.table_header{
    background:#eee;
}
/**  smsbox  */ 
#dropin{

    position:absolute;
    visibility:hidden;
    top:100px;
    width:400px;
    height:310px;
    background-color:green;
    border:10px #eee solid;
    padding:10px;
}

#dropin tr.smsbox {
    display:table-row;
    vertical-align:inherit;
    border:#ccc;
}
#dropin td{
    border-bottom:none;
    padding-bottom:5px;
    text-align:left;
}
#dropin textarea {
    background-color:#FFFFFF;
    border:1px solid #C8D2D9;
    float:left;
    height:80px;
    margin:0 0 0 5px;
    width:250px;
}
#dropin textarea.smsfrom{
    width:250px;
}
#dropin textarea.reply{
    width:250px;
}
#loader12{
    margin-top:5px;
    height:10px;
    width:400px;
    color:red;
}

#loader13{
    margin-top:5px;
    height:10px;
    width:400px;
    color:red;
}

.numberList{
    overflow:auto;
    height:300px;
}
ul.tab-headers,
.tab-content {
    width: 400px;
}
ul.tab-headers { 
    height: 20px;      
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 0;       
}
ul.tab-headers li {
    float: left;
    padding: 3px 10px 3px 10px;
    border: solid 1px black;
    border-bottom: 0;
    margin-left: 3px;
    cursor: pointer;
}
ul.tab-headers li.active {
    background-color: black;
    color: white;
}
.tab-content {
    margin: 0;
    padding: 0 5px 5px 5px;
    border: solid 1px black;
    visibility: hidden;
}

div.gateway{
    height:600px;
    overflow: auto;
}

div.service_menu{height:20px;width:100%;}

#UserLoginForm{width:300px;
}

.nav > li > a.abox {
    border-radius: 5px;
    padding-left: 15px;
    padding-right: 15px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #68a4c4;
}
