.flex_center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.Total_Soft_PTable_AMD {
    width: 99%;
    position: relative;
    height: 120px;
    background-color: #ffffff;
    margin-top: 10px;
    margin-left: 0;
    box-shadow: inset 0px 0px 10px #dedcdc;
    -moz-box-shadow: inset 0px 0px 10px #dedcdc;
    -webkit-box-shadow: inset 0px 0px 10px #dedcdc;
    border-radius: 5px;
}

.Total_Soft_PTable_AMD1 {
    width: 150px;
    height: 80px;
    position: relative;
    margin: 0 auto;
    background: url('../Images/TotalSoftLogo.png');
    background-size: 150px 60px;
    background-repeat: no-repeat;
}

.Total_Soft_PTable_AMD2, .Total_Soft_PTable_AMD3 {
    position: relative;
    width: 100%;
}

.Total_Soft_PTable_AMD3 {
    display: none;
}

.Total_Soft_PTable_Help {
    font-size: 18px !important;
    cursor: pointer;
    color: #009491;
    float: right;
    margin-right: 10px;
    margin-top: 5px;
}

.Total_Soft_PTable_Help:hover {
    opacity: 0.8;
}

.Total_Soft_PTable_Help1 {
    font-size: 16px !important;
    cursor: pointer;
    color: #ffa500;
    float: right;
    margin-right: 10px;
    margin-top: 3px;
}

.Total_Soft_PTable_Help1:hover {
    opacity: 0.8;
}

.Total_Soft_PTable_AMD2_But {
    float: right;
    margin-right: 10px;
    background-color: #009491;
    color: #ffffff;
    box-shadow: inset 0px 0px 5px #ffffff;
    -moz-box-shadow: inset 0px 0px 5px #ffffff;
    -webkit-box-shadow: inset 0px 0px 5px #ffffff;
    cursor: pointer;
    border: none;
    padding: 5px 10px;
    border-radius: 3px;
    font-family: "Cutive, serif";
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-width: 100px;
    text-align: center;
    line-height: 1.4;
}

.Total_Soft_PTable_AMD2_But:before {
    content: "";
    width: 50px;
    height: 500%;
    position: absolute;
    top: -250%;
    left: -100%;
    z-index: -1;
    transform: rotate(35deg);
    -moz-transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
    transition: all 700ms;
    -moz-transition: all 700ms;
    -webkit-transition: all 700ms;
    background: rgba(255, 255, 255, 0.1);
}

.Total_Soft_PTable_AMD2_But:hover:before {
    left: 250%;
}

.Total_Soft_PTable_AMD2_But:focus {
    outline: none !important;
}

