@font-face{ font-family: 'Open Sans Light'; src: url('../fonts/OpenSans-Light.ttf') format('truetype') }
@font-face{ font-family: 'Open Sans Light Italic'; src: url('../fonts/OpenSans-LightItalic.ttf') format('truetype') }
@font-face{ font-family: 'Open Sans Regular'; src: url('../fonts/OpenSans-Regular.ttf') format('truetype') }
@font-face{ font-family: 'Open Sans Italic'; src: url('../fonts/OpenSans-Italic.ttf') format('truetype') }
@font-face{ font-family: 'Open Sans Semi Bold'; src: url('../fonts/OpenSans-SemiBold.ttf') format('truetype') }
@font-face{ font-family: 'Open Sans Semi Bold Italic'; src: url('../fonts/OpenSans-SemiBoldItalic.ttf') format('truetype') }
@font-face{ font-family: 'Open Sans Bold'; src: url('../fonts/OpenSans-Bold.ttf') format('truetype') }
@font-face{ font-family: 'Open Sans Bold Italic'; src: url('../fonts/OpenSans-BoldItalic.ttf') format('truetype') }
@font-face{ font-family: 'Open Sans Extra Bold'; src: url('../fonts/OpenSans-ExtraBold.ttf') format('truetype') }
@font-face{ font-family: 'Open Sans Extra Bold Italic'; src: url('../fonts/OpenSans-ExtraBoldItalic.ttf') format('truetype') }
html, body{height:100%;}
html {font-size: 1em;}
.picker-dropper-selection{
  position:absolute;
  width:50px;
  height:50px;
  border:solid 1px #aaa;
  z-index:99900 !important;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
}
#get-img{
  display:none;
}
.zip-archieves-wrapper{
  display:none;
}
p, button, div, .btn, input, textarea, span, .form-control, .modal-content, .alert, nav, .navbar, .panel{
  -webkit-border-radius:0;
     -moz-border-radius:0;
          border-radius:0;
}
body {
  font-family: 'Open Sans Regular', sans-serif;
  font-weight: 400;
  line-height: 1.45;
  color:#000;
  position:relative;
}
.mainBodyWrapper{
	min-height: 62vh;
	float: left;
	width: 100%;
}
.body-overflow{
    overflow: -moz-hidden-unscrollable;
    overflow: hidden;
}
.filename{
  font-weight:800;
  text-align:center;
}
.filename .text-danger{
  color:#dc0808;
}
.custom-field-label{
  background-color:#808080;
  color:#fff;
  display:inline-block;
  margin-bottom:3px;
  padding:0 5px 2px 5px
}
.download-btn, .custom-data-form-btn{
  padding:1.5%;
  display:inline-block;
  vertical-align:bottom;
}
.download-btn{ font-weight:normal !important; color:#000 !important; }
.session-field{ 
  text-transform:capitalize; 
  border: solid 1px #ff7345;
  background: #fbfbfb;
}
.session-field-name{ border:solid 0.5px;  }
.card-design-body{min-width:720px;}
p {margin-bottom: 1.3em;}
h1, h2, h3, h4, th {
  margin: 1.414em 0 0.5em;
  font-weight: inherit;
  line-height: 1.2;
  text-transform:uppercase;
}
h1 {
  margin-top: 0;
  font-size: 3.998em;
}
h2 {font-size: 2.827em;}
/*h3 {font-size: 1.999em;}*/
/*h4 {font-size: 1.414em;}*/
h3 {font-size: 1.414em;}
h4 {font-size: 1.214em;}
small, .font_small {font-size: 0.707em;}

/*Header*/
.header{
  background-image: url("../images/bg.png");
}
.header-content{ 
  text-align:center; 
  color:#fff;
}
.header-content h1{
  text-transform:uppercase;
  font-weight:700;
  font-size:4.5em;
}
.header-content p{ font-size:2em; }
.header-content .btn{
  display:inline-block; 
  border:solid 1px #ff7345; padding:20px 60px;
  color:#fff; 
  text-transform:uppercase; 
  font-size:1.5em;
}
/*Navigation*/
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #1d1d1d;
}
.dropdown-toggle{
  background-color:transparent !important;
}
.user-icon{
  width:20px;
  position:absolute;
  -webkit-border-radius:100%;
  -moz-border-radius:100%;
  border-radius:100%;
}
.user-icon-wrapper{
  text-align:center;
  padding-top:20px;
}
.user-icon-wrapper .user-icon{
  position:static;
  width:50px;
}
.navbar-nav>li > a:hover{
  color:#ff7345 !important;
}
.navbar-nav>li>.dropdown-menu{
  background-color:#1d1d1d;
  top:50px;
  right:-30px;
  padding:0;
}
.navbar-nav>li>.custom-submenu{
  right:0;
}
.navbar-nav>li>.dropdown-menu a{
  padding-top:8px;
  padding-bottom:8px;
}
.navbar-nav>li>.dropdown-menu .fa{
  margin-right:5px;
}
.navbar-nav>li>.dropdown-menu a:hover{
  background-color:#ff7345 !important;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}
.navbar{ padding: 0 30px;}
.home-navbar{ 
  background-color:transparent; border:0;  
}
.common-navbar{
  background-color:#1d1d1d;
}
.navbar-default{
  border-color: #000000;
}
.navbar .navbar-nav a{
  font-weight:600 !important;
  color:#fff !important;
    border-color: transparent;
    text-transform: uppercase;
}
.custom-top-navbar .open a,
.custom-top-navbar .open a:hover,
.custom-top-navbar .open a:active,
.custom-top-navbar .open a:focus{
  background-color:transparent !important;
}
.custom-top-navbar > li:hover > a{
  color:#ff7345 !important;
  background-color:#000 !important;
  height:50px !important;
}
.custom-top-navbar > li:hover > a + .dropdown-menu{
  display:block;
}
.custom-active{
  background-color:#000;
  position:relative;
}
.custom-active::before,
.custom-active::after{
  content:"";
  display:block;
  position:absolute;
  width:100%;
  margin-left:auto;
  margin-right:auto;
  left:0;
  right:0;
  border:1px solid #ff7345;
}
.custom-active::before{ top:0;}
.custom-active::after{ bottom:0; }
.custom-tools-nav-wrapper{ 
  background-color:#f1f1f1;
  min-width:720px;
}
.custom-tools-nav-wrapper ul{
  margin:0;
  padding:0;
  list-style-type:none;
  text-align:center;
}
.custom-tools-nav-wrapper ul li{
  display:inline-block;
}
.custom-tools-nav-wrapper ul li a,.custom-tools-nav-wrapper ul li label{
  color:#000;
  font-size:1em;
  font-weight:600;
  display:block;
  width:100px;
  padding-top:20px;
  padding-bottom:20px;
}
.custom-tools-nav-wrapper ul li label{
  width: auto;
}
.custom-tools-nav-wrapper ul li a:hover, 
.custom-tools-nav-wrapper ul li a:link,
.custom-tools-nav-wrapper ul li a:active,
.custom-tools-nav-wrapper ul li a:visited{
  text-decoration:none;
}
.custom-tools-nav-wrapper ul li a .fa{
  font-size:1.5em;
}
.custom-tools-nav-wrapper ul li a i,
.custom-tools-nav-wrapper ul li a span{
  display:block; 
}
.show-records-wrapper{ min-width:85px; text-align:center;}
.show-records-wrapper > .top-row,
.show-records-wrapper > .bottom-row{display:block;}
.show-records-wrapper > .top-row *{
  display:inline-block;
  padding:0;
  font-weight:bold;
  width:16%;
}
.show-records-wrapper > .bottom-row{ font-weight:bold; padding:0;}
.active-item{
  border-bottom:2px solid #ff7345;;
  background-color:#dadada;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
.card-settings-footer{ margin-top:30px;}
.card-settings-footer .front-side{
  padding:0;
  position:relative;
}
.card-settings-footer .side-wrapper{
  padding:5px
}
.card-settings-footer .side{
  text-align:center;
  border:solid 1px #aaaa;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  padding:3px;
}
.card-settings-footer .side img{
  width:100%;
  border:solid 1px #aaa;
}
.card-settings-footer .finalizing-options{ text-align:right;   margin-top:25px;}
.card-settings-footer  .preview{}
.card-settings-footer  .preview a{ font-size:1.43em; color:#ff7345;}
.tmp-card{
  outline:solid 1px;
  margin:5px auto; 
}
/*Status message*/
@-webkit-keyframes animateStatus {
    from {top:0;}
    to {top:80px;}
}
@-moz-keyframes animateStatus {
    from {top:0;}
    to {top:80px;}
}
@-o-keyframes animateStatus {
    from {top:0;}
    to {top:80px;}
}
@keyframes animateStatus {
    from {top:0;}
    to {top:80px;}
}
.status-animate{
    animation-name: animateStatus;
    animation-duration: 1s;
}
.status{
  position:fixed;
  right:0;
  left:0;
  margin-left:auto;
  margin-right:auto;
  max-width:33%;
  z-index:10;
  top:0;
/*     -webkit-animation-name: animateStatus;
  -moz-animation-name: animateStatus;
  -o-animation-name: animateStatus;
  animation-name: animateStatus;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  animation-fill-mode: forwards */
}
.record-modal .status{
  min-width:100% !important;
  margin-bottom:10px;
}
.status .alert{
  margin-bottom:0;
}
.alert .fa{
  width:15px;
  height:15px;
  background-color:#fff;
  border-radius:50% !important;
  text-align:center;
  margin-right:10px;
}
.alert-danger .fa{   color:#fb5044; }
.alert-danger{
  color:#fff;
  background-color:#fb5044;
  border:solid 1px #fb5044;
}
.alert-success .fa{ color:#009688; }
.alert-success{
  color:#fff;
  background-color:#009688;
}
/*Buttons*/
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle{
  background-color:transparent;
}
.navbar-default .navbar-toggle .icon-bar{
  background-color:#fff
}
.field-mapping-btn{
  padding:14px 40px !important;
}
.loader-wrapper{
  text-align:center;
}
.custom-btn{
  background-color:#ff7345;
  border:solid 1px #ff7345;
  color:#fff;
  text-transform:uppercase;
  padding:1.5% 5%;
}
.modal .custom-btn{
  padding:6px 12px;;
  border:solid 1px #ff7345;
}
.sheet-btn-lg{
  padding:10px 15px;
  font-size:1.2em;
}
.save-modal .custom-btn{padding:7px 30px;}
.custom-btn:hover,
.custom-btn:active,
.custom-btn:focus{
  background-color:#f36b3e;
  border:solid 1px #f36b3e;
  color:#fff;
  text-transform:uppercase;
}
/*Logo*/
.navbar .navbar-brand img{ 
  max-width:250px; 
  position:relative;
  top:-15px;
}
/*Content*/
.company-info{
  text-align:center;
  margin:100px auto;
  width:60%;
}
.company-info h1{
  text-transform:uppercase;
  font-weight:700;
}
.orientation-btn{
  position:relative;
}
.orientation-btn .custom-shape{
  display:inline-block;
  border:solid 1px #000;
  background-color:#7e7e7e;
}
.orientation-btn .vertical-card{
  width:14px;
  height:23px;
}
.orientation-btn .horizontal-card{
  width:23px;
  height:14px;
}
.custom-data-next-record-btn{
  padding:9.5px 10px;
}
.card-design-options-wrapper{
  text-align:center;
  margin-bottom:100px;
}
.card-design-options-wrapper div{
  padding-top:30px;
  padding-bottom:0;
  min-height:650px;
}
.card-design-options-wrapper div h3{
  text-transform:uppercase;
  font-weight:700;
}
.card-design-options-wrapper div p{
  margin-top:50px;
}
.card-design-options-wrapper div:first-child a{
  color:#000;
}
.card-design-options-wrapper div:not(:first-child),
.card-design-options-wrapper div:not(:first-child) a{
  color:#fff;
}
.card-design-options-wrapper div img{
  width:50%;
}
.card-design-options-wrapper div:first-child{
  background-color:#f1f1f1;
}
.card-design-options-wrapper div:nth-child(2){
  background-color:#ff7345;
}
.card-design-options-wrapper div:nth-child(3){
  background-color:#333333;
}
.card-design-options-wrapper div:last-child{
  background-color:#1a1a1a;
}
.card-design-options-wrapper div .btn{
  text-transform:uppercase;
  font-weight:400;
  margin-top:50px;
}
.card-design-options-wrapper div:first-child .btn{
  border:solid 1px #1a1a1a;
  color:#1a1a1a;
}
.card-design-options-wrapper div:first-child .btn:hover{
  background-color:#1a1a1a;
  color:#fff;
}
.card-design-options-wrapper div:not(:first-child) .btn{
  border:solid 1px #fff;
  color:#fff;
}
.card-design-options-wrapper div:not(:first-child) .btn:hover{
  background-color:#fff;
  color:#1a1a1a;
}
.testimonials-wrapper{
  background-color:#f1f1f1;
  text-align:center;
  padding:50px 0;
  margin-top:200px;
}
.testimonials-wrapper h3{
  text-transform:uppercase;
  font-weight:700;
  margin-bottom:50px;
}
.testimonials-wrapper img{
  -webkit-border-radius:100% !important;
  -moz-border-radius:100% !important;
  border-radius:100% !important;
  width:170px;
}
.testimonials-wrapper div{ margin-top:30px; margin-bottom:50px;}
.testimonials-wrapper .person-name{
  text-transform:capitalize;
  font-size:2em;
  font-weight:600;
  border-bottom:3px solid #ff7345;
  padding-bottom:10px;
}
.testimonials-wrapper p{
  font-size:1.5em;
  width:60%;
  margin-left:auto;
  margin-right:auto;
  font-style:italic;
}
.general-main-heading{
  margin-bottom:50px;
}
.general-main-heading p{
  text-align:center;
}
.general-main-heading .card-creation-step{
  font-size:1.5em;
  background-color:#333;
  color:#fff;
  padding:10px 20px;
}
.general-main-heading .content-heading{
  text-align:center;
  margin-top:100px;
  font-size:2.5em;
  font-weight:900;
}
.contact-form-wrapper{
  /* padding-left:10%; */
  /* padding-right:10%; */
  margin-bottom:100px;
}
.contact-form-wrapper textarea{
  min-height:98px;
}
.contact-form-wrapper h3{
  font-weight:700;
  text-align:center;
  margin-bottom:50px;
  margin-top:100px;
}
.record-form-modal{
  padding:0 5%;
  margin:0;
}
.form-group #user-image{
  max-width:100%;
}
.record-form-modal #user-image{
  width:100px;
  cursor:pointer;
}
.session-fixed-text{
  border:none;
  background-color:#333333;
  color:#fff !important;
}
#session_title{font-size:2em; font-weight:bold; height:60px;}
.table-container .form-control,
.contact-form-wrapper .form-control{
  background-color:#f3f1ed;
  border:solid 1px #f3f1ed;
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
  -o-box-shadow:none;
  box-shadow:none;
  height:40px;
}
.contact-form-wrapper ul{
  margin:0; padding:0;
  list-style-type:none;
}
.contact-form-wrapper ul li:first-child{
  margin-bottom:20px;
}
.contact-form-wrapper ul li i{
  margin-right:1%;
}
.contact-form-wrapper textarea{
  resize:none;
  height:150px;
}
.contact-form-wrapper a{
  font-weight:600;
  color:#000;
  margin-top:6px;
}
.img-container{
  display:inline-block;
  vertical-align:bottom;
  margin-bottom:15px;
  margin-right:1.5%;
}
.img-container #file{ display:none; }
.img-container img{
  background-color:#f1f1f1;
  width:200px;
}
.table-container .delete-btn-wrapper{
  z-index: 0;
  text-align:center;
  /* position:absolute; */
  margin:auto;
  left:0;
  right:0;
}
/*.delete-content-btn,
.select-content-btn{
  display:none;
}*/
.select-selected-content-btn, .delete-selected-content-btn{
  display: none;
}
.record-options-wrapper label{
  display:inline-block;
  border:solid 1px #dadada;
  color:#888;
  padding:2.7% 0;
  font-size:1.5em ;
  font-weight:normal;
  text-align:center;
  cursor:pointer;
}
.record-options-wrapper label:focus,
.record-options-wrapper label:active,
.record-options-wrapper label:hover{
  background-color:#fff;
  border:solid 1px #ff7345;
  color:#ff7345;
}
.record-options-wrapper .active:focus,
.record-options-wrapper .active:hover,
.record-options-wrapper .active:active,
.record-options-wrapper .active{
  background-color:#ff7345;
  border:solid 1px #ff7345;
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
  -o-box-shadow:none;
  box-shadow:none;
  color:#fff;
}
.record-options-wrapper input{
  display:none;
}
.field-type-wrapper strong{ margin-right:5%; font-size:1.1em;}
.field-type-wrapper label{ margin-right:2%;}
/*Data Section*/
.center-block {max-width:1200px; font-weight:bold; text-align:right;}
.report-table{
  max-width:1200px;
  margin-left:auto;
  margin-right:auto;
}
.report-table + h4{
  text-align:center;
}
.data-display-wrapper{
  padding-left:1%;
}
.custom-card-data-wrapper{ min-height:550px; }
.custom-card-data-wrapper .contact-form-wrapper{
 padding-left:1%;
}
.custom-card-data-wrapper .contact-form-wrapper .img-thumbnail{
  width:150px;
}
.custom-data-menu-wrapper{
}
.custom-data-menu-wrapper .template-category-listing{
  padding:0; margin:0;
  list-style-type:none;
} 
.custom-data-menu-wrapper .template-category-listing li{
  padding:1.5% 2%;
}
.custom-data-menu-wrapper .template-category-listing li:first-child{
  padding-top:8%;
}
.custom-data-menu-wrapper .template-category-listing li:last-child{
  padding-bottom:8%;
}
.custom-data-menu-wrapper h4{
  margin:0;
  background-color:#333;
  color:#fff;
  padding:5%;
}
.close-dragged{
  color:#e91717;
  cursor:pointer;
  position:absolute;
  top:5px;
  right:5px;
}
.droppable-wrapper .droppable{
  position:relative;
}
#row-0 th{padding-top:15px; padding-bottom:15px; font-weight:bold;}
.mappable-field-header,
.droppable-fields-header,
.draggable-fields-wrapper{}
.mappable-fields-wrapper .mappable-field-header{
  padding:20px 50px 5px 50px;
  box-sizing:border-box;
  margin-bottom:30px;
  color: #31708f;
  background-color: #d9edf7;
  border:solid 1px #bce8f1;
  font-size:1.3em;
}
.droppable-wrapper th{
   padding-top:15px !important; 
   padding-bottom:15px !important; 
}
.droppable-active{
  border:dashed 2px #00c0ff !important;
}
.draggable-fields{padding:0;}
.draggable-fields .field{
  display:inline-block;
  border:solid 1px #00c0ff;
  padding:8px 20px;
  margin-bottom:5px;
  margin-right:5px;
  cursor:move;
  color:#00c0ff;
}
.draggable-fields .field:hover{
  color:#00c0ff ;
  border:1px solid #00c0ff ;;
}
/*Card Templae*/
.left-panel-fixed-height{
  max-height:500px;
  overflow-y:scroll;
}
.left-panel .backgrounds-container{
   padding:0;
   margin:0;
   list-style-type:none;
   max-height:600px;
   overflow-y:scroll;
}
.left-panel .backgrounds-container li a{
  display:block;
  text-align:center;
    margin-bottom:10px;
    height: 85px;
    border:solid 1px #eee;
    width: 100%;
}
.left-panel .backgrounds-container li a img{
  width:100%;
  height: 100%;
  object-fit: contain;
  
}
#image-logo-modal img{width:100px;}
.card-design-template-page-content{
  margin-bottom:200px;
  margin-left:auto;
  margin-right:auto;
  min-width:1040px;
  max-width:80%;
}
.template-selection-modal .modal-body{
  max-height:80vh;
  overflow-y:auto;
}
/*Profile*/
.account-file-upload-wrapper{
}
.account-file-upload-wrapper > .file-upload-wrapper{
}
.account-file-upload-wrapper > .file-upload-wrapper:first-child{
}
.account-file-upload-wrapper > .file-upload-wrapper .img-thumbnail{
  -webkit-border-radius:0 !important;  
  -moz-border-radius:0 !important;  
  border-radius:0 !important;  
  width:200px;
}
.account-file-upload-wrapper .progress-bar-wrapper{
  margin-top:-10px;
  margin-bottom:20px;
  background-color:red;
  height:3px;
  visibility:hidden;
}
.template-design-wrapper{  }
.template-design-wrapper .left-panel{
  border:solid 1px  #f1f1f1;
  margin-top:50px;
  float:left;
  width:300px;
}
.template-design-wrapper .template-wrapper{
  overflow-y:scroll;
  margin-top:15px;
  height:300px;
}
.template-design-wrapper .left-panel-input-wrapper .generic-text-box{
  margin-bottom:15px;
}
.template-design-wrapper .left-panel-input-wrapper input{
  height:45px;
}
.template-design-wrapper .left-panel-input-wrapper{
  height:auto;
  overflow-y:auto; 
}
.template-design-wrapper .left-panel h4{
  margin:0;
  background-color:#333333;
  color:#fff;
  padding-top:20px;
  padding-bottom:20px;
  text-align:left;
  padding-left:8%;
}
.template-design-wrapper .left-panel .template-category-listing{
  margin:0; padding:0;
  list-style-type:none;
  padding-left:10px;
  padding-right:10px;
}
.template-design-wrapper .left-panel .template-category-listing li{
  padding:10px 0;
  border-bottom:solid #eee 1px;
}
.template-design-wrapper .left-panel .template-category-listing li:last-child{ border:none;}
.template-design-wrapper .left-panel .template-subcategory-listing{
  list-style-type:none;
  padding:0;
  margin-left:15px;
  /*display:none;*/
}
.template-design-wrapper .left-panel .template-category-listing .template-subcategory-listing>li{
  padding: 10px 0 0 0;
}
.template-design-wrapper .left-panel .template-category-listing a{
  color:#000;
  font-weight:bold;
}
.template-design-wrapper .left-panel .template-subcategory-listing a{
  font-weight:normal;
}
.card-design-templates-section .right-section .thumb-wrapper{
  background-color:#e3e3e3;
  padding-top:0;
  padding-left:0;
  position:relative;
  border:solid 1px #b6b6b6a1;
  /*-webkit-box-shadow: 2px 2px 3px -1px #939393;
  -moz-box-shadow: 2px 2px 3px -1px #939393;
  -o-box-shadow: 2px 2px 3px -1px #939393;
  box-shadow: 2px 2px 3px -1px #939393;*/
}
.card-design-templates-section .right-section .thumb-horizontal-wrapper{
  width:100%;
  margin-left:auto;
  margin-right:auto;
  margin-top:0px;
  margin-bottom:0px;
  height:172px;
}
.card-design-templates-section .right-section .thumb-vertical-wrapper{
  width:90%;
  margin-left:auto;
  margin-right:auto;
  margin-top:30px;
  margin-bottom:30px;
  height: 385px;
}




.card-design-templates-section .right-section .thumb-inner-wrapper img{
  width:100%;
  /*-webkit-box-shadow: 1px 1px 2px 1px #a3a3a3;
  -moz-box-shadow: 1px 1px 2px 1px #a3a3a3;
  -o-box-shadow: 1px 1px 2px 1px #a3a3a3;
  box-shadow: 1px 1px 2px 1px #a3a3a3;*/
}
.template-design-wrapper .template-wrapper ul{
  margin:0;
  padding:0;
  list-style-type:none;
  text-align:center;
}
.card-design-templates-section .right-section .thumb-outer-wrapper{
  padding-right:0;
  margin-bottom:15px;
  position:relative;
  float: left;
  width: 100%;
}
.card-design-templates-section .right-section .thumb-outer-wrapper .thumb-footer{
  background-color:#fff;
  text-align:center;
  padding-top:10px;
  padding-bottom:10px;
  font-weight:800;
  color:#666;
  width:100%;
  height:50px;
}
.modal .status{position:static; min-width:100%;}
.card-design-templates-section .right-section{
  padding:0;
  margin:0;
  margin-top:50px;
  width:calc(100% - 310px);
}
.card-design-templates-section .my-templates-section{
  float:none;
  margin-left:auto;
  margin-right:auto;
}
.card-design-templates-section .right-section .thumb-wrapper{
  box-sizing:border-box;
  padding-top:0;
  padding-left:0;
  float: left;
  width: 100%;
}
.card-design-templates-section .right-section .thumb-inner-wrapper{
  text-align:center;
  box-sizing:border-box;
  padding:2%
}
.card-design-templates-section .right-section .thumb-inner-wrapper img{
  width:100%;
  /* height:100%; */
}
.right-section{
  float:right;
}
.right-section-data-wrapper{
  padding-left:5%;
  padding-right:5%;
  box-sizing:border-box;
}
.right-section-data-wrapper .custom-data-table{
  font-size:0.9em;
}
.right-section-data-wrapper .custom-data-table tfoot {
  border:solid 1px !important;
}
.right-section-data-wrapper img{
  width:30px;
  cursor:pointer;
  -webkit-transition: width 1s;
     -moz-transition: width 1s;
          transition: width 1s;
}
/*.right-section-data-wrapper img:hover{
  width:100px;
  position:absolute; 
}*/
.card-board{
  border:solid 1px #f1f1f1;
  margin-top:50px;
  min-width:720px;
}
.card-board .card{
  width:650px;
  height:381px;
  border:dashed 1px  #000;
  margin:35px auto;
}
.background-color-picker-options{
  text-align:center;
  overflow:hidden;
}
.background-color-picker-options .build-path-color-option{
  float:left;
  margin:1% 1%;
  padding:1% 0;
}
.background-color-picker-options .build-path-color-option span{
  display:block;
  width:30px;
  height:30px;
  border:solid 1px #eee;
  border-radius:50% !important;
}
.front-back-options{
  margin-top:15px;
  padding:0;  
  margin:0;
  overflow:hidden; 
}
.front-back-options .card-side{
  float:left;
  margin-top:20px;
  margin-right:1%;
}
.front-back-options .card-side img,
.front-back-options .card-side span{
  display:block;
  width:140px;
  text-align:center;
}
.front-back-options .card-side img{
  border:solid 1px #aaa;
}
.front-back-options .next{
  float:right;
  margin-top:20px;
}
.next a:first-child{
 display:block;
 font-size:1.5em;
 margin-bottom:15px;
 color:#ff7345; 
} 
.next .btn{
  padding:10px 30px;
}
/*new card designer*/
.designer-wrapper{
  margin-top:30px;
}
.designer-wrapper .left-panel h4{
  padding:6%;
  color:#fff;
  background-color:#1a1a1a;
}
.designer-wrapper .left-panel input{
  height:45px;
}
.designer-wrapper .left-panel .slide-visibility-icon{
  float:right;
  cursor:pointer;
  color:#fff;
}
.designer-wrapper .left-panel .slidable-content-wrapper{
  max-height: 0;
  opacity: 0;
  transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  -webkit-transition: all ease 0.8s;
  -ms-transition: all ease 0.8s;
  -o-transition: all ease 0.8s;
  /*overflow: hidden;*/
  visibility: hidden;
}
.designer-wrapper .left-panel .slidable-content-wrapper.open{
  max-height: 200vh;
  visibility: visible;
  opacity: 1;
}
.card-wrapper{
    border:2px #9a9a9a solid;
    /*float:right;*/
    float: left;
    position:relative;
    padding:30px;
}
.card-wrapper::after{ content:""; display:block; clear:both; }
.card-wrapper .card{
/*     width:650px;
    height:380px; */
    width:970px;
    height:592px;
    outline:dashed 1px #607D8B;
    position:relative;
    margin-left:auto;
    top:0;
    bottom:0;
    left:0;
    right:0;
}
.card-wrapper .card::before,
.card-wrapper .card::after{
}
.card-label{
  position:absolute;
  z-index:85;
  white-space: nowrap;
}
.card-wrapper .card .card-text span,
.card-label span{
  padding-left:5px;
}
.card-wrapper .card .card-text{
  position:absolute;
  left:32%;
  z-index: 85;
  /*white-space: nowrap;*/
  line-height: 1.2;
}
.card-label:hover,
.card-text-active,
.card-text-active:active,
.card-wrapper .card .card-text:hover{
    outline:dashed 1px #3c8dbc;
    cursor:move;
}
.card-text-active::before{
    left:-6px;
}
.card-text-active::after{
    right:-6px;
}
#save-next-modal .modal-body,
#save-as-modal .modal-body,
#save-modal .modal-body,
.preview-modal .modal-body{
  text-align:center;
}
.delete-all-content-modal .form-control:focus{ box-shadow:none !important; border:solid 1px #eee !important;}
#save-next-modal .modal-body .preview-img-margin,
#save-as-modal .modal-body .preview-img-margin,
#save-modal .modal-body .preview-img-margin{ margin-bottom:20px; }

#save-next-modal .modal-body .edit-back-side-btn,
#save-modal .modal-body .edit-back-side-btn,
#save-as-modal .modal-body .edit-back-side-btn,
#save-as-modal .modal-body .edit-front-side-btn,
#save-modal .modal-body .edit-front-side-btn{ margin-top:20px; margin-bottom:20px;}

#save-next-modal .modal-body .preview-side,
#save-as-modal .modal-body .preview-side,
#save-modal .modal-body .preview-side,
.preview-modal .modal-body .preview-side{
  display:inline-block;
  width:49%;
}

.template-name-wrapper{width:49%; margin-left:auto; margin-right:auto;}
#save-as-modal .modal-body img:not(.loader),
#save-next-modal .modal-body img:not(.loader),
#save-modal .modal-body img:not(.loader),
.preview-modal .modal-body img:not(.loader){
  border:solid 1px #ddd;
  width:100%;
}

.preview-modal .modal-body{
}

#save-next-modal .modal-body h5,
#save-as-modal .modal-body h5,
#save-modal .modal-body h5,
.preview-modal .modal-body h5{
  font-weight:bold;
  text-transform:uppercase;
}
#save-next-modal .card-preview-nav,
#save-as-modal .card-preview-nav,
#save-modal .card-preview-nav,
.preview-modal .card-preview-nav{
  padding:0;
  margin:0;
  text-align:left;
}
#save-next-modal .card-preview-wrapper,
#save-as-modal .card-preview-wrapper,
#save-modal .card-preview-wrapper,
.preview-modal .card-preview-wrapper{
  margin-bottom:20px;
  margin-top:30px;
}
#save-next-modal .card-preview-wrapper .preview-side .btn,
#save-as-modal .card-preview-wrapper .preview-side .btn,
#save-modal .card-preview-wrapper .preview-side .btn,
.preview-modal .card-preview-wrapper .preview-side .btn{
  margin-top:20px;
}
.preview-modal .card-preview-nav{
}
#save-next-modal .card-preview-nav li,
#save-as-modal .card-preview-nav li,
#save-modal .card-preview-nav li,
.preview-modal .card-preview-nav li{
  display:inline-block;
  border-right:solid 1px #000;
  text-align:center;
  padding:1% 1.5%;
}
#save-next-modal .card-preview-nav li:first-child,
#save-as-modal .card-preview-nav li:first-child,
#save-modal .card-preview-nav li:first-child,
.preview-modal .card-preview-nav li:first-child{
  width:auto;
  border-right:none;
}
#save-next-modal .card-preview-nav li:last-child,
#save-as-modal .card-preview-nav li:last-child,
#save-modal .card-preview-nav li:last-child,
.preview-modal .card-preview-nav li:last-child{
  border-right:none;
}
#save-next-modal .card-preview-nav li a,
#save-as-modal .card-preview-nav li a,
#save-modal .card-preview-nav li a,
.preview-modal .card-preview-nav li a{
  text-decoration:underline;
  display:block;
  width:auto !important;
}
#save-next-modal .card-preview-nav li .active,
#save-as-modal .card-preview-nav li .active,
#save-modal .card-preview-nav li .active,
.preview-modal .card-preview-nav li .active{
  color:#ff7345;
  font-weight:bold;
}
.full-width-canvas-overlay{
  position:fixed;
  width:100%;
  height:100%;
  left:0;
  top:0;
  text-align:center;
  background-color:#fff;
}
.full-width-canvas-overlay .close-overley-button{
  color:#000;
  position:absolute;
  right:20px;
  top:20px;
}
#save-next-modal .custom-btn,
#save-as-modal .custom-btn,
#save-modal .custom-btn,
.next-modal .custom-btn{
  padding:7.5px 20px;
}
/* .designer-right-section{outline:solid red 1px;} */
.designer-right-section .inner-right-section{
/*   outline:solid 1px blue; */
}
.designer-right-section .inner-right-section .card-wrapper{
  margin-top:25px;
}
.card .card-text-active > .ui-resizable-w,
.card .card-text-active > .ui-resizable-e{
    position: absolute;
    border: 2px solid #fff;
    border-radius: 12px !important;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    background-color: #2ba8e0;
    width: 11px;
    height: 11px; 
    margin:auto;
    z-index:80 !important;
}
.card .active-shape > .ui-resizable-n,
.card .active-shape > .ui-resizable-e,
.card .active-shape > .ui-resizable-s,
.card .active-shape > .ui-resizable-w,
.card .active-shape > .ui-resizable-se,
.card .active-shape > .ui-resizable-sw,
.card .active-shape > .ui-resizable-ne,
.card .active-shape > .ui-resizable-nw{
    position: absolute;
    border: 2px solid #fff;
    border-radius: 12px !important;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    background-color: #2ba8e0;
    width: 11px;
    height: 11px; 
    margin:auto;
}
.card .card-text-active > .ui-resizable-w,
.card .card-text-active > .ui-resizable-e,
.card .active-shape > .ui-resizable-w,
.card .active-shape > .ui-resizable-e{
   top:0; bottom:0;
}
.card .active-shape > .ui-resizable-n,
.card .active-shape > .ui-resizable-s{
   left:0; right:0;
}
.card .active-shape > .ui-resizable-se,
.card .active-shape > .ui-resizable-ne{
  right:-5px;
}
.card .active-shape > .ui-resizable-se{
  bottom:-5px;
}
.card .active-shape > .ui-resizable-sw,
.card .active-shape > .ui-resizable-nw{
  left:-5px;
}
.colpickRmx_light-full { background: #ffffff; border-color: #EEE; border-style:solid; border-width:1px;}
.menu{
  width:550px;  
  background-color:#ffffff;
  position:absolute;
  top:-190px;
  z-index:11000;
  box-shadow: 2px 2px 2px 1px #888888b3;
  cursor:move;
 }
 .menu *{
   -webkit-border-radius:0;
   -moz-border-radius:0; 
   border-radius:0;
 }
.basic-menu .colpickRmx_light-full{
  border:0;
}
.menu .menu-body img{
   margin-top:20px; 
}
.menu .menu-header{
  height:30px;
  background-color:#969696;
}
.menu .menu-data-wrapper{
  height:150px;
  overflow-y:scroll;
  overflow-x:hidden;
  padding-top:5px;
  padding-bottom:5px;
  border:solid #ddd 1px;
  background-color:#fff;
}
.menu .menu-data-wrapper .card-font{
  display:block;
  width:99%;
  text-align:left;
  color:#646363;
  font-size: 20px;
  padding-left:10px;
  margin:5px;
}
.menu .menu-data-wrapper .card-element-font-size{
  color:#666;
  font-size:1.2em;
  display:inline-block;
  margin:5px;
  border:solid 1px #ddd;
  width:30px;
  -webkit-border-radius:10px !important;
  -moz-border-radius:10px !important;
  border-radius:10px !important;
}
.menu-item-active{
  background-color:#666;
  color:#fff !important;
  border:solid 1px #666;
}
.menu .menu-data-wrapper a:hover,
.menu .menu-data-wrapper a:active,
.menu .menu-data-wrapper a:focus{
  background-color:#666666;
  color:#fff;
}
.menu .menu-close-btn{
  color:#aaa;
  position:absolute;
  right:10px;
  top:5px;
  background-color:#fff;
  width:20px;
  text-align:center;
  -webkit-border-radius:50% !important;
  -moz-border-radius:50% !important;
  border-radius:50% !important;
}
.menu .input-group-addon{
  background-color:#f9f9f9;
  padding: 0!important;
}
.menu .input-group-addon a{
  padding: 6px 12px!important;
  display: inline-block;
}
.menu .input-group-addon:hover,
.menu .input-group-addon:active{
  background-color:#ddd;
}
.menu .menu-footer{ padding-left:10px; padding-right:10px;}
.menu .menu-footer a{
  color:#444;
}
.menu-options{
  margin-bottom:10px;
  margin-left:10px;
}
.menu-options nav ul{
  padding:0;
  list-style-type:none;
  margin:0;
  overflow:hidden;
}
.menu-options nav ul li{
  float:left;
  background-color:#f9f9f9;
  border-right:solid 1px #ddd;
  border-bottom:solid 1px #ddd;
  border-top:solid 1px #ddd;
}
.menu-options nav ul li:first-child{
  border-left:solid 1px #ddd;
}
.menu-options nav ul li a{
  /* font-size:1.5em; */
  color:#777;
  display:inline-block;
  width:50.1px;
  padding-bottom:5px;
  text-align:center;
  vertical-align:middle;
}
.menu-options nav ul li input{
  width:70px;
  border:0;
  height:40px;
}
.menu-options nav ul li a:hover,
.menu-options nav ul li a:active,
.menu-options nav ul li a:focus{
  color:#222;
}
.menu-options nav ul li .color-palette{
  /*background-image: url('../images/pantone.png');*/
  background-repeat:no-repeat;
  background-size:15px 15px;
  background-position:center;
  height:25px;
  width: 25px;
  border-radius: 50%;
  position: relative;
}
.color-palette-relative{
  position: relative;
  padding: 7.5px;
}
.sp-replacer{
  position: absolute!important;
  top: 0;
  left: 0;
  width: 100%!important;
  height: 100%!important;
  opacity: 0;
}
#custom{
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.footer-field{
  text-align:right;
  padding:5px;
}
.footer-field .stroke-width {
    border: solid 1px #bbb;
    border-radius: 2px;
    width: 50px;
    font-size: 16px;
    height: 35px;
    text-align: center;
}
.radius-shape-wrapper,
.rotate-shape-wrapper{
 padding-top:20px;
 padding-bottom:20px;
}
.radius-shape-wrapper input,
.rotate-shape-wrapper input{
  border:solid 1px #888 !important;
  height:35px;
  width:50px;
}
.card .stack-shape-wrapper,.cardstack-shape-wrapper{
  padding-top:20px;
  padding-bottom:20px;  
}
.card .stack-shape-wrapper .btn,
.cardstack-shape-wrapper .btn{
  border:solid 1px #ddd !important;
  width:46%
}
.card .stack-shape-wrapper .stack,
.cardstack-shape-wrapper .stack{
  background-repeat:no-repeat;
  display:inline-block;
  width:15px;
  height:15px;
  margin-right:5px;
}
.card .stack-shape-wrapper .stack-fron,
.cardstack-shape-wrapper .stack-front{
  background-image: url('../images/icons/bring-to-front.png');
}
.card .stack-shape-wrapper .stack-back,
.cardstack-shape-wrapper .stack-back{
  background-image: url('../images/icons/send-to-back.png');
}
.card-menu-nav-wrapper #font-menu-item{
   background-image: url('../images/icons/font-symbol-of-letter-a.svg');
  background-repeat:no-repeat;
  background-size:15px 15px;
  background-position:center;
  height:40px;
}
.card-menu-nav-wrapper #font-menu-bold-item{
  background-image: url('../images/icons/bold-text-option.svg');
  background-repeat:no-repeat;
  background-size:15px 15px;
  background-position:center;
  height:40px;
}
.card-menu-nav-wrapper #font-menu-italic-item{
  background-image: url('../images/icons/italicize-text.svg');
  background-repeat:no-repeat;
  background-size:15px 15px;
  background-position:center;
  height:40px;
}
.card-menu-nav-wrapper #font-menu-delete-item{
  background-image: url('../images/icons/waste-bin.svg');
  background-repeat:no-repeat;
  background-size:15px 15px;
  background-position:center;
  height:40px;
}
.menu-options nav ul li .color-picker-dropper{
  background-image: url('../images/icons/pipette.svg');
  background-repeat:no-repeat;
  background-size:20px 20px;
  background-position:center;
  height:40px;
}
.card-menu-nav-wrapper #font-menu-left-align-item{
  background-image: url('../images/icons/align-to-left.svg');
  background-repeat:no-repeat;
  background-size:15px 15px;
  background-position:center;
  height:40px;
}
.card-menu-nav-wrapper #font-menu-right-align-item{
  background-image: url('../images/icons/align-to-right.svg');
  background-repeat:no-repeat;
  background-size:15px 15px;
  background-position:center;
  height:40px;
}
.card-menu-nav-wrapper #font-menu-white-space-item{
  background-image: url('../images/icons/white_space_wrap.svg');
  background-repeat:no-repeat;
  background-size:15px 15px;
  background-position:center;
  height:40px;
}
.card-menu-nav-wrapper #font-menu-center-align-item{
  background-image: url('../images/icons/center-text-alignment.svg');
  background-repeat:no-repeat;
  background-size:15px 15px;
  background-position:center;
  height:40px;
}
.card-menu-nav-wrapper #undo-menu-item{
  background-image: url('../images/icons/undo-arrow.svg');
  background-repeat:no-repeat;
  background-size:15px 15px;
  background-position:center;
  height:40px;
}
.card-menu-nav-wrapper #redo-menu-item{
  background-image: url('../images/icons/redo-arrow.svg');
  background-repeat:no-repeat;
  background-size:15px 15px;
  background-position:center;
  height:40px;
}
.menu .menu-body{
  text-align:center;
  padding-bottom:15px;
}
.menu .menu-body .font-list{
  padding:0;
  margin:0;
  text-align:left;
  list-style-type:none;
  font-size:1.5em;
}
.menu .menu-body .font-list li{
  display:inline-block;
}
.menu .menu-body .font-list li a{
  color:#333;
  display:block;
  border:solid 1px #ddd; 
  margin-right:10px;
  margin-bottom:10px;
  padding-left:10px;
  padding-right:10px;
  border-radius:30px;
}
.shape-menu{
  box-shadow:none;
  background-color:transparent;
  top:-100px;
}
.shape-menu .colorpicker-options-wrapper{
  border:solid 1px #c6c6c6;
}
.shape-menu .colorpicker-options-pane{
  position:absolute;
  left:-100px;
  background-color:#ffffff;
  width:150px;
  left:-150px;
  height:100%;
  top:0;
  border-top:solid 1px #c6c6c6;
  border-left:solid 1px #c6c6c6;
  border-bottom:solid 1px #c6c6c6;
  display:none;
}
.shape-menu .all-colors-wrapper{
  height:200px;
  text-align:center;
  overflow-y:scroll;
  background-color:#fff;
  display:none;
}
.shape-menu .all-colors-wrapper .color-disc-wrapper{
  display:inline-block; 
  width:40px;
  height:40px;
  margin:2%;
  cursor:pointer;
}
.shape-menu .all-colors-wrapper .active{
  border:solid  1px #666 !important;
  padding:5px;
      -webkit-border-radius:50% !important;
    -moz-border-radius:50% !important;
    border-radius:50% !important;
}
.shape-menu .all-colors-wrapper .color-disc{
    display:block;
    height:100%;
    width:100%;
    -webkit-border-radius:50% !important;
    -moz-border-radius:50% !important;
    border-radius:50% !important;
}
.shape-menu .colorpicker-options-pane ul{
  list-style-type:none;
  margin:0;
  padding:0;
  text-align:left;
}
.shape-menu .colorpicker-options-pane ul li a{
  display:block;
  color:#000;
  padding:5px 20px;
}
.shape-menu .colorpicker-options-pane .active{
  background-color:#ff7345;
  color:#fff;
}
.colpickRmx_light .colpickRmx_submit .btn{ background-color:#ff7345; border:solid 1px #ff7345;;  margin-right:30px;}
.shape-menu .menu-options{
  margin:0;
  background-color:transparent; 
}
.shape-menu .menu-body-wrapper{
  position:relative;
  width:551px;
  min-height:30px;
}
.shape-menu .menu-body{
  bottom:0;
  left:0;
  width:100%;
  position:absolute;
  padding:0; 
  min-height:30px;
  background-color:#fafafa;
  display:none;
  border:solid 1px #e2e2e2;
}
.shape-menu .menu-body .body-top-bar{
  height:30px;
  background-color: #969696;
  position:relative;
  top:0px;
  left:0;
  width:100%;
  text-align:center;
  color:#fff;
  font-size:1.5em;
}
.menu-close-btn i{
  height: 22px;
  width: 22px;
  line-height: 21.5px;
  display: inline-block;
}
.shape-menu .menu-body .body-top-bar .menu-close-btn{
  position:absolute;
  right:5px;
  top:5px;
  color:#969696;
  border:solid 1px #ddd;
  background-color:#fff;
  width:23px;
  height:23px;
  border-radius:50%;
  font-size:14px
}
.shape-menu .menu-body .body-top-bar .colorpicker-menu-options-btn{
  color:#fff;
  position:absolute;
  left:10px;
  font--weight:normal !important;
  font-size:20px;
  top:2px;
}
.shape-menu .menu-options-wrapper{
  position:relative; 
}
.shape-menu .card-menu-nav-wrapper-shapes{
  padding:0;
  background-color:transparent;
  position:absolute;
  width:550px;
}
.shape-menu .card-menu-nav-wrapper-shapes ul{
  list-style-type:none;;
  overflow:hidden;
  padding:0;
  margin:0;
  border:solid 1px #ddd;
  width:500px; 
  margin:auto;
}
.shape-minimal-menu .card-menu-nav-wrapper-shapes ul{
  width:450px;
}
.shape-minimal-menu  .card-menu-nav-wrapper-shapes ul li
{
  width:16.66% !important;
}
.shape-minimal-menu-2 .card-menu-nav-wrapper-shapes ul{
  width:400px;
}
.shape-minimal-menu-2  .card-menu-nav-wrapper-shapes ul li
{
  width:20% !important;
}
.shape-minimal-menu-5 .card-menu-nav-wrapper-shapes ul{
  width:370px;
}
.shape-minimal-menu-5  .card-menu-nav-wrapper-shapes ul li
{
  width:calc(100% / 7) !important;
}



.shape-minimal-menu-3 .card-menu-nav-wrapper-shapes ul{
  width:200px;
}
.shape-minimal-menu-3  .card-menu-nav-wrapper-shapes ul li
{
  width:33.3% !important;
}
.shape-menu .card-menu-nav-wrapper-shapes ul li{
  float:left;
  /*height:55px;*/
  width:14.287%;
  width:calc(100% / 8);
  padding-left:0 !important;
  padding-top:5px; 
  text-align:center;
  background-color:#f7f6f6;
  border-right:1px solid #ddd;
}
.shape-menu .card-menu-nav-wrapper-shapes ul li:last-child{
  border-right:none;
}
.shape-menu .card-menu-nav-wrapper-shapes ul li a{
  position:relative;
  display:block;
  padding-top: 30px;
  text-decoration: none;
  color:#333;
}
.shape-menu .card-menu-nav-wrapper-shapes ul li a span{
  position:absolute;
  bottom:2px;
  margin:auto;
  left:0; right:0;
  color:#333;
}
.shape-menu .card-menu-nav-wrapper-shapes  .menu-options{
  height:100%;
  width:100%;
  background-repeat:no-repeat;
  background-position:top center;
  background-size: 30%;
  margin:0;
    padding-top: 30px;
    font-size: 13px;
}
.shape-menu .card-menu-nav-wrapper-shapes ul li .background-option{
    background-image: url('../images/pantone.svg');
}
.shape-menu .card-menu-nav-wrapper-shapes ul li .stroke-option{
    background-image: url('../images/pantone.svg');
    position:relative;
}
.shape-menu .card-menu-nav-wrapper-shapes ul li .stroke-option::after{
  content:'';
  display:inline-block;
  width:24px;
  height:24px;
  border:solid 3px #736565;
  border-radius:100%;
  position:absolute;
  margin:auto;
  left:0;
  top:-26px;
  right:0;
  bottom:0;
}
#logo-file-upload{display:none;}
.shape-menu .card-menu-nav-wrapper-shapes ul li .image-upload-option{
    background-image: url('../images/frame-landscape.svg');
}
.shape-menu .card-menu-nav-wrapper-shapes ul li .rotate-option{
    background-image: url('../images/rotate-to-right.svg');
}
.shape-menu .card-menu-nav-wrapper-shapes ul li .stack-option{
    background-image: url('../images/stack.svg');
}
.shape-menu .card-menu-nav-wrapper-shapes ul li .delete-option{
    background-image: url('../images/rubbish-bin.svg');
}
.shape-menu .card-menu-nav-wrapper-shapes ul li .duplicate-option{
    background-image: url('../images/duplicate-image.svg');
}
.shape-menu .card-menu-nav-wrapper-shapes ul li .radius-option{
    background-image: url('../images/corner.svg'); 
}
.shape-menu .card-menu-nav-wrapper-shapes ul li .crop-option{
    background-image: url('../images/scissors_icon.svg'); 
}
.input-focused{
  border:solid #3c8dbc 3px;
}
.shapes-wrapper{
  text-align:center;
}
.shapes-wrapper .shape{
  background-repeat:no-repeat;
  background-position:center;
  height:40px;
  cursor:pointer;
}
.shapes-wrapper .shape-text{
  margin-bottom:20px;
}
.shapes-wrapper .oval{
  background-image: url('../images/oval.png');
}
.shapes-wrapper .rect{
  background-image: url('../images/rectangle.png');
}
.shapes-wrapper .arrow{
background-image: url('../images/arrow-right.png');  
}
.shapes-wrapper .line{
  background-image: url('../images/line.png');  
}
.shapes-wrapper .starburst{
  background-image: url('../images/starburst.png');  
}
.shapes-container,
.card-background-container{ }
.shape-container{ position: relative; }
.starburst-menu::before{
  content:'';
  width:40px;
  height:40px;
  display:block;
  border-left:transparent solid 20px;
  border-right:transparent solid 20px;
  border-bottom: #ddd solid 20px;
  position:absolute;
  top:-40px;
  left:32%;
}
.starburst-menu h4{
  background-color:#dddddd45;
  padding:3%;
}
.starburst-menu{
   display:none;
   position:absolute;
   border:solid 1px #ddd;
   width:400px;
   top:80px;
   left:-80px;
   z-index:1000;
   background-color:#fff;
   padding:10%;
   box-shadow:2px 2px 2px #ddd;
}
.starburst-menu .preview-wrapper #tmp-preview{
  display:none;
}
.starburst-menu .preview-wrapper{
  width:200px;
  height:200px;
  margin:auto;
  margin-bottom:10px;
}
.starburst-menu img{
  border:solid 1px #ddd;
  width:100%;
  height:100%;
}
.starburst-menu{
  text-align:center;
}
.starburst-menu span,
.starburst-menu input{
  display:inline-block;
  width:35%;
}
.starburst-menu span{
  text-align:right;
}
.starburst-menu input{
  border:solid 1px #ddd;
  width:20%;
  height:35px;
  padding-left:10px;
}
.card .line-shape span,
.card .shape span{
  background-color:#222d32;
  height:100%;
  width:100%;
  position:absolute;
  left: 0;
}
.card .oval-shape span{
   /*-webkit-border-radius:50%;
  -moz-border-radius:50%;
   -o-border-radius:50%;
   border-radius:50%;*/

   -webkit-border-radius:50%;
  -moz-border-radius:50%;
   -o-border-radius:50%;
   border-radius:50%;
}
.card .line-shape{
  position:absolute;
  width:200px;
  height:3px;
}
.card .rect-shape,
.card .oval-shape{
  position:absolute;
  width:200px;
  height:200px;
}
.card .starburst-shape{
  position:absolute;
  width:200px;
  height:200px;  
}
/* .card .arrow-shape{
  width:200px;
  height:200px;
  position:absolute;
} */
/* .card .arrow-shape{
  /* background-image: url('../images/right-arrow.png'); */
