/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */


::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
} 

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}



/* ==========================================================================
   Author's RESETstyles
   ========================================================================== */

button{
  all: initial;
  * {
    all: unset;
  }
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */


/* ==========================================================================
   Droppdown with checkbox
   ========================================================================== */

.ms-parent {
    width:104% !important;
    margin-bottom:35px;
}
.ms-choice {
    display: block;
    width: 100%;
    height: 30px;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #E7E6EA;
    text-align: left;
    white-space: nowrap;
    color: #444;
    text-decoration: none;
    border-radius: 0px !important;
    background-color: #F7F6FA !important;
    line-height: 33px;
    font-size: 14px; 
}
.ms-drop input[type=radio], .ms-drop input[type=checkbox] {
    vertical-align: middle;
    margin: 5px;
    width: 20px;
    display: inline;
}
.ms-drop ul {
    max-height: 130px !important;
}
.ms-choice>span.placeholder {
    color:#757575;
}
.ms-choice>span {
    padding-left:15px;
}
.ms-drop ul>li {
    height:28px;
}


/** {
    font-family: Open Sans, sans-serif;
}*/

body {
    font-family: Open Sans, sans-serif;
    background: #F2F3F8;
    min-width: 1200px;
}

button {
    font-family: Open Sans, sans-serif;
}

a, a > *, a > * > * {
    cursor:pointer!important;
}


nav.side {
    width: 60px;
    height: 100%;
    position: fixed;
    background: #4A4A4A;
    z-index: 10;
}


.main {
    width: calc(100% - 60px);
    margin-left: 60px;
}


header {
    width: calc(100% - 120px);
    height: 100px;
    background: #FFFFFF;
    -webkit-box-shadow: 0 0 16px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 16px 0 rgba(0,0,0,0.1);
    padding: 0px 60px;
    line-height: 100px;

}

fieldset, input, textarea {
    display: block;
}

select  {
  all: initial;
  * {
    all: unset;
  }
}

input, textarea, select {
    width: 100%;
    margin-bottom: 40px;
    background: #F7F6FA;
    border: 1px solid #E7E6EA;
    min-height: 25px;
    border-radius: 2px;
    font-size: 14px;
    line-height: 30px;
}

input  {
    padding-left: 15px;
}

select {
    line-height: 30px;
    padding-left: 15px;
    background: #F7F6FA url('../img/down.svg') no-repeat 98% 50%;
    background-size: auto 30%;
    font-family: Open Sans, sans-serif;

}
a.clicked_disabled {
    pointer-events: none !important;
}

select option {
    position: absolute;
    top: 100px;
    margin-top: 100px;
}
select:disabled {
    opacity: 0.5;
}

textarea.last {
    margin-bottom: 0px!important;
}

fieldset.third_field {
    float: left;
    width: calc(22% - 15px);
    margin-right: 3%;
}
.last_field {
    margin-right: 0!important;
}
fieldset.usersField {
    width: 40%;
    margin-right: 30%;
    margin-left:30%;
}
fieldset.passwordField {
    width:80%;
    margin-right:10%;
    margin-left:10%;
}

fieldset.half_field {
    float: left;
    width: calc(45% - 15px);
    margin-right: 13%;
}
fieldset.half_field.market {
    width:20%;
    margin-right: 30px !important;
}
fieldset.half_field.category {
    width:20%;
    margin-right:5px !important;
}

fieldset.half_field:nth-child(2) {
    margin-right: 0;
}

fieldset.full_field {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

fieldset.full_field input {
    width: calc(100% - 15px);
}


label {
    font-size: 14px;
    color: #4A4A4A;
    display: block;
    margin-bottom: 10px;
}

textarea {
    width: calc(100% - 20px);
    min-height: 150px;
    color: #90A4AE;
    padding: 10px;
}

input:focus, textarea:focus { 
    outline: none;
}

.section_full_field {
    height: 250px;
    line-height:20px;
}

.divider {
    width: 100%;
    margin-top:15px;  
    clear: both;
    border-top: 1px solid lightgray;
}

.clear {
    width: 100%;
    float: none;
    display: block;
    clear: both;
}

h1.title {
    font-size: 24px;
    color: #4A4A4A;
    margin: 0px;
    text-align: left;
    float: left;
    font-weight: 300;
}

.header-right {
    float: right;
    margin-top: 30px; 
}
.addSectionButton {
    width:28%;
    text-align: center;
    margin-top: 20px;
    line-height: 33px;
    -webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.40);
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.40);
    text-align: center;
    font-size: 13px;
    color: white;
    background: #81c784;
    cursor:pointer;
}
.addSectionButton:hover {
    background: #5fb370;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
.two {
    margin-right:20px; 
    margin-top:10px;
    max-width: 250px;
    line-height:33px;
}
.hoverNow {
    border:1px solid red;
}
.header-right button, button.new_section, button.add_section {
    width: auto;
    padding: 0 20px;
    min-width: 100px;
    height: 40px;
    line-height: 40px;
    -webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.40);
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.40);
    text-align: center;
    font-size: 13px;
    color: white;
    float: right;
    margin-left: 20px;
}

