﻿
/* -------------------------------- 
background-color: #00bcd4
Primary style
background-color:#15C8D8; myt-blue
background-color:#4cddf3; myt-light blue 
old-background-color:#1784c7; blue
btn-background-color: #4a555f;
color: #ff6a00; orange
color dark gray-blue=#24343F
color-label: #0892c3;
color-title: #20a1b5;
margin-top
margin-right
margin-bottom
margin-left
foeld-color: #0892c3;
 color: #00bcd4;-blue myt
 color: rgb(0,159,198);-blue myt

c-------------------------------- */

@import url('nc-lib.css');
@import url('nistec-ui-lib.css');
@import url('nistec-spa-lib.css');

/*body {
    font: arial, verdana;
}*/

.rtl {
    direction: rtl;
}
.ltr {
    direction: ltr;
}
.text-right {
    direction: rtl;
    text-align: right;
}
.text-left {
    direction: ltr;
    text-align: left;
}

/*.is-hide{
    display:none;
}*/
.noborder{
    border:none;
}
.nc-pasive {
    display: none;
}
.nc-display {
    display: block;
}
.visible {
    visibility: visible;
}
.novisible {
    display: none !important;
}
.clickable {
    cursor: pointer;
}
button.anchor {
    background: none !important;
    border: none;
    padding: 0 !important;
    /*optional*/
    font-family: arial, sans-serif;
    cursor: pointer;
}
.block-center {
    display:block;
    text-align:center;
}
.block-right-rtl {
    display: block;
    float: right;
    text-align: right;
    direction: rtl;
}
.inline-right-rtl {
    display: inline-block;
    text-align: right;
    direction: rtl;
}
.inline-right {
    display: inline-block;
    text-align: right;
}
.inline-left {
    display: inline-block;
    text-align: left;
}
.inline {
    display: inline-block;
}
.float-r {
    float: right;
}

.float-l {
    float: right;
}

/*.padding-0 {
    padding:0!important;
}*/

.font-12 {
    font-size: 12px !important;
}

.icon-20-myt {
    font-size: 20px;
    color: #15C8D8;
}

.icon-20-blue {
    font-size: 24px;
    color: #0094ff;
}

.icon-20-red {
    font-size: 20px;
    color: red;
}

.icon-20-green {
    font-size: 20px;
    color: green;
}

.icon-20-grey {
    font-size: 20px;
    color: #24343F;
}

.color-myt {
    color: #15C8D8;
}

.color-blue {
    color: #0094ff;
}

.color-red {
    color: red;
}

.color-green {
    color: green;
}

.color-grey {
    color: #24343F;
}

/*.padding-0 {
    padding:0!important;
}*/
.bold {
    font-weight:bold;
}
.font-12 {
    font-size: 12px !important;
}

.align-r {
    text-align: right !important;
}

.margin-r5 {
    margin-right: 5px !important;
}