/
.card .oval-shape span{
   -webkit-border-radius:50%;
  -moz-border-radius:50%;
   -o-border-radius:50%;
   border-radius:50%;
}
.card .active-shape,
.card .shape{
  cursor: move;
}
.card .photo-content img{
  width:100%;
  height:100%;
}
.card .active-photo,
.card .active-shape{outline:dashed #2ba8e0 1px;/* z-index:90; */background-color:transparent;}
.card .active-shape:hover{}
.card .shape:hover{
    outline:dashed #2ba8e0 1px;
}
.card .photo-content{
  width:200px;
  height:200px;
  position:absolute;
}
.card .photo-content img{
  width:100%;
  height:100%;
  object-fit: cover;
}
.card .arrow-shape{
  position:absolute;
  width:200px;
  height:200px;
}
/* /new card designer */
/* .front-back-options span{
  display:block; front-back-options
  text-align:center;
}
.front-back-options .front img, 
.front-back-options .back img{
  width:150px;
}
.front-back-options .back img{
  border:solid 1px #f1f1f1;
}
.front-back-options div:last-child{
  text-align:right; 
}
.front-back-options div:last-child a:first-child{
 display:block;
 font-size:1.5em;
 margin-bottom:15px;
 color:#ff7345; 
} */
.progress-bar-wrapper{
  background-color:#ff0000;
  height:10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
}
.progress-bar-wrapper .progress-bar{
  display:block;
  height:10px;
  background-color:#000;
  width:0;
    -webkit-border-radius:10px ;
  -moz-border-radius:10px ;
  border-radius:10px ;
}  
.file{ display:none !important; }
.upload-btn-wrapper{
  margin-top:10px;
}
.upload-btn{
  background-color:#e2e2e2;
}
.reset-padding{padding:0;}
.file-uploading-container{}
.file-uploading-container .icon{
  height:100px;
  background-size:25%;
  background-repeat:no-repeat;
  background-position:center;
}
.file-uploading-container .excel-icon{
  background-image: url('../images/msexcel.png');
}
.file-uploading-container .zip-icon{
  background-image: url('../images/zip.png');
}
/*Datatable buttons*/
.record-settings{color:#000; font-size:1.5em; margin-right:7%;}
#records-table tr th,
#sessions-table tr th{font-weight:bold; padding: 20px 10px; }
#sessions-table tr td{ padding: 20px 10px; vertical-align:middle;}
#records-table tr td{vertical-align:middle;}
#records-table tr td img{width:70px; vertical-align:middle;}
#sessions-table_next a,
#sessions-table_previous a{border-radius:0 ;}
#student-records .record-settings{
  color:#333;
  font-size:1.3em;
  display:inline-block;
  margin-left:5px;
}
.card .signature-image-shape{
  width:200px;
  height:100px;
  position:absolute;
}
.card .signature-image-shape img{
  width:100%;
  height:100%;
}
.pagination li a{
  font-size:14px !important;
}
.pagination .active a:hover,
.pagination .active a{
  background-color:#333; 
  border:solid 1px #333;
}
.pagination .next a{color:#333;}
/*Footer*/
.footer{
  background-color:#333333;
  color:#fff;
  text-align:center;
  padding:0; margin:0;
}
.sticky{
  bottom:0;
  left:0;
  width:100%;
  position:absolute;
}
.footer .custom-col{
  display:inline-block;
  text-align:left;
  margin:30px 5%;
  vertical-align:top; 
}
.footer .custom-col h4{ 
  text-transform:uppercase; 
  font-weight:600;
  text-align:left;
}
.footer .custom-col ul{
  padding:0; 
  margin:0;
  list-style-type:none;
}
.footer .custom-col ul li a{
  color:#fff;
}
.footer .custom-col:last-of-type ul li{ 
  display:inline-block;
  margin-right:7%;
  font-size:1.7em;
}
#records-table tr th input{
  width:100px; 
  background-color:#fff;
  border:initial !important;
}
#records-table tfoot th{
  padding:0 !important;
}
#records-table tfoot th input{ width:100% !important; }
#records-table th .custom-data-form-btn{
 margin:5px;
}
#records-table tr th:first-child,
#records-table tr td:first-child{
  width:40px !important;
}
#records-table tr th:first-child,
#records-table tr td:first-child{
 color:#fff;
}
/* REPORTS */
.a4-portrait{
  height:11.7in;
  width:8.5in;
  margin:auto;
  text-align:left;
  padding-left:12px;
  padding-top:12px;
  margin-bottom: 100px;
}
.a4-portrait .record-img-wrapper{
  display:inline-block;
  width:16%;
  vertical-align:top;
}
.a4-portrait .record-img-wrapper img{
  width:130.234px;
  height:130.234px;
}
.a4-portrait .record-class,
.a4-portrait .record-name{
  font-size:0.7em;
}
.a4-portrait .record-class{
  color:#ff0000;
  font-weight:bold;
  line-height:1 ;
  display:inline-block;
}
.a4-portrait .record-name{
  display:inline-block;
  line-height: 1;
}
.a4-portrait .record-img-info{
 min-height:55px;
 text-align:center;
}
.download-btn-wrapper{
  text-align:center;
  margin-bottom:50px;
}
.download-btn-wrapper .btn{
  padding:10px 30px;
}
.overley-wrapper{
  background-color:#fff;
  position:fixed;
  width:100.8% !important;
  height:100% !important;
  top:0;
  left:0;
  right:0;
  bottom:0;
  display:none;
  z-index:100;
}
.initial-overlay{display:block;}
.overley-wrapper .overley-content{
  margin-top:200px;
  text-align:center;
  font-size:2em;
}
.overley-wrapper .overley-close-btn:hover,
.overley-wrapper .overley-close-btn:active,
.overley-wrapper .overley-close-btn:focus,
.overley-wrapper .overley-close-btn{
  color:#000000;
  position:absolute;
  right:20px;
  text-decoration:none;
  font-size:3em;
  display:none;
}
.data-photos-report-wrapper{
  width:11.69in;
  height:8.27in;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:50px;
  zoom:90%;

} 
.data-photos-report-wrapper span{
  display:block;
  text-align:center;
}
.report-data-table{
 width:100%;
 text-align:center;
}
.report-data-table thead tr,
.report-data-table tbody tr{
  height:70px;
}
.report-data-table thead tr{
  font-weight:bold;
  background-color:#eee;
}
.report-data-table th{
  padding-top:10px;
}
.report-data-table th, 
.report-data-table td{
  padding-left:10px;
  padding-right:10px;
  text-align:center;
}
.report-data-table tbody tr:nth-child(even){
  background-color:#00968824 !important;
}
.report-data-table tbody tr:nth-child(odd){
  background-color:#eeeeee26;
}
.report-data-table tbody img{
  /*width:84px; */
  width: 60px;
}
.report-data-table .all_photo_report{
  width: 60px;
  height: 60px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: top;
}
.a4-landscape{
 width:100%
}
.a4-landscape thead tr,
.a4-landscape tbody tr{
  height:70px;
}
.a4-landscape thead tr{
  font-weight:bold;
  background-color:#eee;
}
.a4-landscape th, 
.a4-landscape td{
  padding-left:20px;
}
.a4-landscape tbody tr:nth-child(even){
  background-color:#00968824;
}
.a4-landscape tbody tr:nth-child(odd){
  background-color:#eeeeee26;
}
.a4-landscape tbody img{
  width:60px;
}
/*Responsive Section*/

