
/*below code is for showing T&C icon and in red color*/
/*.form-group.required .control-label:after {
  content:"*";
  color:red;
}
*/
/* JAY MOMAYA to make amount fields text-align right*/
.info-box-number
{
    margin-top: 10px;
}

.img_icon
{
    min-width: 100%;
    min-height: 100%;
    padding: 10px;
}

.info-box-number{
    font-size: 12px!important;
}

.form_amount
{
    text-align: right;
}

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

.custom_button_view {
    /*border: 1px solid #999;*/
    padding: 3px 4px 2px 5px;
    border-radius: 2px;
}
/*highlight chosen on error during validation*/
.form-group.has-error .form-control .chosen-container-single.chosen-single {
    /*border-color: #dd4b39;*/
    border: 1px solid #dd4b39;
    box-shadow: none;
}

.datepicker {
        z-index: 9999 !important;
}

.padding_action_icon {
    padding: 0.4em;
}

.padding_action_delete_icon {
    padding-left: 1.9em;
}


.black_color {
    color: #393535 !important;
    text-decoration: none;
}

.red_color {
    color: #dd4b39 !important;
}

.pointer {
    cursor: pointer;
}

.box-shadow {
    box-shadow: 1px 4px 7px #888;
}

.btn-primary, .btn-primary:hover  {
    color: #fff;
    background-color: #3c8dbc !important;
    border-color: #3c8dbc;
}

.form-control {
    border-radius: 4px !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}

.chosen-container .chosen-results {
    max-height: 10em !important;
}

.strong {
	font-weight: 700;
}

hr.style15 {
	border-top: 4px double #8c8b8b;
	text-align: center;
}
hr.style15:after {
	content: '\002665';
	display: inline-block;
	position: relative;
	top: -15px;
	padding: 0 10px;
	background: #f0f0f0;
	color: #8c8b8b;
	font-size: 18px;
}

hr.style14 { 
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
}

.textarea {
    box-sizing: border-box;
    resize: none;
    width: 100%;
    height: 55px !important;
    overflow:hidden;
    border: 0px solid #d2d6de !important;
}
 

.content-wrapper, .right-side {
    background-color: #ddd !important;
}

.color_black {
	color: black !important;
}

/*giving border radius to modal content*/
.border_radius {
    border-radius: 6px;
}

.display_inline_flex {
    display: inline-flex;
}

.line_search {
    height: 1.3em;
    float: right;
    font-size: 16px;
    display: inline-block;
    font-weight: inherit;
    border: none;
    outline: none;
    color: #555;
    padding: 3px;
    width: 0px;
    top: 0;
    right: 25px;
    background: none;
    z-index: 3;
    transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
    cursor: pointer;
    z-index: 1;
    border-bottom: 1px solid #BBB;
    cursor: text;
}

.width_50 {
    width: 50%;
}
.line_search:focus:hover {
  border-bottom: 1px solid #BBB;
}

@media screen and (min-width: 768px) {
  
  .modal .modal-dialog  {width:900px;}

}

.modal .modal-dialog  {width:50%;}

/*.modal_width { width:50% !important; }*/
.bottom-buffer { 
    margin-bottom:1em; 
}


/* below code is copied from sharekhan style.css*/

.box-shadow {
  box-shadow: 1px 4px 7px #888;
}

.login-page, .register-page {
    background: #FFFFFF;
}



.skin-blue .main-header .logo:hover {
  background-color: none !important;
}

.font_color_black {
  color: #000000;
}

.btn-sharekhan {
    background-color: #D94D25 !important;
    border-color: #D94D25 !important;
    color: #f4f4f4 !important;
}


.btn-sharekhan:hover {
    background-color: #D94D25 !important;
    border-color: #D94D25 !important;
    color: #f4f4f4 !important;
}

.bg-sharekhan {
    background-color: #D94D25;
}

.bg-sharekhan-yellow {
    background-color: #FFCC02;
}



.content-wrapper, .right-side {
    background-color: #ddd;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { 
    background-color: #3c8dbc;
    border-color: #3c8dbc;
}

