/* Minification failed. Returning unminified contents.
(1397,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
 */
html {
    background-color: #EEF5F9; /*#e2e2e2*/
    margin: 0;
    padding: 0;    
}

body {    
    background-color: /*#fff*/ #333;
    border-top: solid 0px #000;
    color: #333;
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    background-position-y: top;
    background-position-x: right;
    background-image: url(/Images/banner.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 0;
}

a:link, a:visited,
a:active, a:hover {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

a:hover {
}

a img {
    outline: none;
}


img {
    border: 0;
}

header {
    /*
    background-image: linear-gradient(left top, rgb(255,255,255) 19%, rgb(204,226,245) 60%);
    background-image: -o-linear-gradient(left top, rgb(255,255,255) 19%, rgb(204,226,245) 60%);
    background-image: -moz-linear-gradient(left top, rgb(255,255,255) 19%, rgb(204,226,245) 60%);
    background-image: -webkit-linear-gradient(left top, rgb(255,255,255) 19%, rgb(204,226,245) 60%);
    background-image: -ms-linear-gradient(left top, rgb(255,255,255) 19%, rgb(204,226,245) 60%);

    background-image: -webkit-gradient(
	    linear,
	    left top,
	    right bottom,
	    color-stop(0.19, rgb(255,255,255)),
	    color-stop(0.6, rgb(204,226,245))
    );*/
    min-height: 100px;  
    background-color: #EEF5F9;
    margin-top: 0;
    margin-bottom: 0;
}

header, footer, hgroup,
nav, section {
    display: block;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.highlight {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    text-align: center;    
    margin-right: 0px;
    margin-top: 0;
    margin-left: auto;

    font-size: 1.75em;
    padding-bottom: 10px;
    color: #5c9ccc;
    background-color: #EEF5F9;
    
    padding-right: 55px;
    /*border-radius: 0px 0px 5px 5px;
    width: 450px;*/
    
}

h3 {
    font-size: small;    
}

h4 {
    text-align: center;
    font-size: 1.75em;
    padding-bottom: 10px;
    color: #5c9ccc;
}



h5, h6 {
    font-size: 1em;
}

h6 {
    text-align: center;
    font-size: 1.25em;
    color: #5c9ccc;
    padding: 0px;
    margin: 0px;
}


/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;

    /* usar isto para alargar */
    margin-right: 10px;
    margin-left: 10px;
    
    /*max-width: 960px;*/ /*remover isto para alargar*/
}

.content-wrapper2 {
    margin: 0 auto;
    /*width: 100%;*/ /*remover isto para alargar */
}

#body {
    background-color: #333;
    clear: both;
    padding-bottom: 15px;
}

.main-content {
    /*padding-left: 10px;*/ /* remover isto para alargar */
    padding-top: 0px;
    /* usar isto para alargar*/
    /*padding-right: 10px;
    padding-left: 10px;*/       
}

.featured + .main-content {
    background: url("../Images/heroAccent.png") no-repeat;
}

footer {
    clear: both;
    background-color: #EEF5F9;
    background-position-y: top;
    background-position-x: right;
    /*background-image: url(/Images/banner.png);*/
    background-size: 100%;
    font-size: .8em;
    height: 100px;
    color: #333;
}


/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: "Segoe UI", Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 14px 0 4px 0;
}

    .site-title a, .site-title a:hover, .site-title a:active {
        background: none;
        color: #c8c8c8;
        outline: none;
        text-decoration: none;
    }


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0px 0 12px;
    text-align: right;
}

    #login input[type=text],
    #login input[type=password]
    {
        width: 150px; 
        border-radius: 0px; 
        margin: 0; 
        padding: 4px 4px 3px 4px; 
        border: 1px solid white;
        display: inline-block;
        font-family: "Segoe UI",Verdana,Helvetica,sans-serif;
    }

    #login a {
        /*color: #5C9CCC;
        background-color: #fff;*/
        background-color: #55ABDF;
            color: white;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
        border: none !important /*#EEF5F9*/;
        
    }

        #login a:hover {
            border: 1px solid #5C9CCC;
            /*background-color: #55ABDF;
            color: white;*/
            color: #5C9CCC;
            background-color: #fff;
        }

        #login a.username {
            background: none;
            margin-left: 0px;
            text-decoration: underline;
        }

    #login ul {
        margin: 0;
        
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0;
    text-align: right;
    color: #fff;
    background: #eaf1f9; /* Old browsers */
    background: -moz-linear-gradient(top, #eaf1f9 0%, #7ac0da 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaf1f9), color-stop(100%,#7ac0da)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eaf1f9 0%,#7ac0da 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eaf1f9 0%,#7ac0da 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #eaf1f9 0%,#7ac0da 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaf1f9', endColorstr='#7ac0da',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #eaf1f9 0%,#7ac0da 100%); /* W3C */
    border-radius: 4px;
    box-shadow: inset #444 1px 1px 0, inset #444 -1px -1px 0;
    -moz-box-shadow: inset #444 1px 1px 0, inset #444 -1px -1px 0;
    border: 1px solid #1A1A1A;
}

    ul#menu li {
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            color: #fff;
            text-decoration: none;
        }

            ul#menu li a:hover {
                color: #000;
                text-decoration: none;
            }


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

    .featured hgroup.title h1, .featured hgroup.title h2 {
        color: #fff;
    }

    .featured p {
        font-size: 1.1em;
    }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

    hgroup.title h1, hgroup.title h2 {
        display: inline;
    }

    hgroup.title h2 {
        font-weight: normal;
        margin-left: 3px;
    }

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.one {
            background: url("../Images/orderedListOne.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedListTwo.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedListThree.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 45%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 50%;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

.criado {
    margin-top: 20px;
    margin-right: 20px;
    display: inline-block;
    color: #7ac0da;
}

.modificado {
    margin-top: 20px;
    display: inline-block;
    color: #7ac0da;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
    font-size: small;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

    fieldset label {
        display: block;
        font-size: small;
        font-weight: 600;
    }

        fieldset label.checkbox {
            display: inline;
        }

    fieldset input[type="checkbox"] {
        display: inline;
    }

    fieldset select {
        border: 1px solid #e2e2e2;
        color: #333;
        font-size: small;
        margin: 5px 0 6px 0;
        margin-left: auto;
        margin-right: auto;
        border-radius: 3px;
        padding: 5px;
        /*width: 312px;*/
        width: 100%;
        box-sizing: border-box;
    }


    fieldset input[type="text"],
    fieldset input[type="password"],
    fieldset input[type="number"] {
        border: 1px solid #e2e2e2;
        color: #333;
        font-size: small;
        margin: 5px 0 6px 0;
        border-radius: 3px;
        padding: 5px;
        /*width: 300px;*/
        width: 100%;
        box-sizing: border-box;
        line-height: 17px;
    }

        fieldset input[type="text"]:focus,
        fieldset input[type="password"]:focus {
            border: 1px solid #7ac0da;
        }

        fieldset textarea {
        font-family: 'Segoe UI';
        border: 1px solid #e2e2e2;
        color: #333;
        font-size: small;
        margin: 5px 0 6px 0;
        border-radius: 3px;
        padding: 5px;
        width: 100%;
    }

        fieldset textarea:focus {
            border: 1px solid #7ac0da;
        }
        
    fieldset input[type="submit"] {
        background: #5c9ccc url("jqueryui/images/ui-bg_diagonals-small_50_5c9ccc_40x40.png") 50% 50% repeat;
        
        border: 1px solid #5c9ccc;
        cursor: pointer;
        border-radius: 3px;
        font-size: small;
        font-weight: 600;
        padding: 7px;
        color: #ffffff;
    }

        fieldset input[type="submit"]:hover {
            background: #e17009 url("jqueryui/images/ui-bg_diagonals-small_75_e17009_40x40.png") 50% 50% repeat;
            
        }

        fieldset input[type="submit"]:focus  {
            background: #fff url("jqueryui/images/ui-bg_diagonals-small_40_fff_40x40.png") 50% 50% repeat;
            border-color: #5c9ccc;
            color: #5c9ccc;
        }
        
        fieldset .linkbutton {
        background-color: #5c9ccc;
        border: 1px solid #787878;
        cursor: pointer;
        border-radius: 3px;
        font-size: small;
        font-weight: 600;
        padding: 7px;
        color: #ffffff !important;
        text-decoration: none !important;
    }

        fieldset .linkbutton:hover {
            color: orange !important;
        }

        fieldset .linkbutton:focus {
            color: orange !important;
            border-color: orange;
        }

    fieldset input[readonly] {
        background-color: #F0F0F0;
        border: 1px solid #e2e2e2;
    }

        fieldset input[readonly]:focus {
            background-color: #F0F0F0;
            border: 1px solid #e2e2e2;
        }
/* ajax login/registration dialog */
.modal-popup {
    font-size: small;
}

    .modal-popup input[type="text"],
    .modal-popup input[type="password"] {
        width: 90%;
    }

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: small;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: small;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    clear: both;
    color: #e80c4d;
    font-size: small;
    font-weight: bold;
    margin: 10px 0 10px 0;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
    display: block;
    width: 300px;
}

.field-validation-valid {
    display: none;
}

input[type="text"].input-validation-error,
input[type="password"].input-validation-error {
    border: 1px solid #e80c4d;
}
.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: small;
}

.validation-summary-valid {
    display: none;
}

ul#social li {
    display: inline;
    list-style: none;
}

    ul#social li a {
        color: #999;
        text-decoration: none;
    }