.margin-l5 {
    margin-left: 5px !important;
}
.margin-5 {
    margin: 5px !important;
}
.margin-10 {
    margin: 10px !important;
}
.padding-5 {
    padding: 5px;
}
.padding_l-5{
    padding-left:4px;
}
.padding_r-5 {
    padding-right:4px;
}
.mw-600 {
    max-width: 600px;
}
.mw-800 {
    max-width:800px;
}
.mw-1000 {
    max-width: 1000px;
}
div.top-5 {
    margin-top: 5px;
}
div.botoom-5 {
    margin-bottom: 5px;
}
div.spacer-5 {
    height: 5px;
}
div.spacer-10 {
    height: 10px;
}
div.spacer-w5 {
    display: inline;
    width: 5px;
}
.width-100p{
    width:100%;
}
.width-90p {
    width: 90%;
}
.width-80 {
    width: 80px;
}
.width-100 {
    width: 100px
}
.width-150 {
    width: 150px
}
.width-200 {
    width: 200px;
}
.width-250 {
    width: 250px;
}
.width-300 {
    width: 300px;
}
.bg-color-blue {
    background-color: #00bcd4;
}
.repeat-border {
    border-bottom: solid 2px #f68330;
}
.repeat-label {
    color: #f68330;
}
.repeat-panel {
    margin-bottom: 5px;
    padding: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    /*padding: 10px;*/
    /*box-shadow: 0px 3px 10px rgba(0, 116, 162, 0.24);*/
    border: solid 1px rgba(0, 116, 162, 0.24);
    margin: 2px;
    /*font:12px arial, verdana;*/
    /*direction:rtl;text-align:right;*/
    height: 100% !important;
    overflow: auto;
}
.radius-5 {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.nc-rotated-45 {
    transform: rotate(-45deg); /* Equal to rotateZ(45deg) */
}

/*loader  <div class="nc-loader"></div>*/
.nc-loader {
    height: 4px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #ddd;
}

.nc-loader:before {
    display: block;
    position: absolute;
    content: "";
    left: -200px;
    width: 200px;
    height: 4px;
    background-color: #2980b9;
    animation: loading 2s linear infinite;
}
.nc-progress {
    height: 4px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #ddd;
}

    .nc-progress:before {
        display: block;
        /*position: absolute;*/
        position: relative !important;
        content: "";
        /*left: -200px;
        width: 200px;*/
        width: 100%;
        height: 4px;
        background-color: #2980b9;
        animation: loading 2s linear infinite;
    }
.nc-loader-spin2 {
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #3498db;
    /*border-bottom: 8px solid #3498db;*/
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}
.nc-loader-spin {
    height: 40px;
    width: 40px;
    /*border: 8px solid rgba(150, 150, 150, 0.2);*/
    border: 10px solid rgba(167, 169, 169, 0.4); /*rgba(66, 158, 245, 0.4);*/
    border-radius: 50%;
    border-top-color: rgb(167, 169, 169);
    animation: rotate 1s 0s infinite linear normal;
    margin-bottom: 50px;
}
@keyframes rotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


@keyframes loading {
    from {
        left: -200px;
        width: 30%;
    }

    50% {
        width: 30%;
    }

    70% {
        width: 70%;
    }

    80% {
        left: 50%;
    }

    95% {
        left: 120%;
    }

    to {
        left: 100%;
    }
}
    /*<div class="preload"></div>*/
.preload-bar {
    width: 100%;
    height: 20px;
    border: 1px solid #2980b9;
    border-radius: 3px;
    background-image: repeating-linear-gradient( -45deg, #2980b9, #2980b9 11px, #eee 10px, #eee 20px /* determines size */ );
    background-size: 28px 28px;
    animation: move .5s linear infinite;
}

@keyframes move {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 28px 0;
    }
}

/*responsive iframe*/
.iframe-responsive {
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
}

.iframe-responsive iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
/*
<div class="iframe-container"> 
  <iframe class="responsive-iframe" src=""></iframe>
</div>
*/
.iframe-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}
/*.row {
    direction: rtl;
    text-align: right;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2px;
}

.row .col {
    float: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0.75rem;
    min-height: 1px;
}*/
/*
.row:after {
    content: "";
    display: table;
    /clear: both;/
}
*/

datalist {
    text-align: right;
    direction: rtl;
    position: absolute;
    max-height: 20em;
    border: 0 none;
    overflow-x: hidden;
    overflow-y: auto;
}
datalist option {
    font-size: 0.8em;
    padding: 0.3em 1em;
    background-color: #ccc;
    cursor: pointer;
}

datalist option:hover, datalist option:focus {
    color: #000;
    background-color: #fff;
    outline: 0 none;
}

.input-row {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2px;
}

.jqx-validator-error-label {
    direction:rtl;
    text-align:right;
    margin-top:5px;
    width:200px!important;
    color:red !important;
}

[data-type="date"] {
    padding-top: 10px !important;
}

div.field , label.field{
    /*color: #2980b9;*/
    color: #0892c3;
    font-size: 110%;
}

.field_group{
    margin:10px 5px 10px;
}

td.label {
    color: #0892c3;
    
}
td.label-group {
    color: #0892c3;
    font-weight: bold;
}
.notvalid {
    border-left: solid 8px red !important;
    color: red !important;
}
/*materilaze ====================================*/
.input-field > label, .input-field-inline > label {
    color: #9e9e9e;
    position: absolute;
    top: 0;
    left: auto;
    cursor: text;
    -webkit-transition: color .2s ease-out, -webkit-transform .2s ease-out;
    transition: color .2s ease-out, -webkit-transform .2s ease-out;
    transition: transform .2s ease-out, color .2s ease-out;
    transition: transform .2s ease-out, color .2s ease-out, -webkit-transform .2s ease-out;
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    text-align: initial;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    font-size: 90%;
}

