/*import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');*/

img.parti_profile {
    border-radius: 50%;
}

/*end*/
body {
    /*font-family: 'Roboto', sans-serif;*/
    font-family: Arial, Helvetica, sans-serif;
    color: #7d7d7d;
}

.video {
    width: 50%;
    float: left;
    list-style: none;
    text-align: center;
}


.dashboard-video{
    width: 100%;
    outline: none;
}

.dashboard-video:hover{
    cursor: pointer;
}


body, html {
    min-height: 100%;
}

.log_in_Container {
    width: 513px;
    margin: 150px auto 0;
    text-align: center;
}

.log_in_Container.forgot_Container{
    margin: 110px auto 0;
}

.gen {

    float: left;
    width: 100%;

}

.btns {
    margin-bottom: 20px;
    margin-top: 10px;
}

.mt40 {
    margin-top: 40px;
}

.logo img {
    max-width: 50%;
}


.pr5 {
    padding-right: 5px;
}

.bold {
    font-weight: bold;
}

.mt20 {
    margin-top: 20px;
}

.m0 {
    margin: 0;
}


.body-back {
    /* background: url("../images/back.jpg"); */
    background: #fff;
    background-size: cover;
}

/*.back-style {
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 52%, rgba(30, 87, 153, 1) 52%, rgba(30, 87, 153, 1) 100%); 
    background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 52%, rgba(30, 87, 153, 1) 52%, rgba(30, 87, 153, 1) 100%);  Chrome10-25,Safari5.1-6 
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 52%, rgba(30, 87, 153, 1) 52%, rgba(30, 87, 153, 1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#1e5799', GradientType=1);
}*/

.back-style{
    background: url(../images/start-page.jpg) 100% 100% / cover no-repeat;
}
.wid80 {
    width: 80%;
    margin: 0 auto;
}

.form_area {
    background: #FFF;
    padding: 60px;
    border-radius: 6px;
    margin-top: 20px;
    border: 15px solid #0f9bdc;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15);
}

.form_area .form-control {
    /* padding: 20px 15px; */
    height: 50px;
    padding: 15px;
    padding-left: 40px;
    margin-bottom: 15px;
    border-radius: 0;
    border-color: #e5e6e7;
    box-shadow: none;
}

.frm-title {
    font-size: 24px;
    color: #203e5c;
    font-weight: 400;
    margin-bottom: 30px;
}

.logo a {
    color: #285a9b;
    font-size: 32px;
    /* font-weight: bold; */
    text-transform: uppercase;
}

.btn-review-head{
    background: #285a9b;
    border: none;
    color: #fff;
    font-weight: 300;
    padding: 5px 15px;
    border: 1px solid #285a9b;
    border-radius: 4px;
    font-size: 13px;
    margin-top: 2%;
    transition: all .25s ease; 
}

.btn-review-head:hover{
    color: #285a9b;
    background: #fff;
}

.btn-s1 {
    background: #285a9b;
    border: none;
    color: #fff;
    font-weight: 300;
    padding: 10px 23px;
    border-radius: 4px;
    font-size: 16px;
}

.btn-s1:hover {
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15);
}

.user-back {
    background: url("../images/user-back.png");
    background-repeat: no-repeat;
    background-position: 10px;
}


.pass-back {
    background: url("../images/pas-back.png");
    background-repeat: no-repeat;
    background-position: 10px;
}

.navbar {
    background: #fff;
    border-radius: 0;
    border: none;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.45);
}

.navbar-brand {
    padding: 6px 15px;
}

.nav > li > a > img {
    max-width: 18px;
    margin-right: 5px;
}

.navbar-nav > li > a {
    color: #3b3b3b;
    font-size: 16px;
}

/* .nmrl {
    margin-left: 100px;
} */

.nmrl li:not(:last-child) {
    border-right: 1px solid #ccc;
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent;
}

.page-hd {
    background: #444;
    color: #fff;
    padding: 5px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
}

.hdtxt {
    font-size: 26px;
    font-weight: 600;
}

.mb20 {
    margin-bottom: 20px;
}

/* .grey-back{
    background:#f6f8fa;
} */

.grey-back {
    /*
    background: rgb(238,238,238);
    background: -moz-linear-gradient(-45deg, rgba(238,238,238,1) 0%, rgba(238,238,238,1) 52%, rgba(215,215,215,1) 52%, rgba(215,215,215,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 52%,rgba(215,215,215,1) 52%,rgba(215,215,215,1) 100%);
    background: linear-gradient(135deg, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 52%,rgba(215,215,215,1) 52%,rgbargba(215,215,215,1) 100%);
    */
    background: #f3f8ff;
}

.btxt {
    font-size: 18px;
    font-weight: 500;
    color: #3a3a3a;
    letter-spacing: 2px;
}

.stxt {
    color: #303030;
}

.pad20 {
    padding: 20px;
}

.backf {
    background: #fff;
    /*box-shadow: 3px 3px 3px rgba(0,0,0,0.15);*/
    border: 1px solid #e9e9e9;
    float: left;
    width: 100%;
}

.pdf-formate a {
    margin-left: 7px;
    line-height: 22px;
}

.Editor-editor {
    color: #2684d6;
}

.line-control-status-bar {
    display: none;
}

table.text-center th, table.text-center td {
    text-align: center;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    color: #757474;
}

.table > thead > tr > th {
    color: #3a3a3a;
}

.table-border {
    border: 1px solid #ddd;
}

.tooltip.top .tooltip-inner {
    background-color: #203e5c;
}

.btnsg .btn {
    float: left;
    border-radius: 0;
}

.mlm1 {
    margin-left: -1px;
}

.col-5 {
    width: 20%;
    float: left;
    position: relative;

    padding: 0 5px;
}

.col-back {
    background: #f2f2f2;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.col-5-hd {
    background: #285a9b;
    color: #fff;
    text-align: center;
    padding: 20px;
    font-size: 18px;
    font-weight: 500;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.col-5-sub {
    padding: 15px;
    min-height: 350px;

}

.arw {
    position: absolute;
    right: -11px;
    top: 49%;
    z-index: 9;
    max-width: 24px;
}

.checks {
    padding-left: 30px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb5 {
    margin-bottom: 5px; 
}

.mb0 {
    margin-bottom: 0;
}

.btn.btn-primary {
    border-radius: 0;
    background: #285a9b;
    padding: 8px 24px;
    box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.15);
    border: none;
}

.btn-primary img {
    position: relative;
    top: -2px;
    left: -3px;
}

.nav li.active a {
    background: #285a9b;
}

.ns thead tr th {
    background: #285a9b;
    color: #fff;
    border-bottom: 5px solid #285a9b;
    font-weight: 500;
}

.ns thead tr th.blank {
    background: #fff;
    color: #3a3a3a;
    border-bottom: 5px solid #285a9b;
    /* border-width: 5px !important; */
}

.ns {
    border-top: none;
}

.blank {
    border-left: 1px solid #fff !important;
}

/* .log {
    position: absolute;
    left: -15px;
} */


.srch {
    float: right;
}

.srch {
    border: 1px solid #e5e6e7;
    height: 34px;
    width: 250px;
    background: url("../images/srch.png");
    background-repeat: no-repeat;
    background-position: 96% 10px;
    padding: 15px;
}

.nav-tabs {
    text-align: center;
}

.nav-tabs > li {
    float: none;
    margin-bottom: -1px;
    display: inline-block;
}


.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #fff;
    background-color: #203e5c;
    border: 1px solid #203e5c;
    padding: 12px 50px;
}

.nav-tabs > li > a {
    width: 174px;
    color: #7b7979;
    /* border: 1px solid #e7e7e7; */
}

table thead td {
    color: #3a3a3a !important;
    font-weight: 700;
}

.lbl {
    float: left;
    width: 70px;
    font-weight: 700;
    color: #3a3a3a;
}

.modal-header, .modal-footer {
    border-bottom: none;
    border-top: none;
}


.switch {
    position: relative;
    display: inline-block;
    width: 98px;
    height: 34px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #575757;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(60px);
    -ms-transform: translateX(60px);
    transform: translateX(60px);
}


.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

input:checked + .slider::after {
    content: 'Active';
    color: #fff;
    position: absolute;
    top: 7px;
    left: 8px;
}

input + .slider::after {
    content: 'Deactive';
    color: #fff;
    position: absolute;
    top: 7px;
    right: 8px;
}