a.facebook, a.twitter, a.webpage, a.email2 {
    display: block;
    float: left;
    height: 24px;
    padding-left: 17px;
    text-indent: -9999px;
    width: 16px;
}

a.facebook {
    background: url("../Images/facebook.png") no-repeat;
}

a.twitter {
    background: url("../Images/twitter.png") no-repeat;
}

a.webpage {
    background: url("../Images/www.png") no-repeat;
}

a.email2 {
    background: url("../Images/email.png") no-repeat;
}

/********************
*   Mobile Styles   *
********************/


tfoot {
    background-color: #666666;
}

    tfoot * {
        font-weight: bold;
        color: white;
    }

.zebra-striped tbody td {
    height: 24px;
}

.zebra-striped tbody tr:nth-child(odd) td {
    background-color: #f9f9f9;
    height: 24px;
}

.zebra-striped tbody tr:hover td {
    background-color: #f5f5f5;
}

.zebra-striped tfoot td {
    height: 26px;
}

.total {
    background-color: #666666;
    font-weight: bold;
    color: white;
}

.total_final {
    background-color: #7ac0da;
    font-weight: bold;
    color: white;
}

.documento input[type="text"] {
    border: 1px solid #e2e2e2;
    color: #333;
    font-size: small;
    margin: 5px 0 6px 0;
    border-radius: 3px;
    padding: 5px;
    width: 140px;
}