.shapes-wrapper .shape{
  background-repeat:no-repeat;
  background-position:center;
  height:40px;
  cursor:pointer;
}
.shapes-wrapper .shape-text{
  margin-bottom:20px;
}
.shapes-wrapper .oval{
  background-image: url('../images/oval.png');
}
.shapes-wrapper .rect{
  background-image: url('../images/rectangle.png');
}
.shapes-wrapper .arrow{
background-image: url('../images/arrow-right.png');  
}
.shapes-wrapper .line{
  background-image: url('../images/line.png');  
}
.shapes-wrapper .starburst{
  background-image: url('../images/starburst.png');  
}
.shapes-container,
.card-background-container{ display:none; }
  .sticky{position:static;}
  /*.footer .custom-col, 
  .footer .custom-col h4{ text-align:center; }*/
}
/*Card Sheet Area*/ 
.pagination-btn-wrapper{
  text-align:center !important;
  margin-bottom:20px !important;
}
.card-sheet-wrapper{
  box-sizing:border-box;
  padding-bottom:30px;
}
.card-sheet-wrapper .card-sheet{
  border:solid 1px #efefef;
  background-color:#fefefe;
  padding:0 20px 30px;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
.card-sheet-selection-wrapper{margin-bottom:100px;}
.card-sheet-wrapper h3{font-weight:bold;}
.sheet-content{
}
.sheet-6x2{
  border:solid 1px #f2f2f2;
  width:2400px;
  height:3600px;
  margin:auto auto 100px auto;
  padding-top:12px;
  padding-bottom:12px;
}
.sheet-6x2 .inner-portrait-wrapper{
  width:1945px;
  margin-left:auto;
  margin-right:auto;
  overflow:hidden;
}
.sheet-6x2 .inner-portrait-wrapper .card-sheet-cell{
  width:970px;
  height:592px;
  float:left;
  background-color:#fff;
  margin-bottom:5px;
  border:solid 1px #eee;
}
.sheet-6x2 .inner-portrait-wrapper .left-cell{
  margin-right:5px;
}
.sheet-2x6{
  border:solid 1px #f2f2f2;
  width:3600px;
  height:2400px;
  padding-left:12px;
  padding-right:12px;
}
.sheet-2x6 .inner-portrait-wrapper{
  height:1945px;
  margin-top:228px;
  margin-bottom:228px;
}
.sheet-2x6 .inner-portrait-wrapper .card-sheet-cell{
  width:590px;
  height:970px;
  float:left;
  background-color:#fff;
  border:solid 1px #eee;
  margin-left:5px;
  text-align:center;
  margin-bottom:5px;
}
.sheet-2x6 .inner-portrait-wrapper .card-sheet-cell:first-child,
.sheet-2x6 .inner-portrait-wrapper .card-sheet-cell:nth-child(7){margin-left:-3px;}
.sheet-2x6 .inner-portrait-wrapper .card-sheet-cell:nth-child(7),
.sheet-2x6 .inner-portrait-wrapper .card-sheet-cell:nth-child(8),
.sheet-2x6 .inner-portrait-wrapper .card-sheet-cell:nth-child(9),
.sheet-2x6 .inner-portrait-wrapper .card-sheet-cell:nth-child(10),
.sheet-2x6 .inner-portrait-wrapper .card-sheet-cell:nth-child(11),
.sheet-2x6 .inner-portrait-wrapper .card-sheet-cell:nth-child(12){ margin-bottom:-5px;}
.sheet-2x6 .inner-portrait-wrapper .left-cell{
}
.sheet-5x2{
  outline:solid 1px #f2f2f2;
  width:2400px;
  height:3600px;
  margin:auto auto 100px auto;
  padding-top:133px;
  zoom:30%;
}
.sheet-5x2 .inner-portrait-wrapper{
  width:2114px; 
  margin-left:auto;
  margin-right:auto;
  overflow:hidden;
}
.sheet-5x2 .inner-portrait-wrapper .card-sheet-cell{
  width:1004px;
  height:638px;
  float:left;
  background-color:#ffffff;
  margin-bottom:36px;
  border:solid 1px #eee;
}
.sheet-5x2 .inner-portrait-wrapper .left-cell{
  margin-right:106px;
}
.sheet-2x5{
  border:solid 1px #f2f2f2;
  width:3600px;
  height:2400px;
  padding-left:133px;
  margin-bottom:650px !important;
}
.sheet-2x5 .inner-portrait-wrapper{
  height:2114px;
  margin-top:143px;
  margin-left:auto;
  margin-right:auto;
  display:inline-block;
}
.sheet-2x5 .inner-portrait-wrapper .card-sheet-cell{
  width:638px;
  height:1004px;
  float:left;
  background-color:#fff;
  border:solid 1px #eee;
  margin-right:36px;
  text-align:center;
  margin-bottom:106px;
}
.sheet-2x5 .inner-portrait-wrapper .card-sheet-cell:first-child,
.sheet-2x5 .inner-portrait-wrapper .card-sheet-cell:nth-child(6){margin-left:0px;}
.sheet-2x5 .inner-portrait-wrapper .card-sheet-cell:nth-child(7),
.sheet-2x5 .inner-portrait-wrapper .card-sheet-cell:nth-child(8),
.sheet-2x5 .inner-portrait-wrapper .card-sheet-cell:nth-child(9),
.sheet-2x5 .inner-portrait-wrapper .card-sheet-cell:nth-child(10),
.sheet-2x5 .inner-portrait-wrapper .card-sheet-cell:nth-child(11),
.sheet-2x5 .inner-portrait-wrapper .card-sheet-cell:nth-child(12){ margin-bottom:-5px;}
.sheet-2x5 .inner-portrait-wrapper .left-cell{
}
.template-showcase-wrapper ul{
  padding:0; margin:0; list-style-type:none;
}
.template-showcase-wrapper ul li{
  display:inline-block; 
  width:calc(100% / 4);
  float: left;
  padding: 10px;
  vertical-align: top;
}
.template-showcase-wrapper ul li div{
  border:solid 1px #eee; margin:2px; 
  -webkit-box-shadow:1px 1px 1px #878787;
  -moz-box-shadow:1px 1px 1px #878787;
  box-shadow:1px 1px 1px #878787;
  float: left;
}
.template-showcase-wrapper ul li a img{ width:100%;float: left;}

.box-body{
  position: relative;
}
.template-control.horizontal{
  width: 100%;
  height: 120px;
  float: left;
  border-bottom: solid 1px #e2e2e2; 
}
.template-control>img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.font_uppercase{
  text-transform: uppercase;
}
.font_lowercase{
  text-transform: lowercase;
}
/*.font_propercase{
  text-transform: lowercase;
}
.font_propercase:first-letter{
  text-transform: uppercase;
}*/
/*.font_caps_proper{
  text-transform: lowercase; 
}
.font_caps_proper:first-letter{
  text-transform: uppercase; 
}*/
.error{
  color:red;
  font-size: 12px;
}
button:focus,button:active,button{
  outline: none;
}
md-toast.md-default-theme .md-toast-content, md-toast .md-toast-content{
  color: #fff;
  background-color: #ff7345;
}
md-toast{
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 50px !important;
  top: auto;
  z-index: 999999;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
 /* -webkit-appearance: none;*/
  margin: 0;
}

/* Firefox */
input[type=number] {
  /*-moz-appearance: textfield;*/
}
.img{
  max-width: 100%;
  width: 100%;
}
.imageUploadingLoader{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.imageUploadingLoaderInner{
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
  background-color: rgb(255 255 255 / 74%);
}
.imageUploadingLoaderInner>i{
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.relative{
  position: relative;
}
.delete-btn-wrapper>ul>li{
  display: inline-block;
}
.delete-btn-wrapper>ul{
  margin-bottom: 20px;
  float: left;
  width: 100%;
}
.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.bold{
  font-weight: bolder;
}
.no_transition{
  -webkit-transition: all ease-in-out 0s !important;
  -moz-transition: all ease-in-out 0s !important;
  -ms-transition: all ease-in-out 0s !important;
  -o-transition: all ease-in-out 0s !important;
  transition: all ease-in-out 0s !important;
}
.nav>li>a>img {
    max-width: none;
    position: relative;
    float: left;
    margin: 0 5px 0 0;
}
.general-main-heading .margin_top_0{
  margin-top: 0;
}
.modal-backdrop.in,.modal.in{
  opacity: 1;
  visibility: visible;
}
.modal-backdrop,.modal{
  display: block;
  opacity: 0;
  visibility: hidden;
}
.modal-backdrop {
    background-color: rgb(0 0 0 / 40%);
}
.modal-footer {
    padding: 15px 0 ;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-body {
    position: relative;
    padding: 15px 0;
    float: left;
    width: 100%;
}
.record-img{
  padding: 3px;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  float: left;  
}
.record-img img{
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.a4-portrait .record-img-info{
  float: left;
  width: 100%;
}
.a4-portrait .record-img-wrapper{
  float: left;
}
.singleClass{
  float: left;
  width: 100%;
  margin: 0 0 50px 0;
}
.report-data-table th, .report-data-table td{
    padding: 0;
}
#page {
  background: #FFF;
  padding: 20px;
  margin: 20px;
  float: left;
}

#demo-basic {
  min-width: 300px;
  min-height: 300px;
}


/*** Jquery Ui Theme ***/

/*! jQuery UI - v1.11.4 - 2015-03-11
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=333333&bgTextureHeader=diagonals_thick&bgImgOpacityHeader=8&borderColorHeader=a3a3a3&fcHeader=eeeeee&iconColorHeader=bbbbbb&bgColorContent=f9f9f9&bgTextureContent=highlight_hard&bgImgOpacityContent=100&borderColorContent=cccccc&fcContent=222222&iconColorContent=222222&bgColorDefault=111111&bgTextureDefault=glass&bgImgOpacityDefault=40&borderColorDefault=777777&fcDefault=e3e3e3&iconColorDefault=ededed&bgColorHover=1c1c1c&bgTextureHover=glass&bgImgOpacityHover=55&borderColorHover=000000&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=ffffff&bgTextureActive=flat&bgImgOpacityActive=65&borderColorActive=cccccc&fcActive=222222&iconColorActive=222222&bgColorHighlight=ffeb80&bgTextureHighlight=inset_hard&bgImgOpacityHighlight=55&borderColorHighlight=ffde2e&fcHighlight=363636&iconColorHighlight=4ca300&bgColorError=cd0a0a&bgTextureError=inset_hard&bgImgOpacityError=45&borderColorError=9e0505&fcError=ffffff&iconColorError=ffcf29&bgColorOverlay=aaaaaa&bgTextureOverlay=highlight_hard&bgImgOpacityOverlay=40&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=highlight_soft&bgImgOpacityShadow=50&opacityShadow=20&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
  z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  min-height: 0; /* support: IE7 */
  font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4em;
}
.ui-button-icons-only {
  width: 3.4em;
}
button.ui-button-icons-only {
  width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}
.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}

/* button sets */
.ui-buttonset {
  margin-right: 7px;
}
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0; /* support: IE7 */
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25); /* support: IE8 */
  opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  /* Support: IE7 */
  overflow-x: hidden;
  padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}
