.position-relative{
    position: relative;
}
.login_logo{
    width: 40%;
}
.btn-round{
    border-radius: 5px;
}
.register_logo{
    width: 100%;
}
.customer-container {
    width: 1400px;
}
#page-wrapper{
    margin:0px;
}
/* .gray-bg,body{
    background-color: #F6F7FB;
} */
.logo_text_1,.logo_text_2{
    font-size: 36px;
    color: #696969;
    font-family: 'Roboto';
}
.glyphicon.glyphicon-file.fileinput-exists, .fileinput-filename {
    position: relative;
    top: -8px;
}
.left-arrow, .right-arrow{
    color: #b9b9b9;
    font-size: 40px;
    display: inline-block;
}
.left-arrow-invite{
    position: relative;
    top: 4rem;
    left: -12rem;
    font-size: 20px;
    color: #b9b9b9;
}
.logo_text_1{
    font-weight: bold;
}
.admin_logo_text{
    padding: 33px 0px;
}
#page-wrapper{
    padding: 0px;
    min-height: 200px;
}
.main_content{
    padding: 40px 0px;
}

/* top search bar */
.expandSearch{
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}
.expandSearch img {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 4px 12px 8px;
    cursor: pointer;
    font-size: 25px;
    font-weight: normal;
}
.expandSearch i:hover{
    color: #0bf;
}
.expandSearch input {
    border: none !important;
    background: transparent;
    font: 14px/1.4 sans-serif;
    padding-left: 26px;
    background: #fff;
    width: 0px;
    padding: 8px 0px 23px 40px;
}
.expandSearch input:focus{
    border-color: #aaa;
    outline: none;
    width:400px;
    padding: 12px 34px 12px 34px;
    border-color: #0bf;
    line-height: 34px;
}

.turbo_icon.text-center {
    height: 96px;
    line-height: 141px;
}
.turbo_icon img{
    vertical-align: unset;
}
.turbo_detail{
    color: #fff;
}
.turbo_box{
    padding: 16px;
    border-radius: 10px;
}