.documento select {
    border: 1px solid #e2e2e2;
    color: #333;
    font-size: small;
    margin: 5px 0 6px 0;
    border-radius: 3px;
    padding: 5px;
    width: 152px;
}

.dashset {
    border-style: solid;
    border-width: thin;
    margin: 1px;
    padding: 1px;
    font-size: small;
    border-radius: 3px;
}

    .dashset legend {
        display: block;
        margin-left: 10px;
        color: #5c9ccc;
        font-weight: bold;
    }

.zebra-striped2 tbody td {
    height: 24px;
    background-color: #eaf1f9;
    border-radius: 3px;
    padding-left: 5px;
    padding-right: 5px;
}

.zebra-striped2 tbody th {
    font-weight: 600;
}

.zebra-striped2 tbody tr:hover td {
    background-color: #e2e2e2;
    border-radius: 3px;
    padding-left: 5px;
    padding-right: 5px;
}

.zebra-striped2 tfoot td {
    height: 26px;
}

.locaisCargaDescarga select {
    border: 1px solid #e2e2e2;
    color: #333;
    font-size: small;
    margin: 5px 0 6px 0;
    border-radius: 3px;
    padding: 5px;
    width: 254px;
}



.locaisCargaDescarga input[type="text"],
.locaisCargaDescarga input[type="password"],
.locaisCargaDescarga input[type="number"] {
    border: 1px solid #e2e2e2;
    color: #333;
    font-size: small;
    margin: 5px 0 6px 0;
    border-radius: 3px;
    padding: 5px;
    width: 242px;
}

    .locaisCargaDescarga input[type="text"]:focus,
    .locaisCargaDescarga input[type="password"]:focus {
        border: 1px solid #7ac0da;
    }

