/*body {
	background:#fff;
	font-family: Roboto, sans-serif;
	margin:0px;
	padding:0px;
	color:#404852;
	font-size:13px;
	height:100%;
	line-height:22px;
	word-spacing:2px;
}*/
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700');

.loginbg {
    /*background:#f76c6c;
	background:#5d81ec;*/
    background: #202b3d;
}


.roundedcorners {
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.loginphoto {
    margin-top: -100px;
    border: solid 5px #ddd;
    -webkit-box-shadow: 0px 7px 52px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 7px 52px 3px rgba(0,0,0,0.2);
    box-shadow: 0px 7px 52px 3px rgba(0,0,0,0.2);
    background:#fff;
}

.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
}

.loginwrapper {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 350px;
    background: #FFF url(../images/loginbg.png) center bottom;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0px 0px 2px 2px rgba(153, 153, 153, 0.33);
    -moz-box-shadow: 0px 0px 2px 2px rgba(153, 153, 153, 0.33);
    box-shadow: 0px 0px 2px 2px rgba(153, 153, 153, 0.33);
    padding: 40px 30px;
}

h1 {
    color: #404852;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif;
}

    h1 label {
        color: #404852;
        font-size: 16px;
        font-weight: 600;
        font-family: 'Source Sans Pro', sans-serif;
    }

h2 {
    color: #474a53;
    font-size: 24px;
    font-weight: 400;
}

    h2.title {
        margin: 5px 0px 5px 0px;
        padding: 0px 0px;
        font-size: 22px;
        border: solid 1px #fff;
        font-weight: 400;
    }

h3 {
    /*font-family: Roboto Condensed, sans-serif;*/
    font-family: 'Source Sans Pro', sans-serif;
    color: #404852;
    font-size: 19px;
    font-weight: 600;
    margin-top: 9px;
    margin-bottom: 9px;
}

h4 {
    /*font-family: Roboto Condensed, sans-serif;*/
    font-family: 'Source Sans Pro', sans-serif;
    color: #404852;
    font-size: 17px;
    font-weight: 600;
    margin-top: 9px;
    margin-bottom: 9px;
}

.txtDark {
    color: #474a53;
}

.bottomborder {
    border-bottom: solid 1px #e0e1ed;
    padding-bottom: 5px;
}

.loginwrapper input[type=text] {
    width: 96%;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 1px #e0e0e0 solid;
    /*margin-top:15px;*/
    margin: 0px;
    padding: 10px 2%;
    font-size: 14px;
    font-family: Roboto, sans-serif;
}

    .loginwrapper input[type=text]:focus {
        outline: none;
        border-bottom: 1px #809ffc solid;
    }

.loginwrapper input[type=password] {
    width: 96%;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 1px #e0e0e0 solid;
    margin-top: 15px;
    padding: 10px 2%;
    font-size: 14px;
    font-family: Roboto, sans-serif;
}

    .loginwrapper input[type=password]:focus {
        outline: none;
        border-bottom: 1px #809ffc solid;
    }

.bluebutton {
    border-radius: 35px;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    /*background-color: #f76c6c;*/
    background-color: #5d81ec;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 13px;
    padding: 10px 25px;
    width: auto;
    cursor: pointer;
    margin: 5px;
    font-weight: 600;
    outline: none;
}

    .bluebutton:hover {
        background-color: #3391f1;
        color: #FFFFFF;
    }
/*.bluebutton span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}
.bluebutton span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
}
.bluebutton:hover span {
	padding-right: 25px;
}
.bluebutton:hover span:after {
	opacity: 1;
	right: 0;
}*/
.bluebutton2 {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    /*background-color: #f76c6c;*/
    background-color: #5d81ec;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 14px;
    padding: 5px 35px;
    width: auto;
    cursor: pointer;
    margin: 5px;
    font-weight: 300;
}

.bluebutton3 {
    padding: 5px 15px !important;
    font-size: 12px !important;
}


a {
    color: #474a53;
    font-size: 14px;
    outline: none;
    text-decoration: none;
}

    a:hover {
        color: #474a53;
        text-decoration: none;
    }

.header {
    width: 100%;
    background: #5d81ec;
    color: #FFF;
}

.logo {
    float: left;
    padding: 10px 15px;
    background: #4b73eb;
}

.rightusername {
    float: right;
    color: #e5ebfa;
}

.clear {
    clear: both;
}

.appplicationname {
    font-size: 28px;
    color: #FFF;
}

.wrapper {
    width: 97%;
    margin: 0px auto;
    padding: 0px 1.5% 15px 1.5%;
}

.mainwrapper {
    height: 100%;
    position: relative;
    width: 100%;
    margin: 0px;
    margin: 0px;
}

.breadcum {
    width: 90%;
    margin: 0px auto;
    padding: 10px 15px 10px 15px;
    border-bottom: solid 1px #d4e9f9;
}

    .breadcum ul {
        margin: 0px;
        padding: 0px;
    }

        .breadcum ul li {
            margin: 0px;
            padding: 0px;
            list-style: none;
            display: inline-block;
        }

        .breadcum ul li {
            margin: 0px;
            padding: 0px;
            list-style: none;
            display: inline-block;
            padding-right: 5px;
        }

            .breadcum ul li + li:before {
                content: "/\00a0";
                padding-right: 5px;
            }

            .breadcum ul li a {
                color: #1995d2;
                font-size: 14px;
            }

.widthCenter {
    width: 100%;
    text-align: center;
}

.paddingbottom {
    padding-bottom: 10px;
}

.floatright {
    float: right;
}

.floatleft {
    float: left;
}

.errorMessage {
    color: #F03;
    font-size: 12px;
    /*padding:0px 10px;
	height:15px;*/
    text-align: center;
    /*margin-top:5px;*/
}

ul.navigation {
    float: left;
    margin: 0px;
    padding: 0px;
}

    ul.navigation li {
        display: inline-block;
        padding: 0px;
        margin: 0px;
    }

        ul.navigation li a {
            font-family: 'Source Sans Pro', sans-serif;
            color: #fff;
            text-decoration: none;
            font-size: 14px;
            display: block;
            padding: 13px 18px 12px;
            font-weight: 400;
        }

            ul.navigation li a:hover {
                background-color: #4b73eb;
                color: #ffffff;
            }

            ul.navigation li a.active {
                background-color: red;
                color: #ffffff;
            }

