html,body,.fdiv{
    position: absolute;
    margin: 0;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
@media only screen and (max-width: 650px) {
  body {
    width: 650px;
  }
    #tcaname{
        font-size: 20px !important;
    }
}
body{
    background: url(graphs/bg.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.unselecteable {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10+ and Edge */
  user-select: none; /* Standard syntax */
}
.fdiv{
    position: relative;
}
/*PAGE*/
.fittp{
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 95%;
    max-height:95%;
}
.ttopic{
    font-size: 3em;
    text-shadow: 2px 2px 10px black;
}
#mainp{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
#tbar{
    position: absolute;
    top:0px;
    left: 0px;
    height: 100px;
    width: 100%;
    background: #00aeef;
    box-shadow: 0px 0px 20px;
}
#fpage{
    position: absolute;
    top: 100px;
    left: 0px;
    height: calc(100% - 100px);
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
/*    background: rgba(0, 174, 239, 0.3);*/
}
/*TIPTOOL*/

.tooltip{
               display: inline;
            position: relative;
        }

        .tooltip:hover:after{
            background: #00aeef;
/*            background: rgba(0,0,0,.8);*/
            border-radius: 10px;
            bottom: 36px;
            color: #000;
            content: attr(ttt);
            left: 20%;
            padding: 5px 15px;
            position: absolute;
            z-index: 98;
            width: 220px;
        }

        .tooltip:hover:before{
            border: solid;
            border-color: #333 transparent;
            border-width: 6px 6px 0 6px;
            bottom: 25px;
            content: "";
            left: 50%;
            position: absolute;
            z-index: 99;
        }
/*Restrictionbox*/
.isblacklist{
    border: 4px solid white;
    margin-bottom: -2px;
}
.isgraylist{
    border: 4px solid gray;
    margin-bottom: -2px;
}

/*MAILING*/
#p_m_m:hover{
    box-shadow: 5px 5px 15px inset;
}
#p_m_m{
    /*mailing*/
    position: absolute;
    width: 50%;
    height: 70%;
    top: 0px;
    left: 0px;
    background: #00aeef;
}
#p_m_d:hover{
    box-shadow: 5px 5px 15px inset;
}
#p_m_d{
/*    distribution*/
    position: absolute;
    width: 50%;
    height: 70%;
    top: 0px;
    left: 50%;
    background: #00aeef;
}
#p_m_s:hover{
    box-shadow: 5px 5px 15px inset;
}
#p_m_s{
/*    statistic*/
    position: absolute;
    width: 25%;
    height: 30%;
    top: 70%;
    left: 0px;
    background: #00aeef;
}
#p_m_b:hover{
    box-shadow: 5px 5px 15px inset;
}
#p_m_b{
/*    statistic*/
    position: absolute;
    width: 25%;
    height: 30%;
    top: 70%;
    left: 25%;
    background: #00aeef;
}
#p_c_b:hover{
    box-shadow: 5px 5px 15px inset;
}
#p_c_b{
/*    statistic*/
    position: absolute;
    width: 25%;
    height: 30%;
    top: 70%;
    left: 50%;
    background: #00aeef;
}
#p_m_t:hover{
    box-shadow: 5px 5px 15px inset;
}
#p_m_t{
/*    statistic*/
    position: absolute;
    width: 25%;
    height: 30%;
    top: 70%;
    left: 75%;
    background: #00aeef;
}

/*IBOARD*/

/*
.acsout{background:#00aeef;}

.acsin{display:none;}
.acsout:hover{
    height:80px !important;
    background: rgba(255, 255, 255, 0);
}
.acsout:hover >.acsin{
    display: block;
    position: relative;
    background: white;
}
.acsout:hover .indbar{
   margin-top: -10px !important;
}
*/

/*.acsout{display:none;}*/
.acsin{
    display: block;
    position: relative;
    background: white;
}

.indbar{
   margin-top: -10px !important;
}


/*

.acsout:hover .acsname{
    display: none  !important;
}
*/
.acsname{
    color: white;
    font-size: 1.3em;
}

.edel{
/*    padding: 5px;*/
    float: left;
    font-size: 1.5em;
    margin-left: 15px;
}

/*TOOLS*/
#tools{
    background: #f5f5f5;
    display: none;
    width: 90%;
    height: 90%;
    left: 5%;
    top: 5%;
    position: absolute;
    border: 2px solid #00aeef;
    box-shadow: 0px 0px 15px;
    overflow: hidden;
}
/* Spinner */
#d_spinner{

}
.sbutton {
    background-color: #14548c;
/*    background-color: #00aeef;   */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
}
.shortb{
    border: 1px solid;
    padding: 5px;
    font-size: 20px;
    box-shadow: 0px 0px 2px black;
}
.prizev{
    font-size: 1em;
    width: 60px;
    border-left: 10px solid #00aeef;
}
.prizev:before{
/*    content: "\00BB";*/
    content: "£";
    margin-left: -10px;
}
#d_s_e{
    font-size: 2em;
    overflow-y: auto;
}
#d_s_i{
    color: #ff0000;
}
.prs{
    font-size: 3em;
    margin-left: 15%;
}
.prsin{
    margin-left: 15%;
}
#lrand{
    font-size: 2em;
    width: 600px;
    overflow: hidden;
    background-color: #FFF;
    color: #222;
    font-family: Courier, monospace;
    font-weight: normal;
    font-size: 24px;
    resize: none;
    line-height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 15px;
    background-image: url('graphs/lines.png'), url('graphs/paper.png');
    background-repeat: repeat-y, repeat;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    -webkit-box-shadow: 0px 2px 14px #000;
    box-shadow: 0px 2px 14px #000;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    overflow: hidden;
    word-wrap: break-word;
    resize: none;
    height: 160px;
    overflow: auto;

}
textarea liner{
    width: 50px;
    height: 50px;
    background: red;
}
/* The checkb - checkbox */
.checkb {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkb input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {

    position: absolute;
    /*
    top: 0;
    left: 0;
    */
    margin-left: -40px;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: 2px solid;
}

/* On mouse-over, add a grey background color */
.checkb:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkb input:checked ~ .checkmark {
  background-color: #00aeef;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkb input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkb .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*END checkbox*/
/*no for restrictions */
.norest{
    filter: hue-rotate(0deg) invert(100%);
  /* IE 8 */
/*  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";*/

  /* IE 5-7 */
/*  filter: alpha(opacity=50);*/

  /* Netscape */
/*  -moz-opacity: 0.5;*/

  /* Safari 1.x */
/*  -khtml-opacity: 0.5;*/

  /* Good browsers */
/*  opacity: 0.5;*/
}
.pulse {
    animation: pulse 1s infinite;
    margin: 0 auto;
    display: table;
/*    margin-top: 50px;*/
    animation-direction: alternate;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    filter: hue-rotate(0deg) invert(100%);
}
/*for webkit*/
@-webkit-keyframes pulse{
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
/* for others*/
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
/*////// editor*/
.jodit_container{
    margin-left: 5%;
}