button.new_section {
    float: left;
}

.header-right fieldset {
    float: right;
    margin-left: 20px;
    line-height: 40px;
}

.header-right fieldset select { 
    width: auto;
    padding: 0 20px;
    min-width: 120px;
    height: 40px;
    line-height: 40px;
    -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.20);
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.20);
    text-align: left;
    font-size: 13px;
    color: #000;
    background: #F7F6FA url(../img/down.svg) no-repeat 90% 50%;
    background-size: auto 30%;
}

.btn_bo {
    width: calc(33% - 33px);
    padding: 0 10px;
    min-width: 40px;
    height: 32px;
    line-height: 32px;
    -webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.30);
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.30);
    text-align: center;
    font-size: 13px;
    float: left;
    margin: 20px 0px 20px 10px;
    color: white;
}

.gray {
    background: #90A4AE;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.gray:hover {
    background: #6f8e9a;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.green {
    background: #81C784;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    cursor: pointer;
}

.green:hover {
    background: #5fb370;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
}


.add_section {
    width: 30%;
    height: 30px;
    color: #fff;
    text-align: center;
    float: none!important;
    position: relative;
    top: -50px;
}

content {
    width: calc(100% - 60px);
    height: 100%;
    padding: 30px 30px 30px 30px;
    display: block;


}
.full_header {
    background: #FFFFFF;
    width: calc(100% - 60px);
    padding: 30px 30px 0px 30px;
    border-top: 4px solid #E57373;
    margin: 0px auto 30px;
    display: block;  
    overflow:auto; 
    -webkit-box-shadow: 0 0 16px 0 rgba(0,0,0,0.1); 
    box-shadow: 0 0 16px 0 rgba(0,0,0,0.1);
}

.full_preview, .full_bo {
    background: #FFFFFF;
    border-top: 4px solid #E57373;
    display: block;  
    -webkit-box-shadow: 0 0 16px 0 rgba(0,0,0,0.1);  
    box-shadow: 0 0 16px 0 rgba(0,0,0,0.1);
    float: left;
    min-height: 400px;
}