.input-field > label,
.input-field > label.active,
.input-field > label.fixed {
    top: -8px;
    -webkit-transform: translateY(-8px) scale(1.0);
    transform: translateY(-8px) scale(1.0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    color: #0892c3;
}

    .input-field > label.fixed-5 {
        top: -5px;
        -webkit-transform: translateY(-5px) scale(1.0);
        transform: translateY(-5px) scale(1.0);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        color: #0892c3;
    }
.input-field {
    position: relative;
    margin-top: 5px;
    margin-bottom: 6px !important;
    padding-bottom: 8px;
}

    .input-field.inline {
        display: inline-block;
        padding-bottom: 8px;
        padding-left: 10px !important;
    }

.input-field-inline-left {
    display: inline-block;
    padding-right: 10px !important;
    margin-bottom: 1rem !important;
}

.input-field.nc-pasive {
    display: none;
}

.input-field-cur > label, .input-field-inline-cur > label {
    display: block;
    color: #0892c3;
}

.input-field.lm100 {
    width: 100%;
}

.input-field > textarea,
.input-field-inline > textarea {
    min-height: 20px;
    max-height: 200px;
    height: auto;
    overflow: auto;
    display: block;
    resize: both;
}


.input-field > input,
.input-field > select {
    border: 0 !important;
    border-bottom: solid 1px #c0c0c0 !important;
    width: 100%;
}
.input-field-inline > input,
.input-field-inline > select {
    border: 0 !important;
    border-bottom: solid 1px #c0c0c0 !important;
    width: 100%;
}



.input-field > input:focus,
.input-field > select:focus {
    border: 0 !important;
    border-bottom: solid 2px #15C8D8 !important;
    width: 100%;
    outline: none;
}

.input-field-inline > input:focus,
.input-field-inline > select:focus {
    border: 0 !important;
    border-bottom: solid 2px #15C8D8 !important;
    width: 100%;
    outline: none;
}
/*textarea================================*/

.input-field > textarea {
    border: 0 !important;
    border-bottom: solid 1px #c0c0c0 !important;
    width: 100%;
}
.input-field-inline > textarea {
    border: 0 !important;
    border-bottom: solid 1px #c0c0c0 !important;
    width: 100%;
}
.input-field > textarea:focus {
    border: 0 !important;
    border-bottom: solid 2px #15C8D8 !important;
    width: 100%;
    outline: none;
}
.input-field-inline > textarea:focus {
    border: 0 !important;
    border-bottom: solid 2px #15C8D8 !important;
    width: 100%;
    outline: none;
}
/*========================================*/
.input-field.lm1 {
    width: 100%;
    max-width: 100px !important;
}

.input-field.lm2 {
    width: 100%;
    max-width: 140px !important;
}

.input-field.lm3 {
    width: 100%;
    max-width: 200px !important;
}

.input-field.lm4 {
    width: 100%;
    max-width: 300px;
}

.input-field.lm5 {
    width: 100%;
    max-width: 500px;
}

.col-lm1, .col-w100{
    max-width: 100px !important;
}
.col-lm2, .col-w140 {
    max-width: 140px !important;
}
.col-lm3, .col-w200 {
    max-width: 200px !important;
}
.col-lm4, .col-w300 {
    max-width: 300px !important;
}
.col-lm5, .col-w500 {
    max-width: 500px !important;
}
.col-lm100 {
    width: 100%;
}

.col {
    float: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0.75rem;
    min-height: 1px;
}

.col-lg1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.col-lg2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.col-lg3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.col-lg4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.col-lg5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.col-lg6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.col-lg7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.col-lg8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.col-lg9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.col-lg10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.col-lg11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.col-lg12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
}


.field-120 {
    width: 120px;
}
.field-200 {
    width: 200px;
}
.field-240 {
    width: 240px;
}
.field-300 {
    width: 300px;
}

.form-group > label, .form-group-inline > label {
    color: #0892c3;
}

.form-buttons {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
}

.form-group-hide, .form-button-hide {
    display: none;
}

.form-group-inline {
    display: inline-block;
    padding-left: 10px !important;
    margin-bottom: 4px !important;
}

.form-group-inline-left {
    display: inline-block;
    padding-right: 10px !important;
    margin-bottom: 4px !important;
}

.form-group {
    margin-bottom: 4px !important;
    padding-bottom:4px;
}

.form-group-inline > textarea,
.form-group > textarea {
    min-height: 20px;
    max-height: 200px;
    height: auto;
    overflow: auto;
    display: block;
    resize: both;
}

.form-group.nc-pasive {
    display: none;
}
.form-group-inline.nc-pasive {
    display: none;
}

.form-group > input,
.form-group > select {
    border: 0 !important;
    border-bottom: solid 1px #c0c0c0 !important;
}

