    /*@import url('https://fonts.googleapis.com/css2?family=Mukta:ital,wght@0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700');*/

    .text-right
    {
        text-align: right!important;
    }

    .data_barcode
    {
        position: relative;
        float: right;
        width: auto;
        box-sizing: border-box;
    }
    .data_barcode img
    {
        position: relative;
        float: left;
        height: 40px;
        box-sizing: border-box;
    }

.table-area
{
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    overflow-x: scroll;
}
/* Table and body styles */
table {
    width: 100%;
    box-sizing: border-box;
    float: left;
  border-collapse: collapse;
  background: #fff;
}

th {
  padding: 0.75em 1.5em;
  background-color: #fe6249;
  color: #fff;
  text-transform: uppercase;
  font-size: 8pt;
  letter-spacing: 0.05em;
}
th.right {
    text-align: right;
}
th.center {
    text-align: center;
}


td {
  padding: 0.75em 1.5em;
  background-color: #f9f9f9;
  border-bottom: 1px solid #e0e0e0;
  font-size: 8.5pt;
}
td.right {
    text-align: right;
}
td.center {
    text-align: center;
}

th,
td {
  white-space: nowrap;
  text-align: left;
}



    .data_count
    {
        position:relative; padding:0px 10px; color:white; font-weight:600; font-size: 10pt; vertical-align: middle; border-radius:50px; background:#1b85ec;
    }

    .row
    {
        position: relative;
        float: left;
        width: 100%;
        box-sizing: border-box;
        padding: 10px 10px;
    }
    .row .row-con
    {
        position: relative;
        float: left;
        width: 100%;
        box-sizing: border-box;
/*        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;*/
        background: white;
        padding: 0px 10px;
        border-radius: 10px;
        overflow: hidden;
    }
    .shadow_1
    {
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px!important;
    }
    .padding_10
    {
        padding: 10px 10px!important;
    }
    .padding_20
    {
        padding: 20px 20px!important;
    }

    .row.fixed
    {
        position: fixed;
        left: 0px;
        top: 0px;
        z-index: 10000;
        padding: 0px 0px;
        background: rgba(0, 0, 0, 0.5);
        height: 100%;
        overflow-y: scroll;
    }
    .row.fixed .row-con
    {
        width: 80%;
        margin-left: 10%;
        margin-top: 3%;
        margin-bottom: 3%;
    }
    .row.fixed .row-con.col_70
    {
        width: 70%;
        margin-left: 15%;
        margin-top: 3%;
    }
    .row.fixed .row-con.col_90
    {
        width: 90%;
        margin-left: 5%;
        margin-top: 3%;
    }
    .row.fixed .row-con.col_95
    {
        width: 95%;
        margin-left: 2.5%;
        margin-top: 3%;
    }
    .row.fixed .row-con.col_100
    {
        width: 100%;
        margin-left: 0%;
        margin-top: 3%;
    }

    .row.fixed
    {
        position: fixed;
        left: 0px;
        top: 0px;
        z-index: 10000;
        padding: 0px 0px;
        background: rgba(0, 0, 0, 0.5);
        height: 100%;
        overflow-y: scroll;
    }
    .row.fixed.fixed_md .row-con
    {
        width: 60%;
        margin-left: 20%;
        margin-top: 3%;
    }
    .row.fixed.fixed_sm .row-con
    {
        width: 30%;
        margin-left: 35%;
        margin-top: 3%;
    }

    .row.null
    {
        padding: 0px 0px;
    }

.row.fixed::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #e9e9e9;
}

.row.fixed::-webkit-scrollbar
{
    width: 10px;
    background-color: #000878;
}

.row.fixed::-webkit-scrollbar-thumb
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: black;
}


    .row .row-con h2 i
    {
        
    }
    .row .row-con h3 i
    {
        
    }
    .row .row-con h4 i
    {
        
    }
    .row .row-con .row-data
    {
        position: relative;
        float: left;
        width: 100%;
        box-sizing: border-box;
        padding: 0px 0px;
        overflow-x: scroll;
    }
.row .row-con .row-data
{
    background: white;
    background-repeat: no-repeat;
}

.row .row-con .row-data::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #fff;
}

.row .row-con .row-data::-webkit-scrollbar
{
    height: 10px;
    background-color: #000878;
    cursor: pointer;
}