.downarrow {
    background: url(../images/dropdown.png) no-repeat;
    background-position: right bottom 13px;
    padding-right: 15px;
}

ul.navigation li a.drop {
    color: black;
    padding: 5px 16px;
    text-decoration: none;
    display: block;
    border: solid 1px #e0e1ed;
    border-bottom: none;
    font-size: 14px;
    color: #404852;
}

    ul.navigation li a.drop:hover {
        background-color: #f1f1f1;
    }

.breadcrumb {
    width: 100%;
    background: #f9fafe;
    border-bottom: solid 1px #e0e1ed;
}

.breadcrumb_wrapper {
    width: 98%;
    padding: 0px;
    margin: 0px auto;
    padding: 0px 0px;
}

.mainbutton {
    border: none;
    background: #f0f0f0;
    color: #474a53;
    padding: 10px;
    -webkit-border-radius: 7px;
    /* Firefox 1-3.6 */
    -moz-border-radius: 7px;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 7px;
    border: solid 1px #e0e1e2;
}

    .mainbutton:hover {
        background: #f76c6c;
        cursor: pointer;
    }

.submitbutton {
    border: none;
    background: #3d3c3c;
    color: #FFF;
    padding: 10px 20px;
    -webkit-border-radius: 7px;
    /* Firefox 1-3.6 */
    -moz-border-radius: 7px;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 7px;
}

.mainbutton:hover {
    background: #f76c6c;
    cursor: pointer;
}
/*---profile dropdown--*/
.dropbtn {
    font-size: 12px;
    border: none;
    cursor: pointer;
}

.dropbtn_mainmenu {
    background: url(../images/dropdown.png) no-repeat;
    background-position: right 20px bottom 14px;
    padding: 15px 50px 15px;
    color: #e5ebfa;
    font-size: 14px !important;
}

.dropbtn_tasks {
    background: url(../images/dropdown_dark.png) no-repeat;
    color: #474a53;
    background-position: right 20px bottom 0px;
    padding: 0px 50px 0px;
    font-weight: 400;
}

.dropbtn_taskstatus {
    background: url(../images/dropdown_dark.png) no-repeat;
    color: #474a53;
    background-position: right 20px bottom 0px;
    padding: 0px 50px 0px;
    font-weight: 400;
    font-size: 14px;
}

.dropbtn_title {
    background: url(../images/dropdown_blue.png) no-repeat;
    color: #474a53;
    background-position: right 14px bottom 13px;
    padding: 0px 40px 0px 0px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: auto;
    left: 0px;
    background-color: #fff;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
    z-index: 1;
    font-size: 13px;
}

    .dropdown-content a {
        color: black;
        padding: 5px 16px;
        text-decoration: none;
        display: block;
        border: solid 1px #e0e1ed;
        border-bottom: none;
        font-size: 14px;
        color: #404852;
    }

        .dropdown-content a:hover {
            background-color: #f1f1f1;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.footerWrapper {
    width: 100%;
    background: #f9fafe;
    border-top: solid 1px #e0e1ed;
    color: #404852;
    font-size: 12px;
    font-weight: 300;
    padding: 5px 0px;
}
/*--fixed and flued layout--*/

#colums_wrapper_contact {
    margin-left: 200px;
}

#colums_wrapper {
    margin-left: 292px;
}

#flued_content {
    float: right;
    width: 100%;
    padding: 10px;
}

#fixed_sidebar_contact {
    float: left;
    width: 190px;
    margin-left: -190px;
    padding: 10px;
}

#fixed_sidebar {
    float: left;
    width: 292px;
    margin-left: -292px;
    padding: 10px;
}
/*#fixed_sidebar img {
	max-width:228px;
	height:auto;
}*/
table.styles {
}

    table.styles tr {
        border-bottom: solid 1px #edeeef;
    }

    table.styles td {
        padding: 10px;
        line-height: 20px;
    }

    table.styles tr:last-child {
        border-bottom: none;
    }
/*---split resize---*/

#panel-inner {
    overflow-y: scroll;
}

.page-container {
    margin: 0px;
}

.panel-container {
    display: flex;
    flex-direction: row;
    overflow: hidden;
}

#panel-left {
    flex: 0 0 auto; /* only manually resize */
    padding: 0px 5px;
    width: 500px;
    min-height: 200px;
    min-width: 150px;
    white-space: nowrap;
    background: #f9fafe;
    color: white;
}

.splitter {
    flex: 0 0 auto;
    width: 0px;
    /*width: 18px;
	background: url(../images/vsizegrip.png) center center no-repeat #535353;*/
    background: #edf0ef;
    min-height: 200px;
    cursor: col-resize;
}

.panel-right {
    flex: 1 1 auto; /* resizable */
    padding: 0px 0px 0px 0px;
    /*padding: 10px 2% 0px 0px;*/
    width: 98%;
    min-height: 200px;
    min-width: 200px !important; /* NOTE: This won't be respected! Explicit size of left forces the size to be fixed */
    background: #fff;
}
/*--fixed and flued layout--*/
.taskcontainer_left {
    width: 98%;
    background: #ffffff;
    border: solid 1px #ecedf0;
    padding: 2px 0.5%;
    margin: 3px auto 0px auto;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

    .taskcontainer_left:hover {
        background: #5d81ec;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border: solid 1px #ecedf0;
        color: #ffffff;
    }

.taskcontainer_left_active {
    background: #5d81ec;
    width: 98%;
    border: solid 1px #ecedf0;
    padding: 2px 0.5%;
    color: #ffffff;
    margin: 3px auto 0px auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#task_wrapper {
    margin-left: 60px;
    margin-right: 60px;
}

#task_content {
    float: right;
    width: 100%;
    /*color:#404852;*/
    font-size: 15px;
    font-weight: 400;
    padding-top: 6px;
}

    #task_content span {
        font-size: 12px;
        color: #7a8896;
        font-weight: 300;
    }

        #task_content span i {
            color: #404852;
            font-style: normal;
        }

