
.myselect{
    background: rgb(95, 200, 123); /* Old browsers */
    background: -moz-linear-gradient(top, rgb(123, 200, 143) 0%, rgb(95, 200, 123) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(123, 200, 143)), color-stop(100%, rgb(95, 200, 123))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgb(95, 200, 123) 0%, rgb(95, 200, 123) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgb(129, 200, 140) 0%, rgb(95, 200, 123) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgb(129, 200, 140) 0%, rgb(129, 200, 140) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a5a5a', endColorstr='#141414',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, rgb(123, 200, 143) 0%, rgb(129, 200, 140) 100%); /* W3C */
    cursor: default;
    color: #ffffff;
}

.selected {
    background: rgba(2, 3, 1, 0.06);
}
#tbody .selected:hover{
    background: rgba(0, 0, 0, 0.06);

}


#tbody tr:hover{
    border: 1px solid #fffbff;
    outline: 1px solid #b5d3ff;
    margin: 0;
    background: -moz-linear-gradient(top, rgba(239,239,255,0.5) 0%, rgba(227, 235, 255, 0.5) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,239,255,0.5)), color-stop(100%, rgba(227, 235, 255, 0.5))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(239,239,255,0.5) 0%, rgba(227, 235, 255, 0.5) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(239,239,255,0.5) 0%, rgba(227, 235, 255, 0.5) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(239,239,255,0.5) 0%, rgba(227, 235, 255, 0.5) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80efefff', endColorstr='#80dfdfff',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, rgba(239,239,255,0.5) 0%, rgba(227, 235, 255, 0.5) 100%); /* W3C */

}

.btnarrowcolor{
    background-color: white;
}
.btnaddcolor{
    height: 30px;
    width:145px;
    font-size: 12px;
    font-weight: bold;
    border: 1px black solid;
    font-family: Calibri;
}

.new_color{
    background-color: #961e5e;
    /*background-color: #a72f71;*/
    /*border: 1px solid #fffbff;*/
    /*outline: 1px solid #b5d3ff;*/
    /*margin: 0;*/
    /*background: -moz-linear-gradient(top, rgba(167, 47, 113, 0.9) 0%, rgba(227, 235, 255, 0.5) 100%); !* FF3.6+ *!*/
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(167, 47, 113, 0.9)), color-stop(100%, rgba(227, 235, 255, 0.5))); !* Chrome,Safari4+ *!*/
    /*background: -webkit-linear-gradient(top, rgba(167, 47, 113, 0.9) 0%, rgba(227, 235, 255, 0.5) 100%); !* Chrome10+,Safari5.1+ *!*/
    /*background: -o-linear-gradient(top, rgba(167, 47, 113, 0.9) 0%, rgba(227, 235, 255, 0.5) 100%); !* Opera11.10+ *!*/
    /*background: -ms-linear-gradient(top, rgba(167, 47, 113, 0.9) 0%, rgba(227, 235, 255, 0.5) 100%); !* IE10+ *!*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80efefff', endColorstr='#80dfdfff',GradientType=0 ); !* IE6-9 *!*/
    /*background: linear-gradient(top, rgba(167, 47, 113, 0.9) 0%, rgba(227, 235, 255, 0.5) 100%); !* W3C *!*/

}
.new_table_color{
    background-color: #84adc6;
}
.awnser_list{
    /*display:none; */
    position:absolute;
    z-index:1;
    background-color: ghostwhite ;
    width:37%;
    left: 100px;
}
.scrollbar
{
    float: left;
    /*height: 240px;*/
    width: 100%;
    overflow-y: auto;
    max-height: 240px;
}

.force-overflow
{
    /*min-height: 240px;*/
    max-height: 240px;
}



/*
 *  STYLE 15
 */

#style-15::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

#style-15::-webkit-scrollbar
{
    width: 10px;
    background-color: #F5F5F5;
}

#style-15::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    background-color: #FFF;
    background-image: -webkit-gradient(linear,
    40% 0%,
    75% 84%,  
    from(#8d8d8d),
    to(#a0a7ba),
    color-stop(.6, #8d8d8d))

}



#mytable thead{
    /*background: rgba(0,128,0,0.3);*/
    border-bottom:1px solid ;
    font-weight: bold;
    font-weight: bold;
    color: #ffffff;
    /*background: rgba(132, 173, 198, 0.9);*/
    background-color: #116093;

}
#mytable tfoot{
    border: 1px solid;
    /*background: rgba(0,128,0,0.3);*/
    /*background:  rgba(0,128,0,0.3);*/
    /*background: rgba(132, 173, 198, 0.9);*/
    background-color: #116093;

}
#mytable tfoot tr td a{
    text-decoration: none;
    font-size: 12px;
}
.mytable thead{
    /*background: rgba(0,128,0,0.3);*/
    border-bottom:1px solid ;
    font-weight: bold;
    font-weight: bold;
    color: #071418;
    /*background:  rgba(0,128,0,0.3);*/
    /*background: rgba(132, 173, 198, 0.9);*/
    background-color: #116093;

}
.mytable tfoot{
    border: 1px solid;
    /*background: rgba(0,128,0,0.3);*/
    /*background:  rgba(0,128,0,0.3);*/
    /*background: rgba(132, 173, 198, 0.9);*/
    background-color: #116093;

    color: #071418;
}
.mytable tfoot tr td a{
    text-decoration: none;
    font-size: 12px;
}
.btncolor{
    /*background:  rgba(0,128,0,0.3);*/
    /*background: rgba(132, 173, 198, 0.9);*/
    background-color: #116093;

}
.btncolor1{
    border: 1px solid #fffbff;
    outline: 1px solid #b5d3ff;
    margin: 0;
    background: -moz-linear-gradient(top, rgba(239,239,255,0.5) 0%, rgba(223,223,255,0.5) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,239,255,0.5)), color-stop(100%,rgba(223,223,255,0.5))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(239,239,255,0.5) 0%,rgba(223,223,255,0.5) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(239,239,255,0.5) 0%,rgba(223,223,255,0.5) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(239,239,255,0.5) 0%,rgba(223,223,255,0.5) 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80efefff', endColorstr='#80dfdfff',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, rgba(239,239,255,0.5) 0%,rgba(223,223,255,0.5) 100%); /* W3C */

}





