﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
    background: #ffffff url("../images/bg_10.jpg") repeat fixed 50% 0;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.control-label {
    margin-bottom: 0;
    padding-top: 4px;
    text-align: left;
    /*font-size: 12px;*/
    font-size: 11px;
    color: #157efb;
}

.navbar-inverse {
    background-color: #507bb9 !important;
    border-color: #080808;
}

    .navbar-inverse .navbar-nav > li > a {
        color: #ffffff !important;
    }

    .navbar-inverse .navbar-brand {
        color: #ffffff !important;
    }

 .ticstat{
    width:150px;
    float:left;
    margin-right:15px;
}
 .ticstat1{
    width:212px;
    float:left;
    margin-right:15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    max-width: 100%;
}

.unselectable ajax__html_editor_extender_container {
    width: 100% !important;
    height: 120px !important;
}

.form-control {
    height: 24px !important;
    font-size:12px!important;
    padding:4px 12px!important;
}

.form-group {
    margin-bottom: 10px !important;
}
.panel {
    background-color: #eeeeee;
}
.grid {
    width: 100%;
}
.grid_rad {
    border-radius:3px 3px 0 0;
}

    .grid th {
        background-color: #157efb !important;
        color: #ffffff;
        font-size: 12px;
    }

    .grid tr:nth-child(even) {
        background-color: #ffffff !important;
    }

    .grid tr:nth-child(odd) {
        background-color: #e3e3e3 !important;
    }

    .grid td {
        font-size: 12px;
    }
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #e3e3e3;
}
.foot
{
    background-color: #e3e3e3!important;
    border-top:1px solid #d4d4d4;
    padding:10px;
    margin-top:10px;
}
.panel-default {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0!important;
    border-color: #dddddd;
}
.fifteen_margin{
    margin:0 15px;
}
.pan
{
    background-color: #eeeeee;
    border:1px solid #dddddd;
    padding:5px 10px;
}
.width60-01{
    width:620px;
}
.disabled{
 cursor: not-allowed; 
 pointer-events: none;
 opacity:.6;
}

.disabled > a{
 pointer-events: none;
 cursor: not-allowed;
}
.btn-default {
    border-color: #157efb;
    color: #157efb;
    font-weight: bold;
    background-color:transparent;
    border-radius:0px!important;
    text-transform: uppercase;
    font-size:12px;
}

.btn-complete {
    border-color: #028c50;
    color: #028c50;
    font-weight: bold;
    background-color:transparent;
    border-radius:0px!important;
}

.btn-deactive {
    border-color: #878685;
    color: #878685;
    font-weight: bold;
    background-color:transparent;
    border-radius:0px!important;
}

.btn {
    padding: 3px 12px!important;
}
.navbar-default {
    background-color: #ffffff!important;
    border-color: #e7e7e7;
    box-shadow:0 0 10px #c5c5c5;
    padding-bottom:5px;
}
.foot-default{
    background-color: #ffffff!important;
    /*border-color: #e7e7e7;
    box-shadow:0 0 10px #c5c5c5;*/
    padding:5px 0;
    text-align:center;
    width:100%;
    position:fixed;
    bottom:0;
}
.navbar-nav > li > a {
    padding-top: 40px!important;
}
.conwrap{
    /*background-color:#364cb0;*/
    background-color: #ffffff;
    box-shadow: 0 0 10px #888888;
    margin-top: 10px;
    padding-top: 20px;
}
.navbar-fixed-top {
    /*top: 50px!important;*/
    z-index: 1030;
}
.white-bg{
    color:#ffffff;
}
.navbar-nav > li > a {
    padding-bottom: 5px!important;
    line-height: 10px!important;
}
.navbar-brand {
    padding: 10px 15px!important;
}
.navbar-default .navbar-nav > li > a {
    color: #157efb!important;
}
#MainContent_HtmlEditorExtender_ExtenderContentEditable{
    height:80px;
    overflow-x:auto;
}
.container{
    background:none;
    box-shadow:none;
    top: 0px;
    left: 0px;
}

.bot_margin{
    margin-bottom:20px;
}

/* Comment Box */

.detailBox {
    width:320px;
    border:1px solid #bbb;
    margin:50px;
}
.titleBox {
    background-color:#fdfdfd;
    padding:10px;
}
.titleBox label{
  color:#444;
  margin:0;
  display:inline-block;
}