.tdmtxt {
    color: #3a3a3a;
    font-weight: 500;
}

.colorred {
    color: red;
}

.mt30 {
    margin-top: 20px;
}

.tbtxt {
    color: #203e5c !important;
    font-size: 16px;
    font-weight: 400;
}

.thbck {
    background: #f5f5f5;
}

.text-center {
    text-align: center !important;
}

.GScroll {
    width: 99% !important;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #f3f8fd;
}

.fwm {
    font-weight: 500;
}

.lightb {
    background: #e5eff7;
    padding: 15px;
}

.colorg {
    color: #3a3a3a;
    /* font-size: 14px !important; */
}

.fnt14 {
    font-size: 14px;
}

.lblwid114 {
    width: 114px;
}

.navbar-toggle .icon-bar {
    background: #fff;
}

.fnt18 {
    font-size: 18px;
}

.tag-icon {
    float: left;
    margin-right: 20px;
}

.leftbar {
    width: 300px;
}

.rightbar {
    margin-left: 320px;
}

.checkmenu, .checkmenu ul {
    list-style: none;
}

.chkactive {
    color: #203e5c;
    font-weight: 500 !important;
}

.sub {
    padding-left: 20px;
}

.colorb {
    color: #285a9b;
}

.bold {
    font-weight: bold !important;
}


.em-lbl {
    width: 130px;
    line-height: 30px;
    text-align: right;
}

.em-txtb {
    margin-left: 140px;
}

.em-txtbox {
    width: 100%;
    padding: 5px 15px;
    border: 1px solid #e5e6e7;
    box-shadow: none;
}

.pos-rel {
    position: relative;
}

.chcount {
    position: absolute;
    bottom: 7px;
    right: 10px;
}

.italic {
    font-style: italic;
}

.em-save {
    margin-right: 5px;
    max-width: 15px;
    position: relative;
    top: -1px;
}

hr.an {
    border-top: 1px solid #dfdfdf;
}

.cross {
    padding: 20px;
    padding-right: 0;
    cursor: pointer;
}

.bor-bod {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 10px;
    padding-top: 10px;
}

.no-border th, .no-border td {
    border: none !important;
}

.schin {
    width: 180px;
    height: 34px;
    border: 1px solid #e2e2e2;
    background-color: #fff;
    padding: 10px;
}

.ds {
    width: 40px;
    height: 34px;
    border: 1px solid #e2e2e2;
    background-color: #fff;
    padding: 10px;
}

.date {

    background-image: url("../images/cal.png");
    background-repeat: no-repeat;
    background-position: 96% 10px;
}

.time {
    background-image: url("../images/time.png");
    background-repeat: no-repeat;
    background-position: 96% 10px;
}

.timeOnServer p{
    line-height: 0;
    font-size: 11px;
    margin-top: 1rem;
}

.cp {
    cursor: pointer;
}

.cp {
    cursor: pointer;
}

.cp.videocall,.cp.discussion{
    padding-left: 3rem;
    position: relative;
}

.cp.cp.combine {
    padding-left: 7rem;
    position: relative;
}

.cp.videocall:before {
    content: "";
    width: 2.5rem;
    background: url(../images/camera.png) center /contain no-repeat;
    position: absolute;
    margin-left: -3rem;
    height: 3rem;
}

.cp.discussion:before {
    content: "";
    width: 2.5rem;
    background: url(../images/comm.png) center /contain no-repeat;
    position: absolute;
    margin-left: -3rem;
    height: 3rem;
}

.cp.combine:before {
    content: "";
    width: 6.5rem;
    background: url(../images/combine.png) center /contain no-repeat;
    position: absolute;
    margin-left: -7rem;
    height: 3rem;
}

.cp.videocall.r:before {
    background: url(../images/r_camera.png) center /contain no-repeat;
}

.cp.discussion.r:before {
    background: url(../images/r_comm.png) center /contain no-repeat;
}

.cp.combine.r:before {
    background: url(../images/r_combine.png) center /contain no-repeat;
}

.panel-body.agn hr:last-of-type {
    display: none;
}

.hr-bordertop {
    border: 1px solid #eaeaea;
}

.chart {
    min-width: 100px;
    max-width: 800px;
    height: 500px;
    margin: 1em auto;
}

.forgot {
    position: absolute;
    right: 60px;
    font-size: 10px;
    margin-top: -30px;
}

.tdchk {
    position: relative;
    top: 6px;
}

/* .navbar-right li {
    margin-left: 30px;
} */

.nmrl {
    float: none;
    text-align: center;
}

.nmrl li {
    float: none;
    display: inline-block;
}


/* #menuBarDiv_txtEditor > .btn-group:not(:nth-child(2)){display:none;}

#menuBarDiv_txtEditor > .btn-group:nth-child(2) > a:nth-child(4){display:none;} */

.btn {
    padding: 8px 16px;
    font-size: 16px;
}


/* The container */
.check-wrap {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    cursor: pointer;
    /* font-size: 22px; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.check-wrap input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.check-wrap:hover input ~ .checkmark, .check-wrap input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.check-wrap input:checked ~ .checkmark {
    background-color: #285a9b;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check-wrap input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check-wrap .checkmark:after {

    left: 9px;
    top: 5px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);

}


.radio-wrap {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* margin-right: 29px; */
    /* font-weight: 400; */
    padding-top: 2px;
}

/* Hide the browser's default radio button */
.radio-wrap input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.radio-wrap .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-wrap:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-wrap input:checked ~ .checkmark {
    background-color: #285a9b;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-wrap .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-wrap input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio-wrap .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}


.tablehov tbody tr:hover {
    background: #d3f4f9;
}

.navbar-brand.logt {
    font-size: 24px;
    position: relative;
    top: 9px;
    color: #285a9b;
    font-weight: bold;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
}

.logotxt {
    color: #eca122;
}

.navbar-brand > img {
    display: block;
    max-width: 190px;
    margin-top: -8px;
}

.navbar-brand {
    height: 78px;
}

.navbar-right {
    margin-top: 12px;
}

.mt60 {
    margin-top: 60px;
}

.dashbtn {
    background: #285a9b;
    color: #fff;
    width: 100%;
    display: block;
    padding: 20px;
    border-radius: 6px;
    font-size: 18px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15);
    border: 5px solid #285a9b;
}

.mt30 {
    margin-top: 30px;
}

.dashbtn:hover {
    background: #fff;
    color: #285a9b;
    border: 5px solid #285a9b;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
}


.inlineform label {
    float: left;
    margin-top: 10px;
}

.infield {
    padding-left: 130px;
}

.infield .form-control {
    height: 40px;
}

.thd th {
    font-size: 18px;
    border-bottom: 1px solid #fff !important;
}

.font26 {
    font-size: 26px;
}

.font18{
    font-size: 18px;
}

.font14{
    font-size: 14px;
}

.bold {
    font-weight: bold;
}

.color-black {
    color: #000;
}

.font18 {
    font-size: 18px;
}

.mulh {
    height: 41px;
}

.shadow-none {
    box-shadow: none !important;
}

.border1 {
    border: 1px solid #ccc !important;
}

.mt10 {
    margin-top: 10px;
}

.w-100 {
    width: 100%;
}

.rdlist {
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 6px;
}

.listwrap {
    float: left;
    width: 100%;
    background: #d7ffd1;
    padding: 15px;
    max-height: 1000px;
    overflow: auto;
}

