/** Add css rules here for your application. */

body {
    background-color: white;
    color: #2E2E2E;
     font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: small;
    margin: 8px;
}
/** Example rules used by the template application (remove for your app) */
h1 {
  font-size: 2em;
  font-weight: bold;
  color: #2E2E2E;
  margin: 40px 0px 70px;
  text-align: center;
}

.x-form-item {
    font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.sendButton {
  display: block;
  font-size: 16pt;
}

/** Most GWT widgets already have a style name defined */
.gwt-DialogBox {
  width: 400px;
}

.dialogVPanel {
  margin: 5px;
}



.serverResponseLabelError {
  color: red;
}

/** Set ids using widget.getElement().setId("idOfElement") */
#closeButton {
  margin: 15px 6px 6px;
}

/** Acme Customized CSS added below */
/* Change title header to a flat style */

.menuLabelStyle:hover
 {
    background-color: #eee !important;
    cursor: pointer !important;
      border-top-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -webkit-border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        -webkit-border-top-right-radius: 5px;
}

.menuLabelStyleSelected
 {
      font:  bold 13px "Helvetica Neue", Helvetica, Arial, sans-serif !important;
     padding: 8px 8px 0px !important;
     top: 0px !important;
	 color: #fff !important;     
    border-top-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -webkit-border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        -webkit-border-top-right-radius: 5px;
        background-image: url(webapps/acmepacket/images/menu.png) !important;
}

.menuLabelStyleSelected:hover
 {
      font:  bold 13px "Helvetica Neue", Helvetica, Arial, sans-serif !important;
     padding: 8px 8px 0px !important;
     top: 0px !important;
	 color: #fff !important;  
    background-color: #013B47 !important;
    cursor: pointer  !important;
    border-top-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -webkit-border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        -webkit-border-top-right-radius: 5px;
}

.menuLabelStyle {
     font:  bold 13px "Helvetica Neue", Helvetica, Arial, sans-serif  !important;
     padding: 8px 8px 0px !important;
     top: 0px !important;
     background-color:  #fff !important;
	 color: #0B61A0 !important;         
}

.login-header {
    background-color: #FFFFFF  !important;
    background-image: url(webapps/acmepacket/images/headerRight.png)   !important;
    border: none             !important;
}
.dialog {
    background: white        !important;
    border: 0 none            !important;
}
/*for ext cell issue for Chrome*/
.ext-strict .x-grid3-cell-inner {
    border-right: 1px solid !important;
    border-right-color: #EDEDED !important;
}

.x-grid-with-col-lines .x-grid3-row td.x-grid3-cell {
    padding-left: 0px !important;
    border-right: none !important;
}
.x-grid3-row td.x-grid3-cell, .x-grid3-summary-row td.x-grid3-cell {
    padding-left: none !important;
    padding-right: none !important;
}
/* for about dialog*/
.about-dialog{
    font: bold 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

 /* For tree on west panel*/
#navtree .x-ftree2-selected {
    background-color:#00748D   !important;
        color:#FFFFFF !important;
    font: bold 14px "Helvetica Neue", Helvetica, Arial, sans-serif  !important;
}

.x-ftree2-node-over {
    font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    background-color:#D3D3D3    !important;
}

.x-ftree2-selected .x-ftree2-node-over {
    font: bold 14px "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    color:#FFFFFF !important;
    background-color:#D3D3D3    !important;
}
.x-ftree2 {
        font: bold 14px "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    color:#AB5F15 !important;
}

/* style for fieldset collapsed*/
.smtx-panel-collapsed .x-tool-toggle {
    background-position:0 -120px;
}
.smtx-panel-collapsed .x-tool-toggle-over {
    background-position:-15px -120px;
}

.x-tree3-node-ct {
    font: normal 14px "Helvetica Neue", Helvetica, Arial, sans-serif    !important;
    color: #2E2E2E                                                !important;
}

.x-tree3-node-text {
    font: inherit                                            !important;
    color: inherit                                             !important;
}
.x-menu-item-active {
    border:1px solid #013B47                                !important;

}
.x-form-label {
    font: 11px "Helvetica Neue", Helvetica, Arial, sans-serif            !important;
    padding: 2px 3px 3px 0;
}

.x-form-field {
    font: 11px "Helvetica Neue", Helvetica, Arial, sans-serif             !important;
}

/* For dialogs when dragging */
.x-window-mc, .x-window-ml, .x-window-mr, .x-window-bc, .x-window-bl, .x-window-br {
    background-color:white    !important;
    background-image:none    !important;
    border: 0 none            !important;
}