.full_preview {
    width: calc(100% - 480px);
    min-width: 500px;
    max-width:800px;
    margin-bottom: 30px;
    padding-right:10px;
    padding-left:10px;
    padding-bottom:15px;
    padding-top: 20px;
    text-align: center;
    background: url(https://merbet.com/newsletter/geo-oblici.png);
}

.full_bo {
    min-width: 400px;
    max-width:calc(100% - 900px);
    width:100%;
    margin-left: 30px;
    text-align: center;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right:10px;
    position: sticky !important;
    position: -webkit-sticky;
    top: 0 !important;
    margin-bottom:10px;
}

.row {
    padding-left:20px;
    height: 48px;
    line-height: 48px;
    float: none;
    display: block;
    font-size: 14px;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

tr:nth-child(odd) {
  background: #F7F6FA; 
}
tr:not(:first-child):hover{
     background: #eae7f5!important;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
tr {
/*    line-height: 48px; */
    font-size: 14px;
}
.full {
    background: #FFFFFF;
    width: calc(100% - 60px);
    padding: 30px 30px 30px 30px;
    border-top: 4px solid #E57373;
    margin: 0px auto;
    display: block;  
    overflow:auto; 
    -webkit-box-shadow: 0 0 16px 0 rgba(0,0,0,0.1); 
    box-shadow: 0 0 16px 0 rgba(0,0,0,0.1);
}
.cell {
    height: 48px;
    overflow: hidden;
}
.users {
    width:21.5%;
}
.home_market {
    width: 20%;
}
.country {
    width: 43%;
}
.section {
    width: 86%;
}
.marketMarkets{
    width:28.66%;
}
.countryMarkets {
    width:28.66%;
}
.preview {
    background: url('../img/preview-gray.svg') no-repeat center center;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    cursor: pointer;
}
.preview:hover{
    background: url('../img/preview-hover.svg') no-repeat center center;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
.publish {
    background: url('../img/next.svg') no-repeat center center;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    cursor: pointer;
    background-size: 25px; 
}
.publish:hover{
    background: url('../img/next-hover.svg') no-repeat center center;
    background-size: 25px; 
    -webkit-transition: background 0.3s ease; 
    transition: background 0.3s ease;
}
.duplicate {
    background: url('../img/duplicate-gray.svg') no-repeat center center;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    cursor: pointer;
}
.duplicate:hover {
    background: url('../img/duplicate-hover.svg') no-repeat center center;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
.download {
    background: url('../img/download-gray.svg') no-repeat center center;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    cursor: pointer;
}
.download:hover{
    background: url('../img/download-hover.svg') no-repeat center center;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
.edit {
    background: url('../img/edit-gray.svg') no-repeat center center;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    cursor: pointer;
}
.edit_td {
    width: 7%;
    text-align: center;
    background: url('../img/edit-gray.svg') no-repeat center center;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    cursor:auto;
}
.edit:hover{
    background: url('../img/edit-hover.svg') no-repeat center center;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
.delete {
    text-align: center;
    background: url('../img/delete-gray.svg') no-repeat center center;
    cursor: pointer;
}
.delete_td {
    width: 7%;
    text-align: center;
    background: url('../img/delete-gray.svg') no-repeat center center;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    cursor:auto;
}
.delete:hover {
    background: url('../img/delete-hover.svg') no-repeat center center;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.height-forty {
    height: 40px;
}

.dragbox {
    width: calc(100% - 90px);
    margin:0px auto;
    padding-left: 50px;
    margin-bottom: 10px;
    background: #F7F6FA url('../img/drag.svg') no-repeat 10px center;
    border: 1px solid #E7E6EA;
    height: 40px;
    border-radius: 2px;
    font-size: 14px;
    margin-top:5px;
}

.dragbox div {
    float: left;
    height: 40px;
    line-height: 40px;
}

.drag_name {
    width: calc(100% - 80px);
    text-align: left;
}

.drag_delete {
    width: 40px;
    background: url('../img/delete-gray.svg') no-repeat center center;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    cursor: pointer;
}

.drag_delete:hover {
    background: url('../img/delete-hover.svg') no-repeat center center;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.drag_edit {
    width: 40px;
    background: url('../img/edit-gray.svg') no-repeat center center;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    cursor:pointer;
}

.drag_edit:hover {
    background: url('../img/edit-hover.svg') no-repeat center center;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    cursor:pointer;
}

.open_sec {
    width: 40px;
    background: url('../img/down.svg') no-repeat center center;
    background-size: 30%; /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Safari */
    transform: rotate(-90deg);
}


.paginacija-box {
    height: 48px;
    margin:20px 20px 0px 20px;
    display: block;
}

.paginacija {
    float: right;
}

.paginacija div {
    float: left;
    width: 48px;
    line-height: 48px;
    text-align: center;
    display: block;
}

.paginacija .pgnmb {
    background: #F7F6FA;
    margin: 0px 5px;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.paginacija .pgnmb:hover {
    background: #eae7f5;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
}


.side a div:first-child {
    display: block;
    width: 60px;
    height: 60px;
}


.side a div{
    background-color: none;
    cursor:pointer;
    /*transition: background-color 0.3s ease;*/
}

.side a div:hover {
    background-color: #F1F2F7!important;
    /*transition: background-color 0.3s ease;*/
}

#profile_nav:hover {
    background-color: white!important;
    /*transition: background-color 0.3s ease;*/
}

#profile_nav {
    background: url('../img/profile.png') no-repeat center center;
    background-size: 40px 40px;
    height: 100px;
}

#templates_nav {
    background: url('../img/templates.svg') no-repeat center center;
}

#markets_nav {
    background: url('../img/markets.svg') no-repeat center center;
}

#sections_nav {
    background: url('../img/sections.svg') no-repeat center center;
}

#users_nav {
    background: url('../img/users.svg') no-repeat center center;
}
#categories_nav {
  background: url('../img/categories.svg') no-repeat center center;
}


footer {
    width: calc(100% - 120px);
    height: 100px;
    background: white;
    padding: 0px 60px 0px 60px;
    -webkit-box-shadow: 0 0 16px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 16px 0 rgba(0,0,0,0.1);
    clear: both;
    margin-top:13%;
}



/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black;*/
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 100px;
    height: 50px;
    line-height: 50px;
    background-color: #F2F3F8;
    color: #ABABAB;
    text-align: left;
    padding: 5px;
    border-radius: 2px;
    left: 60px;
    position: absolute;
    z-index: 1;
    -webkit-box-shadow: 2px 0 3px 0 rgba(0,0,0,0.20);
    box-shadow: 2px 0 3px 0 rgba(0,0,0,0.20);
    cursor:pointer!important;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.sortable {
    border-bottom: 1px solid #4a4a4a24;
    border-top: 1px solid #4a4a4a24;
    min-height: 280px;
    margin-top: 15px;
    margin-bottom:15px;
}


.sortable-placeholder {
            /*border: 1px dashed #CCC;*/
            background: none;
        }

.confirmDeleteButton {
    padding-left:5px;
    padding-right:5px;
    padding-top:3px;
    padding-bottom:3px;
    vertical-align:center;
    text-align:center;
    background-color:#d9534f;
    color:white;
    border:none; 
    width:65%;
    margin-left:10%;
    font-size:14px;

}
.confirmDeleteButton:hover {
    background-color:#ba1d1d;
}
.confirmDuplicateButton {
    padding-left:5px;
    padding-right:5px;
    padding-top:3px;
    padding-bottom:3px;
    vertical-align:center;
    text-align:center;
    background-color:#90a4ae;
    color:white;
    border:none; 
    width:78%;
    margin-left:5%;
    font-size:14px;
}
.confirmDuplicateButton:hover{
    background: #6f8e9a;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
/* ==========================================================================
   Modal for Sections Names
   ========================================================================== */
#selectSection_container {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0,0.3);
    z-index:12;
    display: grid;
    grid-template-columns: 1fr minmax(500px, 1fr) 1fr;
    grid-template-rows: 100px 1fr 100px;
}
#dialogBox2{
    background: white;
    padding: 20px;
    border: 1px solid #4a4a4a;
    grid-column: 2/3;
    grid-row: 2/3;
    display: grid;
    grid-template-rows: 40px minmax(200px, 1fr) 40px;
    overflow:hidden;
    border-top: 4px solid #E57373
}
#dialogBox3{
    background: white;
    padding-top: 30px;
    border: 1px solid #4a4a4a;
    grid-column: 2/3;
    grid-row: 2/3;
    display: grid;
    grid-template-rows: 40px minmax(100px, 1fr) 70px;
    overflow: hidden;
    border-top: 4px solid #E57373;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
    text-align: center;
}
#downloadHtmlButton {
    font-size: 20px;
    color: #4a4a4a;
    text-decoration: underline; 
    margin-top:10px;
}
#downloadHtmlButton:hover {
    font-size: 24px;
}
.modalHeader {
    height: 30px;
    padding: 5px;
    margin-bottom: -5px;
}
.modalContent {
    margin-bottom: 10px;
    border-top:2px solid #90A4AE;
    margin-top:10px;
    overflow:auto;
    padding-top:10px;
}
.modalContent p {
    text-align: left;
}
.modalContent3 {
    margin-bottom: 10px;
    border-top:2px solid #90A4AE;
    margin-top:10px;
    overflow:auto;
    padding-top:20px;
}
.modalSelect{
    line-height: 25px; 
    padding:7px;
    cursor:pointer;
}
.modalSelect:hover {
    background: #eae7f5!important;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
.modalSelect p {
    display:inline;
    font-size:14px;
}
.closeModalSections {
    background: #90A4AE;
    background-size: 40px 40px;
    height: 100px;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    color:white;
    border:none;
    padding:0 20px;
    text-align:center;
    -webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.40);
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.40);
    font-size: 13px;
    cursor:pointer;
    float: right;
    width: 26%;
    height: 85%;
    margin-top:15px;
}