.listwrap .bb {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.backgreybox {
    background: #444;
    color: #fff;
    padding: 4px 9px;
    border-radius: 6px;
}

.box-num {
    border: 1px solid;
    padding: 3px;
}

.box-num-blue {
    background: #1fb4ef;
    padding: 4px;
    color: #fff;
}

.box-num-yellow {
    background: #f0bc29;
    padding: 4px;
    color: #fff;
}

.lblsamewidth .form-control {
    height: 40px;
}

.lblsamewidth .input-group {
    width: 100%;
}

.lblsamewidth .input-group-addon {
    width: 200px;
}

.imgauto {
    display: block;
    margin: 0 auto;
}

.min-h100p {
    min-height: 100px;
}

.table-hd-style thead tr th {
    background: #285a9b;
    color: #fff !important;
}

.dropdown-menu li {
    border-right: none !important;
}

.dash-drop, .dash-dropdown, .dash-dropdown-menu {
    padding: 0;
    list-style: none;
}

.dash-dropdown {
    position: relative;
}

.dash-dropdown-menu {
    position: absolute;
    left: 100%;
    top: -76px;
    padding-left: 20px;
    width: 216px;
    display: none;
}

.dash-dropdown-menu li {
    margin-bottom: 10px;
}

.dash-dropdown:hover .dash-dropdown-menu {
    display: block;
}

.dash-dropdown > a > span {
    position: absolute;
    right: 10px;
    top: 24px;
}

.shadow {
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
    padding: 20px;
}

.navbar-nav > li > a, .navbar-nav > li > a:hover, .navbar-nav > li.open > a {
    background-color: transparent;
    color: #000;
    text-transform: uppercase;
}

.nav i {
    font-size: 18px;
    position: relative;
    top: 1px;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover, .nav > li > a:focus {
    /*background-color: #285a9b;*/
}

table ul {
    list-style: none;
}

.chainwrap > ul {
    padding: 0;
}

.fa.fa-check {
    color: #86e13b;
    font-size: 22px;
}

.fa.fa-times {
    font-size: 22px;
    color: red;
}

.modal-content {
    /* box-shadow: none; */
    /* border: none; */
    border: 15px solid #285a9b;
}

/*tree chain*/

.acidjs-css3-treeview,
.acidjs-css3-treeview * {
    padding: 0;
    margin: 0;
    list-style: none;
}

.acidjs-css3-treeview label[for]::before,
.acidjs-css3-treeview label span::before {
    content: "\25b6";
    display: inline-block;
    margin: 2px 0 0;
    width: 13px;
    height: 13px;
    vertical-align: top;
    text-align: center;
    color: #e74c3c;
    font-size: 8px;
    line-height: 13px;
}

.acidjs-css3-treeview li ul {
    margin: 0 0 0 22px;
}

.acidjs-css3-treeview * {
    vertical-align: middle;
}

.acidjs-css3-treeview {
    font: normal 11px/16px "Segoe UI", Arial, Sans-serif;
    min-width: 160px;
}

.acidjs-css3-treeview li {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.acidjs-css3-treeview input[type="checkbox"] {
    display: none;
}

.acidjs-css3-treeview label {
    cursor: pointer;
}

.acidjs-css3-treeview label[for]::before {
    -webkit-transform: translatex(-24px);
    -moz-transform: translatex(-24px);
    -ms-transform: translatex(-24px);
    -o-transform: translatex(-24px);
    transform: translatex(-24px);
}

.acidjs-css3-treeview label span::before {
    -webkit-transform: translatex(16px);
    -moz-transform: translatex(16px);
    -ms-transform: translatex(16px);
    -o-transform: translatex(16px);
    transform: translatex(16px);
}

.acidjs-css3-treeview input[type="checkbox"][id]:checked ~ label[for]::before {
    content: "\25bc";
}

.acidjs-css3-treeview input[type="checkbox"][id]:not(:checked) ~ ul {
    display: none;
}

.acidjs-css3-treeview label:not([for]) {
    margin: 0 8px 0 0;
}

.acidjs-css3-treeview label span::before {
    content: "";
    border: solid 1px #1375b3;
    color: #1375b3;
    opacity: .50;
}

.acidjs-css3-treeview label input:checked + span::before {
    content: "\2714";
    box-shadow: 0 0 2px rgba(0, 0, 0, .25) inset;
    opacity: 1;
}

/*end tree chain*/


.search {
    /* width: 300px !important; */
    height: 41px;
}

form.pull-right {
    width: 300px;
}

.mb0 {
    margin-bottom: 0 !important;
}

.panel-heading {
    /* color: #fff !important; */
    font-size: 20px;
    /* text-transform: uppercase; */
    font-weight: 500;
}

/* .form-control {
    height: 40px !important;
} */
.border-style {
    border: 10px solid #ccc;
    padding: 20px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15);
}

.bign {
    width: 100%;
    margin-top: 24px;
}

textarea.form-control {
    height: auto !important;
}

.navbar-nav > li > a {
    font-size: 13px;
    padding: 15px 7px;
}

.color-black {
    color: #000 !important;
}

.mr15 {
    margin-right: 15px;
}

.text-underline {
    text-decoration: underline;
}

.w20 {
    width: 20%;
}

.navbar-right li {
    margin-left: 10px;
}

.panel-heading {
    background: #0f9bdc !important;
    color: #fff !important;
}

.table-style thead th {
    background: #e4f3ff;
    color: #285a9b !important;
    text-align: center;
}

.profile-form {
    border: 10px solid #ccc;
    float: left;
    width: 100%;
    padding: 20px;
}

.nav.nav-pills {
    background: #f6f6f6;
}

.form-style {
    border: 10px solid #ccc;
    margin-top: 30px;
    padding-top: 20px;
}

.form-control {
    height: auto;
}

.bold-black {
    font-weight: bold;
    color: #000;
}

.sidebar-menu {
    float: left;
    width: 100%;
    max-width: 212px;
}

.sidebar-menu a {
    background: #0f9bdc;
    display: block;
    color: #fff;
    padding: 18px 20px;
    margin-bottom: 8px;
    border-radius: 4px;
    font-size: 16px;
}

.sidebar-menu a:hover, .sidebar-menu a.active {
    background: #285a9b;
    text-decoration: none;
    color: #fff;
}

.sidebar-menu a:hover {
    color: #fff;
}

.content-section {
    padding-left: 240px;
}

.mt0 {
    margin-top: 0;
}

.mh100 {
    min-height: 82vh;
}

.content-section > h3 {
    font-weight: bold;
}

.participants-style {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e4f3ff+30,ffffff+30 */
    background: rgb(228, 243, 255); /* Old browsers */
    background: -moz-linear-gradient(180deg, rgba(228, 243, 255, 1) 100px, rgba(255, 255, 255, 1) 100px); /* FF3.6-15 */
    background: -webkit-linear-gradient(180deg, rgba(228, 243, 255, 1) 100px, rgba(255, 255, 255, 1) 100px); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(180deg, rgba(228, 243, 255, 1) 100px, rgba(255, 255, 255, 1) 100px); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4f3ff', endColorstr='#ffffff', GradientType=1); /* IE6-9 fallback on horizontal gradient */
    padding: 15px;
    min-height: 420px;
}

.avatar-part{
    width: 200px;
    height: 200px;
    background-size: cover;
    background-position: top center;
    border-radius: 50%;
}

.p-img {
    float: left;
    width: 200px;
    border-raduys: 50%;
}

.p-img img {
    width: 100%;
}

.part-content {
    padding-left: 275px;
}

.p-name {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.p-italic {
    font-style: italic;
}

.p-des {
    margin-top: 40px;
}

.pul {
    padding-left: 12px;
}

.pul li {
    margin-bottom: 15px;
}

.btn-send-qs {
    width: 100%;
    background: #285a9b;
    color: #fff;
    font-size: 14px;
    border-radius: 0;
}

.p-social a {
    background: #0f9bdc;
    color: #fff;
    padding: 5px;
    border-radius: 100px;
    height: 30px;
    width: 30px;
    display: inline-block;
    margin: 10px 3px;
}

.gui i {
    font-size: 80px;
    color: #ed6f6f;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15);
}

.gen {
    float: left;
    width: 100%;
}

.table-style tbody {
    background: #fff;
}

.edt, .dlt {
    margin: 0 5px;
}

.edt i {
    color: #37c3e1;
}

.dlt i {
    color: #d55959;
}

.lnks i {
    float: left;
    color: #000;
    line-height: 24px;
}

.padl20 {
    padding-left: 20px;
}

.title-name {
    width: 100%;
    float: left;
}

.title-name span {
    color: #000;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;

}

.padr120 {
    padding-right: 120px;
    padding-left: 35px;
}

.bb {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.menu-toggle {
    height: 30px;
    width: 30px;
    display: inline-block;
    border: 2px solid #aba7a7;
    float: left;
    margin-right: 15px;
    cursor: pointer;
    padding: 7px 5px;
}

.menu-toggle div {
    height: 2px;
    background: #aba7a7;
    float: left;
    width: 100%;
    margin-bottom: 4px;
    margin-top: 0px;
}

.side-show-hide .sidebar-menu {
    display: none;
}

.side-show-hide .content-section {
    padding-left: 0;
}


.colps {

    display: none;
    padding: 5px;

}

.dis-hd {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    background: #efefef;
    padding: 10px 8px;
    cursor: pointer;
}

.pb0 {
    padding-bottom: 0;
}

.noti {
    color: #fff;
    text-align: center;
    padding: 15px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15);
    height: 100%;
    float: left;
    width: 100%;
    min-height: 150px;
    display: block;
}

.n1 {
    background: #de99e9;
}

.n2 {
    background: #71c384;
}

.n3 {
    background: #77a4e0;
}

.n4 {
    background: #e68879;
}

.n5 {
    background: #e3ba59;
}

.vbf {
    font-size: 26px;
}

.vbft {
    min-height: 52px;
    font-size: 16px;
    text-transform: capitalize;
    /* font-weight: bold; */
}


.onoffswitch {
    position: relative;
    width: 90px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #F0F0F0;
    border-radius: 20px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "EMAIL";
    padding-left: 10px;
    background-color: #EB656A;
    color: #FFFFFF;
}

.onoffswitch-inner:after {
    content: "SMS";
    padding-right: 10px;
    background-color: #4FA3DB;
    color: #FFFFFF;
    text-align: right;
}

.onoffswitch-switch {
    display: block;
    width: 18px;
    margin: 6px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 56px;
    border: 2px solid #F0F0F0;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}


.br100 img {
    border-radius: 100%;
}

.vtng {
    background: #ececec;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.vm {
    background: #fbf9f9;
    padding: 4px 15px;
    border: 1px solid #d8d8d8;
    border-radius: 6px;
}

.vm .radio {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 7px;
    /* padding-top: 5px; */
}

.alert-dangerNew {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    display: inline-block;
    width: 100%;
    padding-left: 50px;
}

.alert-successNew {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    display: inline-block;
    width: 100%;
    padding-left: 50px;
}

#records .lnks audio {
    width: 100%;
}

.commentbox {
    width: 100%;
    float: left;
    overflow-y: scroll;
    overflow-x: hidden;
}

.pad-rgt {
    padding-right: 20px;
    line-height: 30px;
}

.pad-rgt span {
    font-size: 11px;
    color: #000;
}

.modal-dialog {
    max-width: 770px !important;
}

.pdf-formate {
    float: left;
    width: 100%;
    margin: 4px 0;
}

.navbar-toggle {
    margin-top: 22px !important;
}

@media (min-width: 1400px) {
    .navbar-nav > li > a {
        font-size: 14px;
        padding: 15px 12px;
    }
}

@media (min-width: 993px) {
    .recd {
        margin-left: -350px;
        width: 172%;
    }
}


@media (min-width: 768px) and (max-width: 992px) {

    .pad-left0 {
        padding-left: 0;
    }

    .col-5 {
        width: 33.33%;
        margin-bottom: 6px;
    }

    .sidebar-menu {
        float: left;
        width: 220px;
    }

    .content-section {
        padding-left: 230px;
    }

    .participants-style {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e4f3ff+30,ffffff+30 */
        background: rgb(228, 243, 255); /* Old browsers */
        background: -moz-linear-gradient(180deg, rgba(228, 243, 255, 1) 18%, rgba(255, 255, 255, 1) 18%); /* FF3.6-15 */
        background: -webkit-linear-gradient(180deg, rgba(228, 243, 255, 1) 18%, rgba(255, 255, 255, 1) 18%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(180deg, rgba(228, 243, 255, 1) 18%, rgba(255, 255, 255, 1) 18%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4f3ff', endColorstr='#ffffff', GradientType=1); /* IE6-9 fallback on horizontal gradient */
        padding: 15px;
    }

}


@media (max-width: 767px) {
    .pad20 {
        padding: 20px !important;
    }

    .sidebar-menu {
        max-width: 100%;
    }

    .content-section {
        padding-left: 16px;
        margin: 20px 0 20px 0;
    }

    .curdisbox {
        width: 96%;
    }

    .sidebar-menu a {
        padding: 10px 20px;
        font-size: 14px;
    }

    .navbar-nav {
        padding: 0 30px;
    }

    .log_in_Container {
        width: 100%;
        margin-top: 40px;
    }

    .form_area {
        padding: 40px 20px;
        margin-bottom: 44px;
    }

    .forgot {
        position: relative;
        right: 0;
        font-size: 12px;
        margin-top: 14px;
        /* padding: 10px 0; */
    }

    .backf {
        padding: 0;
    }

    .col-5 {
        width: 100%;
        margin-bottom: 6px;
    }

    .arw {
        position: absolute;
        right: auto;
        top: auto;
        z-index: 9;
        max-width: 24px;
        bottom: -5px;
        left: 48%;
        -ms-transform: rotate(88deg); /* IE 9 */
        -webkit-transform: rotate(88deg); /* Safari 3-8 */
        transform: rotate(88deg);
    }

    .btn.btn-primary {
        margin-top: 10px;
    }

    .navbar-toggle .icon-bar {
        background: #656565;
    }

    .nmrl {
        margin-left: 0;
    }

    .log {
        position: relative;
        left: auto;
        margin-left: 13px;
    }

    .btnsg .btn {
        margin-bottom: 20px;
    }

    .lblsamewidth .input-group-addon {
        width: 100% !important;
        display: block;
        border: 1px solid #ccc;
        border-radius: 2px;
    }

    .nmrl {
        margin: 0;
    }

    .nmrl li {
        /* float: left; */
        display: block;
        width: 100%;
    }

    .nmrl li {
        border-right: none !important;
        border-bottom: 1px solid #ccc;
    }

    .navbar-right a {
        text-align: right;
    }

    .w5 {
        width: 50%;
        float: left;
        display: block;
    }

    .mw100 {
        width: 100%;
        float: left;
    }

    .mw100 .btn {
        margin: 0;
        width: 100%;
    }

    .mfl {
        float: left;
    }

    .mdb {
        display: block;
        text-align: left;
        float: left;
        width: 100%;
        min-height: 30px;
    }

    .mmtb20 {
        margin: 20px 0;
    }

    .rdlist .pr150 img {
        max-width: 34px !important;
    }

    .col-sm-12 {
        float: left;
        width: 100%;
    }

    form.pull-right {
        float: left !important;
        width: 100%;
        margin: 20px 0;
    }

    .w20 {
        width: 100%;
    }

    .sidebar-menu {
        float: left;
        width: 100%;
    }

    .content-section {
        padding-left: 0;
        float: left;
        width: 100%;
    }

    .p-img {
        float: left;
        width: 100%;
    }

    .part-content {
        padding-left: 0;
    }

}

.form-height {
    height: 500px;
}


.pst {
    background: rgb(228, 243, 255);
    background: -moz-linear-gradient(180deg, rgba(0, 171, 240, 1) 100px, rgba(255, 255, 255, 1) 100px);
    background: -webkit-linear-gradient(180deg, rgba(0, 171, 240, 1) 100px, rgba(255, 255, 255, 1) 100px);
    background: linear-gradient(180deg, rgba(0, 171, 240, 1) 150px, rgba(255, 255, 255, 1) 100px);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4f3ff', endColorstr='#ffffff', GradientType=1);
}

.pst .p-img img {
    width: 200px;
    height: 200px;
    border-radius: 100%;
}

.pst .part-cv ul.pul {
    list-style: none;
    padding: 0;
    text-align: center;
    padding-top: 20px;
}

.pst .part-cv ul.pul a {
    color: #411795;
    text-decoration: underline;
}

.pst .p-name {
    color: #fff;
    font-size: 24px;
}

.pst .p-deg {
    color: #fff;
    font-size: 18px;
}

.pst button.btn.btn-send-qs.send_email {
    background: #411795;
    border-radius: 10px;
}

.pst button.btn.btn-send-qs.send_email, .pst button.btn.btn-send-qs.send_email:hover {
    background: #411795;
    border-radius: 10px;
    padding: 15px 22px;
    width: auto;
    margin-top: 20px;
    color: #fff;
}

.pst .p-img {
    text-align: center;
}

.ppm {
    margin-top: 60px;
}

.cb {
    color: #000;
}

.cp {
    color: #411795 !important;
}

.pst .part-content {
    margin-top: 10px;
}

i.fa.fa-info-circle.cp {
    font-size: 30px;
    line-height: 0;
    position: relative;
    top: 5px;
}

.dbot {
    border: 5px dotted #ccc;
    padding: 0 15px 15px;
}

.plinks i.fa.fa-file-pdf-o.cp {
    margin-right: 10px;
    line-height: 18px;
}

i.fa.fa-youtube-play.mr10.cp {
    margin-right: 10px;
    line-height: 20px;
}

.font30 {
    font-size: 30px;
}

.font16{
    font-size: 16px;
}

.font20 {
    font-size: 20px;
}

.pro-p .progress-bar {
    background: #411795;
}

.pro-p {
    height: 30px;
}

i.cp.bg {
    font-size: 30px;
    line-height: 0;
    position: relative;
    top: 5px;
}

.pbtn {
    background: #411795;
    border-color: #411795;
}

.bods {
    border: 5px solid #e8e8e8;
    padding: 0 15px 15px;
    margin-top: 4rem;
}

.part-info.bods{
    padding: 15px;
    margin-top: 0
}

li.list-none {
    list-style: none;
}

.italic {
    font-style: italic;
}

.mbtns {
    margin-top: -15px;
    background: #76d3f9;
    padding: 15px;
}

.mbtns button {
    background: #00abf0;
    color: #fff;
    border-color: #00abf0;
}

.mbtns button:hover {
    background: #00abf0;
    color: #fff;
    border-color: #00abf0;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15);
}

.progress-p .progress-bar {
    background: #5932ac;
}

.progress-grn .progress-bar {
    background: #00849f;
}

.progress-b .progress-bar {
    background: #0f5ca0;
}

.right-slide {
    margin-top: 60px;
}

.bigp {
    height: 20px;
    width: 40%;
    background-color: #f1f7fc;
}

.bro {
    border-radius: 0;
    border: none;
}

.bro .panel-heading {
    border-radius: 0;
    border: none;
}

.panel-heading {
    padding: 15px;
}

.bi {
    position: relative;
    left: -4px;
    top: -1px;
}

.bgp {
    background: #3b1d8f !important;
    border-color: #3b1d8f !important;
}

.font18 {
    font-size: 18px;
}

.boxs {
    border: 3px solid #ebebeb;
    padding: 20px;
    float: left;
    width: 100%;
}


.radio-wrap {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000;
    font-weight: 300;
}

/* Hide the browser's default radio button */
.radio-wrap input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.radio-wrap .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-wrap:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-wrap input:checked ~ .checkmark {
    background-color: transparent;
    border: 1px solid #3b1d8f;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-wrap input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio-wrap .checkmark:after {
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #3b1d8f;
}

.bigbtn {
    padding: 12px 30px !important;
}

.pbtn:hover {
    background: #411795;
    border-color: #411795;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15);
}

.check-wrap .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #eee;
}

.check-wrap input:checked ~ .checkmark {
    background-color: transparent;
    border: 1px solid #3b1d8f;
}

.check-wrap .checkmark:after {
    left: 7px;
    top: 3px;
    width: 7px;
    height: 12px;
    border: 1px solid #3b1d8f;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.check-wrap:hover input ~ .checkmark, .check-wrap input ~ .checkmark {
    background-color: transparent;
    border: 1px solid #3b1d8f;
}

.cb {
    color: #000 !important;
}

.acp {
    max-width: 38px;
    border-radius: 100%;
    height: 38px;
    margin-right: 10px;
}

.acptxt {
    color: #3b1d8f;
    font-weight: bold;
    text-decoration: underline;
}

.acptxt.active-participants {
    padding-left: 1rem;
}

.footer {
    border-top: none;
    margin: 0;
    padding-top: 0;
    font-size: 12px;
    background: #fff;
    display: flex;
    justify-content: space-between;
}

.flogo {
    max-width: 160px;
}

.fmid {
    display: flex;
    align-items: center;
}

.fright {
    padding: 10px;
    font-size: 16px;
    background: #f7f6f6;
    /* padding-top: 23px; */
}

.fleft {
    display: flex;
    align-items: center;
}


@media only screen and (max-width: 379px) {
    .navbar-brand > img {
        display: block;
        max-width: 220px;
        margin-top: -3px;
    }

    .content-section h3 {
        font-size: 18px;
    }
}



@media (min-width: 1400px) {

    .modal-dialog {
        width: 1000px;
    }

    .pos-fix {
        position: fixed;
        right: 0;
        width: auto;
        top: 35%;
        z-index: 9;
    }


}

span.error {
    color: red;
}


/*New container css start*/
.container {
    max-width: 1300px !important;
    width: 100% !important;
}

.btn {
    padding: 8px 10px;
    font-size: 13px !important;
}

.revd.disabled:hover{
    background-color: #00abf0;
    border-color: #00abf0;
}

input#file {
    margin-bottom: 10px;
}

.questionclass tr td a img {
    width: 100%;
    max-width: 40px;
}

.Lbtn-section {
    padding: 10px 0 0;
    float: left;
    width: 100%;
}

.LikeImg {
    margin: 15px 0;
}

.sel-plt {
    float: left;
    /* margin-top: 20px; */
}

.sel-plt label {
    float: left;
    line-height: 33px;
}

.sel-plt select#platform {
    margin-left: 15px;
    float: left;
    width: 100%;
    max-width: 56%;
}

.sel-plt select#topic {
    margin-left: 15px;
    float: left;
    width: 100%;
    max-width: 56%;
}

.full-wdth {
    width: 100%;
    float: left;
}

/*New container css end*/

.choose-comp {
    width: 100%;
    max-width: 40%;
}

.prt-hrs {
    width: 100%;
    max-width: 40%;
}

.plat-hrs {
    width: 100%;
    max-width: 40%;
}

.pad0 {
    padding: 0;
}

.padl20 img {
    width: 100%;
}

.vfgf {
    padding-left: 0 !important;
}


.noti.n2 .vbff {
    min-height: 52px;
    font-size: 20px;
    line-height: 37px;
    text-transform: capitalize;
}

.ARemvB {
    background: none !important;
    border: none !important;
    margin-bottom: 7px;
}

.ARemvB i.fa-trash {
    font-size: 20px !important;
}

#fileList > div > label > span:last-child {
    color: red;
    display: inline-block;
    margin-left: 7px;
    cursor: pointer;
}