.x-window-tl .x-window-header {
    color: white !important;
    font:bold 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Setting default image to none */
.x-btn-toggle td{
    background-image: none;
}

/* Pressed state of the AcmeToggleButton widget */
.x-btn-pressed .x-btn-text{
    font: normal 11px "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    background-image: url(webapps/acmepacket/images/minus_24.png) !important;
    width: 24px !important;
    height: 24px !important;
}

/* Unpressed state of the AcmeAccordian widget */
.x-btn-toggle-accordian button {
    background-image: url(webapps/acmepacket/images/add_22.png) !important;
    width: 22px !important;
    height: 22px !important;
}

/* Setting default image to none */
.x-btn-toggle-accordian td{
    background-image: none;
}
/*Setting image for accodian widget collapsed*/
.accordian-x-panel-collapsed {
    background-position:0 -120px;
}
/*Setting image for accodian widget toggle*/
.accordian-x-panel-collapsed .x-tool-toggle {
    background-position:0 -120px;
}

/*Setting image for accodian widget toggle-over*/
.accodian-x-panel-collapsed .x-tool-toggle-over {
    background-position:-15px -120px;
}



.x-window-dlg .ext-mb-text,.x-window-dlg .x-window-header-text {
    font-size:14px;
}

.x-window-tc {
    background-image: url(webapps/acmepacket/images/top-bottom.png)!important;
}
.x-window-tl {
    background-image: url(webapps/acmepacket/images/left-corners.png)!important;
}
.x-window-tr {
    background-image: url(webapps/acmepacket/images/right-corners.png)!important;
}
.x-window-bc {
    background-image: url(webapps/acmepacket/images/top-bottom.png);
}
.x-window-bl {
    background-image: url(webapps/acmepacket/images/left-corners.png);
}
.x-window-br {
    background-image: url(webapps/acmepacket/images/right-corners.png);
}

.x-window-dlg .ext-mb-info {
    background-image:url(webapps/acmepacket/images/information.png) !important;
}
.x-window-dlg .ext-mb-warning {
    background-image:url(webapps/acmepacket/images/warning.png) !important;
}
.x-window-dlg .ext-mb-question {
    background-image:url(webapps/acmepacket/images/question.png) !important ;
}
.x-window-dlg .ext-mb-error {
    background-image:url(webapps/acmepacket/images/error.png) !important;
}

.x-treepanel{
  background-color: #013B47;
}
.x-menustyle{
  background-color: #013B47;
}

.x-menuItemStyle{
  background-color: #013B47;
  padding: 2px 5px 3px 2px;

}

.x-isbcToolbarPanel{
  background-image:url(webapps/acmepacket/images/toolbar.png) !important;
  padding: 0px 0px 0px 0px;
}

.x-treeToolbarPanel{
  background-image:url(webapps/acmepacket/images/toolbar.png) !important;
  padding: 0px 0px 10px 75px;
}

/* for isbc config tool bar icon */
.isbc-ImagePushButton-up,
.isbc-ImagePushButton-up-hovering,
.isbc-ImagePushButton-up-disabled,
.isbc-ImagePushButton-down,
.isbc-ImagePushButton-down-hovering,
.isbc-ImagePushButton-down-disabled {
  margin: 0;
  text-decoration: none;
  background: url("webapps/acmepacket/images/hborder.png") repeat-x 0px -27px;
}
.isbc-ImagePushButton-up,
.isbc-ImagePushButton-up-hovering,
.isbc-ImagePushButton-up-disabled {
  padding: 0px 2px 2px 2px;
}
.isbc-ImagePushButton-up {
  cursor: pointer;
  cursor: hand;
}
.isbc-ImagePushButton-up-hovering {
  border: 1px outset;
  border-color: #9cf #69e #69e #7af;
  cursor: pointer;
  cursor: hand;
}
.isbc-ImagePushButton-up-disabled {
  !border: 1px outset #ccc;
  cursor: default;
  opacity: .5;
  filter: alpha(opacity=40);
  zoom: 1;
}
.isbc-ImagePushButton-down,
.isbc-ImagePushButton-down-hovering,
.isbc-ImagePushButton-down-disabled {
  padding: 0px 2px 2px 2px;
}
.isbc-ImagePushButton-down {
  border: 1px inset #666;
  cursor: pointer;
  cursor: hand;
}
.isbc-ImagePushButton-down-hovering {
  border: 1px inset;
  border-color: #9cf #69e #69e #7af;
  cursor: pointer;
  cursor: hand;
}
.isbc-ImagePushButton-down-disabled {
  border: 1px outset #ccc;
  cursor: default;
  opacity: 0.5;
  filter: alpha(opacity=40);
  zoom: 1;
}
.isbc-addButtonImage{
    background-image: url("webapps/acmepacket/images/add_22.png") !important;
    width: 25px !important;
    height: 25px !important;
    background-repeat: no-repeat;
}

.isbc-deleteButtonImage{
    background-image: url("webapps/acmepacket/images/minus_24.png") !important;
    width: 30px !important;
    height: 30px !important;
    background-repeat: no-repeat;

}
.isbc-toolbar-style{
    padding-left:205px;
    background: white;
    border: none;
    margin-bottom: 0px !important;

}
.x-fieldset legend {
    color: #013B47;
    font: bold 11px "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.x-fieldset {
    overflow: visible !important;
}

.topPanel-style{
    padding-left: 20px;
    opacity: 1;
}

.btn_help .x-btn-tl,.btn_help .x-btn-tr,.btn_help .x-btn-tc,
.btn_help .x-btn-ml,.btn_help .x-btn-mr,.btn_help .x-btn-mc,
.btn_help .x-btn-bl,.btn_help .x-btn-br,.btn_help .x-btn-bc {
    background-image:none !important;
    background: none !important;
}

.btn_help:hover button {
     text-decoration: underline !important;'
	 
}

.x-btn button {
	color: #2E2E2E;
    font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}



.dashboard_button .x-btn-tl,.dashboard_button .x-btn-tr,.dashboard_button .x-btn-tc,
.dashboard_button .x-btn-ml,.dashboard_button .x-btn-mr,.dashboard_button .x-btn-mc,
.dashboard_button .x-btn-bl,.dashboard_button .x-btn-br,.dashboard_button .x-btn-bc {
    background-image:none !important;
    background: none !important;
}

.dashboard_button: button {
	color: #013B47;
    font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.dashboard_toolbar {
   background: none repeat scroll 0 0 transparent;
   border:  none;
}

.x-panel-header {
    font-size: 12px !important;
    color: #013B47 !important;
}

.x-fieldset legend {
    color: #013B47;
    font: bold 12px "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.flat-header {
    background-color: white  !important;
    background-image: none   !important;
    border: none             !important;
}

.GKA1XC4KYB {
    background-color: white  !important;
    background-image: none   !important;
    border: none             !important;
    color: #446498           !important;
    font-size: 14px          !important;    
}

.flat-header-title  {
    background-color: white  !important;
    background-image: none   !important;
    border: none             !important;
    color: #446498           !important;
    font-size: 14px             !important;
}

body, table td, select {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 12px !important;
}

/*for table cell alignment issue for Chrome*/
table td.x-grid3-cell{
    padding-left: 0px !important;
    padding-right: 0px !important;
}

a {
    color: #26415F !important;
    font: 12px bold "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

a:visited {
    color: #26415F !important;
}

a:link {
	color: #26415F !important;
    text-decoration: none !important;
}

a:hover {
    text-decoration: underline !important;
}

.menuLabelStyleSelected a:link {
	color: #fff !important;
    text-decoration: none !important;
}

.menuLabelStyleSelected a:visited {
    color: #fff !important;
}

.menuLabelStyleSelected a:focus {
    outline: 0;
}

.menuLabelStyleSelected a, a:visited {
    color: #fff !important;
    font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: 700 !important;
}

.menuLabelStyleSelected a:hover {
	color: #fff !important;
    text-decoration: underline !important;
}

.menuLabelStyle a:link {
    text-decoration: none !important;
}

.menuLabelStyle a:focus {
    text-decoration: underline !important;
}

.menuLabelStyle a, a:visited {
    color: #26415F !important;
    font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: 700 !important;
}

.menuLabelStyle a:hover {
    text-decoration: underline !important;
}

.advLink {
    color: #696969 !important;
    font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    text-decoration: none !important;
}

.my-x-grid3-row .x-grid3-row {
    cursor:pointer !important;
}

.acme-el-mask  {    
    background-color: #FAFAFA;
    position: absolute;
    top: 0;
    left: 0;
    -moz-opacity: 0.5;
    opacity: .50;
    filter: alpha(opacity = 50);
    width: 100%;
    height: 100%;
    zoom: 1;
    z-index: 100;
}

.divOverlay {
    top: 0px; 
    left: 0px;  
    position: absolute; 
    visibility: hidden;
    z-index: 200;
}

.x-toolbar td, .x-toolbar span, .x-toolbar input, .x-toolbar div, .x-toolbar select, .x-toolbar label {
    color: #4f4f4f;
    font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
}

.menuToolbarStyle {
	background: none !important;
}

.x-grid-hd-checker {
	background-image: none !important;
}

.property-label:hover{
    cursor: help;     
}

.headerLeft {
	background: url("webapps/acmepacket/images/leftTop.gif") repeat-x scroll 0 -18px transparent;
	height: 100px;
	width:305px;
	padding: 14px 12px;
}

.headerBody{
	background: url("webapps/acmepacket/images/rightTop.gif") repeat-x scroll 0 -18px transparent;
	height: 100px;
	padding: 14px 12px;
   
}

.login-panel {
	background: url("webapps/acmepacket/images/login_background.jpg") repeat-x scroll 0 0 rgba(0,0,0,0);
	background: -webkit-linear-gradient(#FFFFFF, #ECECEC); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#FFFFFF, #ECECEC); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#FFFFFF, #ECECEC); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#FFFFFF, #ECECEC); /* Standard syntax */
}

