automizy-js-api
Version:
JavaScript API library for Automizy Marketing Automation software
1,098 lines (1,077 loc) • 38.9 kB
CSS
.automizy-dialog{
position:fixed;
left:0;
top:0;
height:100%;
width:100%;
background-color:rgba(0,0,0,0.5);
text-align:center;
z-index:2001;
}
.automizy-dialog-box{
display:inline-block;
box-sizing:border-box;
background-color:#ffffff;
width:60%;
min-width:100px;
text-indent: 0;
}
.automizy-dialog-head{
text-align: left;
color: #898989;
font-size: 16px;
font-weight: bold;
font-family:Arial, Helvetica, sans-serif;
position: relative;
padding: 14px 24px 8px 24px;
border-bottom: 1px solid #e8efe1;
}
.automizy-dialog-buttons{
height:31px;
padding:18px 24px 18px 24px
}
.automizy-dialog-content{
text-align:left;
font-family:Arial, Helvetica, sans-serif;
position: relative;
box-sizing: border-box;
padding: 36px 44px 0 44px;
max-height: calc(100vh - 111px);
overflow-x:hidden;
overflow-y:auto;
}
.automizy-button{
display: inline-block;
position: relative;
}
.automizy-button.new-row{
clear: both;
margin: 0 24px 16px 0;
display: block;
}
.automizy-button.automizy-skin-nobox-green a{
color: #669138;
font-size: 14px;
font-weight: bold;
font-family: Arial;
margin: 6px 0 0 0;
text-decoration: none;
}
.automizy-button.disabled.automizy-skin-nobox-green a{
color: #c0c0c0;
}
.automizy-button.automizy-skin-simple-white a,
.automizy-button.automizy-skin-image-white a{
box-sizing: border-box;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f7f8f1) );
background:-moz-linear-gradient( center top, #ffffff 5%, #f7f8f1 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f8f1');
background-color:#ffffff;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
text-indent:0px;
border:1px solid #cadfb6;
display:inline-block;
color:#777777;
font-family:Arial;
font-size:12px;
font-weight:bold;
font-style:normal;
padding:8px 20px 9px 20px;
text-decoration:none;
text-align:center;
margin:0;
position:relative;
vertical-align:middle;
white-space: nowrap;
}
.automizy-button.automizy-skin-simple-white a:hover,
.automizy-button.automizy-skin-image-white a:hover,
.automizy-input-box input[type="file"]:hover + span a{
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f7f8f1), color-stop(1, #ffffff) );
background:-moz-linear-gradient( center top, #f7f8f1 5%, #ffffff 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f8f1', endColorstr='#ffffff');
background-color:#f7f8f1;
}
.automizy-button.automizy-skin-simple-white a:active,
.automizy-button.automizy-skin-image-white a:active,
.automizy-input-box input[type="file"]:active + span a{
top:0;
}
.automizy-button.disabled.automizy-skin-simple-white a,
.automizy-button.disabled.automizy-skin-image-white a{
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9eae2), color-stop(1, #dbdcd4) );
background:-moz-linear-gradient( center top, #e9eae2 5%, #dbdcd4 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9eae2', endColorstr='#dbdcd4');
background-color:#e9eae2;
opacity:0.5;
cursor:default;
}
.automizy-button.automizy-skin-image-white a{
line-height: 0;
padding: 7px 20px 8px 20px;
}
.automizy-button.automizy-skin-simple-orange a,
.automizy-button.automizy-skin-simple-green a{
-moz-box-shadow:inset 0px -3px 0px 0px #d56224;
-webkit-box-shadow:inset 0px -3px 0px 0px #d56224;
box-shadow:inset 0px -3px 0px 0px #d56224;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f79764), color-stop(1, #f47e3e) );
background:-moz-linear-gradient( center top, #f79764 5%, #f47e3e 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#f79764", endColorstr="#f47e3e");
background-color:#f79764;
text-shadow:1px 2px 1px #ca6e3d;
box-sizing: border-box;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
text-indent:0px;
display:inline-block;
color:#ffffff;
font-family:Arial;
font-size:12px;
font-weight:bold;
font-style:normal;
padding:8px 20px 9px 20px;
text-decoration:none;
text-align:center;
margin:0 0 0 0;
min-width:100px;
}
.automizy-button.automizy-skin-simple-green a{
-moz-box-shadow:inset 0px -3px 0px 0px #669138;
-webkit-box-shadow:inset 0px -3px 0px 0px #669138;
box-shadow:inset 0px -3px 0px 0px #669138;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dbd79), color-stop(1, #8cb262) );
background:-moz-linear-gradient( center top, #9dbd79 5%, #8cb262 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#9dbd79", endColorstr="#8cb262");
background-color:#9dbd79;
text-shadow:1px 2px 1px #718f50;
}
.automizy-button.automizy-skin-simple-orange a:hover{
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f47e3e), color-stop(1, #f79764) );
background:-moz-linear-gradient( center top, #f47e3e 5%, #f79764 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#f47e3e", endColorstr="#f79764");
background-color:#f47e3e;
}
.automizy-button.automizy-skin-simple-green a:hover{
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb262), color-stop(1, #9dbd79) );
background:-moz-linear-gradient( center top, #8cb262 5%, #9dbd79 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#8cb262", endColorstr="#9dbd79");
background-color:#8cb262;
}
.automizy-button.automizy-skin-simple-orange a:active,
.automizy-button.automizy-skin-simple-green a:active{
position:relative;
top:1px;
-moz-box-shadow:inset 0px -2px 0px 0px #d56224;
-webkit-box-shadow:inset 0px -2px 0px 0px #d56224;
box-shadow:inset 0px -2px 0px 0px #d56224;
}
.automizy-button.automizy-skin-simple-green a:active{
-moz-box-shadow:inset 0px -2px 0px 0px #669138;
-webkit-box-shadow:inset 0px -2px 0px 0px #669138;
box-shadow:inset 0px -2px 0px 0px #669138;
}
.automizy-button.disabled.automizy-skin-simple-green a,
.automizy-button.disabled.automizy-skin-simple-orange a{
color:#e6e6e6;
opacity:0.5;
cursor:default;
}
.automizy-input{
display: inline-block;
position: relative;
padding:0 0 12px 0;
max-width: 100%;
}
.automizy-input .automizy-input{
padding:0;
}
.automizy-input.new-row{
clear: both;
display: block;
}
.automizy-input.automizy-skin-simple-automizy input[type='text'],
.automizy-input.automizy-skin-simple-automizy input[type='number'],
.automizy-input.automizy-skin-simple-automizy input[type='password'],
.automizy-input.automizy-skin-simple-automizy select,
.automizy-input.automizy-skin-simple-automizy textarea{
background-color: #f7f8f0;
border: 1px solid #b6c5a4;
box-sizing: border-box;
color: #555555;
width: 300px;
height: 32px;
padding-left:8px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
outline: none;
max-width: 100%;
}
.automizy-input.automizy-skin-simple-automizy textarea{
height:80px;
}
.automizy-input.automizy-skin-simple-automizy input[type='text']:focus,
.automizy-input.automizy-skin-simple-automizy input[type='number']:focus,
.automizy-input.automizy-skin-simple-automizy input[type='password']:focus,
.automizy-input.automizy-skin-simple-automizy select:focus,
.automizy-input.automizy-skin-simple-automizy textarea:focus{
background-color:#ffffff;
color:#000000;
border-color:#79aa41;
}
.automizy-input.automizy-skin-simple-automizy input[type='text']:disabled,
.automizy-input.automizy-skin-simple-automizy input[type='number']:disabled,
.automizy-input.automizy-skin-simple-automizy input[type='password']:disabled,
.automizy-input.automizy-skin-simple-automizy select:disabled,
.automizy-input.automizy-skin-simple-automizy textarea:disabled{
background-color:#d5d6cf;
color:#555555;
}
.automizy-input.automizy-skin-simple-automizy.error input{
border-color:red;
}
.automizy-input.automizy-skin-simple-automizy label{
width: 240px;
display:inline-block;
text-align: left;
vertical-align: top;
}
.automizy-input.automizy-skin-simple-automizy .automizy-input-help{
line-height:10000px;
width:17px;
height:17px;
display:inline-block;
overflow:hidden;
margin:4px 0 0 8px;
opacity:0.5;
cursor:pointer;
vertical-align: top;
}
.automizy-input .automizy-input-box{
display:inline-block;
position:relative;
max-width: 100%;
}
.automizy-input .automizy-input-box.automizy-input-has-help{
width: calc(100% - 25px) ;
max-width: 300px ;
}
.automizy-input .automizy-input-box.new-row{
clear: both;
margin: 0 24px 16px 0;
display: block;
}
.automizy-input.new-row label{
margin:0 0 3px 0;
font-family:Arial, Helvetica, sans-serif;
}
.automizy-input .automizy-input-box-error{
display:none;
margin:0 0 0 270px;
position:relative;
color:red;
}
.automizy-input.error .automizy-input-box-error{
display:block;
}
.automizy-input-help-content{
display:none;
position:absolute;
top:-10px;
left:0;
width:259px;
max-width:259px;
min-height:50px;
padding:12px;
background-color:#fffbd0;
border:1px solid #ebe7bc;
font-family: Arial, Helvetica, sans-serif;
z-index:5000;
}
.automizy-input-help-content .automizy-input-help-content-arrow{
margin:0 10px 0 -26px;
padding:0;
float:left;
}
.automizy-skin-simple-automizy .ui-multiselect{
font-size:14px;
padding-left:8px;
height:28px;
border:1px solid #b6c5a4;
outline:none;
height:30px;
background:#f7f8f0 url("data:image/gif;base64,R0lGODlhAQABAJEAAAAAAP///93j1f///yH5BAEAAAMALAAAAAABAAEAAAICVAEAOw==") repeat-y calc(100% - 28px) 0;
}
.automizy-skin-simple-automizy button.ui-multiselect{
vertical-align:middle;
}
.automizy-skin-simple-automizy button.ui-multiselect span i{
display:none;
}
.automizy-skin-simple-automizy button.ui-multiselect span:last-child{
display:inline-block;
box-sizing:border-box;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width:calc(100% - 25px);
}
.automizy-skin-simple-automizy .ui-multiselect.ui-state-hover{
border:1px solid #b6c5a4;
}
.automizy-skin-simple-automizy .ui-multiselect.ui-state-active{
border:1px solid #79aa41;
background-color:#ffffff;
}
.automizy-skin-simple-automizy .ui-multiselect .ui-icon{
margin-right:6px;
}
.automizy-skin-simple-automizy .ui-multiselect .ui-icon{
background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAB6SURBVHjabMsxDsFQAIDh7z3CCYwGRzA4gS7SpKu7tHOP4CDt3Bsg4gAMrE6AeJZKJPzrny+UzfKCqd+uEbn/5SGlpGqzE2YI/bjVRTcJZbMcYI7tl1rgGBHrotvh/FE4QMSzarMx1khY4VUX3WOIEe7YY9OrWLWZ9wBUXyCZ/4WT6gAAAABJRU5ErkJggg==") no-repeat 4px 5px;
}
.automizy-skin-simple-automizy .ui-multiselect-menu{
padding:0;
width:auto ;
}
.automizy-skin-simple-automizy .ui-multiselect-menu .css-checkbox{
max-width:none ;
}
.automizy-skin-simple-automizy .ui-multiselect-menu .ui-multiselect-checkboxes span i{
font-size:11px;
color:#777777;
display:inline-block;
margin:0 0 0 8px;
}
.automizy-skin-simple-automizy .ui-multiselect-menu li{
padding:0px;
font-size:14px;
}
.automizy-skin-simple-automizy .ui-multiselect-menu label{
}
.automizy-skin-simple-automizy .ui-multiselect-menu .ui-state-active:not(.ui-multiselect){
background:#96c26b;
border-color:#96c26b;
color:#ffffff;
outline:none;
}
.automizy-skin-simple-automizy .ui-multiselect-menu .ui-state-hover:not(.ui-state-active){
background:#e5e5e0;
border-color:#e5e5e0;
outline:none;
}
.automizy-skin-simple-automizy .simple-automizy-file-box{
display:block;
height:33px;
}
.automizy-skin-simple-automizy .simple-automizy-file-box td{
vertical-align:top;
}
.simple-automizy-slider{
width:250px;
margin:5px 0 0 0;
display:inline-block;
}
.simple-automizy-slider-value{
width:50px;
display:inline-block;
box-sizing:border-box;
padding:4px 0 0 15px;
vertical-align: top;
text-align:left;
}
.automizy-form{
}
.automizy-form .automizy-form-subtitle{
color: #555555;
font-size: 15px;
background-color: #e1ead5;
padding: 10px 18px 10px 18px;
margin-bottom: 18px;
}
.automizy-content .automizy-form .automizy-form-subtitle{
margin: 0 -18px 18px -18px;
}
.automizy-content .automizy-form .automizy-form-subtitle:first-child{
margin-top: -18px;
}
.automizy-form .automizy-form-buttons{
text-align:center;
}
.automizy-form .automizy-form-tables{
padding: 12px 12px 36px 12px;
}
.automizy-form .automizy-form-inputs:empty,
.automizy-form .automizy-form-buttons:empty,
.automizy-form .automizy-form-tables:empty{
display:none;
}
.automizy-form .automizy-form-group{
visibility:hidden;
overflow:hidden;
height:0px;
padding:0;
border:none;
position: absolute;
top: 0;
left: 0;
clear:both;
}
.automizy-form .automizy-form-group.active{
visibility:visible;
overflow:auto;
height:auto;
padding:12px;
border:1px solid #dadada;
position: static;
top: auto;
left: auto;
}
.automizy-form .automizy-form-group-switch{
padding:8px 18px 8px 36px;
margin:0;
color:#777777;
background:#f2f2f2;
border:1px solid #f2f2f2;
cursor:pointer;
width:100%;
box-sizing: border-box;
float:left;
}
.automizy-form .automizy-form-group-switch::before{
content: "+ ";
color: #777777;
font-weight: bold;
}
.automizy-form .automizy-form-group-switch:hover{
color:#555555;
background-color:#e6e6e6;
}
.automizy-form .automizy-form-group-switch.active{
background:#ffffff;
border:1px solid #dadada;
border-bottom-width:0;
z-index:2;
}
.automizy-form .automizy-form-group-switch.active:hover{
background:#fafafa;
}
.automizy-form .automizy-form-group-switch.active::before{
content: "- ";
color: #777777;
font-weight: bold;
}
.clr {
clear: both;
}
.automizy-slide-window{
font-family:Arial;
position:fixed;
right:-600px;
top: 350px;
border: 1px solid #689339;
width: 600px;
height: auto;
max-width:90%;
z-index:2450;
box-sizing: border-box;
}
.automizy-slide-window-tab{
font-weight: bold;
color:#ffffff;
font-size: 20px;
letter-spacing: 2px;
width:auto;
height:auto;
text-align: center;
vertical-align: middle;
display: block;
padding:3px 6px;
background-color:#78aa42;
float:left;
position:absolute;
top: 0px;
left: 0px;
cursor:pointer;
border: 2px solid #689339;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
box-sizing: border-box;
}
.slideWindow-position-left .automizy-slide-window-tab{
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
border: 2px solid #689339;
border-top: 0px;
border-bottom-left-radius: 5px;
border-top-left-radius: 0px;
}
.slideWindow-position-top .automizy-slide-window-tab{
border: 2px solid #689339;
border-top: 0px;
border-bottom-left-radius: 5px;
border-top-left-radius: 0px;
border-bottom-right-radius: 5px;
border-top-right-radius: 0px;
}
.slideWindow-position-bottom .automizy-slide-window-tab{
border: 2px solid #689339;
border-bottom:0px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.slideWindow-position-right .automizy-slide-window-tab{
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
border: 2px solid #689339;
border-top-left-radius: 5px;
border-bottom: 0px;
}
.automizy-slide-window-head{
text-align:center;
width:100%;
background-color: #78aa42;
font-weight: bold;
color:#ffffff;
border: 1px solid #689339;
border-left:none;
box-sizing: border-box;
}
.slideWindow-position-left .automizy-slide-window-head{
border-right:1px solid #78aa42;
}
.slideWindow-position-top .automizy-slide-window-head{
border-top: 0px;
border-left: 1px solid #689339;
}
.slideWindow-position-bottom .automizy-slide-window-head{
border-left: 1px solid #689339;
}
.slideWindow-position-right .automizy-slide-window-head{
border-left: 0;
}
.automizy-slide-window-content{
padding:15px;
width:100%;
vertical-align:bottom;
display: block;
box-sizing: border-box;
top:0px;
left:0px;
border-bottom: none;
border-top: none;
background-color:#ffffff;
}
.automizy-slide-window .automizy-slide-window-buttons{
border-top: none;
width: 100%;
box-sizing: border-box;
text-align: center;
padding:15px;
padding-top: 0px;
background-color: #ffffff;
display:none;
}
.automizy-slide-window.has-button .automizy-slide-window-buttons{
display:block;
}
.automizy-skin-progress-bar{
background-color: #ffffff;
border: none;
box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.1);
left:auto;
right:500px;
}
.automizy-skin-progress-bar .automizy-slide-window-tab{
border-radius: 0;
border: none;
width: auto;
box-shadow: 0px -2px 4px 2px rgba(0, 0, 0, 0.1);
width:500px;
color: #d8feb3;
font-weight: normal;
font-size: 14px;
font-family: Arial;
padding: 0 ;
letter-spacing: 0px;
}
.automizy-skin-progress-bar .automizy-progress-bar{
text-align:left;
padding: 10px 14px 26px 14px ;
background-color: #79aa41;
}
.automizy-skin-progress-bar .automizy-progress-bar-label{
text-align:left;
float:left;
}
.automizy-skin-progress-bar .automizy-progress-bar-percent{
text-align:left;
float:left;
}
.automizy-skin-progress-bar .automizy-progress-bar-close-tab{
float:right;
font-weight: bold;
font-size:20px;
padding:0;
margin:0;
height: 22px;
width: 22px;
line-height: 12px;
text-align: center;
position: relative;
top:-3px;
}
.automizy-skin-progress-bar .automizy-progress-bar-close-tab:hover{
background-color: #669138;
}
.automizy-table-box{
width:100%;
max-width:100%;
min-width:100%;
position:relative;
display:block;
box-sizing:border-box;
font-family: Arial;
}
.automizy-table-title{
position: relative;
font-size: 1.5em;
font-family:OpenSansCondBold;
color: #555555;
margin: 0.83em 0 0.83em 0;
clear: both;
}
.automizy-table-actions{
margin: -6px 0 20px 0;
position: relative;
color: #999999;
min-height:33px;
}
.automizy-table-actions .automizy-button:not(:last-child){
margin: 0 4px 4px 0;
}
.automizy-table-actions .automizy-table-perpage-box{
float:right;
padding: 0 16px 0 0;
}
.automizy-table-actions .automizy-table-perpage-box select{
width:83px;
}
.automizy-table-actions .automizy-table-perpage-box label{
text-align:right;
padding:5px 8px 0 0;
width: auto;
}
.automizy-table-steppage-box{
padding: 4px 0;
float: right;
}
.automizy-table-steppage-box .automizy-table-stepfirst,
.automizy-table-steppage-box .automizy-table-stepback,
.automizy-table-steppage-box .automizy-table-stepnext,
.automizy-table-steppage-box .automizy-table-steplast{
float:left;
padding:2px 4px 0 4px;
cursor:pointer;
}
.automizy-table-steppage-box .automizy-table-stepfirst:hover,
.automizy-table-steppage-box .automizy-table-stepback:hover,
.automizy-table-steppage-box .automizy-table-stepnext:hover,
.automizy-table-steppage-box .automizy-table-steplast:hover{
background-color:#e5e5e0;
}
.automizy-table-pagenumber-box{
font-size: 16px;
font-weight: bold;
color:#999999;
padding: 0 8px 0 8px;
float: left;
}
.automizy-table-pagenumber{
-moz-appearance:textfield;
border:1px solid #D6DBCB;
background-color:#F5F6EE;
color:#767A72;
text-align: right;
font-size:15px;
padding:1px 5px 1px 5px;
width:25px;
margin: 0 7px 0 0;
}
.automizy-table-pagenumber::-webkit-outer-spin-button,
.automizy-table-pagenumber::-webkit-inner-spin-button{
-webkit-appearance: none;
margin: 0;
}
.automizy-table-container{
width: calc(100% - 34px);
max-width:100%;
box-sizing:border-box;
position:relative;
padding:0;
display:inline-block;
overflow:auto;
border: 1px solid #d2d2d2;
background-color: #ffffff;
}
.automizy-table-panel{
position:relative;
top:0;
right:0;
width:34px;
display: inline-block;
vertical-align: top;
}
.automizy-table-settings-icon,
.automizy-table-search-icon,
.automizy-table-export-icon{
width: 34px;
height: 34px;
padding:8px;
box-sizing:border-box;
border: 1px solid #cadfb6;
position:relative;
background: #ffffff;
background-image: -moz-linear-gradient(top, #ffffff 0%, #f7f8f0 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f7f8f0));
background-image: -webkit-linear-gradient(top, #ffffff 0%,#f7f8f0 100%);
background-image: -o-linear-gradient(top, #ffffff 0%,#f7f8f0 100%);
background-image: -ms-linear-gradient(top, #ffffff 0%,#f7f8f0 100%);
background-image: linear-gradient(to bottom, #ffffff 0%,#f7f8f0 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f8f0',GradientType=0 );
background-repeat: no-repeat;
background-position: center center;
cursor:pointer;
z-index: 1;
}
.automizy-table-settings-icon:hover,
.automizy-table-search-icon:hover,
.automizy-table-export-icon:hover{
background: #f7f8f0;
}
.automizy-table-settings-box{
position:relative;
}
.automizy-table-settings-box-title{
padding: 6px 0 6px 12px;
margin: -16px -8px 8px -8px;
font-weight: bold;
font-size: 14px;
font-family: Arial;
text-align: left;
min-width: 296px;
box-sizing: border-box;
background-color: #eeeeee;
color: #333333;
}
.automizy-table-settings-box-content {
display: none;
position: absolute;
top: 0;
right: 33px;
border: 1px solid #cccccc;
padding: 16px 8px 8px 8px;
min-width:280px;
box-shadow: 0px 0px 5px 0px #cccccc;
-moz-box-shadow: 0px 0px 5px 0px #cccccc;
-webkit-box-shadow: 0px 0px 5px 0px #cccccc;
background: #ffffff;
max-height: 200px;
overflow-y: auto;
overflow-x: hidden;
z-index: 2;
}
.automizy-table-search-box{
position:relative;
}
.automizy-table-search-box-content {
display: none;
position: absolute;
top: 0;
right: 33px;
z-index: 2;
}
.automizy-table{
border-spacing:0;
border-collapse:collapse;
width:100%;
max-width:100%;
min-width:100%;
border:none;
background-color:#ffffff;
box-sizing:border-box;
margin:0;
padding:0;
}
.automizy-table tr:last-child td{
border-bottom: none;
}
.automizy-table th,
.automizy-table td{
margin:0;
border:1px solid #d2d2d2;
border-width:1px 0 1px 0;
vertical-align:middle;
text-align:left;
padding:8px 4px 8px 4px;
font-size:14px;
text-overflow:ellipsis;
cursor:pointer;
word-wrap: break-word;
max-width: 250px;
position: relative;
}
.automizy-table td:first-child{
font-weight:bold;
}
.automizy-table th{
background-color:#e0e9d4;
height:16px;
font-weight:normal;
color:#515a45;
height:23px;
vertical-align:middle;
border-top:none;
}
.automizy-table.checkboxed tr th:first-child,
.automizy-table.checkboxed tr td:first-child{
cursor:pointer;
max-width:15px;
overflow:hidden;
width:30px;
}
.automizy-table.checkboxed tr th:first-child label,
.automizy-table.checkboxed tr td:first-child label{
width:100%;
}
.automizy-table.checkboxed td:nth-child(2){
font-weight:bold;
}
.automizy-table tr:hover td{
background-color:#f4f4f4;
}
.automizy-table tr.selected{
background-color:#ffeedc;
}
.automizy-table.collapsed{
border-collapse: collapse;
}
.automizy-table-sort-arrow{
font-size:0;
width: 0;
height: 0;
margin: 0px 0px 0px 6px;
position:relative;
border-style: solid;
box-sizing:border-box;
border-width: 16px 6px 0 6px;
border-color: #d9d9d9 transparent transparent transparent;
top:4px;
}
.automizy-table-sort-arrow.asc{
border-width: 0 6px 16px 6px;
border-color: transparent transparent #78d28f transparent;
top:-12px;
}
.automizy-table-sort-arrow.desc{
border-width: 16px 6px 0 6px;
border-color: #78d28f transparent transparent transparent;
top:4px;
}
.automizy-table-inline-buttons{
overflow: hidden;
padding:0 0 18px 3% ;
-webkit-box-shadow: inset 0px 2px 4px 0px rgba(0,0,0,0.2);
-moz-box-shadow: inset 0px 2px 4px 0px rgba(0,0,0,0.2);
box-shadow: inset 0px 2px 4px 0px rgba(0,0,0,0.2);
background-color:#eeeeee;
}
.automizy-table-inline-buttons a{
display:inline-block;
padding:6px 20px 6px 20px;
margin:0;
background-color:#FFFFDC;
text-decoration:none;
text-align:center;
color:#555555;
font-weight:normal;
border-radius: 0 0 10px 10px;
-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
}
.automizy-table-loading-cell-content{
text-align:center;
}
#automizy-document-cover{
position:fixed;
top:0;
left:0;
background:rgba(0,0,0,0.5) url('data:image/gif;base64,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') no-repeat center center;
z-index:16000015;
height:100%;
width:100%;
}
#automizy-document-cover-text{
position:fixed;
text-align:center;
vertical-align:middle;
color:#ffffff;
font-weight:bold;
font-size:18px;
margin:36px 0 0 0;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
@font-face{
font-family: OpenSansCondBold;
src: url(fonts/OpenSans-CondBold.eot);
src: url(fonts/OpenSans-CondBold.woff) format("woff"),
url(fonts/OpenSans-CondBold.ttf) format("truetype");
}
html, body {
height: 100%;
margin: 0;
padding: 0;
}
.automizy-hide{
display:none;
visibility:hidden;
width:0px;
height:0px;
border:none;
outline:none;
opacity:0;
overflow:hidden;
position:absolute;
top:-10000px;
left:-10000px;
}
.automizy-noselect {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.automizy-mobile .automizy-dialog-box,
.automizy-mobile .automizy-input,
.automizy-mobile .automizy-input-box,
.automizy-mobile input,
.automizy-mobile button,
.automizy-mobile textarea{
max-width:100% ;
box-sizing: border-box;
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
.automizy-mobile .automizy-dialog-box{
width:70% ;
}
}
@media only screen and (max-width : 800px){
.automizy-mobile .automizy-dialog-box{
width:80% ;
}
.automizy-mobile .automizy-dialog-content{
padding: 30px 30px 0 30px;
}
}
@media screen and (min-width : 600px) and (max-width : 767px) {
.automizy-mobile .automizy-dialog-box{
width:80% ;
}
}
@media screen and (max-width : 600px){
.automizy-mobile .automizy-dialog-box{
width:90% ;
}
.automizy-mobile .automizy-dialog-content{
padding: 20px 20px 0 20px;
}
}
@media only screen and (min-width : 571px) and (max-width : 599px) {
}
@media only screen and (min-width : 320px) and (max-width : 570px) {
.automizy-mobile .automizy-dialog-box{
width:95% ;
}
.automizy-mobile .automizy-dialog-content{
padding: 15px 15px 0 15px;
}
}
@media only screen and (max-width : 480px) {
.automizy-mobile .automizy-dialog-box{
width:100% ;
}
.automizy-mobile .automizy-dialog-content{
padding: 10px 10px 0 10px;
}
}
@media only screen and (min-width : 320px) and (max-width : 480px) {
.automizy-mobile .automizy-table .automizy-table-box .automizy-table-container table td,
.automizy-mobile .automizy-table .automizy-table-box .automizy-table-container table th{
font-size: 13px;
padding: 4px;
}
.automizy-mobile .automizy-table-settings-box{
font-size: 12px ;
}
.automizy-mobile .automizy-table-inline-buttons{
padding-bottom: 8px ;
font-size: 13px ;
}
.automizy-mobile .automizy-table-inline-buttons a{
font-size: 13px ;
padding: 6px 14px ;
}
.automizy-mobile .automizy-dialog-head{
padding:10px;
}
}
@media only screen and (max-width : 380px) {
.automizy-mobile .automizy-dialog-content{
padding: 5px 5px 0 5px;
}
.automizy-mobile .automizy-table .automizy-table-box .automizy-table-container table td,
.automizy-mobile .automizy-table .automizy-table-box .automizy-table-container table th{
font-size: 12px;
padding: 2px 4px;
}
.automizy-mobile .automizy-table-settings-box{
font-size: 12px ;
}
.automizy-mobile .automizy-table-inline-buttons{
padding-bottom: 4px ;
font-size: 12px ;
}
.automizy-mobile .automizy-table-inline-buttons a{
font-size: 12px ;
padding: 6px 10px ;
}
.automizy-mobile .automizy-dialog-head .automizy-button a{
padding: 8px 12px 9px 12px;
}
}
@media only screen and (max-width : 320px) {
.automizy-mobile .automizy-dialog-head .automizy-button a{
padding: 8px 12px 9px 12px;
min-width:0;
}
}