a {
    text-decoration: none;
}

h1{
    font: normal 25px Helvetica, Arial, sans-serif;
    letter-spacing: -0.05em;
    line-height: 20px;
    margin: 10px 0 10px;
    color: #6e6e6e;
}

hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

label{
    font: normal 18px Helvetica, Arial, sans-serif;
    color: #6e6e6e;
    margin: 0px;
    margin-left: 2.5%;
}

input{
    border-radius: 3px;
    -ms-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
    -o-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
    box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
    border: 1px solid #c8c8c8;
    color: #4f4f4f;
    width: 90%;
    height: 28px;
    text-align: left;
    font-size: 16px;
    line-height: 1.42857143;
    margin-left: 2.5%;
    outline: none;
    padding-left: 10px;
    -ms-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box;
    -webkit-box-sizing:content-box;
}



input.error, input.error:focus {
    border: 1px solid #bd1724;
    outline-color: #bd1724;
    border-radius: 3px;
}

span.error {
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #cc0000 !important;
}

input.change, input.change:focus {
    border: 1.2px solid #e5ac41;
    outline-color: #e5ac41;
    border-radius: 3px;
}

textarea{
    border-radius: 3px;
    -ms-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
    -o-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
    box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
    border: 1px solid #c8c8c8;
    color: #4f4f4f;
    width: 90%;
    text-align: left;
    font-size: 16px;
    line-height: 1.42857143;
    margin-left: 2.5%;
    outline: none;
    padding-left: 10px;
    -ms-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box;
    -webkit-box-sizing:content-box;
}

select{
    border-radius: 3px;
    -ms-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
    -o-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
    box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
    border: 1px solid #c8c8c8;
    color: #4f4f4f;
    background-color: #ffffff;
    background: #ffffff;
    width: 90%;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 1.42857143;
    margin-left: 5%;
    outline: none;
    padding-left: 10px;
    -ms-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box;
    -webkit-box-sizing:content-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select.error, select.error:focus {
    border: 1px solid #bd1724;
    outline-color: #bd1724;
    border-radius: 3px;
}

select.change, select.change:focus {
    border: 1.2px solid #e5ac41;
    outline-color: #e5ac41;
    border-radius: 3px;
}

.input-group{
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
}

.input-group input{
    width:100%;
    /*border-top-right-radius: 0;
    border-bottom-right-radius: 0;*/
    display: table-cell;
    position: relative;
    float: left;
}

.input-group input[type=checkbox]{
    width: 25px;
    display: table-cell;
    position: relative;
    float: left;
}

.input-group label{
    display: table-cell;
    position: relative;
    float: left;
    line-height: 1.6;
    margin-left: 10px;
}

.input-group-btn{
    display: table-cell;
    position: relative;
    /*width: 1%;*/
    vertical-align: middle;
    /*right: 16px;*/
}

.input-group-btn button{
    height: 32px;
    margin-left: -9px;
    /*padding: 6px;
    padding-left: 10px;*/
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    /*border: 1px solid #aaaaaa;*/
    border: none;
    cursor: pointer;
    /*margin-top: 1px;
    margin-left: 2px;*/


}

.input-group-btn button:hover{
    opacity: 0.7;
}

.input_table{
    border: 1px solid black;
}

.input_table tr{
    min-height: 15px;
}

.input_table td{
    border: 1px solid black;
    vertical-align: middle;
}

.input_table th{
    border: 1px solid black;
    vertical-align: middle;
}

.input_table input{
    width: 95%;
    border: none;
    border-radius: 0px;
    height: 20px;
    margin: 0px;
    box-shadow:none;
    padding: 0px;
    background: none;
}

.button{
    border-radius: 3px;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    margin: 10px
}

.link{
    font-weight: 400;
    border-color: transparent;
    background-color: transparent;
    box-shadow: none;
    cursor: pointer;
}

/* Checkbox */
.styled-checkbox {
    position: absolute;
    opacity: 0;
}

.styled-checkbox-label {
   position: relative;
   cursor: pointer;
   padding: 0;

}

.styled-checkbox-label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 4px;
    border: 2px solid #aaaaaa;

}