#task_content_undead {
    float: right;
    width: 100%;
    color: #333333;
    font-size: 15px;
    font-weight: 700;
    padding-top: 2px;
    font-family: Roboto, sans-serif;
}

    #task_content_undead span {
        font-size: 11px;
        color: #7a8896;
        font-weight: 300;
    }

        #task_content_undead span i {
            color: #404852;
            font-style: normal;
            font-weight: 400;
        }

#task_sidebar {
    float: left;
    width: 60px;
    margin-left: -60px;
}

#task_sidebar2 {
    float: right;
    width: 60px;
    margin-right: -60px;
    padding-top: 10px;
}

.status {
    background: #ff5844;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    width: 29px;
    height: 24px;
    text-align: center;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 5px;
    padding-top: 4px;
}

.overdue {
    background: #ff7a7a;
}

.complete {
    background: #21d3a6;
}

.pending {
    background: #f5a623;
}

.new {
    background: #7e8b9a;
}

#task_sidebar img {
    width: 40px;
    height: 40px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: solid 3px #e0e1e2;
}
/*--taskDetailsButtons-*/

ul.detailsbuttons {
    vertical-align: middle;
    margin: 2px 10px 2px 10px;
    padding: 0px;
    float: left;
}

    ul.detailsbuttons li {
        /*display:inline-block;*/
        float: left;
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

        ul.detailsbuttons li a {
            box-sizing: border-box;
            text-decoration: none;
            /*border:1px solid #ccc;*/
            color: #333;
            background: #f5f5f5;
            padding: 4px 10px;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            font-size: 13px;
            border: solid 1px #f5f5f5;
            display: block;
        }

            ul.detailsbuttons li a:hover {
                box-sizing: border-box;
                text-decoration: none;
                /*border:1px solid #ccc;*/
                color: #333;
                background: #f5f5f5;
                padding: 4px 10px;
                border-radius: 5px;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
                font-size: 13px;
                border: solid 1px #cccccc;
            }

        ul.detailsbuttons li input[type=text] {
            background: url(../images/search.png) no-repeat 10px center;
            border: none;
            padding: 8px 8px 8px 35px;
            border-radius: 2px;
            -moz-border-radius: 2px;
            -webkit-border-radius: 2px;
            border: solid 1px #e1e1e3;
            margin-bottom: 0px;
        }

        ul.detailsbuttons li a.leftcorner {
            border-radius: 5px 0px 0px 5px;
            -moz-border-radius: 5px 0px 0px 5px;
            -webkit-border-radius: 5px 0px 0px 5px;
        }

        ul.detailsbuttons li a.rightcorner {
            border-radius: 0px 5px 5px 0px;
            -moz-border-radius: 0px 5px 5px 0px;
            -webkit-border-radius: 0px 5px 5px 0px;
            border-left: none;
        }
/*---Task messages--*/

.messagesContainer {
    /*background:#f2f2f4;
	border-top:solid 2px #e3e3e4;
	border:solid 1px #e3e3e4;
	margin-top:20px;*/
    width: 100%;
    padding: 10px 0PX;
}

.message_left {
    width: 98%;
    border-bottom: solid 1px #edeeef;
    padding: 5px 1%;
}

#message_wrapper {
    margin-right: 100px;
}

#message_content {
    float: left;
    width: 100%;
    color: #474a53;
    font-size: 14px;
    font-weight: 600;
    padding-top: 2px;
}

#message_button {
    float: right;
    width: 90px;
    margin-right: -90px;
}

#message_content textarea {
    border: solid 1px #cecdcd;
    padding: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 14px;
    font-family: Roboto, sans-serif;
}

.submitbutton {
    background: #f5f5f5;
    border: solid 1px #cccccc;
    cursor: pointer;
    margin-left: 10px;
    color: #474a53;
    outline: none;
}

    .submitbutton:hover {
        background: #efeded;
        border: solid 1px #cccccc;
    }
/*--comments---*/

.comment_left {
    width: 98%;
    /*background:#eef1fb;
	margin-top:2px;*/
    border-top: solid 1px #e0e1e2;
    padding: 6px 1%;
}

.comment_left_select {
    background: #5d81ec;
}

#comment_wrapper {
    margin: 0px 130px 0px 100px;
    /*border-bottom:dashed 1px #e0e1e2;*/
    padding: 0px;
}

    #comment_wrapper:last-child {
        border-bottom: 0px;
    }

#comment_content {
    float: right;
    width: 100%;
    color: #474a53;
    font-size: 14px;
    padding-top: 2px;
}

    #comment_content p {
        padding: 5px 0px;
        margin: 0px;
    }

    #comment_content span {
        font-size: 12px;
        color: #666;
    }

        #comment_content span.name {
            color: #4a8acc;
            font-size: 15px;
            /*font-family: Roboto Condensed, sans-serif;*/
            font-weight: 400;
        }

#comment_sidebar {
    float: left;
    width: 100px;
    margin-left: -100px;
}

#comment_sidebar2 {
    float: right;
    width: 130px;
    margin-right: -130px;
    padding-top: 15px;
    font-weight: 400;
    font-size: 13px;
    text-align: left;
}

.statuswidth {
    width: 60px;
    display: inline-block;
}

#comment_sidebar2 i.count, #task_sidebar2 i.count {
    background: url(../images/chat.png) no-repeat;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    height: 26px;
    width: 33px;
    padding: 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-style: normal;
}

#comment_sidebar2 i.nocount, #task_sidebar2 i.nocount {
    background: url(../images/chat_gray.png) no-repeat;
    color: #d7d9da;
    font-weight: 400;
    font-size: 12px;
    height: 26px;
    width: 33px;
    padding: 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-style: normal !important;
}
/*#comment_sidebar2 a, #task_sidebar2 a {
	background:#ff549a;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color:#fff;
	font-weight:400;
	font-size:12px;
	height:20px;
	width:33px;
	padding:0px;
	text-align:center;
	text-decoration:none;
	display:inline-block;
}*/

#comment_sidebar img {
    width: 50px;
    height: 50px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: solid 1px #e0e1e2;
}