#fileList input[type=file] {
    display: none;
}

#fileList > div:last-child > label {
    display: inline-block;
    font: 16px/22px Tahoma;
    color: #000;
    text-align: center;
    float: left;
    border: 1px solid #e6e6e6;
    background: #e6e6e6;
    padding: 5px 20px;
    margin-top: 15px;
}

#fileUpload > div > label > span:last-child {
    color: red;
    display: inline-block;
    margin-left: 7px;
    cursor: pointer;
}

#fileUpload input[type=file] {
    display: none;
}

#fileUpload > div:last-child > label {
    display: inline-block;
    font: 16px/22px Tahoma;
    color: #000;
    text-align: center;
    float: left;
    border: 1px solid #e6e6e6;
    background: #e6e6e6;
    padding: 5px 20px;
    margin-top: 15px;
}

#fileUpload5 > div > label > span:last-child {
    color: red;
    display: inline-block;
    margin-left: 7px;
    cursor: pointer;
}

#fileUpload5 input[type=file] {
    display: none;
}

#fileUpload5 > div:last-child > label {
    display: inline-block;
    font: 16px/22px Tahoma;
    color: #000;
    text-align: center;
    float: left;
    border: 1px solid #e6e6e6;
    background: #e6e6e6;
    padding: 5px 20px;
    margin-top: 15px;
}

