hr.hr
{
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    border:0px solid #ccc;
    margin: 0px;
    padding: 10px;
}
.row
{
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
}
.row.md
{
    width: 50%;
}
.row.sm
{
    width: 33.3333%;
}
.row.sms
{
    width: 25%;
}

    .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!important;
        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;
    }


    .alert-box
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding: 10px 10px;
  }
  .alert-box p
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    font-size: 11pt;
    padding: 15px 0px;
    border-radius: 5px;
  }
  .alert-box p.alert-danger
  {
    color: white;
        background-color: #f44336;
  }
  .alert-box p.alert-success
  {
    color: white;
    background: #4CAF50;
  }
  .alert-box p.alert-info
  {
    color: white;
    background: #2196F3;
  }
  .alert-box p.alert-warning
  {
    color: white;
    background: #ff9800;
  }

.btn
{
    position: relative;
    width: auto;
    
    box-sizing:border-box;
    float: left;
    padding: 10px 25px;
    border-radius: 5px;
    border:none;
    font-size: 14pt;
    border:1px solid #ccc;
    font-weight: normal;
    transition: 0.5s ease;
    border-radius: 5px;
    color: black;
    font-weight: normal;
    background: white;
}

.btn.btn-color-1
{
    background: linear-gradient(250deg, #C73866, #FE676E, #FD8F52, #FFBD71, #FFDCA2)!important;
    color: white!important;
}
.btn.btn-color-2
{
    background: linear-gradient(250deg, #93a5cf, #e4efe9)!important;
    color:white!important;
}
.btn.btn-color-3
{
    background: linear-gradient(120deg,rgb(73, 0, 161) 0%,#812bea 100%)!important;
    color:white!important;
}
.btn.btn-color-4
{
    background: linear-gradient(120deg,rgb(255, 161, 42) 0%,#ff6b12 100%)!important;
    color:white!important;
}
.btn.btn-color-5
{
    background: linear-gradient(120deg,rgb(52, 219, 167) 0%,#24d47a 100%)!important;
    color:white!important;
}
.btn.btn-color-6
{
    background: linear-gradient(120deg,rgb(73, 0, 161) 0%,#ff4a9e 100%)!important;
    color:white!important;
}
.btn.btn-color-7
{
    background: linear-gradient(120deg,rgb(64, 86, 236) 0%,#342bea 100%)!important;
    color:white!important;
}
.btn.btn-color-8
{
    background: linear-gradient(120deg,rgb(177, 18, 1) 0%,#590400 100%)!important;
    color:white!important;
}
.btn.btn-color-9
{
    background: linear-gradient(120deg,#03A9F4 0%,#00BCD4 100%)!important;
    color:white!important;
}
.btn.btn-color-10
{
    background: linear-gradient(120deg,#FFC107 0%,#22aca0 100%)!important;
    color:white!important;
}

.link
{
    position: relative;
    width: auto;
    
    box-sizing:border-box;
    float: left;
    padding: 6px 10px;
    border-radius: 5px;
    border:none;
    font-size: 11pt;
    border:1px solid #ccc;
    font-weight: normal;
    transition: 0.5s ease;
    border-radius: 5px;
    color: black;
    font-weight: normal;
    background: white;
    margin-right: 10px;

}

.link.link-color-1
{
    background: linear-gradient(250deg, #C73866, #FE676E, #FD8F52, #FFBD71, #FFDCA2)!important;
    color: white!important;
}
.link.link-color-2
{
    background: linear-gradient(250deg, #93a5cf, #e4efe9)!important;
    color:white!important;
}
.link.link-color-3
{
    background: linear-gradient(120deg,rgb(73, 0, 161) 0%,#812bea 100%)!important;
    color:white!important;
}
.link.link-color-4
{
    background: linear-gradient(120deg,rgb(255, 161, 42) 0%,#ff6b12 100%)!important;
    color:white!important;
}
.link.link-color-5
{
    background: linear-gradient(120deg,rgb(52, 219, 167) 0%,#24d47a 100%)!important;
    color:white!important;
}
.link.link-color-6
{
    background: linear-gradient(120deg,rgb(73, 0, 161) 0%,#ff4a9e 100%)!important;
    color:white!important;
}
.link.link-color-7
{
    background: linear-gradient(120deg,rgb(64, 86, 236) 0%,#342bea 100%)!important;
    color:white!important;
}
.link.link-color-8
{
    background: linear-gradient(120deg,rgb(177, 18, 1) 0%,#590400 100%)!important;
    color:white!important;
}
.link.link-color-9
{
    background: linear-gradient(120deg,#03A9F4 0%,#00BCD4 100%)!important;
    color:white!important;
}
.link.link-color-10
{
    background: linear-gradient(120deg,#FFC107 0%,#22aca0 100%)!important;
    color:white!important;
}



.table
    {
        position: relative;
        width: 100%;
        float: left;
        box-sizing: border-box;
        border: 0.5px solid dodgerblue;
        border-collapse: collapse;
        font-size: 9pt;
        padding: 10px;

    }
.table td,th
    {
       border: 0.5px solid #ddd;
        padding: 10px 0px;
    }
.table th
    {
        padding: 10px 5px;
    font-size: 10pt;
    color: black;
    line-height: 1.4;
    background-color: #dfdfdf;
    font-weight: bold;
        
        box-shadow: 2px 2px #ccc;
    }
.table td
    {
        font-weight: normal;
        padding: 4px 10px;
    font-size: 9pt;
    color: #111;
        
    }
.table tr:hover {
    transition: 0.5s ease;
    background-color: #eee;
}
.table.table-center td
{
    text-align: center;
}
.table.table-bold td
{
    font-weight:bold;
}











@media screen and (max-width: 468px){



form.form
{
    padding: 0px 10px;
}
form.form.form-md
{
    width: 100%;
}
form.form.form-md-center
{
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
}
form.form.form-sm
{
    width: 100%;
}
form.form.form-sm-center
{
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
}
form.form.form-sms
{
    width: 100%;
}
form.form.form-sms-center
{
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;}

form.form .form-group.md
{
    width: 100%;
}
form.form .form-group.sm
{
    width: 100%;
}
form.form .form-group.sms
{
    width: 100%;
}
form.form .form-group.smd
{
    width: 100%;
}
.btn
{
    position: relative;
    width: auto;
    
    box-sizing:border-box;
    float: left;
    padding: 10px 25px;
    border-radius: 5px;
    border:none;
    font-size: 14pt;
    border:1px solid #ccc;
    font-weight: normal;
    transition: 0.5s ease;
    border-radius: 5px;
    color: black;
    font-weight: normal;
    background: white;
}

.btn.btn-color-1
{
    background: linear-gradient(250deg, #C73866, #FE676E, #FD8F52, #FFBD71, #FFDCA2)!important;
    color: white!important;
}
.btn.btn-color-2
{
    background: linear-gradient(250deg, #93a5cf, #e4efe9)!important;
    color:white!important;
}
.btn.btn-color-3
{
    background: linear-gradient(120deg,rgb(73, 0, 161) 0%,#812bea 100%)!important;
    color:white!important;
}
.btn.btn-color-4
{
    background: linear-gradient(120deg,rgb(255, 161, 42) 0%,#ff6b12 100%)!important;
    color:white!important;
}
.btn.btn-color-5
{
    background: linear-gradient(120deg,rgb(52, 219, 167) 0%,#24d47a 100%)!important;
    color:white!important;
}
.btn.btn-color-6
{
    background: linear-gradient(120deg,rgb(73, 0, 161) 0%,#ff4a9e 100%)!important;
    color:white!important;
}
.btn.btn-color-7
{
    background: linear-gradient(120deg,rgb(64, 86, 236) 0%,#342bea 100%)!important;
    color:white!important;
}
.btn.btn-color-8
{
    background: linear-gradient(120deg,rgb(177, 18, 1) 0%,#590400 100%)!important;
    color:white!important;
}
.btn.btn-color-9
{
    background: linear-gradient(120deg,#03A9F4 0%,#00BCD4 100%)!important;
    color:white!important;
}
.btn.btn-color-10
{
    background: linear-gradient(120deg,#FFC107 0%,#22aca0 100%)!important;
    color:white!important;
}


.row
{
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
}
.row.md
{
    width: 100%;
}
.row.sm
{
    width: 100%;
}
.row.sms
{
    width: 100%;
}


}