/* Create your style on here */
.media, .media-body {
    overflow: visible !important;
}

/*Handle current error colors*/

.error-message{
    font-size: 12px;
    font-style: italic;
    color: #E9573F;
    display: inline-block;
    margin-bottom: 10px;
}

#flashMessage {

	background-color: #e9f9fc;
    border-color: #e9f9fc;
    color: #1cadca;
    padding: 10px;
    margin-bottom: 10px;

}


.required > label.error {
    color: red;
    font-style: italic;
}

/* Current cake pagination override with bootstrap style */
div.paging{

    vertical-align: middle;
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    background: none;
        border: none;
    position: relative;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}


 .paging > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

div.paging > .current {
    background-color: #00b1e1;
    border: 1px solid #00b1e1;
    color:white;
}

.paging > span:hover {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}


div.paging > span.current:hover{

    background-color: #00b1e1;
    border: 1px solid #00b1e1;
}

.scrol_border{
    background: #fff;
    height: auto;
    padding: 20px;
    border: 1px solid #ddd;
    max-height: 200px;
    overflow: auto;
}

/*Tabs*/

.ui-accordion,.ui-accordion-header:focus{
    outline: none;
}

.ui-accordion-content {
    border-color: #ddd; 
}

.ui-accordion h3 {
    height: 38px !important;
    border: none;
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.course_name_heading_new:hover{
    color:green;
}

.ui-accordion h3:hover{
    background-color: #F3F3F3;
    color:green;
}

.ui-accordion h3 ui-icon-triangle-1-s{
    display:none;
}


span.ui-accordion-header-icon.ui-icon.ui-icon-triangle-1-s {
    display: none;
}

span.ui-accordion-header-icon.ui-icon.ui-icon-triangle-1-e {
    display: none;
}

span.ui-accordion-header-icon.ui-icon.ui-icon-triangle-1-e {
    display: none;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-defaul{
    background: whitesmoke !important;
    border-color: #ddd;

}


.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-defaul:hover{
    background: #F3F3F3 !important;
    border-color: #ddd;
}

.txtBlue
{
    color:#31B3EE !important;
    font-size: 15px !important;
}

.topBorder {
    border-top: 1px solid #898787;
}
.p-t-sm {

    padding-top: 10px !important;
}
.p-t-md {

    padding-top: 20px !important;
}
.p-t-lg {

    padding-top: 30px !important;
}

.p-b-sm {

    padding-bottom: 10px !important;
}
.p-b-md {

    padding-bottom: 20px !important;
}
.p-b-lg {

    padding-bottom: 30px !important;
}
.p-horizontal-sm {

    padding-left: 5px !important;
    padding-right: 5px !important;
}

.m-t-sm {

    margin-top: 10px !important;
}
.m-t-md {

    margin-top: 20px !important;
}
.m-t-lg {

    margin-top: 30px !important;
}

.m-b-sm {

    margin-bottom: 10px !important;
}
.m-b-md {

    margin-bottom: 20px !important;
}
.m-b-lg {

    margin-bottom: 30px !important;
}


/*Custom Error Display*/

.fieldErrorClass{
    color: red;
    font-style: italic;
    font-weight: normal;
    display: inline-block;
    cursor: default;
    width:100%;
}

.control-label em{
    color: #E9573F !important;
    float: right;
    position: relative;
    top: 3px;
    left: 1px;
}

.border-green{
    border:solid 1px rgba(0, 128, 0, 0.26) !important;
}

.color-pink{
    color: rebeccapurple;
    font-style: italic;
}


/* Added by Vinayak */
.new_style{
    min-height: 30px;
    font-size: 14px;
    padding: 0px !important;
}
.small_new_style {
    min-height: 30px;
    font-size: 12px;
    padding: 0px !important;
}
.box_style{
    min-height: 30px;
    font-size: 14px;
    padding: 0px !important;
}
.resource_image { height: 97px; }
.resource_image img { max-width: 140px; }
.nrc { padding-top: 29px; }
.emims { padding-top: 33px; }
.ebook { padding-top: 29px; }
.mosby { padding-top: 33px; }
.jbi { padding-top: 15px; }
.infomit { padding-top: 20px; }
.mini-stat-type-4 h4 {
    height: 11px;
}
/* End of Added by Vinayak */

/* Added by mahesh */
.comment_box {
 border:1px #00b1e1 solid;
 border-radius: 5px;
 margin-bottom:8px;
}
.comment_box_content {
padding-top: 5px;
}
.comment_box_faq {
    border: 1px #00b1e1 solid;
    border-radius: 4px;
    margin-bottom: 8px;
    padding: 4px;
    margin-top:20px;
    margin-left:20px;
    padding-bottom:12px;
}
.comment_box_disc {
    border: 1px #00b1e1 solid;
    border-radius: 4px;
    margin-bottom: 8px;
    padding: 4px;
    margin-top:20px;
    margin-left:20px;
}
.comment_box_faq a {
    border:none!important;
    background-color: none!important;
}
.sub_menu_margin_left {
    margin-left:25px;
}
.list-group-item-faq a{
     background-color:#E6E6E6!important; 
     color:#00b1e1!important;
}
a.list-group-item-faq:focus, a.list-group-item-faq:hover, button.list-group-item-faq:focus, button.list-group-item-faq:hover{
    background-color: #848484;
    color:#fff!important;
}
.list-group-faq a:hover {
    color:#000000!important;
}
.list-group-item-faq {
    background-color: #D8D8D8;
    margin-bottom: 20px;
    margin-bottom: 10px;
}
.no-pad {
    padding: 0px !important;
    margin-left: 10px!important;
}
.more_btn_comment {
    margin-top: 3px;
}
.pull-down
{
    margin-top: 40px;
}
.pull-down-disc {
    margin-top: 29px;
}
.c_error
{
    border : 1px #FF0000 solid;
}
.main_cat.active a {
    color:#FFF;
    font-weight:bold;
}
.add-pointer{
    cursor:pointer;
}
/* Added by mahesh Ends */
a.head-menu {
    color: #d0d0d0!important;
    vertical-align: sub;
}
.b-color{
    color:#00b1e1;
}
.blck-color {
    color:#000000; 
}
.soon-wrapper {
    text-align: center;
    width: 570px;
    margin: 10% auto 0px;
}
.text-menu a {
    text-transform: uppercase!important;
    color: #fff!important;
}
.text-menu i {
    float: right;
    margin: 8px 15px 8px 8px;
    color: #fff;
}
a.head-menu:hover {
    text-decoration: none;
}
body.page-sidebar-minimize a.head-menu{
    font-size: 11px;
}
.media.rounded.shadow.no-overflows {
    border-bottom: 1px solid #999;
}
.bootstrap-datetimepicker-widget {
    z-index: 900!important;
}
.summary {
    background: #fff;
    margin-bottom: 11px;
    padding: 15px;
    border: 1px solid #ccc;
}
.summary label {
    padding-left: 10px;
}
.table-gray th{
    background: #ccc;
}
.table-responsive{
    overflow: inherit;
}
@-moz-document url-prefix(){
    .table-responsive{
        overflow-x: unset!important;
    }
    .form-control{
      padding: 0 4px;
      height: 25px;   
    }
}
.move-arrows{
     margin-top: 16%;
}
.move-arrows button{
    margin-left: 4px;
}
.col-sm-6.team-align {
    padding-left: 21px;
}
tr.sub-head {
    background: #26b3d6;
    color: #f1f1f1;
}
.sub-head td {
    border: 1px solid #c1c1c1!important;
}
td.sub-title {
    background: #cfcfcf!important;
}
.sub-title span {
    font-size: 14px;
    font-weight: bold;
}
td.amount-td span {
    position: absolute;
}
td.amount-td i {
    vertical-align: text-top;
}
.openWindow {
    padding-left: 2px;
}
td.amount-edit-td input {
    width: 62px;
}
button#button-edit {
    font-weight: bold;
}
.table-primary th table td {
    background: inherit!important;
}
.reference-div {
    padding-left: 10px;
}

.textarea textarea {
    margin-left: 7px;
    margin-top: 28px;
}

.textarea  label {
    position: absolute;
    padding-top: 7px;
    margin-bottom: 5px;
}
.procedure-tab .tab-content>.active {
    min-height: 100px;
    background-color: #fff;
}
.inline-radios .rdio{
    display: inline;
    margin-right: 10px;
}
.error_comment span {
    font-size: 13px;
    font-weight: bold;
}
.comment-content .morelink, .comment-content .lesslink {
    font-weight: bold;
    font-style: italic;
}


.multi-check-big {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #c1c6c8;    
    padding: 5px;
    overflow-y: scroll;  
}
.multi-check-big label {
    width: 520px !important;
    margin-top: 0px;
    margin-left: 10px;
}
.multi-check  legend {
    font-size: 16px !important;
}
.sub_procedure_link table {
    width: 100%;
}
.sub_procedure_link th, td {
    padding: 15px;
    text-align: left;
}
.procedure_det_box .more table {
    border: 1px solid #e6e6e6;
    border-spacing: 0;
    border-collapse: collapse;

}

.procedure_det_box .more table tbody tr td {
    border: 1px solid #e6e6e6;
    border-spacing: 0;
    border-collapse: collapse;

}
.p-0{
    padding: 0px !important;
}
.p-5{
    padding: 5px !important;
}
.p-10{
    padding-top: 10px !important;
}
.p-15{
    padding-top: 15px !important;
}
.p-20{
    padding-top: 20px !important;
}
.p-25{
    padding-top: 25px !important;
}

.pt-0{
    padding-top: 0px !important;
}
.pt-5{
    padding-top: 5px !important;
}
.pt-10{
    padding-bottom: 10px !important;
}
.pt-15{
    padding-top: 15px !important;
}
.pt-20{
    padding-top: 20px !important;
}
.pt-25{
    padding-top: 25px !important;
}

.pl-0{
    padding-left: 0px !important;
}
.pl-5{
    padding-left: 5px !important;
}
.pl-10{
    padding-left: 10px !important;
}
.pl-15{
    padding-left: 15px !important;
}
.pl-20{
    padding-left: 20px !important;
}
.pl-25{
    padding-left: 25px !important;
}


.pr-0{
    padding-right: 0px !important;
}
.pr-5{
    padding-right: 5px !important;
}
.pr-10{
    padding-right: 10px !important;
}
.pr-15{
    padding-right: 15px !important;
}
.pr-20{
    padding-right: 20px !important;
}
.pr-25{
    padding-right: 25px !important;
}

.pb-0{
    padding-bottom: 0px !important;
}

.pb-5{
    padding-bottom: 5px !important;
}

.pb-10{
    padding-bottom: 10px !important;
}

.pb-15{
    padding-bottom: 15px !important;
}

.pb-20{
    padding-bottom: 20px !important;
}

.pb-25{
    padding-bottom: 25px !important;
}

.pb-30{
    padding-bottom: 30px !important;
}

.text-1x{
    font-size: 11px !important;
}

.text-2x{
    font-size: 12px !important;
}

.text-3x{
    font-size: 13px !important;
}

.chosen-container-multi .chosen-choices input.default {
    color: #A2A2A2!important;
    font-weight: bold;
}

/*media query for ipad*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) { 
    .rdio input[type=radio]:checked + label::after {
        width: 15px;
        height: 15px;
    }

    .rdio input[type=radio]:checked + label::before {
        width: 25px;
        height: 25px;
    }

    .procedure-body {
        font-size: 15px;
    }

    .procedure-body table td {
        font-size: 15px;
    }

    .procedure-list td, .procedure-list th {
        font-size: 15px!important;
    }

    .procedure-body input {
        font-size: 13px;
    }

    .procedure-body a.btn {
        font-size: 13px;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait)  { 
    .inline-radios .rdio{
        display: block;
        margin: 6px 0px;
    }
}

@media (min-width: 768px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1{
        width: 14.285714285714285714285714285714%;
        *width: 14.285714285714285714285714285714%;
    }
}

/*form .form-group .error:not(.chosen-select){
    display: block !important;
}*/
/*form .form-group input.error, form .form-group select:not([multiple=multiple]).error, form .form-group textarea.error{
    display: block !important; 
}*/
ul.chosen-choices li.search-field {
    width: auto !important;
}
ul.chosen-choices li.search-field input.default {
    /* width: 100% !important;*/
}
form .form-group input.error{display: block !important;}



.print, .print * {
    display: none !important;
}
@media print {    
    .no-print, .no-print * {
        display: none !important;
    } 
    .print, .print * {
        display: block !important;
    }
}
tr.over td:first-child, tr.over td:first-child a {
    color: #c3a188 !important;    
}
tr.coming td:first-child, tr.coming td:first-child a {
    color: #ccc !important;
}
.notbold{
    font-weight:normal
}

/*Added by Abin John to fix Design Issue in Question Pool*/
.question_answer_options_checkbox_wrapper .ckbox label{
    max-width:85%;
}
.rdio-theme .question_answer_options_radio_button + label {
    max-width:85%;
}
.question-comment-notifications-table tbody td {
    padding:10px;
}

/*
.outcome_green td a, .outcome_red td a, .outcome_blue td a, .outcome_yellow td a {
    color: #000 !important;
}*/

.m-horizontal-sm {
    margin-left: 5px !important;
    margin-right: 5px !important;
}
.m-l-sm {
    margin-left: 10px !important;
}
.m-l-md {
    margin-left: 20px !important;
}
.m-l-lg {
    margin-left: 30px !important;
}
.m-r-sm {
    margin-right: 10px !important;
}
.m-r-md {
    margin-right: 20px !important;
}
.m-r-lg {
    margin-right: 30px !important;
}

.bp-asterisk-red::after {

    content: '*' !important;

    color: red !important;

    position: relative;

}
.MultiFile-label {
    padding: 2px;
}

.MultiFile-label:first-child {
    padding-top: 5px;
}