span.red_text {
    color: red;
}

#company th b {
    text-align: center;
    width: 100%;
    display: inline-block;
}

.choosefile {
    width: 100%;
    float: left;
}

.usefile {
    padding: 0 30px;
}


#fileList1 > div > label > span:last-child {
    color: red;
    display: inline-block;
    margin-left: 7px;
    cursor: pointer;
}

#fileList1 input[type=file] {
    display: none;
}

#fileList1 > div:last-child > label {
    display: inline-block;
    font: 16px/22px Tahoma;
    color: #000;
    text-align: center;
    float: left;
    border: 1px solid #e6e6e6;
    background: #e6e6e6;
    padding: 5px 20px;
    margin-top: 15px;
}


#fileList4 > div > label > span:last-child {
    color: red;
    display: inline-block;
    margin-left: 7px;
    cursor: pointer;
}

#fileList4 input[type=file] {
    display: none;
}

#fileList4 > div:last-child > label {
    display: inline-block;
    font: 16px/22px Tahoma;
    color: #000;
    text-align: center;
    float: left;
    border: 1px solid #e6e6e6;
    background: #e6e6e6;
    padding: 5px 20px;
    margin-top: 15px;
}

#add_slide > div:nth-child(4) > div.bold.font16.mb10 {
    clear: both;
}