.attachments {
    /*float:left;*/
    margin: 0px 0px 10px 10px;
    text-align: center;
    width: 80px;
    word-wrap: break-word;
    display: inline-block;
    vertical-align: top;
    line-height: 15px;
    position: relative;
}


    .attachments:hover .viewdownload {
        display: block;
        background: url(../images/apha.png)repeat;
        width: 100%;
    }

.viewdownload {
    display: none;
    position: absolute;
    z-index: 99;
    top: 0px;
    right: 0px;
    height: 80px;
}

    .viewdownload a img {
        margin-top: 20px;
    }
/*.attachments img {
	border:solid 2px #e8e8e8;
}*/
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 5px;
}

.glyphicon-user:before {
    content: "\e008";
    color: #5d81ec;
}

.glyphicon-calendar:before {
    content: "\e109";
    color: #5d81ec;
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-pencil:before {
    content: "\270f";
    color: #5d81ec;
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-trashblue:before {
    content: "\e020";
    color: #5d81ec;
}

.glyphicon-search:before {
    content: "\e003";
    color: #666;
}

.glyphicon-plus-gray:before {
    content: "\002b";
    color: #666;
}

.glyphicon-plus:before {
    content: "\002b";
    color: #5d81ec;
}

.glyphicons-arrow-right:before {
    content: "\e092";
    color: #fff;
}

.glyphicon-back:before {
    content: "\e079";
    color: #404852;
}

.glyphicon-mail:before {
    content: "\002b";
    color: #5d81ec;
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-comment:before {
    content: "\e111";
    color: #5d81ec;
}

.glyphicon-lock:before {
    content: "\e033";
    color: #5d81ec;
}

.glyphicon-off:before {
    content: "\e017";
    color: #5d81ec;
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-record:before {
    content: "\e165";
    color: #404852;
}

.glyphicon-recordp:before {
    content: "\e165";
    color: #f5a623;
}

.glyphicon-recordn:before {
    content: "\e165";
    color: #7e8b9a;
}

.glyphicon-recordo:before {
    content: "\e165";
    color: #ff7a7a;
}

.glyphicon-recordc:before {
    content: "\e165";
    color: #21d3a6;
}

.glyphicon-mail:before {
    content: "\2709";
    color: #5d81ec;
}

.glyphicon-sms:before {
    content: "\e145";
    color: #5d81ec;
}

.glyphicon-trash2:before {
    content: "\e020";
    color: #5d81ec;
}

.btn, .btnnohover {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    border: 1px solid #f9fafe;
    border-radius: 5px;
    color: #404852;
}

.btnnohover {
    border: 1px solid #f4f4f4 !important;
}

.btn:hover {
    background: #f5f5f5;
    border: 1px solid #ccc;
}

.btnnohover:hover {
    background: none;
    border: 1px solid #f4f4f4;
}

.btn:hover {
    background: #f5f5f5;
    border: 1px solid #ccc;
}

.btnsml {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #404852;
}

    .btnsml:hover {
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 5px;
    }

.lightcolor {
    color: #999;
}

.searchContainer {
    border-right: solid 1px #e0e1e2;
    border-left: solid 1px #e0e1e2;
    width: 100%;
    padding: 5px 0px 5px 0px;
}

    .searchContainer input[type=text] {
        width: 90%;
        border: none;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        padding: 5px 3%;
        outline: none;
        margin-bottom: 0px;
    }

input[type=checkbox]:checked + div {
    /* background: green; */
}

    input[type=checkbox]:checked + div p {
        background: blue;
    }
/*---POPUP dialogbox---*/
.popup {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.75);
    z-index: 3;
}
/* Inner */
.popup-inner {
    max-width: 700px;
    width: 90%;
    padding: 0px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    -webkit-transform: translate(1%, 1%);
    transform: translate(1%, 1%);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 1);
    border-radius: 3px;
    background: #fff;
    border: solid 1px #cccccc;
}

.popup-inner2 {
    max-width: 600px;
    width: 90%;
    padding: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 1);
    border-radius: 3px;
    background: #fff;
}

.popup-inner4 {
    max-width: 400px;
    width: 80%;
    padding: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 1);
    border-radius: 3px;
    background: #fff;
}

.width800 {
    max-width: 800px !important;
}

.popup-inner3 {
    max-width: 800px;
    min-width: 200px;
    padding: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 1);
    border-radius: 3px;
    background: #fff;
    white-space: nowrap;
}

.popup-inner5 {
    width: 95%;
    padding: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 1);
    border-radius: 3px;
    background: #fff;
}
.popup-inner_800 {
    max-width: 800px !important;
}

.popheader {
    background: #5d81ec;
    color: #fff;
    padding: 10px;
}

.popup-close {
    color: #FFF;
    padding: 10px;
}
/* Close Button 
.popup-close {
    width:30px;
    height:30px;
    padding-top:4px;
    display:inline-block;
    position:absolute;
    top:0px;
    right:0px;
    transition:ease 0.25s all;
    -webkit-transform:translate(50%, -50%);
    transform:translate(50%, -50%);
    border-radius:1000px;
    background:rgba(0,0,0,0.8);
    font-family:Arial, Sans-Serif;
    font-size:20px;
    text-align:center;
    line-height:100%;
    color:#fff;
}
 
.popup-close:hover {
    -webkit-transform:translate(50%, -50%) rotate(180deg);
    transform:translate(50%, -50%) rotate(180deg);
    background:rgba(0,0,0,1);
    text-decoration:none;
}

*/
.form-container {
    width: 90%;
    margin: 0px auto;
}
/*.formcontent input[type=text] {
	width:80%;
	border:1px #e0e0e0 solid;
    border-top:0px #e0e0e0 solid;
    border-right:0px #e0e0e0 solid;
    border-left:0px #e0e0e0 solid;
    border-bottom:1px #e0e0e0 solid;
	padding:5px 2%;
	margin-bottom:15px;
	outline:none;
}*/

