@import url(https://fonts.googleapis.com/css?family=Ropa+Sans);

html {
    min-height: 100%;
    position: relative;
}

body {
    margin-bottom: 60px;
    background-color: #efefef !important;
}

.footer {
    background-color: #f5f5f5;
    bottom: 0;
    height: 60px;
    position: absolute;
    width: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto 0px;
    padding: 0 0 0px;

}
.interview_table .inter_th{   
text-transform: uppercase;
}
.interview_table  .btn_change{
float: right;
background: #e77f2b;
color: #fff;
padding: 5px 5px;
text-decoration: none;
}
.btn_change a{
    color: #fff;
    text-decoration: none;
}
.wrap > .container {
    padding: 70px 15px 20px;
}


.footer {
    height: 50px;
    color: #fff;
    background-color: #505050;
    border-top: 1px solid #505050;
    padding-top: 15px;

}

.navbar-form {
    margin: 10px 0 0 0;
    padding-right: 0px;
}

.navbar-form input {
    background-image: none;
    border: solid 1px #646464;
    background-color: transparent;
    height: 29px;
    padding-left: 10px;
    color: #888;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.navbar-form .search-button {
    background-color: #636363;
    border: medium none;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    color: #fff;
    font-size: 12px;
    outline: medium none;
    padding: 6px 15px
}

.jumbotron {
    text-align: left;
    background-color: transparent;
    padding-left: 0px;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}
.custome-bt{
	background-color: #ec6d2d;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ec6d2d), to(#f37a00));
    background-image: -webkit-linear-gradient(top, #ec6d2d, #f37a00);
    background-image: -moz-linear-gradient(top, #ec6d2d, #f37a00);
    background-image: -ms-linear-gradient(top, #ec6d2d, #f37a00);
    background-image: -o-linear-gradient(top, #ec6d2d, #f37a00);
    background-image: linear-gradient(top, #ec6d2d, #f37a00);
    filter: progid:DXImageTransform.Microsoft.gradient(start-colourStr='#ec6d2d', end-colourStr='#f37a00');
    border: medium none;
    border-radius: 4px !important;
    color: #fff;
    font-size:18px; 
    text-align:center;  
    font-weight:normal;
    line-height: 1.2857;
    padding: 8px 15px;
}
.custome-bt .fa{font-size:30px; }
.custome-bt a {
    color: #fff;
    display: block;
    line-height: 1.2857;
    padding: 8px 15px;
}
.custome-bt a:hover{text-decoration:none; }
/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.manage-link-box {
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
    background-color: #fff;
    height: 110px;
    margin-bottom: 30px;
}

.manage-link-box span {
    margin-right: 10px;
}

.manage-link-box .manage {
    background-color: #00a65a;
    width: 110px;
    height: 110px;
    text-align: center;
    color: #fff;
    font-size: 36px;
    line-height: 100px;
}

.manage-link-box .user {
    background-color: #f39c12;
    width: 110px;
    height: 110px;
    text-align: center;
    color: #fff;
    font-size: 36px;
    line-height: 100px;
}

.manage-link-box .task {
    background-color: #ef4036;
    width: 110px;
    height: 110px;
    text-align: center;
    color: #fff;
    font-size: 36px;
    line-height: 100px;
}

.manage-link-box .document {
    background-color: #3c8dbc;
    width: 110px;
    text-align: center;
    height: 110px;
    color: #fff;
    font-size: 36px;
    line-height: 100px;
}

.manage-link-box .employee {
    background-color: #222d32;
    width: 110px;
    text-align: center;
    height: 110px;
    color: #fff;
    font-size: 36px;
    line-height: 100px;
}

.manage-link-box .tasklist {
    background-color: #00bea2;
    width: 110px;
    text-align: center;
    height: 110px;
    color: #fff;
    font-size: 36px;
    line-height: 100px;
}

.manage-link-box a {
    font-size: 14px;
    color: #333;
    text-decoration: none;
}

.content-header > h1 {
    font-size: 24px;
    margin: 15px 0;
}

.jumbotron {
    padding-bottom: 0;
    padding-top: 0;
}

.jumbotron p {
    font-size: 13px;
    font-weight: 200;
    margin-bottom: 15px;
    color: #666;
}

/*.site-login{max-width:500px; margin:0 auto; border:solid 1px #fff; padding:20px; margin-top:30px;}*/
/*.site-login h1{margin-top:0px; font-size:24px; border-bottom:solid 1px #fff; padding-bottom:8px; margin-bottom:10px;     }*/
.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    box-shadow: none;
    color: #555;
    display: block;
    font-size: 14px;
    height: 35px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

/*New css Update 20-Aug-2015*/
.jumbotron h2 {
    font-size: 24px;
}

.body-content {
    background: #fff none repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    padding: 16px 0px;
}

.container .jumbotron {
    padding-left: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.navbar-nav.nav > li > a {
    border-radius: 0px;
    border: none;
    color: #fff;
    background-color: #636363;
    padding: 4px 15px;
    border-radius: 4px;
    margin: 10px 0 0 15px;
    font-size: 12px;
    outline: none;

}

.message-center .nav > li > a {
    border-radius: 0px;
    border: none;
    font-weight: bold;
    color: #000;
    background-color: transparent;
    padding: 8px 15px;
    margin: 10px 0 0 15px;
    font-size: 12px;
    outline: none;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: transparent;
}

.btn-danger {
    border: medium none;
    border-radius: 4px !important;
    font-weight: bold;
    line-height: 1.2857;
    padding: 8px 15px;
    background-image: linear-gradient(#ed6763, #ba3430);
}

.btn-primary {
    border: medium none;
    border-radius: 4px !important;
    font-weight: bold;
    line-height: 1.2857;
    padding: 8px 15px;
    background-image: linear-gradient(#63aae7, #337ab7);
}

.message-center .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fd0012;
    font-weight: bold;
}

.nav-links {
    margin: 0;
    padding: 0;
}

.nav-links > li {
    list-style: none;
    float: left;
}

.nav-links > li:nth-child(1) > a {
    border-radius: 0px;
    border: none;
    color: #fff;
    background-image: url(../images/dpi/md/Summary_2.png);
    background-repeat: no-repeat;
    display: block;
    width: 100px;
    text-indent: -3000px;
    margin-right: 10px;
    font-size: 12px;
    outline: none;
    height: 30px;
}

.nav-links > li:nth-child(1) > a:hover {
    border-radius: 0px;
    border: none;
    color: #fff;
    background-image: url(../images/dpi/md/Summary_2.png);
    background-repeat: no-repeat;
    display: block;
    width: 100px;
    text-indent: -3000px;
    margin-right: 10px;
    font-size: 12px;
    outline: none;
    height: 30px;
}

.nav-links > li:nth-child(1) > a.active {
    border-radius: 0px;
    border: none;
    color: #fff;
    background-image: url(../images/dpi/lg/Summary_2.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    width: 120px;
    text-indent: -3000px;
    margin-right: 10px;
    font-size: 12px;
    outline: none;
    height: 40px;
}

.nav-links > li:nth-child(2) > a {
    border-radius: 0px;
    border: none;
    color: #fff;
    background-image: url(../images/dpi/md/Documents_2b.png);
    background-repeat: no-repeat;
    display: block;
    width: 100px;
    text-indent: -3000px;
    margin-right: 10px;
    font-size: 12px;
    outline: none;
    height: 30px;
}

.nav-links > li:nth-child(2) > a:hover {
    border-radius: 0px;
    border: none;
    color: #fff;
    background-image: url(../images/dpi/md/Documents_2b.png);
    background-repeat: no-repeat;
    display: block;
    width: 100px;
    text-indent: -3000px;
    margin-right: 10px;
    font-size: 12px;
    outline: none;
    height: 30px;
}

.nav-links > li:nth-child(2) > a.active {
    border-radius: 0px;
    border: none;
    color: #fff;
    background-image: url(../images/dpi/lg/Documents_2b.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    width: 120px;
    text-indent: -3000px;
    margin-right: 10px;
    font-size: 12px;
    outline: none;
    height: 40px;
}

.nav-links > li:nth-child(3) > a {
    border-radius: 0px;
    border: none;
    color: #fff;
    background-image: url(../images/dpi/md/Reports_2.png);
    background-repeat: no-repeat;
    display: block;
    width: 100px;
    text-indent: -3000px;
    margin-right: 10px;
    font-size: 12px;
    outline: none;
    height: 30px;
}

.nav-links > li:nth-child(3) > a:hover {
    border-radius: 0px;
    border: none;
    color: #fff;
    background-image: url(../images/dpi/md/Reports_2.png);
    background-repeat: no-repeat;
    display: block;
    width: 100px;
    text-indent: -3000px;
    margin-right: 10px;
    font-size: 12px;
    outline: none;
    height: 30px;
}

.nav-links > li:nth-child(3) > a.active {
    border-radius: 0px;
    border: none;
    color: #fff;
    background-image: url(../images/dpi/lg/Reports_2.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    width: 120px;
    text-indent: -3000px;
    margin-right: 10px;
    font-size: 12px;
    outline: none;
    height: 40px;
}

.nav-links > li:nth-child(4) > a {
    border-radius: 0px;
    border: none;
    color: #fff;
    background-image: url(../images/dpi/md/Tasks_2.png);
    background-repeat: no-repeat;
    display: block;
    width: 100px;
    text-indent: -3000px;
    margin-right: 10px;
    font-size: 12px;
    outline: none;
    height: 30px;
}

.nav-links > li:nth-child(4) > a:hover {
    border-radius: 0px;
    border: none;
    color: #fff;
    background-image: url(../images/dpi/md/Tasks_2.png);
    background-repeat: no-repeat;
    display: block;
    width: 100px;
    text-indent: -3000px;
    margin-right: 10px;
    font-size: 12px;
    outline: none;
    height: 30px;
}

.nav-links > li:nth-child(4) > a.active {
    border-radius: 0px;
    border: none;
    color: #fff;
    background-image: url(../images/dpi/lg/Tasks_2.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    width: 120px;
    text-indent: -3000px;
    margin-right: 10px;
    font-size: 12px;
    outline: none;
    height: 40px;
}

.nav-links > li:nth-child(5) > a {
    border-radius: 0px;
    border: none;
    color: #fff;
    background-image: url(../images/dpi/md/FileShare_2.png);
    background-repeat: no-repeat;
    display: block;
    width: 100px;
    text-indent: -3000px;
    margin-right: 10px;
    font-size: 12px;
    outline: none;
    height: 30px;
}

.nav-links > li:nth-child(5) > a:hover {
    border-radius: 0px;
    border: none;
    color: #fff;
    background-image: url(../images/dpi/md/FileShare_2.png);
    background-repeat: no-repeat;
    display: block;
    width: 100px;
    text-indent: -3000px;
    margin-right: 10px;
    font-size: 12px;
    outline: none;
    height: 30px;
}

.nav-links > li:nth-child(5) > a.active {
    border-radius: 0px;
    border: none;
    color: #fff;
    background-image: url(../images/dpi/lg/FileShare_2.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    width: 120px;
    text-indent: -3000px;
    margin-right: 10px;
    font-size: 12px;
    outline: none;
    height: 40px;
}

.nav-links > li:nth-child(6) > a {
    border-radius: 0px;
    border: none;
    color: #fff;
    background-image: url(../images/dpi/md/Message_2.png);
    background-repeat: no-repeat;
    display: block;
    width: 100px;
    text-indent: -3000px;
    margin-right: 10px;
    font-size: 12px;
    outline: none;
    height: 30px;
}

.nav-links > li:nth-child(6) > a:hover {
    border-radius: 0px;
    border: none;
    color: #fff;
    background-image: url(../images/dpi/md/Message_2.png);
    background-repeat: no-repeat;
    display: block;
    width: 100px;
    text-indent: -3000px;
    margin-right: 10px;
    font-size: 12px;
    outline: none;
    height: 30px;
}

.nav-links > li:nth-child(6) > a.active {
    border-radius: 0px;
    border: none;
    color: #fff;
    background-image: url(../images/dpi/lg/Message_2.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    width: 120px;
    text-indent: -3000px;
    margin-right: 10px;
    font-size: 12px;
    outline: none;
    height: 40px;
}

.nav-links > li > a {
    background-color: #fff;
    color: #333;
    margin-right: 20px;
    background-image: none;
    text-indent: 0;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    line-height: 32px;
}

.nav-links > li > a:hover {
    background-color: #fff;
    color: #333;
    background-image: none;
    text-indent: 0;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}

.document-link {
    margin: 0 0 0px 0;
    padding: 0;
}

.document-link li {
    list-style: none;
    float: left;
    margin: 10px 0;
}

.document-link > li:nth-child(1) > a {
    border-radius: 0px;
    border: none;
    color: #fff;
    background-image: url(../images/dpi/md/MineToAction_2.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    width: 100px;
    text-indent: -3000px;
    margin-right: 10px;
    font-size: 12px;
    outline: none;
    height: 30px;
}

.document-link > li:nth-child(1) > a.active {
    border-radius: 0px;
    border: none;
    color: #fff;
    background-image: url(../images/dpi/lg/MineToAction_2.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    width: 120px;
    text-indent: -3000px;
    margin-right: 10px;
    font-size: 12px;
    outline: none;
    height: 40px;
}

.document-link > li:nth-child(2) > a {
    border-radius: 0px;
    border: none;
    color: #fff;
    background-image: url(../images/dpi/md/Actioned_2.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    width: 100px;
    text-indent: -3000px;
    margin-right: 10px;
    font-size: 12px;
    outline: none;
    height: 30px;

}

.document-link > li:nth-child(2) > a.active {
    border-radius: 0px;
    border: none;
    color: #fff;
    background-image: url(../images/dpi/lg/Actioned_2.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    width: 120px;
    text-indent: -3000px;
    margin-right: 10px;
    font-size: 12px;
    outline: none;
    height: 40px;
}

.document-link > li:nth-child(3) > a {
    border-radius: 0px;
    border: none;
    color: #fff;
    background-image: url(../images/dpi/md/MyDocuments_2.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    width: 100px;
    text-indent: -3000px;
    margin-right: 10px;
    font-size: 12px;
    outline: none;
    height: 30px;

}

.document-link > li:nth-child(3) > a.active {
    border-radius: 0px;
    border: none;
    color: #fff;
    background-image: url(../images/dpi/lg/MyDocuments_2.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    width: 120px;
    text-indent: -3000px;
    margin-right: 10px;
    font-size: 12px;
    outline: none;
    height: 40px;
}

.report-link {
    margin: 0 0 0px 0;
    padding: 0;
}

.report-link li {
    list-style: none;
    float: left;
    margin: 10px 0;
}

.report-link > li:nth-child(1) > a {
    border-radius: 0px;
    border: none;
    color: #fff;
    background-image: url(../images/dpi/md/MineToAction_2.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    width: 100px;
    text-indent: -3000px;
    margin-right: 10px;
    font-size: 12px;
    outline: none;
    height: 30px;
}

.report-link > li:nth-child(1) > a.active {
    border-radius: 0px;
    border: none;
    color: #fff;
    background-image: url(../images/dpi/lg/MineToAction_2.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    width: 120px;
    text-indent: -3000px;
    margin-right: 10px;
    font-size: 12px;
    outline: none;
    height: 40px;
}

.report-link > li:nth-child(2) > a {
    border-radius: 0px;
    border: none;
    color: #fff;
    background-image: url(../images/dpi/md/Actioned_2.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    width: 100px;
    text-indent: -3000px;
    margin-right: 10px;
    font-size: 12px;
    outline: none;
    height: 30px;

}

.report-link > li:nth-child(2) > a.active {
    border-radius: 0px;
    border: none;
    color: #fff;
    background-image: url(../images/dpi/lg/Actioned_2.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    width: 120px;
    text-indent: -3000px;
    margin-right: 10px;
    font-size: 12px;
    outline: none;
    height: 40px;
}

.report-link > li:nth-child(3) > a {
    border-radius: 0px;
    border: none;
    color: #fff;
    background-image: url(../images/dpi/md/MyReports_2.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    width: 100px;
    text-indent: -3000px;
    margin-right: 10px;
    font-size: 12px;
    outline: none;
    height: 30px;

}

.report-link > li:nth-child(3) > a.active {
    border-radius: 0px;
    border: none;
    color: #fff;
    background-image: url(../images/dpi/lg/MyReports_2.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    width: 120px;
    text-indent: -3000px;
    margin-right: 10px;
    font-size: 12px;
    outline: none;
    height: 40px;
}

.task-link {
    margin: 0 0 0px 0;
    padding: 0;
}

.task-link li {
    list-style: none;
    float: left;
    margin: 10px 0;
}

.task-link > li:nth-child(1) > a {
    border-radius: 0px;
    border: none;
    color: #fff;
    background-image: url(../images/dpi/md/Outstanding_2.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    width: 100px;
    text-indent: -3000px;
    margin-right: 10px;
    font-size: 12px;
    outline: none;
    height: 30px;
}

.task-link > li:nth-child(1) > a.active {
    border-radius: 0px;
    border: none;
    color: #fff;
    background-image: url(../images/dpi/lg/Outstanding_2.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    width: 120px;
    text-indent: -3000px;
    margin-right: 10px;
    font-size: 12px;
    outline: none;
    height: 40px;
}

.task-link > li:nth-child(2) > a {
    border-radius: 0px;
    border: none;
    color: #fff;
    background-image: url(../images/dpi/md/Completed_2.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    width: 100px;
    text-indent: -3000px;
    margin-right: 10px;
    font-size: 12px;
    outline: none;
    height: 30px;

}

.task-link > li:nth-child(2) > a.active {
    border-radius: 0px;
    border: none;
    color: #fff;
    background-image: url(../images/dpi/lg/Completed_2.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    width: 120px;
    text-indent: -3000px;
    margin-right: 10px;
    font-size: 12px;
    outline: none;
    height: 40px;
}

.task-link > li:nth-child(3) > a {
    border-radius: 0px;
    border: none;
    color: #fff;
    background-image: url(../images/dpi/md/All_2.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    width: 100px;
    text-indent: -3000px;
    margin-right: 10px;
    font-size: 12px;
    outline: none;
    height: 30px;

}

.task-link > li:nth-child(3) > a.active {
    border-radius: 0px;
    border: none;
    color: #fff;
    background-image: url(../images/dpi/lg/All_2.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    width: 120px;
    text-indent: -3000px;
    margin-right: 10px;
    font-size: 12px;
    outline: none;
    height: 40px;
}

.fileshare-link {
    margin: 0 0 0px 0;
    padding: 0;
}

.fileshare-link li {
    list-style: none;
    float: left;
    margin: 10px 0;
}

.fileshare-link > li:nth-child(1) > a {
    border-radius: 0px;
    border: none;
    color: #fff;
    background-image: url(../images/dpi/md/SharedAllFiles_2.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    width: 100px;
    text-indent: -3000px;
    margin-right: 10px;
    font-size: 12px;
    outline: none;
    height: 30px;

}

.fileshare-link > li:nth-child(1) > a.active {
    border-radius: 0px;
    border: none;
    color: #fff;
    background-image: url(../images/dpi/lg/SharedAllFiles_2.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    width: 120px;
    text-indent: -3000px;
    margin-right: 10px;
    font-size: 12px;
    outline: none;
    height: 40px;
}

.fileshare-link > li:nth-child(2) > a {
    border-radius: 0px;
    border: none;
    color: #fff;
    background-image: url(../images/dpi/md/MySharedFiles_2.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    width: 100px;
    text-indent: -3000px;
    margin-right: 10px;
    font-size: 12px;
    outline: none;
    height: 30px;

}

.fileshare-link > li:nth-child(2) > a.active {
    border-radius: 0px;
    border: none;
    color: #fff;
    background-image: url(../images/dpi/lg/MySharedFiles_2.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    width: 120px;
    text-indent: -3000px;
    margin-right: 10px;
    font-size: 12px;
    outline: none;
    height: 40px;
}

.btn-purple {
    background-color: #d4b0f2;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d4b0f2), to(#6e2fa0));
    background-image: -webkit-linear-gradient(top, #d4b0f2, #6e2fa0);
    background-image: -moz-linear-gradient(top, #d4b0f2, #6e2fa0);
    background-image: -ms-linear-gradient(top, #d4b0f2, #6e2fa0);
    background-image: -o-linear-gradient(top, #d4b0f2, #6e2fa0);
    background-image: linear-gradient(top, #d4b0f2, #6e2fa0);
    filter: progid:DXImageTransform.Microsoft.gradient(start-colourStr='#d4b0f2', end-colourStr='#6e2fa0');
    line-height: 1.42857;
    border: none;
    padding: 6px 10px;
    color: #fff;
    font-weight: bold;
    border-radius: 4px !important;
}

.btn-purple:hover, .btn-purple:active, .btn-purple:focus {
    color: #fff;
    background-color: #d4b0f2;
}

.create-report a {
    border-radius: 0px;
    border: none;
    color: #fff;
    background-image: url(../images/dpi/md/CreateReport_2.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    width: 100px;
    text-indent: -3000px;
    margin-right: 10px;
    font-size: 12px;
    outline: none;
    height: 30px;
}

.create-document a {
    border-radius: 0px;
    border: none;
    color: #fff;
    background-image: url(../images/dpi/md/CreateDocument_2.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    width: 100px;
    text-indent: -3000px;
    margin-right: 10px;
    font-size: 12px;
    outline: none;
    height: 30px;
}

.upload-file a {
    border-radius: 0px;
    border: none;
    color: #fff;
    background-image: url(../images/dpi/md/UploadFile_2b.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    width: 100px;
    text-indent: -3000px;
    margin-right: 10px;
    font-size: 12px;
    outline: none;
    height: 30px;
}

.btn-yellow {
    background-image: none;
    background-color: #fff;
    color: #000;
    outline: 0;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.2857;
    padding: 8px 15px;
    border-radius: 4px !important;

}

.btn.btn-grey {
    background-image: none;
    background-color: #999;
    color: #fff;
    outline: 0;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.2857;
    padding: 8px 15px;
    border-radius: 4px !important;
    border: none;

}

.btn.btn-grey:hover{
    border: none;
 }



.btn-yellow:hover,.btn-yellow:active,.btn-yellow:focus {
    background-color: #ec6d2d;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ec6d2d), to(#f37a00));
    background-image: -webkit-linear-gradient(top, #ec6d2d, #f37a00);
    background-image: -moz-linear-gradient(top, #ec6d2d, #f37a00);
    background-image: -ms-linear-gradient(top, #ec6d2d, #f37a00);
    background-image: -o-linear-gradient(top, #ec6d2d, #f37a00);
    background-image: linear-gradient(top, #ec6d2d, #f37a00);
    filter: progid:DXImageTransform.Microsoft.gradient(start-colourStr='#ec6d2d', end-colourStr='#f37a00');
    border: medium none;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-yellow.active {
    background-color: #ec6d2d;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ec6d2d), to(#f37a00));
    background-image: -webkit-linear-gradient(top, #ec6d2d, #f37a00);
    background-image: -moz-linear-gradient(top, #ec6d2d, #f37a00);
    background-image: -ms-linear-gradient(top, #ec6d2d, #f37a00);
    background-image: -o-linear-gradient(top, #ec6d2d, #f37a00);
    background-image: linear-gradient(top, #ec6d2d, #f37a00);
    filter: progid:DXImageTransform.Microsoft.gradient(start-colourStr='#ec6d2d', end-colourStr='#f37a00');
    border: medium none;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.mark-unavailable {
    color: #fd0012 !important;
    font-weight: bold;
}

.mark-available {
    color: #55a330 !important;
    font-weight: bold;
}

.btn-file {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border: solid 1px #ed6763;
}

.btn-green.search-m {
    border-top-left-radius: 0 !important;
    border: solid 1px #55a330;
    border-bottom-left-radius: 0 !important;
}

.btn-green, .btn-success {
    background-color: #55a330;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#55a330), to(#22851c));
    background-image: -webkit-linear-gradient(top, #55a330, #22851c);
    background-image: -moz-linear-gradient(top, #55a330, #22851c);
    background-image: -ms-linear-gradient(top, #55a330, #22851c);
    background-image: -o-linear-gradient(top, #55a330, #22851c);
    background-image: linear-gradient(top, #55a330, #22851c);
    filter: progid:DXImageTransform.Microsoft.gradient(start-colourStr='#55a330', end-colourStr='#22851c');
    border: medium none;
    color: #fff;
    font-weight: bold;
    line-height: 1.2857;
    padding: 8px 15px;
    border-radius: 4px !important;

}

.btn-green:hover, .btn-green:focus,.btn-green:active{
    color: #fff;
    background-color: #22851c;
}

.btn-red {
    background-color: #ec6d2d !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ec6d2d), to(#f37a00));
    background-image: -webkit-linear-gradient(top, #ec6d2d, #f37a00);
    background-image: -moz-linear-gradient(top, #ec6d2d, #f37a00);
    background-image: -ms-linear-gradient(top, #ec6d2d, #f37a00);
    background-image: -o-linear-gradient(top, #ec6d2d, #f37a00);
    background-image: linear-gradient(top, #ec6d2d, #f37a00);
    filter: progid:DXImageTransform.Microsoft.gradient(start-colourStr='#ec6d2d', end-colourStr='#f37a00');
    border: medium none;
    color: #fff;
    font-weight: bold;
    line-height: 1.2857;
    padding: 8px 15px;
    border-radius: 4px !important;

}

.btn-red.btn-sm{
    padding: 5px 10px;
}

.btn-red:hover, .btn-red:focus, .btn-red:active {
    background-color: #f37a00;
    color: #fff;
}

.btn-blue {
    background-color: #337ab7;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#63aae7), to(#337ab7));
    background-image: -webkit-linear-gradient(top, #63aae7, #337ab7);
    background-image: -moz-linear-gradient(top, #63aae7, #337ab7);
    background-image: -ms-linear-gradient(top, #63aae7, #337ab7);
    background-image: -o-linear-gradient(top, #63aae7, #337ab7);
    background-image: linear-gradient(top, #63aae7, #337ab7);
    border: medium none;
    color: #fff;
    font-weight: bold;
    line-height: 1.2857;
    padding: 8px 15px;
    border-radius: 4px !important;
}

.btn-blue:hover, .btn-blue:focus, .btn-blue:active {
    background-color: #337ab7;
    color: #fff;
}

.tabs-secondary{
    margin: 10px 0;
}

.tabs-secondary.nav > li > a{
    padding:2px 15px;
}

.tabs-secondary.nav-tabs > li > a{
    border-radius: 0px;
    color: #000;
    font-weight: bold;
}

.tabs-secondary.nav-tabs > li.active > a, .tabs-secondary.nav-tabs > li.active > a:hover, .tabs-secondary.nav-tabs > li.active > a:focus{
    color: #ff0000;
}

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    background-color: transparent;
    background: none;
}

.tabs-primary.nav-tabs {
    border-bottom: solid 2px #ff9901;
    margin: 10px 0 15px 0;
}

.tabs-primary.nav-tabs > li {
    float: left;
    margin-bottom: 0;
}

.tabs-primary.nav-tabs > li > a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #000;
    line-height: 1.2857;
    font-weight: bold;
    padding: 8px 15px;

}

.tabs-primary.nav-tabs > li > a:hover, .tabs-primary.nav-tabs > li > a:focus {
    color: #fff;
    border: none;
    font-weight: bold;
    background-color: #ec6d2d;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ec6d2d), to(#f37a00));
    background-image: -webkit-linear-gradient(top, #ec6d2d, #f37a00);
    background-image: -moz-linear-gradient(top, #ec6d2d, #f37a00);
    background-image: -ms-linear-gradient(top, #ec6d2d, #f37a00);
    background-image: -o-linear-gradient(top, #ec6d2d, #f37a00);
    background-image: linear-gradient(top, #ec6d2d, #f37a00);
    filter: progid:DXImageTransform.Microsoft.gradient(start-colourStr='#ec6d2d', end-colourStr='#f37a00');
}

.tabs-primary.nav-tabs > li > a:hover span, .nav > li > a:focus span {
    color: #fff;
    border: none;
    font-weight: bold;
    background-color: #ec6d2d;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ec6d2d), to(#f37a00));
    background-image: -webkit-linear-gradient(top, #ec6d2d, #f37a00);
    background-image: -moz-linear-gradient(top, #ec6d2d, #f37a00);
    background-image: -ms-linear-gradient(top, #ec6d2d, #f37a00);
    background-image: -o-linear-gradient(top, #ec6d2d, #f37a00);
    background-image: linear-gradient(top, #ec6d2d, #f37a00);
    filter: progid:DXImageTransform.Microsoft.gradient(start-colourStr='#ec6d2d', end-colourStr='#f37a00');
}

.tabs-primary.nav-tabs > li.active > a, .tabs-primary.nav-tabs > li.active > a:hover, .tabs-primary.nav-tabs > li.active > a:focus {
    color: #fff;
    border: none;
    font-weight: bold;
    background-color: #ec6d2d;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ec6d2d), to(#ec6d2d));
    background-image: -webkit-linear-gradient(top, #ec6d2d, #ec6d2d);
    background-image: -moz-linear-gradient(top, #ec6d2d, #ec6d2d);
    background-image: -ms-linear-gradient(top, #ec6d2d, #ec6d2d);
    background-image: -o-linear-gradient(top, #ec6d2d, #ec6d2d);
    background-image: linear-gradient(top, #ec6d2d, #ec6d2d);
    filter: progid:DXImageTransform.Microsoft.gradient(start-colourStr='#ec6d2d', end-colourStr='#ec6d2d');
}

.button-sets ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.button-sets li {
    float: left;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #000;
    line-height: 1.2857;
    margin-bottom: 15px;
    margin-right: 5px;
    font-weight: bold;
}

.button-sets li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    text-transform: uppercase;
    color: #000;
    padding: 8px 15px;
    line-height: 1.2857;
    font-weight: bold;
    border-radius: 4px;
    display: block;
}

.nav-pills.mailbox-sidenav {
    margin-left: -15px;
}

.button-sets li a:hover {
    color: #fff;
    text-decoration: none;
    display: block;
    border: none;
    font-weight: bold;
    background-color: #ec6d2d;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ec6d2d), to(#f37a00));
    background-image: -webkit-linear-gradient(top, #ec6d2d, #f37a00);
    background-image: -moz-linear-gradient(top, #ec6d2d, #f37a00);
    background-image: -ms-linear-gradient(top, #ec6d2d, #f37a00);
    background-image: -o-linear-gradient(top, #ec6d2d, #f37a00);
    background-image: linear-gradient(top, #ec6d2d, #f37a00);
    filter: progid:DXImageTransform.Microsoft.gradient(start-colourStr='#ec6d2d', end-colourStr='#f37a00');
}

.button-sets .active {
    color: #fff;
    text-decoration: none;
    display: block;
    border: none;
    font-weight: bold;
    background-color: #ec6d2d;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ec6d2d), to(#f37a00));
    background-image: -webkit-linear-gradient(top, #ec6d2d, #f37a00);
    background-image: -moz-linear-gradient(top, #ec6d2d, #f37a00);
    background-image: -ms-linear-gradient(top, #ec6d2d, #f37a00);
    background-image: -o-linear-gradient(top, #ec6d2d, #f37a00);
    background-image: linear-gradient(top, #ec6d2d, #f37a00);
    filter: progid:DXImageTransform.Microsoft.gradient(start-colourStr='#ec6d2d', end-colourStr='#f37a00');
}

.nav-tabs > li.active > a span, .nav-tabs > li.active > a:hover span, .nav-tabs > li.active > a:focus span {
    background-color: transparent;
    color: #ef4036;
}

.badge.dashboard-badge {
    padding: 2px 7px;
    background: none;
    color: #000 !important;
}
/*.danger .badge{
     background: #ef4036 !important;
}*/
.badge.badge-color{
     background: none !important;
     color: #ef4036 !important;
}
/*.disappear{
    display: none;
}*/
.readout {
    padding: 2px 7px;
    background: #22851c;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    min-width: 10px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

h3, .h3 {
    font-size: 19px;
}

h4 {
    font-size: 16px;
}

table td, table th {
    font-size: 13px;
}

a.navbar-brand {
    text-transform: uppercase;
    color: #fff !important;
    padding-left: 12px;
    padding-top: 3px;
}

.table-bordered thead {
    background-color: #f0f8ff;
}

.btn-normal {
    border-radius: 0px;
    margin: 0px 0px 4px 0px;
    float: left;
    border-right: 0px;
    background: #ef4036;
    color: #fff;
    border: none;
    font-size: 13px;
    outline: none;
}

.col-md-12 .btn-normal:nth-child(1) {
    border-radius: 3px 0px 0px 3px;
}

.col-md-12 .btn-normal:nth-child(2) {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}

.col-md-12 .btn-normal:last-child {
    border-radius: 0px 3px 3px 0px;
    border-left: 1px solid #fff;
}

.btn-normal:active, .btn-normal.active, .open > .dropdown-toggle.btn-normal {
    background: #000;
    color: #fff;
}

.btn-normal:hover, .btn-normal:focus, .btn-normal.focus {
    background: #000;
    color: #fff;
}

.btn-default:active:hover, .btn-default.active:hover {
    background: #000;
    color: #fff;
}

tr.text-uppercase a {
    color: #000;
}

.table-space {
    padding: 10px 0px;
}

.btn {
    border-radius: 0px;
}

p a.btn-primary {
    background: #ef4036;
    border: none;
}

p a.btn-primary:hover, p a.btn-primary:focus, p a.btn-primary.focus {
    background: #000;
}

p a.btn-primary.disabled {
    background: #ef4036;
}

#suggestion-box {
    border: none;
    padding: 0;
    margin: 0;
}

#suggestion-box h1 {
    border: none;
    margin: 0;
    padding: 0 0px 10px 0px;
    font-size: 24px;
}

.msg-view-box {
    padding: 10px;
}

/*New css Update 20-Aug-2015*/
a.collapse-toggle {
    text-decoration: none;
}

#message-box-wrapper {
    position: fixed;
    right: 9px;
    width: 34%;
    z-index: 9999;
}

#message-box-toggle span {
    color: #FFFFFF;
}

#message-box-wrapper .panel-body {
    max-height: 491px;
    overflow-y: scroll;
}

.panel-title {
    font-size: 14px;
}

.navbar-primary {
    background-color: #505050;
    border-color: #505050;
}

.navbar-primary .navbar-nav li a:focus,
.navbar-primary .navbar-nav li a:hover {
    background: #fff;
    color: #505050;
}

.navbar-primary .active > a, .navbar-primary .active > a:hover, .navbar-primary .active > a:focus {
    background-color: #28881a;
}

/**New Css for login page */

body.login-page {
    background-color: #efefef;
    font-size: 14px;
    color: #453e3e;
    font-family: 'Ropa Sans', sans-serif;
    margin: 0px;
    padding: 0px;
    background-image: url(../images/login-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}


.search-bg {
    background-image: url("../images/search-bg.png");
    background-repeat: no-repeat;
    height: 524px;
    left: 50%;
    margin-left: -200px;
    margin-top: -82px;
    position: absolute;
    top: 50%;
    width: 618px;
}

input {
    background-image: url(../images/input-bg.png);
    background-size: 100%
}

.container-3 {
    width: 352px;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    margin-bottom: 10px;
}

.container-3 input[type="text"], .container-3 input[type="password"] {
    height: 36px;
    width: 352px;
    background: transparent url(../images/input-bg.png);
    background-repeat: no-repeat;
    border: none;
    padding: 0px 40px 4px 20px;
    font-size: 13px;
    font-weight: bold;
    color: #000;
    font-family: 'Ropa Sans', sans-serif;
}

.icon {
    background-image: url("../images/red-check.png");
    height: 23px;
    position: absolute;
    right: 15px;
    top: 5px;
    width: 24px;
}

.search-inner {
    margin: 145px 33px;
    width: 380px;

    margin: 85px 40px;
    width: 345px;

}

.search-bg h2 {
    font-family: 'Ropa Sans', sans-serif;
    font-size: 24px;
    color: #ed1c24;
    margin: 0px;
    padding: 0px;
    padding-left: 45px;
    font-weight: bold;
}

.search-bg h3 {
    font-family: 'Ropa Sans', sans-serif;
    font-size: 16px;
    color: #453e3e;
    margin: 0px 0 10px 0;
    padding-left: 45px;
    font-weight: bold;
}

.submit-bt button[type="submit"] {
    border: none;
    text-decoration: none;
    width: 149px;
    height: 39px;
    margin: 0 auto;
    background: url(../images/login-bt.png) repeat-x;
    cursor: pointer;
}

.submit-bt {
    width: 150px;
    margin: 0 auto;
}

.forgot-pass {
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px;
    color: #333;
    text-align: center;
}

.forgot-pass a {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.forgot-pass a:hover {
    font-size: 14px;
    font-weight: bold;
    color: #da1921;
}

form#login-form .help-block {
    margin-left: 5px;
}

/**New Css for login page end */

tr.filters .form-control {
    font-size: 12px;
    height: 27px;
    border-radius: 3px;
}

div.site-reset-password .alert-danger {
    color: #000;
    background-color: #F0F8FF !important;
    border-color: #F0F8FF !important;
}

.redtext {
    color: #ef4036;
    font-weight: bold;
}

.greentext {
    color: #55a330;
    font-weight: bold;
}
.orangetext {
    color: #ba5100;
    font-weight: bold;
}

.icon-link {
    font-size: 20px;
    color: #000;
}

.icon-link-pink {
    font-size: 15px;
    color: #fff;
    background: #9B549A;
    border-radius: 5px;
}

a.icon-link-pink:hover, a.icon-link-pink:active, a.icon-link-pink:focus {
    color: #fff;
}

/** 25th Nov 15 */
.btn-warning {
    border-radius: 0px;
    margin: 0px 0px 4px 0px;
    float: left;
    border-right: 0px;
    border: none;
    font-size: 13px;
    outline: none;
}

.col-md-12 .btn-warning:nth-child(1) {
    border-radius: 3px 0px 0px 3px;
}

.col-md-12 .btn-warning:nth-child(2) {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}

.col-md-12 .btn-warning:nth-child(3) {
    border-radius: 0px 3px 3px 0px;
}

.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
    background: #000;
    color: #fff;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning.focus {
    background: #000;
    color: #fff;
}

#message-box-wrapper .panel-primary > .panel-heading {
    border-color: #ef4036;
    background-image: linear-gradient(#ed6763, #ba3430);
}

#message-box-wrapper .panel-primary {
    border-color: #ef4036;
}

.hr-line {
    padding: 0;
}

.hr-line hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
   /* background-color: #82878d;
    color: #fff;*/
    background-color:#d0d0d0;
    color:#000;
}

.help-icon-form{
    float: left;
    margin-right: 10px;
}

.file-footer-caption{
    width: 80px !important;
}

.file-preview-other {
    width: 80px !important;;
    height: 60px !important;;
    border: 1px solid #999 !important;;
    border-radius: 15px !important;;
}

.form-group.outer-label{
    margin-bottom: 0px;
}

.tooltip-inner {
    text-align:left;
}

.table tbody tr td ul{
    padding-left: 15px;
}

/**** Btn css updated at 28-oct-2016 START*****/


.btn {
    border-color: #ba5100;
    color:#fff;
    border-width: 0px 0px 2px 0px;
    border-style: solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    font-family: arial, helvetica, sans-serif;
    padding: 8px 10px 6px 10px;
    text-decoration: none;
    display: inline-block;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    font-weight: bold;
    background-color: #ec6d2d;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ec6d2d), to(#ec6d2d));
    background-image: -webkit-linear-gradient(top, #ec6d2d, #ec6d2d);
    background-image: -moz-linear-gradient(top, #ec6d2d, #ec6d2d);
    background-image: -ms-linear-gradient(top, #ec6d2d, #ec6d2d);
    background-image: -o-linear-gradient(top, #ec6d2d, #ec6d2d);
    background-image: linear-gradient(to bottom, #ec6d2d, #ec6d2d);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ec6d2d, endColorstr=#ec6d2d);
}
.btn:hover, .btn:focus,.btn:active {
    color:#fff; text-decoration:none;
    border-color: #ba5100;
    border-width: 0px 0px 2px 0px;
    border-style: solid;
    opacity:0.8;

}

.btn-danger:active:hover, .btn-danger.active:hover, .open > .dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open > .dropdown-toggle.btn-danger:focus, .btn-danger.focus:active, .btn-danger.active.focus, .open > .dropdown-toggle.btn-danger.focus {
    color: #fff;
    text-decoration: none;
    background-color: #e63127;
    border-color: #991008;
    border-width: 0px 0px 2px 0px;
    border-style: solid;
}

.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary.focus:active, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
    color: #fff;
    text-decoration: none;
    background-color: #55a330;
    border-color: #155f11;
    border-width: 0px 0px 2px 0px;
    border-style: solid;
}
.btn-primary,.btn-success,.btn-green {
    border-color: #155f11;
    color:#fff;
    border-width: 0px 0px 2px 0px;
    border-style: solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    font-family: arial, helvetica, sans-serif;
    padding: 10px 10px 6px 10px;
    text-decoration: none;
    display: inline-block;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    font-weight: bold;
    background-color: #55a330;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#55a330), to(#22851c));
    background-image: -webkit-linear-gradient(top, #55a330, #22851c);
    background-image: -moz-linear-gradient(top, #55a330, #22851c);
    background-image: -ms-linear-gradient(top, #55a330, #22851c);
    background-image: -o-linear-gradient(top, #55a330, #22851c);
    background-image: linear-gradient(to bottom, #55a330, #22851c);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#55a330, endColorstr=#22851c);
}
.btn-primary:hover,.btn-success:hover,.btn-green:hover, .btn-success:focus, .btn-primary:focus,.btn-green:focus {
    color:#fff; text-decoration:none;
    border-color: #155f11;
    border-width: 0px 0px 2px 0px;
    border-style: solid;
    opacity:0.8;

}

.btn-danger  {
    border-color: #991008;
    color:#fff;
    border-width: 0px 0px 2px 0px;
    border-style: solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    font-family: arial, helvetica, sans-serif;
    padding: 10px 10px 6px 10px;
    text-decoration: none;
    display: inline-block;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    font-weight: bold;
    background-color: #e63127;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e63127), to(#c4251c));
    background-image: -webkit-linear-gradient(top, #e63127, #c4251c);
    background-image: -moz-linear-gradient(top, #e63127, #c4251c);
    background-image: -ms-linear-gradient(top, #e63127, #c4251c);
    background-image: -o-linear-gradient(top, #e63127, #c4251c);
    background-image: linear-gradient(to bottom, #e63127, #c4251c);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#e63127, endColorstr=#c4251c);
}
.btn-danger:hover, .btn-danger:focus {
    color:#fff; text-decoration:none;
    border-color: #ba5100;
    border-width: 0px 0px 2px 0px;
    border-style: solid;
    opacity:0.8;

}
/**** Btn css added at 12-july-2017 START*****/
.btn-black  {
    border-color: #636363;
    color:#fff;
    border-width: 0px 0px 2px 0px;
    border-style: solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    font-family: arial, helvetica, sans-serif;
    padding: 10px 10px 6px 10px;
    text-decoration: none;
    display: inline-block;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    font-weight: bold;
    background-color: #636363;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#636363), to(#636363));
    background-image: -webkit-linear-gradient(top, #636363, #636363);
    background-image: -moz-linear-gradient(top, #636363, #636363);
    background-image: -ms-linear-gradient(top, #636363, #636363);
    background-image: -o-linear-gradient(top, #636363, #636363);
    background-image: linear-gradient(to bottom, #636363, #636363);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#636363, endColorstr=#636363);
}
.btn-black:hover, .btn-black:focus {
    color:#fff; text-decoration:none;
    border-color: #636363;
    border-width: 0px 0px 2px 0px;
    border-style: solid;
    opacity:0.8;

}
/**** Btn css added at 12-july-2017 END*****/

.btn-box-tool{
    padding: 6px 8px 5px !important;
}
/**** Btn css updated at 28-oct-2016 END*****/

.modal-header h4.modal-title{
    position: inherit;
}
/**** added new css*****/
.jumbotron {padding-top: 0px !important; padding-left: 0px !important;}

/*for star rating*/
    .star-rating {
  font-size: 0;
  white-space: nowrap;
  display: inline-block;
  /* width: 250px; remove this */
  height: 28px;/*for height adjustment http://jsfiddle.net/CAVpz/*/
  overflow: hidden;
  position: relative;
  background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjREREREREIiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=');
  background-size: contain;
}
.star-rating i {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  /* width: 20%; remove this */
  z-index: 1;
  background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjRkZERjg4IiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=');
  background-size: contain;
}
.star-rating input {
  -moz-appearance: none;
  -webkit-appearance: none;
  opacity: 0;
  display: inline-block;
  /* width: 20%; remove this */
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
  position: relative;
}
.star-rating input:hover + i,
.star-rating input:checked + i {
  opacity: 1;
}
.star-rating i ~ i {
  width: 40%;
}
.star-rating i ~ i ~ i {
  width: 60%;
}
.star-rating i ~ i ~ i ~ i {
  width: 80%;
}
.star-rating i ~ i ~ i ~ i ~ i {
  width: 100%;
}
::after,
::before {
  height: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}

.star-rating.star-5 {width: 142px;} /*for width adjustment*/
.star-rating.star-5 input,
.star-rating.star-5 i {width: 20%;}
.star-rating.star-5 i ~ i {width: 40%;}
.star-rating.star-5 i ~ i ~ i {width: 60%;}
.star-rating.star-5 i ~ i ~ i ~ i {width: 80%;}
.star-rating.star-5 i ~ i ~ i ~ i ~i {width: 100%;}

.star-rating.star-3 {width: 150px;}
.star-rating.star-3 input,
.star-rating.star-3 i {width: 33.33%;}
.star-rating.star-3 i ~ i {width: 66.66%;}
.star-rating.star-3 i ~ i ~ i {width: 100%;}

/*end star rating*/

/*checkbox style start*/

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -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(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
    a.notif {
  text-decoration: none;
  font-size: 20px;
  color: #34495e;
}
a.notif:hover {
  text-decoration: none;
  font-size: 20px;
  color: #bdc3c7;
}
.notif span {
  display: block;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; 
  background-color: #FFF;
  -webkit-box-shadow: 1px 1px 5px #808080;
  -moz-box-shadow: 1px 1px 5px #808080;
  box-shadow: 1px 1px 5px #808080;  
  padding: 0px;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  line-height: 19px;
  text-align: center;
  position: relative;
}

mark {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 2px solid #FFF;
    width: 20px;
    height: 20px;
    background-color: #f00;
    position: absolute;   
    font-size: 10px;
    line-height: 11px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #FFF;
    font-weight: 700;
    /*right: 39px;*/
    padding: 2px 0px 0px 5px;
}
.badgedisapprov{
    position: relative;
    top: 0px;
    right: 0px;
    padding: 1px 5px 1px 5px;
    border-radius: 50%;
    background-color: red !important;
    color: #fff !important;
}
 a > span > mark {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;   
-webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;  
}
 a > span > mark {
  -webkit-animation-name: bounce;
          animation-name: bounce;  
}

.widget-box-two.dashboard-stats__item_red {
    background-color: #ef5350;
      border-color: #ef5350 !important;
}

.widget-box-two.dashboard-stats__item_orange {
    background-color: #ffa726;
      border-color: #ffa726 !important;
}

/*checkbox styele end*/
.widget-two-purple {
    background-color: #8892d6 !important;
    border-color: #8892d6 !important;
}
.widget-two-info {
    background-color: #45bbe0 !important;
    border-color: #45bbe0 !important;
}
.widget-two-pink {
    background-color: #F06292 !important;
    border-color: #F06292 !important;
}
.widget-two-success {
    background-color: #78c350 !important;
    border-color: #78c350 !important;
}
.deshborad_desgin .card {
    border: 1px solid #333e4e;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 30px;
    background-color: #2b3442;
}
.deshborad_desgin .card .card-body {
    padding: 20px;
}
.deshborad_desgin .widget-box-two .widget-two-icon {
    position: absolute;
    right: 30px;
    font-size: 30px !important;
    top: 30px;
    overflow: hidden;
    vertical-align: middle;
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    border-radius: 50%;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.2);
}
.deshborad_desgin .mdi {
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.deshborad_desgin .card .card-body p {
    line-height: 24px;
}
.widget-box-two p {
    font-size: 14px;
}
.deshborad_desgin .text-white {
    color: #ffffff !important;
}
.deshborad_desgin .font-600 {
    font-weight: 600;
}
.deshborad_desgin .font-secondary {
    font-family: "Poppins", sans-serif;
}
.deshborad_desgin .text-overflow {
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
    overflow: hidden;
}
.deshborad_desgin .panel1>.panel-heading {
    color: #333;
    background-color: transparent;
    border-color: rgba(0,0,0,.07);
}
.deshborad_desgin .panel1 .panel-title {
    font-size: 18px;
        margin-top: 0;
    margin-bottom: 0;
}
.deshborad_desgin .dashboard-comments__item {
    position: relative;
    padding: 18px 20px;
    border-bottom: 1px solid #eee;
}
.deshborad_desgin .dashboard-comments__avatar {
    display: block;
    float: left;
    margin-right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}
.deshborad_desgin .dashboard-comments__body {
    overflow: hidden;
}
.deshborad_desgin .dashboard-comments__avatar>img {
    width: 100%;
    height: auto;
}
.deshborad_desgin .dashboard-comments__sender {
    color: #212121;
    font-weight: 700;
    margin: 5px 0;}
 .deshborad_desgin   .dashboard-comments__sender>small {
    margin-left: 5px;
    font-size: 12px;
    font-weight: 400;
    color: #9e9e9e;
}
.deshborad_desgin .dashboard-comments__content {
    color: #757575;
}
.deshborad_desgin .dashboard-comments__controls {
    margin-top: 10px;
}
.deshborad_desgin .dashboard-comments__controls>a {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    color: #757575;
}
.deshborad_desgin .dashboard-comments__controls>a:focus, .dashboard-comments__controls>a:hover {
    color: #1f8fe7;
}
.deshborad_desgin .panel-body>:first-child {
    margin-top: 0;
}
.deshborad_desgin .dashboard-feed__item {
  padding: 12px 9px 19px 0px;
    border-bottom: 1px solid #ededed;
    color: #757575;
}

.deshborad_desgin .dashboard-feed__item>.label {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: inline-block;
    padding: 0;
    margin-right: 10px;
    border-radius: 50%;
}
.deshborad_desgin .dashboard-feed__item:last-child {
    border-bottom: 0 !important;
}
.deshborad_desgin .dashboard-feed__item>small {
    float: right;
    color: #aaa;
}
.deshborad_desgin .dashboard-feed__item:after {
    clear: both;
}
.deshborad_desgin .dashboard__milestones__timeline {
    display: -webkit-box;
    display: flex;
    list-style: none;
    padding: 60px 30px;
}
.deshborad_desgin .dashboard__milestones__timeline>li.complete {
    border-color: #ffab00;
}
.deshborad_desgin .dashboard__milestones__timeline>li {
    position: relative;
    border-top: 2px solid #ededed;
    -webkit-box-flex: 1;
    flex-grow: 1;
}
/*.deshborad_desgin .dashboard__milestones__timeline>li:first-child:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 15px;
    height: 15px;
    border: 2px solid #ffab00;
    border-radius: 50%;
    background-color: #ffab00;
    -webkit-transform: translateY(calc(-50% - 1px));
    transform: translateY(calc(-50% - 1px));
}*/
.deshborad_desgin .dashboard__milestones__timeline>li.complete>a {
    background-color: #ffab00;
}
.deshborad_desgin .dashboard__milestones__timeline>li>a {
    position: absolute;
    top: 0;
    /*right: 0;*/
    display: block;
    width: 15px;
    height: 15px;
    border: 2px solid #ffab00;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transform: translateY(calc(-50% - 1px));
    transform: translateY(calc(-50% - 1px));
}
.deshborad_desgin .dashboard__milestones__timeline>li:first-child:after {
    content: attr(data-start);
    position: absolute;
    left: 0;
    top: -35px;
    display: block;
    color: #757575;
    -webkit-transform: translateX(calc(-50% + 7.5px));
    transform: translateX(calc(-50% + 7.5px));
}
.deshborad_desgin .dashboard__milestones__timeline>li.complete {
    border-color: #ffab00;
}
.deshborad_desgin .dashboard__milestones__timeline>li {
    position: relative;
    border-top: 2px solid #ededed;
    -webkit-box-flex: 1;
    flex-grow: 1;
}
.deshborad_desgin .dashboard__milestones__timeline>li>a>time {
    position: absolute;
    left: 50%;
    top: -30px;
    display: block;
    min-width: 100px;
    text-align: center;
    color: #757575;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.deshborad_desgin .subheading {
    margin-bottom: 15px;
    font-size: 16px;
}
.deshborad_desgin .tab-content>.active {
    display: block;
}
.deshborad_desgin .label-success {
    background-color: #4caf50;
}
.deshborad_desgin .text-muted {
    color: #757575;
    margin: 0 0 9px;
}
.deshborad_desgin .dashboard__tasks .checkbox:active, .dashboard__tasks .checkbox:focus, .dashboard__tasks .checkbox:hover {
    background-color: #f9f9f9;
}
.deshborad_desgin .dashboard__tasks .checkbox {
    margin: 0;
    padding: 12px 20px;
}
.deshborad_desgin .dashboard__tasks .checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.deshborad_desgin .checkbox-inline input[type=checkbox], .checkbox input[type=checkbox], .radio-inline input[type=radio], .radio input[type=radio] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px\9;
}
.deshborad_desgin form input[type=checkbox] {
    display: none;
}
.deshborad_desgin input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}
.deshborad_desgin .dashboard__tasks .checkbox+.checkbox {
    border-top: 1px solid #ededed;
}
.deshborad_desgin .dashboard__tasks .checkbox {
    margin: 0;
   padding: 14px 10px 29px 10px;
}
.deshborad_desgin form input[type=checkbox]+label {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    padding-left: 0;
    color: #757575!important;
}
.deshborad_desgin form input[type=checkbox]:checked+label:before {
    background-color: #ffab00;
    border-color: #ffab00;
}
.deshborad_desgin form input[type=checkbox]+label:before {
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    min-width: 18px;
    content: "\f00c";
    font-family: FontAwesome;
    margin-right: 15px;
    margin-bottom: 4px;
    background-color: #fff;
    border-radius: 2px;
    border: 2px solid #ededed;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
}
.deshborad_desgin table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 18px;
}
.deshborad_desgin table {
    background-color: transparent;
}
.deshborad_desgin table {
    border-collapse: collapse;
    border-spacing: 0;
}
.deshborad_desgin .table tfoot tr th, .table thead tr th {
    border-bottom-width: 1px;
    vertical-align: middle;
    font-weight: 500;
    font-size: 12px;
    color: #757575;
}
.deshborad_desgin .table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ededed;
}
.deshborad_desgin .table tbody tr td {
    vertical-align: middle;
    color: #212121;
}
.deshborad_desgin .dashboard__users__username__img {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 50%;
    overflow: hidden;
}
.deshborad_desgin .dashboard__users__username__img>img {
    width: 100%;
    height: auto;
}
.deshborad_desgin .dashboard__users__status.active {
    color: #4caf50;
}
.deshborad_desgin .dashboard__users__status.pending {
    color: #ffc107;
}
.deshborad_desgin .dashboard__users__username {
    font-weight: 700;
}
.deshborad_desgin .table-hover>tbody>tr:hover, .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.deshborad_desgin table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 10px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ededed;
}
h2.header-top {
    background: #f9f9f9;
    padding: 8px;
    border: 1px solid #ddd;
    margin-top: 0px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    overflow: hidden;
} 
.samth th {
    text-transform: capitalize;
}
.declined_btn1 a{
float: right;text-align: right;
background: #008000;
color: #fff;
padding: 5px 5px;
border-radius: 10px;
text-decoration: none;
}
.declined_btn1 {
float: right;
width: 21% !important;
text-align: right;
margin-top: -6px;}
.declined_btn2 a{
  background: #f60707;
color: #fff;
text-align: right;
padding: 7px 5px;
border-radius: 10px;
text-decoration: none;  
}
.declined_btn2{float: right;text-align: right;width: 5% !important;}

.header-top span {
    font-size: 14px;
}

.header-top a{
    color: #000;
    font-weight: normal;
}
.note_first{
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
}
/*Question Answer-----------*/
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border: 1px solid #ddd;
}
.panel-group,
.panel-group .panel,
.panel-group .panel-heading,
.panel-group .panel-heading a,
.panel-group .panel-title,
.panel-group .panel-title a,
.panel-group .panel-body,
.panel-group .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-radius: 2px;
  border: 0;
}
.panel-group .panel-heading {
  padding: 0;
}
.panel-group .panel-heading a {
  display: block;
  background: #333;/*668bb1*/
  color: #ffffff;
  padding: 10px;
  text-decoration: none;
  position: relative;
}
.panel-group .panel-heading a.collapsed {
  background: #eeeeee;
  color: inherit;
}
.panel-group .panel-heading a:after {
  content: '-';
  position: absolute;
  right: 20px;
  top:0px;
  font-size:30px;
}
.panel-group .panel-heading a.collapsed:after {
  content: '+';
}
/*.panel-group .panel-collapse {
  margin-top: 5px !important;
}*/
.panel-group .panel-body {
  background: #ffffff;
  padding: 15px;
}
.panel-group .panel {
  background-color: transparent;
}
.panel-group .panel-body p:last-child,
.panel-group .panel-body ul:last-child,
.panel-group .panel-body ol:last-child {
  margin-bottom: 0;
}
/*__________________________*/
span.icon_score1 {
  background: #DC143C;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 1em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 2em;
  margin-right: 0px;
  text-align: center;
  width: 2em; 
}
span.icon_score2 {
  background: #FF3300;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 1em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 2em;
  margin-right: 0px;
  text-align: center;
  width: 2em; 
}
span.icon_score3 {
  background:  #FF6F00;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 1em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 2em;
  margin-right: 0px;
  text-align: center;
  width: 2em; 
}
span.icon_score4 {
  background:  #33CC00;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 1em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 2em;
  margin-right: 0px;
  text-align: center;
  width: 2em; 
}
span.icon_score5 {
  background: #009900;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 1em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 2em;
  margin-right: 0px;
  text-align: center;
  width: 2em; 
}
.bg_score{
  background-color: #f1f1f1 !important;
}
/* for profile_______*/
.column-left-info{
    text-align: left;
    font-size: 15px; 
    font-weight: bold;
   /* width: 33% !important;*/
}
.column-right-info{
    text-align: left;
    font-size: 15px; 
    color: #000;

    /*width: 66% !important;*/
}
.column-left-info-mid{
    text-align: left;
    font-size: 15px; 
    font-weight: bold;
    width: 50% !important;
}
.column-right-info-mid{
    text-align: left;
    font-size: 15px; 
    color: #000;
    padding-left: 0px;
    width: 45% !important;
}
.comment-left-info{
    text-align: right;
    font-size: 15px; 
    font-weight: bold;
    width: 27% !important;
}
.comment-right-info{
    text-align: left;
    font-size: 15px; 
    width: 73% !important;
    padding: 0px;
    padding: 0px 10px;
}

.profile-top h3{
font-weight: bold;
text-transform: uppercase;
font-size: 16px;
margin-top: 10px;
margin-bottom: 4px !important;
text-align: left;
padding-left: 14px;

}

.profile-top img {
height: 135px;

}

.profile-top h4{
font-size: 18px;
font-weight: bold;
}

/*@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");
.panel-title > a:before {
float: right !important;
font-family: FontAwesome;
content:"\f068";
padding-right: 5px;
}
.panel-title > a.collapsed:before {
float: right !important;
content:"\f067";
}
.panel-title > a:hover,
.panel-title > a:active,
.panel-title > a:focus  {
text-decoration:none;
}*/
.table.samth{
    margin-bottom: 0px !important;
}
.column-left-info{
    text-align: left;
    font-size: 15px; 
    font-weight: bold;
    width: 33% !important;
}
.column-right-info{
    text-align: left;
    font-size: 15px; 
    color: #000;
    width: 70% !important;
    margin-left: -20px;
}
.column-left-info-mid{
    text-align: left;
    font-size: 15px; 
    font-weight: bold;
    width: 53% !important;
}
.column-right-info-mid{
    text-align: left;
    font-size: 15px; 
    color: #000;
    padding-left: 0px;
    width: 47% !important;
}
.column-left-info-evolution{
    text-align: left;
    font-size: 15px; 
    font-weight: bold;
    width: 47% !important;
}
.column-right-info-evolution{
    text-align: left;
    font-size: 15px; 
    font-weight: bold;
    color: #ff0000;
    width: 53% !important;
    margin-left: -15px;
}
.column-left-info-status{
     text-align: left;
    font-size: 15px; 
    font-weight: bold;
    width: 38% !important;
}
.column-right-info-status{
    text-align: left;
    font-size: 12px; 
    font-weight: bold;
    color: #55a330 ;
    width: 62% !important;
    margin-left: -15px;
}
.candidate_profile{
   text-align: left; 
}
.candidate_profile img{
     width: 70%;
}
.experience_cand_pro span{
 text-transform: capitalize;
}
.experience_cand_pro h3{
    font-weight: bold;
    text-transform: capitalize;
}
.tab-resume{
    margin-top: -1px;
}.font_capital_first{
text-transform: capitalize;
}
.createvideo{
 float: right;   
}
.createvideo i{
 color: #ff0000; 
}

.video-start{
    border: none;
 }
.video-start .glyphicon-pause{
      background: #d73131;
    padding: 5px 14px 9px 13px !important;
    font-size: 14px;
      top: -3px;
  }
.video-start  .glyphicon.glyphicon-play {
    background: #12e61a;;
    padding: 5px 14px 9px 13px !important;
    font-size: 14px;
      top: -3px;
}
.reference-heading{
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    font-weight: bold;
}
.email-input{
    float: right;
margin-right: 4px;
margin-top: -39px;
position: relative;
z-index: 2;
color: red;
font-size: 28px;
  }
.invite-detail span{
font-weight: bold;
}
.invite-detail{
padding: 6px 0px 10px 0px;
border-bottom: 1px solid #ccc;
font-size: 16px;
}
#name-refer{
    font-weight: normal;
}
#company-refer{
    font-weight: normal;
}
.refer-heading span{
    font-size: 22px;
    color: #a49d9d;
}
.refer-heading {
       font-size: 15px;
    
}
.refer-centent-top{
    border-bottom: 2px solid #d7d0d0;
    padding: 0px 3px 2px 1px;
}
.scrore-table tr th{
    font-weight: bold !important;
    text-align: center;
}
.scrore-table tr td{
    text-align: center;
}
.score_tr {
    background-color: #d6dce4 !important;
    font-weight: bold;
}
.total_score{
    font-weight: bold;    
}
.candidate_search_bt{
padding: 7px 5px 5px 5px !important;
}
.can_name_src{
 width:80%;
height: 20px;
margin-left: 14px;
padding: 0px 0px !important;
}
.uncomplete-bar-candt{
    background: #A9A9A9;
    height: 25px;
    margin-bottom: 5px;
    margin-left: 15px;
    width: 146px;
}
.register_tittle .uncomplete-bar-candt{
    background: none !important;
    text-align: center;
    margin-bottom: 10px;
    color: #000;
    font-size: 12px;
    font-weight: 700;
}
.complete-bar-candt{
    background: #008000;
    height: 25px;
    margin-bottom: 5px;
    margin-left: 15px;
    width: 146px;
}
.tabs-last.nav-tabs > li:last-child{
 float: right !important;
}
.tabs-last.nav-tabs > li:nth-last-child(2){
 float: right !important;
}
.tabs-last.nav-tabs > li:nth-last-child(3){
 float: right !important;
}
.tabs-last.nav-tabs > li:nth-last-child(4){
 float: right !important;
}
.tabs-last.nav-tabs > li:nth-last-child(5){
 float: right !important;
}
.tabs-last.nav-tabs > li:nth-last-child(6){
 float: right !important;
}
.tabs-last.nav-tabs > li:nth-last-child(7){
 float: right !important;
}
.tabs-last.nav-tabs > li:nth-last-child(8){
 float: right !important;
}
.tabs-last.nav-tabs > li:nth-last-child(9){
 float: right !important;
}
.tabs-last.nav-tabs > li:nth-last-child(10){
 float: right !important;
}
.tabs-last.nav-tabs > li:nth-last-child(11){
 float: right !important;
}
.tabs-last.nav-tabs > li:nth-last-child(12){
 float: right !important;
}
.tabs-last.nav-tabs > li:nth-last-child(13){
 float: right !important;
}




mark.marks {
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
border: 2px solid 
#FFF;
width: 18px;
height: 18px;
background-color:
#f00;
position: absolute;
font-size: 10px;
line-height: 11px;
font-family: 'Roboto', sans-serif;
font-weight: 400;
color:
#FFF;
font-weight: 700;
/*right: 39px;*/
padding: 1px 0px 0px 0px;
}
.table-bordered .nameleft{
    text-align: left;
}

.msg-right-accordion{
text-align: right;
padding-right: 58px;
}
.table tbody tr.unreadMsg td {
    font-weight: bold;
    color:#0000FF !important;
}
.recm_image{
    position: relative;
    display: inline;
}
.recm_text{
    position: absolute;
  top: 1px;
left: -2px;
   width: 100%;
   margin: 0 auto;
  
  color: #fff;
   font-size: 12px;
}
.section-shift{
margin-left: -20px;
}
.invite {
    color: green;
}
.invite-gray {
    color: gray;
}
.offer-body legend{
    display: block;
    width: 100%;
    margin-bottom: 20px;
    line-height: inherit;
    color: #333333;
    /*border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;*/
    /*border-bottom: 1px solid#e5e5e5;*/
    background:#d9e1f2;
    padding: 0px 0px 0px 5px;
    height: 36px !important;
}
.offer-body h3{
    margin-top: 7px !important;
}
.offer-body th{
    text-align: center;
}
.offer-body td{
    text-align: center;
}
.invite {
    color: green;
}
.userIconGrey {
    color: gray!important;    
}

/*Progressbar*/
.progressbar.candidate {
    margin: 5px 0px 20px 9px;
     padding: 0;
    counter-reset: step;
    width: 100%;
    float: left;
}
.progressbar.candidate li {
    width: 14% !important; 
}

.progressbar.refer_de{
   margin: 5px 0px 0px 26px !important;
   width: 100% !important;
}
.progressbar.refer_de li{
   width: 26% !important;
}
.progressbar {
      margin: 20px 0px 20px -44px;
    padding: 0;
    counter-reset: step;
    width: 1193px;
    float: left;
}
.progressbar li {
  list-style-type: none;
  width: 11%;
  float: left;
  font-size: 12px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #000;
      z-index: 0;
         
}
.progressbar li:before {
  width: 23px;
  height: 23px;
 /* content: counter(step);
  counter-increment: step;*/
  line-height: 20px !important;
  border: 2px solid #7d7d7d;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: white;
  content: "\f00c";
 font-family: FontAwesome;
 color: #fff;
}
.progressbar li.active:before {
    color: #fff;
}
.progressbar li:after {
  width: 100%;
  height: 5px;
  content: '';
  position: absolute;
  background-color: #7d7d7d;
  top: 10px;
 left: -43%;
  z-index: -1;
}
.progressbar li:first-child:after {
  content: none;
}
.progressbar li.active {
  color:  #000;
}
.progressbar li.active:before {
  border-color: #55b776;
  background: #55b776;
}
.progressbar li.active + li:after {
 /* background-color:  #fe3b3b;*/
}
.progressbar li.next {
  color:  #000;
}
.progressbar li.next:before {
  border-color: #e98242;
  background: #e98242;
}
.progressbar li.next + li:after {
  background-color:  #7d7d7d;
}
.progressbar li.next:before {
    color: #e98242;
}
.progressbar li.cross:before {
 line-height: 26px;
 font-size: 19px;  
  color: #fe3b3b;
 content: "\f00d";
 font-family: FontAwesome;
}
.withdrawn_btn a{
background: #ff7000;
    color: #fff;
    padding: 5px 5px;
    border-radius: 10px;
    text-decoration: none;
}
.withdrawn_btn.qw a{
background: #00af4b;
color: #fff;
padding: 5px 5px;
text-decoration: none;
border-radius: 0px;

}
.withdrawn_btn.qw span{
background: #c00000;
color: #fff;
padding: 5px 5px;
margin-left: 5px;
text-decoration: none;
}
.withdrawn_btn.qw span a{
    background: none !important;
    padding: 0px !important;
}

.declined_btn a{
background: #ff7000;
    color: #fff;
    padding: 5px 5px;
     border-radius: 10px;
     text-decoration: none;
   
 
  
}
.col-md-6.withdrawn_btn.qw{
    float: right;
    margin-top: -30px;
}

  /* deshbord======================================================================= */
  .deshbord ul li{
    list-style: none;
    width: 18%;
display: inline-block;
list-style: none;
padding: 0px;
margin-right: 20px;
  }
    .deshbord ul {
        display: block;
        padding: 0px;
    }
  
    .deshbord a:hover{
         text-decoration: none !important;
        color: #fff !important;
    }

.deshbord .update-card {
    color: #fff;
}
.deshbord .bg-c-yellow {
    background: -webkit-gradient(linear, left top, right top, from(#fe9365), to(#feb798));
    background: linear-gradient(to right, #fe9365, #feb798);
}
.deshbord .bg-c-yellow:hover {  
   background: -webkit-gradient(linear, left top, right top, from(#01a9ac), to(#01dbdf));
    background: linear-gradient(to right, #01a9ac, #01dbdf);
}
.deshbord .card {
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 20px 0 rgba(69,90,100,0.08);
    box-shadow: 0 1px 20px 0 rgba(69,90,100,0.08);
    border: none;
    margin-bottom: 30px;
}
.deshbord .card-block {
  padding: 1.25rem 27px;
}
.deshbord .text-white {
    color: #fff !important;
    font-size: 18px;
}
.deshbord .fa-clock-o{
    font-size: 17px;
    padding-right: 5px;
}
.bg-flat-color-4 {
    background: #f86c6b;
}
.deshbord  .icon_deshbord {
    font-size: 52px;
    margin-top: -60px;
}
.deshbord  .update-card .card-footer {
    background-color: transparent;
    border-top: 1px solid #fff;
}
.load_more{
    text-align: center;
    padding-bottom: 20px;
}
.load_more a{
    background:#ff7000;
    padding: 10px 5px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
}
.load_more a:hover{
  background:#505050;
   text-decoration: none;
}
.body-content1{
    background: #fff none repeat scroll 0 0;
border-radius: 4px;
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
padding: 16px 0px;
width: 1180px;
}
.deshbord  .card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}
.deshbord  .card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125);
}
.bg-c-lite-green {
    background: -webkit-gradient(linear, left top, right top, from(#01a9ac), to(#01dbdf));
    background: linear-gradient(to right, #01a9ac, #01dbdf);
}
.bg-c-pink {
    background: -webkit-gradient(linear, left top, right top, from(#fe5d70), to(#fe909d));
    background: linear-gradient(to right, #fe5d70, #fe909d);
}
.bg-c-green {
    background: -webkit-gradient(linear, left top, right top, from(#0ac282), to(#0df3a3));
    background: linear-gradient(to right, #0ac282, #0df3a3);
}
.approvel_review .card-header {
    padding: 1.25rem 1.5rem;
    margin-bottom: 0;
    background-color:#0cb4c9;
    border-bottom: 1px solid rgba(0,0,0,.05);
    color: #fff;
}
.approvel_review .card{
webkit-box-shadow: 0 0 2rem 0 rgba(136,152,170,.15);
box-shadow: 0 0 2rem 0 rgba(136,152,170,.15);
border: 0;
margin:0px -8px;
}
.approvel_review .card .table > tbody > tr > td{
padding: 15px 8px;
background: #fff;
}
.graff .imgages_section img{
    max-width: 100%;
}
.graff{
    margin-bottom: 20px;
}
.graff .card{
webkit-box-shadow: 0 0 2rem 0 rgba(136,152,170,.15);
box-shadow: 0 0 2rem 0 rgba(136,152,170,.15);
border: 0;
padding: 0px 7px;
}
.approvel_review .col-md-3{
    margin: 0px;
}
.graff .bg-dark1 {
    background-color: #343a40 !important;
}
.graff .p-10 {
    padding: 20px;
}
.graff .text-white {
    color: #fff !important;
}
.graff .m-b-5 {
    margin-bottom: 5px;
}
.graff .font-16 {
    font-size: 16px;
}
.graff .m-b-0 {
    margin-bottom: 3px;
}
.graff .m-t-5 {
   margin-top: 7px;
font-size: 18px;
font-weight: 900;
}
.graff .font-light {
    font-weight: 300;
}
.graff .m-t-15 {
    margin-top: 15px;
}
.deshbord .bg-cyan {
    background-color: #27a9e3 !important;
}
.deshbord .card-hover {
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease;
}
.deshbord .box {
    border-radius: 2px;
    padding: 10px;
}
.deshbord .bg-success {
    background-color: #28b779 !important;
}
.deshbord .bg-warning {
    background-color: #ffb848 !important;
}
.deshbord .bg-danger {
    background-color: #da542e !important;
}
.deshbord .bg-info {
    background-color: #2255a4 !important;
}
.deshbord .bg-danger {
    background-color: #da542e !important;
}
.card-hover:hover {
    webkit-transform: translateY(-4px) scale(1.01);
    -moz-transform: translateY(-4px) scale(1.01);
    -ms-transform: translateY(-4px) scale(1.01);
    -o-transform: translateY(-4px) scale(1.01);
    -webkit-transform: translateY(-4px) scale(1.01);
    transform: translateY(-4px) scale(1.01);
    -webkit-box-shadow: 0 14px 24px rgba(62, 57, 107, 0.1);
    box-shadow: 0 14px 24px rgba(62, 57, 107, 0.1);
}
.deshbord i{
    font-size:30px;
}

.approvel_review .ml-auto {
 text-align: right;
display: inline-block;
float: right;  
}

.approvel_review .ml-auto span{
   float: left; 
}
.approvel_review .progress {
    height:7px;
    overflow: hidden;
    font-size: 0.65625rem;
    background-color: #f8f9fa;
    border-radius: 2px;
}
.approvel_review .progress-bar{
    background-color: #7460ee;
    -webkit-transition: width 0.6s ease;
-o-transition: width 0.6s ease;
transition: width 0.6s ease;
}
.approvel_review .bg-success {
    background-color: #28b779 !important;
}
.approvel_review .bg-danger {
    background-color: #da542e !important;
}
.approvel_review .bg-info {
    background-color: #2255a4 !important;
}
.approvel_review .d-flex.no-block{
    padding: 10px 8px;
}
.b0{
    border: 1px #cdcdcd solid !important;
}
.apreview .card-header {
    padding:2px 12px;
    }
    .apreview .card-header .h3.mb-0 {
    font-size: 17px;
    padding: 0px;
    margin: 13px 0px;
}