.closeModalSections:hover {
    background: #6f8e9a;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
.modalContent .modalSelect:nth-child(2n+1) {
    background: #F7F6FA;
}
.modalsSaveClose {
    text-align:end;
}
.previewField {
    width:90%;
}
.previewLine{
    width: 90%;
    color: #90a4ae;
    font-size: 12px;
    border-bottom: 1px dotted #90a4ae;
    text-align: center;
    margin-left: 5%;
    margin-bottom:20px;
}
/* ==========================================================================
   Change password
   ========================================================================== */
   #changePassword {
    background: #a6a6a6;
    border: none;
    height: 30px;
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 75%;
    color: white;
}
#changePassword_container {
    position:fixed;
    width:350px;
    float:left;
    left:50%;
    top:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%); 
}
#dialogBox {
    opacity:1;
    background:white;
    width:350px;
    padding:20px;
    border:1px solid #4a4a4a;
}

.closebtnChangePassword{
    margin-left: 15px;
    color: black;
    float: right;
    font-weight:bold;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    color:#4a4a4a;
}
.submit {
    background: #81C784;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    color:white;
    padding:5px;
    width:20%;
    text-align:center;
    height:20px;
    -webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.40);
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.40);
    font-size: 13px;
    cursor:pointer;
    margin-right:3%;
}
.close {
    background: #90A4AE !important;
    float:right;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    color:white;
    border:none;
    padding:5px;
    width:20%;
    height:20px;
    text-align:center;
    -webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.40);
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.40);
    font-size: 13px;
    cursor:pointer;
}
.close:hover {
    background: #6f8e9a;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
.backToSection {
    background: #90A4AE !important;
    float:right;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    color:white;
    border:none;
    padding:5px;
    width:20%;
    height:20px;
    text-align:center;
    -webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.40);
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.40);
    font-size: 13px;
    cursor:pointer;   
}
.backToSection:hover {
    background: #6f8e9a !important;
    -webkit-transition: background 0.3s ease !important;
    transition: background 0.3s ease !important;
}
.submit:hover {
    background: #5fb370;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease; 
}
/* ==========================================================================
   Edit section
   ========================================================================== */
   


