1066 lines
26 KiB
CSS
Executable File
1066 lines
26 KiB
CSS
Executable File
.navBar {
|
|
background: #00457C;
|
|
border: 1px solid #1C8BDE;
|
|
/*C1D72F*/
|
|
}
|
|
.content_controls {
|
|
background-color: #00457C;
|
|
}
|
|
.navBar nav ul li {
|
|
border-right: 1px solid #DFDCD5;
|
|
border-left: 1px solid #DFDCD5;
|
|
}
|
|
|
|
|
|
|
|
.pmui-window-header {
|
|
background: #00457C;
|
|
}
|
|
|
|
.pmui-gridpanel-pager .list-item-ajax a {
|
|
background-color: #fff;
|
|
border: 1px solid #ddd;
|
|
border-radius: 2px;
|
|
color: #00457C;
|
|
float: left;
|
|
font-size: 14px;
|
|
line-height: 1.42857;
|
|
margin: 0 0 0 -1px;
|
|
min-width: inherit;
|
|
padding: 6px 12px;
|
|
position: relative;
|
|
text-decoration: none;
|
|
}
|
|
.pmui-gridpanel-pager .list-item-ajax a:hover{
|
|
color:#000;
|
|
}
|
|
|
|
.pmui-gridpanelcolumn {
|
|
background: #00457C;
|
|
}
|
|
.pmui-gridpanel-pager-current {
|
|
background: #00457C;
|
|
}
|
|
|
|
.pmui-tab-ref {
|
|
color: #95d238;
|
|
}
|
|
.pmui-tabitem.pmui-active .pmui-tab-ref {
|
|
-moz-border-bottom-colors: none;
|
|
-moz-border-left-colors: none;
|
|
-moz-border-right-colors: none;
|
|
-moz-border-top-colors: none;
|
|
border-color: #95d238 #ddd #ddd;
|
|
border-image: none;
|
|
border-style: solid;
|
|
border-width: 3px 1px 1px;
|
|
color: #555;
|
|
}
|
|
.list-suggest-item{
|
|
background-color: #95D238!important;
|
|
border: 1px solid #ddd!important;
|
|
color: #FFFFFF;
|
|
transition: all 0.5s ease 0s;
|
|
}
|
|
.list-suggest-item:hover{
|
|
background-color: #80ced7!important;
|
|
border: 1px solid #FFF!important;
|
|
color: #FFFFFF;
|
|
transition: all 0.5s ease 0s;
|
|
}
|
|
|
|
td.pmui-gridpanel-table{
|
|
background-color:#DDDDDD;
|
|
}
|
|
|
|
-button.pmui-success {
|
|
background-color: #98CA49;
|
|
border: 1px solid #98CA49;
|
|
color: #fff;
|
|
}
|
|
.pmui-button {
|
|
/*background-color: #666667;*/
|
|
border-radius: 2px;
|
|
color: #fff;
|
|
transition: all 0.5s ease 0s;
|
|
}
|
|
#openEditorButton{
|
|
background-color:#003249;
|
|
border:1px solid #003249;
|
|
border-radius:5px 5px 5px 5px;
|
|
font-size:14px;
|
|
text-align:center;
|
|
text-decoration:none;
|
|
transition:all 0.5s ease 0s;
|
|
}
|
|
#openEditorButton:hover{
|
|
background-color:#80ced7;
|
|
border:1px solid #80ced7;
|
|
border-radius:5px 5px 5px 5px;
|
|
font-size:14px;
|
|
text-align:center;
|
|
text-decoration:none;
|
|
transition:all 0.5s ease 0s;
|
|
}
|
|
#selectPickerButton{
|
|
background-color:#666667 !important;
|
|
border:1px solid #666667 !important;
|
|
border-radius:5px 5px 5px 5px;
|
|
font-size:14px;
|
|
text-align:center;
|
|
text-decoration:none;
|
|
transition:all 0.5s ease 0s;
|
|
}
|
|
#selectPickerButton:hover{
|
|
background-color:#8A8A8A !important;
|
|
border:1px solid #8A8A8A !important;
|
|
border-radius:5px 5px 5px 5px;
|
|
font-size:14px;
|
|
text-align:center;
|
|
text-decoration:none;
|
|
transition:all 0.5s ease 0s;
|
|
}
|
|
|
|
#uploadBtn {font-size: 14px;
|
|
display: inline-block;
|
|
text-decoration: none;
|
|
padding: 11px 35px;
|
|
/*@include border-radius($PMUI-DEFAULT-BORDER-RADIUS);*/
|
|
-webkit-border-radius: 2px;
|
|
-moz-border-radius: 2px;
|
|
-ms-border-radius: 2px;
|
|
-o-border-radius: 2px;
|
|
border-radius: 2px;
|
|
background-color: #666667;
|
|
color: #FFF;
|
|
text-align: center;
|
|
-webkit-transition: all .5s;
|
|
-moz-transition: all .5s;
|
|
-ms-transition: all .5s;
|
|
-o-transition: all .5s;
|
|
transition: all .5s;
|
|
-moz-box-sizing: border-box;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
#uploadBtn.pmui-button:hover {
|
|
background-color: #8a8a8a;
|
|
border-radius: 2px;
|
|
color: #fff;
|
|
transition: all 0.5s ease 0s;
|
|
}
|
|
#buttonCriteriaField.pmui-button{
|
|
background-color: #666667 !important
|
|
}
|
|
#buttonCriteriaField.pmui-button:hover{
|
|
background-color: #959595 !important
|
|
}
|
|
.pmui-button:hover {
|
|
background-color: #8a8a8a;
|
|
border-radius: 2px;
|
|
color: #fff;
|
|
transition: all 0.5s ease 0s;
|
|
}
|
|
|
|
.pmui-button.uploadBtn{
|
|
background-color:#ff0000;!important
|
|
}
|
|
|
|
|
|
.pmui-button.pmui-success {
|
|
background: #454546 none repeat scroll 0 0;
|
|
border: 1px solid #454546;
|
|
border-radius:0.5em;
|
|
opacity: 1;
|
|
}
|
|
.pmui-button.pmui-success:hover {
|
|
background: #666667 none repeat scroll 0 0;
|
|
border: 1px solid #666667;
|
|
opacity: 1;
|
|
}
|
|
.pmui-button.pmui-error {
|
|
color: #fff;
|
|
background-color: #e4655f;
|
|
border: 1px solid #e14333;
|
|
border-radius:0.5em;
|
|
}
|
|
.pmui-button.pmui-error:hover {
|
|
background: #e14333;
|
|
border-radius:0.5em;
|
|
opacity: 1;
|
|
opacity: 1;
|
|
}
|
|
.pmui-textcontrol, .pmui-dropdownlistcontrol,
|
|
.pmui-textareacontrol, .pmui-passwordcontrol,
|
|
.pmui-uploadcontrol, .pmui-datetimecontrol {
|
|
background: #fff none repeat scroll 0 0;
|
|
border: 1px solid #ccc;
|
|
border-radius: 4px 4px 4px 4px;
|
|
box-sizing: border-box;
|
|
color: #979797;
|
|
display: inline-block;
|
|
font-size: 14px;
|
|
padding: 4px 6px;
|
|
}
|
|
|
|
.pmui-gridpanel-search:focus{
|
|
border-color: #d7d7d7;
|
|
outline: 0;
|
|
-webkit-box-shadow: 0px 0px 8px 0px rgba(201,201,201,1);
|
|
-moz-box-shadow: 0px 0px 8px 0px rgba(201,201,201,1);
|
|
box-shadow: 0px 0px 8px 0px rgba(201,201,201,1);
|
|
}
|
|
.pmui-textcontrol:focus{
|
|
border-color: #d7d7d7;
|
|
outline: 0;
|
|
-webkit-box-shadow: 0px 0px 8px 0px rgba(201,201,201,1);
|
|
-moz-box-shadow: 0px 0px 8px 0px rgba(201,201,201,1);
|
|
box-shadow: 0px 0px 8px 0px rgba(201,201,201,1);
|
|
}
|
|
.pmui-textareacontrol:focus{
|
|
border-color: #d7d7d7;
|
|
outline: 0;
|
|
-webkit-box-shadow: 0px 0px 8px 0px rgba(201,201,201,1);
|
|
-moz-box-shadow: 0px 0px 8px 0px rgba(201,201,201,1);
|
|
box-shadow: 0px 0px 8px 0px rgba(201,201,201,1);
|
|
}
|
|
.pmui-passwordcontrol:focus{
|
|
border-color: #d7d7d7;
|
|
outline: 0;
|
|
-webkit-box-shadow: 0px 0px 8px 0px rgba(201,201,201,1);
|
|
-moz-box-shadow: 0px 0px 8px 0px rgba(201,201,201,1);
|
|
box-shadow: 0px 0px 8px 0px rgba(201,201,201,1);
|
|
}
|
|
|
|
|
|
a.mafe-button-show {
|
|
background-color: #DFDCD5;
|
|
}
|
|
a.mafe-button-edit {
|
|
background-color: #454546;
|
|
}
|
|
a.mafe-button-edit:hover {
|
|
background: #666667 none repeat scroll 0 0;!important
|
|
opacity:1;
|
|
}
|
|
|
|
a.mafe-button-delete {
|
|
background-color: #e4655f;
|
|
border: 0px;
|
|
}
|
|
a.mafe-button-delete:hover{
|
|
background:#E14333 none repeat scroll 0 0;
|
|
opacity:1;
|
|
}
|
|
a.mafe-button-create {
|
|
background-color: #DFDCD5;
|
|
border: 1px solid #DFDCD5;
|
|
background: #DFDCD5 url(../img/ico_mor2.png) no-repeat 5px center;
|
|
}
|
|
|
|
a.mafe-button-properties {
|
|
background-color: white;
|
|
border: 1px solid #00457C;
|
|
box-shadow: 0 0 0 1px #00457C inset;
|
|
color: #00457C;
|
|
height: 28px !important;
|
|
line-height: 28px !important;
|
|
padding: 0 5px;
|
|
text-transform: none;
|
|
}
|
|
a.mafe-button-properties:hover {
|
|
background:#00457C none repeat scroll 0 0;
|
|
color: #fff;
|
|
transition:all 0.5s ease 0s;
|
|
}
|
|
|
|
.mafe-process-object {
|
|
color: #333;
|
|
font-size:14px;
|
|
margin-top: 3px;
|
|
margin-left: 7px;
|
|
float: left;
|
|
}
|
|
|
|
|
|
.ui-layout-pane-north {
|
|
background-color: #DFDCD5 !important;
|
|
border: 1px solid #DFDCD5;
|
|
}
|
|
|
|
.ui-accordion-header {
|
|
color: #fff;
|
|
background: #3397E1;
|
|
border-top: 1px solid #262932;
|
|
border-bottom: 1px solid #262932;
|
|
border-left: 1px solid #262932;
|
|
border-right: 1px solid #262932;
|
|
}
|
|
|
|
|
|
.fd-table-th {
|
|
background: #DFDCD5;
|
|
}
|
|
.fd-designer-button {
|
|
background-color:#3397E1;
|
|
border-left: 1px solid #8ac0e8;
|
|
cursor: pointer;
|
|
display: inline-block;
|
|
height: 24px;
|
|
padding: 5px 6px;
|
|
width: 24px;
|
|
}
|
|
.fd-designer-button:hover{
|
|
background:#00457C none repeat scroll 0 0;
|
|
color:#FFFFFF;
|
|
}
|
|
.fd-designer-button-Save {
|
|
background-color: #ff0000;
|
|
}
|
|
.fd-toolbar-designer > div {
|
|
color: #FFFFFF !important;
|
|
}
|
|
.fd-toolbar-preview > div {
|
|
color:#FFFFFF !important;
|
|
}
|
|
|
|
|
|
div[style*="background-color:#3397e1"]{
|
|
background: #3397E1 !important;
|
|
border-color: #3397E1 !important;
|
|
}
|
|
|
|
|
|
/*font*/
|
|
@font-face{
|
|
font-family:'DaxMediumCapsRegular';
|
|
src:url('/fonts/ufonts.com_dax-mediumcaps.eot');
|
|
src:url('/fonts/ufonts.com_dax-mediumcaps.eot?#iefix')
|
|
format('embedded-opentype'),url('/fonts/ufonts.com_dax-mediumcaps.svg#dax-mediumcapsregular')
|
|
format('svg'),url('/fonts/ufonts.com_dax-mediumcaps.woff')
|
|
format('woff'),url('/fonts/ufonts.com_dax-mediumcaps.ttf')
|
|
format('truetype');
|
|
font-weight:normal;
|
|
font-style:normal
|
|
}
|
|
|
|
@font-face{
|
|
font-family:'DaxRegular';
|
|
src:url('/fonts/ufonts.com_dax-regular.eot');
|
|
src:url('/fonts/ufonts.com_dax-regular.eot?#iefix')
|
|
format('embedded-opentype'),url('/fonts/ufonts.com_dax-regular.svg#dax-regularregular')
|
|
format('svg'),url('/fonts/ufonts.com_dax-regular.woff')
|
|
format('woff'),url('/fonts/ufonts.com_dax-regular.ttf')
|
|
format('truetype');
|
|
font-weight:normal;
|
|
font-style:normal}
|
|
|
|
@font-face{
|
|
font-family:'DaxBold';
|
|
src:url('/fonts/ufonts.com_dax-bold.eot');
|
|
src:url('/fonts/ufonts.com_dax-bold.eot?#iefix')
|
|
format('embedded-opentype'),url('/fonts/ufonts.com_dax-bold.svg#daxbold')
|
|
format('svg'),url('/fonts/ufonts.com_dax-bold.woff')
|
|
format('woff'),url('/fonts/ufonts.com_dax-bold.ttf')
|
|
format('truetype');
|
|
font-weight:normal;
|
|
font-style:normal}
|
|
|
|
@font-face{
|
|
font-family:'DaxExtraBold';
|
|
src:url('/fonts/ufonts.com_dax-extrabold.eot');
|
|
src:url('/fonts/ufonts.com_dax-extrabold.eot?#iefix')
|
|
format('embedded-opentype'),url('/fonts/ufonts.com_dax-extrabold.svg#daxextrabold')
|
|
format('svg'),url('/fonts/ufonts.com_dax-extrabold.woff')
|
|
format('woff'),url('/fonts/ufonts.com_dax-extrabold.ttf')
|
|
format('truetype');
|
|
font-weight:normal;
|
|
font-style:normal}
|
|
|
|
@font-face{
|
|
font-family:'DaxLight';
|
|
src:url('/fonts/ufonts.com_dax-light.eot');
|
|
src:url('/fonts/ufonts.com_dax-light.eot?#iefix')
|
|
format('embedded-opentype'),url('/fonts/ufonts.com_dax-light.svg#daxlight')
|
|
format('svg'),url('/fonts/ufonts.com_dax-light.woff')
|
|
format('woff'),url('/fonts/ufonts.com_dax-light.ttf')
|
|
format('truetype');
|
|
font-weight:normal;
|
|
font-style:normal
|
|
}
|
|
|
|
|
|
|
|
.form-control {
|
|
display: block;
|
|
width: 100%;
|
|
height: 34px;
|
|
padding: 6px 12px;
|
|
font-size: 14px;
|
|
line-height: 1.42857143;
|
|
color: #979797;
|
|
background-color: #fff;
|
|
background-image: none;
|
|
border: 1px solid #ccc;
|
|
border-radius: 4px;
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
|
|
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow
|
|
ease-in-out .15s;
|
|
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out
|
|
.15s;
|
|
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
|
|
font-family;"DaxLight",Arial,Helvetica,verdana,FreeSans,"Bitstream Vera Sans",sans-serif;
|
|
}
|
|
|
|
.form-control:focus {
|
|
border-color: #d7d7d7;
|
|
outline: 0;
|
|
-webkit-box-shadow: 0px 0px 8px 0px rgba(201,201,201,1);
|
|
-moz-box-shadow: 0px 0px 8px 0px rgba(201,201,201,1);
|
|
box-shadow: 0px 0px 8px 0px rgba(201,201,201,1);
|
|
|
|
}
|
|
|
|
.pmdynaform-grid-title{
|
|
color : white;
|
|
}
|
|
|
|
a.mafe-button-edit-assign {
|
|
background-color: inherit;
|
|
background-image: url('/images/arrow-grid.png');
|
|
background-position: 99% 50%;
|
|
background-repeat: no-repeat;
|
|
font-size: 14px;
|
|
height: 26px !important;
|
|
line-height: 26px !important;
|
|
padding: 0 12px;
|
|
text-transform: none;
|
|
}
|
|
|
|
a.mafe-button-edit-assign:hover {
|
|
background-color:#e0e0e0;
|
|
background-image:url('/images/arrow-grid_pro.png');
|
|
background-position: 99% 50%;
|
|
background-repeat: no-repeat;
|
|
opacity:1;
|
|
}
|
|
|
|
.mafe-save-process {
|
|
background: #A4CDBB none repeat scroll 0 0;
|
|
border-bottom: 1px solid lightgray !important;
|
|
border-left: 1px solid lightgray !important;
|
|
border-right: 1px solid lightgray !important;
|
|
color: #2D9E6E;
|
|
padding-right: 25px !important;
|
|
transition: all 0.6s ease 0s;
|
|
}
|
|
|
|
|
|
.content_controls .head {
|
|
background-color: #F1F1F1;
|
|
cursor: move;
|
|
height: 22px;
|
|
}
|
|
.content_controls{
|
|
background-color: #00457C;
|
|
border: 1px solid #3397E1;
|
|
display: none;
|
|
font-size: 11px;
|
|
font-weight: 700;
|
|
position: fixed;
|
|
right: 20px;
|
|
top: 90px;
|
|
width: 200px;
|
|
z-index: 1;
|
|
}
|
|
.content_controls ul li {
|
|
/*border-bottom: 1px solid #3096E0;*/
|
|
display: inline-block;
|
|
float: left;
|
|
margin: 0;
|
|
padding: 3px 0;
|
|
width: 100%;
|
|
}
|
|
.content_controls ul li:hover {
|
|
background-color:#3096E0;
|
|
border-bottom: 1px solid #3096E0;
|
|
}
|
|
|
|
|
|
.navBar{
|
|
background-color:#00457C;
|
|
border: 1px solid #00457C;
|
|
color:#FFFFFF;
|
|
display: none;
|
|
font-size: 16px;
|
|
font-weight: normal;
|
|
height: auto;
|
|
left: 0;
|
|
padding: 0 1% 0 2%;
|
|
position: fixed;
|
|
text-transform: uppercase;
|
|
width: 97%;
|
|
z-index: 2;
|
|
}
|
|
.navBar nav ul li {
|
|
border-left: 1px solid #cfcfcf;
|
|
border-right: 1px solid #cfcfcf;
|
|
float: right;
|
|
padding: 2px 5px;
|
|
}
|
|
.navBar nav ul li a {
|
|
background-color: transparent;
|
|
color: #FFFFFF;
|
|
cursor: pointer;
|
|
display: inline-block;
|
|
height: 29px;
|
|
line-height: 31px;
|
|
padding: 0 10px;
|
|
text-align: center;
|
|
text-decoration: none;
|
|
transition: all 0.4s ease 0s;
|
|
}
|
|
.navBar nav ul li:hover{
|
|
background-color: #3096E0;
|
|
border-left: 1px solid #3096E0;
|
|
border-right: 1px solid #3096E0;
|
|
color:#FFFFFF;
|
|
}
|
|
|
|
.navBar h2 {
|
|
font-size: 16px;
|
|
line-height: 35px;
|
|
margin: 0;
|
|
overflow: hidden;
|
|
text-align: left;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
a.mafe-button-create {
|
|
background: #3071a9 url('/images/ico_mor2.png') no-repeat scroll 5px center;
|
|
border: 1px solid #3071a9;
|
|
border-radius:5px 5px 5px 5px;
|
|
float: right;
|
|
font-size: 16px;
|
|
margin-right: 2px;
|
|
margin-top: 3px;
|
|
padding: 0 15px 0 38px;
|
|
transition: all 0.4s ease 0s;
|
|
}
|
|
a.mafe-button-create:hover {
|
|
background-color: #00457C;
|
|
border: 1px solid #00457C;
|
|
border-radius:5px 5px 5px 5px;
|
|
float: right;
|
|
font-size: 16px;
|
|
margin-right: 2px;
|
|
margin-top: 3px;
|
|
padding: 0 15px 0 38px;
|
|
transition: all 0.4s ease 0s;
|
|
}
|
|
.pmui-gridpanelcolumn {
|
|
background: #00457C none repeat scroll 0 0;
|
|
border-right: 2px solid #fff;
|
|
color: #fff;
|
|
font-size: 14px;
|
|
}
|
|
|
|
|
|
.ui-accordion-header {
|
|
background: #3397E1 none repeat scroll 0 0;
|
|
border-color: #00457C;
|
|
border-radius: initial;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
color: #FFFFFF;
|
|
font-size: 12px;
|
|
font-family: "DaxRegular",Arial,Helvetica,verdana,FreeSans,"Bitstream Vera Sans",sans-serif;
|
|
text-align: center;
|
|
text-transform:uppercase;
|
|
}
|
|
.ui-accordion-header:hover {
|
|
background: #00457C none repeat scroll 0 0;
|
|
border-color: #3397E1;
|
|
border-radius: initial;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
color: #FFF;
|
|
font-size: 12px;
|
|
font-family: "DaxRegular",Arial,Helvetica,verdana,FreeSans,"Bitstream Vera Sans",sans-serif;
|
|
text-align: center;
|
|
text-transform:uppercase;
|
|
}
|
|
.ui-accordion-header.ui-state-active {
|
|
background: #fcfafa none repeat scroll 0 0;
|
|
color: #3b3b3b;
|
|
}
|
|
|
|
.ui-dialog-titlebar ui-widget-header ui-corner-all ui-helper-clearfix{
|
|
background-color:#fff000;!important
|
|
}
|
|
.fd-table-th {
|
|
background: #00457C none repeat scroll 0 0;
|
|
color: #ffffff;
|
|
font-size: 11px;
|
|
font-weight: inherit;
|
|
padding: 6px 15px;
|
|
}
|
|
|
|
|
|
|
|
.ui-layout-pane-north {
|
|
background-color: #3397E1 !important;
|
|
border: 1px solid #3397E1;
|
|
}
|
|
|
|
|
|
|
|
#availableBN .selected, #assignedBN .selected {
|
|
background: #95D238 none repeat scroll 0 0 !important;
|
|
border-color: #036 !important;
|
|
color: #fff !important;
|
|
font-weight: bolder;
|
|
}
|
|
|
|
|
|
|
|
.pmui-gridpanel-pager-current {
|
|
background: #666667 none repeat scroll 0 0;
|
|
border: 1px solid #ddd;
|
|
color: #fff;
|
|
cursor: default;
|
|
float: left;
|
|
font-size: 14px;
|
|
font-weight: normal;
|
|
line-height: 26px;
|
|
margin: 0 5px 0 -7px;
|
|
min-width: 14px;
|
|
padding: 0 11px;
|
|
text-align: center;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.pmui-gridpanel-pager li a {
|
|
background: #fff none repeat scroll 0 0;
|
|
border: 1px solid #ddd;
|
|
color: #333;
|
|
float: left;
|
|
font-size: 14px;
|
|
font-weight: normal;
|
|
line-height: 26px;
|
|
margin: 0 5px 0 -7px;
|
|
min-width: 14px;
|
|
padding: 0 11px;
|
|
text-align: center;
|
|
text-decoration: none;
|
|
}
|
|
.pmui-gridpanel-pager li a:hover {
|
|
background: #3397E1 none repeat scroll 0 0;
|
|
border: 1px solid #ddd;
|
|
color: #fff;
|
|
text-decoration: none;
|
|
}
|
|
a.mafe-button-show {
|
|
background-color: #989898;
|
|
/*border: 1px solid #cccccc;*/
|
|
color: #FFFFFF;
|
|
padding: 0 15px;
|
|
text-transform: none;
|
|
}
|
|
|
|
.mafe-shapes-toggle {
|
|
background-image: url("/images/shapes-toogle.png");
|
|
background-repeat: no-repeat;
|
|
cursor: pointer;
|
|
float: right;
|
|
height: 16px;
|
|
margin-top: 2px;
|
|
width: 16px;
|
|
}
|
|
.mafe-shapes-refresh {
|
|
background-image: url("/images/shapes-refresh.png");
|
|
background-repeat: no-repeat;
|
|
background-size: 10px auto;
|
|
cursor: pointer;
|
|
float: right;
|
|
height: 14px;
|
|
margin-top: 4px;
|
|
width: 16px;
|
|
}
|
|
|
|
.btn {
|
|
background-image: none;
|
|
color: #333333;
|
|
border-left: 2px solid #FFF;
|
|
color: #ffffff;
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffdddddd', GradientType=0);
|
|
border-right:2px solid #FFF;
|
|
border: 1px solid #ccc;
|
|
font-family: "DaxRegular",Arial,Helvetica,verdana,FreeSans,"Bitstream Vera Sans",sans-serif;
|
|
font-size: 16px;
|
|
font-weight: 400;
|
|
padding: 8px 15px;
|
|
text-transform: uppercase;
|
|
text-decoration: none;
|
|
line-height: 14px;
|
|
}
|
|
.btn:hover:hover,
|
|
.btn:focus:focus,
|
|
.btn:hover:active,
|
|
.btn.active:hover,
|
|
.btn.disabled:hover,
|
|
.btn[disabled]:hover {
|
|
color: #FFF;!important
|
|
border:1px solid #818181;
|
|
}
|
|
|
|
.btn_cancel {
|
|
background-image: none;
|
|
color: #333333;
|
|
background-color: #e4655f;
|
|
border-left: 2px solid #e4655f;
|
|
color: #ffffff;
|
|
background-repeat: repeat-x;
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffdddddd', GradientType=0);
|
|
border-right:2px solid #FFF;
|
|
border: 1px solid #ccc;
|
|
font-family: "DaxRegular",Arial,Helvetica,verdana,FreeSans,"Bitstream Vera Sans",sans-serif;
|
|
font-size: 16px;
|
|
font-weight: 400;
|
|
padding: 8px 15px;
|
|
text-transform: uppercase;
|
|
text-decoration: none;
|
|
line-height: 14px;
|
|
}
|
|
|
|
.btn_cancel:hover:hover,
|
|
.btn_cancel:focus:focus,
|
|
.btn_cancel:hover:active,
|
|
.btn_cancel.active:hover,
|
|
.btn_cancel.disabled:hover,
|
|
.btn_cancel[disabled]:hover {
|
|
color: #FFF;!important
|
|
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e14333+0,e14333+100 */
|
|
background: #e14333; /* Old browsers */
|
|
background: -moz-linear-gradient(top, #e14333 0%, #e14333 100%); /* FF3.6+ */
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e14333), color-stop(100%,#e14333)); /* Chrome,Safari4+ */
|
|
background: -webkit-linear-gradient(top, #e14333 0%,#e14333 100%); /* Chrome10+,Safari5.1+ */
|
|
background: -o-linear-gradient(top, #e14333 0%,#e14333 100%); /* Opera 11.10+ */
|
|
background: -ms-linear-gradient(top, #e14333 0%,#e14333 100%); /* IE10+ */
|
|
background: linear-gradient(to bottom, #e14333 0%,#e14333 100%); /* W3C */
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e14333', endColorstr='#e14333',GradientType=0 ); /* IE6-9 */
|
|
border:1px solid #e14333;
|
|
}
|
|
|
|
.btn_submit {
|
|
background-image: none;
|
|
color: #333333;
|
|
background-color: #00457C;
|
|
border-left: 2px solid #FFF;
|
|
color: #ffffff;
|
|
background-repeat: repeat-x;
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffdddddd', GradientType=0);
|
|
border-right:2px solid #FFF;
|
|
border: 1px solid #ccc;
|
|
font-family: "DaxRegular",Arial,Helvetica,verdana,FreeSans,"Bitstream Vera Sans",sans-serif;
|
|
font-size: 16px;
|
|
font-weight: 400;
|
|
padding: 8px 15px;
|
|
text-transform: uppercase;
|
|
text-decoration: none;
|
|
line-height: 14px;
|
|
}
|
|
.btn_submit:hover:hover,
|
|
.btn_submit:focus:focus,
|
|
.btn_submit:hover:active,
|
|
.btn_submit.active:hover,
|
|
.btn_submit.disabled:hover,
|
|
.btn_submit[disabled]:hover {
|
|
color: #FFF;!important
|
|
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#80ced7+0,80ced7+100 */
|
|
background: #80ced7; /* Old browsers */
|
|
background: -moz-linear-gradient(top, #80ced7 0%, #80ced7 100%); /* FF3.6+ */
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#80ced7), color-stop(100%,#80ced7)); /* Chrome,Safari4+ */
|
|
background: -webkit-linear-gradient(top, #80ced7 0%,#80ced7 100%); /* Chrome10+,Safari5.1+ */
|
|
background: -o-linear-gradient(top, #80ced7 0%,#80ced7 100%); /* Opera 11.10+ */
|
|
background: -ms-linear-gradient(top, #80ced7 0%,#80ced7 100%); /* IE10+ */
|
|
background: linear-gradient(to bottom, #80ced7 0%,#80ced7 100%); /* W3C */
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ced7', endColorstr='#80ced7',GradientType=0 ); /* IE6-9 */
|
|
border:1px solid #80ced7;
|
|
}
|
|
.btn-primary {
|
|
color: #fff;
|
|
background-color: #666667;
|
|
border-color: #666667;
|
|
}
|
|
.btn-primary:hover,
|
|
.btn-primary:focus,
|
|
.btn-primary:active,
|
|
.btn-primary.active,
|
|
.open .dropdown-toggle.btn-primary {
|
|
color: #fff;
|
|
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#848484+0,848484+100 */
|
|
background: #848484; /* Old browsers */
|
|
background: -moz-linear-gradient(top, #848484 0%, #848484 100%); /* FF3.6+ */
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#848484), color-stop(100%,#848484)); /* Chrome,Safari4+ */
|
|
background: -webkit-linear-gradient(top, #848484 0%,#848484 100%); /* Chrome10+,Safari5.1+ */
|
|
background: -o-linear-gradient(top, #848484 0%,#848484 100%); /* Opera 11.10+ */
|
|
background: -ms-linear-gradient(top, #848484 0%,#848484 100%); /* IE10+ */
|
|
background: linear-gradient(to bottom, #848484 0%,#848484 100%); /* W3C */
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#848484', endColorstr='#848484',GradientType=0 ); /* IE6-9 */
|
|
border-color: #848484;
|
|
}
|
|
|
|
.btn-default {
|
|
color: #FFF;
|
|
background-color: #3071a9;
|
|
border-color: #3071a9;
|
|
}
|
|
.btn-default:hover,
|
|
.btn-default:focus,
|
|
.btn-default:active,
|
|
.btn-default.active,
|
|
.open .dropdown-toggle.btn-default {
|
|
color: #FFFFFF;
|
|
background-color: #1C5091;!important
|
|
border-color: #1C5091;
|
|
}
|
|
|
|
.pmdynaform-grid-newitem{
|
|
background-color:#00457C;!important
|
|
border-color: #00457C;
|
|
border-radius:4px;
|
|
color: #fff;
|
|
font-size:12px;
|
|
font-family:arial;
|
|
}
|
|
.pmdynaform-grid-newitem.btn-default:hover{
|
|
background-color:#80ced7;!important
|
|
border-color:#80ced7;!important
|
|
border-radius:4px;
|
|
color: #fff;
|
|
font-size:12px;!important
|
|
font-family:arial;!important
|
|
}
|
|
|
|
|
|
.modal-title {
|
|
font-family: "DaxRegular",Arial,Helvetica,verdana,FreeSans,"Bitstream Vera Sans",sans-serif;
|
|
line-height: 1.42857;
|
|
margin: 0;
|
|
}
|
|
|
|
/*
|
|
label {
|
|
color:#8d8d8d;
|
|
display: inline-block;
|
|
font-family: "DaxRegular",Arial,Helvetica,verdana,FreeSans,"Bitstream Vera Sans",sans-serif;
|
|
font-weight: 700;
|
|
margin-bottom: 5px;
|
|
}
|
|
*/
|
|
|
|
.pmdynaform-field-title h4 {
|
|
background-color: #00457C;
|
|
border-radius: 3px;
|
|
color: #fff;
|
|
font-weight: normal;
|
|
left: 1px;
|
|
overflow: hidden;
|
|
padding: 4px;
|
|
position: relative;
|
|
right: 1px;
|
|
}
|
|
|
|
.pmdynaform-field-subtitle h5{
|
|
background-color:#3397E1;
|
|
border-radius: 3px;
|
|
color: #FFF;
|
|
font-family: "Open sans;
|
|
font-size: 20px;
|
|
left: 1px;
|
|
overflow: hidden;
|
|
padding: 4px;
|
|
position: relative;
|
|
right: 1px;
|
|
}
|
|
|
|
.fd-gridForm-grid-title {
|
|
background-color:#00457C;!important
|
|
border-radius: 3px 3px 3px 3px;
|
|
color: #FFFFFF;!important
|
|
font-family: "Montserrat",sans-serif;
|
|
font-size: 20px;
|
|
left: 1px;
|
|
overflow: hidden;
|
|
padding: 4px;
|
|
position: absolute;
|
|
right: 1px;
|
|
}
|
|
|
|
.fd-gridForm-grid-subtitle {
|
|
background-color:#3397E1;
|
|
border-radius: 3px;
|
|
color: #FFFFFF;
|
|
font-family: "Open sans";
|
|
font-size: 15px;!important
|
|
left: 1px;
|
|
overflow: hidden;
|
|
padding: 3px;
|
|
position: absolute;
|
|
right: 1px;
|
|
}
|
|
|
|
|
|
.pmui-accordion-item-header {
|
|
background: #00457C none repeat scroll 0 0 !important;
|
|
border-bottom: 1px solid #BBBBBB !important;
|
|
border-left-color: #BBBBBB;
|
|
border-right-color: #BBBBBB;
|
|
border-top: 1px solid #BBBBBB !important;
|
|
color: #FFFFFF;
|
|
}
|
|
|
|
.pmui-treepanel itemsSteps{
|
|
|
|
margin-right: 150px;
|
|
|
|
}
|
|
|
|
.pmui-gridpanel-searchload.load {
|
|
background: url('/images/gears.gif') no-repeat center;
|
|
background-size: contain;
|
|
height: 20px;
|
|
width: 20px;
|
|
position: absolute;
|
|
}
|
|
|
|
|
|
a.btn_create:hover{
|
|
background:#454546 url("/images/btn_create.png") no-repeat scroll 5px center !important;
|
|
height:23px;
|
|
opacity:1;
|
|
padding:3px 0 3px 18px;
|
|
width:45px;
|
|
}
|
|
|
|
|
|
.pmui-flashmessage.pmui-success {
|
|
background: #A4CDBB none repeat scroll 0 0;
|
|
border:1px solid #18935E;
|
|
border-radius:8px 8px 8px 8px;
|
|
color:#18935E;
|
|
}
|
|
|
|
|
|
.mafe-button-menu {
|
|
background-color: #E8E8E8 !important;
|
|
border-left:1px solid #fff;
|
|
border-right:1px solid #fff;
|
|
}
|
|
.mafe-button-menu:hover {
|
|
background-color: #1688DD !important;
|
|
border-left:1px solid #fff;
|
|
border-right:1px solid #fff;
|
|
}
|
|
|
|
|
|
.fd-toolbar-preview{
|
|
background-color: #DFDCD5;
|
|
border: 1px solid #DFDCD5;
|
|
color:#000;!important
|
|
}
|
|
|
|
.ui-accordion-content > div {
|
|
background: #00457C none repeat scroll 0 0 !important;
|
|
}
|
|
|
|
.fd-button-success {
|
|
background-color: #00457C;
|
|
border: 1px solid #00457C;
|
|
color: #fff !important;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.fd-button-success:hover{
|
|
background-color: #80ced7 !important;
|
|
border: 1px solid #80ced7;
|
|
color: #fff !important;
|
|
font-size: 16px;
|
|
}
|
|
.fd-button-no {
|
|
background-color: #e4655f;
|
|
border: 1px solid #e4655f;
|
|
color: #fff !important;
|
|
font-size: 16px;
|
|
}
|
|
.fd-button-no:hover{
|
|
background-color: #e14333 !important;
|
|
border: 1px solid #e14333;
|
|
color: #fff !important;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.glyphicon{
|
|
display: inline-block;
|
|
font-family: "Glyphicons Halflings";
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
line-height: 1;
|
|
position: relative;
|
|
top: 1px;
|
|
}
|
|
.mafe-activity-task-red{
|
|
background-color: #fdffb6;
|
|
border-radius: 20px 20px;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
}
|
|
.mafe-activity-task-green{
|
|
background-color: #caffbf;
|
|
border-radius: 20px 20px;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
}
|
|
.mafe-activity-task-silver{
|
|
background-color: #ccdbdc;
|
|
border-radius: 20px 20px;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
}
|
|
.mafe-activity-task-orange{
|
|
background-color: #9ad1d4;
|
|
border-radius: 20px 20px;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
}
|
|
.bpmn_shapes_legend {
|
|
border: 1px solid #d6d7d9;
|
|
background-color: #e9e9e9;
|
|
width: 260px;
|
|
padding-bottom: 2px;
|
|
overflow: visible;
|
|
z-index: 1;
|
|
position: fixed;
|
|
right: 20px;
|
|
top: 70px;
|
|
display: none;
|
|
}
|
|
.pmui-window-body {
|
|
background-color: #FFF;
|
|
padding: 0px 0px;
|
|
overflow: auto;
|
|
text-align: inherit;
|
|
font-family: "Arial, Helvetica, sans-serif";
|
|
font-size: 14px;
|
|
-moz-box-sizing: border-box;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
.pmui.pmui-window-close .button-icon {
|
|
color: #d6d7d9;
|
|
}
|
|
.mafe-activity-task{
|
|
border-radius: 20px 20px;
|
|
}
|
|
.mafe-activity-subprocess{
|
|
border-radius: 20px 20px;
|
|
} |