﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    background: url(Images/body_bg.png) repeat;
    font-size: 75%;
    font-family: Verdana, Tahoma, Arial, "Helvetica Neue" , Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

.child-img {
    height: 22px;
    width: 27px;
    background: url(Images/childArrow.png) no-repeat;
    float: left;
    margin-top: -6px;
}

html
{
    overflow-y: scroll;
    min-width: 100%;
    min-height: 100%;
}
a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

table {
    color: #000;
}

.launcherContainerClass {
    padding-bottom: 1px;
}

.launcherClass {
    padding: 2px;
}

.menuClass {
    position: absolute;
    width: 150px;
    margin-top: 3px !important;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
    /*min-height: 700px;
    border: 1px solid #dddddd;
    background: rgb(238, 238, 238);*/
}
.qbwc-element 
{
    margin: 16px 0;
    height: 26px;
}
.step-number
{
    font-size: #16px;
    font-weight: 700;
}
.creation-qbwc-file-form,
.ie-description
{
    width: 49.3%;
    float: left;
}
.generate-qbwc-file 
{
    border: 1px solid #aaa;
    border-radius: 4px;
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: center;
    background: #aaa;
    margin-top: 24px;  
    width: 212px; 
    display: block;
    text-decoration: none!important; 
    color: #fff!important;
    margin-left: 160px;
}
.generate-qbwc-file:hover 
{
    text-decoration: none;
}
.qbwc-element div 
{
    float: left;
    width: 160px;
    line-height: 36px;
}
.qbwc-element [type=text]
{
    width: 200px;
    margin-top: 6px;
    height: 20px;
    padding: 0px 6px;
}
.ie-description
{
    padding-left: 15px;
    border-left: 1px solid #aaa;
}
#description_container {
    margin: 40px 15px;
}

#header
{
    position: absolute;
    margin: 0 auto;
    width: 100%;
    top: 0;
    padding: 0;
    height: 31px;
    background: url(Images/header_bg.png) repeat-x;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #696969;
}

#header_container
{
    width: 1400px;
    margin: 0 auto;
    line-height: 20px;
    height: 30px;
}

#logo-header
{
    color: #1e90ff;
    font-size: 15px;
    font-weight: bold;
}

#main
{
    padding-top: 31px;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}

.page
{
    width: 1400px;
    background-color: #E8EDF0;
    display: table;
    padding: 0px 5px;
    border-left: 1px solid slategrey;
    border-right: 1px solid slategrey;
}

.class-assign-control-container {
    height: 30px;
    line-height: 30px;
}

.class-assign-control-title {
    margin-bottom: 14px;
}

#manager-btn a, #logout-btn a, #login-btn a, #refresh-btn a{
    text-decoration: none;
    color: #696969;
    font-weight: bold;
    padding: 5px 12px;
    margin-left: 2px;
}

#refresh-btn 
{
    float: left;
    width: 240px;
    line-height: 30px;
    height: 30px;
    vertical-align: middle;
}

#refresh-btn img 
{
    border: none;
    margin-bottom: -5px;
    height: 20px;
    line-height: 30px;
    background: 510%;
}

#manager-btn a:hover, #logout-btn a:hover, #login-btn a:hover, #refresh-btn a:hover {
    background: #E7E7E7;
    border: 1px solid #B2B2B2;
    padding: 5px 11px;
}

#logout-btn {
    float: right;
}

#report-title-name {
    font-weight: bold;
}

#user-name-container {
    float: left;
}

#manager-btn, #logout-btn {
    border-left: 1px solid #818388;
    border-right: 1px solid #EFF2F9;
    line-height: 27px;
    float: left;
    margin-top: 2px;
    margin-left: 20px;
}

#main .object_element
{
    background: #fff;
    width: 672px;
    min-height: 500px;
    margin-bottom: 10px;
    border: 1px solid #cccccc;
    margin-top: 10px;
    margin-left: 10px;
    padding: 6px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px; /*-moz-box-shadow: 0 0 6px rgba(0,0,0,0.5); /* Для Firefox */ /*-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.5); /* Для Safari и Chrome */ /*box-shadow: 0 0 6px rgba(0,0,0,0.5); /* Параметры тени */
}
#main .object_element_title
{
    line-height: 30px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 10px;
}
.process-btn
{
    margin-left: 20px;
}
#process-container
{
    width: auto;
    float: right;
    margin-right: 8px;
    margin-bottom: 58px;
}
#ui-datepicker-div {
    display: none;
}
#footer
{
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
    height: 40px; 
    background: #cccccc; 
    border-top: 1px solid #56554E; 
    margin: 0 auto; 
    width: 1410px; 
    border-style: dashed; 
    border-spacing: 3px;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-left: 1px solid slategrey;
    border-right: 1px solid slategrey;
}