#edit_slide > div:nth-child(4) > div.bold.font16.mb10 {
    clear: both;
}


.isNotTopic{
    height: 100%;
    position: absolute;
    width: 70%;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding-right: 7rem;
}

.isNotTopic > p:first-child{
    font-size: 2.3rem;
    margin-bottom: 0;
    text-align: center;
}

.isNotTopic .next-topic, .isNotTopic .next-topic-time{
    margin-bottom: 0;
    width: 400px;
    text-align: center;
}

.isNotTopic .next-topic{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

@media only screen and (max-width: 1024px){
    .isNotTopic{
        width: 60%;
        padding-right: 0;
    }

    .isNotTopic .next-topic, .isNotTopic .next-topic-time{
        width: 300px;
    }
}


@media only screen and (max-width: 768px) {
    .footer {
        flex-direction: column;
        align-items: center;
    }

    .footer .fright {
        width: 100%;
        text-align: center;
    }

    .isNotTopic .next-topic, .isNotTopic .next-topic-time{
        width: auto;
        text-align: center;
    }
}

/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

.mh100.review{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    flex-direction: column;
}

.container.review{
    max-width: 1600px !important;
}

.content.review{
    width: 100%;
}

.container.review .back{
    border: none;
    background: transparent;
    outline: none;
    color: blue;
}

#my_pdf_viewer {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}
#my_pdf_viewer.portrait #canvas_container {
    width: 904px;
  height: 783px;
  position: relative;
  background: white;
  border-radius: 5px;
}
#my_pdf_viewer.portrait #canvas_container .pdf_controls{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    background: #f3f8ff;
}
#my_pdf_viewer.portrait #canvas_container .btn_controls {
  outline: none;
  border: 1px solid #2D5E9D;
  background: #2D5E9D;
  border-radius: 4px;
  color: #0F9BDC;
  font-size: 2.8rem;
  line-height: 2.8rem;
  margin-top: 1rem;
  transition: all 0.25s ease;
}
#my_pdf_viewer.portrait #canvas_container .btn_controls[disabled=disabled] {
  border: 1px solid #01608c;
  background: #01608c;
}
#my_pdf_viewer.portrait #canvas_container .btn_controls:not([disabled=disabled]):hover {
  cursor: pointer;
  color: #0f9bdc;
  background: white;
}
#my_pdf_viewer.portrait #canvas_container #pdf_counter {
  height: 3rem;
    padding: 0.5rem 1.5rem;
  background: #E8E8E8;
  border: 1px solid #BAD2F1;
  border-radius: 5px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: gray;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#my_pdf_viewer.portrait #canvas_container #pdf_counter .mobile_search{
    display: none;
    position: absolute;
    right: -2.5rem;
    border: none;
    background: transparent;
    outline: none;
    color: #285a9b;
    font-size: 2rem;
    top: 0;
    bottom: 0;
    transition: all .1s ease;
}
#my_pdf_viewer.portrait #canvas_container #pdf_counter .mobile_search:hover{
    cursor: pointer;
    transform: scale(1.1);
}
#my_pdf_viewer.portrait #canvas_container #pdf_counter .curr {
  max-width: 2rem;
    border: none;
    background: transparent;
    color: gray;
    text-align: right;
    position: relative;
}
#my_pdf_viewer.portrait #canvas_container #pdf_counter .search{
    position: absolute;
    right: -7rem;
    width: 6rem;
    display: flex;
}
#my_pdf_viewer.portrait #canvas_container #pdf_counter .search .pointer{
    width: 5.5rem;
    margin: auto;
    padding: 0.5rem;
    background: #ffffff;
    border: 1px solid #BAD2F1;
    border-radius: 5px;
    outline: none;
}
#my_pdf_viewer.portrait #canvas_container #pdf_counter .search .pointer:focus{
    border: 1px solid #285a9b;
}
#my_pdf_viewer.portrait #canvas_container #pdf_renderer {
    width: 100%;
    height: 94%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 5px;
  overflow: scroll;
  position: relative;
}
#my_pdf_viewer.portrait #canvas_container #pdf_renderer_hidden{
    display: none;
}
#my_pdf_viewer.portrait #canvas_container #pdf_renderer .balloons{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
#my_pdf_viewer.portrait #canvas_container .zoom{
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 0;
    opacity: 0;
    display: flex;
    justify-content: center;
    z-index: 3;
    pointer-events: none;
}
#my_pdf_viewer.portrait #canvas_container .zoom button{
    border: 1px solid #2d5e9d;
    background: #2d5e9d;
    opacity: .7;
    color: white;
    width: 3rem;
    height: 3rem;
    font-size: 2rem;
    line-height: 1rem;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    transition: all .25s ease;
    margin: 0 0.5rem;
    outline: none;
    pointer-events: all;
}
#my_pdf_viewer.portrait #canvas_container .zoom button:hover{
    color: #2D5E9D;
    background: #FFFFFF;
    opacity: .7; 
}
#my_pdf_viewer.portrait #canvas_container:hover .zoom{
    opacity: 1;
}
#my_pdf_viewer.portrait #canvas_container #pdf_renderer img{
    user-select: none;
    /*pointer-events: none;*/
    width: 100%;
    z-index: 1;
}
#my_pdf_viewer.portrait .comments_container {
  font-family: Arial, sans-serif;
  width: 623px;
  height: 783px;
  border: 1px solid #2D5E9D;
  box-sizing: border-box;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  overflow-y: scroll;
}
#my_pdf_viewer.portrait .comments_container #pdf_number {
  border: 1px solid transparent;
  background: transparent;
  max-width: 5rem;
  text-align: left;
  outline: none;
}
#my_pdf_viewer.portrait .comments_container #pdf_number:focus {
  border: 1px solid gray;
}
#my_pdf_viewer.portrait .comments_container #pdf_number + button {
  opacity: 1;
}
#my_pdf_viewer.portrait .comments_container #pdf_number:focus + button {
  opacity: 0;
}
#my_pdf_viewer.portrait .comments_container .list_comment {
  padding: 1rem;
  box-sizing: border-box;
  width: 100%;
  flex-grow: 1;
}
#my_pdf_viewer.portrait .comments_container .list_comment .subcomments{
    padding-left: 5rem;
    display: none;
}
#my_pdf_viewer.portrait .comments_container .list_comment .subcomments.visible{
    display: block;
}
#my_pdf_viewer.portrait .comments_container .list_comment .comment {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border: 1px solid #B4CEF0;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: .5rem;
  width: 100%;
  transition: all .25s ease;
}