/* ==========================================================================
   alerts
   ========================================================================== */
#alert_container {
    z-index: 9999999;
    position: fixed;
    right: 0;
    padding: 20px;
}

.alert {
  width: 350px;
  padding: 20px;
  /*background-color: #f44336;*/
  color: white;
  opacity: 1;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  margin-bottom: 15px;
}

.alert.success {background-color: #4CAF50;}
.alert.info {background-color: #2196F3;}
.alert.warning {background-color: #ff9800;}
.red {
    background-color: #d20000;
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}
/* ==========================================================================
   Pagination
   ========================================================================== */
.pagination_container {
    display:inline-block;
    float:right;
}
.pagination {
    background-color:white !important;
    cursor:auto;
    margin-top:60px;
    margin-bottom:-30px;
}
.pagination_buttons {
    cursor:pointer;
    font-size: 16px;
    margin-left: 5px;
    -webkit-transition:background-color 1s;
    transition:background-color 1s;
    width:25px;
    height:25px;
    text-align:center;
}
.activePage {
    color: white;
    background-color: #90a4ae;
}
.pagination_buttons:hover:not(.activePage){
    background-color:#90a4ae63;
}
/* ==========================================================================
   Search
   ========================================================================== */
.header_container {
    float: left;
    width: 50%;
    height: 100px;
}
#search {
    height:20px !important;
    width:200px;
    display:inline;
    -webkit-box-shadow: 4px 0px 6px 0 rgba(0,0,0,0.12);
    box-shadow: 4px 0px 6px 0 rgba(0,0,0,0.12);
    border:none;
    padding-left:0px !important;
}
.searchIcon {
    padding: 7px;
    padding-top: 6px;
    background: #F7F6FA;
    margin-right: -5px;
    -webkit-box-shadow: 2px 0px 6px 0px rgba(0,0,0,0.11);
    box-shadow: 2px 0px 6px 0px rgba(0,0,0,0.11);
}
/* ==========================================================================
   Password
   ========================================================================== */
.eyeIcon {
    position: absolute;
    z-index: 1;
    padding: 9px;
    display: inline-block; 
    cursor:pointer; 
}
#password{
    display:inline-block;
    position:relative;
    padding-left:40px;
    width:calc(100% - 25px);
}
.fa-eye-slash {
    position: absolute;
    z-index: 1;
    padding: 9px;
    display: inline-block; 
    cursor:pointer; 
}

/* ==========================================================================
   LOADING
   ========================================================================== */

#loader_wraper .loader-section {
   position: fixed;
   width: 51%;
   height: 100%;
   top: 0;
   z-index: 1000;
   background-color: #f2f3f8;
}

