body {
    padding-top: 50px;
    padding-bottom: 20px;
}

.nlToolbar,.canvasWrapper
{
    font-family: monospace;
}
.canvasWrapper {
    padding-left:20px;
}

.row.gutter-0 {
    margin-left: 0px;
    margin-right: 0px;    
}
/*.row.gutter-10 {
    margin-left: -5px;
    margin-right: -5px;    
}*/
.row.gutter-0 [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.m0 {
    margin: 0;
}
.p20 {
    padding: 20px;
}
.pt-10 {
    padding-top: 10px;
}

.canvasWrapper .col-md-9, .nlToolbar .col-md-9 {
    width: 71.6%;
}
.canvasWrapper .col-md-1, .nlToolbar .col-md-1 {
    width: 11.7%;
}
.canvasWrapper .col-md-9.well {
    /*padding: 10px;*/
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    max-width: 965px;
}
.canvasBg {
    background-image: url("../img/canvas_bg.jpg");
    background-repeat: repeat;
    /*Zoom In-Out*/
    max-height: 442px;
    overflow: hidden;
}
.canvas {
    position: relative;
}

.slidesWrapper {
    background: #eee;
    height: 464px; /* 442-canvas height, 20-padding, 2-border */
    overflow-y: auto;
}
.slidesWrapper hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border-color: #ccc;
}
.slideThumbnail:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.slideThumbnail {
    background-size: cover;
    width: 137px;
    height: 65px;
    border: 1px solid #ccc;
    border-radius: 4px;
    /*margin-bottom: 10px;*/
    display: inline-block;
    text-align: center;
    cursor: pointer;    
}
.slideThumbnail:not(.addSlide):hover {
    opacity: 0.5;
}
.slideThumbnail.selected {
    border: 2px solid #028284;
}
.generatedSlides>div {
    position: relative;
}
.dltSlide {
    right: 0;
}
.duplicateSlide {
    left: 0;
}
.dltSlide, .duplicateSlide{
    display: none;
    z-index: 9999;
}
.generatedSlides>div:hover .dltSlide, .generatedSlides>div:hover .duplicateSlide{
    position: absolute;    
    background:rgba(0,0,0,0.1);
    padding: 2px 4px;
    cursor: pointer;
    top: 0;
    display: block;
}

.generatedSlides p {
    /*margin-bottom: 10px;*/
}
.generatedSlides input {
    max-width: 100%;
    border: none;
}
.addSlide {
    background: #fff;
    border: 1px solid #d5d5d5;
    margin-bottom: 0px;
}
.addSlide:hover {
    background: #ddd;
    border: 1px solid #bbb;
}
.addSlide:hover i {
    color: #fff;
}
.addSlide i {
    margin: auto;
    text-align: center;
    vertical-align: middle;
    color: #ddd;
}

.rde-action-btn {
    background: transparent;
    border: transparent;
}

/*.nlToolbar */

.nlToolbar ul.nav {
    display: flex;
    align-items: center;
}

.nlToolbar .open > .dropdown-menu
{
    /*min-width: 290px;*/
    display: inline-flex;
}

.nlToolbar .fa-play {
    transform: rotate(270deg);
}

.nlToolbar .dropdown>li
{
    color: #777;
}

.nlToolbar .fa-vertical-line::after
{ 
    content: "\007C";
}

.nlToolbar .fa-horizontal-line::after
{ 
    content: "\2015";
}

.nlToolbar .fa-triangle::after
{ 
    content: "\25B3";
}

.nlToolbar .panel-collapse{
    padding-top: 10px;
}
.fa-1-5x {
    font-size: 1.5em;
}

.nlObjects .dropdown-menu li i {
    padding: 5px 10px;
    float: left;
    cursor: pointer;
}

.nlActions li,.nlOrders li,.nlObjects li{
    padding: 10px;
    color: #666;
    cursor: pointer;
}

.nlObjects li.dropdown
{
    padding: 0;
}

.nlActions li i[disabled="disabled"],
.nlOrders li i[disabled="disabled"],
.nlObjects li i[disabled="disabled"]
{
    color: #999;
}