.home_box_name a{
    font-size: 24px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.home_box_role a{
    text-transform: capitalize;
    font-size: 20px;
    color: #fff;
}
.home_box_logout a{
    color: #fff;
    font-size: 24px;
}
.home_box_new_study,.home_box_new_subscription{
    line-height: 96px;
    font-size: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.home_box_new_subscription2{
    line-height: 45px;
}
.custom_ddl{
    padding: 0px;
    border: none;
    width: 150px;
}
.soft_hide{
    display: none;
}
.loginColumns {
    max-width: 869px;
    margin: 0 auto;
    padding: 150px 0px 20px 0px;
}
.loginColumns .inner_content{
    padding:72px 53px
}
::-webkit-input-placeholder {
    text-align: center;
    font-weight: 100;
}
:-moz-placeholder { /* older Firefox*/
    text-align: center;
}
::-moz-placeholder { /* Firefox 19+ */
    text-align: center;
}
:-ms-input-placeholder {
    text-align: center;
}
.global-gradient-bg{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1bc9e3+0,1de4b9+100 */
    background: #1bc9e3; /* Old browsers */
    background: -moz-linear-gradient(45deg, #1bc9e3 0%, #1de4b9 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #1bc9e3 0%,#1de4b9 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #1bc9e3 0%,#1de4b9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1bc9e3', endColorstr='#1de4b9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.global-gradient-bg:hover{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1bc9e3+0,1de4b9+100 */
    background: #1bc9e3; /* Old browsers */
    background: -moz-linear-gradient(45deg, #1de4b9 0%, #1bc9e3 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #1de4b9 0%,#1bc9e3 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #1de4b9 0%,#1bc9e3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1de4b9', endColorstr='#1bc9e3',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.global-gradient-bg:visited,.global-gradient-bg:focus{
    color: #fff;
}

.global-shadow{
    -webkit-box-shadow: 0px 38px 81px -6px rgba(0,0,0,0.03);
    -moz-box-shadow: 0px 38px 81px -6px rgba(0,0,0,0.03);
    box-shadow: 0px 38px 81px -6px rgba(0,0,0,0.03);
}

.btn-login{
    width: 44%;
    border: none;
}
.loginscreen.signup-screen{
    width: 900px;
    max-width: 900px;
}
.signup-screen .inner_content{
    padding: 0px 300px 80px;
}
.btn-signup{
    width: 50%;
    border: none;
}

input[type="submit"]{
    border: none;
}

.loginscreen.otp-screen{
    width: 900px;
    max-width: 900px;
}
.otp-screen .inner_content{
    padding: 0px 283px 80px;
}
.btn-send-otp{
    width: 100%;
}
.btn-veri-otp{
    width: 100%;
}
#country_code{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.forgot-screen .inner_content{
    padding: 0px 300px 80px;
}

.loginscreen.forgot-screen{
    width: 900px;
    max-width: 900px;
}

.loginscreen.password-reset-screen{
    max-width: 900px;
    width: 900px;
}
.password-reset-screen .inner_content{
    padding: 0px 300px 80px;
}
.grecaptcha-badge {
    display: none;
}

/* Study screen */
.new_study_content{
    padding: 60px 116px;
}
.new_stydy_main_title{
    font-size: 30px;
    line-height: 30px;
    color: #5e5e5e;
    font-weight: 100;
}
.my_study_sub_title{
    font-size: 22px;
    color: #bfbfbf;
    font-weight: 100;
}

/* *********  form wizard  **************************** */
#wizard{
    margin-top: 50px;
}

.form_wizard .stepContainer {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    border: 0 solid #CCC;
    overflow-x: hidden;
}

/**-------**/

.wizard_horizontal ul.wizard_steps {
    display: table;
    list-style: none;
    position: relative;
    width: 100%;
    margin: 0 0 20px;
}
.wizard_horizontal ul.wizard_steps li {
    display: table-cell;
    text-align: center;
    width: 100px;
}
.wizard_horizontal ul.wizard_steps li a {
    display: block;
    position: relative;
    -moz-opacity: 1;
    filter: alpha(opacity: 100);
    opacity: 1;
    color: #666;
}
.wizard_horizontal ul.wizard_steps li a:before {
    content: "";
    position: absolute;
    height: 1px;
    background: #ccc;
    top: 5px;
    width: 100%;
    z-index: 4;
    left: 0;
}
.wizard_horizontal ul.wizard_steps li a.disabled .step_no {
    background: #ccc;
}
.wizard_horizontal ul.wizard_steps li a .step_descr {
    font-size: 20px;
    line-height: 60px;
    font-weight: 100;
}
.wizard_horizontal ul.wizard_steps li a .step_no {
    width: 10px;
    height: 10px;
    line-height: 10px;
    border-radius: 100px;
    display: block;
    margin: 0 auto 5px;
    font-size: 16px;
    text-align: center;
    position: relative;
    z-index: 5;
}
.wizard_horizontal ul.wizard_steps li a.selected:before, .step_no {
    background: #34495E;
    color: #fff;
}
.wizard_horizontal ul.wizard_steps li a.done:before, .wizard_horizontal ul.wizard_steps li a.done .step_no {
    background: #1ABB9C;
    color: #fff;
}
.wizard_horizontal ul.wizard_steps li:first-child a:before {
    left: 50%;
}
.wizard_horizontal ul.wizard_steps li:last-child a:before {
    right: 50%;
    width: 50%;
    left: auto;
}

/**-------**/

.wizard_verticle .stepContainer {
    width: 80%;
    float: left;
    padding: 0 10px;
}
.form_wizard .stepContainer div.content {
    display: block;
    position: absolute;
    float: left;
    margin: 0;
    padding: 5px;
    font: normal 12px Verdana, Arial, Helvetica, sans-serif;
    color: #5A5655;
    height: 300px !important;
    text-align: left;
    overflow: auto;
    z-index: 88;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    clear: both;
}
.actionBar {
    width: 100%;
    border-top: 1px solid #ddd;
    padding: 10px 5px;
    text-align: right;
    margin-top: 10px;
}
.actionBar .buttonDisabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.actionBar a {
    margin: 0 3px;
}

/**-------**/

.wizard_verticle .wizard_content {
    width: 80%;
    float: left;
    padding-left: 20px;
}
.wizard_verticle ul.wizard_steps {
    display: table;
    list-style: none;
    position: relative;
    width: 20%;
    float: left;
    margin: 0 0 20px;
}
.wizard_verticle ul.wizard_steps li {
    display: list-item;
    text-align: center;
}
.wizard_verticle ul.wizard_steps li a {
    height: 80px;
}
.wizard_verticle ul.wizard_steps li a:first-child {
    margin-top: 20px;
}
.wizard_verticle ul.wizard_steps li a, .wizard_verticle ul.wizard_steps li:hover {
    display: block;
    position: relative;
    -moz-opacity: 1;
    filter: alpha(opacity: 100);
    opacity: 1;
    color: #666;
}
.wizard_verticle ul.wizard_steps li a:before {
    content: "";
    position: absolute;
    height: 100%;
    background: #ccc;
    top: 20px;
    width: 4px;
    z-index: 4;
    left: 49%;
}
.wizard_verticle ul.wizard_steps li a.disabled .step_no {
    background: #ccc;
}
.wizard_verticle ul.wizard_steps li a .step_no {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100px;
    display: block;
    margin: 0 auto 5px;
    font-size: 16px;
    text-align: center;
    position: relative;
    z-index: 5;
}
.wizard_verticle ul.wizard_steps li a.selected:before, .step_no {
    background: #ccc;
    color: #fff;
}
.wizard_verticle ul.wizard_steps li a.done:before, .wizard_verticle ul.wizard_steps li a.done .step_no {
    background: #1ABB9C;
    color: #fff;
}
.wizard_verticle ul.wizard_steps li:first-child a:before {
    left: 49%;
}
.wizard_verticle ul.wizard_steps li:last-child a:before {
    left: 49%;
    left: auto;
    width: 0;
}

#wizard .active .step_no{
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: 0px auto -5px;
    top: -4px;
    background-color: #8B8BD1;
}

.wizard_horizontal ul.wizard_steps li.active a:before {
    top: 5px;
}

.wizard_form_field{
    padding: 0px 115px;
}
/**-------**/

/* funkey radio/checkbox button */

.funkyradio div {
    /*margin: 0 50px;*/
    /*overflow: hidden;*/
}
.funkyradio label {
    /*min-width: 400px;*/
    width: 100%;
    border-radius: 5px;
    font-weight: normal;
    color: #fff;
    height: 46px;
    line-height: 46px
}
.funkyradio input[type="radio"]:empty {
    display: none;
}
.funkyradio input[type="radio"]:empty ~ label{
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.funkyradio input[type="radio"]:empty ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content:'';
    width: 100%;
}
.funkyradio input[type="radio"]#phase1:hover:not(:checked) ~ label.phase1:before{
    background-color: #8B8BD1;
    content:'\2160';
    border-radius: 5px;
}
.funkyradio input[type="radio"]#phase12:hover:not(:checked) ~ label.phase12:before{
    background-color: #8B8BD1;
    content:'\2160/\2161';
    border-radius: 5px;
}
.funkyradio input[type="radio"]#phase2:hover:not(:checked) ~ label.phase2:before {
    background-color: #8B8BD1;
    content:'\2161';
    border-radius: 5px;
}
.funkyradio input[type="radio"]#phase23:hover:not(:checked) ~ label.phase23:before{
    background-color: #8B8BD1;
    content:'\2161/\2162';
    border-radius: 5px;
}
.funkyradio input[type="radio"]#phase3:hover:not(:checked) ~ label.phase3:before {
    background-color: #8B8BD1;
    content:'\2162';
    border-radius: 5px;
}
.funkyradio input[type="radio"]#phase4:hover:not(:checked) ~ label.phase4:before {
    background-color: #8B8BD1;
    content:'\2163';
    border-radius: 5px;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label {
    color: #fff;
}