#tablestd {
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}

    #tablestd td {
        padding: 5px;
        border: solid 1px #e8eef4;
    }

    #tablestd th {
        padding: 6px 5px;
        text-align: left;
        background-color: #e8eef4;
        border: solid 1px #e8eef4;
    }

.jtableButton {
    height: 24px;
    width: 24px;
}
.search, .close, .print {
    margin-top: -2px;
}


        .tile
		  {
			margin: 10px;
			display: inline-table;
            color: #fff !important;			
			font-family:"Segoe UI";
			font-weight: bold !important;
            padding: 0 !important;
            
		  }
    .tile:hover {
        text-decoration: none !important;
        color: #fff !important;			
		font-family:"Segoe UI";
		font-weight: bold !important;
        padding: 0 !important;
        
    }
		  
		  .tile ul
		  {
			font-size: 1.1em;  
			text-align: left;
		  }

		  
		  #tile1{
			background-color: #ffbd5b; /*#9dc3e0;*/
			width: 400px;
			height: 200px;
			background-image: url(/Images/internet.png);
			background-repeat: no-repeat;
			background-position: center left;		            
		  }

		  #tile1:hover{
			background-color: #ffc775;/*#bdd7ea;*/             
		  }
		  
		  #tile6{
			background-color: #5C9CCC;
			width: 200px;
			height: 200px;
			background-image: url(/Images/certificate.png);
			background-repeat: no-repeat;
			background-position: center;
		  }
		  #tile6:hover{
			background-color: #7cafd6;
		  }
		  
		  #tile3{
			background-color: #ffbd5b;/*#5c9ccc;*/
			width: 200px;
			height: 200px;
			background-image: url(/Images/report.png);
			background-repeat: no-repeat;
			background-position: center;
		  }
		  #tile3:hover{
			background-color: #ffc775;/*#7cafd6;*/
		  }
		  
		  #tile5{
			background-color: #ffbd5b;
			width: 400px;
			height: 200px;
			background-image: url(/Images/documents.png);
			background-repeat: no-repeat;
			background-position: center left;
		  }
		  #tile5:hover{
			background-color: #ffc775;
		  }
		  
		  #tile2{
			background-color: #5C9CCC;
			width: 200px;
			height: 200px;
			background-image: url(/Images/package.png);
			background-repeat: no-repeat;
			background-position: center;
		  }
		  #tile2:hover{
			background-color: #9dc3e0;
		  }
		  
		  #tile4{
			background-color: #5C9CCC;
			width: 200px;
			height: 200px;
			background-image: url(/Images/dashboard.png);
			background-repeat: no-repeat;
			background-position: center;
		  }
		  #tile4:hover{
			background-color: #7cafd6;
		  }
		  h5, h5:empty {    
			font-size: 1.2em;    
			color: #fff;
			margin-top: 5px;
			margin-bottom: 0px;
			text-align: center;
			
			font-family: "Segoe UI";
			}
			#tile7{
			background-color: #ffbd5b;
			width: 400px;
			height: 200px;
			background-image: url(/Images/people.png);
			background-repeat: no-repeat;
			background-position: center left;
		  }
		  #tile7:hover{
			background-color: #ffc775;
		  }
		  
		  #tile8{
			background-color: #5C9CCC;
			width: 425px;
			height: 200px;            
            /*background-image: url(https://www.positivessl.com/images-new/PositiveSSL_tl_trans.gif);*/
			background-image: url(/Images/shield.png);
			background-repeat: no-repeat;
			background-position: center left;
		  }
		  #tile8:hover{
			background-color: #7cafd6;
		  }

          #tile11{
			background-color: #ffbd5b;
			width: 300px;
			height: 120px;
            text-decoration: none;
            background-image: url(/Images/trial.png);
			background-repeat: no-repeat;
			background-position: center left;
            
		  }
		  #tile11:hover{
			background-color: #ffc775;
            text-decoration: none;
		  }

          #tile9{
			
			width: 500px;
			height: 150px;            
			background-image: url(/Images/gestware_cloud.png);
			background-repeat: no-repeat;
			background-position: center left;
		  }
          #tile10{
			
			width: 325px;
			height: 150px;            
			background-image: url(/Images/mobile.png);
			background-repeat: no-repeat;
			background-position: top right;
		  }
		  