.form-group-inline > input,
.form-group-inline > select {
    border: 0 !important;
    border-bottom: solid 1px #c0c0c0 !important;
}


.form-group > input:focus,
.form-group > select:focus {
    border: 0 !important;
    border-bottom: solid 1px #15C8D8 !important;
    outline: none;
}

.form-group-inline > input:focus,
.form-group-inline > select:focus {
    border: 0 !important;
    border-bottom: solid 1px #15C8D8 !important;
    outline: none;
}

.form-group > input.error,
.form-group > select.error {
    border: 0 !important;
    border-bottom: solid 1px red !important;
}

.form-group-inline > input.error,
.form-group-inline > select.error {
    border: 0 !important;
    border-bottom: solid 1px red !important;
}

.form-group > input.error:focus,
.form-group > select.error:focus {
    border: 0 !important;
    border-bottom: solid 1px red !important;
    outline: none;
}
.form-group-inline > input.error:focus,
.form-group-inline > select.error:focus {
    border: 0 !important;
    border-bottom: solid 1px red !important;
    outline: none;
}

/*textarea======================================*/
.form-group > textarea {
    border: 0 !important;
    border-bottom: solid 1px #c0c0c0 !important;
}
.form-group-inline > textarea {
    border: 0 !important;
    border-bottom: solid 1px #c0c0c0 !important;
}
.form-group > textarea:focus {
    border: 0 !important;
    border-bottom: solid 1px #15C8D8 !important;
    outline: none;
}
.form-group-inline > textarea:focus {
    border: 0 !important;
    border-bottom: solid 1px #15C8D8 !important;
    outline: none;
}
.form-group > textarea.error {
    border: 0 !important;
    border-bottom: solid 1px red !important;
}
.form-group-inline > textarea.error {
    border: 0 !important;
    border-bottom: solid 1px red !important;
}
.form-group > textarea.error:focus {
    border: 0 !important;
    border-bottom: solid 1px red !important;
    outline: none;
}
.form-group-inline > textarea.error:focus {
    border: 0 !important;
    border-bottom: solid 1px red !important;
    outline: none;
}
/*==============================================*/

/* dynamic table*/
.styledTable {
    border: 1px solid #EBF1F6;
}

    .styledTable table, th, td {
        border: 1px solid #EBF1F6;
        padding: 5px;
    }

    .styledCell {
        border: 1px solid #EBF1F6;
    }
.styledTableHeader {
    background-color: #04598e;
    color: #fff;
    border: 1px solid #EBF1F6;
}

.styledRowKey {
    background-color: #A3C0E0;
    color: #fff;
    border: 1px solid #fff;
}

.styledRowValue {
    background-color: #fff;
    color: #000;
    border: 1px solid #EBF1F6;
}

.repeat-item {
    font: 12px arial, verdana;
    color: #000;
    background-color: #fff;
}
.repeat-item:hover {
    background-color: #eeeef3 !important;
}
.repeat-item-header {
    display: inline-block;
    border-bottom: solid 2px #f68330;
    color: #f68330;
}
.repeat-item-header span {
    color: #000;
}


    /*charts  ===================== */
    .chart-row {
        margin: 15px auto;
    }
.chart-cols-1 {
    margin: 15px;
    direction: ltr;
    width: 100%;
    /*box-shadow: 0px 3px 10px rgba(0, 116, 162, 0.42);*/
}
.chart-cols-2 {
    margin: 2%;
    direction: ltr;
    width: 46%;
    box-shadow: 0px 3px 10px rgba(0, 116, 162, 0.42);
}
.chart-cols-3 {
    margin: 1%;
    direction: ltr;
    width: 30%;
    box-shadow: 0px 3px 10px rgba(0, 116, 162, 0.42);
}
.chart-cols-4 {
    margin: 1%;
    direction: ltr;
    width: 25%;
    box-shadow: 0px 3px 10px rgba(0, 116, 162, 0.42);
}
.chart-bar-h {
    padding-left: 20px;
    padding-right: 0;
}

@media only screen and (max-width: 1300px) {
    /* For mobile phones: */
    .chart-cols-2 {
        width: 28%;
    }
    .chart-cols-3 {
        width: 28%;
    }
}

@media only screen and (max-width: 900px) {
    /* For mobile phones: */
    .chart-cols-2 {
        width: 100%;
    }
    .chart-cols-3 {
        width: 100%;
    }
}

