/* text styles */
.fordefaultFont {
	font-size: 12px;
	width: 100%;
	color: #617070;
}

.forInnerTitles {
	margin-bottom: 20px;
	display: block;
}

.fieldsnameGeneralInfo {
	font-family: Montserrat-Regular;
	font-size: 12px;
	text-align: left;
	white-space: nowrap;
}

.fieldsname {
	font-family: Montserrat-Regular;
	font-size: 16px;
	text-align: left;
	white-space: nowrap;
	color: #617070;
}

.propertyLabel {
	font-family: Montserrat-Regular;
	font-size: 14px;
	text-align: left;
	white-space: nowrap;
	color: #617070;
}

.forReportFormat {
	font-size: 14px;
	margin-bottom: 10px;
	text-transform: uppercase;
	text-align: center;
}

.errormsg {
	color: #ff0000;
	font-size: 14px;
	font-family: Montserrat-Regular;
}

.successmsg {
	font-size: 14px;
	color: #347235;
	font-family: Montserrat-Regular;
}

label {
	float: left;
	width: 120px;
	text-align: left;
	margin-right: 1em;
	color: #777777;
}

table.regularLabel td label {
	float: none;
}

.wide-label label {
	margin-top: -4px;
	margin-bottom: 8px;
	width: 215px;;
}

.wide-label input[type="radio"],.wide-label input[type="checkbox"]{
	
	vertical-align: unset !important;
}

/* input styles */
/* panel styles */
.rich-panel {
	background-color: #ffffff;
	border: 2px solid #dcdcdc;
	padding: 20px;
}

.rich-panel-body {
	padding: 0px;
	color: inherit;
	font-family: inherit;
}

.highlightDiv {
	background-color: #f1f1f1;
	-moz-border-radius: 07px;
	-webkit-border-radius: 08px;
	border-radius: 08px;
}

select[multiple] {
	color: #777777 !important;
	border-radius: 0;
	border: solid 1px #e0e7ee;
	height: 120px; 
	font-size: 14px;
	font-weight: normal;
	font-family: Montserrat-Light;
	line-height: 40px;
	outline: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: 200px;
}

select[multiple] option {
	padding: 5px 18px;
	color: #777777 !important;
}

select[multiple] option:checked, select[multiple] option:hover, select[multiple]:focus>option:checked
	{
	outline: none;
	box-shadow: 0 0 10px 100px #65c3df inset;
	color: #ffffff !important;
	background: #65c3df !important;
}

/*select[multiple]:not (:focus ) >option:checked {
	outline: none;
	box-shadow: 0 0 10px 100px #65c3df inset;
	color: #ffffff !important;
	background: #65c3df !important;
}*/

/* component - form element styles */
.rich-table-cell {
	position: relative;
	vertical-align: middle;
	padding: 7px 10px;
	font-size: 12px !important;
	font-family: Montserrat-Medium;
    font-weight: normal;
	color: #797979;
}

.rich-stglpanel-header {
	font-family: Montserrat-Medium;
	font-weight: normal;
	background-image: none;
	background-color: #fc7b5e;
	border-right: solid 2px #dcdcdc;
	padding: 7px 10px;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	white-space: nowrap;
}

.rich-stglpnl-marker {
    font-size: 20px;
    margin-top: -4px;
}

.rich-stglpanel {
	background-color:#ffffff;
	border: 2px solid #dcdcdc;
}
.rich-stglpanel-body {
    overflow: inherit;
    background-color:#f1f1f1;
}
.rich-mpnl-header {
	font-family: Montserrat-Medium;
	font-weight: normal;
	background-image: none;
	background-color: #fc7b5e;
	border-right: solid 2px #dcdcdc;
	padding: 7px 10px;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	border: 2px solid #dcdcdc;
	opacity:1;
}
.rich-mpnl-body {
	color: inherit;
}

.rich-table a {
	color: #65c3df !important;
}

.rich-datalist li {
	padding: 2px;
}
.rich-sort-icon {
	font-size: 14px;
}

.rich-table-cell.no-borders {
	border: none;
}
.rich-panel.no-borders {
	border: none;
}