.optionBox {
    height: 70px;
}


.atalho
	{
		width: 128px;
		height: 128px;
		background-repeat: no-repeat;
		background-position: top;
		display: inline-block;	
        overflow: hidden;
	}
		  
				
	#atalho1sub, #atalho2sub, #atalho3sub, #atalho4sub, #atalho5sub, #atalho6sub{			
		text-align: left;
		font-size: small;
		padding-top: 105px;
	}

	#atalho1sub:hover, #atalho2sub:hover, #atalho3sub:hover, #atalho4sub:hover, #atalho5sub:hover, #atalho6sub:hover{
		background-image: url(/Images/border.png);
	}
	.legenda{	
			margin-left: 6px;			
			font-family: "Segoe UI";
			color: white;
            width: 120px;
	}


.ajuda b, u {
    color: #5c9ccc;
}
.ajuda td, ajuda th {
    border: thin solid black;
}

.ajuda table {
    margin-left: auto;
    margin-right: auto;
}

.ajuda th b {
    color: #ffbd5b;
    
}

.ajuda h4 {
    text-align: left;
    padding-top: 10px;
    padding-left: 30px;
    height: 30px;
}

.filterTable{
    float: right;
    margin-right: 5px;
}

.filterTable th {
    text-align: right;
}

.headerTable td
{
    border-top: thin solid black;
}

.docLabel
{
    color: #1D599A;
}

@font-face {
    font-family: 'BarcodeEAN13';
    src: url('barcodeean13.eot');
    src: url('barcodeean13.eot') format('embedded-opentype'),
         url('barcodeean13.woff') format('woff'),
         url('barcodeean13.ttf') format('truetype'),
         url('barcodeean13.svg#BarcodeEAN13') format('svg');
}


.codigoBarras
{    
    font-family: "BarcodeEAN13";
    font-size: 50px;
}



table.help_table {	
	font-size:11px;
	color:#333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
    width: 100%;
}
table.help_table th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #dedede;
    text-align: right;
}
table.help_table td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #ffffff;
}

.help_title
{
    font-size: xx-large;
    margin-bottom: 10px;
}

.help_section p, .help_section p u
{
    color: #333333;
    font-size:11px;
}

.cargaTable th
{
    text-align: left;
    color: black;
    font-weight: 500;
}

.menu_help
    {
        width: 300px;
        border-radius: 3px;
        border: thin solid #A6C9E2;
        padding: 5px;
        text-align: right;
        float: right;
    }

        .menu_help a
        {
            font-size: 11px;
            color: #333333;
        }

.help_title
{
    text-align: left; 
    color: #333; 
    font-size: x-large !important;
}

.atdoccodeid
{
    background-repeat: no-repeat !important;
    background-image: url('/Images/at_icon.png') !important;
}

.etaxfree
{
    background-repeat: no-repeat !important;
    background-image: url('/Images/taxfree_icon.png') !important;
}

.einvoice_xml
{
    background-repeat: no-repeat !important;
    background-image: url('/Images/einvoice_icon.png') !important;
}

.forget_icon
{
    background-repeat: no-repeat !important;
    background-image: url('/Images/forget_icon.png') !important;
}

.toggle_columns a
{
    cursor: pointer;
}

.toggle_columns a:hover
{
    margin: 0;
    padding: 0;
}

td.text-right
{
    text-align: right;
}

td.text-center
{
    text-align: center;
}

td.text-left
{
    text-align: left;
}

th.text-right
{
    text-align: right;
}

th.text-center
{
    text-align: center;
}

th.text-left
{
    text-align: left;
} 

.larg_min
{        
    white-space: nowrap;
}

.editor-label label::before {
    content: url('../Images/bullet3.png');
}

.cell_padding td, .cell_padding td {
    padding-left: 2px;
    padding-right: 2px;
}