.row .row-con .row-data::-webkit-scrollbar-thumb
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #e9e9e9;
    cursor: pointer;
    border-radius: 50px;
}
.row .row-con .row-data::-webkit-scrollbar-thumb
{
    background-color: #012162;
}

    .row.padding
{
    padding: 10px;
}

.row.md
{
    width: 50%;
}
.row.sm
{
    width: 33.3333%;
}
.row.sms
{
    width: 25%;
}
.row.smd
{
    width: 75%;
}


.data_row_popup_box .data_row_popup
{
    position: absolute;
    width: auto;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    box-sizing: border-box;
    right: 0px;
    padding: 0px;
    background: white;
    border-radius: 4px;
    display: none;
}
.data_row_popup_box:hover .data_row_popup
{
    display: block;
}

.data_row_popup_box .data_row_popup a
{
    width: auto;
    display: flex;
    box-sizing: border-box;
    text-decoration: none!important;
    color: #333!important;
    border-bottom: 1px solid #eee;
    padding: 6px 10px;
}
.data_row_popup_box .data_row_popup a:hover
{
    background: #eee;
    color: black;
}

div.col-md
{
    position: relative;
    width: 50%;
    float: left;
    box-sizing: border-box;  
    transition:0.5s ease;
    background: white;
    padding: 2px;
    color: gray;
}
div.col
{
    position: relative;
    width: 100%;
    float: left;
    box-sizing: border-box;  
    transition:0.5s ease;
    background: white;
    padding: 2px;
    color: gray;
}
div.col-sm
{
    position: relative;
    width: 25%;
    float: left;
    box-sizing: border-box;  
    transition:0.5s ease;
    background: white;
    padding: 2px;
    color: gray;
}
div.col-sh
{
    position: relative;
    width: 25%;
    float: left;
    box-sizing: border-box;  
    transition:0.5s ease;
    background: white;
    border: 0.1px solid #eee;
    box-shadow: 0px 0px 10px -5px black;
    padding: 2px;
    color: gray;
}

h1, h2, h3, h4, h5, h6
{
    position: relative;
    width: 100%;
    color: gray;
    float: left;

}


.h1,.h2,.h3,.h4
{
    position: relative;
    width: 100%;
    float: left;
    box-sizing: border-box;  
    transition:0.5s ease;
    padding: 10px 0px;
    font-size: 20pt;
    color: #012162;
    font-weight: 800;
    margin:0px;
    letter-spacing: 0.5px;
    vertical-align: middle;
}

