/* 
    Document   : Custom
    Created on : Apr 14, 2016, 12:33:19 PM
    Author     : Rodielm
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

.companyHeaderGrid.ui-panelgrid>*>tr,
.companyHeaderGrid.ui-panelgrid .ui-panelgrid-cell {
    border: none;
}

SkyBlue{ 
    background-color: #82CAFA;
}

.containerscreen{
    padding: 1% !important;
    margin-left: -12% !important;
   
}
heilogin{
     height: 30em!important;
}

/*Growl personalizado */

.ui-growl{
    margin-top: 31%;
    margin-right: 2%;
}

.ui-growl-item{
    background: #D0DDE7;
    width: 96%;
}


.ui-growl-item-container {
    /*    opacity: 1 !important;*/
    filter: alpha(opacity=85);
    box-shadow: none !important;
}

ui-growl-title {
    color: #0277BD !important;
}


.ui-growl-message {
    width: 87%;
}


.ui-growl-icon-close {
    right: -19px;
}

/*.CartText {
  
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    padding: 2px 4px 3px 4px;
   
   
}*/

/***************************/


@media only screen and (max-width: 960px) {
    .logscreen {
        width: 210px !important;
    }

    .containerscreen{
        padding: 1% !important;
        margin-left: 1% !important;
    }

    .topbarlogin{
        margin-top: 45px !important;
        margin-right: 3% !important;
    }
}

@media only screen and (max-width: 520px) {
    .nameResponsive {
        width: 100% !important;
        padding: 0px;
        margin: 0px;
        float: right;
    }
}