.formcontent input[type=text] {
    border: 1px #ccc solid;
    padding: 4px 1%;
    margin-bottom: 15px;
    outline: none;
    font-size: 16px;
    /*box-shadow:inset 0 1px 2px rgba(0,0,0,.1);*/
    width:100%;
}

    .formcontent input[type=text]:focus {
        outline: none;
        border: 1px #809ffc solid;
        /* color:#4b73eb; */
    }

.formcontent input[type=tel] {
    border: 1px #ccc solid;
    padding: 4px 1%;
    margin-bottom: 15px;
    outline: none;
    font-size: 16px;
    /*box-shadow:inset 0 1px 2px rgba(0,0,0,.1);*/
}

    .formcontent input[type=tel]:focus {
        outline: none;
        border: 1px #809ffc solid;
        /* color:#4b73eb; */
    }

.formcontent input[type=Date] {
    width: 70%;
    border: 1px #cccccc solid;
    border-bottom: 1px #e0e0e0 solid;
    padding: 5px 2%;
    margin-bottom: 15px;
}

    .formcontent input[type=Date]:focus {
        outline: none;
        border: 1px #809ffc solid;
    }

.formcontent textarea {
    border: 1px #cccccc solid;
    font-size:15px;
     margin-bottom: 15px;
}


.formcontent select {
    width: 100%;
    padding: 4px 0;
    border: 1px #dde6e9 solid;
    margin-bottom: 15px;
    outline: none;
}

.formfeilds_wrapper textarea {
    font-family: Roboto, sans-serif;
    font-size: 13px;
    width: 95%;
    border: 1px #e0e0e0 solid;
}

.form-container input[type=text] {
    width: 96%;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 1px #e0e0e0 solid;
    /* margin-top:15px;
                padding:10px 2%;*/
}

.form-container input[type=date] {
    width: 96%;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 1px #e0e0e0 solid;
    margin-top: 15px;
    padding: 10px 2%;
}

.form-container input[type=file] {
    width: 96%;
    border: 1px #e0e0e0 solid;
    margin: 15px 0px;
    padding: 10px 2%;
}

.form-container textarea {
    width: 96%;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 1px #e0e0e0 solid;
    margin-top: 15px;
    padding: 10px 2%;
    font-family: Roboto, sans-serif;
}

.form-container select {
    width: 100%;
    border-bottom: solid 1px #e0e0e0;
    border-top: none;
    border-left: none;
    border-right: none;
    font-family: Roboto, sans-serif;
    margin-top: 15px;
    padding: 10px 1%;
    color: #757575;
}

    .form-container select option {
        color: black;
    }

        .form-container select option:first-child {
            color: #757575;
        }

.assigneedelete_btn, .assigneecommen_btn {
    display: block; /*display:none;*/
}

.assigneeComment {
    background: #fff;
    padding: 10px;
    border: solid 1px #e0e1e2;
    margin: 0px 0px 5px 0px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.requestComment {
    margin: 0px 0px 5px 0px !important;
}

.assigneeComment span.name {
    color: #4a8acc;
}

.myComment {
    background: #fcecf3;
    padding: 10px;
    border: solid 1px #ebbad0;
    margin: 0px 0px 5px 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

    .myComment a img {
        max-width: 300px;
        height: auto;
    }

    .myComment span.name {
        color: #fe759a;
    }

    .assigneeComment span.date, .myComment span.date {
        color: #666666;
        font-size: 12px;
    }

    .assigneeComment p, .myComment p {
        margin: 5px 0px 0px 0px;
    }

.meesageFeild {
    width: 90% !important;
    padding: 10px !important;
    border: none !important;
    outline: none !important;
    border-radius: 5px !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.sendbtn {
    background: #f4f4f4;
    color: #404852;
    font-size: 12px;
    padding: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: #cccccc solid 1px;
    cursor: pointer;
    padding: 12px 20px;
}

    .sendbtn:hover {
        background: #e8e9eb;
    }

.grayHeader {
    background: #f4f4f4;
    padding: 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}

.grayborder {
    border: solid 1px #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.left75 {
    float: left;
    width: 75%;
}

.left95 {
    float: left;
    width: 95%;
}

.right25 {
    float: left;
    width: 25%;
}
/*--texteditor--*/

.editable:hover {
    /*background-color: rgb(232, 232, 232);*/
    transition: background-color 0.3s ease-out;
    cursor: pointer;
    border: solid 1px #cccccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: url(../images/edit_form.png) right 0px center;
    background-repeat: no-repeat;
    width: auto;
}

.editable-controls {
    position: relative;
    float: left;
    /*background:#cccccc;*/
}

    .editable-controls textarea {
        box-sizing: border-box;
        padding: 5px;
        margin: 0;
        width: auto;
        font-family: Roboto, sans-serif;
        color: #404852;
        font-size: 14px;
        border: solid 1px #cccccc;
        -webkit-border-radius: 3px 3px 0px 3px;
        -moz-border-radius: 3px 3px 0px 3px;
        border-radius: 3px 3px 0px 3px;
    }

    .editable-controls button {
        position: absolute;
        bottom: 4px;
        /*background-color: #cccccc;*/
        border: none;
        border-radius: 0px 0px 3px 3px;
        color: #333;
        z-index: 10;
        padding: 5px 10px;
        cursor: pointer;
        font-size: 0px;
        width: 30px;
        height: 30px;
        border-right: solid 1px #cccccc;
        border-bottom: solid 1px #cccccc;
        border-left: solid 1px #cccccc;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        // IE8 filter: alpha(opacity=80);
        opacity: 0.8;
    }

        .editable-controls button:hover {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            // IE8 filter: alpha(opacity=100);
            opacity: 1.0;
        }

    .editable-controls .editable-ok {
        right: 33px;
        background: #f0f0f0 url(../images/save.png) center center;
        background-repeat: no-repeat;
    }

    .editable-controls .editable-cancel {
        right: 0px;
        background: #f0f0f0 url(../images/close.png) center center;
        background-repeat: no-repeat;
    }
/*--request---*/
#request_wrapper {
    margin-left: 60px;
}

#request_content {
    float: right;
    width: 100%;
    color: #404852;
    font-size: 15px;
    font-weight: 400;
    padding-top: 2px;
}

    #request_content span {
        font-size: 11px;
        color: #7a8896;
        font-weight: 300;
    }

        #request_content span i {
            color: #404852;
            font-style: normal;
        }

