/*ESTILO PARA CONFIGURAÇÃO DOS SUBITENS bootstrap*/

@font-face {
    font-family: oleo-script;
    src: url("Oleo_Script/OleoScript-Regular.ttf");
}

@font-face {
    font-family: oleo-script-bold;
    src: url("Oleo_Script/OleoScript-Bold.ttf");
}


.dropdown-submenu {
	position: relative;
}

.dropdown-submenu a::after {
	transform: rotate(-90deg);
	position: absolute;
	right: 6px;
	top: .8em;
}

.dropdown-submenu .dropdown-menu {
	top: 0;
	left: 100%;
	margin-left: .1rem;
	margin-right: .1rem;
}

.sticky-top {top: 2.3em;}

.table-small{font-size: 0.7rem;}
.text-small{font-size: 0.85rem;}

.font-large{font-size: 1.4rem;}

.help-block{
	color:#B40404;
	margin-top:0.5em;
}

.rem-2{width: 2rem;}
.rem-3{width: 3rem;}
.rem-4{width: 4rem;}
.rem-5{width: 5rem;}
.rem-6{width: 6rem;}
.rem-7{width: 7rem;}
.rem-8{width: 8rem;}
.rem-9{width: 9rem;}
.rem-10{width: 10rem;}

.pre-wrap{white-space: pre-wrap;}
.pointer {cursor:pointer;}

.bg-roxo{
	background: #563d7c !important;
	color:white !important;
	}

	.ico_tratativa{font-size: 1.006rem;}

hr{
	margin-top: 0.5em;
	margin-bottom: 0.2em;
}

.ie-color{color:#1E90FF;}
.firefox-color{color:#FF8C00;}
.opera-color{color:#CD0000;}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tab-importante {
	border: 4px solid black !important;
}

.ico-menu{
	font-size: xx-large;
}

.margin-main{
	margin-top: 6rem;
	margin-bottom: 6rem;
}