.Agcbgcolor{
    background-color: #f8f8f8;
}
.AGCtableborder{
    border: 1px #00aa88 solid;
}

#mytable .pagbutton{
    width:20px;
    height: 25px;
    font-family: Calibri;
}
#mytable {
    width: 100%;
    color: #071418;
}

.mytable .pagbutton{
    width:20px;
    height: 25px;
    font-family: Calibri;
}
.mytable {
    width: 100%;
    color: #071418;
}


/*rgba(0,128,0,0.3);*/
.agcpagetitle{
    /*outline: 1px solid #008000;*/
    /*background: -moz-linear-gradient(top, rgba(195, 255, 236, 0.5) 0%, rgba(95, 200, 123, 0.5) 100%); !* FF3.6+ *!*/
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(195, 255, 236, 0.5)), color-stop(100%, rgba(95, 200, 123, 0.5))); !* Chrome,Safari4+ *!*/
    /*background: -webkit-linear-gradient(top, rgba(195, 255, 236, 0.5) 0%, rgba(95, 200, 123, 0.5) 100%); !* Chrome10+,Safari5.1+ *!*/
    /*background: -o-linear-gradient(top, rgba(195, 255, 236, 0.5) 0%, rgba(95, 200, 123, 0.5) 100%); !* Opera11.10+ *!*/
    /*background: -ms-linear-gradient(top, rgba(195, 255, 236, 0.5) 0%, rgba(95, 200, 123, 0.5) 100%); !* IE10+ *!*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80efefff', endColorstr='#80dfdfff',GradientType=0 ); !* IE6-9 *!*/
    /*background: linear-gradient(top, rgba(195, 255, 236, 0.5) 0%, rgba(95, 200, 123, 0.5) 100%); !* W3C *!*/
    /*background:  rgba(0,128,0,0.3);*/
    background-color: #116093;
    color: white;


}
.agcbutton1{
    background: rgba(150, 30, 94, 0.9);
    height: 40px;
    font-family: Calibri;
    font-weight: bold;
    width: 180px;
    color: white;
}

#mytable .searchbutton{
    border-radius: 5px;
    height: 30px!important;
    font-size: 12px;
    width:auto;
    border-top: 1px grey solid;
    border-bottom: 1px grey solid;
    border-top-right-radius: 0;
    border-bottom-right-radius:0;
}
#mytable .searchicon{
    font-size: 10px;
    height: 30px!important;
    background-color: white;
}
.mytable .searchbutton{
    border-radius: 5px;
    height: 30px!important;
    font-size: 12px;
    width:auto;
    border-top: 1px grey solid;
    border-bottom: 1px grey solid;
    border-top-right-radius: 0;
    border-bottom-right-radius:0;
}
.mytable .searchicon{
    font-size: 10px;
    height: 30px!important;
    background-color: white;
}
#tabledesign{
    top:-45px;
    left:48px;
}
#iconBar{
    top:-35px;
    left: 30px;
}
.tableheader{
    /*background: rgba(0,128,0,0.3);*/
    /*background: rgba(132, 173, 198, 0.9);*/
    background-color: #00558c;
    color: white;
    height: 20px;
    /*background:  rgba(0,128,0,0.3);*/
    /*background: #5c9ccc url(http://localhost/metropolitan/homeasset/img/download.png) 50% 50% repeat-x;*/
    /*background-image: url(http://localhost/metropolitan/homeasset/img/download.png);*/
    /*background-position-x: 50%;*/
    /*background-position-y: 50%;*/
    /*background-size: initial;*/
    /*background-repeat-x: repeat;*/
    /*background-repeat-y: no-repeat;*/
    /*background-attachment: initial;*/
    /*background-origin: initial;*/
    /*background-clip: initial;*/
    /*background-color: rgb(92, 156, 204);*/
    /*background-color: Lavender;*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#606c88+1,3f4c6b+100&0.8+0,1+100 */
    /*background: -moz-linear-gradient(top, rgba(96,108,136,0.8) 0%, rgba(96,108,136,0.8) 1%, rgba(63,76,107,1) 100%); !* FF3.6-15 *!*/
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(96,108,136,0.8)), color-stop(1%,rgba(96,108,136,0.8)), color-stop(100%,rgba(63,76,107,1))); !* Chrome4-9,Safari4-5 *!*/
    /*background: -webkit-linear-gradient(top, rgba(96,108,136,0.8) 0%,rgba(96,108,136,0.8) 1%,rgba(63,76,107,1) 100%); !* Chrome10-25,Safari5.1-6 *!*/
    /*background: -o-linear-gradient(top, rgba(96,108,136,0.8) 0%,rgba(96,108,136,0.8) 1%,rgba(63,76,107,1) 100%); !* Opera 11.10-11.50 *!*/
    /*background: -ms-linear-gradient(top, rgba(96,108,136,0.8) 0%,rgba(96,108,136,0.8) 1%,rgba(63,76,107,1) 100%); !* IE10 preview *!*/
    /*background: linear-gradient(to bottom, rgba(96,108,136,0.8) 0%,rgba(96,108,136,0.8) 1%,rgba(63,76,107,1) 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc606c88', endColorstr='#3f4c6b',GradientType=0 ); !* IE6-9 *!*/
}
.tableheading{
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    font-family: Calibri;
    margin-left: 12px;
    color: black;
}