.static-text li{
    min-width: 250px;
    border-right: 1px solid #eee;
}

.static-text .btn-primary
{
    margin: 15px;
}

.custom-select
{
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    right: 0;
    background-color: #111; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    color: #ccc;
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: -15px;
    right: 5px;
    font-size: 36px;
    /*margin-left: 50px;*/    
}
.actionListObj {
    cursor: pointer;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-right .5s;
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;color: #ccc;}
    .sidenav a {font-size: 18px;}
} 

/*range input*/
.input-range
{
    cursor: pointer;
}

.range-value {
    display: inline-block;
    position: relative;
    width: 60px;
    color: #fff;
    font-size: 16px;
    font-weight:bold;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    background: #999;
    padding: 5px 10px;
    margin-left: 7px;
    margin-bottom: 5px;
}
.range-value:after {
    position: absolute;
    bottom: -10px;
    left: 25px;

    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 7px solid #999;
    border-bottom: 7px solid transparent;
    content: '';
    transform: rotate(270deg);
}

.singleAction {
    background: rgba(255,255,255, 0.15);
    margin: 5px 0px;
    font-size: 12px;
    position: relative;
}
.singleAction p {
    margin: 0;
    padding: 1px 10px;
}
.singleAction .dltAction {
    position: absolute;
    right: 10px;
    top: 5px;
    cursor: pointer;
}
.singleAction .dltAction:hover {
    color: #FFFFFF;
}

.loadingWrapper {
    display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    background:rgba(0,0,0,0.8);
    top: 0;
    left: 0;
    z-index: 99999;
}
.loadingWrapper img {
    position: absolute;
    left: 45%;
    top: 45%;
}

.alert {
    position: fixed;
    top: 10px;
    left: 30%;
    z-index: 999;
    display: none;
}