.h3 i
{
    color: black!important;

}
.h3 img
{
    height: ;
    width: 42px;
    vertical-align: middle;
}
.hed-style-1
{
    background: linear-gradient(196deg, rgba(250,250,250,1) 32%, #042d69 32%);
}

    .file_upload
    {
        position: relative;
        float: left;
        width: 100%;
        box-sizing: border-box;
        border:1px solid #ccc;
        text-align: center;
        background: #eee;
        cursor: pointer;
        transition: 0.5s ease;
        overflow: hidden;
    }
    .file_upload img
    {
        width: auto;
        height: 120px;
        margin: auto;
    }
    .file_upload:hover
    {
        background: rgba(0,0,0,0.5);
    }

    .file_upload span.spnFilePath
    {
        position: relative;
        float: left;
        width: 100%;
        box-sizing: border-box;
        background: #ccc;
        padding: 6px 6px;
    }



.table
    {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    border-collapse: collapse;
    border-radius: 10px;
    overflow:hidden;
    border:1px solid #e9e9e9;

    }
.table tr
{
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;    
}
.table tr:nth-child(even)
{
    background: #e5f2ff;
}
.table td
    {
    padding: 6px 10px;
    vertical-align: top;
    border: 1px solid #a8cbee;
    display: table-cell;
    color: #333;
    
    font-size: 9pt!important;
    vertical-align: middle;
    }
.table td:nth
{
    background: red;
}
.table thead
{
   background:#e2e2e2;
}
.table tr th
{
    border: 1px solid #dee2e6;
}
.table th
    {
    vertical-align: bottom;
    border-bottom: 2px solid #244e78;
    padding: 6px 6px;
    font-weight: 400;
    color: white;
    font-size: 9pt;
    text-align: left;
    vertical-align: middle;
    background: #1b85ec;
    }
.table th:nth
{
    background: red;
}
.table th.left
{
    text-align: left;
}
.table th.center
{
    text-align: center;
}
.table th.right
{
    text-align: right;
}

.table.th_bg_none th
{
    background: none!important;
}

.table td.bold-text
{
    font-weight: bold;
}
.table td.center
{
    text-align: center;
}
.table td.left
{
    text-align: left;
}
.table td.right
{
    text-align: right;
}
.table td.bold
{
    font-weight: bold;
}
.table tr:hover {
    transition: 0.5s ease;
    background-color: #e9e9e9;
}
.table.table-center td
{
    text-align: center;

}
.table.table-bold td
{
    font-weight:bold;
}
.table th select
{
    padding: 2px 5px;
    font-size: 11pt;
    font-weight: normal;
}
.table td a
{
    color: #012162;
    text-decoration: underline;
}


.table_1
    {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    border-collapse: collapse;
    border-radius: 0px;
    overflow:hidden;
    border:1px solid ##ccc;
    }
.table_1 tr
{
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;    
}
.table_1 tr:nth-child(even)
{
    /*background: #f7f7f7;*/
}
.table_1 td
    {
    padding: 6px 10px;
    vertical-align: top;
    border: 1px solid #dee2e6;
    display: table-cell;
    color: #555;
    font-size: 9pt!important;
    vertical-align: middle;
    }
.table_1 td:nth
{
    background: red;
}
.table_1 thead
{
   background:#e2e2e2;
}
.table_1 tr th
{
    border: 1px solid #dee2e6;
}
.table_1 th
    {
    vertical-align: bottom;
    border-top: 2px solid #ccc;
    border-bottom: 3px solid #ccc!important;
    padding: 4px 6px;
    font-weight: 800;
    color: black;
    font-size: 9pt;
    text-align: left;
    vertical-align: middle;
    background-image: white;
    background: #fff;
    }
.table_1 th:nth
{
    background: red;
}
.table_1 th.left
{
    text-align: left;
}
.table_1 th.center
{
    text-align: center;
}
.table_1 th.right
{
    text-align: right;
}

.table_1.th_bg_none th
{
    background: none!important;
}

.table_1 td.bold-text
{
    font-weight: bold;
}
.table_1 td.center
{
    text-align: center;
}
.table_1 td.left
{
    text-align: left;
}
.table_1 td.right
{
    text-align: right;
}
.table_1 td.bold
{
    font-weight: bold;
}
.table_1 tr:hover {
    transition: 0.5s ease;
    background-color: #eee;
}
.table_1.table_1-center td
{
    text-align: center;

}
.table_1.table_1-bold td
{
    font-weight:bold;
}
.table_1 th select
{
    padding: 2px 5px;
    font-size: 11pt;
    font-weight: normal;
}
.table_1 td a
{
    color: #012162;
    text-decoration: underline;
    font-size: 8pt;
}
.td-btn i
{
    color: #222;
}
.td-btn.td-btn-danger i
{
    color: red;
}
table .btn
    {
        margin: 3px 3px;
    } 

.btn
    {
        padding: 2px 4px;
        color: white;
        border-radius: 2px;
        font-size: 8pt;
        margin: 0px 3px;
        display: inline-block;
        font-weight: normal;
        cursor: pointer;
    } 
.btn i
    {
        font-size: 8pt;
    }

.btn:active
{
    transform: translateY(1px);
}

.btn.btn-right
{
    float: right;
}

a.btn
{
    color: white!important;
    text-decoration: none!important;
}
a.btn i
{
    color: white!important;
}

.btn.small
{
    padding: 10px;
    font-size: 14px;
    font-weight: normal;
}
.btn.large
{
    padding: 20px;
    font-size: 16px;
    font-weight: normal;
}
.btn.round
{
    border-radius: 50px;
}
.btn i
{
    padding: 2px;
}

.btn.btn-default
{
    border:1px solid #ccc;
    background: #ccc;
    color: white;
}
.btn.btn-primary
{
    border:1px solid #242424;
    background: #242424;
    color: white;
}
.btn.btn-danger
{
    border:1px solid #B32D2D;
    background: #B32D2D;
    color: white;
}
.btn.btn-warnning
{
    border:1px solid #DBA911;
    background: #DBA911;
    color: white;
}
.btn.btn-success
{
    border:1px solid #699922;
    background: #699922;
    color: white;
}
.btn.btn-info
{
    border:1px solid #007BFF;
    background: #007BFF;
    color: white;
}




.alert-box
{
    padding: 0px 0px;
    box-sizing: border-box;
    position: relative;
    float: left;
    width: 100%;
}

.alert
{
        position: relative;
        width: auto;
        float: none;
        border: 0.5px solid lightgray;
        padding: 10px 15px;
        border-radius: 3px;
        background: #cccccc;
        text-decoration: none;
        cursor: pointer;
        font-size: 10pt;
        color: black;
        font-weight: normal;
        box-sizing: border-box;
}
.alert i
{
    color: white;
}


.alert.alert-danger
{
    border:1px solid #B32D2D;
    background: #B32D2D;
    color: white;
}
.alert.alert-warnning
{
    border:1px solid #DBA911;
    background: #DBA911;
    color: white;
}
.alert.alert-success
{
    border:1px solid #699922;
    background: #699922;
    color: white;
}
.alert.alert-info
{
    border:1px solid #007BFF;
    background: #007BFF;
    color: white;
}


.text
{
        position: relative;
        width: auto;
        float: none;

}
.text i
{
    color: white;
}


.text.text-danger
{
    color: #B32D2D;
}
.text.text-warnning
{
    color: #DBA911;
}
.text.text-success
{
    color: #699922;
}
.text.text-info
{
    color: #007BFF;
}


.form
{
    position: relative;
    width: 100%;
    background: #fff;
    border:0.5px solid #eee;
    float: left;
    padding: 10px;
    box-sizing:border-box;
    border-radius: 5px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
`.md
{
    width: 50%;
}
.form.smd
{
    width: 75%;
}
.form.sm
{
    width: 25%;
}
.form .form-group
{
    position: relative;
    width: 100%;
    color: gray;
    box-sizing:border-box;
    float: left;
    padding: 2px 10px;
}
.form .form-group.md
{
    width: 50%;
}
.form .form-group.sm
{
    width: 33%;
}
.form .form-group.smd
{
    width: 75%;
}
.form .form-group.sms
{
    width: 25%;
}
.form .form-group.sms-20
{
    width: 20%;
}
.form .form-group.sms-15
{
    width: 20%;
}
.form .form-group.sms-16
{
    width: 16.6666%;
}
.form .form-group.sms-10
{
    width: 10%;
}
.form .form-group.sms-9
{
    width: 9%;
    padding: 0px 0px;
}
.form .form-group.sms-8
{
    width: 8.32%;
    padding: 0px 0px;
}
.form .form-group.sms-9 .form-label
{
    width: 100%;
    height: 40px;
}
.form .form-group.sms-9 .form-label label
{
    font-size: 10pt;
    padding: 0px 0px;
    line-height: 18px;
}
.form .form-group.sms-9 .form-input
{
    padding: 0px 0px;
}
.form .form-group.sms-9 .form-input input
{
    padding: 5px 10px;
}

hr.hr
{
    position: relative;
    float: left;
    width: 100%;
    border:1px solid #eee;
}


    .input-search-box
    {
        position: absolute;
        float: left;
        width: 100%;
        box-sizing: border-box;
        z-index: 100;
        background: white;
        margin-top: 35px;
    }
    .input-search-box .input-search-box-con
    {
        position: relative;
        float: left;
        width: 100%;
        box-sizing: border-box;
        border:1px solid #ddd;
        box-shadow: 5px 5px #ddd;
        max-height: 200px;
        overflow-y: scroll;
        display: none;
    }
    .input-search-box .input-search-box-con .input-serch-data
    {
        position: relative;
        float: left;
        width: 100%;
        box-sizing: border-box;
        border-bottom: 1px solid #ccc;
    }
    .input-search-box .input-search-box-con .input-serch-data p
    {
        position: relative;
        float: left;
        width: 100%;
        box-sizing: border-box;
        padding: 6px 4px;
        cursor: pointer;
    }
    .input-search-box .input-search-box-con .input-serch-data p:hover
    {
        background: #ddd;
    }


.form .form-group .form-label
{
    position: relative;
    width: 100%;
    float: left;
    box-sizing:border-box;
    background: white;
}
.form .form-group .form-label.md
{
    width: 50%;
}
.form .form-group .form-label.sm
{
    width: 25%;
}
.form .form-group .form-label.md label
{
    padding: 16px 10px;
}

.form .form-group .form-label label
{
    position: relative;
    width: 100%;
    float: left;
    padding: 0px 10PX;
    padding-top: 8px;
    padding-bottom: 2px;
    font-size: 10pt;
    color: #303030;
    font-weight: normal;
    box-sizing:border-box;
}
.form .form-group .form-input
{
    position: relative;
    width: 100%;
    float: left;
    padding: 2px 6px;
    box-sizing:border-box;
}
.form .form-group .form-input.md
{
    width: 50%;
}
.form .form-group .form-input.sm
{
    width: 25%;
}


.form .form-group .form-input .readonly
{
    background: #f5f5f5;
    cursor: not-allowed;
}
.form .form-group .form-input input::placeholder
{
    color: #999;
}

.form .form-group .form-input input
{
        position: relative;
        float: left;
        width: 100%;
        box-sizing: border-box;
        padding: 10px 10px;
        font-size: 10pt;
        text-align: left;
        border:none;
        border: 1px solid #f3f4f5;
        background: #f3f4f5;
        border-radius: 2px;
}
.form.lite_size .form-group .form-input input
{
        padding: 3px 3px!important;
        font-size: 9pt!important;
}
.form.lite_size .form-group .form-input select
{
        padding: 7px 3px!important;
        font-size: 9pt!important;
}
.form .form-group .form-input .input_type_file {
  color: transparent;
}
.form .form-group .form-input .input_type_file::-webkit-file-upload-button {
  visibility: hidden;
}
.form .form-group .form-input .input_type_file::before {
  content: 'Select some files';
  color: black;
  display: inline-block;
  background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
}
.form .form-group .form-input .input_type_file:hover::before {
  border-color: black;
}
.form .form-group .form-input .input_type_file:active {
  outline: 0;
}
.form .form-group .form-input .input_type_file:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9); 
}


.form .form-group .form-input select
{
        position: relative;
        float: left;
        width: 100%;
        box-sizing: border-box;
        padding: 12px 10px;
        font-size: 9pt;
        text-align: left;
        border:none;
        border: 1px solid #f3f4f5;
        background: white;
        border-radius: 2px;
        background: white;
        border-radius: 2px;
        background: #f3f4f5;
        margin-top: 0px;
}
.form .form-group .form-input textarea
{
        position: relative;
        float: left;
        width: 100%;
        box-sizing: border-box;
        padding: 10px 10px;
        font-size: 10pt;
        text-align: left;
        border:none;
        border: 1px solid #d9d9d9;
        background: white;
        border-radius: 2px;
}
.form .form-group .form-submit
{
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 6px 5px;
}
.form .form-group .form-submit.full
{
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 0px 0px;
}
.form .form-group .form-submit.full button
{
    width: 100%;
}

.form .form-group .form-submit button
{
    position: relative;
    width: auto;
    box-sizing:border-box;
    float: left;
    padding: 4px 20px;
    border-radius: 5px;
    border:none;
    font-size: 12pt;
    border:0px solid #ccc;
    font-weight: normal;
    transition: 0.1s ease;
    border-radius: 2px;
    font-weight: bold;
    box-shadow: 2px 2px #ccc;
}

.form .form-group .form-submit.full_btn button
{
    width: 100%;
}
.form .form-group .form-submit button i
{
    color: white!important;
}
.form .form-group .form-submit button span
{
    color: white!important;
}

.form .form-group .form-submit button:active
{
    opacity: 0.5;
}


.form .form-group .form-input select
{
/*    padding: 4px 10px!important;
    border:0.5px solid #ccc!important;
    font-size: 11pt;
    color: #666;
    font-weight: normal;*/
}
.form .form-group .form-input input:-moz-read-only { /* For Firefox */
  background-color: #ccc;
  cursor: not-allowed;
}
.form .form-group .form-input input:read-only { 
  background-color: #ccc;
  cursor: not-allowed;
}
.form .form-group .form-input input:focus
{
    outline: 0px;
    box-shadow: 0px 0px 10px 2px #0a52bb;
    border-color: #0a52bb;
}
.form .form-group .form-input select:focus
{
    outline: 0px;
    box-shadow: 0px 0px 10px 2px #0a52bb;
    border-color: #0a52bb;
}
.form .form-group .form-input textarea:focus
{
   outline: 0px;
    box-shadow: 0px 0px 10px 2px #0a52bb;
    border-color: #0a52bb;
}
div.image
{
    position: relative;
    width: 20%;
    height: 250px;
    padding: 2px;
    float: left;
    background: white;
    border: 0.5px solid lightgray;
    overflow: hidden;
} 
div.image img
{
    position: relative;
    width: 100%;
    padding: 0px;
    float: left;
} 
#my-file-value
{
    display: none;
}



/* The container */
.checkcontainer {
    display: block;
    position: relative;
    padding: 10px 50px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border:1px solid #ccc;
    width: 25%;
    float: left;
    font-weight: bolder;
    color: black;
    box-sizing: border-box;
}

/* Hide the browser's default checkbox */
.checkcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkcontainer input:checked ~ .radiobtn {
    background-color: #2196F3;
}


.radiobtn {
    position: absolute;
    top: 10px;
    left: 5px;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}


/* On mouse-over, add a grey background color */
.checkcontainer:hover input ~ .radiobtn {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkcontainer input:checked ~ .radiobtn {
    background-color: green;
}

/* Create the checkmark/indicator (hidden when not checked) */
.radiobtn:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkcontainer input:checked ~ .radiobtn:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkcontainer .radiobtn: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);
}












/* The container */
.checkboxcontainer {
width: 25%;
position: relative;
float: left;
box-sizing: border-box;
border:1px solid #eee;
}

/* Hide the browser's default checkbox */
.checkboxcontainer input {
    position: relative;
    opacity: 0;
    height: 30px;
    cursor: pointer;
    text-align: left;
    width: 100%;
    z-index: 1;
}

/* Create a custom checkbox */
.checkboxcontainer input:checked ~ .checkboxinput {
    background-color: #2196F3;
}


.checkboxinput {
    position: absolute;
    top: 5px;
    left: 10px;
    right: 5px;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
    border:0.5px solid #ccc;
}

.checkboxcontainer .checkboxinput .alt {
    margin-left: 30px;
    padding: 2px;
    width: 180px;
    font-size: 10pt;
    text-align: left;
    float: left;
    position: relative;
    display: inline-block;
}



/* On mouse-over, add a grey background color */
.checkboxcontainer:hover input ~ .checkboxinput {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkboxcontainer input:checked ~ .checkboxinput {
    background-color: green;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkboxinput:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkboxcontainer input:checked ~ .checkboxinput:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkboxcontainer .checkboxinput: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);
}


[title] {
  display: block;
  margin: 0 0 1em 0;
}

/*
  hiding, and styling, the elements we'll be creating
*/
[title] + span.createdTooltip {
  display: none;
  border: 2px solid #f90;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0.2em 0.5em;
  border-radius: 0.75em;
}

/*
  showing the created elements on hovering the element we want to
  show tooltips for
*/
[title]:hover + span.createdTooltip {
  display: block;
  position: absolute;
}





@media screen and (max-width: 468px){



    .row.fixed.fixed_md .row-con
    {
        width: 80%;
        margin-left: 10%;
        margin-top: 3%;
    }
    .row.fixed.fixed_sm .row-con
    {
        width: 80%;
        margin-left: 10%;
        margin-top: 3%;
    }



.form .form-group.md
{
    width: 100%;
}
.form .form-group.sm
{
    width: 100%;
}
.form .form-group.smd
{
    width: 100%;
}
.form .form-group.sms
{
    width: 100%;
}



.table
    {
        width: 100%;

    }

.table tr
    {
        width: 100%;
        border: 2px solid #333;
        bottom: 10px;
    }
.table th
    {
        width: 100%;
        float: left;
        position: relative;
        box-sizing: border-box;
        background: #333;
        color: white;
        border-color: #333;
        display: none;
    }
.table td
    {
        width: 100%;
        float: left;
        position: relative;
        box-sizing: border-box;
        text-align: center!important;
        border:none;

    }
.table td a
{
    width: 30%;
    float: none;
    display: inline-block;
    box-sizing: border-box;
}
.table td a.share-link
{
    width: auto!important;
    background: black;
    color: white!important;

}

.table td img
    {
        width: 100%!important;
    }



.body-content .row .body-content-right .dir ul li
{
    display: none;
}


.btn
    {
        position: relative;
        width: auto;
        float: right;
        border: 0.5px solid lightgray;
        padding: 10px 20px;
        border-radius: 2px;
        background: #cccccc;
        text-decoration: none;
        cursor: pointer;
        font-size: 9pt;
        color: black;
        margin: 2px!important;
        font-weight: normal;
    }
.btn i
{
    padding: 2px;
}
.btn:hover
{
        box-shadow: inset 0px -10px 30px -20px black;    
}







}