#my_pdf_viewer.portrait .comments_container .list_comment .comment.hover,#my_pdf_viewer.portrait .comments_container .list_comment .comment:hover {
    cursor: pointer;
}
#my_pdf_viewer.portrait .comments_container .list_comment .comment.default.hover,#my_pdf_viewer.portrait .comments_container .list_comment .comment.default:hover {
    background: #2d5e9d30;
    border: 1px solid #2d5e9d;
}
#my_pdf_viewer.portrait .comments_container .list_comment .comment.black.hover,#my_pdf_viewer.portrait .comments_container .list_comment .comment.black:hover {
    background: #00000030;
    border: 1px solid black;
}
#my_pdf_viewer.portrait .comments_container .list_comment .comment.darkorange.hover,#my_pdf_viewer.portrait .comments_container .list_comment .comment.darkorange:hover {
    background: #ff8c0030;
    border: 1px solid darkorange;
}
#my_pdf_viewer.portrait .comments_container .list_comment .comment.gray.hover,#my_pdf_viewer.portrait .comments_container .list_comment .comment.gray:hover {
    background: #80808030;
    border: 1px solid gray;
}
#my_pdf_viewer.portrait .comments_container .list_comment .comment.red.hover,#my_pdf_viewer.portrait .comments_container .list_comment .comment.red:hover {
    background: #ff000030;
    border: 1px solid red;
}
#my_pdf_viewer.portrait .comments_container .list_comment .comment.aqua.hover,#my_pdf_viewer.portrait .comments_container .list_comment .comment.aqua:hover {
    background: #00ffff30;
    border: 1px solid aqua;
}
#my_pdf_viewer.portrait .comments_container .list_comment .comment.forestgreen.hover,#my_pdf_viewer.portrait .comments_container .list_comment .comment.forestgreen:hover {
    background: #228b2230;
    border: 1px solid forestgreen;
}
#my_pdf_viewer.portrait .comments_container .list_comment .comment.magenta.hover,#my_pdf_viewer.portrait .comments_container .list_comment .comment.magenta:hover {
    background: #ff00ff30;
    border: 1px solid magenta;
}
#my_pdf_viewer.portrait .comments_container .list_comment .comment.royalblue.hover,#my_pdf_viewer.portrait .comments_container .list_comment .comment.royalblue:hover {
    background: #4169e130;
    border: 1px solid royalblue;
}
#my_pdf_viewer.portrait .comments_container .list_comment .comment.gold.hover,#my_pdf_viewer.portrait .comments_container .list_comment .comment.gold:hover {
    background: #ffd70030;
    border: 1px solid gold;
}
#my_pdf_viewer.portrait .comments_container .list_comment .comment.lime.hover,#my_pdf_viewer.portrait .comments_container .list_comment .comment.lime:hover {
    background: #00ff0030;
    border: 1px solid lime;
}
#my_pdf_viewer.portrait .comments_container .list_comment .comment.blue.hover,#my_pdf_viewer.portrait .comments_container .list_comment .comment.blue:hover {
    background: #0000ff30;
    border: 1px solid blue;
}
#my_pdf_viewer.portrait .comments_container .list_comment .comment.firebrick.hover,#my_pdf_viewer.portrait .comments_container .list_comment .comment.firebrick:hover {
    background: #b2222230;
    border: 1px solid firebrick;
}
#my_pdf_viewer.portrait .comments_container .list_comment .comment.palevioletred.hover,#my_pdf_viewer.portrait .comments_container .list_comment .comment.palevioletred:hover {
    background: #db709330;
    border: 1px solid palevioletred;
}
#my_pdf_viewer.portrait .comments_container .list_comment .comment.sienna.hover,#my_pdf_viewer.portrait .comments_container .list_comment .comment.sienna:hover {
    background: #a0522d30;
    border: 1px solid sienna;
}
#my_pdf_viewer.portrait .comments_container .list_comment .comment.springgreen.hover,#my_pdf_viewer.portrait .comments_container .list_comment .comment.springgreen:hover {
    background: #00fa9a30;
    border: 1px solid springgreen;
}



#my_pdf_viewer.portrait .comments_container .list_comment .comment.active-curr{
    border: 1px solid #B4CEF0;
    background: #B4CEF0;
}
#my_pdf_viewer.portrait .comments_container .list_comment .comment .head {
  display: flex;
  width: 100%;
}
#my_pdf_viewer.portrait .comments_container .list_comment .comment .head .avatar {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid #2D5E9D;
  margin-right: 1rem;
}
#my_pdf_viewer.portrait .comments_container .list_comment .comment .head .actions {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
  align-items: center;
  padding-right: 0.5rem;
}
#my_pdf_viewer.portrait .comments_container .list_comment .comment .head .actions button.subcomm:hover,
#my_pdf_viewer.portrait .comments_container .list_comment .comment .head .actions button.subcomm input:hover{
    cursor: pointer;
    text-decoration: underline;
}
#my_pdf_viewer.portrait .comments_container .list_comment .comment .head .actions button.subcomm input{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin: 0;
}
#my_pdf_viewer.portrait .comments_container .list_comment .comment .head .actions button{
  outline: none;
  background: transparent;
  border: none;
  margin-left: 1rem;
  padding: 0;
}
#my_pdf_viewer.portrait .comments_container .list_comment .comment .head .actions button.subcomm {
    position: relative;
    color: #2D5E9D;
}
#my_pdf_viewer.portrait .comments_container .list_comment .comment .head .actions button.delete {
  background: url(../images/review_del.svg) 100% 100%/cover no-repeat;
  height: 14px;
  width: 14px;
}
#my_pdf_viewer.portrait .comments_container .list_comment .comment .head .actions button.restore {
  background: url(../images/review_rest.svg) 100% 100%/cover no-repeat;
  height: 14px;
  width: 14px;
}
#my_pdf_viewer.portrait .comments_container .list_comment .comment .head .actions button:hover {
  cursor: pointer;
  text-decoration: underline;
}
#my_pdf_viewer.portrait .comments_container .list_comment .comment .head .user-date{
    max-width: 70%;
    flex-grow: 1;
}
#my_pdf_viewer.portrait .comments_container .list_comment .comment .head .user-date .user {
  font-family: Roboto, Arial;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #2D5E9D;
  overflow: hidden;
  text-overflow: ellipsis;
    white-space: nowrap;
}
#my_pdf_viewer.portrait .comments_container .list_comment .comment .head .user-date .user .color{
    width: 1rem;
    height: 1rem;
    display: inline-block;
    border-radius: 50%;
    position: relative;
}#my_pdf_viewer.portrait .comments_container .list_comment .comment .head .user-date .user .color p{
    position: absolute;
    text-align: left;
    right: -2.5rem;
    margin: 0px;
    top: -0.2rem;
    min-width: 2rem;
}
#my_pdf_viewer.portrait .comments_container .list_comment .comment .head .user-date .user .color.default{
    background: #2d5e9d;
    color: #2d5e9d;
}
#my_pdf_viewer.portrait .comments_container .list_comment .comment .head .user-date .user .color.black{
    background: black;
    color: black;
}
#my_pdf_viewer.portrait .comments_container .list_comment .comment .head .user-date .user .color.darkorange{
    background: darkorange;
    color: darkorange;
}
#my_pdf_viewer.portrait .comments_container .list_comment .comment .head .user-date .user .color.gray{
    background: gray;
    color: gray;
}
#my_pdf_viewer.portrait .comments_container .list_comment .comment .head .user-date .user .color.red{
    background: red;
    color: red;
}
#my_pdf_viewer.portrait .comments_container .list_comment .comment .head .user-date .user .color.aqua{
    background: aqua;
    color: aqua;
}
#my_pdf_viewer.portrait .comments_container .list_comment .comment .head .user-date .user .color.forestgreen{
    background: forestgreen;
    color: forestgreen;
}
#my_pdf_viewer.portrait .comments_container .list_comment .comment .head .user-date .user .color.magenta{
    background: magenta;
    color: magenta;
}
#my_pdf_viewer.portrait .comments_container .list_comment .comment .head .user-date .user .color.royalblue{
    background: royalblue;
    color: royalblue;
}
#my_pdf_viewer.portrait .comments_container .list_comment .comment .head .user-date .user .color.gold{
    background: gold;
    color: gold;
}
#my_pdf_viewer.portrait .comments_container .list_comment .comment .head .user-date .user .color.lime{
    background: lime;
    color: lime;
}
#my_pdf_viewer.portrait .comments_container .list_comment .comment .head .user-date .user .color.blue{
    background: blue;
    color: blue;
}
#my_pdf_viewer.portrait .comments_container .list_comment .comment .head .user-date .user .color.firebrick{
    background: firebrick;
    color: firebrick;
}
#my_pdf_viewer.portrait .comments_container .list_comment .comment .head .user-date .user .color.palevioletred{
    background: palevioletred;
    color: palevioletred;
}
#my_pdf_viewer.portrait .comments_container .list_comment .comment .head .user-date .user .color.sienna{
    background: sienna;
    color: sienna;
}
#my_pdf_viewer.portrait .comments_container .list_comment .comment .head .user-date .user .color.springgreen{
    background: springgreen;
    color: springgreen;
}