/* design */
.navbar 
{
    background-image: -webkit-linear-gradient(113deg, #014b4c 0, #017071 35%, #028284 100%);
}

.navbar-default .navbar-nav>li,.navbar-default .navbar-nav>li>a
{
    color: #fff;
}

.navbar-default .navbar-nav>li:hover,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:hover, 
.navbar-default .navbar-nav>.open>a:focus
{
    color: #D3D3D3;
}

.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>li>a:hover, 
.navbar-default .navbar-nav>li>a:focus
{
    background-image: linear-gradient(to bottom,#014b4c 0,#017071 100%);
}

.static-text .btn-primary,
.cvAction .btn-success,
.cvImage .btn-primary,
.cvShape .btn-success
{
    background-color: #e7505a;
    border-color: #e7505a;  
    background-image:none;
} 

.static-text .btn-primary:hover,.static-text .btn-primary:focus,.static-text .btn-primary:active,
.cvAction .btn-success:hover,.cvAction .btn-success:focus,.cvAction .btn-success:active,
.cvImage .btn-primary:hover,.cvImage .btn-primary:focus,.cvImage .btn-primary:active
{
    background-color: #e12330;
    border-color: #dc1e2b;
}

.panel-group .panel + .panel {
    margin-top: 1px;
}
.panel-heading
{
    background-image: -webkit-linear-gradient(113deg, #014b4c 0, #017071 35%, #028284 100%) !important;
    padding: 0;
}

.panel-heading .panel-title a
{
    color: #fff;
    display: block;
    padding: 10px 15px;
}

.panel-heading:hover
{
    color: #D3D3D3;
}

.panel-body
{
    background: #44759b;
    color: #fff;
}

.panelObjectAlignment .panel-body
{
    display: flex;
}

.panelTextStyle
{
    display: flex;
}

.panelTextStyleIcon
{
    border: 1px solid #d9d9d9;
    padding: 6px 10px;
    margin: 0 5px;
    border-radius: 50%;
    cursor: pointer;
}

.panelTextStyleIcon i
{
    font-size: 1em;
}

.colorpicker 
{
    width: 25%;
}

.fa-align-left.top
{
    transform: rotate(90deg);
}

.fa-align-center.middle
{
    transform: rotate(270deg);
}

.fa-align-right.bottom
{
    transform: rotate(90deg);
}

.panel-heading
{
    cursor: pointer;
}

.panel-title a
{
    text-decoration: none;
}

.div-font-style-selected
{
    background: #343c75;
}

.nlActions ul li
{
    margin-top: 3px;
}

.section-li
{
    border-right: 1px solid;
    border-color: rgba(0,0,0,0.35);
    margin-top: 2px;
}
#download_as_image {
    padding: 0;
}

.nlActions li.disabled-li{
    opacity:0.7;
    cursor: default;
}

/*Custom Select Option List*/
.scrollableList {
    color:#666;
    width: 100%;
    background: #FFF;
    display:none;
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #B3B3B3;
}
.scrollableList ul {
    padding: 3px 0px 3px 0px;
    margin: 0;
    margin-left: -5px;
    position: absolute;
    width: 84%;
    background: #FAFAFA;
    margin-top: 5px;
    border: 1px solid #DEDEDE;
    z-index: 99;
    max-height: 210px;
    overflow-y: auto;
}
.scrollableList ul li {
    list-style:none;
    cursor:pointer;
    margin-left: 14px;
    line-height: 25px;
}
.selectedOption {
    margin-left: 10px;
    margin-top: 2px;
    cursor:pointer;
    background: url('http://img2.wikia.nocookie.net/__cb20120818025551/merlin1/images/4/46/Drop_down_arrow.gif') no-repeat right;
    height: 20px;
    background-size: 18px 18px;
}
.scrollableList ul li:hover {
    color:#c33;
}
.selectedOption:hover {
    color:#333;
}
.selectedOption
{
    font-weight:bold;
}

.nlZoom{
    padding: 10px;
}

.nlZoom ul li
{
    color: rgb(2, 130, 132);
    border: 1px solid #028284;
    padding: 3px 6px 0px;
    border-radius: 25px;
    cursor: pointer;
    margin: 0 3px;
}

.nlZoom ul li.labelData
{
    border-radius: 8px;
    padding: 1px 20px;
    cursor: default;
}
.nlZoom ul li.labelData label{
    margin-bottom:0;
}


#gradient_options .checkbox label,
#gradient_options .checkbox input
{
    margin-bottom:5px;
}

#gradient_options .colorpicker
{
    width: 50%;
}

.canvasScroll
{
    padding-top: 15px;
}

/*gradPicker-start*/

.gradPicker-container {
    /* position: absolute;
    width: 300px;
    height: 200px;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0; */
    padding: 25px 0;
  }

.gradPicker-cont {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    border-radius: 3px; 
    /* margin: -15px; */
    padding: 35px 15px;
    width: 100%;
    /* height: 175px; */
    background: white;
  }
  .gradPicker-cont .grp-preview {
    border-radius: 3px;
  }
  .gradPicker-cont .inputs {
    margin: 25px 0px 15px;
  }
  .gradPicker-cont .form-control {
    background-color: transparent;
    border: 1px solid #ccc;
    height: 30px;
    margin-top: 5px;
  }
  .radialGradient
  {
      color:#1F2667;
  }

.grp-handler
{
    top: -14px !important;
    width: 15px;
    margin-left: -7px;
    height: 180%;
    border: 2px solid #fff;
    box-shadow:#fff;
}

.grp-handler-drag:hover
{
    cursor: all-scroll;
}


/*gradPicker-end*/

.clippingShape
{
    display: flex;
    list-style: none;
    padding-left:0; 
}

.clippingShape li
{
    padding: 0 12px;
}

#nl_alignment .panel-body
{
    overflow-x: scroll;
    display: block;
}

.alignmentItem
{
    display: flex;
}

#btnRemoveObjBg
{
    color: red;
    cursor: pointer;
}

.lblCurPointer
{
    cursor: pointer
}

#nl_transform .panel-body>div
{
    padding-top:20px; 
}

#nl_transform .panel-body>div:first-child
{
    padding-top:10px; 
}

.lbl_txtAlignCenter
{
    text-align:center;
    display: block;
}

.pd_top10
{
    padding-top: 10px;
}
/* .disabled-li i{
    color: red;
} */