.Total_Soft_PTable_AMD2_But_LP, .Total_Soft_PTable_AMD2_But_LP:hover, .Total_Soft_PTable_AMD2_But_LP:focus, .Total_Soft_PTable_AMD2_But_LP:active {
    text-decoration: none;
    outline: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.Support_Span {
    position: absolute;
    color: #009491;
    font-size: 16px;
    font-family: "Cutive, serif";
    text-align: left;
    bottom: 10px;
    left: 10px;
}

.Support_Span i {
    font-size: 24px;
}

.Support_Span a {
    text-decoration: none;
    color: #009491;
}

.Support_Span a:hover, .Support_Span a:focus {
    text-decoration: none;
    color: #009491;
    outline: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.Total_Soft_PTable_AMMTable {
    border-collapse: separate;
    border-spacing: 1px;
    width: 99%;
    background-color: #ffffff;
    text-align: center;
    margin-top: 15px;
    color: #ffffff;
    opacity: 1;
    font-family: "Cutive, serif";
    cursor: default;
    font-size: 14px;
    line-height: 1.6;
}

.Total_Soft_PTable_AMMTableFR {
    background-color: #009491;
}

.Total_Soft_PTable_AMMTable td:nth-child(1) {
    width: 5%;
}

.Total_Soft_PTable_AMMTable td:nth-child(2) {
    width: 25%;
}

.Total_Soft_PTable_AMMTable td:nth-child(3) {
    width: 20%;
}

.Total_Soft_PTable_AMMTable td:nth-child(4) {
    width: 10%;
}

.Total_Soft_PTable_AMMTable td:nth-child(5) {
    width: 10%;
}

.Total_Soft_PTable_AMMTable td:nth-child(6) {
    width: 10%;
}

.Total_Soft_PTable_AMMTable td:nth-child(7) {
    width: 10%;
}

.Total_Soft_PTable_AMMTable td:nth-child(8) {
    width: 10%;
}

.Total_Soft_PTable_AMOTable {
    border-collapse: separate;
    border-spacing: 1px;
    width: 99%;
    background-color: #f1f1f1;
    text-align: center;
    margin-top: 5px;
    opacity: 1;
    font-family: "Cutive, serif";
    cursor: default;
    font-size: 14px;
    line-height: 1.6;
}

.Total_Soft_PTable_AMOTable i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.Total_Soft_PTable_AMOTable i:before {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.Total_Soft_PTable_AMOTable tr:nth-child(odd) {
    background-color: #f4f4f4;
}

.Total_Soft_PTable_AMOTable tr:nth-child(even) {
    background-color: #ffffff;
}

.Total_Soft_PTable_AMOTable tr:hover {
    background-color: #dddddd;
}

.Total_Soft_PTable_AMOTable td:nth-child(1) {
    width: 5%;
}

.Total_Soft_PTable_AMOTable td:nth-child(2) {
    width: 25%;
}

.Total_Soft_PTable_AMOTable td:nth-child(3) {
    width: 20%;
}

.Total_Soft_PTable_AMOTable td:nth-child(4) {
    width: 10%;
}

.Total_Soft_PTable_AMOTable td:nth-child(5) i {
    color: #77cc7f;
}

.Total_Soft_PTable_AMOTable td:nth-child(6) i {
    color: #ffa500;
}

.Total_Soft_PTable_AMOTable td:nth-child(7) i {
    color: #41ccff;
}

.Total_Soft_PTable_AMOTable td:nth-child(8) i {
    color: #ff0000;
}

.Total_Soft_PTable_AMOTable td:nth-child(5) {
    width: 10%;
    position: relative;
    font-size: 18px !important;
    overflow: hidden;
}

.Total_Soft_PTable_AMOTable td:nth-child(6) {
    width: 10%;
    position: relative;
    font-size: 18px !important;
    overflow: hidden;
}

.Total_Soft_PTable_AMOTable td:nth-child(7) {
    width: 10%;
    position: relative;
    font-size: 18px !important;
    overflow: hidden;
}

.Total_Soft_PTable_AMOTable td:nth-child(8) {
    width: 10%;
    position: relative;
    font-size: 18px !important;
    overflow: hidden;
}

.Total_Soft_PTable_AMOTable td:nth-child(5):hover {
    opacity: 0.8;
}

.Total_Soft_PTable_AMOTable td:nth-child(6):hover {
    opacity: 0.8;
}

.Total_Soft_PTable_AMOTable td:nth-child(7):hover {
    opacity: 0.8;
}

.Total_Soft_PTable_AMOTable td:nth-child(8):hover {
    opacity: 0.8;
}

.Total_Soft_PTable_AMShortTable {
    border-collapse: separate;
    border-spacing: 1px;
    width: 80%;
    margin: 15px auto;
    background-color: #f1f1f1;
    text-align: center;
    color: #000;
    font-size: 14px;
    line-height: 1.5;
    opacity: 1;
    font-family: "Cutive, serif";
}

.Total_Soft_PTable_AMShortTable tr:nth-child(1) {
    background-color: #009491;
    color: #ffffff;
}

.Total_Soft_PTable_AMShortTable tr:nth-child(2) {
    background-color: #ffffff;
    color: #414141;
}

.Total_Soft_PTable_AMShortTable tr:nth-child(3) {
    background-color: #f4f4f4;
    color: #414141;
}

.Total_Soft_PTable_AMShortTable td {
    width: 50%;
    position: relative;
}

.Total_Soft_PTable_AMMain_Div {
    width: 99%;
    position: relative;
    margin-top: 10px;
    margin-left: 0;
    float: left;
    display: none;
    opacity: 0;
}

.Total_Soft_PTable_AMMain_Div, .Total_Soft_PTable_AMMain_Div * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/*.Total_Soft_PTable_AMMain_Div1 { position: relative; width: 30%; float: right; }*/
.Total_Soft_PTable_AMMain_Div2 {
    position: relative;
    width: 100%;
    float: left;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.hiddenSet, .hiddenSetDesc {
    width: 100%;
    border: 1px solid;
    position: absolute;
    background: inherit;
    display: none;
    z-index: 9999999;
}

.Hiddem_Li_Container_none {
    display: block !important;
}

.Hiddem_Li_Container {
    display: none;
    position: absolute;
    left: 47%;
    background: #71d7f7;
    top: -18px;
    z-index: 9999;
}

.Feut_Hover_new {
    display: none;
}

.hiddenChangeTextShow i, .TS_PTable_FCheckedHide i {
    cursor: pointer !important;
}

.Hiddem_Li_Container:before, .Hiddem_Li_Container:after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-width: 6px 5px 12px 10px;
    border-style: solid;
    border-color: transparent #71d7f7 #71d7f7 transparent;
    position: absolute;
    left: -15px;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    top: 0px;
}

.Hiddem_Li_Container:after {
    border-width: 9px 5px;
    border-color: transparent transparent #71d7f7 #71d7f7;
    top: 0px;
    left: auto;
    right: -10px;
}

TS_PTable_FCheckedHide {
    display: none;
    position: absolute;
    right: 47%;
    background: #71d7f7;
    top: -18px;
    padding-right: 5px;
    margin-right: -5px;
}

.hiddenDescDiv {
    display: none;
    position: absolute;
    background: green;
    width: 100%;
    top: 40px;
    padding: 10px;
    left: 0;
}

.TS_PTable_Features li {
    position: relative;
    margin: 0;
}

.Total_Soft_PTable_AMMainTable1 {
    border-collapse: separate;
    border-spacing: 1px;
    width: 100%;
    background-color: #f1f1f1;
    text-align: center;
    color: #000;
    font-size: 12px;
}

.Total_Soft_PTable_AMMainTable1 tr:nth-child(odd) {
    background-color: #f4f4f4;
}

.Total_Soft_PTable_AMMainTable1 tr:nth-child(even) {
    background-color: #ffffff;
}

.Total_Soft_PTable_AMMainTable1 td {
    width: 100%;
    position: relative;
}

.Total_Soft_PTable_AMMainTable1_Model {
    height: 250px;
}

.Total_Soft_PTable_Select {
    z-index: 999;
    width: 70%;
    height: 24px;
    font-size: 11px !important;
    min-height: 24px !important;
    border-color: #ece8e8 !important;
    margin-top: 3px;
}

.TS_PTable_BIcon {
    display: none;
}
.TS_PTable_Button_Link {
    display: none;
    right: 37%;
    top: 60px;
    cursor: pointer !important;
}
.TS_PTable_Button_Link input {
     margin-left: 16px;
    
}

.TS_PTable_Button_Link i {
    cursor: pointer !important;
}

.Image_Container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.Image_Container img {
    width: 30%;
    margin: 18px;
    cursor: pointer;
}

.Total_Soft_PTable_Icon {
    color: #41ccff;
}

.Total_Soft_PTable_Del_Span {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    top: 0;
    left: 0;
    transform: translateX(100%);
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    text-align: center;
    -moz-transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}

.Total_Soft_PTable_Del_Span1 {
    transform: translateX(0%);
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
}

.Total_Soft_PTable_Del_Span_Yes {
    color: #6ad91f !important;
    cursor: pointer;
    width: 50% !important;
    left: 0 !important;
}

.Total_Soft_PTable_Del_Span_No {
    color: #ff0000 !important;
    cursor: pointer;
    width: 50% !important;
    right: 0 !important;
    left: auto !important;
}

.Total_Soft_PTable_Del_Span_Yes:hover, .Total_Soft_Portfolio_Del_Span_No:hover {
    opacity: 0.8;
}

.Total_Soft_PTable_AMMain_Div2_But {
    position: relative;
    width: 100%;
    padding: 5px;
    text-align: center;
}

.Total_Soft_PTable_AMMain_Div2_Cols {
    position: relative;
    width: 100%;
}


.Total_Soft_PTable_AMMain_Div2_Cols1_Actions {
    position: relative;
    display: flex;
    height: 40px;
}

.Total_Soft_PTable_AMMain_Div2_Cols1_Actions div {
    position: relative;
    display: block;
    height: 100%;
    width: 33%;
    float: left;
    background-color: #ffffff;
}

.Total_Soft_PTable_AMMain_Div2_Cols1_Actions div i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 16px;
}

.Total_Soft_PTable_AMMain_Div2_Cols1_Actions div i:before {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.Total_Soft_PTable_AMMain_Div2_Cols1_Action1 {
    box-shadow: inset 0px 0px 5px #77cc7f;
    -moz-box-shadow: inset 0px 0px 5px #77cc7f;
    -webkit-box-shadow: inset 0px 0px 5px #77cc7f;
}

.Total_Soft_PTable_AMMain_Div2_Cols1_Action1:hover {
    box-shadow: inset 0px 0px 10px #77cc7f;
    -moz-box-shadow: inset 0px 0px 10px #77cc7f;
    -webkit-box-shadow: inset 0px 0px 10px #77cc7f;
}

.Total_Soft_PTable_AMMain_Div2_Cols1_Action1 i {
    cursor: all-scroll;
    color: #77cc7f;
}

.Total_Soft_PTable_AMMain_Div2_Cols1_Action2 {
    box-shadow: inset 0px 0px 5px #ffa500;
    -moz-box-shadow: inset 0px 0px 5px #ffa500;
    -webkit-box-shadow: inset 0px 0px 5px #ffa500;
    margin: 0 0.5%;
}

.Total_Soft_PTable_AMMain_Div2_Cols1_Action2:hover {
    box-shadow: inset 0px 0px 10px #ffa500;
    -moz-box-shadow: inset 0px 0px 10px #ffa500;
    -webkit-box-shadow: inset 0px 0px 10px #ffa500;
}

.Total_Soft_PTable_AMMain_Div2_Cols1_Action2 i {
    cursor: pointer;
    color: #ffa500;
}

.Total_Soft_PTable_AMMain_Div2_Cols1_Action3 {
    box-shadow: inset 0px 0px 5px #ff0000;
    -moz-box-shadow: inset 0px 0px 5px #ff0000;
    -webkit-box-shadow: inset 0px 0px 5px #ff0000;
}

.Total_Soft_PTable_AMMain_Div2_Cols1_Action3:hover {
    box-shadow: inset 0px 0px 10px #ff0000;
    -moz-box-shadow: inset 0px 0px 10px #ff0000;
    -webkit-box-shadow: inset 0px 0px 10px #ff0000;
}

.Total_Soft_PTable_AMMain_Div2_Cols1_Action3 i {
    cursor: pointer;
    color: #ff0000;
}

.Total_Soft_PTable_AMMain_Div2_Cols1_Action4 {
    box-shadow: inset 0px 0px 5px #009491;
    -moz-box-shadow: inset 0px 0px 5px #009491;
    -webkit-box-shadow: inset 0px 0px 5px #009491;
}

.Total_Soft_PTable_AMMain_Div2_Cols1_Action4:hover {
    box-shadow: inset 0px 0px 10px #009491;
    -moz-box-shadow: inset 0px 0px 10px #009491;
    -webkit-box-shadow: inset 0px 0px 10px #009491;
}

.Total_Soft_PTable_AMMain_Div2_Cols1_Action4 i {
    cursor: pointer;
    color: #009491;
}

.TS_Hidden_OPT_Body_Ul {
    margin: 0;
    
}
.TS_Hidden_OPT_Body_Ul>li:not(:first-child){
    display: none;
}

.TS_Hidden_OPT_Body_Ul li {
    margin: 0;
    border-bottom: 1px solid #e4e4e4;
}

.TS_Hidden_OPT_Body_Div {
    display: none;
}
.Hidden_Top_Set_General {
    display: block;
}

.TS_Hidden_OPT_Body_Li {
    background: white;
}

.flip {
    transition: transform 0.5s;
    transform: rotate(-180deg);

}

.TS_Toggle_Option {
    justify-content: space-between;
    align-items: center;
    padding: 9px;
    display: none;
    cursor: pointer;
    font-size: 18px;
}

.option_Name {
    margin: 0;
    line-height: 0;
}

.TS_Toggle_Option i {
    color: #009491;
}

.title_h3_Container, .title_PPlan_Container {
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
}

.Feut_Hover {
    padding: 5px;
}

.feut_container {
    display: flex;
    margin-top: 5px;
}

.Button_cont {
    display: flex;
    justify-content: center;
}

.Total_Soft_PTable_AddColBut {
    background: #ff9941;
    color: #ffffff;
    font-size: 18px;
    font-family: "Cutive, serif";
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -o-perspective: 800px;
    -ms-perspective: 800px;
    perspective: 800px;
    cursor: pointer;
}

.feut_text_cont:hover , .feut_text_cont:focus,.h3_hover:hover,.h3_hover:focus,.span_hover span:focus,.span_hover span:hover {
    border: 1px dashed  #71d7f7 !important;
}

.feut_text_cont,.h3_hover{
    max-width: 15vw;
    line-height: 1.2;
}
.span_hover span {
     max-width: 70px;
     line-height: 1.2;
     display: inline-block;
}
.feut_icon_cont{
    display: flex;
    justify-content: center;
    flex-direction: column;
}

 .totalsoft-plus-square-o:before{
        color: #71d7f7 !important;
 }

.TS_PTable_Parent span{
    padding: 0 10px;
}

.Total_Soft_PTable_AddColBut_Icon {
    font-size: 20px;
}

.Total_Soft_PTable_AddColBut .Total_Soft_PTable_AddColBut2 {
    display: block;
    padding: 8px 30px;
    z-index: 1;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    color: #ffffff;
}

.Total_Soft_PTable_AddColBut {
    display: inline-block;
    position: relative;
    border-radius: 5px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    overflow: hidden;
}

.Total_Soft_PTable_AddColBut:before, .Total_Soft_PTable_AddColBut:after {
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: -1;
    -webkit-transform: translate(-105%, 0);
    -moz-transform: translate(-105%, 0);
    transform: translate(-105%, 0);
    background: rgba(255, 255, 255, 0.1);
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    -moz-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.Total_Soft_PTable_AddColBut:hover:after {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.Total_Soft_PTable_AddColBut:hover:before, .Total_Soft_PTable_AddColBut:hover:after {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
}

.Total_Soft_PTable_AMMain_Div2_Cols1_Fields {
    position: relative;
    display: block;
    height: calc(100% - 45px);
    margin-top: 5px;
    overflow-x: auto;
}

.Total_Soft_PTable_AMMain_Div2_Cols1_Fields::-webkit-scrollbar {
    width: 3px;
}

.Total_Soft_PTable_AMMain_Div2_Cols1_Fields::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px #dddddd;
}

.Total_Soft_PTable_AMMain_Div2_Cols1_Fields::-webkit-scrollbar-thumb {
    background-color: #dddddd;
    outline: #dddddd;
}

.Total_Soft_PTable_AMMain_Div2_Cols1_FTable {
    border-collapse: separate;
    border-spacing: 1px;
    width: 100%;
    background-color: #ffffff;
    text-align: center;
    color: #000;
    font-size: 12px;
}

.Total_Soft_PTable_AMMain_Div2_Cols1_FTable tr:nth-child(odd) {
    background-color: #f4f4f4;
}

.Total_Soft_PTable_AMMain_Div2_Cols1_FTable tr:nth-child(even) {
    background-color: #dddddd;
}

.Total_Soft_PTable_AMMain_Div2_Cols1_FTable td:nth-child(odd) {
    width: 40%;
}

.Total_Soft_PTable_AMMain_Div2_Cols1_FTable td:nth-child(even) {
    width: 60%;
}

.Total_Soft_PTable_AMMain_Div2_Cols1_FTable1 {
    border-collapse: separate;
    border-spacing: 1px;
    width: 100%;
    background-color: #ffffff;
    text-align: center;
    color: #000;
    font-size: 12px;
}

.Total_Soft_PTable_AMMain_Div2_Cols1_FTable1 tr:nth-child(odd) {
    background-color: #f4f4f4;
}

.Total_Soft_PTable_AMMain_Div2_Cols1_FTable1 tr:nth-child(even) {
    background-color: #ffffff;
}

.Total_Soft_PTable_AMMain_Div2_Cols1_FTable1 td {
    width: 50%;
}

.Total_Soft_PTable_Features {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    float: left;
    background-color: #f4f4f4;
}

.Total_Soft_PTable_Features2 {
    position: relative;
    display: block;
    width: 50%;
    float: left;
}

.Total_Soft_PTable_Features3 {
    position: relative;
    display: block;
    width: 50%;
    float: left;
}

.TS_PTable_FDI {
    position: relative;
    font-size: 14px !important;
    color: #ff0000;
    cursor: pointer;
}

.TS_PTable_FDI:hover {
    opacity: 0.8;
}

.Total_Soft_PTable_Features_New {
    background: #32373c;
    color: #ffffff;
    font-size: 18px;
    font-family: "Cutive, serif";
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -o-perspective: 800px;
    -ms-perspective: 800px;
    perspective: 800px;
    cursor: pointer;
    width: 100%;
}

.Total_Soft_PTable_Features_New_Icon {
    font-size: 20px;
}

.Total_Soft_PTable_Features_New .Total_Soft_PTable_Features_New1 {
    display: block;
    width: 100%;
    padding: 6px 0;
    z-index: 1;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    color: #ffffff;
}

.Total_Soft_PTable_Features_New {
    display: inline-block;
    position: relative;
    border-radius: 5px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    overflow: hidden;
}

.Total_Soft_PTable_Features_New:before, .Total_Soft_PTable_Features_New:after {
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: -1;
    -webkit-transform: translate(-105%, 0);
    -moz-transform: translate(-105%, 0);
    transform: translate(-105%, 0);
    background: rgba(255, 255, 255, 0.1);
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    -moz-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.Total_Soft_PTable_Features_New:hover:after {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.Total_Soft_PTable_Features_New:hover:before, .Total_Soft_PTable_Features_New:hover:after {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
}

.TS_PTable_FChecked input {
    display: none;
}

.TS_PTable_FChecked input + label:before {
    color: #009491;
    content: "\f096";
    margin-left: 10px;
    font-size: 16px !important;
    font-family: FontAwesome !important;
}

.TS_PTable_FChecked input:checked + label:before {
    content: "\f196";
}

.TS_PTable_FCheck  + label:before {
    content: "\f196" !important;
}
.Total_Soft_PTable_Features_None, .Total_Soft_PTable_AMMain_Div2_Cols1_None {
    opacity: 0;
}

.TS_PTable_Remove_Cols_Fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    background: rgba(0, 0, 0, 0.2);
    display: none;
}

.TS_PTable_Remove_Cols_Abs {
    position: fixed;
    width: 100%;
    z-index: 9999999999999;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    text-align: center;
    display: none;
}

.TS_PTable_Remove_Cols_Rel {
    position: relative;
    background: #ffffff;
    margin: 0 auto;
    padding: 5px 10px;
    color: #009491;
    float: left;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    box-shadow: inset 0px 0px 5px #009491;
    -moz-box-shadow: inset 0px 0px 5px #009491;
    -webkit-box-shadow: inset 0px 0px 5px #009491;
}

.TS_PTable_Remove_Cols_Rel p {
    font-size: 16px;
    width: 100%;
}

.TS_PTable_Remove_Cols_Rel span {
    position: relative;
    float: right;
    margin: 5px 10px;
    padding: 5px 20px;
    background: #ffffff;
    color: #009491;
    cursor: pointer;
    box-shadow: inset 0px 0px 5px #009491;
    -moz-box-shadow: inset 0px 0px 5px #009491;
    -webkit-box-shadow: inset 0px 0px 5px #009491;
    border-radius: 5px;
    text-shadow: none;
}

.TS_PTable_Remove_Cols_Rel span:hover {
    box-shadow: inset 0px 0px 10px #009491;
    -moz-box-shadow: inset 0px 0px 10px #009491;
    -webkit-box-shadow: inset 0px 0px 10px #009491;
}

.Total_Soft_PTable_TMMTable {
    border-collapse: separate;
    border-spacing: 1px;
    width: 99%;
    background-color: #ffffff;
    text-align: center;
    margin-top: 15px;
    color: #ffffff;
    opacity: 1;
    font-family: "Cutive, serif";
    cursor: default;
    font-size: 14px;
    line-height: 1.6;
}

.Total_Soft_PTable_TMMTableFR {
    background-color: #009491;
}

.Total_Soft_PTable_TMMTable td:nth-child(1) {
    width: 10%;
}

.Total_Soft_PTable_TMMTable td:nth-child(2) {
    width: 30%;
}

.Total_Soft_PTable_TMMTable td:nth-child(3) {
    width: 30%;
}

.Total_Soft_PTable_TMMTable td:nth-child(4) {
    width: 30%;
}

.Total_Soft_PTable_TMOTable {
    border-collapse: separate;
    border-spacing: 1px;
    width: 99%;
    background-color: #f1f1f1;
    text-align: center;
    margin-top: 5px;
    opacity: 1;
    font-family: "Cutive, serif";
    cursor: default;
    font-size: 14px;
    line-height: 1.6;
}

.Total_Soft_PTable_TMOTable i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.Total_Soft_PTable_TMOTable i:before {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.Total_Soft_PTable_TMOTable tr:nth-child(odd) {
    background-color: #f4f4f4;
}

.Total_Soft_PTable_TMOTable tr:nth-child(even) {
    background-color: #ffffff;
}

.Total_Soft_PTable_TMOTable tr:hover {
    background-color: #dddddd;
}

.Total_Soft_PTable_TMOTable td:nth-child(1) {
    width: 10%;
}

.Total_Soft_PTable_TMOTable td:nth-child(2) {
    width: 30%;
}

.Total_Soft_PTable_TMOTable td:nth-child(3) {
    width: 30%;
}

.Total_Soft_PTable_TMOTable td:nth-child(4) {
    width: 30%;
    position: relative;
    font-size: 15px !important;
    overflow: hidden;
}

.Total_Soft_PTable_TMOTable td:nth-child(4):hover {
    opacity: 0.8;
}

.Total_Soft_PTable_TMMain_Div_But {
    position: relative;
    width: 100%;
    padding: 5px;
    text-align: center;
}

.Total_Soft_PTable_TMMain_Div_But1 {
    opacity: 0;
}

.Total_Soft_PTable_TMMain_Div_Sets {
    position: relative;
    width: 100%;
}

.Total_Soft_PTable_TMMain_Div_Sets1 {
    position: relative;
    width: 48%;
    display: inline-block;
    height: 550px;
    margin: 1% 1%;
    padding: 7px;
    box-shadow: inset 0px 0px 5px #dedcdc;
    -moz-box-shadow: inset 0px 0px 5px #dedcdc;
    -webkit-box-shadow: inset 0px 0px 5px #dedcdc;
    background: #ffffff;
}

.Total_Soft_PTable_TMMain_Div_Sets1:hover {
    box-shadow: inset 0px 0px 10px #dedcdc;
    -moz-box-shadow: inset 0px 0px 10px #dedcdc;
    -webkit-box-shadow: inset 0px 0px 10px #dedcdc;
}

.Total_Soft_PTable_TMMain_Div_Sets1_Actions {
    position: relative;
    display: block;
    height: 40px;
}

.Total_Soft_PTable_TMMain_Div_Sets1_Actions div {
    position: relative;
    display: block;
    height: 100%;
    width: 33%;
    float: left;
    background-color: #ffffff;
}

.Total_Soft_PTable_TMMain_Div_Sets1_Actions div i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}

.Total_Soft_PTable_TMMain_Div_Sets1_Actions div i:before {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.Total_Soft_PTable_TMMain_Div_Sets1_Actions1 {
    box-shadow: inset 0px 0px 5px #ffa500;
    -moz-box-shadow: inset 0px 0px 5px #ffa500;
    -webkit-box-shadow: inset 0px 0px 5px #ffa500;
    margin: 0 0.5%;
}

.Total_Soft_PTable_TMMain_Div_Sets1_Actions1:hover {
    box-shadow: inset 0px 0px 10px #ffa500;
    -moz-box-shadow: inset 0px 0px 10px #ffa500;
    -webkit-box-shadow: inset 0px 0px 10px #ffa500;
}

.Total_Soft_PTable_TMMain_Div_Sets1_Actions1 i {
    cursor: pointer;
    color: #ffa500;
}

.Total_Soft_PTable_TMMain_Div_Sets1_Actions2 {
    box-shadow: inset 0px 0px 5px #ff0000;
    -moz-box-shadow: inset 0px 0px 5px #ff0000;
    -webkit-box-shadow: inset 0px 0px 5px #ff0000;
}

.Total_Soft_PTable_TMMain_Div_Sets1_Actions2:hover {
    box-shadow: inset 0px 0px 10px #ff0000;
    -moz-box-shadow: inset 0px 0px 10px #ff0000;
    -webkit-box-shadow: inset 0px 0px 10px #ff0000;
}

.Total_Soft_PTable_TMMain_Div_Sets1_Actions2 i {
    cursor: pointer;
    color: #ff0000;
}

.Total_Soft_PTable_TMMain_Div_Sets1_Actions3 {
    box-shadow: inset 0px 0px 5px #77cc7f;
    -moz-box-shadow: inset 0px 0px 5px #77cc7f;
    -webkit-box-shadow: inset 0px 0px 5px #77cc7f;
}

.Total_Soft_PTable_TMMain_Div_Sets1_Actions3:hover {
    box-shadow: inset 0px 0px 10px #77cc7f;
    -moz-box-shadow: inset 0px 0px 10px #77cc7f;
    -webkit-box-shadow: inset 0px 0px 10px #77cc7f;
}

.Total_Soft_PTable_TMMain_Div_Sets1_Actions3 i {
    cursor: pointer;
    color: #77cc7f;
}

.Total_Soft_PTable_TMMain_Div_Sets1_Actions4 {
    box-shadow: inset 0px 0px 5px #00a20f;
    -moz-box-shadow: inset 0px 0px 5px #00a20f;
    -webkit-box-shadow: inset 0px 0px 5px #00a20f;
}

.Total_Soft_PTable_TMMain_Div_Sets1_Actions4:hover {
    box-shadow: inset 0px 0px 10px #00a20f;
    -moz-box-shadow: inset 0px 0px 10px #00a20f;
    -webkit-box-shadow: inset 0px 0px 10px #00a20f;
}

.Total_Soft_PTable_TMMain_Div_Sets1_Actions4 i {
    cursor: pointer;
    color: #00a20f;
}

.Total_Soft_PTable_TMMain_Div_Sets_Fields {
    position: relative;
    display: block;
    height: calc(100% - 45px);
    margin-top: 5px;
}

.Total_Soft_PTable_AMMainTable1 input[type=range], .TS_PT_Option_Div input[type=range] {
    -webkit-appearance: none;
    border: 1px solid white;
    width: 65%;
    background: none;
}

.Total_Soft_PTable_AMMainTable1 input[type=range]::-webkit-slider-runnable-track, .TS_PT_Option_Div input[type=range]::-webkit-slider-runnable-track {
    width: 75%;
    height: 5px;
    background: #93dedd;
    border: none;
    border-radius: 3px;
}

.Total_Soft_PTable_AMMainTable1 input[type=range]::-webkit-slider-thumb, .TS_PT_Option_Div input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #009491;
    margin-top: -4px;
}

.Total_Soft_PTable_AMMainTable1 input[type=range]:focus, .TS_PT_Option_Div input[type=range]:focus {
    outline: none;
}

.Total_Soft_PTable_AMMainTable1 input[type=range]:focus::-webkit-slider-runnable-track, .TS_PT_Option_Div input[type=range]:focus::-webkit-slider-runnable-track {
    background: #d3eaf3;
}

.Total_Soft_PTable_AMMainTable1 input[type=range]::-moz-range-track, .TS_PT_Option_Div input[type=range]::-moz-range-track {
    width: 75%;
    height: 5px;
    background: #d3eaf3;
    border: none;
    border-radius: 3px;
}

.Total_Soft_PTable_AMMainTable1 input[type=range]::-moz-range-thumb, .TS_PT_Option_Div input[type=range]::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #41ccff;
}

.Total_Soft_PTable_AMMainTable1 input[type=range]:-moz-focusring, .TS_PT_Option_Div input[type=range]:-moz-focusring {
    outline: 1px solid white;
    outline-offset: -1px;
}

.Total_Soft_PTable_AMMainTable1 input[type=range]::-ms-track, .TS_PT_Option_Div input[type=range]::-ms-track {
    width: 75%;
    height: 5px;
    background: transparent;
    border-color: transparent;
    border-width: 6px 0;
    color: transparent;
}

.Total_Soft_PTable_AMMainTable1 input[type=range]::-ms-fill-lower, .TS_PT_Option_Div input[type=range]::-ms-fill-lower {
    background: #777;
    border-radius: 10px;
}

.Total_Soft_PTable_AMMainTable1 input[type=range]::-ms-fill-upper, .TS_PT_Option_Div input[type=range]::-ms-fill-upper {
    background: #d3eaf3;
    border-radius: 10px;
}

.Total_Soft_PTable_AMMainTable1 input[type=range]::-ms-thumb, .TS_PT_Option_Div input[type=range]::-ms-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #41ccff;
}

.Total_Soft_PTable_AMMainTable1 input[type=range]:focus::-ms-fill-lower, .TS_PT_Option_Div input[type=range]:focus::-ms-fill-lower {
    background: #888;
}

.Total_Soft_PTable_AMMainTable1 input[type=range]:focus::-ms-fill-upper, .TS_PT_Option_Div input[type=range]:focus::-ms-fill-upper {
    background: #d3eaf3;
}

.TS_PTable_Range_Out {
    margin-left: 10px;
}

.TS_PTable_Switch {
    display: block;
    vertical-align: middle;
}

.TS_PTable_Switch_Toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}

.TS_PTable_Switch_Toggle + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.TS_PTable_Switch_Toggle-yes-no + label {
    padding: 2px;
    width: 46px;
    height: 22px;
}

.TS_PTable_Switch_Toggle-yes-no + label:before, input.TS_PTable_Switch_Toggle-yes-no + label:after {
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    bottom: 0;
    right: 0;
    font-family: "Roboto Slab", serif;
    font-size: 10px;
    text-align: center;
    line-height: 24px;
    border-radius: 5px;
}

.TS_PTable_Switch_Toggle-yes-no + label:before {
    background-color: #ff0000;
    color: #fff;
    content: attr(data-off);
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    transition: transform 0.5s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.TS_PTable_Switch_Toggle-yes-no + label:after {
    background-color: #77cc7f;
    color: #fff;
    content: attr(data-on);
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.TS_PTable_Switch_Toggle-yes-no:checked + label:before {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.TS_PTable_Switch_Toggle-yes-no:checked + label:after {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
}

.Total_Soft_PTable_Loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    background: rgba(0, 0, 0, 0.2);
    display: none;
}

.Total_Soft_PTable_Loading img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}


@media only screen and (max-width: 820px) {
    .Total_Soft_PTable_AMMain_Div1 {
        width: 80%;
        margin-right: 10%;
    }

    .Total_Soft_PTable_AMMain_Div2 {
        width: 100%;
        margin-top: 15px;
    }

    .Total_Soft_PTable_TMMain_Div_Sets1 {
        width: 100%;
        display: block;
    }
}

.TS_PT_Option_Div {
    position: relative;
    width: 100%;
}

.TS_PT_Option_Divv {
    width: 100% !important;
}

.TS_PT_Option_Divv1 {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.TS_PT_Option_Divv2 {
    width: calc(49% - 10px);
    margin-left: 10px;
    display: inline-block;
    vertical-align: top;
}

.TS_PT_Option_Div div.TS_PT_Option_Div1 {
    float: left;
    width: 100%;
    height: 30px;
    line-height: 26px;
}

.TS_PT_Option_Div div.TS_PT_Option_Div1:nth-child(odd) {
    background: #f9f9f9;
}

.TS_PT_Option_Div div.TS_PT_Option_Div1:nth-child(even) {
    background: #ffffff;
}

.TS_PT_Option_Name {
    text-align: center;
    position: relative;
    width: 50%;
    float: left;
    font-size: 11px;
    font-weight: bold;
}

.TS_PT_Option_Field {
    position: relative;
    width: 50%;
    float: left;
}

.Total_Soft_Titles {
    color: #009491;
    font-weight: 900;
    width: 100%;
    text-align: center;
}

@media only screen and (max-width: 820px) {
    .TS_PT_Option_Div, .TS_PT_Option_Divv1, .TS_PT_Option_Divv2 {
        width: 100% !important;
        display: block;
        margin-left: 0 !important;
    }

    .TS_PT_Option_Divv2 .Total_Soft_Titles {
        margin-top: 15px !important;
    }
}

@media only screen and (max-width: 400px) {
    .TS_PT_Option_Name, .TS_PT_Option_Field {
        width: 100% !important;
    }

    .TS_PT_Option_Div div.TS_PT_Option_Div1 {
        height: 84px !important;
    }
}

.Total_Soft_PT_AMSetDiv_Buttons {
    position: relative;
    width: 100%;
    display: block;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.Total_Soft_PT_AMSetDiv_Button {
    position: relative;
    padding: 7px 15px;
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #009491;
    font-family: "Cutive, serif";
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: left;
    cursor: pointer;
}

.Total_Soft_PT_AMSetDiv_Button:hover {
    background: #f4f4f4;
}

.Total_Soft_PT_AMSetDiv_Button_C {
    background: #f4f4f4;
}

.Total_Soft_PT_AMSetDiv_Content {
    position: relative;
    width: 100%;
    display: block;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/*STYLES FOR DEFOULT COLS*/
.TS_PTable_Container_Col_Default {
    position: relative;
    min-height: 1px;
    padding: 0 15px !important;
    float: left;
    width: 33%;
    margin-bottom: 30px;
}

.TS_PTable_Shadow_Default {
    position: relative;
    z-index: 0;
}

.TS_PTable__Default {
    padding: 30px 0 !important;
    border: 1px solid #cccccc;
    text-align: center;
    overflow-x: hidden;
    position: relative;
    background-color: #ffffff;
}

.TS_PTable_PValue_Default {
    font-size: 24px;
    font-family: Calibri;
    color: #000001;
    margin: 10px 0 !important;
}

.TS_PTable_Features_Default {
    padding: 0 !important;
    margin: 20px 0 !important;
    list-style: none;
}

.TS_PTable_Features_Default li:before {
    content: '' !important;
    display: none !important;
}

.TS_PTable_Features_Default li {
    font-size: 16px;
    font-family: Calibri;
    line-height: 1;
    padding: 10px;
}

.TS_PTable_Features_Default li:nth-child(even) {
    color: #595959 !important;
    background: #ffffff !important;
}

.TS_PTable_Features_Default li:nth-child(odd) {
    color: #ffffff !important;
    background: #cccccc !important;
}

.TS_PTable_Button_Default {
    display: inline-block;
    padding: 7px 30px !important;
    background: #dd0000;
    color: #ffffff;
    font-size: 16px;
    font-family: Calibri;
    text-decoration: none;
    outline: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-bottom: none;
    transition: all 0.5s ease 0s;
    cursor: pointer !important;
}

.TS_PTable_Button_Default:hover, .TS_PTable_Button_Default:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-bottom: none;
    /*background: <?php echo $setValues['TS_PTable_ST_28'];?>;*/
    /*color: <?php echo $setValues['TS_PTable_ST_29'];?>;*/
    /*font-size: <?php echo $setValues['TS_PTable_ST_30'];?>px;*/
    /*font-family: <?php echo $setValues['TS_PTable_ST_31'];?>;*/
}

.TS_PTable_BIconA_Default, .TS_PTable_BIconB_Default {
    font-size: 16px;
    color: #ffffff !important;
}

.TS_PTable_BIconB_Default {
    margin: 0 10px 0 0 !important;
}

.TS_PTable_BIconA_Default {
    margin: 0 0 0 10px !important;
}

.TS_PTable__Default:hover .TS_PTable_Button_Default {
    border-radius: 30px;
}

.Total_Soft_PTable_MainDiv {
    display: none;
    position: relative;
    background: #fff;
    color: #444;
    z-index: 100099;
    position: fixed;
    overflow-y: scroll;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    min-width: 0;
    cursor: default;
}

.Total_Soft_PTable_MainDiv::-webkit-scrollbar {
    display: none;
}

#TS_Hidden_Opt {
    display: block;
    right: 0;
    height: 100vh;
    width: 0%;
    overflow-x: hidden;
    overflow-y: auto;
}



#TS_Hidden_Opt::-webkit-scrollbar {width: 10px;}
#TS_Hidden_Opt::-webkit-scrollbar-thumb {  background-color: #009491; border: 1px solid #009491;}

.Ts_Opt_Close_Button_Cont {
    background: #009491;
    height: 45px;

}

.Ts_Opt_Close_Button {
    position: absolute;
    cursor: pointer;
    top: 11px;
    right: 15px;
    font-size: 25px;
    color: white;
    display: none;
}

.Ts_Opt_Container_Options{
     position: absolute;
     right: 95px;
     top:-3px;
    color: white;
}

.block_option{
    padding-top: 86px; 
   
    background-color: #009491;
}

.block_option>p{
     padding-bottom: 9px;
     font-size: 15px;
    text-align: center;
    color: white;
}

.Ts_Opt_Container_Options>p{
    font-size: 15px;
}

.TS_Desctop_View {
    display: flex;
    padding-top: 30px;
    border: 28px solid #a0a0a0;
}

.TS_left_Side_Div {
    width: 100%;
    overflow: auto;
    position: relative;
}

.TS_New_Col_Column {
    display: flex;
    justify-content: space-around;
}

.TS_New_Col_Column > div {
    width: 40%;
}

.TS_New_Col_Column_Flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.TS_New_Col_Column_Flex > * {
    width: 100%;
}

.TS_PT_Option_Field .iris-picker .iris-square {
    margin-right: 4% !important;
}

.TS_PT_Option_Field .wp-picker-container .wp-color-result.button {
    border-radius: 35%;
    min-height: 20px !important;
    padding: 0 0 0 20px !important;
    border-color: #e9e9e9 !important;
}

.TS_PT_Option_Field .wp-color-result-text {
    display: none;
}

.TS_PT_Option_Field .wp-picker-holder {
    right: 70px !important;
}

.TS_PT_Option_Field .alpha-color-picker-wrap .wp-picker-container input[type=text].wp-color-picker {
    width: 60px !important;
}

.TS_PT_Option_Field .alpha-color-picker-wrap .wp-picker-container .iris-picker {
    width: 240px !important;
    height: 200.125px !important;
}

[contenteditable] {
    outline: 0px solid transparent;
}

.toggle_transform {
    transform: scale(1, 1.05) !important;
}

/*STYLES FOR COLS*/
.TS_PTable_Container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 35px 15px;
}

.TS_PTable_Container, .TS_PTable_Container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: default;
}

.TS_PTable_FIcon_Defoult {
    margin: 0 10px !important;
}

@media not screen and (min-width: 820px) {
    .TS_PTable_Container {
        padding: 20px 5px;
    }
}

@media not screen and (min-width: 400px) {
    .TS_PTable_Container {
        padding: 20px 0;
    }
}


/*STYLES FOR DEFOULT COLS*/

.TS_PTable_Container_Col_default {
    position: relative;
    min-height: 1px;
    width: 33%;
}

.TS_PTable__default {
    padding: 30px 0;
    border: 1px solid #cccccc;
    text-align: center;
    overflow-x: hidden;
    position: relative;
    background-color: #ffffff;
}

.TS_PTable__default:before {
    content: "";
    border-right: 70px solid #dd0000;
    border-top: 70px solid transparent;
    border-bottom: 70px solid transparent;
    position: absolute;
    top: 30px;
    right: -100px;
    transition: all 0.3s ease 0s;
}

.TS_PTable__default:hover:before {
    right: 0;
}

.TS_PTable_Title_default {
    font-size: 21px;
    font-family: Andalus;
    color: #dd0000;
    margin: 10px 0;
    padding: 0;
}

.TS_PTable_Title_IconTB_default {
    display: block;
}

.TS_PTable_Title_IconLR_default {
    margin: 0 10px;
}

.TS_PTable_Title_Icon_default {
    color: #000000;
    font-size: 24px;
}

.TS_PTable_PValue_default {
    font-size: 24px;
    font-family: Calibri;
    color: #000001;
}

.TS_PTable_PPlan_default {
    display: inline-block;
    font-size: 14px;
    color: #dd0000;
}

.TS_PTable_Features_default, .TS_PTable_Features_Add {
    padding: 0;
    margin: 20px 0;
    list-style: none;
}

.TS_PTable_Features_default li:before {
    content: '';
    display: none;
}


.TS_PTable_Features_default li, .TS_PTable_Features_Add li {

    font-size: 16px;
    font-family: Calibri;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.TS_PTable_Features_default li:nth-child(even), .TS_PTable_Features_Add li:nth-child(even) {
    color: #595959;
    background: #ffffff;
}

.TS_PTable_Features_default li:nth-child(odd), .TS_PTable_Features_Add li:nth-child(odd) {
    color: #ffffff;
    background: #cccccc;
}

.TS_PTable_FIcon_default {
    color: #cccccc;
    font-size: 20px;
    margin: 0 10px;
}

.TS_PTable_FIcon_default.TS_PTable_FCheck {
    color: #ffffff;
}

.TS_PTable_Button_default {
    display: inline-block;
    padding: 7px 30px;
    background: #dd0000;
    color: #ffffff;
    font-size: 16px;
    font-family: Calibri;
    text-decoration: none;
    outline: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-bottom: none;
    transition: all 0.5s ease 0s;
    cursor: pointer;
}

.TS_PTable_Button_default:hover, .TS_PTable_Button_default:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-bottom: none;
    background: #dd0000;
    color: #ffffff;
    font-size: 16px;
    font-family: Calibri;
}

.TS_PTable_BIconA_default, .TS_PTable_BIconB_default {
    font-size: 16px;
    color: #ffffff;
}

.TS_PTable_BIconB_default {
    margin: 0 10px 0 0;
}

.TS_PTable_BIconA_default {
    margin: 0 0 0 10px;
}

.TS_PTable__default:hover .TS_PTable_Button_default {
    border-radius: 30px;
}

.top-24:before, .top-24:after {
    top: -24px;
}

.top-23:before, .top-23:after {
    top: -23px;
}

.top-21:after {
    top: -21px;
}

.top-22:after {
    top: -22px;
}

.noScale {
   /* transform: none !important;*/
      -webkit-transform: scale(1, 1 )!important;
       -moz-transform: scale(1, 1) !important;
       transform: scale(1, 1)  !important;
}

.Total_Soft_PTable_AMMain_Div2_Cols1.over {
    border: 2px dotted #a0a0a0;
}

[draggable] {
    user-select: none;
}

.scale_margin {
    margin: 0 7px;
}

.scale-up-center {
    -webkit-animation: scale-up-center 900ms cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite both;
            animation: scale-up-center 900ms cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite both;
}

@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.hover_efect_on:hover{
    -webkit-transform:  translate3d(0, 0, 0) scale(1, 1.07) !important;
    -moz-transform:  translate3d(0, 0, 0) scale(1, 1.07) !important; 
    transform:  translate3d(0, 0, 0) scale(1, 1.07) !important;
}

.hover_efect:hover{
 -webkit-transform: translate3d(0, 0, 0) scale(1, 1.03) !important;
  -moz-transform:  translate3d(0, 0, 0) scale(1, 1.03) !important;
  transform:  translate3d(0, 0, 0) scale(1, 1.03) !important;
}

.tsoft_pricing_setting {margin-right:5px; }
.tsoft_pricing_spin {margin-right:5px; -webkit-animation: imgSliderSpin 2s infinite linear;animation: TS_Pri_Spin 2s infinite linear;}
@keyframes TS_Pri_Spin {0% {-webkit-transform: rotate(0deg);transform: rotate(0deg); }100% {-webkit-transform: rotate(359deg);transform: rotate(359deg); }}