.dvtCellLabel, .cellLabel {
    border-bottom:1px solid #DEDEDE;
    border-left:1px solid #DEDEDE;
    border-right:1px solid #DEDEDE;
    color:#545454;
    padding-left:10px;
    padding-right:10px;
    white-space:nowrap;
}


.dvtCellInfo, .cellInfo {
    padding-left:10px;
    padding-right:10px;
    border-bottom:1px solid #dedede;    
    border-right:1px solid #dedede;
    border-left:1px solid #dedede;
}

.sq_small {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
}

.big {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #000000;
    font-weight:bold;
}

.PageTitle
{
    color:#59001F;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-style:Bold; 
    text-decoration:underline;   
    letter-spacing:1px;
}

.delete {
    background-color:red;
    color:#fff;
    font-weight:bold;
}

.edit {
    background-color:green;
    color:#fff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size:13px;
}

.save{
    background-color:#00A864;
    color:#fff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size:13px;
}

.cancel {
    background-color: #BC0900;
    color:#fff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size:13px;
}

.inactive{
    color:#999999;
}

.active{
    color:#229922;
}


/*  Buttons */
.crmButton{
    border-left:1px solid #ffffff;
    border-top:1px solid #ffffff;
    border-right:1px solid #555555;
    border-bottom:1px solid #555555;
    padding:7px;
}


.lvtCol {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a90329+2,a90329+20,6d0019+48,59001f+76 */
font-size: 12px;
height : 14pt;




/* Orange Shade 
background: #ff920a;
background: -moz-linear-gradient(top, #ff920a 0%, #ff920a 61%, #ffaf4b 99%, #ffaf4b 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #ff920a), color-stop(61%, #ff920a), color-stop(99%, #ffaf4b), color-stop(100%, #ffaf4b));
background: -webkit-linear-gradient(top, #ff920a 0%, #ff920a 61%, #ffaf4b 99%, #ffaf4b 100%);
background: -o-linear-gradient(top, #ff920a 0%, #ff920a 61%, #ffaf4b 99%, #ffaf4b 100%);
background: -ms-linear-gradient(top, #ff920a 0%, #ff920a 61%, #ffaf4b 99%, #ffaf4b 100%);
background: linear-gradient(to bottom, #ff920a 0%, #ff920a 61%, #ffaf4b 99%, #ffaf4b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff920a', endColorstr='#ffaf4b', GradientType=0 );
*/

/* Green Shade 
background: #1f3b08;
background: -moz-linear-gradient(top, #1f3b08 0%, #1f3b08 30%, #627d4d 95%, #627d4d 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #1f3b08), color-stop(30%, #1f3b08), color-stop(95%, #627d4d), color-stop(100%, #627d4d));
background: -webkit-linear-gradient(top, #1f3b08 0%, #1f3b08 30%, #627d4d 95%, #627d4d 100%);
background: -o-linear-gradient(top, #1f3b08 0%, #1f3b08 30%, #627d4d 95%, #627d4d 100%);
background: -ms-linear-gradient(top, #1f3b08 0%, #1f3b08 30%, #627d4d 95%, #627d4d 100%);
background: linear-gradient(to bottom, #1f3b08 0%, #1f3b08 30%, #627d4d 95%, #627d4d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f3b08', endColorstr='#627d4d', GradientType=0 );            
*/

}

.lvtColData {
    font-size: 12px;

}

.lvtColData_approve{
    font-size: 12px;
    background-color:#DEEBDA !important;    
    -webkit-box-shadow: 0 8px 6px -6px black !important;
    -moz-box-shadow: 0 8px 6px -6px black !important;
    box-shadow: 0 8px 6px -6px black !important;
}

.lvtColData_cancel{
    font-size: 12px;
    background-color:#CCCCCC !important;    
    -webkit-box-shadow: 0 8px 6px -6px black !important;
    -moz-box-shadow: 0 8px 6px -6px black !important;
    box-shadow: 0 8px 6px -6px black !important;
}

.lvtColData_draft{
    font-size: 12px;
    background-color:#DDF4FF !important;    
    -webkit-box-shadow: 0 8px 6px -6px black !important;
    -moz-box-shadow: 0 8px 6px -6px black !important;
    box-shadow: 0 8px 6px -6px black !important;
}


.lvtColData_close{
    font-size: 12px;
    
}

.lvtColDataHover {
            
        font-size: 12px;
}

.error_message{ 
    box-shadow: 4px 5px 5px #888888;

    background-color:#FF0000;
    color:#FFFFFF;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
}

/* List View Table classes ends --------------------------------*/

.main-content{
    width: 50%;
    border-radius: 20px;
    box-shadow: 0 5px 5px rgba(0,0,0,.4);
    margin: 60px auto;
    display: flex;
}
.company__info{
    background-color: #79d1f1;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    padding-top: 20px;
}
.bg-success{
    background-color: #fff !important;
}
.fa-android{
    font-size:3em;
}
@media screen and (max-width: 640px) {
    .main-content{width: 90%;}
    .company__info{
        display: none;
    }
    .login_form{
        border-top-left-radius:20px;
        border-bottom-left-radius:20px;
    }
}
@media screen and (min-width: 642px) and (max-width:800px){
    .main-content{width: 70%;}
}

.login_form{
    background-color: #fff;
    border-top-right-radius:20px;
    border-bottom-right-radius:20px;
    border-top:1px solid #ccc;
    border-right:1px solid #ccc;
}

.form__input{
    width: 100%;
    border:0px solid transparent;
    border-radius: 0;
    border-bottom: 1px solid #aaa;
    padding: 1em .5em .5em;
    padding-left: 2em;
    outline:none;
    margin:1.5em auto;
    transition: all .5s ease;
}
.form__input:focus{
    border-bottom-color: #008080;
    box-shadow: 0 0 5px rgba(0,80,80,.4); 
    border-radius: 4px;
}
.btn1{
    transition: all .5s ease;
    width: 70%;
    border-radius: 30px;
    color:#008080;
    font-weight: 600;
    background-color: #fff;
    border: 1px solid #79d1f1;
    margin-top: 1.5em;
    margin-bottom: 1em;
    padding: 10px;
}

.btn1:hover, .btn1:focus{
    background-color: #79d1f1;
    color:#fff !important;
}

.btnback{
    transition: all .5s ease;
    width: 50%;
    border-radius: 30px;
    font-weight: 400;
    margin-top: 1.5em;
    margin-bottom: 1em;
    padding: 10px;
}

.tabs-left {
  border-bottom: none;
  border-right: 1px solid #ddd;
}

.tabs-left>li {
  float: none;
 margin:0px;
  
}

.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
  background:#f90;
  border:none;
  border-radius:0px;
  margin:0px;
}
.nav-tabs>li>a:hover {
    /* margin-right: 2px; */
    line-height: 1.42857143;
    border: 1px solid transparent;
    /* border-radius: 4px 4px 0 0; */
}
.tabs-left>li.active>a::after{content: "";
    position: absolute;
    top: 10px;
    right: -10px;
    border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  
  border-left: 10px solid #f90;
    display: block;
    width: 0;}