.hidden {
	display: none;
}
/* component - picklist */
.rich-picklist-controls {
	padding: 0 15px;
	font-size: 14px;
}

.rich-picklist-list-content {
	background: #f1f1f1;
	border: solid 1px #e0e7ee;
	width: 200px !important;
	height: 160px !important;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 5px 0;
}

.rich-picklist-source-cell, .rich-picklist-source-cell-selected, 
.rich-picklist-target-cell, .rich-picklist-target-cell-selected {
	font-size: 12px;
	padding: 5px 10px;
	font-family: inherit;
	color: inherit;
}

.rich-picklist-source-cell-selected, .rich-picklist-target-cell-selected {
	background: #65c3df;
	color: #ffffff;
}

.rich-picklist-controls .rich-list-picklist-button-content {
	color: #65c3df;
	font-family:inherit;
}

.rich-picklist-controls .rich-list-picklist-button-content:hover {
	color: #8ed239;
	cursor: pointer;
}

.rich-picklist-controls span.fa {
	font-size: 12px;
	border: 2px solid #65c3df;
	border-radius: 50%;
	padding: 5px;
	margin: 5px 0;
	height: 26px;
	width: 26px;
}

.rich-picklist-controls .rich-list-picklist-button-content:hover span.fa
	{
	border: 2px solid #8ed239;
}

.rich-picklist-controls .rich-picklist-control-disabled .rich-list-picklist-button-content,
	.rich-picklist-controls .rich-picklist-control-disabled .rich-list-picklist-button-content:hover
	{
	color: #797979;
}

.rich-picklist-controls .rich-picklist-control-disabled .rich-list-picklist-button-content span.fa,
	.rich-picklist-controls .rich-picklist-control-disabled .rich-list-picklist-button-content:hover span.fa
	{
	color: #797979;
	border: 2px solid #797979;
}

/* component - rich tree */

.rich-tree-node-text,.rich-tree-node a  {
	color: #65c3df;
	text-decoration: underline;
	font-size: 12px;
	height: 25px
}

.rich-tree-node span.fa {
	color: #65c3df;
	font-size: 14px;
	margin-right: 5px;
}

.rich-tree-node-children {
	margin-left: 14px;
}

.rich-tree-h-ic-line-clp {
	padding-left: 4px;
}
.rich-tree-node-selected,.rich-tree-node-selected a {
	background: none;
    background-color: #65c3df;
    color: #ffffff; 
}
   

/* component - data scroller */
.rich-datascr-button {
	padding: 0 10px;
	color: #797979 !important;
	background: #ffffff;
	background-image: none;
	border: 1px solid #797979;
	line-height: inherit;
}

.rich-datascr-button-dsbld {
	background: #f1f1f1;
	color: #d8d8d8 !important;
}

.rich-datascr-button span.fa {
	display: inline;
	font-size: 14px;
}

/* component - tab panel */
td.rich-tabpanel-content {
	border: none;
}

.rich-mpnl-controls {
    top: 4px;
    right: 4px;
    padding: 2px 2px;
    color: red;
    cursor: pointer;
    background: white;
    border-color: solid 5px;
    border: 3px solid #fc7b5e;
}

.slideRich {
	padding: 17px !important;
	margin-left: 25px;
	background-color: transparent !important;
}

.icon-small {
	width: 18px;
	height: 18px;
}

.icon-normal {
	width: 25px;
	height: 25px;
}

.multi-select {
	height: 85px !important;
}

.test-select {
	width: 100% !important;
	height: auto !important;
}

.dont-capitalize {
	text-transform: none !important;
}

.wrapword {
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: pre-wrap; /* css-3 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	/* word-break: break-all; */
	white-space: normal;
}
.pre-wrap {
	white-space: pre-wrap;
}
.break-all {
	word-break: break-all;
}

.indent-message {
	margin-left: 50px;
}

.fileupload{
	padding: 3px;
}
.font-button {
	text-decoration: none;
	color: #65c3df;
}
.wrapped-button {
	width: 250px !important;
    white-space: normal;
    height: auto !important;
    min-height: 30px;
}
.thumbnail-padding {
	padding: 4px;
}

.upper-case{
	text-transform: uppercase;
}

