/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 7, 2017, 12:41:17 PM
    Author     : mohini.harshe
*/
/*#170b0c, rgba(230, 230, 230, 0.58)*/


.button-with-data{
    background-image: -webkit-linear-gradient(top, #0cd20c, rgba(230, 230, 230, 0.58));
    background-image: -moz-linear-gradient(top, #0cd20c, rgba(230, 230, 230, 0.58));
    background-image: linear-gradient(top, #0cd20c, rgba(230, 230, 230, 0.58));
    transition: all .1s linear;
}
.btn-attach-files{
    width:46%;
}
.certification_sec{
    padding-bottom:0px;
}
.certification_sec small {
    font-size: 15px;
    color: #000;
}
.well_user_profile{
    padding: 15px;
    box-shadow: 0px 0px 3px #a8cbe1;
    margin-top: 5px;
}
.certification_list_name{
    font-size: 15px;
    color: #0f90c7;
    font-family: 'Francois One', sans-serif;
}
.iso-cert-title{
    font-size: 12px;
    color: #333333;

}
/*.certifications{
    border-bottom: 1px solid #eee;
    margin-top:10px;
}*/

.control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 18px;
}
.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.control__indicator {
    position: absolute;
    top: 4px;
    height: 20px;
    width: 20px;
    /*border: 2px solid skyblue;*/
}
.control--radio .control__indicator {
    border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
    /*background: #ccc;*/
}
.control input:checked ~ .control__indicator {
    /*background: #2aa1c0;*/
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
    /*background: #0e647d;*/
}
.control input:disabled ~ .control__indicator {
    /*background: #e6e6e6;*/
    opacity: 0.6;
    pointer-events: none;
}
.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}
.control input:checked ~ .control__indicator:after {
    display: block;
}
.control--checkbox .control__indicator:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b;
}
.control--radio .control__indicator:after {
    left: 7px;
    top: 7px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #fff;
}
.control--radio input:disabled ~ .control__indicator:after {
    background: #7b7b7b;
}
.select {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
}
.select select {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding: 10px 15px;
    outline: 0;
    border: 0;
    border-radius: 0;
    background: #e6e6e6;
    color: #7b7b7b;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.select select::-ms-expand {
    display: none;
}
.select select:hover,
.select select:focus {
    color: #000;
    background: #ccc;
}
.select select:disabled {
    opacity: 0.5;
    pointer-events: none;
}
.select__arrow {
    position: absolute;
    top: 16px;
    right: 15px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #7b7b7b transparent transparent transparent;
}
.select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow {
    border-top-color: #000;
}
.select select:disabled ~ .select__arrow {
    border-top-color: #ccc;
}