#request_content_undead {
    float: right;
    width: 100%;
    color: #333333;
    font-size: 15px;
    font-weight: 700;
    padding-top: 2px;
    font-family: Roboto, sans-serif;
}

    #request_content_undead span {
        font-size: 11px;
        color: #7a8896;
        font-weight: 300;
    }

        #request_content_undead span i {
            color: #404852;
            font-style: normal;
            font-weight: 400;
        }

#request_sidebar {
    float: left;
    width: 60px;
    margin-left: -60px;
}

#request_sidebar2 {
    float: right;
    width: 60px;
    margin-right: -60px;
    padding-top: 10px;
}
/*.status {
	background:#ff5844;
	color:#fff;
	font-size:20px;
	font-weight:300;
	width:35px;
	height:29px;
	text-align:center;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-top:6px;
	margin-left:5px;
	padding-top:6px;
}*/

.hyperlink {
    color: #474a53;
    font-size: 13px;
    text-decoration: none;
    font-family: 'Source Sans Pro', sans-serif !important;
}

    .hyperlink:hover {
        text-decoration: underline;
    }

.hyperlink_blue {
    color: #5d81ec;
    font-size: 13px;
    text-decoration: underline;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif !important;
}

    .hyperlink_blue:hover {
        text-decoration: none;
        color: #5d81ec;
    }

.hyperlink_blue_content {
    color: #5d81ec;
    font-size: 14px;
    text-decoration: underline;
    font-weight: 400;
}

    .hyperlink_blue_content:hover {
        text-decoration: none;
        color: #5d81ec;
    }

.nounderline_link {
    color: #5d81ec;
    font-size: 14px;
    text-decoration: none;
    font-family: 'Source Sans Pro', sans-serif !important;
}

    .nounderline_link:hover {
        color: #3190ee;
    }


.statuspop {
    color: #474a53;
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
    background: #fff;
    padding: 10px;
    border-bottom: solid 1px #e0e1ed !important;
}

    .statuspop:hover {
        text-decoration: none;
        color: #474a53;
        background: #aabffd;
        border-bottom: solid 1px #e0e1ed;
        font-weight: 400;
    }

/*--Right panel title---*/
#title_wrapper {
    margin-right: 160px;
}

#title_content {
    float: left;
    width: 100%;
    color: #404852;
    font-size: 15px;
    font-weight: 400;
    padding-top: 2px;
}

#title_sidebar {
    float: right;
    width: 160px;
    margin-right: -160px;
    margin-top: 20px;
}

.margintop {
    margin-top: 15px;
}

.margintopextra {
    margin-top: 100px;
}

[class*="span"] {
    min-height: 1px;
    /*margin-left: 20px;*/
    display: inline-block;
    width: 49%;
    vertical-align: top;
}
/*--Filter left Panel--*/
#left-panel {
    width: 300px;
    border-right: 5px solid #555;
    background-color: #ffffff;
    position: fixed;
    top: 50px;
    left: -5px;
    /*border-radius: 0 1em 1em 0;*/
    padding: 5px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

    #left-panel.show {
        left: -315px;
    }

    #left-panel a.controller {
        position: absolute;
        right: 5px;
        top: 5px;
        text-decoration: none;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        color: black;
        font-weight: bold;
    }
/*--Accordian Menu---*/
#accordion {
    width: 283px;
}

    #accordion h2 {
        margin: 0px 3px;
        padding: 1em 0px;
        color: #000000;
        font-weight: normal;
        border-top: 1px solid #d4d4d4;
        font-size: 13px;
    }

.accordion-toggle {
    cursor: pointer;
}

.accordion-content {
    display: none;
    margin: 0px 1em 0px 25px;
    padding: 10px 0px 0px 5px;
    background: #ffffff;
    color: #212128;
    border-top: solid 1px #eee;
}

    .accordion-content select, input[type=text] {
        width: 100%;
        margin-bottom: 15px;
        color: #404852;
        border: solid 1px #d4d4d4;
        font-size: 13px;
        /*padding:3px 1% !important;*/
    }

    .accordion-content label {
        margin-bottom: 15px;
        font-size: 13px;
        color: #404852;
    }

    .accordion-content.default {
        display: block;
    }

.accordion-toggle .view {
    font-size: 14px;
    line-height: 200%;
    font-weight: normal;
    color: #7fbf34;
    text-align: left;
}

.arrow {
    margin-left: 9px;
    display: inline-block;
}

.arrowUp:before {
    content: "-";
    color: #212128;
}

.arrowDown:before {
    content: "+";
    color: #212128;
}

.padding10 {
    padding: 10px !importaqnt;
}
/*voter details*/

#twocolums_wrapper_contact {
    margin-right: 370px;
}

#twocolums_contact_sidebar2 {
    float: right;
    width: 350px;
    margin-right: -370px;
    /*padding:10px 20px;*/
}

#threecolumn_wrapper {
    margin-left: 218px;
    margin-right: 350px;
}

#threecolumn_wrapper_middlesmall {
    margin-left: 218px;
    margin-right: 450px;
}

#threecolumn_content {
    float: right;
    width: 100%;
    color: #404852;
}

#threecolumn_sidebar {
    float: left;
    width: 200px;
    margin-left: -215px;
}

#threecolumn_sidebar2 {
    float: right;
    width: 287px;
    margin-right: -345px;
    padding: 10px 20px;
}

#threecolumn_sidebar_big {
    float: right;
    width: 427px;
    margin-right: -445px;
    padding: 0px;
}

.wrapper_border {
    background: #ffffff;
    border-top: solid 3px #d0dce3;
    border-right: solid 1px #d0dce3;
    border-left: solid 1px #d0dce3;
    border-bottom: solid 1px #d0dce3;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.wrapper_border1 {
    background: #ffffff;
    border-top: solid 1px #d0dce3;
    border-right: solid 1px #d0dce3;
    border-left: solid 1px #d0dce3;
    border-bottom: solid 1px #d0dce3;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.leftnav ul {
    margin: 0px;
    padding: 0px;
}

    .leftnav ul li {
        margin: 0px;
        padding: 0px;
        display: block;
        list-style: none;
    }

        .leftnav ul li a {
            border-bottom: solid 1px #e5e5e7;
            display: block;
            padding: 10px 10px 10px 15px;
        }