.chart-area {
    margin: 10px;
    direction: ltr;
    /*width: 100%*/
}
.chart-pie {
    margin: 10px;
    direction: ltr;
    max-width: 400px;
}
.nc-chart-mobile {
    margin: 10px;
    direction: ltr;
    display: inline-block;
    min-width: 380px;
    /*max-width:800px;*/
}
/*charts  end===================*/
/*flip-box =====*/
.nc-flip-panel-round {
    /*-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;*/
    border-radius:50%;
    background-color: #fff;
    box-shadow: 0px 3px 10px rgba(0, 116, 162, 0.64);
}
.nc-flip-box-tiny {
    padding: 0;
    width: 40px;
    height: 40px;
    border: none;   
    margin-left: 2px;
    margin-right: 2px;
    display: inline-block;
}
.nc-flip-box-small {
    /*background-color: transparent;*/
    /*width: 240px;
    height: 160px;*/
    width: 60px;
    height: 60px;
    border:none; /*1px solid #f1f1f1;*/
    /*perspective: 1000px;*/
    margin: 5px;
    display:inline-block;
}

.nc-flip-box-medium {
    /*background-color: transparent;*/
    /*width: 240px;
    height: 160px;*/
    width: 90px;
    height: 90px;
    border: none; /*1px solid #f1f1f1;*/
    /*perspective: 1000px;*/
    margin: 10px;
}

.nc-flip-box {
    /*background-color: transparent;*/
    /*width: 240px;
    height: 160px;*/
    width: 120px;
    height: 120px;
    border: 1px solid #f1f1f1;
    perspective: 1000px;
    margin:10px;
    
}

.nc-flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

/*.nc-flip-box:hover .nc-flip-box-inner {
    transform: rotateX(180deg);
}*/

.nc-rotateX-180 {
    transform: rotateX(180deg);
}

/*.nc-no-hover {
    pointer-events: none;
}*/

.nc-flip-box-front, .nc-flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/*.nc-flip-box-front {
    background-color: #bbb;
    color: black;
}*/

.nc-flip-box-back {
    background-color: #0074a2;
    color: white;
    transform: rotateX(180deg);
}
/*flip-box end=====*/

/*background-color:#15C8D8; myt-blue
background-color:#4cddf3; myt-light blue*/

.nc-header {
    background-color: #15C8D8;
    text-align:center;
    color: #ffffff;
    padding: 15px;
}