.button{
    background-image: -webkit-linear-gradient(top, #084f6b, rgba(230, 230, 230, 0.58));
    background-image: -moz-linear-gradient(top, #084f6b, rgba(230, 230, 230, 0.58));
    background-image: linear-gradient(top, #084f6b, rgba(230, 230, 230, 0.58));
    /*    box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, .3), inset 0px 4px 1px 1px white, inset 0px -3px 1px 1px rgba(204,198,197,.5);
        -webkit-transition: all .1s linear;*/
    transition: all .1s linear;
}

.button:active{
    background-image: -webkit-linear-gradient(top, #efedec, #f7f4f4);
    background-image: -moz-linear-gradient(top, #efedec, #f7f4f4);
    background-image: linear-gradient(top, #efedec, #f7f4f4);
    box-shadow: 0 3px 5px 0 rgba(0,0,0,.4), inset 0px -3px 1px 1px rgba(204,198,197,.5);
}
.certification_type{
    padding-left: 6px !important;
}
.company-info-container p
{
    margin: 0 0 5px;
    color: #12aaeb;
    font-size: 15px;
}
.certificate-filter-container
{
    background: rgb(247, 251, 253);
    padding:15px;
    border: 1px solid rgb(213, 238, 250);
    margin:5px 0px;
}
/*inner filter button*/
.inner-filter-btn{
    width: 110px;
    padding: 3px 0px;
    font-weight: bold;
    letter-spacing: 1.2px;
    color: #4da5b7;
    border: 1px solid #4da5b7;
    background: none;
    margin-bottom:5px; 
}
.inner-filter-btn:hover{
    background: #4da5b7;

    color: #fff;
}
.inner-fa-filter{
    background: #4da5b7;
    border-radius: 17px;
    padding: 5px;
    color: #fff;
    font-size: 15px;
    margin-right: 10px;
}
.inner-filter-btn:hover>.inner-fa-filter{
    background: #fff;
    color: #4da5b7;
}
/*--------------------------------------*/
.btn-all-null{
    background: #f7fbfd;
    border: 2px solid #4da5b7;
    color: #0f90c7;
    border-radius: 3px;
    height: 22px;
    width: 22px;
    float: left;}
.control--checkbox--null .control__indicator__null::after {
    left: 6px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid #4da5b7;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.control__indicator__null {
    position: absolute;
    top: 0px;
}
.control-null{
    padding:0;
    font-size:12px;
}
.all-null-title{
    margin-left: 27px;
}
.certification-date-gap
{
    padding-left:2px;
    padding-right:2px;
}
/*--------------------------------------*/

/*---------------------------------------------------toggle button--------------------------------------*/

.three-toggle-btn .btn-default.active, three-toggle-btn .btn-default:active {
    background-color: #08506C;
    color: #fff;
    text-shadow: none;
    background-image: none !important;
}
.three-toggle-btn .btn-default.active:hover{
    background-color: #08506C;
    color: #fff;

}
.three-toggle-btn .btn-default:hover{
    background-color: #5BC0DE;
    border-color: #eeeeee;
    color: #fff;

}

.left-btn{
    background-color: #5BC0DE;
    border-right:1px solid #fff;
    border-radius: 22px;
    color: #fff;
    text-shadow: none;
    background-image: none;
}
.center-btn{
    background-color: #5BC0DE;
    border-right:1px solid #fff;
    border-radius: 22px;
    color: #fff;
    text-shadow: none;
    background-image: none;
}
.right-btn{
    background-color: #5BC0DE;
    border-radius: 22px;
    color: #fff;
    text-shadow: none;
    background-image: none;
}

/*---------------------------------------------------toggle button--------------------------------------*/


/*---------------media query-----------------------*/
@media only screen and (max-width:1920px) and (min-width:1900px) 
{
    .btn-attach-files,.inner-disable-attachment-btn {
        width: 25%;
    }
}

@media only screen and (max-width:480px) and (min-width:240px) {
    .control__indicator {
        position: absolute;
        top: 4px;
        height: 20px;
        width: 20px;
    }
    .control--checkbox .control__indicator::after {
        left: 8px;
        top: 4px;
        width: 5px;
        height: 10px;
    }
    .certification_type {
        padding-left: 0px !important;
    }
    .control {
        padding-left: 0px;
    }
    .btn-attach-files {
        width: 100%;
        letter-spacing: 0px;
    }
    label {
        font-size: 12px;
    }
    .inner-filter-btn{
        float:left;
    }

}
@media only screen and (max-width:980px) and (min-width:768px) 
{ 
    .control {
        padding-left: 0px;
    }
    label {
        font-size: 10px;
    }
    .btn-attach-files {
        width: 88%;
    }
    .control {
        padding-left: 0px;
        margin-top: 5px;
    }
}
@media only screen and (max-width:1152px) and (min-width:1024px) {
    .control {
        padding-left: 0px;
        font-size: 10px;
    }
    .btn-attach-files{
        width: 88%;
    }
    .all-null-title{
        font-size:9px;
        font-weight:normal;
    }

}
@media only screen and (max-width:1366px) and (min-width:1280px) {
    .control-null {
        font-size: 11px;
        font-weight: normal;
    }
    .btn-attach-files 
    {
        width: 35%;
    }

}
@media only screen and (max-width:1020px) and (min-width:995px) 
{ 
    .control {
        padding-left: 0px;
    }
    .certification_type {
        padding-left: 0px !important;
    }
    .btn-attach-files ,
    .inner-disable-attachment-btn {
        width:88%;
    }
    .all-null-title{
        font-size:9px;
        font-weight:normal;
    }
}
/*---------------media query-----------------------*/