.commentBox {
    padding:10px;
    border-top:1px dotted #bbb;
}
.commentBox .form-group:first-child, .actionBox .form-group:first-child {
    width:80%;
}
.commentBox .form-group:nth-child(2), .actionBox .form-group:nth-child(2) {
    width:100%;
}
.actionBox .form-group * {
    width:100%;
}
.taskDescription {
    margin-top:10px 0;
}
.commentList {
    padding:0;
    list-style:none;
    max-height:200px;
    overflow:auto;
}
.commentList li {
    margin:0;
    margin-top:10px;
}
.commentList li > div {
    display:table-cell;
}
.commenterImage {
    width:30px;
    margin-right:5px;
    height:100%;
    float:left;
}
.commenterImage img {
    width:100%;
    border-radius:50%;
}
.commentText p {
    margin:0;
}
.sub-text {
    color:#aaa;
    font-family:verdana;
    font-size:11px;
}
.actionBox {
    border-top:1px dotted #bbb;
    padding:10px;
}
.form-height{
    min-height:30px!important;
}
.button-mar{
    margin-right:30px;
}
.button-mar-15{
    margin-right:15px;
}

.FixedHeader {
    position: absolute;
    font-weight: bold;
}
.margin-right-5{
    margin-right:5px;
}
input[type="radio"], input[type="checkbox"] {
    line-height: normal;
    margin: 0 15px 0 0;
}


/* Added by Indranil */
canvas{
    width:100%!important;
    height:auto!important;
}

.image-preview-input {
    position: relative;
    overflow: hidden;
	margin: 0px;    
    color: #333;
    background-color: #fff;
    border-color: #ccc;    
}
.image-preview-input input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}
.image-preview-input-title {
    margin-left:2px;
}

/* Added by Indranil */

.input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color:none!important;
    background-image: none;
    color:#ffffff!important;
}
.lead_modified{
    font-size: 17px;
    font-weight: bold;
    margin-top: 15px;
    color: #157efb;
}
.lead_modified_text{
    font-size: 13px;
    font-weight: bold;
    margin-top: 15px;
    color: ##787878;
}
.ajax__html_editor_extender_texteditor
{
    background:#ffffff!important;
}

/* For leveled menu */

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/*CheckBox START*/

.material-switch > input[type="checkbox"] {
    display: none;   
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative; 
    width: 40px;  
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}
.nav-tabs > li.tab_highlight > a, .nav-tabs > li.tab_highlight > a:hover, .nav-tabs > li.tab_highlight > a:focus {
    background: #e8e8e8
}
.tic_float{
    width:40%;
    float:left;
    margin-right:15px;
}
/*CheckBox END*/

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

/* Added by Indranil Lahiri content 2019/03/26 for same look and feel for file upload START */ 
.file-upload{display:block;text-align:center;font-family: Helvetica, Arial, sans-serif;font-size: 12px;}
.file-uploadInt{display:block;text-align:center;font-family: Helvetica, Arial, sans-serif;font-size: 12px;}
.file-uploadExt{display:block;text-align:center;font-family: Helvetica, Arial, sans-serif;font-size: 12px;}