#footer-logo 
{
    margin: 0 auto;
    width: 130px;
    height: 24px;
    background: url(Images/DCLogoPlaceHolder.png) no-repeat;
}

#getReportContainer
{
    background: #fff;
    padding: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #cccccc;
    min-height: 100px;
    width: 1370px;
    margin: 20px auto 0;
}

.entities-main-container
{
    background: #fff;
    padding: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #cccccc;
    min-height: 100px;
    width: 1370px;
    margin: 10px auto 10px auto;
    clear: both;
}

#user-container {
    float: right;
    line-height: 30px;
}

#user-container span {
    float: left;
}

.normal_td_bg {
    padding-left: 3px;
}
.home-loader 
{
    position: absolute; 
    width: 36%;
    top: 94px; 
    height: 236px; 
    background:rgba(0,0,0,0.8);
    opacity: 0.8;
}
#downloadBtn 
{
    display: none;
}
.dd-loading
{
    background: url(Images/loader.gif) no-repeat 50%;
    padding: 20px;
}
.dd-loading-text
{
    margin-left: 25px;
    margin-top: 15px;
    color: grey;
}
.empty-dd-element 
{
    padding: 0px 10px;
    line-height: 22px;
}
.home-loader div {
    background: url(Images/ajax-loader.gif) no-repeat #aaaaaa 50%;
    margin-top: 95px;
    width: 45px;
    height: 45px;
    border-radius: 8px;
    opacity: 1;
    margin-left: 50%;
    left: -23px;
    top: 0px;
    position: absolute;
}
.red_td_bg td{
    background: #febbbb; /* Old browsers */
    /* IE10 Consumer Preview */ 
    background-image: -ms-linear-gradient(bottom, #FFAF96 0%, #FFCCCA 100%);

    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(bottom, #FFAF96 0%, #FFCCCA 100%);

    /* Opera */ 
    background-image: -o-linear-gradient(bottom, #FFAF96 0%, #FFCCCA 100%);

    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFAF96), color-stop(1, #FFCCCA));

    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(bottom, #FFAF96 0%, #FFCCCA 100%);

    /* W3C Markup, IE10 Release Preview */ 
    background-image: linear-gradient(to top, #FFAF96 0%, #FFCCCA 100%);
    line-height: 30px!important;
    color: #000000;
}

.yelow_td_bg td {
    background: #fceabb; /* Old browsers */
    background: -moz-linear-gradient(top,  #fceabb 0%, #fccd4d 0%, #fbdf93 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fceabb), color-stop(0%,#fccd4d), color-stop(100%,#fbdf93)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fceabb 0%,#fccd4d 0%,#fbdf93 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fceabb 0%,#fccd4d 0%,#fbdf93 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fceabb 0%,#fccd4d 0%,#fbdf93 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fceabb 0%,#fccd4d 0%,#fbdf93 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 ); /* IE6-9 */
}

.green_td_bg td {
    background: #b4e391!important; /* Old browsers */
    background: -moz-linear-gradient(top,  #b4e391 0%, #a5efa5 1%, #b4e391 100%)!important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b4e391), color-stop(1%,#a5efa5), color-stop(100%,#b4e391))!important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #b4e391 0%,#a5efa5 1%,#b4e391 100%)!important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #b4e391 0%,#a5efa5 1%,#b4e391 100%)!important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #b4e391 0%,#a5efa5 1%,#b4e391 100%)!important; /* IE10+ */
    background: linear-gradient(to bottom,  #b4e391 0%,#a5efa5 1%,#b4e391 100%)!important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4e391', endColorstr='#b4e391',GradientType=0 )!important; /* IE6-9 */
    line-height: 30px;
}

.green-border {
    border: 2px solid #b4e391!important;
}

.red-border {
    border: 2px solid #febbbb!important;
}

.yellow-border {
    border: 2px solid #fbdf93!important;
}

.getReport
{
    display: block;
    text-wrap: none;
    color: #fff;
    padding: 3px 10px;
    color: #000 !important;
    text-decoration: none !important;
    border-radius: 3px;
    background: #eeeeee;
}

.getReport:hover
{
    background: #999999;
}

.expandParamsContainer
{
    height: auto;
    padding: 8px;
    border: 1px solid #999999;
    border-radius: 0 0 3px 3px;
}

.salesReceipt-property {
    margin: 14px 20px 14px 0;
}

.right-side {
    min-height: 30px;
    text-align: right;
    margin-right: 8px;
}

#tooltip {
    width: 300px;
    position: absolute;
    z-index: 10;
    border: 1px solid #f08080;
    background: #ffffff;
    color: #000;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    padding: 5px;
    font-weight: normal!important;
    font-size: 12px!important;
}
.notification-icon 
{
    background: url(Images/alert-icon.png) no-repeat 50%; 
    width: 20px;
    height: 20px;
}
.tooltip-message-title {
    color: #ff0000;
}
.invoice-Report 
{
    margin-left: 16px;
}
.tooltip-message-is-required {
    margin: 12px 0;
}

.cant-save-message {
    position: absolute;
    margin-left: -200px;
    width: 200px;
    color: #fff;
    line-height: 30px;
    padding: 0 5px;
    margin-top: -31px; 
}

.message 
{
    float: right;
    background: #ff0000;
    border: 1px solid #a52a2a;
    line-height: 30px;
    padding: 0 5px;
    margin-right: 5px;
}

.selectedElement
{
    background: #999999;
    border-radius: 3px 3px 0 0;
}
.main 
{
    float: left;    
}
.class-assign-control-container .main
{
    float:none;
}
.gls-main-container .dd>span 
{
    width: 160px;
}
.invoice-main-container .dd>span 
{
    width: 180px;
}
.dd span 
{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}
.invoices .dd span 
{
    width: 170px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}
.class-container-main .dd
{
    width: 180px;    
} 
.class-container-main .dropdown
{
    width: 260px;    
}
.account-dropdown-container
{
    width: 246px;
}
.account-dropdown-container  .main
{
    float: left;
}
.account-dropdown-container .dd,
.customers-dropdown-container .dd,
.class-container .dd,
.name-dropdown-container .dd
{
     width: 200px;
}
.name-dd-container .dd
{
     width: 200px;
}
.account-dropdown-container .dd .dropdown,
.customers-dropdown-container .dd .dropdown
{
     width: 260px;
}
.class-container .dd .dropdown
{
    width: 212px;
}
.name-dropdown-container .dd .dropdown
{
     width: 462px;
}
.alert-img, .vendor-alert-img {
    background: url(Images/alert-icon.png) no-repeat 50%;
    min-height: 30px;
    height: 100%;
    width: 20px;
    float: left;
    margin: -2px 4px 0px;
}

.class_dropdown_container {
    margin-top: 10px;
}

#total-debit-and-credit 
{
    width: 434px;
    clear: both;
    margin: 0 auto;
}

.total-title {
    width: 120px;
    float: left;
    text-align: right;
    padding-right: 10px;
}

.total-debit {
    width: 60px;
    float: left;
    font-weight: bold;
    text-align: right;
}

.total-credit {
    width: 60px;
    float: left;
    font-weight: bold;
    text-align: right;
}

.selected-vendor {
    background-image: -ms-linear-gradient(bottom, #FFAF96 0%, #FFCCCA 100%);

    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(bottom, #FFAF96 0%, #FFCCCA 100%);

    /* Opera */ 
    background-image: -o-linear-gradient(bottom, #FFAF96 0%, #FFCCCA 100%);

    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFAF96), color-stop(1, #FFCCCA));

    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(bottom, #FFAF96 0%, #FFCCCA 100%);

    /* W3C Markup, IE10 Release Preview */ 
    background-image: linear-gradient(to top, #FFAF96 0%, #FFCCCA 100%);
}

.class_dropdown_container select {
    margin: 10px 0;
}
.tab-loading-container
{
    width: 258px; 
    height: 50px;
    display: block;
}
.tab-btn-descriotion {
    font-size: 10px;
    color: gray;
}

#abstract_classes {
    width: 100%;
    margin: 20px 0;
}
.bill_vendor_container 
{
    width: 100%;    
}
.vendor-class-container {
    float: right;
    height: 144px;
    margin-right: 35px;
}
.bill_vendor_container .vendor-class-container 
{
    width: 200px;
    float: right;
}
.term-ref-container 
{
    width: 400px;
    float: left;
    margin-top: 20px;
    margin-left: 40px;
}
.term-ref-name,
.term-ref-value 
{
    font-weight: bold;
}
.term-ref-name span,
.term-ref-value span
{
    font-weight: normal;
}
.invoices .vendor-class-container {
    margin-right: 17px;
}
.gl-name-type 
{
    float: right;
    line-height: 20px;
    margin-top: -24px;
    margin-right: 10px;
}
.name-container .dropdown 
{
    width: 420px;   
}
.vendor-class-container select{
    width: 142px;
}

.paramLabel
{
    width: 200px;
    display: block;
    float: left;
    color: #000;
    line-height: 26px;
}

.showEntitiesAmountsZero {
    margin: 0;
    padding: 0;
}

.paramElement
{
    height: 26px;
}

.selectAll
{
    margin-right: 6px;
}

.paramElement select, .normal-dropdown
{
    border: 1px solid #999999;
    width: 200px;
    height: 20px;
    border-radius: 3px;
    -webkit-appearance: none;
}

.txtDate
{
    width: 174px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border: 1px solid #999999;
}

#logo-container {
    float: left;
}

#home-btn 
{
    text-decoration: none;
}

.unit-export-btn {
    width: 100%;
    height: 36px;
    border: 1px solid #aaaaaa;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    background: #cccccc;
    margin-left: -19px;
    width: 1362px;
    margin-top: 18px;
}

.unit-export-btn  div
{
    float:right;
    margin-top: 6px;
    margin-right: 4px;
}
.retrieveReportBtn
{
    margin-left: 360px;
    text-decoration: none !important;
    color: #000000 !important;
    background: #dddddd !important;
    padding: 3px 8px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
}
.retrieveReportBtn:hover
{
    background: #cccccc !important;
}
.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}
.ui-datepicker-trigger
{
    position: absolute;
    margin-top: -2px;
}
/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
}

ul#menu li a:hover
{
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend
{
    font-size: 1.2em;
    font-weight: bold;
}

textarea
{
    min-height: 75px;
}

input[type="text"]
{
    border: 1px solid #CCC;
}

input[type="password"]
{
    width: 200px;
    border: 1px solid #CCC;
}
#Reports_List_filter input[type=text]::-ms-clear {
    display: none;
}
.user-password 
{
    width: 200px!important;
    height: 20px;
    margin-top: 5px;
    padding: 0px 6px!important;
}
/* TABLE
----------------------------------------------------------*/

table
{
    width: 100%;
    border-collapse: collapse!important;
}
.invoice-Report 
{
    width: 96%;
}
table th
{
    padding: 6px 5px 6px 0;
    margin-left: 2px;
    text-align: left;
}

.objectsList
{
    margin-top: 20px;
}
/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color: Red;
}

#menucontainer
{
    margin-top: 40px;
}

#login-container input[type=text] {
    width: 200px;
}

#login-container {
    width: 400px;
    margin: 0 auto;
    background: #ffffff;
    margin-top: 20px;
    padding: 15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #cccccc;
}

#logindisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, .editor-label
{
    margin: 1em 0 0 0;
}

.display-field, .editor-field
{
    margin: 0.5em 0 0 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}


/*New Messages*/
.gips-container {
    height: 30px;
    width: 138px;
    position: absolute;
    margin-top: -35px;
}
.gips-body {
    color: white;
    font-weight: bold;
    font-size: 11px;
    height: 19px;
    width: 145px;
    padding: 5px;
    padding-right: 20px;
    position: relative;
    float: left;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #ff0000;
    line-height: 21px;
}
.gips-icon {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    position: absolute;
    margin-left: 12px;
    border-color: #ff0000 transparent transparent transparent;
    opacity: 1;
    margin-top: 28px;
}

.left-gips-container {
    height: 30px;
    width: 175px;
    position: absolute;
    margin-top: -31px;
    margin-left: -176px;
}
.error-image 
{
    margin-left: -21px;
    width: 20px;
    margin-top: -25px;
}
.left-gips-body {
    color: white;
    font-weight: bold;
    font-size: 11px;
    height: 20px;
    width: 145px;
    padding: 5px;
    padding-right: 20px;
    position: relative;
    float: left;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #ff0000;
    line-height: 20px;
    margin-top: 1px;
}
.left-gips-icon {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    position: absolute;
    margin-left: 169px;
    border-color: transparent transparent transparent #ff0000;
    opacity: 1;
    margin-top: 9px;
}
/*Notification messages*/
.message{
    background-size: 40px 40px;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
				    transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
				    transparent 75%, transparent);										
    box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
    width: 100%;
    border: 1px solid;
    color: #fff;
    padding: 15px;
    position: fixed;
    _position: absolute;
    text-shadow: 0 1px 0 rgba(0,0,0,.5);
    animation: animate-bg 5s linear infinite;
    z-index: 50;
}

.info{
		 background-color: #4ea5cd;
		 border-color: #3b8eb5;
}

.error{
		 background-color: #de4343;
		 border-color: #c43d3d;
}
		 
.warning{
		 background-color: #eaaf51;
		 border-color: #d99a36;
}

.success{
		 background-color: #61b832;
		 border-color: #55a12c;
}

.message h3{
		 margin: 0 0 5px 0;													 
}

.message p{
		 margin: 0;													 
}