#mytable, .tablerow{
    border: 1px solid darkblue;
    border-collapse: collapse;
    text-align: left;
    font-family: Calibri;
    font-size: 14px;

}
.mytable, .tablerow{
    border: 1px solid darkblue;
    border-collapse: collapse;
    text-align: left;
    font-family: Calibri;
    font-size: 14px;


}

.tablerowhead{
    border: 1px solid darkgray;
    border-collapse: collapse;
    text-align: left;
    font-family: Calibri;
    font-size: 12px;
    font-weight: bold;

}

.myfont{
    font-family: Calibri;
    font-size: 12px;
    color: white;
}
.page-wrapper{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #ffffff;
}
.AGCform1 {
    width: 180px;
    font-family: Calibri;
    font-size: 12px;
}

#notes{
    width: 650px;
    height: 100px;
}
.modal.modal-wide .modal-dialog {
    width: 100%;
}
.modal-wide{
    overflow-y: auto;
}

#notes1{
    width: 650px;
    height: 100px;
}
.AGCform {
    font-family: Trebuchet MS, Arial;
    font-size: 12px;
    font-weight: normal;
    color: #58647E;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #b9b9b9;
    background-color: transparent;
    width: 180px;
}
.Heading1 {
    font-size: 18px;
    font-weight: normal;
    font-family: Tahoma, Arial, Verdana;
    color: #003366;
}

.Heading2 {
    font-size: 25px;
    font-weight: normal;
    font-family: Tahoma, Arial, Verdana;
    color: #003366;
}
.bs-example1{
    margin: 20px;
    width: 90%;
}
.bs-example{
    margin: 20px;
}
/* Fix alignment issue of label on extra small devices in Bootstrap 3.2 */
.form-horizontal .control-label{
    padding-top: 7px;
}



.AGCform2{
    border: 1px solid #aaa;
    margin: 1px;
    border-radius: 5px;
}
.agccell{
    border: 1px solid #1C5380;
    color: #fff;
    box-shadow: none;
    padding: 10px;
    line-height: 1.4em;
    text-align: center;
    /*box-shadow: 0px 1px 1px white inset;*/
    font-size: 13px;
    font-family: HelveticaNeue-Medium-Cn, helvetica neue, helvetica, arial;

    border-left: #1d1e1f 1px solid; border-right: #1d1e1f 1px solid;
}

.agccell1{

    border: 1px solid #1C5380;
    color: #fff;
    box-shadow: none;
    padding: 10px;
    line-height: 1.4em;
    text-align: center;
    /*box-shadow: 0px 1px 1px white inset;*/
    font-size: 13px;
    font-family: HelveticaNeue-Medium-Cn, helvetica neue, helvetica, arial;
    border-left: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    width: 20%;
    padding: 10px;
    line-height: 1.4em;
    text-align: center;
    border-left: #1d1e1f 1px solid; border-right: #1d1e1f 1px solid;

}
.agccell2
{
    border-left: 1px solid #dedede;
    border-bottom: 1px solid #b9b9b9;

}
/*End My Code*/

.abcd{

    padding: 5px;
    padding-left: 20px;

}
.my_search{
    width: 180px;
    border-radius: 200px;
    margin-top: 17%;
    margin-left: -3%;



}


.AGCMenu{
    float:left;
}
.AGCNav{
    padding-top: -10px;
    text-align:center;
}
.AGCNav .col-sm-1{
    padding-bottom: 10px;
    padding-top:10px;
}
.AGCrow{
    margin-right: 0;
    margin-left: 0;
}


.MainHeading{
    padding: 10px;
    margin: 6px 0;
    width: 100%;
    height: 50px;
    left: 17px;
    background: rgba(147, 154, 198,0.6);
}