.active {
    background-color: #5d81ec;
    color: #fff;
}

.leftnav ul li a:hover {
    background: #d0daf6;
    color: #474a53;
}

.formfeilds_wrapper {
    margin-left: 12%;
}

.label1 {
    width: 34%;
    float: left;
    color: #666666;
    text-align: right;
}

.label2 {
    width: 5%;
    float: left;
    text-align: center;
}

.label3 {
    width: 60%;
    float: left;
}

#votermain_wrapper {
    margin-left: 176px;
    padding: 20px;
}

#votermain_content {
    float: right;
    width: 100%;
    color: #404852;
    font-size: 14px;
    font-weight: 400;
    font-family: Roboto, sans-serif;
}

#votermain_photo {
    float: left;
    width: 176px;
    margin-left: -176px;
}

    #votermain_photo img {
        border: solid 3px #d0daf6;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }

#member_wrapper {
    margin-left: 80px;
    margin-bottom: 20px;
}

#member_content {
    float: right;
    width: 100%;
    color: #404852;
    font-size: 14px;
    font-weight: 400;
    font-family: Roboto, sans-serif;
    padding-top: 5px;
}

    #member_content span.name {
        color: #4a8acc;
        font-size: 15px;
    }

    #member_content span {
        color: #666666;
        font-size: 13px;
    }

#member_photo {
    float: left;
    width: 80px;
    margin-left: -80px;
}

    #member_photo img {
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

.graylighttext {
    font-size: 13px;
    color: #666;
    line-height: 35px;
}

.borderbottom {
    border-bottom: solid 1px #d4d4d4;
}

.download {
    background: url(../images/icon_excel.png) left center;
    background-repeat: no-repeat;
    padding-left: 25px;
    color: #4a8acc;
    font-size: 13px;
}

.middle_container {
    width: 60%;
    margin: 10px auto 0px;
    padding: 10px 20px 20px 20px;
}

.newsimage {
    width: 100%;
    height: auto;
    padding: 10px 0px;
}

.newstitle {
    margin: 0px;
    font-size: 22px;
    padding: 10px 0px;
}

.chatwindow {
    border: #37b7dd solid 1px !important;
}

.left75 textarea {
    font-size: 18px !important;
    height: 32px !important;
}

.editable {
    border: solid 1px #fff;
}

.assigneeComment img {
    max-width: 300px;
    height: auto;
}

/** Lavanya: Below style are taken to display loading message in ui-grid. **/

.grid-msg-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
}

    .grid-msg-overlay .msg {
        opacity: 1;
        position: absolute;
        top: 40%;
        left: 25%;
        width: 50%;
        height: 20%;
        background-color: #eee;
        border-radius: 4px;
        border: 1px solid #555;
        text-align: center;
        font-size: 24px;
        display: table;
    }

        .grid-msg-overlay .msg span {
            display: table-cell;
            vertical-align: middle;
        }

/** End Styles **/

.lightColor {
    color: #666666;
}

.requestslists {
    border-bottom: solid 1px #e0e0e0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #000;
}

.errorfeild {
    border-bottom: solid 1px #ff0000 !important;
}

.errorfeild2 {
    border-top: solid 1px #ff0000 !important;
    width: 100%;
    display: none;
    margin-top: -15px;
    padding-bottom: 15px;
}

.width33 {
    width: 31%;
    display: inline-block;
    vertical-align: top;
    margin-right: 2%;
    /* margin-top:15px;*/
}

.width33_last {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
}

label {
    font-size: 14px;
    color: #404852;
    font-weight: 600;
}

.leftalign {
    text-align: left;
}

.margin_bottom {
    margin-bottom: 0px;
}

.margin_top {
    margin-top: 10px !important;
}

.margin_bottom15 {
    margin-bottom: 15px;
}

.width15 {
    width: 15%;
    margin-right: 15px;
    display: inline-block;
    vertical-align: top;
}

.mainsearch {
    width: 98% !important;
    margin-bottom: 0px !important;
    padding: 5px 1% !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    background: none !important;
    border: solid 2px #8197d7 !important;
}

.calendarHead {
    background: url(../images/calendar.png) left center;
    background-repeat: no-repeat;
    padding-left: 20px;
    font-style: normal;
}


/*----taggle----*/

.viewmoreless {
    color: #fff;
    padding: 3px 10px;
    cursor: pointer;
    /*position:absolute;*/
    background-color: #4b73eb;
    width: 200px;
    margin: 0px 0px 20px 20px;
}

.content {
    padding: 5px 10px;
}

.photoHolder {
    width: 200px;
    height: 200px;
    margin: 50px 0px 0px 30px;
    position: relative;
}
.photoHolder_contact {
    width: 150px;
    height: 150px;
    margin: 22px 0px 0px 10px;
    position: relative;
}

    .photoHolder_contact img {
        border-radius: 50%;
        width: 150px;
        height: 150px;
        border: solid 2px #cccccc;
    }

    .photoHolder img {
        border-radius: 50%;
        width: 200px;
        height: 200px;
        border: solid 2px #cccccc;
    }

    .photoHolder_contact ul {
        /*position: absolute;*/
        top: 125px;
        left: 55px;
        background: rgba(11,121,233,0.8);
        border-radius: 25px;
        margin: 0px auto;
        padding: 0px;
        width:110px;
        /*z-index: 999;*/
    }

    .photoHolder_contact ul:hover{
        background: rgba(11,121,233,1);
    }
     .photoHolder ul {
        /*position: absolute;*/
        top: 125px;
        left: 55px;
        background: rgba(11,121,233,0.8);
        border-radius: 25px;
        margin: 0px auto;
        padding: 0px;
        width:110px;
        /*z-index: 999;*/
    }

    .photoHolder ul:hover{
        background: rgba(11,121,233,1);
    }

    /*.photoHolder img:hover {
        opacity: 0.5;
        filter: alpha(opacity=50); 
        position: absolute;
        z-index: 99;
        border: dashed 2px #cccccc;
    }*/

    .photoHolder_contact ul li {
        list-style: none;
        text-align: center;
    }

        .photoHolder_contact ul li a {
            color: #ffffff;
            padding: 5px 10px;
            display: block;
            font-size:13px;
        }

    .photoHolder_contact:hover ul {
        display: block;
    }




    .photoHolder ul li {
        list-style: none;
        text-align: center;
    }

        .photoHolder ul li a {
            color: #ffffff;
            padding: 5px 10px;
            display: block;
            font-size:13px;
        }