.funkyradio input[type="radio"]#phase1:checked ~ label.phase1:before {
    content:'\2160';
    background-color: #8B8BD1;
    border-radius: 5px;
}
.funkyradio input[type="radio"]#phase12:checked ~ label.phase12:before {
    content:'\2160/\2161';
    background-color: #8B8BD1;
    border-radius: 5px;
}
.funkyradio input[type="radio"]#phase2:checked ~ label.phase2:before {
    content:'\2161';
    background-color: #8B8BD1;
    border-radius: 5px;
}
.funkyradio input[type="radio"]#phase23:checked ~ label.phase23:before {
    content:'\2161/\2162';
    background-color: #8B8BD1;
    border-radius: 5px;
}
.funkyradio input[type="radio"]#phase3:checked ~ label.phase3:before {
    content:'\2162';
    background-color: #8B8BD1;
    border-radius: 5px;
}
.funkyradio input[type="radio"]#phase4:checked ~ label.phase4:before {
    content:'\2163';
    background-color: #8B8BD1;
    border-radius: 5px;
}

.funkyradio input[type="radio"]:checked ~ label {
    color: #fff;
}
.funkyradio input[type="radio"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}
.funkyradio-default input[type="radio"]:checked ~ label:before {
    color: #fff;
}

/*--------------*/

.study_info_save_btn{
    width: 58%;
    height: 46px;
    line-height: 27px;
}