#loader_wraper {
    opacity: 0.5;
}

 .section-left {
    left: 0;
 }

 .section-right {
    right: 0;
 }

#loader-wraper {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 1000;
   }


#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 3px solid transparent;
  border-top-color: #F27121;
  border-radius: 50%;
  -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  left: 5px;
  bottom: 5px;
  border: 3px solid transparent;
  border-top-color: #E94057;
  border-radius: 50%;
  -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
  left: 15px;
  bottom: 15px;
  border: 3px solid transparent;
  border-top-color: #8A2387;
  border-radius: 50%;
  -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

.loaded #loader-wraper .section-left {
    -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
          transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.3s 0.3s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
          transition: all 0.3s 0.3s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

.loaded #loader-wraper .section-right {
  -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
          transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.3s 0.3s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
          transition: all 0.3s 0.3s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

.loaded #loader {
  opacity: 0;
   -webkit-transition: all 0.3s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
          transition: all 0.3s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

.loaded #loader_wraper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
          transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */
}
.loaded #loader-wraper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
          transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */
} 

@-webkit-keyframes spin {
  0% {
  -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
          transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
  }

  100% {
    -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
          transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
  }
}

@keyframes spin {
  0% {
  -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
          transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
  }

  100% {
    -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
          transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
  }
}

/* ==========================================================================
   Data Table
   ========================================================================== */