.styled-checkbox:checked + .styled-checkbox-label:after {
   content: '✔';
   position: absolute;
   left: 2px;
   top: -6px;
   font-size: 25px;
   color: #009688;
}

.check-radio {
    color: #4f4f4f;
    width: 25px;
    height: 25px;
    box-shadow:none;
}
/*.check-radio label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background: #fcfff4;
    background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    border-radius: 4px;
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.check-radio label:after {
     content: '';
     width: 9px;
     height: 5px;
     position: absolute;
     top: 4px;
     left: 4px;
     border: 3px solid #333;
     border-top: none;
     border-right: none;
     background: transparent;
     opacity: 0;
     transform: rotate(-45deg);
 }
.check-radio label:hover::after {
     opacity: 0.5;
 }*/



/* Main Panel */
.mainpanel{
    max-width: 1000px;
    margin: auto;
}

/* Panel */
.panel{
    margin-top: 10px;
    position: relative;
    width: 100%;
    display: inline-block;
    background: #fff;
    border: 1px solid #E6E9ED;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    opacity: 1;
    transition: all .4s ease;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    padding-bottom: 5px;
}

/* Panel Sub */
.panel-sub{
    margin-top: 10px;
    position: relative;
    width: 100%;
    display: inline-block;
    background: #fff;
    border: 1px solid #E6E9ED;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    opacity: 1;
    transition: all .4s ease;
}

/* Error Div */
.error_div{
    margin-top: 10px;
    position: relative;
    width: 80%;
    display: inline-block;
    border-radius: 5px;
    background: rgba(255, 22, 0, 0.17);
    border: 2px solid #ed0a00;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    opacity: 1;
    transition: all .4s ease;
    box-shadow: 0 1px 2px 0 rgba(226, 10, 0, 0.24), 0 1px 5px 0 rgba(226, 10, 0, 0.12);
    padding: 5px;
}

/* Success Div */
.success_div{
    margin-top: 10px;
    position: relative;
    width: 80%;
    display: inline-block;
    border-radius: 5px;
    background: rgba(0, 143, 8, 0.17);
    border: 2px solid #008f08;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    opacity: 1;
    transition: all .4s ease;
    box-shadow: 0 1px 2px 0 rgba(0, 143, 8, 0.24), 0 1px 5px 0 rgba(0, 143, 8, 0.12);
    padding: 5px;
}

/* Info Div */
.info_div{
    margin-top: 10px;
    position: relative;
    width: 80%;
    display: inline-block;
    border-radius: 5px;
    background: rgba(30, 99, 147, 0.17);
    border: 2px solid #04538f;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    opacity: 1;
    transition: all .4s ease;
    box-shadow: 0 1px 2px 0 rgba(4, 83, 143, 0.24), 0 1px 5px 0 rgba(4, 83, 143, 0.12);
    padding: 5px;
}

/* Title */
.title{
    border-bottom: 2px solid #E6E9ED;
    padding: 1px 5px 6px;
    margin-bottom: 10px;
    display: block;
}

.title h2{
    font-size: 30px;
    font-weight: 400;
    margin: 5px 0 6px;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.title-sub{
    border-bottom: 2px solid #E6E9ED;
    padding: 1px 5px 6px;
    margin-bottom: 3px;
    display: table;
    width: 100%;
}

.title-sub h2{
    font-size: 20px;
    font-weight: 400;
    margin: 5px 0 6px;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    float: left;
}

.title-sub span{
    float: right;
    padding: 8px;
    padding-left: 18px;
    cursor: pointer;
}

/* Table */
.action{
    cursor: pointer;
}

.tooltip-span {
    display: none;
    padding: 10px;
    border-radius: 5px;
    background-color: rgba(228, 228, 228, 0.64);
    border: #b0b0b0 2px solid;
    position:fixed;
    overflow:hidden;
}


/*.tooltip span {
    display:none;

}


.tooltip:hover span {
    display:block;
    position:fixed;
    overflow:hidden;

}*/

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.loadimage{
    min-height: 100px;
}