.save_btn_gradient_bg,.save_btn_gradient_bg:active{
    margin: 0px auto;
    color: #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8f98d7+0,a18ad1+100 */
    background: #8f98d7; /* Old browsers */
    background: -moz-linear-gradient(45deg, #8f98d7 0%, #a18ad1 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #8f98d7 0%,#a18ad1 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #8f98d7 0%,#a18ad1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f98d7', endColorstr='#a18ad1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.save_btn_gradient_bg:hover{
    color: #fff;
    background: #a18ad1; /* Old browsers */
    background: -moz-linear-gradient(45deg, #a18ad1 0%, #8f98d7 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #a18ad1 0%,#8f98d7 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #a18ad1 0%,#8f98d7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a18ad1', endColorstr='#8f98d7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.save_btn_gradient_bg:visited,.save_btn_gradient_bg:focus{
    color: #fff;
}

.mt-70{
    margin-top: 70px;
}

/* radio button switch */

.radio-group-switch input[type="radio"] {
    position: absolute;
    visibility: hidden;
    display: none;
}

.radio-group-switch label {
    color: #ccc;
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
    width: 90px;
    height: 46px;
    margin-bottom: 0px;
    text-align: center;
    line-height: 46px;
}

.radio-group-switch input[type="radio"]:checked + label{
    color: #fff;
    background: #1bc9e3; /* Old browsers */
    background: -moz-linear-gradient(45deg, #1bc9e3 0%, #1de4b9 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #1bc9e3 0%,#1de4b9 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #1bc9e3 0%,#1de4b9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1bc9e3', endColorstr='#1de4b9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.radio-group-switch {
    border: solid 1px #ccc;
    display: inline-flex;
    border-radius: 20px;
    overflow: hidden;
}

.study_use_title{
    font-size: 20px;
    color: #ccc;
    line-height: 50px;
}
.mb-40{
    margin-bottom: 40px;
}
.mt-20{
    margin-top: 20px;
}
.btn_plus{
    font-size: 30px;
    font-family: serif;
    border-radius: 100%;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #CAF5F6;
    background: #1bc9e3; /* Old browsers */
    background: -moz-linear-gradient(45deg, #1bc9e3 0%, #1de4b9 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #1bc9e3 0%,#1de4b9 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #1bc9e3 0%,#1de4b9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1bc9e3', endColorstr='#1de4b9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.btn_plus:hover{
    color: #CAF5F6;
    background: #1de4b9; /* Old browsers */
    background: -moz-linear-gradient(45deg, #1de4b9 0%, #1bc9e3 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #1de4b9 0%,#1bc9e3 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #1de4b9 0%,#1bc9e3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1de4b9', endColorstr='#1bc9e3',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.btn_plus:visited,.btn_plus:focus{
    color: #CAF5F6;
}
.cl_facility_title {
    font-size: 20px;
    padding: 20px 100px;
    text-transform: uppercase;
    color: #767779;
    font-weight: 100;
}
.list_table thead tr th:first-child{
    padding: 8px 0px 8px 86px;
}
.list_table thead tr th {
    background-color: #F1F1F1;
    color: #9e9e9e;
    text-transform: uppercase;
    font-weight: 100;
}
.list_table thead tr th:last-child{
    text-align: right;
    padding: 8px 86px 8px 0px;
}
.list_table tbody tr td{
    padding: 16px 8px;
    font-size: 18px;
    color: #5e5e60;
    font-weight: 100;
}
.list_table tbody tr:last-child td{
    border-bottom: 1px solid #ddd;
}
.list_table tbody tr td:first-child{
    padding: 16px 0px 16px 86px;
}
.list_table tbody tr td:last-child{
    padding: 16px 95px 16px 0px;
    text-align: right;
}
.list_table tbody tr td:last-child i{
    font-size: 24px;
    color: #E4A0A1;
}

/* file import */
.custom .fileinput-new,.custom .fileinput-new .btn-file{
    width: 200px;
    height: 46px;
    border:none;
}
.custom .fileinput-new .fileinput-new{
    line-height: 36px;
    font-size: 15px;
    color: #fff;
}
.study_invite_btn,.study_invite_btn:hover{
    height: 46px;
    color:#fff;
    width: 200px;
    float: right;
}
.bootstrap-tagsinput .tag{
    font-size: 18px;
    line-height: 35px;
}
.bootstrap-tagsinput{
    padding: 12px 6px !important;
}
/* end:file import */
p{
    color: #8A8A8A;
    font-size: 14px;
    font-weight: 100;
}
.welcome_title  p{
    margin: 11px 0px 20px 0px;
    line-height: 24px;
}
.reset_link,.signup_link{
    padding: 0px;
    margin: 0px;
    color: #8A8A8A;
}
.reset_link a,.signup_link a{
    font-weight: 400;
    color: #000;
}
.form-control:focus, .single-line:focus{
    border-color: #5e5e5e !important;
}
.left_icon img,.right_icon img{
    width: 36px;
}
.form-group label{
    color: #8A8A8A;
    font-weight: 100;
    letter-spacing: 1px;
}
.wizard_steps .step_descr{
    color: #bfbfbf;
}
.wizard_steps li.active .step_descr{
    color: #5e5e5e;
}
.funkyradio-default label{
    color: #fff;
}
/* 17-04-2018 */

.welcome_title span {
    font-size: 22px;
    font-family: 'Raleway', sans-serif;
    color: #939598;
    font-weight: bold;
}
.welcome_title h4 {
    color: #9e9e9e;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 1.5rem;
    font-size: 14px;
    font-family: 'Raleway';
}
input{
    border: 1px solid #b5b5b585 !important;
    border-radius: 5px;
}
input::placeholder{
    font-size: 12px;
}
.btn, .global-gradient-bg {
    border: none;
    border-radius: 5px;
    box-shadow:0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
    text-transform: uppercase;
    font-size: 15px;
}
.btn_plus {
    box-shadow:0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
}
.loginColumns .ibox-content {
    padding: 0rem 3rem;
}
.signup-screen .inner_content .logo-name a img {
    padding: 10rem 2rem 0 2rem;
}
.main_content {
    background-color: #F2F3F7;
}
.wizard_form_field .form-group {
    margin-bottom: 3rem;
}
.mt-35 {
    margin-top: 35px;
}
ul{
    padding: 0;
}
.dataTables_empty {
    text-align: center !important;
}
.main_content .turbo_box .turbo_detail {
    text-align: left !important;
}
.main_content .turbo_box{
    margin-bottom: 5rem;
}
.inner_content .table-title{
    text-transform: uppercase;
    color: #767779;
    padding-left: 1.3rem;
}
.datatable_download_icon {
    height: 2.5rem;
}
.table-headings {
    background: #f1f1f1;
    border-top: 1px solid #ddd;
}
.table-headings th{
    color: #9e9e9e;
    font-weight: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.badge{
    width: 137px;
}
.status-open {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8f98d7+0,a18ad1+100 */
    background: #8f98d7; /* Old browsers */
    background: -moz-linear-gradient(45deg, #8f98d7 0%, #a18ad1 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #8f98d7 0%,#a18ad1 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #8f98d7 0%,#a18ad1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f98d7', endColorstr='#a18ad1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    box-shadow: 0px 6px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
    text-transform: uppercase;
    padding: 0.5rem 3rem;
    /* padding-bottom: 0.8rem; */
    color: #fff;
    font-size: 13px;
}
.status-done {
    background: linear-gradient(45deg, #1bc9e3 0%,#1de4b9 100%);
    box-shadow: 0px 6px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
    text-transform: uppercase;
    padding: 0.5rem 2rem;
    /* padding-bottom: 0.8rem; */
    color: #fff;
    font-size: 13px;
}

.status-warn {
    background: linear-gradient(45deg, #fac285 0%,#f8ac59 100%);
    box-shadow: 0px 6px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
    text-transform: uppercase;
    padding: 0.5rem 2rem;
    /* padding-bottom: 0.8rem; */
    color: #fff;
    font-size: 13px;
}

.status-closed {
    background: linear-gradient(45deg, #ea4141 0%,#dd505f 100%);
    box-shadow: 0px 6px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
    text-transform: uppercase;
    padding: 0.5rem 3rem;
    /* padding-bottom: 0.8rem; */
    color: #fff;
    font-size: 13px;
}

.status-approve {
    background: linear-gradient(45deg, #1bcade 0%,#337bc0 100%);
    box-shadow: 0px 6px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
    text-transform: uppercase;
    padding: 0.5rem 2rem;
    /* padding-bottom: 0.8rem; */
    color: #fff;
    font-size: 13px;
}

.status-accept {
    background: linear-gradient(45deg, #f282b0 0%,#3f5eab 100%);
    box-shadow: 0px 6px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
    text-transform: uppercase;
    padding: 0.5rem 2rem;
    /* padding-bottom: 0.8rem; */
    color: #fff;
    font-size: 13px;
}

.datatable_history_icon {
    height: 3rem;
    padding-left: 1.5rem;
}
.progress_count {
    color: #b9b9b9;
    font-size: 12px;
}
.custom_progress {
    height: 5px;
    background: #e9e9e9;
}
.custom_progress .progress-bar-success {
    background: linear-gradient(45deg, #1bc9e3 0%,#1de4b9 100%);
}
.btn-remove .datatable_remove_icon {
    height: 3rem;
}
#my_study_table td, #invited_study_table_wrapper td{
    font-size: 16px;
    font-family: 'Roboto';
    color: #5e5e60bf;
    font-weight: normal;
    vertical-align: middle;
}
.table td{
    font-size: 16px;
    font-family: 'Roboto';
    color: #5e5e60bf;
    font-weight: normal;
    vertical-align: middle !important;
}
.table tbody tr:last-child td{
    border-bottom: 1px solid #e7eaec;
}
.fileinput .form-control {
    background-color: #FFFFFF;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    background-image: none;
    border: 1px solid #d8d8d8;
    color: inherit;
    display: block;
    padding: 22px 12px !important;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    font-size: 14px;
}
.input-group-addon.btn-default.btn-file {
    border-radius: 0 !important;
    border: 1px solid #d8d8d8 !important;
    border-left: none !important;
}
.fileinput .file-remove {
/*    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;*/
    border: 1px solid #d8d8d8 !important;
    border-left: none !important;
}
.fileinput .file-suggestion {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    border: 1px solid #d8d8d8 !important;
    border-left: none !important;
}
.icheckbox_square-green, .iradio_square-green {

    border-radius: 100%;
}
.iradio_square-green.checked {
    background: linear-gradient(45deg, #8f98d7 0%,#a18ad1 100%) !important;
}
 @media screen and (min-width: 768px) {
        .modal-dialog {
          width: 700px; /* New width for default modal */
        }
    }
@media screen and (min-width: 992px) {
    .modal-dialog {
      width: 90%; /* New width for large modal */
    }
    .feedback-dialog{
      width: 50%;  
    }
}
 

@media (max-width: 575.98px) { 
    .customer-container{
        width:820px;
    }
    .new_study_option1{
        margin-bottom: 10px;
    }
    .btn-on-small{
        padding: 1px;
    }
    .btn-on-small a,.btn-on-small input{
        font-size: 10px;
        padding: 9px 3px;
    }
    .custom .fileinput-new,.custom .fileinput-new .btn-file{
        width: 100% !important;
    }
    .custom .fileinput-new,.custom .fileinput-new span.fileinput-new{
        font-size: 10px;
        padding: 9px 3px;
    }
    .custom .fileinput-new,.custom .fileinput-new{
        padding: 0px;
        margin: 0px !important;
    }
    .save_n_next{
        width: 100%;
    }
    .fileinput .form-control{
        overflow: auto;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .customer-container{
        width:820px;
    }
    .new_study_option1{
        margin-bottom: 10px;
    }
    .custom .fileinput-new,.custom .fileinput-new .btn-file{
        width: 100% !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) { 
    .customer-container{
        width:820px;
    }
    .new_study_option1{
        margin-bottom: 10px;
    }
    .custom .fileinput-new,.custom .fileinput-new .btn-file{
        width: 100% !important;
    }
    .custom .fileinput-new,.custom .fileinput-new .btn-file{
        width: 100% !important;
    }
}

@media (min-width: 992px) and (max-width: 1399.98px) { 
    .customer-container{
        width:1000px;
    }
    .custom .fileinput-new,.custom .fileinput-new .btn-file{
        width: 100% !important;
    }
    .modal-small{
        width: 45%; /* New width for large modal */
    }
}

@media (min-width: 1400px) { 
    .customer-container{
        width:1400px;
    }
    .custom .fileinput-new,.custom .fileinput-new .btn-file{
        width: 100% !important;
    }
    .modal-small{
        width: 45%; /* New width for large modal */
    }
}


@media (max-width: 1024px) {
    .home_box_new_study, .home_box_new_subscription {
        font-size: 18px;
    }
}
@media (max-width: 800px) {
    .customer-container {
        width: 640px;
    }
    .home_box_new_study, .home_box_new_subscription {
        font-size: 18px;
    }
    .top_header .customer-container .text-left {
        text-align: left;
        display: inline-block;
    }
    .top_header .customer-container .text-right {
        float: right;
        display: inline-block;
    }
    .main_content .turbo_box  {
        margin-bottom: 6rem;
    }
    /* .main_content .turbo_box .turbo_detail {
        text-align: center !important;
    } */
    .new_study_content {
        padding: 60px 50px;
    }
    .wizard_form_field {
        padding: 0px 60px;
    }
    .list_table thead tr th:first-child {
        padding: 8px 0px 8px 35px;
    }
    .list_table tbody tr td:first-child {
        padding: 16px 0px 16px 35px;
    }
    .cl_facility_title {
        padding: 20px 50px;
    }
}
@media screen and (max-width: 768px) {
    .customer-container {
        width: 640px;
    }
    .loginColumns {
        max-width: 570px;
        margin: 0 auto;
        padding: 100px 0px 20px 0px;
    }
    .loginColumns .ibox-content {
        padding: 0rem;
        padding-top: 2rem;
    }
    .loginscreen.signup-screen, .loginscreen.forgot-screen, .loginscreen.otp-screen {
        width: 715px;
        max-width: 715px;
    }
    .signup-screen .inner_content, .forgot-screen .inner_content, .otp-screen .inner_content{
        padding: 0px 180px 80px;
    }
    .top_header .customer-container .text-left {
        text-align: center;
        display: inline-block;
    }
    .top_header .customer-container .text-right {
        float: right;
        display: inline-block;
    }
    .main_content .turbo_box  {
        margin-bottom: 6rem;
    }
    /* .main_content .turbo_box .turbo_detail {
        text-align: center !important;
    } */
    .new_study_content {
        padding: 60px 40px;
    }
    .wizard_form_field {
        padding: 0px 55px;
    }
    .list_table thead tr th:first-child {
        padding: 8px 0px 8px 35px;
    }
    .list_table tbody tr td:first-child {
        padding: 16px 0px 16px 35px;
    }
    .cl_facility_title {
        padding: 20px 50px;
    }
    .col-xs-12.text-right, .col-xs-12.text-left {
              text-align: center;
       } 
       .admin_logo_text{
           padding: 5px 0px;
       }
       .expandSearch{
           margin-top: 0px;
       }
       .expandSearch input:focus{
           width: 100%;
           padding: 8px 30px;
       }
       .study_use_title{
           line-height: 25px;
       }
       .left-arrow-invite {
            left: -7rem;
        }
        .chat_message_reply input{
            margin-bottom: 6px;
        }
        .wizard_horizontal ul.wizard_steps li a .step_descr{
                line-height: 29px;
        }
        .datatable_history_icon{
            padding-left: 0px;
        }
        .study_invite_btn{
            margin: 0px auto;
            float: none;
        }
        
        .my_account_outer{
            margin-right: 40%;
        }   
        
}
@media screen and (max-width: 460px) {
    .customer-container {
        width: 315px;
    }
    .loginColumns {
        padding: 50px 0px 20px 0px;
    }
    .loginColumns .inner_content {
        padding: 45px 40px;
    }
    .loginscreen.signup-screen, .loginscreen.forgot-screen, .loginscreen.otp-screen {
        width: 320px;
        max-width: 320px;
    }
    .signup-screen .inner_content, .forgot-screen .inner_content, .otp-screen .inner_content {
        padding: 0px 25px 80px;
    }
    .new_study_content {
        padding: 20px;
    }
    .main_content .new_study_content .responsive-left, .main_content .new_study_content .responsive-center, .main_content .new_study_content .responsive-right {
        display: inline-block;
    }
    .main_content .new_study_content .left_icon img, .main_content .new_study_content .right_icon img {
        width: 30px;
    }
    .main_content .new_study_content .new_stydy_main_title {
        font-size: 26px;
    }
    .main_content .new_study_content #wizard {
        margin-top: 55px;
    }
    .wizard_form_field {
        padding: 0px 15px;
    }
    .responsive-text-right {
        text-align: left;
    }
    .mt-70 {
        margin-top: 40px;
    }
    .main_content .turbo_box .turbo_detail {
        /*text-align: center !important;*/
    }
    .left-arrow-invite{
            left: -3rem;
                top: 6rem;
    }
    .fileinput.fileinput-new{
            margin: 0px auto;
            display: block;
            margin-top: 6px;
        }
        .wizard_horizontal ul.wizard_steps li a .step_descr{
            font-size: 14px;
            line-height: 20px;
        }
        .inp_overflow{
            overflow: auto;
        }
}
a.left-arrow,a.right-arrow{
    line-height: 46px;
}
hr.style-one {
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #b5b5b5, #ccc);
    margin-top: 1px;
    margin-bottom: 10px;
}
.study-info-table-title{
    color: #F49D72;
    text-transform: uppercase;
    padding-left: 1.3rem;
    margin: 17px 0px;
    font-weight: 400;
    font-size: 20px;
}
.history_study_table tbody tr td{
    border-bottom: 1px solid #e7eaec;
}
.history_study_table tbody tr td .progress{
   margin-bottom: 7px;
}
.history_study_table tbody tr td .phasebtn ,#my_study_table tbody tr td .phasebtn{
       width: 85px;
       box-shadow: 0 5px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
       margin: 0px;
}
#invites_study_table .badge{
        width: 140px;
    height: 30px;
    border-radius: 30px;
    line-height: 19px;
    font-weight: 500;
}
.pagination li a {
    border: none;
    color: #e7eaec;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover{
        border: none;
    background-color: transparent;
    color: #e7eaec;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover{
    display:none;
}
.paging-left-icon{
    background-image: url('../img/left-angle.svg');
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    background-size: 20px;
}
.paging-right-icon{
    background-image: url('../img/right-angle.svg');
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    background-size: 20px;
}
.file_suggest_modal .row{
    margin-bottom: 5px;
}
.file_suggest_modal .row a{
        font-size: 10px;
}
.file_suggest_modal .row:hover{
    background-color: #ccc;
}
#my_study_table tbody tr td:nth-child(3):hover,#my_study_table tbody tr td:nth-child(4):hover{
    cursor: pointer;
}
#invited_study_table tbody tr td:nth-child(3):hover,#invited_study_table tbody tr td:nth-child(4):hover{
    cursor: pointer;
}

.bootstrap-tagsinput .label-primary{
    background-color: #8B8BD1;
}
.bootstrap-tagsinput input,.bootstrap-tagsinput input:focus{
    border-color: #8B8BD1 !important;
}
.study-info-table-edit,.study-info-table-edit:active{
    width: 90%;
    margin: 22px 0px;
    font-size: 13px;
}
/*data table search filter customization*/
.dataTables_filter{
       position: absolute;
    z-index: 1;
        right: 20px;
    top: 7px;
    display: none;
  -webkit-box-shadow: 0px 9px 32px 1px rgba(0,0,0,0.18);
-moz-box-shadow: 0px 9px 32px 1px rgba(0,0,0,0.18);
box-shadow: 0px 9px 32px 1px rgba(0,0,0,0.18);
color: #bfbfbf;
}
.dataTables_filter label{
    display: block;
    margin: 0px;
    border-bottom: 1px solid #e7eaec;
    font-weight: normal;
}
.dataTables_filter label:last-child{
    border: none !important;
}
.dataTables_filter label input{
    margin-left: 0px !important;
    border: none !important;
    color: #5e5e60bf;
        font-family: 'Roboto';
    
}
.dataTables_filter .datatable_edit_btn{
        width: 100%;
    height: 44px;
    text-align: center;
        line-height: 30px;
        border: none !important;
            font-family: 'Roboto';
         color: #5e5e60bf;
}
.dataTables_filter label input::-webkit-input-placeholder {
   color: #5e5e60bf;
       font-family: 'Roboto';
}
.dataTables_filter label input:-moz-placeholder {
   color: #5e5e60bf;
       font-family: 'Roboto';
}
.dataTables_filter label input::-moz-placeholder {
   color: #5e5e60bf;
       font-family: 'Roboto';
}
.dataTables_filter input,.dataTables_filter select{
        height: 44px;
}
.dataTables_filter select{
        color: #5e5e60bf;
}
.table_tools,.table_tools:hover,.table_tools:visited{
        margin: 0px 14px;
    font-size: 26px;
    line-height: 56px;
    color: #767779;
    position: relative;
}
.table_tools img{
    width:20px;
}
.table-responsive{
    overflow: visible;
}
.showSweetAlert .cancel,.showSweetAlert .cancel:active{
    margin: 0px auto;
    color: #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8f98d7+0,a18ad1+100 */
    background: #8f98d7; /* Old browsers */
    background: -moz-linear-gradient(45deg, #8f98d7 0%, #a18ad1 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #8f98d7 0%,#a18ad1 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #8f98d7 0%,#a18ad1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f98d7', endColorstr='#a18ad1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    width: 160px;
}
.showSweetAlert .cancel:hover{
    color: #fff;
    background: #a18ad1; /* Old browsers */
    background: -moz-linear-gradient(45deg, #a18ad1 0%, #8f98d7 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #a18ad1 0%,#8f98d7 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #a18ad1 0%,#8f98d7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a18ad1', endColorstr='#8f98d7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    width: 160px;
}
.showSweetAlert .confirm{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1bc9e3+0,1de4b9+100 */
    background: #1bc9e3; /* Old browsers */
    background: -moz-linear-gradient(45deg, #1bc9e3 0%, #1de4b9 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #1bc9e3 0%,#1de4b9 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #1bc9e3 0%,#1de4b9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1bc9e3', endColorstr='#1de4b9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    width: 160px;
}
.showSweetAlert .confirm:hover{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1bc9e3+0,1de4b9+100 */
    background: #1bc9e3; /* Old browsers */
    background: -moz-linear-gradient(45deg, #1de4b9 0%, #1bc9e3 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #1de4b9 0%,#1bc9e3 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #1de4b9 0%,#1bc9e3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1de4b9', endColorstr='#1bc9e3',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    width: 160px;
}
.terms p{
    color:#676a6c;
}
.terms{
    background-color: #fff !important;
}
.dataTable td.child ul{
    width:100%;
}
.dataTable td.child ul span.dtr-title,.dataTable td.child ul span.dtr-data{
    width:50%;
}
table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before{
    text-indent: 3px !important;
     background: #1bc9e3; /* Old browsers */
    background: -moz-linear-gradient(45deg, #1bc9e3 0%, #1de4b9 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #1bc9e3 0%,#1de4b9 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #1bc9e3 0%,#1de4b9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1bc9e3', endColorstr='#1de4b9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border:none !important;
    top:4px !important;
}

.new_study_option1,.new_study_option2{
    font-size: 26px;
    width: 100%;
    height: 100px;
    line-height: 82px;
    font-weight: 100;
}
.mt-10 {
    margin-top: 10px;
}
.profile_name{
        border: 1px solid #1BCAE2;
    border-radius: 100%;
    padding: 5px;
    color: #C0C4E6;
    font-size: 19px;
    font-weight: 100;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
}
.my_account{
        margin-top: 34px;
        position: relative;
}
.my_account .profile_name:hover{
    cursor: pointer;
}
.dropdown-messages li a{
    font-size: 16px;
    font-weight: 100;
}
.link-block{
    padding: 0px;
}
.search-form .form-group input.form-control::-webkit-input-placeholder{
  display:none;
}
.search-form .form-group input.form-control::-moz-placeholder{
  display:none;
}
.navbar-right{
  min-width:450px; /*or I can probably just use columns*/
}
.navbar-right form{
  width:100%;
}
.search-form .form-group{
  position:relative;
width:0%;
  min-width:40px;
height:40px;
overflow:hidden;
transition: width 1s;
backface-visibility:hidden;
margin: 24px 10px;
}
.search-form .form-group input.form-control{
  position:absolute;
  top:0;
  right:0;
  outline:none;
  width:100%;
  height:40px;
  margin:0;
  z-index:10;
  border: none !important;
}
input[type="text"].form-control{
  -webkit-appearence:none;
  -webkit-border-radius:0;
}
.form-control-submit,
.search-label{
  width: 40px;
    height: 40px;
  position:absolute;
  right:0;
  top:0;
  padding:0;
  margin:0;
  text-align:center;
  cursor:pointer;
  line-height:40px;
  background:white;
      border: 1px solid #1BCAE2;
    border-radius: 100%;
}
.form-control-submit{
  background:#fff; /*stupid IE*/
    opacity: 0;
  color:transparent;
  border:none;
  outline:none;
  z-index:-1;
}
.search-label{
  z-index:90;
}
.search-form .form-group.sb-search-open,
.no-js .sb-search-open{
  width:40%;
  border: 1px solid #1BCAE2;
  border-radius: 20px !important; 
}
.search-form .form-group.sb-search-open .search-label,
.no-js .sb-search .search-label {
	z-index: 11;
        border:none;
}
.search-form .form-group.sb-search-open .form-control-submit,
.no-js .form-control .form-control-submit {
	z-index: 90;
}
.select_box{
    border-radius: 5px;
    height: 31px;
}
.main_content{
    min-height: 823px;  
}
.message_seperate{
    margin: 0px;
    border-color: #bbb;
}
.empty-space-table{
        height: 15px;
}
.Typeahead-spinner {
  position: absolute;
  top: 32px;
  right: 23px;
  display: none; 
  width: 28px;
  height: 28px;
}
#table_auto{
        margin-top: 15px;
}
#table_auto input[type="text"]{
    height: 34px;
    padding-left: 10px;
}
#table_auto .btn-file{
    margin-bottom: 10px;
    border: 1px solid #e7eaec;
}
.pb-5{
    padding-bottom: 5px;
}
.btn-reset{
    width: 100px;
    display: inline-block;
    text-align: center;
    border-radius: 6px;
}
.my_notification_outer{
    margin-right: 10px;
}
.notification_circle{
    border: 1px solid #1BCAE2;
    border-radius: 100%;
    padding: 5px;
    color: #C0C4E6;
    font-size: 19px;
    font-weight: 100;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    position: relative;
}
.notification{
    margin-top: 34px;
    position: relative;
}
.bell_icon{
    width: 27px;
}
.notification_count{
    position: absolute;
    top: -12px;
    right: 0px;
    color: #fff;
    background: #FF4C13;
    border-radius: 60px;
    font-size: 13px;
    padding: 0px 3px;
}
.notification-list{
        left: -248px;
            top: 53px;
}
.load_spinner{
    background-image: url('../img/spinner.gif');
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    margin: 0px auto;
}
.notification-list{
    width: 315px;
    height: 400px;
    overflow-y: auto;
}
.notification-list .notification_from{
    white-space: nowrap; 
    width: 150px; 
    overflow: hidden;
    text-overflow: clip; 
}
.notification-list .notification_date{
    
}
.notification-list .notification_message{
    font-size: 12px;
    white-space: nowrap; 
    width: 250px; 
    overflow: hidden;
    text-overflow: ellipsis; 
    display: inline-block;
}
.notification-list li:last-child hr{
    display: none;
    margin-bottom: 0px;
}
.report_feedback{
    color: #fff !important;
    position: fixed;
    bottom: 0px;
    right: 20px;
    width: 200px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
#signature canvas{
        border: 1px #ccc solid !important;
}
#signature canvas:hover{
    cursor: url(../img/fountain_pen.cur), default;
}
#tools .signature_reset{
        width: 20%;
    height: 20px;
    font-size: 13px;
    color: #000;
        margin: 0px auto 10px;
}
.sweet-alert .swal_btn{
    
}
.swal_btn,.sweet-alert .swal_btn{
    border: none;
    border-radius: 5px;
    box-shadow: 0px 6px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
    text-transform: uppercase;
    /* padding-bottom: 0.8rem; */
    color: #fff;
    font-size: 13px;
    font-weight: 500;
        width: 100px;
    margin: 0px;
    padding: 10px 0px;
    display: inline-block;
    
}
.swal_btn:hover,.swal_btn:visited{
    color: #fff;
}
.swal_close{
    background-color: #d9534f !important;
}
.swal_clone{
    background: #1bc9e3;
    background: -moz-linear-gradient(45deg, #1bc9e3 0%, #1de4b9 100%);
    background: -webkit-linear-gradient(45deg, #1bc9e3 0%,#1de4b9 100%);
    background: linear-gradient(45deg, #1bc9e3 0%,#1de4b9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1bc9e3', endColorstr='#1de4b9',GradientType=1 );
    
}
.swal_edit{
    background: #8f98d7;
    background: -moz-linear-gradient(45deg, #8f98d7 0%, #a18ad1 100%);
    background: -webkit-linear-gradient(45deg, #8f98d7 0%,#a18ad1 100%);
    background: linear-gradient(45deg, #8f98d7 0%,#a18ad1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f98d7', endColorstr='#a18ad1',GradientType=1 );
}

.swal_delete,.swal_cancel{
    background-color: #d9534f !important;
}

#reportModal label{
    color: #676a6c;
}
.back_button{
    margin-bottom: 20px;
    font-size: 12px;
    padding: 8px;
}
.do_archive_btn{
    float: right;
    color: #8B8BD1;
    font-weight: bold;
    border: 1px solid #8B8BD1;
    border-radius: 10px;
    padding: 0px 10px;
    line-height: 18px;
}
.do_archive_btn:hover{
    color: #FFF;
    border-color: #fff;
}
span.twitter-typeahead .tt-suggestion:hover a{
    color: #FFF;
    border-color: #fff;
}
.tr_tab .nav-tabs li{
    text-align: center;
}
.tr_tab .nav-tabs li a{
    font-weight: normal;
    font-size: 15px;
}
.tr_tab .nav-tabs li.active a{
    color: #FFF;
    background: #8f98d7;
    background: -moz-linear-gradient(45deg, #8f98d7 0%, #a18ad1 100%);
    background: -webkit-linear-gradient(45deg, #8f98d7 0%,#a18ad1 100%);
    background: linear-gradient(45deg, #8f98d7 0%,#a18ad1 100%);
    margin-right: 0px;
}
.tr_tab .nav-tabs li.active:hover a{
    color: #FFF;
    background: #a18ad1;
    background: -moz-linear-gradient(45deg, #a18ad1 0%, #8f98d7 100%);
    background: -webkit-linear-gradient(45deg, #a18ad1 0%,#8f98d7 100%);
    background: linear-gradient(45deg, #a18ad1 0%,#8f98d7 100%);
}
.tr_tab .panel-body{
    border: 1px solid #a18ad1;
}
.tr_tab .nav-tabs{
    border-bottom: 1px solid #a18ad1;
}
#invites_info_listing .status_typo{
    font-size: 18px;
}
.email_resend{
    color: #fff;
}
.email_resend:hover{
    color: #fff;
}
#invites_info_listing thead tr th:last-child{
    text-align: center;
}
.empty-chart{
    text-align: center;
    padding: 100px;
    font-size: 20px;
}
.ddl-line-chart{
    display: inline-block;
    width: 40%;
}
.mr-20{
    margin-right: 20px;
}
.study_summary_counter{
    font-size: 40px;
    font-weight: 100;
}
.ss_loader_parent{
    position: relative;
}
.ss_loader_parent .load_spinner{
    position: absolute;
    top: 50%;
    left:50%;
}
.budget_title{
    text-align: center;
    font-size: 20px;
    font-weight: 100;
}
.procedure_table,.cycle_table{
    width: 100%;
}

.procedure_table tr td,.cycle_table tr td{
    padding: 5px;
}
.p-btn-remove,.p-btn-remove:hover,.p-btn-remove:visited,.p-btn-remove:focus{
    background-color: #FF4C13;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: block;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 20px;
    font-weight: 100;
}
.p-btn-add,.p-btn-add:hover,.p-btn-add:visited,.p-btn-add:focus{
    background: #1bc9e3; /* Old browsers */
    background: -moz-linear-gradient(45deg, #1bc9e3 0%, #1de4b9 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #1bc9e3 0%,#1de4b9 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #1bc9e3 0%,#1de4b9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1bc9e3', endColorstr='#1de4b9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: block;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 20px;
    font-weight: 100;
}
.ibox-content-time{
    padding: 15px 15px 7px;
    font-size: 18px;
}
.well .c3{
    width: 100%;
    height: 100px;
}
.well label{
    display: block;
    text-align: center;
}
.well h3{
    text-align: center;
}
#cpp .c3-chart-arcs .c3-chart-arcs-background{
    fill:#F5BA1C !important;
}
#login_publish,#sai_workflow,#sai_cpp,#total_i_study,.c3{
    text-align: center;
}
.well{
    min-height: 240px;
}
.fixed-height-250 {
    height: 250px;
}
.ct-perfect-fourth{
    width: 250px !important;
}
.address_info{
    display: block;
}
label .text-danger sup{
    font-size: 12px;
    font-weight: bold;
}
.input_require{
    border: 1px solid red !important;
}
.study_import{
    width: 35px;
    height: 35px;
    background-image: url('../img/study_import.svg');
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: bottom;
}
.study_import:hover{
    background-image: url('../img/study_import_green.svg');
}