#my_pdf_viewer.portrait .comments_container .list_comment .comment .head .user-date .date {
  font-family: Roboto, Arial;
  font-style: normal;
  font-weight: 300;
  font-size: 10px;
  line-height: 12px;
  color: #929292;
}
#my_pdf_viewer.portrait .comments_container .list_comment .comment .head .user-date .date .count-sub:hover{
    cursor: pointer;
    text-decoration: underline;
    color: #666;
}
#my_pdf_viewer.portrait .comments_container .list_comment .comment .head .user-date .date i{
    font-style: normal;
}
#my_pdf_viewer.portrait .comments_container .list_comment .comment .text pre {
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  color: black;
  margin: 0 0 .25rem;
  padding-left: 0;
  background-color: transparent;
  border: none;
  border-radius: unset;
  word-break: break-word;
}
#my_pdf_viewer.portrait .comments_container .list_comment .comment .text.del pre {
  color: gray;
}
#my_pdf_viewer.portrait .comments_container .controls,.modal-controls,.modal-help {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-sizing: border-box;
  padding: 1rem;
  width: 100%;
  min-height: 200px;
}
.modal-controls,.modal-help{
    position: fixed;
    top: 10%;
    left: 0;
    right: 0;
    max-width: 770px;
    margin: auto;
    transition: all .25s ease;
    transform: translateY(-200%);
    z-index: -1;
    background: white;
    padding: 2rem;
    border: 15px solid #285a9b;
    border-radius: 6px;
}
.close-help, .close-controls{
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border: navajowhite;
    color: red !important;
    font-size: 3rem !important;
    outline: none;
}
.modal-controls.visible,.modal-help.visible{
    transform: translateY(0);
    z-index: 2000;
}
#my_pdf_viewer.portrait .comments_container .controls * , .modal-controls *, .modal-help *{
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}
.modal-help li{
    font-weight: normal;
}
#my_pdf_viewer.portrait .comments_container .controls button:not(.close-controls), .modal-controls button:not(.close-controls){
  width: 25%;
}
#my_pdf_viewer.portrait .comments_container .controls textarea, .modal-controls textarea {
  resize: none;
  border: 1px solid #B4CEF0;
  box-sizing: border-box;
  border-radius: 5px;
  font-weight: 400;
  height: 100px;
}
#my_pdf_viewer.portrait .comments_container .controls .sender, .modal-controls .sender {
  outline: none;
  border: none;
  background: #2D5E9D;
  color: white;
  border-radius: 5px;
  padding: 1rem;
  transition: all 0.25s ease;
  align-self: flex-end;
}
#my_pdf_viewer.portrait .comments_container .controls .sender:hover, .modal-controls .sender:hover {
  cursor: pointer;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15);
}
#my_pdf_viewer.portrait .comments_container .controls .sender[disabled="disabled"]:hover{
    cursor: default;
    box-shadow: none;
}
#my_pdf_viewer.portrait .comments_container h1 {
  font-family: Roboto, Arial;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 37px;
  text-align: center;
  color: #000000;
  padding-top: 2rem;
}
#my_pdf_viewer.portrait .comments_container h3, #my_pdf_viewer.portrait .comments_container h3 input {
  font-family: Roboto, Arial;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #000000;
}

#my_pdf_viewer.portrait #canvas_container.landscape {
    width: 904px;
  height: 783px;
  position: relative;
  background: white;
  border-radius: 5px;
}
#my_pdf_viewer.portrait .comments_container {
  width: 523px;
}
.mark{
    position: absolute;
    width: 2rem;
    height: 2rem;
    text-align: center;
    color: black;
    line-height: 0.9rem;
    font-size: 1rem;
    transition: all 0.1s ease;
}

.mark.default{
    background: url(../images/review_subcomm_default.svg) 100% 100%/contain no-repeat;
}
.mark.black{
    background: url(../images/review_subcomm_black.svg) 100% 100%/contain no-repeat;
}
.mark.darkorange{
    background: url(../images/review_subcomm_darkorange.svg) 100% 100%/contain no-repeat;
}
.mark.gray{
    background: url(../images/review_subcomm_gray.svg) 100% 100%/contain no-repeat;
}
.mark.red{
    background: url(../images/review_subcomm_red.svg) 100% 100%/contain no-repeat;
}
.mark.aqua{
    background: url(../images/review_subcomm_aqua.svg) 100% 100%/contain no-repeat;
}
.mark.forestgreen{
    background: url(../images/review_subcomm_forestgreen.svg) 100% 100%/contain no-repeat;
}
.mark.magenta{
    background: url(../images/review_subcomm_magenta.svg) 100% 100%/contain no-repeat;
}
.mark.royalblue{
	background: url(../images/review_subcomm_royalblue.svg) 100% 100%/contain no-repeat;
}
.mark.gold{
	background: url(../images/review_subcomm_gold.svg) 100% 100%/contain no-repeat;
}
.mark.lime{
	background: url(../images/review_subcomm_lime.svg) 100% 100%/contain no-repeat;
}
.mark.blue{
    background: url(../images/review_subcomm_blue.svg) 100% 100%/contain no-repeat;
}
.mark.firebrick{
    background: url(../images/review_subcomm_firebrick.svg) 100% 100%/contain no-repeat;
}
.mark.palevioletred{
    background: url(../images/review_subcomm_palevioletred.svg) 100% 100%/contain no-repeat;
}
.mark.sienna{
    background: url(../images/review_subcomm_sienna.svg) 100% 100%/contain no-repeat;
}
.mark.springgreen{
    background: url(../images/review_subcomm_springgreen.svg) 100% 100%/contain no-repeat;
}


.mark:hover{
    cursor: pointer;
}

.mark.hover{
    transform: scale(1.5);
}

body.cursorCapture{
    cursor: pointer;
}
.link-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.link-guide{
    display: block;
    width: 43.5%;
    margin: 2.5% 3.25% 4%;
    border: 1px solid #cfd7e3;
    padding: 1rem;
    text-align: center;
}

.link-guide:focus,.link-guide:hover{
    text-decoration: none;
}

.link-guide:hover .link-icon{
    transform: scale(1.2);
}

.link-header{
    text-decoration: none;
    font-size: 2.3rem;
    color: #411795;
    font-style: italic;
    margin: 0 auto;
    min-height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .15s ease-in;
}

.link-icon{
    width: 6rem;
    height: 6rem;
    margin: 3rem auto;
    transition: all .15s ease-in;
}

.link-desc{
    margin: 0 auto;
    transition: all .15s ease-in;
    color: black;
}




@media screen and (max-width: 1440px) {
  .col-sm-12.review {
    padding: 0;
  }

  #my_pdf_viewer.portrait .comments_container {
    width: 433px;
    height: 683px;
  }
  #my_pdf_viewer.portrait #canvas_container.landscape,#my_pdf_viewer.portrait #canvas_container {
    width: 804px;
    height: 683px;
    }

    .link-container{
        width: 70%;
    }
}
@media screen and (max-width: 1120px) {
  #my_pdf_viewer {
    justify-content: space-between;
  }
}
@media screen and (max-width: 1024px) {
  #my_pdf_viewer.portrait {
    flex-direction: column;
  }
  #my_pdf_viewer.portrait #canvas_container {
    margin-bottom: 2rem;
  }
  #my_pdf_viewer.portrait #canvas_container #pdf_renderer .zoom button{
    width: 4rem;
    height: 4rem;
  }

  #my_pdf_viewer.portrait #canvas_container{
     width: 704px;
     margin-bottom: 5rem;
  }

  #my_pdf_viewer.portrait #canvas_container #pdf_counter .search{
    right: -6rem;
  }

  #my_pdf_viewer.portrait #canvas_container #pdf_counter .mobile_search{
    display: block;
  }

  #my_pdf_viewer.portrait #canvas_container.landscape {
    width: 704px;
  height: 410px;
  margin-bottom: 5rem;
    }

    #my_pdf_viewer.portrait .comments_container.landscape, #my_pdf_viewer.portrait .comments_container{
        width: 704px;
        margin-bottom: 2rem;
    }

    .modal-controls{
        max-width: 600px;
    }
  
  .link-container{
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    #my_pdf_viewer.portrait #canvas_container,#my_pdf_viewer.portrait #canvas_container.landscape {
    width: 90%;
  }
    #my_pdf_viewer.portrait .comments_container,#my_pdf_viewer.portrait .comments_container.landscape {
    width: 90%;
    padding: 0;
  }

  #my_pdf_viewer #canvas_container .preloader #preloadStatus{
    font-size: 4rem !important;
  }

  .modal-controls{
        max-width: 100%;
    }

  .isNotTopic{
    text-align: center;
    padding: 0;
    height: auto;
    width: auto;
    position: static;
    display: block;
    max-width: 100%;
  }
}
@media screen and (max-width: 500px) {
  #my_pdf_viewer.portrait #canvas_container {
    width: 320px;
    height: 443px;
  }
  #my_pdf_viewer.portrait .comments_container {
    width: 100%;
  }

  .link-container{
    padding: 0 !important;
  }

  .link-guide{
    width: 100%;
    margin: 2.5% 0 4%;
  }
}