.dataTables_length > label > select {
    display: inline-block;
    width: 50%;
    height: 34px;
    padding: 6px 12px;
    font size: 14px;
    line-height: 1.428571429;
    color:#555;
    vertical-align: middle;
    background-color:#fff;
    background-image:none;
    border: 1px solid #ccc;
    border-radius:4px;
    box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.dataTables_filter > label > input {
    display: inline-block;
    width: 74%;
    height: 34px;
    padding: 6px 12px;
    font size: 14px;
    line-height: 1.428571429;
    color:#555;
    vertical-align: middle;
    background-color:#fff;
    background-image:none;
    border: 1px solid #ccc;
    border-radius:4px;
    box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.box-sharekhan {
    border-top: 3px solid #D94D25;
}

/*action icon width fix - datatable*/

.width_icon {
    width : 1.5em;
    /*cursor: pointer;*/
    cursor: hand;
}

.padding_top_3 {
    padding-top: 3em;
}

.form-control { 
    border-radius: 4px !important; 
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important; 
}

.border_radius_top {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.border_radius {
    border-radius: 6px;
}


.drop_remove {
    padding-left: 0px !important; 
}

.external-event {
    position: relative;
    color: #FFF;
    padding: 10px;
    /*height: 3em; */
    font-size: 12px;
    font-weight: normal;
    border-radius: 2px;
    cursor: pointer;
    display: block;
    margin: 0 5px 5px 0;
}


.line_search {
    height: 1.3em;
    float: right;
    font-size: 16px;
    display: inline-block;
    font-weight: inherit;
    border: none;
    outline: none;
    color: #555;
    padding: 3px;
    width: 0px;
    top: 0;
    right: 25px;
    background: none;
    z-index: 3;
    transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
    cursor: pointer;
    z-index: 1;
    border-bottom: 1px solid #BBB;
    cursor: text;
}

.width_50 {
    width: 50%;
}

.width_65 {
    width: 65%;
}

.line_search:focus:hover {
  border-bottom: 1px solid #BBB;
}

.display_inline_block {
    display: inline-block;
}

.display_inline_flex {
    display: inline-flex;
}

.ms-container {
    width: 100% !important;
}

.custom-footer {
    text-align: center;
    color: rgb(255, 255, 255);
    padding: 3px;
    background: #D94D25;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-sharekhan {
    color: #fff;
    background: #D94D25;
}


/*expand_collapse*/

.clickable {
    padding-right: 10px;
}

.padding_right_1 {
    padding-right: 1em;
}

.display_flex {
    display: flex;
}

.margin_top_25 {
    margin-top: 25px;
}

.top_1 {
    top : 1.5em;
}

.panel_heading_background {
    background:#CF4924 !important;
}

.padding_right {
    padding-right: 10px;
}

.panel_border_color {
    border-color: #dd4b39;
}

.list-group-item-success {
    color: #fff !important;
    background-color: #CF4924 !important;
}

.modal-content {
    border-radius: 4px;
}

.modal-footer button[data-bb-handler='confirm'] {
    background-color: #3c8dbc !important;
    border-color: #f4f4f4 !important;
    color: #f4f4f4 !important;
}

.dataTables_scroll
{
    /*overflow:auto;*/
}

.slimScrollDiv {
    height:unset !important;
    /*width: 1069px !important;*/
}
.dataTables_scroll {
    height:unset !important;
}

.bottom-buffer { 
    margin-bottom:1em; 
}

.top-buffer { 
    margin-bottom:1em; 
}

.buttons-colvis, .buttons-excel, .buttons-pdf {
    background-color: #3c8dbc;
    color : #ffffff;
}

.buttons-colvis:hover, .buttons-excel:hover, .buttons-pdf:hover {
    background-color: #3c8dbc !important;
    border-color: #f4f4f4 !important;
    color: #f4f4f4 !important;
}


/*@import url('//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css') for templates;*/

.no_border {
    border: 1px solid #cccccc !important;
    /*border-top: 0px solid rgba(0, 0, 0, 0.2) !important;*/
    border-bottom: 2px solid rgba(0, 0, 0, 0.2) !important;
}

.mail_sign_height {
        height: 5em !important;
}

.terms_condition_textarea {  
    height: 6em !important;
    border-color: #3c8dbc !important;
    box-shadow: 0px 0px 1px #7f7c7c !important;
}
textarea {
    box-sizing: border-box;
    resize: none;
    width: 100%;
    height: 250px !important;
    border: 0px solid black !important;
}

textarea:focus, .textarea_focus:focus {
    /*outline: none !important;*/
    box-shadow: 0px 0px 7px #3c8dbc !important;
    /*border-color: #61C5FA !important;*/
    border-color: #3c8dbc !important;
}


/*.date-form { margin: 10px; }*/

.line_height_2 {
    line-height: 1.3em !important;
}

li > p {
    cursor: pointer !important;
}

.custom_panel {
    border: 0px solid transparent !important;
    box-shadow: none !important;
}

.input_type_text {
    width: 200px;
}

/*panel border top color (MAIL MANAGEMENT)*/
.mail_sk {
    border-top-color: #cf4924 !important;
}


/*Css for mail scheduler add on 2902016 by anmol G*/

.wizard {
    margin: 20px auto;
    background: #fff;
}

.wizard .nav-tabs {
    position: relative;
    margin: 40px auto;
    margin-bottom: 0;
    border-bottom-color: #e0e0e0;
}

.wizard > div.wizard-inner {
    position: relative;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #D94D25;
    
}
.wizard li.active span.round-tab i{
    color: #D94D25;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 25%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #D94D25;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #D94D25;
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h3 {
    margin-top: 0;
}

@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}

.radio input[type="radio"] {
     opacity: 1 !important; 
}

.border-left {
    float: right;
    border-left: 1px solid rgb(184, 184, 184);
    height:13em;
}

.border_textarea {
    border: 1px solid rgb(184, 184, 184) !important;
}

.display_inline {
    display:inline-block;
}

.margin_left_unset {
    margin-left: unset !important;
}

.padding_left_15 {
    padding-left: 15px;
}

.box_style {
    border: 1px solid #ddd;
    margin-left: 15px;
    height: 10em;
    padding: 5px;
}

.checkbox{
    margin-top: 5px !important;
}

span.round-tab {
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
    font-size: 15px !important;
}

.wizard .nav-tabs > li a {
    width: 50px !important;
    height: 50px !important;
}

.text_align_center_with_padding {
    text-align: center;
    padding-right: 130px;
}

.pull_right_with_margin {
    float:right;
    margin-right:180px;
}

.bootstrap-switch-container {
    width: 120px !important;
}

.text-center {
    text-align: center;
}
.main-title {
    padding: 230px 0px 0px;
}

.main-title h2 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 70px;
    color: #d45544;
    text-shadow: 0px 2px 0px #852215;
}

.width_70 {
    width: 70% !important;
}

.width_33 {
    width: 33% !important;
}

.bg-grey {
    background: #C0C0C0;
}

.line-through {
    text-decoration: line-through;
}

/*override css of .content to make leveling of all the panel views with breadcrumb*/
/*.content {
    padding: 0px !important; 
    padding-left: 0px !important; 
    padding-right: 0px !important; 
}*/


/*override css of .box-primary border top to remove primary color */
.box.box-primary {
    border-top-color: #ffffff !important;
}

.shortcut_key_color {
        color: #d2d2d2;
}


/*minimizing css*/
.panel-heading {
    padding: 0px 5px !important;
}

label {
    font-size: 12px !important;
}

.form-control {
    font-size: 12px !important;   
}

.panel {
    margin-bottom: 5px !important;
}

.panel-body {
    padding: 5px 20px !important;
}

.content {
    padding: 0px !important;
    padding-left: 15px !important; 
    padding-right: 15px !important;
}

.has-feedback .form-control {
    /*padding-right: 0 !important;*/
}

.form-inline .form-control {
    width: 12em !important;
}

/*.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
    background-color: #dddddd;
}*/

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
    margin-left: 0px !important;
}

.fullscreen_custom {
    width: 100% !important;
    height: 100% !important;
    margin: 0 auto !important;
}