/*
    #DataTables_Table_0_length {
        display: none; 
    }*/
    .coloring {
        position: absolute;
        top:-150px;
        right:185px;
    }
   /*
 #DataTables_Table_0_info {
        display: none;
    }*/
    table.dataTable tbody th, table.dataTable tbody td  {
     padding: 0px;
}
tr {
/*    line-height: 0px;*/
}
table.dataTable thead th, table.dataTable thead td {
    border-bottom: 0px;
}
table.dataTable thead th, table.dataTable thead td {
    white-space: nowrap;
}
table.dataTable.no-footer {
    border-bottom: 0px;
}

.paginate_button {
    cursor:pointer;
    font-size: 16px;
    margin-left: 5px;
    -webkit-transition:background-color 1s;
    transition:background-color 1s;
    text-align:center;
    padding: 3px 13px !important; 
}
.paginate_button:hover{
    /*background: #90a4ae !important;*/
    border:0px !important;
}
.paginate_button.current {
    color: white !important;
    background: #90a4ae !important;
    border: 0px !important;

}
.paginate_button:hover:not(.current){
    background:#90a4ae63 !important;
    border:0px !important;
}
.dataTables_paginate {
    margin-top:30px;
}
table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {

    background-position: center left !important;
}
    .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        color:white !important;
    }

td.dataTables_empty {
    padding-top:15px !important;
    background-color: white;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}
.hover {
    background-color:#b3d4fcc4;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
.note-popover .note-popover-content .note-color-all .note-dropdown-menu, .note-toolbar .note-color-all .note-dropdown-menu {
     min-width: 0px; 
 }
.note-editing-area {
    height:250px !important;
}
.note-dropdown-menu {
    height: 250px !important;
    width: 170px;
}
.note-palette:first-child {
    position: absolute;
    margin-top: 128px !important;
}
/*note-palette*/

/* ==========================================================================
   TASK LIST
   ========================================================================== */



.tasks-lists {
     position: absolute;
     top: 50%;
     right: 10px;
     margin-top: -11px;
     padding: 10px 4px;
     width: 19px;
     height: 3px;
}
.tasks-list-item:nth-child(even) {
    background-color: #f9f9f9;
}
 .tasks-lists:before {
     content: '';
     display: block;
     height: 3px;
     background: #8c959d;
     border-radius: 1px;
}

 .tasks-list-item {
     display: block;
     line-height: 24px;
     padding: 12px 15px;
     cursor: pointer;
     text-align: left;
}
 .tasks-list-item + .tasks-list-item {
     border-top: 1px solid #f0f2f3;
}
 .tasks-list-cb {
     display: none;
}
 .tasks-list-mark {
     position: relative;
     display: inline-block;
     vertical-align: top;
     margin-right: 12px;
     width: 20px;
     height: 20px;
     border: 2px solid #c4cbd2;
     border-radius: 12px;
}
 .tasks-list-mark:before {
     content: '';
     display: none;
     position: absolute;
     top: 50%;
     left: 50%;
     margin: -5px 0 0 -6px;
     height: 4px;
     width: 8px;
     border: solid #E57373;
     border-width: 0 0 4px 4px;
     -webkit-transform: rotate(-45deg);
     transform: rotate(-45deg);
}
 .tasks-list-cb:checked ~ .tasks-list-mark {
     border-color: #E57373;
}
 .tasks-list-cb:checked ~ .tasks-list-mark:before {
     display: block;
}
 .tasks-list-desc {
     color: #8a9a9b;
}
.note-editor.note-frame.fullscreen {
    margin-left: 60px;
    width: calc(100% - 60px) !important;
}
#markets_dropdown {
    width: 60px;
    padding: 0 15px;
    min-width: 115px;
    height: 28px;
    line-height: 30px;
    -webkit-box-shadow: 4px 0px 6px 0 rgba(0,0,0,0.12);
    box-shadow: 4px 0px 6px 0 rgba(0,0,0,0.12);
    text-align: left;
    font-size: 13px;
    color: #000;
    /* background: #F7F6FA url(../img/down.svg) no-repeat 90% 50%; */
    /* background-size: auto 30%; */
    border: none;
}