.ui-selectmenu-open {
  display: block;
}
.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px;
}
.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}
.ui-spinner-up {
  top: 0;
}
.ui-spinner-down {
  bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px;
}
.ui-tabs {
  position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #cccccc;
  background: #f9f9f9 url("images/ui-bg_highlight-hard_100_f9f9f9_1x100.png") 50% top repeat-x;
  color: #222222;
}
.ui-widget-content a {
  color: #222222;
}
.ui-widget-header {
  border: 1px solid #a3a3a3;
  background: #333333 url("images/ui-bg_diagonals-thick_8_333333_40x40.png") 50% 50% repeat;
  color: #eeeeee;
  font-weight: bold;
}
.ui-widget-header a {
  color: #eeeeee;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #777777;
  background: #111111 url("images/ui-bg_glass_40_111111_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #e3e3e3;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #e3e3e3;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #000000;
  background: #1c1c1c url("images/ui-bg_glass_55_1c1c1c_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #ffffff;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #ffffff;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #cccccc;
  background: #ffffff url("images/ui-bg_flat_65_ffffff_40x100.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #222222;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #222222;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #ffde2e;
  background: #ffeb80 url("images/ui-bg_inset-hard_55_ffeb80_1x100.png") 50% bottom repeat-x;
  color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #9e0505;
  background: #cd0a0a url("images/ui-bg_inset-hard_45_cd0a0a_1x100.png") 50% bottom repeat-x;
  color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter:Alpha(Opacity=70); /* support: IE8 */
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter:Alpha(Opacity=35); /* support: IE8 */
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_bbbbbb_256x240.png");
}
.ui-state-default .ui-icon {
  background-image: url("images/ui-icons_ededed_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-active .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-state-highlight .ui-icon {
  background-image: url("images/ui-icons_4ca300_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_ffcf29_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa url("images/ui-bg_highlight-hard_40_aaaaaa_1x100.png") 50% top repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url("images/ui-bg_highlight-soft_50_aaaaaa_1x100.png") 50% top repeat-x;
  opacity: .2;
  filter: Alpha(Opacity=20); /* support: IE8 */
  border-radius: 8px;
}

/** Jquery Ui Theme end **/

.modal-title{
  font-family:inherit; 
}
.removeBackgroundImage{
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  color: #fff;
  padding: 5px 8px;
  line-height: 1;
  background: #ea0000;
  display: 1;
}
.modal{
  z-index: 9999;
}
.card-wrapper .card .card-text span, .card-label span{
  /*white-space: break-spaces;*/
  /*white-space: nowrap;*/
  white-space: pre;
  display: inline-block;
} 
.displayNumberArrow{
  -webkit-appearance: auto !important;
}
.boxWidth{
  position: absolute;
  bottom: calc(100% + 10px);
  left: 0;
  width: 100%;
  text-align: center;
}
.boxHeight{
  position: absolute;
  top: 0px;
  left:calc(100% + 10px);
  height: 100%;
  text-align: center;   
}
.lineWidth{
  position: relative;
  width: 100%;
  float: left;
  text-align: center;
}

.lineWidthText{
  background: #fff;
  position: relative;
  z-index: 9;
  padding: 0 10px;
  line-height: 1;
  font-size: 14px;
}
.lineHeight{
  position: relative;
  height: 100%;
  float: left;
}
.lineHeight:after,
.lineWidth:after{
  background: #a2a2a2;
  content: "";
  position: absolute;  
}
.lineHeight:after{
  top:0;
  left: 50%;
  width: 1px;
  height: 100%;
}
.lineWidth:after{
  width: 100%;
  left: 0;
  top: 50%;
  height: 1px;
}
.lineHeight>span{
  position: relative;
  top: calc(50% - 10px);
  background: #fff;
  z-index: 1;
  font-size: 14px;
}

.card-design-templates-section .right-section .thumb-vertical-wrapper{
  height: 459px;
  margin-top: 0;
  margin-bottom: 0;
  width:100%;
}
.card-design-templates-section .right-section .thumb-inner-wrapper img{
  float: left;
}
.card-design-templates-section .right-section .thumb-inner-wrapper{
  padding: 0; 
}

.card-design-templates-section .right-section .thumb-inner-wrapper .thumb{
  float: left;
  border-bottom:solid 0px #d2d2d2;
  width: 100%;
}
.card-design-templates-section .right-section .thumb-outer-wrapper .thumb-footer{
  float: left;
  width: 100%;
}
.tamplateOperationWrapper{
  width: 100%;
  float: left;
  text-align: center;
  background:#fff;
  margin:0;
}
.tamplateOperationWrapper li{
  margin: 0 2px;
  padding: 0;
  border-radius: 50%;
  overflow: hidden;
}
.tamplateOperationWrapper li>a.btn-xs{
  width: 30px;
  height: 30px;
  color: #fff;
  border: 50% !important;
  background:#ff7345;
  padding: 0;
  border: 0;
  margin: 0;
  position: relative;
}
.tamplateOperationWrapper li>a.btn-xs .fa{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
input.hideNumberArrows::-webkit-outer-spin-button,
input.hideNumberArrows::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input.hideNumberArrows[type=number] {
  -moz-appearance: textfield;
}
.tickMarkIcon{
  opacity: 0;
}
.selected .tickMarkIcon{
  opacity: 1;
}
.lastUpdatedAtTemplate{
  background: #ff7345;
  margin:0;
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  border-radius: 5px;
  font-size: 12px;
}
.sendImaegEmail{
  margin-top: 50px; 
}
.sendImaegEmail .emailField{
  width: 70%;
  float: left;
}
.sendImaegEmail .buttonField{
  width: 30%;
  float: right;
}

.card-sheet-cell.fromright{
  float: right!important;
}


.numberFormatArrow input::-webkit-outer-spin-button,
.numberFormatArrow input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.numberFormatArrow input[type=number] {
    -moz-appearance: textfield;
}
.card-sheet-cell{
  border: 0 !important;
}
.previewBorder{
  border: 0 !important; 
  background-color: #eee;
}
.templateWrapper{
  width: 100%;
}
.templImage{
  width: 100%;
  height: 150px;
}
.templImage>img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/*.selected {background-color: #4af;}*/

/* Css for google authentication */

.google-login {
  width: 100%;
}

.google-login button {
  width: 100%;
  margin: unset;
}

.google-login-wrapper {
  width: 100% !important;
  max-width: 100% !important;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

#googleSignInDiv > div {
 width: fit-content !important;
    margin: 0 auto !important;
}

/* #googleSignInDiv iframe {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
} */
.S9gUrf-YoZ4jf>div>div{
  width: 12vw !important;
}
.haAclf{
  display: flex !important;

}

.S9gUrf-YoZ4jf iframe{
      margin: -2px -10px -2px 110px !important;
    width: fit-content !important;
}
@media screen and (max-width: 1366px) {
    .S9gUrf-YoZ4jf>div>div{
    width: 25vw !important;
    min-width: 25vw !important;
    max-width: 25vw !important;
  }
}
@media screen and (max-width: 767px) {
    .S9gUrf-YoZ4jf>div>div{
    width: 85vw !important;
    min-width: 85vw !important;
    max-width: 85vw !important;
  }
}
.S9gUrf-YoZ4jf>div{
      text-align: center;
    display: flex
;
    align-items: center;
    justify-content: center;
}


.google-sso-line-wrapper p{
  position: relative;
  width: fit-content;
  margin: 2.5rem auto 1.5rem auto;
}

.google-sso-line-wrapper p::after{
  content: "";
    width: 10vw;
    height: 1px;
    background-color: #DEDEDE;
    position: absolute;
    left: 200%;
    top: 50%;
    transform: translateY(-50%);
}
.google-sso-line-wrapper p::before{
  content: "";
    width: 10vw;
    height: 1px;
    background-color: #DEDEDE;
    position: absolute;
    right: 200%;
    top: 50%;
    transform: translateY(-50%);
}