.delete-button:hover .fa-trash-o,
.delete-button .fa-trash {
    display: none;
}
.delete-button:hover .fa-trash {
    display: inline;
	color: #65c3df;
}

.move-button:hover .fa-arrow-circle-o-right,
.move-button .fa-arrow-circle-right {
    display: none;
}
.move-button:hover .fa-arrow-circle-right {
    display: inline;
	color: #65c3df;
}

.root-button:hover .fa-arrow-circle-o-up,
.root-button .fa-arrow-circle-up {
    display: none;
}
.root-button:hover .fa-arrow-circle-up {
    display: inline;
	color: #65c3df;
}

.edit-button:hover .fa-pencil,
.edit-button .fa-pencil-square {
    display: none;
}
.edit-button:hover .fa-pencil-square{
    display: inline;
	color: #65c3df;
}

.close-button:hover .fa-window-close-o,
.close-button .fa-window-close {
    display: none;
}
.close-button:hover .fa-window-close,.fa-window-close{
    display: inline;
	color: red;
}

a.disabled-button{
	color:gray !important;
	text-decoration: none;
	cursor: default;
}
a.disabled-button .fa-check-square,.fa-window-close {
    display: none;
}
.fa-check-square {
	font-size: 25px;
}

a.close-button {
	color: red !important;
	text-decoration: none;
}

a.save-button {
	color: green !important;
	text-decoration: none;
}

.save-button:hover .fa-check,
.save-button .fa-check-square {
    display: none;
}
.save-button:hover .fa-check-square{
    display: inline;
}

.big {
	font-size : 33px !important;
}

.small {
	font-size: 18px !important;
}

.red {
	color: red;
}
.yellow {
	color: yellow;
}
.white {
	color: white;
}
.grey {
	color: grey;
}
.text-center {
	text-align: center;
}

.vertical-center {
	vertical-align: center;
}
.vertical-bottom {
	vertical-align: bottom;
}
.valign-top {
	vertical-align: top;
}

.text-right {
	text-align: right;
}