.print_fieldset {
    border-style: solid;
    border-width: thin;
    border-color: #e2e2e2;
    margin: 1px;
    padding: 1px;
    font-size: small;
    border-radius: 2px;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;    
    /*height: 87px;*/
}

    .print_fieldset legend {
        display: block;
        margin-left: 10px;
        font-size: small;
        font-weight: 600;
    }    

    .print_fieldset select {        
        max-width: 200px;
    }

    .print_fieldset i {        
        margin: 2px;
    }

    .print_fieldset input[type="text"] {
    border: 1px solid #e2e2e2;
    color: #333;
    font-size: small;
    margin: 5px 0 6px 0;
    border-radius: 3px;
    padding: 5px;
    width: 100%;
    min-width: 170px;
}

    .print_fieldset select {
        border: 1px solid #e2e2e2;
        color: #333;
        font-size: small;
        margin: 5px 0 6px 0;
        border-radius: 3px;
        padding: 5px;
        width: 100%;
        min-width: 200px;
    }

    .ui-dialog{
overflow: visible !important;
}

.report_subt {
    background-color: #5c9ccc; 
    padding: 5px; 
    font-weight: 600;
    color: #fff;
    text-align: center;

}

.report_subsubt {
    background-color: #fbec88; 
    padding: 5px; 
    font-weight: 600;
}



.filter_section
{
    max-width: 400px;
    display: inline-block; 
    height: auto; 
    vertical-align: top; 
    float: right; 
    margin-left: 10px;
    margin-bottom: 17px; 
}

.content_section
{
     overflow:hidden;
}
.multifield{
    display: block;
}
@media screen and (max-width: 1200px) {
    .filter_section {
        float:none;
        display: block;
        margin-left: 0px;
        margin-bottom: 10px;    
        width: 100%;
        max-width: 100%;
    }
    .content_section
    {
         overflow: visible;
         display: block;
    }
    .print_fieldset {    
        width: auto;    
        display: inline-block;
        /*height: 87px;*/
    }

    .multifield_fix {    
        width: auto;    
        display: block;
        margin-bottom: -1px;
        
        /*height: 87px;*/
    }
    .multifield{
    display: inline-block;
}
}


.ui-dialog {
    overflow: inherit !important;
}

    .ui-dialog .ui-dialog-content {
        overflow: visible !important;
    }            

    .dash_chart_area {
         background-color: #fff; 
         border: 5px solid #efeeef;
    }

    .dash_chart_title {
        text-align: center; 
        background-color: #5c9ccc; 
        width: 100%; 
        color: white; 
        font-weight: 600; 
        font-size: 16px;
        text-transform: uppercase;
    }

.flatTable {
    width: 100%;
    border-collapse: collapse;
    //font-weight: bold;
    color: #666666;
}
    .flatTable  tr {
        height:30px;
        background: #f6f3f7;
        border-bottom:rgba(0,0,0,.05) 1px solid;
      }
  
  .flatTable td{    
    box-sizing:border-box;
    padding-left:30px;
    
  }
  .headingTr{
    height:20px;
    background-color: #f2e8d9;
    color:#666666; 
    font-size:8pt;
    border:0px solid;
    font-weight: 700;
} 

.titleTr{
  text-align: center;
  /*color:#f6f3f7; 
  background-color: #5c9ccc;  */
  border:0px solid;
  font-weight: 600;
}

.tbtngw {
    padding: 0 !important; 
    height: 24px; 
    width: 24px !important;
}

.bold{
     font-weight: 600;
}

.ui-button .ui-icon.report_prev {
    background-image: url(/Images/left_circular.png);
    width: 18px;
    height: 18px;
}

.ui-button .ui-icon.report_next {
    background-image: url(/Images/right_circular.png);
    width: 18px;
    height: 18px;
}

.resp_align {
    text-align: center;
}

@media (min-width: 1192px) {
    .resp_align {        
        text-align: left;        
    }

    .resp_align h6 {
        text-align: left; 
    }
}

input:disabled,
select:disabled {
    background-color: #f0f0f0;
}

.ui-icon-forget{
    background-image: url("../Images/forget_icon_blue.png") !important;
}

.inline-icon-correction {
    display: inline-block !important;
    margin-bottom: -3px;
    background-color: white;
    border: thin solid gray;
    border-radius: 2px;
    margin-right: 4px;
}
