@charset "utf-8";

/* base styles */

.editorImage {
    width: 75px;
    height: 75px;
    object-fit: contain;
}

.jumbotron {
    background-color: #67A754;
    background-image: url(images/radial_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background: -webkit-gradient(radial, center center, 0, center center, 460, from(#B3ECFF), to(#7EDEFF));
    /* Safari 4-5, Chrome 1-9 */
    /* Can't specify a percentage size? Laaaaaame. */
    background: -webkit-radial-gradient(circle, #B3ECFF, #7EDEFF);
    /* Safari 5.1+, Chrome 10+ */
    background: -moz-radial-gradient(circle, #B3ECFF, #7EDEFF);
    /* Firefox 3.6+ */
    background: -ms-radial-gradient(circle, #B3ECFF, #7EDEFF);
    /* IE 10 */
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2) inset, 0 -3px 7px rgba(0, 0, 0, 0.2) inset;
    color: #FFFFFF;
    padding: 40px 0;
    position: relative;
    text-shadow: 0 1px 3px rgba(255, 255, 255, 0.4), 0 0 30px rgba(255, 255, 255, 0.075);
}

.jumbotron h1 {
    font-family: 'Roboto', sans-serif!important;
    font-size: 45px;
    font-weight: 300;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 20px;
}

.jumbotron h1 span {
    color: rgba(0, 0, 0, 0.4);
}

.jumbotron p {
    font-family: 'Roboto', sans-serif!important;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.25;
    color: #444;
}

.jumbotron .container {
    position: relative;
    z-index: 2;
}

.jumbotron:after {
    background: url("../images/pattern.png") repeat scroll center center transparent;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: 0.4;
    position: absolute;
    right: 0;
    top: 0;
}

.jumbotron:after {
    background-size: 400px 400px;
}

.masthead {
    color: #FFFFFF;
    margin-bottom: 0;
    padding: 30px 0 10px;
}

h2.demo-text {
    font-family: 'Futura PT';
    font-size: 45px;
    font-weight: 300;
    color: #51D2FF;
    text-align: center;
    margin: 20px 0;
    line-height: 40px;
}

.features {
    padding: 20px 0 10px 0;
    background: #EEE;
    font-family: 'Roboto', sans-serif!important;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    font-weight: 300;
}

.footer {
    border-top: 1px solid #DDD;
    margin: 20px 0 10px 0;
    padding-top: 10px;
    font-size: 12px;
}


/* Editor Styles */

.Editor-container {
    font-family: 'Futura PT Book', "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 100%;
}

.line-control-menu-bar {
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    *border: 0;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
}

.line-control-status-bar {
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    *border: 0;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
}

.line-control-menu-bar {
    border-radius: 3px 3px 0 0;
    border-bottom: none;
    min-height: 25px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    background: #fff;
}

.line-control-menu-bar div:first-child {
    margin-left: 3px;
}

.line-control-menu-bar .dropdown {
    float: left;
}

.line-control-menu-bar .dropdown-toggle {
    font-size: 14px;
}

.line-control-menu-bar .dropdown-toggle .caret {
    margin-left: 5px;
    border-top-color: #999;
}

.line-control-menu-bar a.btn {
    position: relative;
    padding: 5px;
}

#paletteCntr {}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    /*height:auto; margin-bottom:10px;*/
}

.line-control-status-bar {
    min-height: 30px;
    border-radius: 0 0 3px 3px;
    border-top: none;
    line-height: 30px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    display: none;
}

.line-control-status-bar .label {
    float: right;
    margin: 6px 10px 0 0;
    background: #BBB;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
    padding: 2px 4px;
    font-size: 11.844px;
    line-height: 14px;
}

.Editor-editor {
    height: calc(100vh - 427px);
    padding: 1%;
    border: 1px solid #EEE;
    border-radius: 0;
    word-wrap: break-word;
}

#paletteCntr ul {
    width: 145px;
    float: left;
    z-index: 999;
    margin: 0 10px;
}

#paletteCntr li {
    cursor: pointer;
    display: block;
    height: 16px;
    float: left;
    margin: 0;
    padding: 0;
    width: 16px;
    margin: 1px;
}

#paletteCntr li div {
    text-align: left;
    margin: 0;
    font-size: 12px;
}

div.activeColour {
    position: absolute;
    display: inline;
    left: 0;
    top: 36px;
    border: 1px solid #ccc;
    padding-bottom: 10px;
    z-index: 10000;
    background: #fff;
}

#colorpellete,
#bg_colorpellete {
    float: left;
}

.bg_activeColour {
    position: absolute;
    display: inline;
    float: left;
}

.specialCntr,
.placeholdercls {
    display: inline;
    position: absolute;
    width: 180px;
    top: 37px;
    /*  left: 0;*/
    right: 0;
    border: 1px solid #e5e5e5;
    background: #fff;
    z-index: 1;
}
.placeholdercls-position {
    display: inline;
    position: absolute;
    width: 180px;
    top: 0px!important; 
    /*  left: 0;*/
    right: 0px!important;
    border: 1px solid #e5e5e5;
    background: #fff;
    z-index: 1;
}
.placeholdercls-unmonitered{
    display: inline;
    position: absolute;
    width: 180px;
    top: 42px !important;
    left: unset;
    right:1px!important;
    border: 1px solid #e5e5e5;
    background: #fff;
    z-index: 1;
}