.low-padding {
	padding-left: 20px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.no-padding {
	padding: 0px;
}

.no-borders {
	border: none !important;
}

.padding-20 {
	padding: 20px;
}

.inline-block {
	display: inline-block;
}
.display-grid {
	display: grid;
}
span .fa-check-square {
    display: none;
}
a.command-link {
	font-family: Montserrat-Light;
	display: block;
	color: #65c3df;
	text-decoration: none;
	font-size: 14px;
}

a.command-link:hover {
	text-decoration: underline;
}

/** TREE **/

.rich-panel-header{
	font-family: Montserrat-Medium;
	font-weight: normal;
	background-image: none;
	background-color: #fc7b5e;
	border-right: solid 2px #dcdcdc;
	padding: 7px 10px;
	text-align: center;
	font-size: 14px;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #ffffff;
	border: 2px solid #dcdcdc;
	opacity:1;
}

.whitespace-normal {
	white-space:normal;
}

.rich-tree{
	padding: 15px;
}
.rich-picklist-control-disabled, .rich-picklist-control-top, .rich-picklist-control-bottom,
.rich-picklist-control-up, .rich-picklist-control-down, .rich-picklist-control-copyall, 
.rich-picklist-control-copy, .rich-picklist-control-remove, .rich-picklist-control-removeall{
	border:none;
}

.transparent {
	background: transparent;
}

.width-200 {
	width: 200px;
}

.width-300 {
	width: 300px;
}


.width-100per {
	width: 100% !important;
}

.file-text { margin-top: 0.6em; }

.fa-stack  { height: auto;}

.report-icon span i.fa {
	font-size: inherit;
}

.report-icon strong.fa {
    font-size: large;
}

.clearInputCode div.nice-select {
    width: 100px;
}

.clearInputCode div.nice-select.open .list {
    min-width: 100px;
}
.resultList{
	width:100%;
}

.scrollable {
	height: 470px;
	width: 1030px;
	overflow-y: auto;
	overflow-x: auto;
}
.width-auto {
	width: auto !important;
}
.width-full {
	width: 100% !important;
}
.scrollablePanel {
	height: 400px;
	width: 400px;
	overflow-y: auto;
	overflow-x: auto;
}
.propertyLabel label {
	float: none;
}
.no-records{
padding-left: 60px;
font-weight: bold;
color: red;
}
/* input styles */
.inputTextDescription {
	width: 100% ;
	height:64px ;
}

.inputTextTitle{
	width: 482px !important;    
}
.rich-shuttle-source-cell, .rich-shuttle-target-cell, .rich-shuttle-source-cell *, .rich-shuttle-target-cell *{
	font-family: Montserrat-Light;
}
/* component - picklist */
.rich-shuttle-controls {
	padding: 0 15px;
	font-size: 14px;
}

.rich-shuttle-list-content {
	background: #f1f1f1;
	border: solid 1px #e0e7ee;
	padding: 2px 0;
}

.rich-shuttle-source-cell, .rich-shuttle-source-cell-selected, 
.rich-shuttle-target-cell, .rich-shuttle-target-cell-selected {
	font-size: 12px;
	padding: 2px 4px;
	font-family: inherit;
	color: inherit;
}

.rich-shuttle-source-cell-selected, .rich-shuttle-target-cell-selected {
	background: #65c3df;
	color: #ffffff;
}

.rich-shuttle-controls .rich-list-shuttle-button-content {
	color: #65c3df;
	font-family:inherit;
}

.rich-shuttle-controls .rich-list-shuttle-button-content:hover {
	color: #8ed239;
	cursor: pointer;
}

.rich-shuttle-controls span.fa {
	font-size: 12px;
	border: 2px solid #65c3df;
	border-radius: 50%;
	padding: 5px;
	margin: 5px 0;
	height: 26px;
	width: 26px;
}

.rich-shuttle-controls .rich-list-shuttle-button-content:hover span.fa
	{
	border: 2px solid #8ed239;
}

.rich-shuttle-controls .rich-shuttle-control-disabled .rich-list-shuttle-button-content,
	.rich-shuttle-controls .rich-shuttle-control-disabled .rich-list-shuttle-button-content:hover
	{
	color: #797979;
}

.rich-shuttle-controls .rich-shuttle-control-disabled .rich-list-shuttle-button-content span.fa,
	.rich-shuttle-controls .rich-shuttle-control-disabled .rich-list-shuttle-button-content:hover span.fa
	{
	color: #797979;
	border: 2px solid #797979;
}
.rich-shuttle-control-disabled, .rich-shuttle-control-top, .rich-shuttle-control-bottom,
.rich-shuttle-control-up, .rich-shuttle-control-down, .rich-shuttle-control-copyall, 
.rich-shuttle-control-copy, .rich-shuttle-control-remove, .rich-shuttle-control-removeall{
	border:none;
}

.textunderline{
text-decoration:underline;
}
.whitespace-nowrap {
	white-space:nowrap;
}
.add-button:hover .fa-plus-square-o,
.add-button .fa-plus-square {
    display: none;
}
.add-button:hover .fa-plus-square {
    display: inline;
	color: #65c3df;
}

.width-100 {
	width: 100%;
}
.width-60 {
	width: 60%;
}
.width-70 {
	width: 70%;
}
.width-80 {
	width: 80%;
}
.history-panel ul{
	margin-left: 25px;
}
.history-panel h2,.historyCls strong{
 color:#000000;
 border-bottom: 1px solid #BBB;
}
.history-panel h4{
 border-bottom: 1px solid #BBB;
 margin-top:5px;
}
.history-panel{
	text-align: left;
}
.padding-10{
	padding:10px;
}
legend {
	font-family: Montserrat-Regular;
	font-size: 14px;
	text-align: left;
	white-space: nowrap;
	color: #617070;
}

.softwareChart {
	height: 400px; 
	margin: 0 auto;
}
.missed-files {
	position:absolute;
	overflow-y:scroll;
}
.float-right {
	float: right;
}

.remove-button:hover .fa-times-circle,
.remove-button .fa-times {
    display: none;
}
.remove-button:hover .fa-times-circle {
    display: inline;
	color: red;
}
.globe-button:hover .globeSpin,
.globe-button .globe {
    display: none;
}
.globe-button:hover .globe {
    display: inline;
	color: #0099CC;
}
