    
    @import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i');
    @import url(bootstrap-custom.css);
    @import url(icons.php);

    /*@import url(icons.php);*/
    /*body:after {
        content:'';
        position: fixed;
        left: 1200px;
        top:0;
        bottom:0;
        right:0;
        background: #091f28;
    }*/
    body {
        background: #fcfcfc;
    }
    body,input,select,td,button {
        font-family: 'Lato', sans-serif;
        font-weight: 300;
        color:#333;
    }
    strong {
        font-weight: 700;
    }
    div.tab {position:relative;display:none;/*background:#eee*/;padding:20px 0 100px;/*border:1px solid #aaa;border-top:0;border-radius:0 0 3px 3px*/}
    div.tab div.renderWithName {padding: 5px 0;}
    div.tab>div:last-child div.renderWithName {border: 0;box-shadow:none}

    /*
    div.tab fieldset {margin:10px 20px}
    div.tab fieldset:first-child {margin-top:0}
    */

    /* dynamicFields */
    .dynamicFieldDelete {
    	position: absolute;
    	right:10px;
    	top:5px;
    	display: block;
    	text-indent:-9999px;
    	width:16px;
    	height:16px;
    	background: url(../images/icons/cross-small.png) 0 0 no-repeat;
    }
    div.tab1 {position:relative;/*background:#eee;*/padding:20px;/*border:1px solid #666*/;margin:0 0 20px; /*border-radius:3px*/}
    
    ul#tabsMenu {
        height: 31px;
        margin: 24px -20px 20px -20px;
        padding: 0 20px;
        border:none;
    }
    ul#tabsMenu li {
        float:left;
        list-style:none;
        margin:0 10px 0 0;
        padding:0;
    }
    ul#tabsMenu li:first-child {
        margin-left:-10px;
    }

    ul#tabsMenu li a {
        position: relative;
        display:block;
        height:31px;
        line-height:25px;
        padding:0 10px;
        color:rgba(30,30,30,.8);
        text-decoration:none;
        font-size: 12px;
        border-bottom: 2px solid transparent;
    }
    ul#tabsMenu li a:hover {
        color:#111;
    }
    ul#tabsMenu li a:after {
        position: absolute;
        left:50%;
        transform:translateX(-50%);
        bottom:-2px;
        content: '';
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-bottom: 4px solid transparent;
    }
    ul#tabsMenu li a:hover:after {
        border-bottom-color: #ccc;
    }
    ul#tabsMenu li a.cur {
        /*border-bottom:2px solid #014286;*/
        font-weight: 700;
        color:#111;
        cursor: default;
    }
    ul#tabsMenu li a.cur:after {
        position: absolute;
        left:50%;
        transform:translateX(-50%) translateY(100%) rotate(180deg);
        bottom:-2px;
        content: '';
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-bottom: 4px solid #014286;
    }

    /* line below the link */
    ul#tabsMenu li a:before {
        transition: all .1s ease-in;
        position: absolute;
        opacity: 0;
        left:50%;
        right:50%;
        bottom:-2px;
        content: '';
        height: 1px;
        background: linear-gradient(90deg,transparent,#014286,transparent);
    }
    ul#tabsMenu li a.cur:before {
        opacity: 1;
        left:0;
        right:0;
    }
    hr {
        width: auto;
        margin: 20px 0;
        height: 0;
        background: none;
        border: 0;
        border-top: 1px solid rgba(0,0,0,.1);
    }

    .replaceSelectWithCheckboxSelect {visibility:hidden;position:absolute;left:-9999px}
    .replaceSelectWithCheckboxDiv {background: #fff;padding: 5px 10px;border:1px solid #999;overflow-y:auto;overflow-x:hidden;width:287px;height:70px;border-radius:3px;}
    .replaceSelectWithCheckboxDiv ul {list-style:none;padding:0;margin:0}

    .replaceSelectWithCheckboxDiv ul.align_h li {height:30px;position:relative;float:left;margin:0 20px;text-align:center}
    .replaceSelectWithCheckboxDiv ul.align_h li input {margin:15px 0 0 0}
    .replaceSelectWithCheckboxDiv ul.align_h li label {position:absolute;left:3px;top:0;display:block;white-space:nowrap}

    .legend_first {float:left;text-align:right;font-weight:bold}
    .legend_last {float:left;font-weight:bold}

    .news_conteudo {background: #fcfcfc;margin: 10px 0;position: relative;min-height: 170px;_height:170px;}
    .news_conteudo img {position: absolute;left:5px;top:10px;border:1px solid #ccc;width:220px;}
    .news_conteudo h6 {font-weight: bold;font-size:14px;padding:10px 0 0 240px;}
    .news_conteudo p {margin-left:240px;}
    .news_conteudo a {display: block;padding-bottom: 20px;margin-left:240px;font-size: 9px;font-style: italic}

    .news_conteudo ul.actions {display: none;position: absolute;right:5px;top:5px;margin: 0;padding: 0;list-style: none}
    .news_conteudo ul.actions li {margin: 0;padding: 0;list-style: none;}
    .news_conteudo ul.actions li a {font-size: 12px;font-style: normal;}
    .news_conteudo:hover ul.actions {display: block}

	/* Standard HTML Form Controls */
    /*
	input.button { border: 1px solid #aaf; font: 11px 'Arial', 'Helvetica'; font-weight: bold; background-color: #eef;}
	input.button:hover { background-color: #fff; }
    */
    

    fieldset table.datagrid {
        margin-top:10px;
    }
    td.datagrid-button {
        text-align: center;
        width:70px;
    }
    .datagrid-button a,
    a.datagrid-button {
        font-weight: 900;
        font-size: 9px;
        text-transform: uppercase;
        text-decoration: none;
        padding:4px 8px;
        border-radius: 3px;
        background-color: rgba(127,127,127,.1);
        margin-right: 10px;
        float: left;
    }
    .datagrid-button a:hover,
    a.datagrid-button:hover {
        background-color: rgb(10,33,40);
        color:#fff !important;
    }
    .datagrid-button.-danger a,
    a.datagrid-button.-danger {
        background-color: hsla(0,50%,50%,.2);
        color:#000;
    }
    .datagrid-button.-danger a:hover,
    a.datagrid-button.-danger:hover {
        background-color:hsla(0,50%,50%,.95);
        color:#fff;
    }

    .tvmessage-render {
        display: block;
        float: left;
        border: 1px solid #ccc;
        border-radius: 5px;
        padding: 5px;
        text-align: center;
        background-color: #fafafa;
    }

    legend {	
        background-color: #eee;
        color: #000;
        font-weight: bold;
        border: 1px solid #aaa;
        border-bottom-color: #eee;
        height: 29px;
        line-height: 29px;
        padding: 0 10px;
        border-radius: 3px 3px 0 0;
        margin-left:-10px;
        position:relative;
        top:-15px;
        cursor: default;
    }

	input.textbox, textarea.textbox { font-size: 12px; width: 300px; background-color: #fff; border: 1px solid #ccc; padding: 6px 3px;border-radius:3px;box-sizing: border-box;}
	input::placeholder {
        color:#ddd;
    }
    /*table.datagrid input.textbox {width:90% !important; font-size:11px; padding:2px 1px;border-radius: 2px; border-color: #ddd}*/
	textarea.textbox { height: 120px; }
		input.textbox:focus, textarea.textbox:focus {background-color: #ffc; border-color: #666;}

	select.listbox { font-size: 12px; width: 208px; height:26px; background-color: #fff; border: 1px solid #999; }
		select.listbox:focus { background-color: #ffc; border-color: #666;}
    table.datagrid select.listbox {width:90% !important; font-size:11px; padding:0 1px;border-radius: 2px; border-color: #ddd}
        a.listboxReset { font-family: verdana, arial, helvetica; font-size: 8pt; text-decoration: none; color: #337; }
        a.listboxReset:hover { text-decoration: underline; }

    .mtv-datetime {
        width: 120px;
    }

    label {cursor:pointer}
    em {font-style: italic;}

    .documento {border:1px inset;background:#fff;padding:10px;border-radius:5px;display:block;_float:left;margin-left:225px;}

    #wrapper {
        margin:0;
        text-align:left;
    }
    #header {
        position: fixed;
        top:-10px;
        bottom: -10px;
        left: -10px;
        padding: 30px;
        background: #01579B;
        box-shadow:inset -10px 0 20px -10px rgba(0,34,102,.2);
    }
    #header h1 {
        font-size:16px;
        font-weight: 300;
        color:#fff;
        text-transform: uppercase;
        height: 40px;
        position: relative;
    }
    #header h1 span.byliner {
        display: block;
        font-size:10px;
        font-weight: bold;
        text-align: left;
        text-transform: uppercase;
        letter-spacing: 1px;
        color:rgba(255,255,255,.5);
    }
    #header h1:afters {
        position: absolute;
        content: '';
        left: 67px;
        width: 130px;
        height: 1px;
        background-color: #e5452c;

        background: -webkit-linear-gradient(to right, hsl(198, 63%, 38%) , hsl(45, 100%, 51%)); /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to right, hsl(198, 63%, 38%) , hsl(45, 100%, 51%)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

        border:2px solid rgba(0,0,0,.75);
        border-width: 2px 0;
        top: 41px;
    }
    #header h1.animated:after {
        transform: scale(0,1);
        transform-origin: 0 0 ;

        animation:headeranim 2s ease;
        animation-delay: .1s;
        animation-fill-mode: forwards;
    }
    @keyframes headeranim {
        from {transform: scale(0,1);}
        to {transform: scale(1,1);}
    }

    .orgDateUpdateHolder {
    }
    .orgDateUpdateHolder span {
        float: left;
        margin-right: 10px;
    }
    .orgDateUpdateHolder select {
        width: 100px;
        height:20px;
        font-size: 9px;
    }
    .orgDateUpdateHolder input {
        width: 100px !important;
        height:8px;
        font-size: 10px;
    }
    .orgDateUpdateHolder button {
        width: 70px !important;
        height:19px;
        font-size: 9px;
        padding: 0;
        line-height: 19px;
    }
    .user-menu {
        position: absolute;
        left:0;
        right:0;
        bottom:0;
        padding:0 30px 20px 30px;
        background-color: #00184f;
    }
    .user-menu .swico {
        position: absolute;
        top:15px;
        left: 36px;
        display: block;
    }
    .user-menu a {
        display: block;
        color:rgba(255,255,255,.6);
        text-align: center;
        text-decoration: none;
        font-size: 11px;
        font-weight: 300;
    }
    .user-menu a.user-info {
        margin: 10px 0;
        text-align: left;
        padding-left: 40px;
        text-transform: uppercase;
        font-size: 8px;
    }
    .user-menu a.user-info span {
        display: block;
        margin-bottom:2px;
        font-size: 14px;
        font-weight: 400;
        color:#fff;
        text-transform: none;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .user-menu a.user-logout {
        background-color: rgba(255,255,255,.1);
        border-radius: 3px;
        padding: 10px;
        text-transform: uppercase;
    }
    .user-menu a.user-logout:hover {
        background-color: rgba(255,255,255,.3);
        color:#fff;
    }
    
    #footer {
    	font-size:9px;
        text-transform: uppercase;
        text-align: right;
    	padding:5px;
    	border-top:1px solid #ddd;
        color: #999;
    }
    #footer p {margin:0;padding:0}


    #menu::-webkit-scrollbar-track {
        -webkit-box-shadow: none;
        border-radius: 8px;
        background-color: rgba(0,0,0,0);
    }

    #menu::-webkit-scrollbar {
        width: 10px;
        background-color: transparent;
    }

    #menu::-webkit-scrollbar-thumb {
        border-radius: 8px;
        -webkit-box-shadow: none;
        background-color: rgba(255,255,255,0);
    }

    #menu:hover::-webkit-scrollbar-track {
        background-color: rgba(0,0,0,.1);
    }
    #menu:hover::-webkit-scrollbar-thumb {
        background-color: rgba(255,255,255,.1);
    }


    #menu {
        margin:0;
        padding:0 0 2rem 0;
        width:160px;
        margin-left: -6px;
        max-height: calc(100vh - 240px);
        overflow-y: auto;
    }
    #menu li {
        list-style-type:none;
        padding:0 20px 0 0;
        margin:1px 0;
    }
    #menu li hr {
        margin:5px;
        border-bottom:1px solid rgba(255,255,255,.1);
    }
    #menu a,#menu a:link,#menu a:visited {
        color:rgba(255,255,255,1);
        display:block;
        padding:2px 10px 2px 5px;
        margin-bottom: 2px;
        text-decoration:none;
        text-transform: uppercase;
        font-size: 10px;
        border-radius: 3px;
        transition: all linear .1s;
        position: relative;
    }

    #menu a:hover,
    #menu a:active,
    #menu a:focus {
        background:rgba(0,0,0,.5);
        color:#fff;
    }

    #menu li.cur {border-right-color:#c00;}
    #menu li.cur a,#menu li.cur a:link,#menu li.cur a:visited,
    #menu li.cur a:hover,#menu li.cur a:active,#menu li.cur a:focus {
        background:rgba(255,255,255,.95);
        color:#111;
        text-decoration:none;
        cursor:default;
    }

    #menu li a .swico{
        display: none;
        position: absolute;
        width:14px;
        height:14px;
        -webkit-mask-size:14px 14px;
        left: 6px;
        top: 5px;
        background-color: rgba(255,255,255,.4);
    }
    #menu a:hover .swico,#menu a:active .swico,#menu a:focus .swico {
        background-color: rgba(255,255,255,.8);
        background: #fff;
    }
    #menu li.cur a .swico, #menu li.cur a:hover .swico,#menu li.cur a:active .swico,#menu li.cur a:focus .swico {
        background: #F06292;
    }

    #menu li.menu-item-separator {
        padding-left: 6px;
        margin-bottom: 1em;
        color:rgba(255,255,255,.4);
        text-transform: uppercase;
        font-size: 9px;
        font-weight: bold;
        letter-spacing: 1px;
    }
    #menu li.menu-item-separator:not(:first-child) {
        margin-top: 3em;
    }


    #menu li.sep {
        border-top:1px solid rgba(250,250,250,.2);
        height: 1px;
        margin: 10px 0;
    }

    #content {
        position: relative;
        margin:0 0 0 220px;
    }
    #contentshadow1{
        z-index: 900;
        position: absolute;
        top: 25px;
        left: 205px;
        right: 15px;
        bottom: 25px;
        background-color: rgba(250,250,250,.5);
        box-shadow: 0 0 10px rgba(150,150,150,.5);
        max-width:1034px;
    }

    #content1 {
        margin: 0;
        padding: 0;
        position: relative;
    }

    .formHeader {
	}

    .formHeader:before{
        position: absolute;
        content:'';
        left: -1rem;
        top:0;
        right:0;
        height:8rem;
        background: linear-gradient(-45deg, rgba(0, 0, 70, 0.08) , rgba(1, 87, 155, 0.18)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        opacity: 1;
        /*z-index: -1;*/
        /*border-bottom:1px solid rgba(0,34,102,.2);*/
        box-shadow: inset 0 -10px 20px -10px rgba(0,34,102,.2);
    }

    h2 {
        margin:0;
        position: relative;
        font-size:1.2rem;
        font-weight: 300;
        color:#111;
        text-transform: uppercase;
        /*border-bottom: 1px solid hsl(71, 30%, 91%);*/
    }
    .formHeader h2 {
        padding: 34px 30px 0 0;
    }

    .my-breadcrumb,
    .my-breadcrumb li {
        list-style-type: none;
        line-height: 1;
        margin:0;
        padding:0;
        position: relative;
        color:#666;
    }
    .my-breadcrumb {
        /*margin-left:20px;*/
    }
    .my-breadcrumb li {
        display: inline;
        text-transform: uppercase;
        font-size: 10px;
    }
    .my-breadcrumb li:not(:last-child) {
        margin-right: 10px;
    }
    .my-breadcrumb li:not(:last-child):after {
        content:'\00BB';
        position: absolute;
        right:-10px;
        top:40%;
        transform: translateY(-50%);
        color:#999;
    }
    .my-breadcrumb li:last-child {
        color:#111;
        font-weight: bold;
    }

   /* #content h2.noborder {
        border-bottom:0;
        height: 33px;
        padding-top: 20px;
    }
    #content h2.twoliner,
    #content h2.threeliner {
        padding: 24px 40px 10px 30px;
    }
    #content h2.twoliner span,
    #content h2.threeliner span {
        display: block;
        color:#212121;
        font-size: 75%;
        font-weight: 900;
        margin-bottom: .5em;
	}

    #content h2.threeliner {
        padding-top:10px;
        font-size: 14px;
    }

    #content h2 >#save,
    #content h2 .float-right {
        float:right;
        position: relative;
        top:-5px;
    }
*/

    #content h3 {
        font-size:12px;
        font-weight: 900;
        margin: 40px 0 20px 0;
        color:#668;
        text-transform: uppercase;

        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        white-space: nowrap;
    }

    #content h3:first-of-type {
        margin-top:0;
    }

    #content h3.sep::before, #content h3.sep::after {
        border-top: 1px solid #ddd;
        content: "";
    }
    #content h3.sep::before {
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        margin-right: 0.625em;
        width: 0.625em;
    }
    #content h3.sep::after {
        -webkit-flex: auto;
        -ms-flex: auto;
        flex: auto;
        margin-left: 0.625em;
        min-width: 0.625em;
    }

    h6 {
        display: block;
        font-size:11px;
        font-weight: 400;
        color: hsla(211, 33%, 32%, .6);
        margin-bottom: 6px;
        text-transform: uppercase;
        position: relative;

/*        font-weight: 700;
        font-size: .75rem;
        color:#111;
        text-transform: capitalize;
*/    
    }

    div.filterHolder {
        margin: 20px;
        font-size: 11px;
    }
    /*div.filterHolder input[type=search] {
        width:200px;
        background: rgba(255,255,255,.5);
    }
    div.filterHolder input[type=search]:focus {
        width:300px;
        background: rgba(255,255,255,.9);
        transition: width linear .1s;
    }
*/
    fieldset,
    div#formControls {
        border:1px solid rgba(0,34,102,.3);
        padding:5px 0;
        border-radius:2px;
        margin:20px 0;
        background: #fff;
        box-shadow: 0 0px 10px rgba(0,34,102,.1);
    }
    .sweet-alert fieldset {
        border:0;
        padding:0;
        box-shadow: none;
    }
    div#formControls {
        background-color: #fcfcfc;
        margin-top: 20px;
        padding:40px 20px;
    }
    #formControls p {
        margin: 1.5em 3em 1.5em 0;
        font-size: 12px;
        font-weight: 300;
        line-height: 1.4;
        color: #111;
    }
    /* nofloat form */
    .nofloat div.renderWithName div.left,
    .sfHolder div.renderWithName div.left {
        width:auto !important;
        float:none !important;
        text-align:left !important;
        margin:0 0 2px 0 !important;
    }
    .nofloat div.renderWithName div.right,
    .sfHolder div.renderWithName div.right {
        margin:0 0 5px 0 !important
    }
    .nofloat label,
    .sfHolder label {
        padding:0 !important;
        margin-top:0 !important;
        margin-right:0 !important;
        margin-left:0 !important;
    }


	/**
	 * Various QControl-specific Styles
	 */

	/* QFileAsset */
	div.fileassetDbox { border: 4px solid #333; background-color: #fff; padding: 20px; width: 400px; overflow: auto; }
		div.fileassetDbox h1 { margin: 0; }
		div.fileassetDbox input { padding: 3px; margin-right: 5px; }

	/* QDialogBox */
	div.dialogbox { border: 4px solid #333; background-color: #fff; padding: 20px; width: 400px; overflow: auto; }

	/* QDateTimePicker */
	span.datetimepicker { }
		span.datetimepicker select { font: 12px 'Arial', 'Helvetica'; background-color: #eef; border: 1px solid #999; }
		span.datetimepicker select:focus { background-color: #ffa; border-color: #666; }
		span.datetimepicker select.month { width: 55px; }
		span.datetimepicker select.day { width: 45px; margin-left: 8px; }
		span.datetimepicker select.year { width: 60px; margin-left: 8px; }
		span.datetimepicker select.hour { width: 65px; margin-left: 12px; margin-right: 2px; }
		span.datetimepicker select.minute { width: 45px; margin-left: 2px; margin-right: 2px; }
		span.datetimepicker select.second { width: 45px; margin-left: 2px; }

	/* QDataGrid */
	table.datagrid { width:100%; margin: 20px 0 0 0;}
    table.datagrid td.empty {
        font-size: 11px;
        font-weight: 400;
        text-align: center;
        text-transform: uppercase;
        color: hsla(211, 33%, 32%, .3);
    }

		table.datagrid caption, table.datagrid tfoot { padding-bottom: 4px; overflow: auto; }
			span.left { float: left; font-size: 10px; display: block; }
			span.right { float: right; font-size: 10px; display: block; }
		table.datagrid tr { background-color: transparent; }
            /*table.datagrid tr.alternate { background-color:hsl(71, 30%, 97%); }*/
            table.datagrid tbody tr:not(:last-child) td { border-bottom:1px solid hsl(71, 30%, 96%); }
		table.datagrid th { padding: 3px 5px; text-align: left;text-transform: uppercase;color: #444;font-weight: 900; font-size: 10px; white-space:nowrap }
        table.datagrid thead tr:last-child th { padding-bottom:30px; position: relative;}
        table.datagrid thead tr:last-child th:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 10px;
            right: 0;
            border-bottom: 1px dotted #ddd;
        }
        table.datagrid th.activeSort a {
            color:rgb(33,150,243) !important;
        }
        /*
        table.datagrid td.activeSort {
            background-color:hsla(71, 80%, 97%,.75);
            border-bottom:1px solid #fff;
        }
        */

			table.datagrid th a { color: #444; text-decoration: none; }
			table.datagrid th a:hover { color: #000; text-decoration: underline;}
		table.datagrid td { padding: 5px 5px; white-space:nowrap;font-size: 13px; vertical-align: top; }
			table.datagrid td a { color: #000;  }
			table.datagrid td a:hover { color: #c00;}
            /*table.datagrid tbody tr:last-child td { border-bottom: 1px solid #ddd; }*/
            table.datagrid tbody { min-height: 20vh }
		table.datagrid tfoot { border-top: 1px solid #bbb;}

        table.datagrid .datagrid-filterrow th input,
        table.datagrid .datagrid-filterrow th select {
            /*height: 12px;*/
            max-width: 200px;
        }

	/* QPaginator */
	span.paginator { margin: 0; padding: 0; }
		span.paginator span { list-style-type:none; display: inline; padding: 0; margin: 0; }
			span.paginator span.page a { text-decoration: none; color: #000000; padding: 1px 4px 1px 4px; margin: 0 2px 0 2px; border-radius: 3px;}
			span.paginator span.page a:hover { background-color: #ddd}
			span.paginator span.arrow { font-weight: bold; color: #ccc; margin: 0; padding: 0 3px 0 3px; }
			span.paginator span.arrow a { font-weight: bold; color: #000; text-decoration: none; }
			span.paginator span.selected { font-weight: bold; background-color: #091f28;color: #fff;padding: 1px 4px 1px 4px; margin: 0 2px 0 2px; border-radius: 3px;}
			span.paginator span.break { color: #666; margin: 0 5px 0 5px; }
			span.paginator span.ellipsis { color: #666; }

	/* QCalendar */
	div.calendar { width: 200px; border: 1px solid #337; background-color: #ccf; }
		div.calendar div.navigator { background-color: #337; overflow: auto; height: 100%; color: #fff; padding: 2px 6px 2px 6px; }
		div.calendar div.navigator div.left { float: left; }
		div.calendar div.navigator div.month { float: left; width: 80px; text-align: center; font-weight: bold; font-size: 11px; }
		div.calendar div.navigator div.year { float: right; }
		div.calendar div.navigator div.year span { font-size: 11px; font-weight: bold; margin-left: 6px; margin-right: 6px; }
			div.calendar div.navigator a { color: #fff; text-decoration: none; }
			div.calendar div.navigator a:hover { text-decoration: underline; }
		div.calendar table { border: 0; margin-left: auto; margin-right: auto;}
			div.calendar th { text-align: center; border: 0; padding: 4px 2px 4px 2px; font-weight: bold; font-size: 10px;}
			div.calendar td { text-align: center; border-width: 0 0 1px 0; border-style: solid; border-color: black; padding: 0;}
				div.calendar td.lastRow { border-width: 0;}
				div.calendar td a { text-decoration: none; color: #000; display: block; padding: 2px 6px 2px 6px; }
				div.calendar td.today { background-color: #bbd; }
				div.calendar td.nonMonth a { color: #aaf; }
				div.calendar td.selected { background-color: #c9a; font-weight: bold; }
				div.calendar td a:hover { background-color: #eef; color: #000; }
		div.calendar div.options { text-align: center; background-color: #337; }
			div.calendar div.options a { color: #fff; font-size: 10px; text-decoration: none;}
			div.calendar div.options a:hover { text-decoration: underline; }

	/**
	 * Styles for Custom Render Functions as defined in QControl.class.php
	 */

	div.renderWithName { padding: 4px 0 4px 0; }
        div.renderWithName div.left { float: left; width: 100px; margin-right: 10px; }
		div.renderWithName div.left label { display: block; font-size:11px; font-weight: 400; color: hsla(211, 33%, 32%, .8); margin-bottom: 6px; text-transform: uppercase; position: relative;top: 3px}
		div.renderWithName div.required { }
		form:not(.noedit) div.renderWithName div.required label:after {content:'*';color:#c00;}
		span.instructions { color: #333; font-style: italic; text-transform: none;}

        /*[id*="_ctl"] {
            width:100%;
            height: auto;
            display: flex;
        }*/

		div.renderWithName div.right {
            margin-left: 110px;
            color:#34383c;
            font-weight:600;
        }
		div.renderWithName div.right span.error { 
            display: block;
            padding-top: 5px;
            font-size: 10px;
            font-weight:light;
            text-transform: uppercase;
            color: #c00;
        }
        div.renderWithName div.right >div:empty {
            height: 21px;
        }
        div.renderWithName div.right >div:empty::after {
            position: absolute;
            content: '-';
        }
        div.renderWithName div.right span.error span {
            padding:2px;
            border-radius: 2px;
            transition: background-color linear .2s;
            -webkit-animation-name: demo;
            -webkit-animation-duration: 500ms;
            -webkit-animation-iteration-count: 1;
            -webkit-animation-timing-function: linear;
            -moz-animation-name: demo;
            -moz-animation-duration: 500ms;
            -moz-animation-iteration-count: 1;
            -moz-animation-timing-function: linear;
        }
        @-webkit-keyframes demo {
            0% {background-color:transparent;}
            50% {background-color:#c00;color:#fff;}
            100% {background-color:transparent;}
        }


	/**
	 * Form and Dashboard Draft-Specific Styles
	 * NOTE: because these are page specific, we use element IDs instead of element classes for most items here
	 * (e.g. we will never have more than one titleBar per page)
	 */

	div#titleBar { margin-bottom:0; }
		div#titleBar h2 { border-bottom:1px solid #fff; font: 12px Arial, Helvetica,sans-serif; font-weight: bold; margin: 0 -30px 20px -30px; padding: 10px 20px 10px 30px; float: none; }
		div#titleBar h2#right { display:none;float: right; font: 10px; font-style: normal; font-weight: normal; }
		div#titleBar h2#right a { color: #fff; text-decoration: none; }
		div#titleBar h2#right a:hover { text-decoration: underline; }
		div#titleBar h1 { font: 12px Arial, Helvetica,sans-serif;position:relative;left:80px;top:-45px;margin:0;padding:0;line-height:12px;height:12px }

	p.create { margin-bottom:30px}
		p.create a { border:1px solid #333;border-color:#ccc #333 #333 #ccc; padding:2px 3px; color:#a00; text-decoration: none; background: #fff; font-weight: bold; font-size:12px }
		p.create a:hover { text-decoration: underline; }

	div#draftList { }
		div#draftList h1 { margin: 0; font: 20px 'Georgia', 'Times New Roman', 'Times'; font-weight: bold; }
		div#draftList p { margin-top: 6px; margin-bottom: 18px;}

	div#formActions1 { padding: 20px 0; width:450px; /*padding-left: 145px;*/ height: 20px; margin-top: 18px; border-top: 1px dotted #ddd;}
    
    body.full div#formActions { 
        position: absolute;
        /*background: rgba(237,245,245,.9);*/
        right: 30px;
        top:30px;
    }

        div#formActions div#cancel,
        div#formActions div#delete1 { display:none;}
        div#formActions div#save,
        div#formActions div#cancel,
        div#formActions div#delete { margin-left: 5px; float: right; }

/*        div#formActions div.-last {border-left: 1px solid rgba(100,100,100,.2);padding-left: 10px}
        div#formActions div#save { float: left; padding: 0 5px}
		div#formActions div#cancel .button,
        div#formActions div#deletes .button { background:none !important; box-shadow: none !important; text-decoration:underline; border-color:rgba(0,0,0,.1);}
*/        div#formActions input {cursor:pointer}

        div#formActions .col:not(:last-child) {
            border-right:1px solid rgba(100,100,100,.2);
        }

    div.formActionsNew,
    div.formActionsFloat {
        background-color: rgba(255,255,255,.8);;
        padding: 20px;
        overflow: hidden;
    }
    div.formActionsFloat h2 {
        float: left;
        margin:0 !important;
        padding: 0 !important;
    }
    div.formActionsFloat div {
        float: right !important;
        margin:0 !important;
        padding: 0 !important;
    }

	div#dashboard { }
		div#dashboard div#left { float: left; width: 200px; height: 100px; font-size: 10px; background-color: #eef; border: 1px solid #000; padding: 5px; }
		div#dashboard div#right { float: left; margin-left: 10px; width: 760px;}
		div#dashboard div#right div#pnlList { margin-bottom: 10px; border: 1px solid #000; padding: 5px; height: 300px; overflow: auto; }
		div#dashboard div#right div#pnlEdit { border: 1px solid #000; padding: 5px; background-color: #eef; height: 240px; overflow: auto; }


    .treenav_item {cursor: pointer; padding: 2px; font: 10px verdana;}
	.treenav_item_selected {background-color: #0000ff;color:#fff}
	.treenav_item_hover {background-color: #0000bb;}

    .imagem {
        border:1px solid #ccc; background:#fff;padding:10px;
    }


/* edicall_call.php */
#txtObservations {
    height: 60px;
}
#lstScheduleVehicle {
    width:260px;
}
/*#txtScheduleDate {
    transform: translate(-1000px);
    height: 0;
    display: none;
}
*/
#lstStatus_ctl {
    text-align: center;
    overflow: hidden;
}
#lstStatus {
    width: 330px;
    height: 40px;
    margin: 10px auto;
    border:1px solid rgba(255,255,255,.1);
    background-color: rgba(255,255,255,.95);
    border-radius: 5px 5px 0 0;
    border-bottom: 0;
    text-align: center;
}
#lstStatus td {
    padding-top: 5px;
}
#lstStatus tr td:first-child {
    border-right:1px solid rgba(0,0,0,.1);
}
#lstStatus td:hover {
    background-color: rgba(0,0,0,.1);
}
#lstStatus td input {
    margin-left: 10px;
}
#lstStatus td label{
    color:#111;
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    width: 130px;
    height: 20px;
    padding: 10px 0 !important;
}
#txtObservations_ctl {
    display: block;
    text-align: center;
}
#txtObservations {
    width:322px;
    height: 40px;
    display: block;
    margin: -10px auto 20px auto;
    border-color:#eee;
    border-radius:0 0 3px 3px;
}
.flatpickr-calendar {
    font-size: 80% !important;
}
.flatpickr-calendar.inline:before {
    display: none;
}
.mainForm {
    width:460px;
    transform:translate3d(0,0,0);
}
.sideForm {
    position:fixed;
    left: 750px;
    right: 0px;
    top:-10px;
    bottom:0;
    background:rgba(200,200,200,.2);
    padding:30px;
}
.sideForm #formActions {
    position: fixed;
    bottom: 0;
    left: 750px;
    right: 0;
    background-color: hsl(71, 10%, 96%);
    border-top:1px solid hsl(71, 30%, 91%);
    padding: 30px;
}
.sideForm ul#tabsMenu {
    background: transparent;
}
.noCalls{
    display: none;
    position: fixed;
    top:65px;
    left: 220px;
    right: 0;
    bottom: 0;
    z-index: 20000;
    height: 100%;
}
.noCalls div {
    text-align: center;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    font-size: 36px;
    font-style: italic;
    margin: -65px 15vw 0 15vw;
    color:#c00;
}
#lstStatus,
#txtObservations {
    opacity: 0;
    animation: slide-down .5s ease;
    animation-delay: .1s;
    animation-fill-mode: forwards;
}
#btnEndCall {
    opacity: 0;
    animation: slide-down2 .5s ease;
    animation-delay: .1s;
    animation-fill-mode: forwards;
}


.iphone {
    width:400px;
    height: 600px;
    border-bottom: 1px solid #ccc;
    /*margin: 40px 0 0 40px;*/
    position: absolute;
    left: 60px;
    top: 111px;
    z-index: 1000;
    transition: height .5s ease;
}
.iphone:before {
    content:'';
    opacity: .2;
    transition: opacity .5s ease;
    position: absolute;
    left: 0;
    top:0;
    bottom:0;
    right:0;
    background:url(../images/iphone.png) 0 0 no-repeat;
    background-size: cover;
    z-index: -2;
}
.iphone:after {
    content:'';
    position: absolute;
    z-index: -1;
    left: 23px;
    top: 89px;
    right: 23px;
    bottom: 0;
    background:linear-gradient(-45deg, rgba(0, 0, 70, 0.28) , rgba(1, 87, 155, 0.48));/* #247d9f;*/
    border-radius: 2px 2px 0 0;
}
.ownerInfo {
    position: relative;
    padding: 120px 10px;
    text-align: center;
    font-size: 20px;
    font-weight: 100;
    line-height: 1;
    color:#fff;
    transition: font-size .2s ease;
}
.ownerInfo p {
    margin-right:20px;
    margin-left:20px;
    margin-bottom: .5em;
    text-transform: capitalize;
}
.vehicleInfoTitle {
    position: relative;
    font-size: 30px;
    font-weight: 700;
    color: #111;
    background: url(../images/licenseplate.png) 50% 0 no-repeat;
    background-size: contain;
    height: 50px;
    padding-top: 10px;
}
p.vehicleInfoTitle span.sep {
    font-family: Arial;
    display: inline-block;
    margin: 0 5px;
}
p.vehicleInfoTitle span.date {
    position: absolute;
    left: 50%;
    margin-left: 90px;
    top: 5px;
    font-size: 10px;
    line-height: 2;
}
.vehicleInfo {
    font-size: 16px;
    overflow: hidden;
    margin:1em;
}
.vehicleInfo dt,
.vehicleInfo dd {
    height: 1.5em;
    /*width:44%;*/
    margin: .5em 2em;
}
.vehicleInfo dt {
    height: .5em;
    color: rgba(0,0,0,.5);
    font-size: 8px;
}
.vehicleInfo dd {
    /*float: right;*/
    clear: right;
    text-align: center;/*left;*/
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid rgba(255,255,255,.15);
}
.vehicleInfo dd:first-of-type {
    font-weight: 700;
}
.vehicleInfo dd:last-of-type {
    border-bottom: 0;
    font-weight: 700;
}

.ownerInfo hr {
    opacity: .2;
    margin:10px 0;
}


/* ongoing call */
.mainForm.-calling .iphone:after {
    background: #247d9f;
    animation: glowing 2s infinite;
}
.mainForm.-calling .iphone {
    height: 560px;
}
.mainForm.-calling .iphone:before {
    opacity: .8
}

@keyframes glowing {
    from {box-shadow: inset 0 10px 50px 10px rgba(77,208,225,.1);}
    50% {box-shadow: inset 0 10px 50px 10px rgba(77,208,225,1);}
    to {box-shadow: inset 0 10px 50px 10px rgba(77,208,225,.1);}
}

@keyframes slide-down {
    from {opacity:0;transform: translate(0,-20px);}
    to {opacity:1;transform: translate(0,0);}
}
@keyframes slide-down2 {
    from {opacity:0;transform: translate(0,-20px) scale(1.5);}
    to {opacity:1;transform: translate(0,0) scale(1.5);}
}


.ui-widget-header {
    font-size: 12px !important;
    text-transform: uppercase !important;
    letter-spacing: -1px !important;
    background: none !important;
    border:none !important;
}