.nc-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.nc-menu li {
    padding: 8px;
    margin-bottom: 7px;
    background-color: #33b5e5;
    color: #ffffff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

    .nc-menu li:hover {
        background-color: #0099cc;
    }

.nc-aside {
    background-color: #33b5e5;
    padding: 15px;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.nc-footer {
    background-color: #0099cc;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    padding: 15px;
}
.nc-justify-center {
    justify-content: center;
    display: flex;
}
.nc-justify-space-between {
    justify-content: space-between;
    display: flex;
}

.nc-counting-wrapper{
    width:100px;
    height:100px;
}
.nc-counting {
    color: #ff6a00;
    font-size: 20px;
    font-weight: 500;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 3px 10px rgba(0, 116, 162, 0.64);
}
.nc-detail-box {
    /*color: #ff6a00;*/
    font-size: 16px;
    display: inline-block;
    background-color: #fff;
    padding: 10px;
    margin: 5px;
    border-radius: 5px;
    box-shadow: 0px 3px 10px rgba(0, 116, 162, 0.64);
    text-align: center;
}
.nc-center {
    display: table;
    margin: 0 auto;
}
.nc-table {
    display: table;
}

.nc-row {
    
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.nc-cols-1 {
    margin: 15px;
    /*direction: ltr;*/
    width: 100%;
}

.nc-cols-2 {
    display: inline-block;
    margin: 2%;
    /*direction: ltr;*/
    width: 46%;
}

.nc-cols-3 {
    display:inline-block;
    margin: 1%;
    /*direction: ltr;*/
    width: 30%;
}

.nc-cols-4 {
    display: inline-block;
    margin: 1%;
    /*direction: ltr;*/
    width: 25%;
}

.nc-circle-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto 20px;
    box-shadow: 0px 3px 10px rgba(0, 116, 162, 0.64)
}
.nc-circle-icon-i {
    font-size: 40px;
    color: #0074a2;
    margin-top: 20px;
}




    .nc-col {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

.nc-row-cols-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.nc-row-cols-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.nc-row-cols-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.nc-row-cols-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.nc-row-cols-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.nc-row-cols-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.nc-col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}



.nc-row::after {
    content: "";
    clear: both;
    display: block;
}

[class*="nc-col-"] {
    float: left;
    padding: 15px;
}




/* For desktop: */
.nc-col-1 {
    flex: 0 0 auto;
    width: 8.33%;
}

.nc-col-2 {
    flex: 0 0 auto;
    width: 16.66%;
    /*margin: 0 auto;
    width: 16.66%;
    display: inline-block;*/
}
.nc-col-2-3 {
    flex: 0 0 auto;
    width: 20%;
    /*float:right;*/
    /*margin: 0 auto;
    width: 25%;
    display: inline-block;*/
}

.nc-col-3 {
    flex: 0 0 auto;
    width: 25%;
    /*margin: 0 auto;
    width: 25%;
    display: inline-block;*/
}

.nc-col-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
}

.nc-col-5 {
    flex: 0 0 auto;
    width: 41.66%;
}

.nc-col-6 {
    flex: 0 0 auto;
    width: 50%;
    /*margin: 0 auto;
    width: 50%;
    display: inline-block;*/
}

.nc-col-7 {
    flex: 0 0 auto;
    width: 58.33%;
}

.nc-col-8 {
    flex: 0 0 auto;
    width: 66.66%;
}

.nc-col-9 {
    flex: 0 0 auto;
    width: 75%;
}

.nc-col-10 {
    flex: 0 0 auto;
    width: 83.33%;
}

.nc-col-11 {
    flex: 0 0 auto;
    width: 91.66%;
}

.nc-col-12 {
    flex: 0 0 auto;
    width: 100%;
}

/*@media only screen and (max-width: 1280px) {
    [class*="nc-col-"] {
        border: solid 1px #ff00dc;
        flex: 0 0 auto;
        width: 45%;
    }
}*/
/*@media only screen and (max-width: 1024px) {
    [class*="nc-col-"] {
        border: solid 1px green;
        flex: 0 0 auto;
        width: 45%;
    }
}*/
@media only screen and (max-width: 991px) {
    [class*="nc-col-"] {
        /*border: solid 1px blue;*/
        flex: 0 0 auto;
        width: 40%;
    }
}
@media only screen and (max-width: 601px) {
    /* For mobile phones: */
    [class*="nc-col-"] {
        /*border: solid 1px red;*/
        flex: 0 0 auto;
        width: 35%;
    }
}
@media only screen and (max-width: 401px) {
    /* For mobile phones: */
    [class*="nc-col-"] {
        /*border: solid 1px red;*/
        flex: 0 0 auto;
        width: 95%;
    }
}

.section-table {
    display: table;
    table-layout: fixed; /*euqal column width*/
    width: 100%;
}

.section-cell {
    display: table-cell;
    padding-left: 10px;
}
/*---------------------------------------------------------------------------------------------------------------------------*/

@media (max-width: 768px) {
    .section-cell {
        display: block;
    }
}
/*
.container-box {
    direction: rtl;
    margin-left: 10%;
    margin-right: 10%;
}

@media (max-width: 560px) {
    .container-box {
        direction: rtl;
        margin-left: 4px;
        margin-right: 4px;
    }
}
*/

/*Columns*/
/*
<div class="col_row">
  <div class="col-3-33" style="background-color:#aaa;">
    <h2>Column 1</h2>
    <p>Some text..</p>
  </div>
  <div class="col-3-33" style="background-color:#bbb;">
    <h2>Column 2</h2>
    <p>Some text..</p>
  </div>
  <div class="col-3-33" style="background-color:#ccc;">
    <h2>Column 3</h2>
    <p>Some text..</p>
  </div>
</div>
*/
.col_box {
    box-sizing: border-box;
}

.col-3-33 {
    float: left;
    width: 33.33%;
}


/* Create three unequal columns that floats next to each other */
.col_padd {
    float: left;
    padding: 10px;
}
.col_padd-right {
    float: right;
    padding: 10px;
}
.col_padd-2-70 {
    float: left;
    width: 65%;
}
.col_padd-2-30-r {
    width: 30%;
    float: right;
    padding: 5px;
}
.col_padd-2 {
    width: 46%;
    float: left;
    padding: 5px;
    margin: 5px;
}

.col_left-3-25, .col_right-3-25 {
    width: 25%;
}

.col_middle-3-50 {
    width: 50%;
}
/* Clear floats after the columns */
.col_row:after {
    content: "";
    display: table;
    clear: both;
}

/*@media (max-width: 768px) {
    .col_padd-2-70 {
        width: 100%;
    }
}*/