.placeholdercls {
    height: 200px;
    overflow: auto;
    width: 200px !important;
}

.placeholdercls ul {
    white-space: normal;
    -webkit-padding-start: 0px;
    -moz-padding-start: 0px;
}

.placeholdercls ul li {
    list-style: none;
    font-size: 14px;
    padding: 6px;
    color: #333;
    cursor: pointer;
}

.placeholdercls ul li:hover {
    color: #ff4213 !important;
    background-color: #fff9f5;
}

.specialCntr ul {
    float: left;
    margin: 10px;
    white-space: normal;
    -webkit-padding-start: 0px;
    -moz-padding-start: 0px;
}

.specialCntr ul li {
    list-style: none;
    float: left;
    font-size: 18px;
    width: 20px;
    height: 20px;
    background: #FFF9F5;
    margin: 3px;
    color: #ff4213;
    text-align: center;
    cursor: pointer;
}

.specialCntr ul li:hover {
    background: #fd8e42;
    color: #fff;
}

pre {
    white-space: pre-wrap;
    /* css-3 */
    white-space: -moz-pre-wrap;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
}

.on {
    display: block;
    position: relative;
}

.fullscreen {
    position: fixed;
    background: #FFF;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    margin: 0;
}

.fullscreen .line-control-status-bar {
    position: fixed;
    bottom: 0;
    border-top: 1px solid #DDD;
}

.fullscreen #contentarea {
    border: none;
}


/***Custome Added Css for Left Tabs***/


/* .tabs-below > .nav-tabs,
  .tabs-right > .nav-tabs,
  .tabs-left > .nav-tabs {
  border-bottom: 0;
  }
  .tabs-left ul{
  -webkit-padding-start: 0px;
  }
  .tabs-left > .nav-tabs > li,
  .tabs-right > .nav-tabs > li {
  float: none;
  }
  .tabs-left > .nav-tabs > li > a,
  .tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
  }
  .tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
  }
  .tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  }
  .tabs-left > .nav-tabs > li > a:hover,
  .tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
  outline:none;
  }
  .tabs-left > .nav-tabs .active > a,
  .tabs-left > .nav-tabs .active > a:hover,
  .tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
  color:rgb(0, 176, 245) !important;
  outline:none;
  }
  */


/**form control width**/

.inner-modal-height {
    min-height:100px;
}

#imageList_editTempEditor {
    display: flex;
    flex-wrap: wrap;
}

/* #imageList_editTempEditor .thumbnail {
    padding: 2px;
    border-radius: 0px;
    float: left;
    margin-bottom: 2px;
    margin-right: 2px;
    overflow: hidden;
    object-fit: contain;
} */

@-moz-document url-prefix() {
    .form-control {
        padding: 6px 12px 10px 12px;
    }
}

.form-control-width {
    width: 100%;
    margin-bottom: 10px;
}

#tblInputsRight_txtEditor label {
    color: #21324f;
    font-family: 'Futura PT Book';
    margin-bottom: 0px!important;
}

#tblInputsLeft_txtEditor label {
    color: #21324f;
    font-family: 'Futura PT Book';
    margin-bottom: 0px!important;
}

#tblForm_editTempEditor label {
    color: #21324f;
    font-family: 'Futura PT Book';
    margin-bottom: 0.1rem;
}

#imageFromLinkBar_txtEditor input {
    width: 100%;
}

.form-control-link {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
}

.form-control-button-right {
    width: 204px;
}

.inline-form-control {
    display: inline !important;
    color: #21324f;
    font-family: 'Futura PT Book';
    margin-top: 15px;
}

.btn-group+.btn-group {
    margin-left: 5px;
}

.activeColour ul {
    -webkit-padding-start: 0px;
    -moz-padding-start: 0px;
}


/* h1{
  margin-top:10px;
  line-height:40px;
  } */

.col-lg-6 nth:child(1) {
    margin-left: 0px;
}

.nopadding {
    padding: 0px;
}

.nopadding-right {
    padding-right: 0px;
}


/*.modal {
    overflow-y: auto;
  }*/

.padding-top {
    padding-top: 10px;
}


/*** Drop Down Menu***/

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.dropdown-submenu:hover>a,
.dropdown-submenu:focus>a {
    text-decoration: none;
    background-color: #5599ff;
    color: #fff !important;
}

.dropdown-menu>li>a {
    cursor: pointer;
    padding-left: 10px;
}

@media only screen and (min-width: 332px) and (max-width: 475px) {
    div.activeColour {
        right: 0!important;
        left: unset!important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 575px) {
    #menuBarDiv_txtEditor .btn-group a i {
        font-size: 13px!important;
    }
    #menuBarDiv_editTempEditor .btn-group a i {
        font-size: 12px!important;
    }
    .line-control-menu-bar {
        justify-content: start;
    }
}