::-webkit-input-placeholder { 
    color: #ffffff;
}

::-moz-placeholder {
    color: #ffffff;
}

:-ms-input-placeholder { 
    color: #ffffff;
}

:-moz-placeholder {
    color: #ffffff;
}

.wrapper_90 {
    width: 98%;
    margin: 0px auto;
}

.task_whitecontainer {
    background: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-bottom: 5px;
    padding: 15px;
    color: #404852;
}

.snapshot_wrapper {
    background: #f1f1f1;
    border-left: solid 5px #5d81ec;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 3px 10px 10px 10px;
    margin: 10px 0px 10px 0px;
}

.requesttype {
    margin-top: -12px;
    margin-left: 10px;
    width: auto;
    padding: 0px 5px;
    width: 100px;
    color: #fff;
    text-align: center;
}

.devlopment {
    background: #c37070;
}

.mplad {
    background: #819b92;
}

.grid-tooltip {
    overflow: visible;
    z-index: 9999999;
    float: left;
}

.comment_arrow {
    background: url(../images/left-arrow.png) left center;
    width: 16px;
    height: 20px;
    position: absolute;
    left: -14px;
}

.comment_border {
    border: solid 2px #e2e1e8;
    border-radius: 3px;
    padding: 10px;
    position: relative;
}

.toggle {
    display: block;
    background: url("../images/expand.png") center right no-repeat;
    cursor: pointer;
}

    .toggle.expanded {
        background: url("../images/collapse.png") center right no-repeat;
    }

.blueboldlink {
    color: #5d81ec;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif !important;
}

    .blueboldlink:hover {
        color: #5d81ec;
        font-size: 14px;
        text-decoration: underline;
        font-weight: 600;
        font-family: 'Source Sans Pro', sans-serif !important;
    }

.visitcount {
    position: absolute;
    z-index: 3;
    top: 0px;
    right: 0px;
}

.visittext {
    color: #404852;
    font-size: 13px;
    text-align: center;
}

.visitnumber {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    /*background:#93fbbe;*/
    background: #5d81ec;
    padding: 2px 10px;
}

    .visitnumber label {
        color: #fff;
        /*background:#93fbbe;*/
        font-size: 13px;
        font-weight: bold;
    }


.visitnumber_details {
    padding: 0px 10px !important;
}



.topContainer {
    border: solid 1px #d6dee0;
    border-bottom: none;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background: linear-gradient(#ffffff, #f6f6f8);
    padding: 10px 15px 0px;
    vertical-align: top;
    color: #404852;
}

.bottomContainer {
    border: solid 1px #d6dee0;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background: #fafafb;
    padding: 5px 15px;
    text-align: right;
    color: #404852;
    font-size: 13px;
}

.popInnercontainer {
    width: 94%;
    margin: 15px auto 0px;
}

    .popInnercontainer table {
        width: 100%;
    }

        .popInnercontainer table tr {
            border-top: solid 1px #f0efef;
        }

            .popInnercontainer table tr td {
                padding: 5px;
                vertical-align: top;
            }

                .popInnercontainer table tr td a {
                    text-decoration: underline;
                    color: #404852;
                }

                    .popInnercontainer table tr td a:hover {
                        text-decoration: none;
                    }

.persoanlLable {
    background: #64b1c0;
    color: #fff;
    font-size: 12px;
    margin-top: -15px;
    width: auto;
    padding: 0px 10px;
    width: 65px;
}

.developemntLable {
    background: #c47070;
    color: #fff;
    font-size: 12px;
    margin-top: -15px;
    width: auto;
    padding: 0px 10px;
    width: 85px;
}

.invitationLable {
    background: #7b57af;
    color: #fff;
    font-size: 12px;
    margin-top: -15px;
    width: auto;
    padding: 0px 10px;
    width: 67px;
}

.mpladLable {
    background: #e7ac5f;
    color: #fff;
    font-size: 12px;
    margin-top: -15px;
    width: auto;
    padding: 0px 10px;
    width: 65px;
}

@media only screen and (max-width: 1020px) {
    ul.navigation li a {
        padding: 13px 3px 12px;
        font-size: 12px;
    }

    .logo {
        display: none;
    }

    .dropbtn_mainmenu {
        padding: 15px 20px 15px;
        background-position: right 20px bottom 14px;
    }
}

.successmessage {
    background: #ddede2;
    color: #5f936d;
    text-align: center;
    padding: 20px 0px;
    font-weight: bold;
}

.uigridText-right {
    text-align: right;
}

.mandatoryField
{
    color: #ff0000;
}

.red { color: red !important; } 
.blue { color: blue;  }

.MultiFile-remove {
    background: url(../images/close_file.png) center bottom;
    color:rgba(255,255,255,0);
    padding:1px 10px;
    background-repeat:no-repeat;
}

.MultiFile-remove:hover{
    color:rgba(255,255,255,0);
}
.loading1 
{
    position: absolute; top:50%; left:48%; background:#fff; z-index: 10;
}
.dashboardBox {
    width: 19%;
    float: left;
    margin-right: 1%;
    box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15);
    background: #ffffff;
    border: 1px solid #e3e6f0;
    border-left: .25rem solid #4e73df !important;
    border-radius: .35rem;
    padding: 20px;
}

.dashboardBox h3 {
    font-weight:700;
    font-size:14px;
    color:#666;
    margin:0px;
    padding:0px;
}
.dashboardBox h1 {
    font-size:40px;
    color:#000000;
}