.file-upload .file-select{display:block;border: 2px solid #dce4ec;color: #34495e;cursor:pointer;height:25px;line-height:25px;text-align:left;background:#FFFFFF;overflow:hidden;position:relative;}
.file-upload .file-select .file-select-button{ border-color:grey; padding:0 10px;display:inline-block;height:25px;line-height:25px; background-color:#eee;}
.file-upload .file-select .file-select-name{position:absolute; overflow:hidden; padding:0 10px;text-align:left;font-family: Helvetica, Arial, sans-serif;font-size: 12px;}
/*.file-upload .file-select:hover{border-color:#34495e;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}*/
.file-upload .file-select:hover .file-select-button{border-color:grey; padding:0 10px;display:inline-block;height:25px;line-height:25px; background-color:#eee;}
.file-upload.active .file-select{overflow:hidden; border: 1px solid;border-color: #66afe9;outline: 0;-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);font-size: 12px;}
.file-upload.active .file-select .file-select-button{border-color:grey; padding:0 10px;display:block;height:25px;line-height:25px; background-color:#eee;float:right;}
.file-upload .file-select input[type=file]{overflow:hidden;z-index:100;cursor:pointer;position:absolute;height:100%;width:100%;top:0;left:0;opacity:0;filter:alpha(opacity=0);font-size: 12px;}

.file-uploadInt .file-select{display:block;border: 2px solid #dce4ec;color: #34495e;cursor:pointer;height:25px;line-height:25px;text-align:left;background:#FFFFFF;overflow:hidden;position:relative;}
.file-uploadInt .file-select .file-select-button{ border-color:grey; padding:0 10px;display:inline-block;height:25px;line-height:25px; background-color:#eee;}
.file-uploadInt .file-select .file-select-name{position:absolute; overflow:hidden; padding:0 10px;text-align:left;font-family: Helvetica, Arial, sans-serif;font-size: 12px;}
/*.file-uploadInt .file-select:hover{border-color:#34495e;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}*/
.file-uploadInt .file-select:hover .file-select-button{border-color:grey; padding:0 10px;display:inline-block;height:25px;line-height:25px; background-color:#eee;}
.file-uploadInt.active .file-select{overflow:hidden; border: 1px solid;border-color: #66afe9;outline: 0;-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);font-size: 12px;}
.file-uploadInt.active .file-select .file-select-button{border-color:grey; padding:0 10px;display:block;height:25px;line-height:25px; background-color:#eee;float:right;}
.file-uploadInt .file-select input[type=file]{overflow:hidden;z-index:100;cursor:pointer;position:absolute;height:100%;width:100%;top:0;left:0;opacity:0;filter:alpha(opacity=0);font-size: 12px;}


.file-uploadExt .file-select{display:block;border: 2px solid #dce4ec;color: #34495e;cursor:pointer;height:25px;line-height:25px;text-align:left;background:#FFFFFF;overflow:hidden;position:relative;}
.file-uploadExt .file-select .file-select-button{ border-color:grey; padding:0 10px;display:inline-block;height:25px;line-height:25px; background-color:#eee;}
.file-uploadExt .file-select .file-select-name{position:absolute; overflow:hidden; padding:0 10px;text-align:left;font-family: Helvetica, Arial, sans-serif;font-size: 12px;}
/*.file-uploadExt .file-select:hover{border-color:#34495e;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}*/
.file-uploadExt .file-select:hover .file-select-button{border-color:grey; padding:0 10px;display:inline-block;height:25px;line-height:25px; background-color:#eee;}
.file-uploadExt.active .file-select{overflow:hidden; border: 1px solid;border-color: #66afe9;outline: 0;-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);font-size: 12px;}
.file-uploadExt.active .file-select .file-select-button{border-color:grey; padding:0 10px;display:block;height:25px;line-height:25px; background-color:#eee;float:right;}
.file-uploadExt .file-select input[type=file]{overflow:hidden;z-index:100;cursor:pointer;position:absolute;height:100%;width:100%;top:0;left:0;opacity:0;filter:alpha(opacity=0);font-size: 12px;}



/*.file-uploadInt .file-select{display:block;border: 2px solid #dce4ec;color: #34495e;cursor:pointer;height:25px;line-height:25px;text-align:left;background:#FFFFFF;overflow:hidden;position:relative;}
.file-uploadInt .file-select .file-select-button{ border-color:grey; padding:0 10px;display:inline-block;height:25px;line-height:25px; background-color:#eee;}
.file-uploadInt .file-select .file-select-name{line-height:25px;display:inline-block;padding:0 10px;text-align:center;font-family: Helvetica, Arial, sans-serif;font-size: 12px;}
.file-uploadInt .file-select:hover{border-color:#34495e;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-uploadInt .file-select:hover .file-select-button{border-color:grey; padding:0 10px;display:inline-block;height:25px;line-height:25px; background-color:#eee;}
.file-uploadInt.active .file-select{border: 1px solid;border-color: #66afe9;outline: 0;-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);font-size: 12px;}
.file-uploadInt.active .file-select .file-select-button{ border-color:grey; padding:0 10px;display:inline-block;height:25px;line-height:25px; background-color:#eee;}
.file-uploadInt .file-select input[type=file]{z-index:100;cursor:pointer;position:absolute;height:100%;width:100%;top:0;left:0;opacity:0;filter:alpha(opacity=0);font-size: 12px;}

.file-uploadExt .file-select{display:block;border: 2px solid #dce4ec;color: #34495e;cursor:pointer;height:25px;line-height:25px;text-align:left;background:#FFFFFF;overflow:hidden;position:relative;}
.file-uploadExt .file-select .file-select-button{ border-color:grey; padding:0 10px;display:inline-block;height:25px;line-height:25px; background-color:#eee;}
.file-uploadExt .file-select .file-select-name{line-height:25px;display:inline-block;padding:0 10px;text-align:center;font-family: Helvetica, Arial, sans-serif;font-size: 12px;}
.file-uploadExt .file-select:hover{border-color:#34495e;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-uploadExt .file-select:hover .file-select-button{border-color:grey; padding:0 10px;display:inline-block;height:25px;line-height:25px; background-color:#eee;}
.file-uploadExt.active .file-select{border: 1px solid;border-color: #66afe9;outline: 0;-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);font-size: 12px;}
.file-uploadExt.active .file-select .file-select-button{ border-color:grey; padding:0 10px;display:inline-block;height:25px;line-height:25px; background-color:#eee;}
.file-uploadExt .file-select input[type=file]{z-index:100;cursor:pointer;position:absolute;height:100%;width:100%;top:0;left:0;opacity:0;filter:alpha(opacity=0);font-size: 12p*/


